eoss-ui 0.6.58 → 0.6.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/lib/button-group.js +105 -118
  2. package/lib/button.js +105 -118
  3. package/lib/checkbox-group.js +106 -119
  4. package/lib/clients.js +20 -3
  5. package/lib/config/api.js +6 -1
  6. package/lib/data-table-form.js +106 -119
  7. package/lib/data-table.js +107 -120
  8. package/lib/date-picker.js +105 -118
  9. package/lib/dialog.js +105 -118
  10. package/lib/eoss-ui.common.js +726 -412
  11. package/lib/flow-group.js +105 -118
  12. package/lib/flow-list.js +470 -195
  13. package/lib/flow.js +222 -216
  14. package/lib/form.js +105 -118
  15. package/lib/handle-user.js +106 -119
  16. package/lib/handler.js +106 -119
  17. package/lib/icon.js +106 -119
  18. package/lib/icons.js +1 -1
  19. package/lib/index.js +1 -1
  20. package/lib/input-number.js +105 -118
  21. package/lib/input.js +105 -118
  22. package/lib/login.js +120 -126
  23. package/lib/main.js +138 -151
  24. package/lib/nav.js +105 -118
  25. package/lib/notify.js +107 -100
  26. package/lib/page.js +105 -118
  27. package/lib/pagination.js +105 -118
  28. package/lib/player.js +105 -118
  29. package/lib/qr-code.js +105 -118
  30. package/lib/radio-group.js +106 -119
  31. package/lib/retrial-auth.js +108 -121
  32. package/lib/select-ganged.js +106 -119
  33. package/lib/select.js +106 -119
  34. package/lib/selector-panel.js +123 -136
  35. package/lib/selector.js +106 -119
  36. package/lib/sizer.js +107 -120
  37. package/lib/steps.js +105 -118
  38. package/lib/switch.js +105 -118
  39. package/lib/table-form.js +105 -118
  40. package/lib/tabs.js +105 -118
  41. package/lib/theme-chalk/base.css +1 -1
  42. package/lib/theme-chalk/flow-list.css +1 -1
  43. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  44. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  45. package/lib/theme-chalk/icon.css +1 -1
  46. package/lib/theme-chalk/index.css +1 -1
  47. package/lib/theme-chalk/main.css +1 -1
  48. package/lib/theme-chalk/menu.css +1 -1
  49. package/lib/theme-chalk/simplicity.css +1 -1
  50. package/lib/theme-chalk/sizer.css +1 -1
  51. package/lib/theme-chalk/upload.css +1 -1
  52. package/lib/tips.js +106 -119
  53. package/lib/tree-group.js +105 -118
  54. package/lib/tree.js +106 -119
  55. package/lib/upload.js +115 -128
  56. package/lib/utils/util.js +1 -21
  57. package/lib/wujie.js +105 -118
  58. package/lib/wxlogin.js +105 -118
  59. package/package.json +2 -2
  60. package/packages/.DS_Store +0 -0
  61. package/packages/{data-table → autocomplete}/.DS_Store +0 -0
  62. package/packages/clients/src/main.vue +8 -1
  63. package/packages/flow/src/component/taskUnionExamine.vue +2 -2
  64. package/packages/flow/src/main.vue +8 -5
  65. package/packages/flow/src/processForm.vue +3 -3
  66. package/packages/flow/src/startTaskRead.vue +5 -0
  67. package/packages/flow/src/supervise.vue +7 -1
  68. package/packages/flow-list/src/main.vue +253 -8
  69. package/packages/icons/src/icon.json +1 -1
  70. package/packages/login/src/main.vue +7 -0
  71. package/packages/menu/.DS_Store +0 -0
  72. package/packages/{data-table-form → scrollbar}/.DS_Store +0 -0
  73. package/packages/select/.DS_Store +0 -0
  74. package/packages/theme-chalk/lib/base.css +1 -1
  75. package/packages/theme-chalk/lib/flow-list.css +1 -1
  76. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  77. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  78. package/packages/theme-chalk/lib/icon.css +1 -1
  79. package/packages/theme-chalk/lib/index.css +1 -1
  80. package/packages/theme-chalk/lib/main.css +1 -1
  81. package/packages/theme-chalk/lib/menu.css +1 -1
  82. package/packages/theme-chalk/lib/simplicity.css +1 -1
  83. package/packages/theme-chalk/lib/sizer.css +1 -1
  84. package/packages/theme-chalk/lib/upload.css +1 -1
  85. package/packages/theme-chalk/src/.DS_Store +0 -0
  86. package/packages/theme-chalk/src/button-group.scss +1 -0
  87. package/packages/theme-chalk/src/flow-list.scss +3 -0
  88. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  89. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  90. package/packages/theme-chalk/src/icon.scss +449 -445
  91. package/packages/upload/.DS_Store +0 -0
  92. package/src/.DS_Store +0 -0
  93. package/src/config/api.js +6 -1
  94. package/src/index.js +1 -1
  95. package/{packages/error-page → src/utils}/.DS_Store +0 -0
  96. package/src/utils/util.js +1 -21
  97. package/packages/flow/.DS_Store +0 -0
  98. package/packages/flow-group/.DS_Store +0 -0
  99. package/packages/flow-list/.DS_Store +0 -0
  100. package/packages/form/.DS_Store +0 -0
  101. package/packages/handler/.DS_Store +0 -0
  102. package/packages/login/.DS_Store +0 -0
  103. package/packages/main/.DS_Store +0 -0
  104. package/packages/main/src/.DS_Store +0 -0
  105. package/packages/retrial-auth/.DS_Store +0 -0
  106. package/packages/selector/.DS_Store +0 -0
  107. package/packages/selector-panel/.DS_Store +0 -0
  108. package/packages/sizer/.DS_Store +0 -0
  109. package/packages/tabs/.DS_Store +0 -0
Binary file
package/src/.DS_Store CHANGED
Binary file
package/src/config/api.js CHANGED
@@ -223,7 +223,7 @@ export const toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
223
223
  export const toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
224
224
  // 稿件递送提交接口
225
225
  // export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
226
- export const taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
226
+ export const taskStartDraft = '/bpm/task/taskHandle/taskStartDraft.dhtml';
227
227
  // 复核
228
228
  export const toTaskReview = '/bpm/bpmBackend/toTaskReview';
229
229
  // 复核提交
@@ -258,8 +258,13 @@ export const checkForeignOrgStartedCircularRead =
258
258
  // 获取传阅列表
259
259
  export const pendedhistoryListWithCircularReadJson =
260
260
  '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
261
+ // 获取分阅情况列表
262
+ export const fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
263
+
261
264
  // 传阅列表撤回
262
265
  export const circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
266
+ // 撤销分阅
267
+ export const taskReadWithDraw = '/bpm/bpmBackend/taskReadWithDraw';
263
268
  // 阅转办提交流程
264
269
  export const startReadTransferHandleFlowWithTaskReadEnd =
265
270
  '/bpm/bpmBackend/startReadTransferHandleFlowWithTaskReadEnd';
package/src/index.js CHANGED
@@ -123,7 +123,7 @@ if (typeof window !== 'undefined' && window.Vue) {
123
123
  }
124
124
 
125
125
  export default {
126
- version: '0.6.58',
126
+ version: '0.6.60',
127
127
  install,
128
128
  Button,
129
129
  ButtonGroup,
package/src/utils/util.js CHANGED
@@ -110,26 +110,6 @@ const ajax = function ({
110
110
  http.interceptors.request.use(
111
111
  (config) => {
112
112
  config.headers.common = getStorage();
113
- // 根据请求的信息(请求方式,url,请求get/post数据),产生map的key
114
- // let requestKey = getRequestKey(config);
115
- // // 判断请求是否重复
116
- // if (pendingRequest.has(requestKey)) {
117
- // // 取消上次请求
118
- // let cancel = pendingRequest.get(requestKey);
119
- // cancel();
120
- // // 删除请求信息
121
- // pendingRequest.delete(requestKey);
122
- // }
123
- // // 把请求信息,添加请求到map当中
124
- // // 生成取消方法
125
- // config.cancelToken =
126
- // config.cancelToken ||
127
- // new axios.CancelToken(cancel => {
128
- // // 把取消方法添加到map
129
- // if (!pendingRequest.has(requestKey)) {
130
- // pendingRequest.set(requestKey, cancel);
131
- // }
132
- // });
133
113
  return config;
134
114
  },
135
115
  (err) => {
@@ -735,7 +715,7 @@ const browser = function () {
735
715
  * @date 2022年5月7日
736
716
  **/
737
717
  const busEmit = function (that, { method, args }) {
738
- const bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus : null;
718
+ const bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus || that.$root.$bus : null;
739
719
  if (bus) {
740
720
  Array.isArray(args) ? bus.$emit(method, ...args) : bus.$emit(method, args);
741
721
  } else {
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file