eoss-ui 0.6.58 → 0.6.59

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 (283) 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/config/api.js +6 -1
  5. package/lib/data-table-form.js +106 -119
  6. package/lib/data-table.js +107 -120
  7. package/lib/date-picker.js +105 -118
  8. package/lib/dialog.js +105 -118
  9. package/lib/eoss-ui.common.js +1157 -885
  10. package/lib/flow-group.js +105 -118
  11. package/lib/flow-list.js +551 -276
  12. package/lib/flow.js +467 -479
  13. package/lib/form.js +105 -118
  14. package/lib/handle-user.js +106 -119
  15. package/lib/handler.js +106 -119
  16. package/lib/icon.js +106 -119
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +105 -118
  19. package/lib/input.js +105 -118
  20. package/lib/login.js +111 -124
  21. package/lib/main.js +270 -283
  22. package/lib/nav.js +105 -118
  23. package/lib/notify.js +107 -100
  24. package/lib/page.js +105 -118
  25. package/lib/pagination.js +105 -118
  26. package/lib/player.js +105 -118
  27. package/lib/qr-code.js +118 -131
  28. package/lib/radio-group.js +106 -119
  29. package/lib/retrial-auth.js +108 -121
  30. package/lib/select-ganged.js +106 -119
  31. package/lib/select.js +106 -119
  32. package/lib/selector-panel.js +123 -136
  33. package/lib/selector.js +106 -119
  34. package/lib/sizer.js +107 -120
  35. package/lib/steps.js +105 -118
  36. package/lib/switch.js +105 -118
  37. package/lib/table-form.js +105 -118
  38. package/lib/tabs.js +105 -118
  39. package/lib/theme-chalk/flow-list.css +1 -1
  40. package/lib/theme-chalk/index.css +1 -1
  41. package/lib/tips.js +106 -119
  42. package/lib/tree-group.js +105 -118
  43. package/lib/tree.js +106 -119
  44. package/lib/upload.js +115 -128
  45. package/lib/utils/util.js +1 -21
  46. package/lib/wujie.js +105 -118
  47. package/lib/wxlogin.js +105 -118
  48. package/package.json +159 -159
  49. package/packages/button/index.js +5 -5
  50. package/packages/button/src/main.vue +418 -418
  51. package/packages/button-group/index.js +5 -5
  52. package/packages/button-group/src/main.vue +298 -298
  53. package/packages/calendar/index.js +5 -5
  54. package/packages/card/index.js +5 -5
  55. package/packages/card/src/main.vue +156 -156
  56. package/packages/cascader/index.js +5 -5
  57. package/packages/cascader/src/main.vue +168 -168
  58. package/packages/checkbox-group/index.js +5 -5
  59. package/packages/checkbox-group/src/main.vue +333 -333
  60. package/packages/clients/index.js +5 -5
  61. package/packages/clients/src/main.vue +144 -144
  62. package/packages/data-table/index.js +5 -5
  63. package/packages/data-table/src/children.vue +39 -39
  64. package/packages/data-table/src/column.vue +989 -989
  65. package/packages/data-table/src/main.vue +1822 -1822
  66. package/packages/data-table/src/sizer.vue +195 -195
  67. package/packages/data-table-form/index.js +5 -5
  68. package/packages/data-table-form/src/checkbox.vue +101 -101
  69. package/packages/data-table-form/src/colgroup.vue +17 -17
  70. package/packages/data-table-form/src/main.vue +181 -181
  71. package/packages/data-table-form/src/radio.vue +65 -65
  72. package/packages/data-table-form/src/table.vue +233 -233
  73. package/packages/data-table-form/src/tbody.vue +336 -336
  74. package/packages/data-table-form/src/thead.vue +68 -68
  75. package/packages/date-picker/index.js +5 -5
  76. package/packages/date-picker/src/main.vue +236 -236
  77. package/packages/dialog/index.js +5 -5
  78. package/packages/enable-drag/index.js +5 -5
  79. package/packages/enterprise/index.js +5 -5
  80. package/packages/enterprise/src/main.vue +66 -66
  81. package/packages/error-page/index.js +5 -5
  82. package/packages/error-page/src/main.vue +44 -44
  83. package/packages/flow/index.js +5 -5
  84. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  85. package/packages/flow/src/component/CustomPreset.vue +322 -322
  86. package/packages/flow/src/component/FileList.vue +99 -99
  87. package/packages/flow/src/component/Preset.vue +255 -255
  88. package/packages/flow/src/component/SendMsg.vue +229 -229
  89. package/packages/flow/src/component/TimeLimit.vue +190 -190
  90. package/packages/flow/src/component/taskUnionExamine.vue +611 -611
  91. package/packages/flow/src/form.vue +121 -121
  92. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  93. package/packages/flow/src/main.vue +3173 -3172
  94. package/packages/flow/src/processForm.vue +1087 -1087
  95. package/packages/flow/src/processReject.vue +293 -293
  96. package/packages/flow/src/reset.vue +900 -900
  97. package/packages/flow/src/startTaskRead.vue +641 -641
  98. package/packages/flow/src/supervise.vue +138 -138
  99. package/packages/flow/src/table.vue +58 -58
  100. package/packages/flow-group/index.js +5 -5
  101. package/packages/flow-group/src/main.vue +688 -688
  102. package/packages/flow-list/index.js +5 -5
  103. package/packages/flow-list/src/main.vue +1691 -1446
  104. package/packages/form/index.js +5 -5
  105. package/packages/form/src/main.vue +3583 -3583
  106. package/packages/form/src/table.vue +1426 -1426
  107. package/packages/handle-user/index.js +5 -5
  108. package/packages/handle-user/src/main.vue +138 -138
  109. package/packages/handler/index.js +5 -5
  110. package/packages/handler/src/main.vue +493 -493
  111. package/packages/icon/index.js +5 -5
  112. package/packages/icon/src/main.vue +101 -101
  113. package/packages/icons/index.js +5 -5
  114. package/packages/icons/src/main.vue +81 -81
  115. package/packages/input/index.js +5 -5
  116. package/packages/input/src/main.vue +356 -356
  117. package/packages/input-number/index.js +5 -5
  118. package/packages/input-number/src/main.vue +106 -106
  119. package/packages/label/index.js +5 -5
  120. package/packages/label/src/main.vue +457 -457
  121. package/packages/layout/index.js +5 -5
  122. package/packages/layout/src/item.vue +152 -152
  123. package/packages/layout/src/main.vue +31 -31
  124. package/packages/login/index.js +5 -5
  125. package/packages/login/src/main.vue +1935 -1935
  126. package/packages/login/src/resetPassword.vue +562 -562
  127. package/packages/main/index.js +5 -5
  128. package/packages/main/src/default/message.vue +249 -249
  129. package/packages/main/src/default/notice.vue +157 -157
  130. package/packages/main/src/default/userinfo.vue +503 -503
  131. package/packages/main/src/public/online.vue +89 -89
  132. package/packages/main/src/public/search.vue +462 -462
  133. package/packages/main/src/public/settings.vue +221 -221
  134. package/packages/main/src/simplicity/apps.vue +388 -388
  135. package/packages/main/src/simplicity/avatar.vue +82 -82
  136. package/packages/main/src/simplicity/handler.vue +259 -259
  137. package/packages/main/src/simplicity/index.vue +2086 -2086
  138. package/packages/main/src/simplicity/lists.vue +84 -84
  139. package/packages/main/src/simplicity/menu-list.vue +135 -135
  140. package/packages/main/src/simplicity/message.vue +259 -259
  141. package/packages/main/src/simplicity/notice.vue +190 -190
  142. package/packages/main/src/simplicity/router-page.vue +45 -45
  143. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  144. package/packages/main/src/simplicity/user.vue +257 -257
  145. package/packages/main/src/simplicity/userinfo.vue +312 -312
  146. package/packages/menu/index.js +5 -5
  147. package/packages/menu/src/main.vue +584 -584
  148. package/packages/nav/index.js +5 -5
  149. package/packages/nav/src/main.vue +351 -351
  150. package/packages/notify/index.js +5 -5
  151. package/packages/notify/src/main.vue +538 -538
  152. package/packages/page/index.js +5 -5
  153. package/packages/page/src/main.vue +167 -167
  154. package/packages/pagination/index.js +5 -5
  155. package/packages/pagination/src/main.vue +96 -96
  156. package/packages/player/index.js +5 -5
  157. package/packages/player/src/main.vue +194 -194
  158. package/packages/qr-code/index.js +5 -5
  159. package/packages/qr-code/src/main.vue +170 -170
  160. package/packages/radio-group/index.js +6 -6
  161. package/packages/radio-group/src/main.vue +319 -319
  162. package/packages/retrial-auth/index.js +5 -5
  163. package/packages/retrial-auth/src/main.vue +280 -280
  164. package/packages/select/index.js +5 -5
  165. package/packages/select/src/main.vue +778 -778
  166. package/packages/select-ganged/index.js +5 -5
  167. package/packages/select-ganged/src/main.vue +724 -724
  168. package/packages/selector/index.js +5 -5
  169. package/packages/selector/src/main.vue +687 -687
  170. package/packages/selector-panel/index.js +5 -5
  171. package/packages/selector-panel/src/main.vue +1027 -1027
  172. package/packages/selector-panel/src/selection.vue +177 -177
  173. package/packages/selector-panel/src/tree.vue +129 -129
  174. package/packages/sizer/index.js +5 -5
  175. package/packages/sizer/src/main.vue +254 -254
  176. package/packages/steps/index.js +5 -5
  177. package/packages/steps/src/main.vue +181 -181
  178. package/packages/switch/index.js +5 -5
  179. package/packages/switch/src/main.vue +154 -154
  180. package/packages/table-form/index.js +5 -5
  181. package/packages/tabs/index.js +5 -5
  182. package/packages/tabs/src/main.vue +788 -788
  183. package/packages/tabs-panel/index.js +5 -5
  184. package/packages/tabs-panel/src/main.vue +29 -29
  185. package/packages/theme-chalk/lib/flow-list.css +1 -1
  186. package/packages/theme-chalk/lib/index.css +1 -1
  187. package/packages/theme-chalk/src/base.scss +260 -260
  188. package/packages/theme-chalk/src/button-group.scss +176 -175
  189. package/packages/theme-chalk/src/button.scss +24 -24
  190. package/packages/theme-chalk/src/calendar.scss +113 -113
  191. package/packages/theme-chalk/src/card.scss +99 -99
  192. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  193. package/packages/theme-chalk/src/clients.scss +87 -87
  194. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  195. package/packages/theme-chalk/src/data-table.scss +293 -293
  196. package/packages/theme-chalk/src/date-picker.scss +7 -7
  197. package/packages/theme-chalk/src/dialog.scss +77 -77
  198. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  199. package/packages/theme-chalk/src/enterprise.scss +5 -5
  200. package/packages/theme-chalk/src/error-page.scss +18 -18
  201. package/packages/theme-chalk/src/flow-group.scss +110 -110
  202. package/packages/theme-chalk/src/flow-list.scss +39 -36
  203. package/packages/theme-chalk/src/flow.scss +343 -343
  204. package/packages/theme-chalk/src/form.scss +496 -496
  205. package/packages/theme-chalk/src/handle-user.scss +40 -40
  206. package/packages/theme-chalk/src/handler.scss +143 -143
  207. package/packages/theme-chalk/src/icon.scss +1789 -1789
  208. package/packages/theme-chalk/src/icons.scss +99 -99
  209. package/packages/theme-chalk/src/input.scss +9 -9
  210. package/packages/theme-chalk/src/label.scss +24 -24
  211. package/packages/theme-chalk/src/layout.scss +46 -46
  212. package/packages/theme-chalk/src/login.scss +969 -969
  213. package/packages/theme-chalk/src/main.scss +663 -663
  214. package/packages/theme-chalk/src/menu.scss +222 -222
  215. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  216. package/packages/theme-chalk/src/nav.scss +111 -111
  217. package/packages/theme-chalk/src/page.scss +3 -3
  218. package/packages/theme-chalk/src/pagination.scss +29 -29
  219. package/packages/theme-chalk/src/player.scss +9 -9
  220. package/packages/theme-chalk/src/qr-code.scss +17 -17
  221. package/packages/theme-chalk/src/radio-group.scss +9 -9
  222. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  223. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  224. package/packages/theme-chalk/src/select.scss +8 -8
  225. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  226. package/packages/theme-chalk/src/selector.scss +91 -91
  227. package/packages/theme-chalk/src/simplicity.scss +1351 -1351
  228. package/packages/theme-chalk/src/sizer.scss +36 -36
  229. package/packages/theme-chalk/src/steps.scss +88 -88
  230. package/packages/theme-chalk/src/switch.scss +3 -3
  231. package/packages/theme-chalk/src/table-form.scss +1 -1
  232. package/packages/theme-chalk/src/tabs.scss +87 -87
  233. package/packages/theme-chalk/src/tips.scss +7 -7
  234. package/packages/theme-chalk/src/toolbar.scss +179 -179
  235. package/packages/theme-chalk/src/tree-group.scss +72 -72
  236. package/packages/theme-chalk/src/tree.scss +165 -165
  237. package/packages/theme-chalk/src/upload.scss +168 -168
  238. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  239. package/packages/tips/index.js +5 -5
  240. package/packages/tips/src/main.vue +141 -141
  241. package/packages/toolbar/index.js +5 -5
  242. package/packages/toolbar/src/main.vue +430 -430
  243. package/packages/tree/index.js +5 -5
  244. package/packages/tree-group/index.js +5 -5
  245. package/packages/upload/index.js +5 -5
  246. package/packages/upload/src/main.vue +1347 -1347
  247. package/packages/upload/src/picture.js +15 -15
  248. package/packages/wujie/index.js +5 -5
  249. package/packages/wujie/src/main.vue +145 -145
  250. package/packages/wxlogin/index.js +5 -5
  251. package/packages/wxlogin/src/main.vue +128 -128
  252. package/src/config/api.js +286 -281
  253. package/src/config/image.js +2 -2
  254. package/src/index.js +160 -160
  255. package/src/utils/bus.js +3 -3
  256. package/src/utils/date-util.js +312 -312
  257. package/src/utils/http.js +50 -50
  258. package/src/utils/rules.js +18 -18
  259. package/src/utils/store.js +21 -21
  260. package/src/utils/util.js +1 -21
  261. package/src/utils/webSocket.js +107 -107
  262. package/packages/.DS_Store +0 -0
  263. package/packages/data-table/.DS_Store +0 -0
  264. package/packages/data-table-form/.DS_Store +0 -0
  265. package/packages/error-page/.DS_Store +0 -0
  266. package/packages/flow/.DS_Store +0 -0
  267. package/packages/flow-group/.DS_Store +0 -0
  268. package/packages/flow-list/.DS_Store +0 -0
  269. package/packages/form/.DS_Store +0 -0
  270. package/packages/handler/.DS_Store +0 -0
  271. package/packages/login/.DS_Store +0 -0
  272. package/packages/main/.DS_Store +0 -0
  273. package/packages/main/src/.DS_Store +0 -0
  274. package/packages/menu/.DS_Store +0 -0
  275. package/packages/retrial-auth/.DS_Store +0 -0
  276. package/packages/select/.DS_Store +0 -0
  277. package/packages/selector/.DS_Store +0 -0
  278. package/packages/selector-panel/.DS_Store +0 -0
  279. package/packages/sizer/.DS_Store +0 -0
  280. package/packages/tabs/.DS_Store +0 -0
  281. package/packages/theme-chalk/src/.DS_Store +0 -0
  282. package/packages/upload/.DS_Store +0 -0
  283. package/src/.DS_Store +0 -0
package/lib/flow-list.js CHANGED
@@ -227,26 +227,6 @@ var ajax = function ajax(_ref) {
227
227
  // 请求拦截
228
228
  http.interceptors.request.use(function (config) {
229
229
  config.headers.common = getStorage();
230
- // 根据请求的信息(请求方式,url,请求get/post数据),产生map的key
231
- // let requestKey = getRequestKey(config);
232
- // // 判断请求是否重复
233
- // if (pendingRequest.has(requestKey)) {
234
- // // 取消上次请求
235
- // let cancel = pendingRequest.get(requestKey);
236
- // cancel();
237
- // // 删除请求信息
238
- // pendingRequest.delete(requestKey);
239
- // }
240
- // // 把请求信息,添加请求到map当中
241
- // // 生成取消方法
242
- // config.cancelToken =
243
- // config.cancelToken ||
244
- // new axios.CancelToken(cancel => {
245
- // // 把取消方法添加到map
246
- // if (!pendingRequest.has(requestKey)) {
247
- // pendingRequest.set(requestKey, cancel);
248
- // }
249
- // });
250
230
  return config;
251
231
  }, function (err) {
252
232
  return err;
@@ -777,7 +757,7 @@ var busEmit = function busEmit(that, _ref3) {
777
757
  var method = _ref3.method,
778
758
  args = _ref3.args;
779
759
 
780
- var bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus : null;
760
+ var bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus || that.$root.$bus : null;
781
761
  if (bus) {
782
762
  Array.isArray(args) ? bus.$emit.apply(bus, [method].concat(args)) : bus.$emit(method, args);
783
763
  } else {
@@ -1621,7 +1601,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1621
1601
  * @param {function} callback - 回调函数
1622
1602
  **/
1623
1603
  var getMainConfig = function getMainConfig(callback) {
1624
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "kb"] }).then(function (res) {
1604
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "lb"] }).then(function (res) {
1625
1605
  if (res && res.rCode === 0) {
1626
1606
  callback(res.results);
1627
1607
  }
@@ -2378,7 +2358,7 @@ var isLogined = function () {
2378
2358
  break;
2379
2359
  }
2380
2360
 
2381
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "jb"] }).then(function (res) {
2361
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "kb"] }).then(function (res) {
2382
2362
  if (res.rCode === 0) {
2383
2363
  removeStorage();
2384
2364
  }
@@ -3533,143 +3513,145 @@ var watermark = function watermark(option) {
3533
3513
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doCaLogin; });
3534
3514
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doUserLogin; });
3535
3515
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doQrLogin; });
3536
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return logout; });
3537
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initLogin; });
3538
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return switchUserTo; });
3516
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return logout; });
3517
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return initLogin; });
3518
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return switchUserTo; });
3539
3519
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3540
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getLoginCode; });
3520
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getLoginCode; });
3541
3521
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCodeLogin; });
3542
3522
  /* unused harmony export updateCode */
3543
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getModifyPassCode; });
3523
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getModifyPassCode; });
3544
3524
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3545
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return loginModifyPassword; });
3525
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return loginModifyPassword; });
3546
3526
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3547
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return initModifyPassword; });
3527
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return initModifyPassword; });
3548
3528
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doWechatQrLogin; });
3549
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getTwoFactorLoginCode; });
3529
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getTwoFactorLoginCode; });
3550
3530
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doTwoFactorLogin; });
3551
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return initRetrialAuth; });
3552
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getRetrialAuthCode; });
3553
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return scanCodeRetrialAuth; });
3531
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initRetrialAuth; });
3532
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getRetrialAuthCode; });
3533
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return scanCodeRetrialAuth; });
3554
3534
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3555
3535
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doAssistanceQrLogin; });
3556
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return userOnline; });
3557
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getUserAppWithTag; });
3558
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return recordUserApp; });
3559
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return mainConfig; });
3560
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initUserSet; });
3561
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return updateUserInfo; });
3536
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return userOnline; });
3537
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getUserAppWithTag; });
3538
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return recordUserApp; });
3539
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return mainConfig; });
3540
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initUserSet; });
3541
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return updateUserInfo; });
3562
3542
  /* unused harmony export getUserImgUrl */
3563
3543
  /* unused harmony export getDoorIndex */
3564
3544
  /* unused harmony export refreshOnlineUsers */
3565
3545
  /* unused harmony export getQuickMenuIds */
3566
3546
  /* unused harmony export getApplicationIdArray */
3567
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getComplexApplications; });
3568
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getComplexApplicationsNew; });
3547
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getComplexApplications; });
3548
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getComplexApplicationsNew; });
3569
3549
  /* unused harmony export getUserCustomInfo */
3570
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return updateUserCustomInfo; });
3571
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sysMsgPage; });
3572
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return ignoreSysMsg; });
3573
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return ignoreAllSysMsg; });
3574
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return searchType; });
3575
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getAdjunctProperties; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return uploads; });
3577
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return uploadOnlyOne; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getAdjunctFileInfos; });
3579
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return uploadSort; });
3550
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return updateUserCustomInfo; });
3551
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sysMsgPage; });
3552
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return ignoreSysMsg; });
3553
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return ignoreAllSysMsg; });
3554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return searchType; });
3555
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getAdjunctProperties; });
3556
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploads; });
3557
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return uploadOnlyOne; });
3558
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getAdjunctFileInfos; });
3559
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return uploadSort; });
3580
3560
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return downloadByAdjunctId; });
3581
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return uploadDownloads; });
3582
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return previewAdjunct; });
3583
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return previewAdjunct2; });
3584
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return previewAdjunctOffice; });
3561
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return uploadDownloads; });
3562
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return previewAdjunct; });
3563
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return previewAdjunct2; });
3564
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return previewAdjunctOffice; });
3585
3565
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3586
3566
  /* unused harmony export upload_updateClassify */
3587
3567
  /* unused harmony export getDeleteAdjunctFileInfos */
3588
3568
  /* unused harmony export getPictureBase64 */
3589
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getSelectorOrgTree; });
3590
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getSelectorOrgDetail; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getOrgMainTree; });
3592
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getSelectOrgsubids; });
3569
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getSelectorOrgTree; });
3570
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getSelectorOrgDetail; });
3571
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getOrgMainTree; });
3572
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getSelectOrgsubids; });
3593
3573
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return findSysCode; });
3594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getDictList; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getDictList; });
3595
3575
  /* unused harmony export findUserBaseInfo */
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return gethelpdoc; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return gethelpdoc; });
3597
3577
  /* unused harmony export getCurrentuser */
3598
3578
  /* unused harmony export mainDetail */
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toStartFlow; });
3600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return tempSave; });
3579
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toStartFlow; });
3580
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return tempSave; });
3601
3581
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3602
3582
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3603
3583
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return editCommonOpion; });
3604
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return saveCommonOpinion; });
3605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return updateCommonOpinion; });
3584
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return saveCommonOpinion; });
3585
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return updateCommonOpinion; });
3606
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3607
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getProcessDefList; });
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getNodeInfo; });
3587
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getProcessDefList; });
3588
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getNodeInfo; });
3609
3589
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findCodeValues; });
3610
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysParam; });
3611
3591
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findSysCodes; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getNotificationMsg; });
3613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getHandleInfoHtml; });
3614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskHandleHtml; });
3592
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getNotificationMsg; });
3593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getHandleInfoHtml; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskHandleHtml; });
3615
3595
  /* unused harmony export getView */
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return register; });
3617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return pendedhistoryList; });
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskRejectHtml; });
3619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskRejectHtml; });
3620
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toStartTaskRead; });
3621
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toStartTaskReadIndex; });
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskReadHtml; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return rejectAndEnd; });
3624
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toSendMsg; });
3625
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendMsg; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return register; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return pendedhistoryList; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskRejectHtml; });
3599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskRejectHtml; });
3600
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toStartTaskRead; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toStartTaskReadIndex; });
3602
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskReadHtml; });
3603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return rejectAndEnd; });
3604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toSendMsg; });
3605
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendMsg; });
3626
3606
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return endFlowHtml; });
3627
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return handleInfo; });
3628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return loginUserInfo; });
3629
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return wss; });
3630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return topic; });
3631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getPresetCustomInfo; });
3632
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getPresetNodeInfo; });
3633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskTransferIndex; });
3634
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskTransfer; });
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toPresetInfoListIndex; });
3607
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return handleInfo; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return loginUserInfo; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return wss; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return topic; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getPresetCustomInfo; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getPresetNodeInfo; });
3613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskTransferIndex; });
3614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskTransfer; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toPresetInfoListIndex; });
3636
3616
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
3637
3617
  /* unused harmony export historyListJson */
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return pendedhistoryListJson; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pressListJson; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return pendedhistoryListJson; });
3619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pressListJson; });
3640
3620
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
3641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return isCanStartSubFlow; });
3642
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskUnionExamine; });
3643
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskUnionExamine; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskTakeAdvice; });
3645
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskTakeAdvice; });
3646
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskStartDraft; });
3647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskSupervise; });
3648
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskSuperviseSub; });
3649
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskStartDraft; });
3650
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskReview; });
3651
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskReview; });
3652
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskUnionSeal; });
3653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskUnionSeal; });
3654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTwoOfficesDispatch; });
3655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return twoOfficesDispatch; });
3656
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toResetProcessIndex; });
3657
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return resetProcess; });
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskContinuationIndex; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskContinuation; });
3660
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getFreeStartFlowParams; });
3621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return isCanStartSubFlow; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskUnionExamine; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskUnionExamine; });
3624
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskTakeAdvice; });
3625
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskTakeAdvice; });
3626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskStartDraft; });
3627
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskSupervise; });
3628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskSuperviseSub; });
3629
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskStartDraft; });
3630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskReview; });
3631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReview; });
3632
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskUnionSeal; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskUnionSeal; });
3634
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTwoOfficesDispatch; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return twoOfficesDispatch; });
3636
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toResetProcessIndex; });
3637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return resetProcess; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskContinuationIndex; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskContinuation; });
3640
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getFreeStartFlowParams; });
3661
3641
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return freeStartFlowWithSubmitTask; });
3662
3642
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
3663
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return pendedhistoryListWithCircularReadJson; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pendedhistoryListWithCircularReadJson; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return fyListJson; });
3664
3645
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
3665
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3646
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskReadWithDraw; });
3647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3666
3648
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
3667
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return sendList; });
3668
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sendInfo; });
3649
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendList; });
3650
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return sendInfo; });
3669
3651
  /* unused harmony export sendSave */
3670
3652
  /* unused harmony export sendUpdate */
3671
3653
  /* unused harmony export sendDelete */
3672
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return sendBatch; });
3654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sendBatch; });
3673
3655
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return formContents; });
3674
3656
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3675
3657
  // 登录
@@ -3873,7 +3855,7 @@ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
3873
3855
  var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
3874
3856
  // 稿件递送提交接口
3875
3857
  // export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3876
- var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
3858
+ var taskStartDraft = '/bpm/task/taskHandle/taskStartDraft.dhtml';
3877
3859
  // 复核
3878
3860
  var toTaskReview = '/bpm/bpmBackend/toTaskReview';
3879
3861
  // 复核提交
@@ -3902,8 +3884,13 @@ var freeStartFlowWithSubmitTask = '/bpm/bpmBackend/freeStartFlowWithSubmitTask';
3902
3884
  var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStartedCircularRead';
3903
3885
  // 获取传阅列表
3904
3886
  var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
3887
+ // 获取分阅情况列表
3888
+ var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
3889
+
3905
3890
  // 传阅列表撤回
3906
3891
  var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
3892
+ // 撤销分阅
3893
+ var taskReadWithDraw = '/bpm/bpmBackend/taskReadWithDraw';
3907
3894
  // 阅转办提交流程
3908
3895
  var startReadTransferHandleFlowWithTaskReadEnd = '/bpm/bpmBackend/startReadTransferHandleFlowWithTaskReadEnd';
3909
3896
  // 阅转办校验接口
@@ -4438,8 +4425,8 @@ var component = Object(componentNormalizer["a" /* default */])(
4438
4425
  // ESM COMPAT FLAG
4439
4426
  __webpack_require__.r(__webpack_exports__);
4440
4427
 
4441
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=f1587d18&
4442
- var mainvue_type_template_id_f1587d18_render = function () {
4428
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=32bf4042&
4429
+ var mainvue_type_template_id_32bf4042_render = function () {
4443
4430
  var _vm = this
4444
4431
  var _h = _vm.$createElement
4445
4432
  var _c = _vm._self._c || _h
@@ -4493,6 +4480,7 @@ var mainvue_type_template_id_f1587d18_render = function () {
4493
4480
  on: {
4494
4481
  "cell-click": _vm.handleCellClick,
4495
4482
  "btn-click": _vm.handleBtnClick,
4483
+ "selection-change": _vm.handleSelectionChange,
4496
4484
  },
4497
4485
  },
4498
4486
  "es-data-table",
@@ -4636,10 +4624,14 @@ var mainvue_type_template_id_f1587d18_render = function () {
4636
4624
  )
4637
4625
  }
4638
4626
  var staticRenderFns = []
4639
- mainvue_type_template_id_f1587d18_render._withStripped = true
4627
+ mainvue_type_template_id_32bf4042_render._withStripped = true
4628
+
4640
4629
 
4630
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=32bf4042&
4641
4631
 
4642
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=f1587d18&
4632
+ // EXTERNAL MODULE: external "babel-runtime/regenerator"
4633
+ var regenerator_ = __webpack_require__(4);
4634
+ var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
4643
4635
 
4644
4636
  // EXTERNAL MODULE: ./src/config/api.js
4645
4637
  var api = __webpack_require__(1);
@@ -4651,10 +4643,15 @@ var FileList = __webpack_require__(17);
4651
4643
  var util = __webpack_require__(0);
4652
4644
 
4653
4645
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
4646
+
4647
+
4654
4648
  var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
4655
4649
 
4656
4650
  var _components;
4657
4651
 
4652
+ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; }
4653
+
4654
+ //
4658
4655
  //
4659
4656
  //
4660
4657
  //
@@ -4756,6 +4753,10 @@ var _components;
4756
4753
  type: String,
4757
4754
  default: ''
4758
4755
  },
4756
+ getListCount: {
4757
+ type: Function,
4758
+ default: function _default() {}
4759
+ },
4759
4760
  hide: {
4760
4761
  type: String,
4761
4762
  default: ''
@@ -4802,9 +4803,13 @@ var _components;
4802
4803
  pressLoading: false,
4803
4804
  pressTableList: [],
4804
4805
  circularData: [],
4806
+ selectList: [],
4807
+ untreatedReadData: [],
4808
+ processedReadData: [],
4805
4809
  hasCircularReadWithdrawAuthority: false,
4806
4810
  currentPage: 1,
4807
4811
  pageSize: 20,
4812
+ flowListCount: {},
4808
4813
  currentUserHasPresetInfoAuth: false,
4809
4814
  pressThead: [{
4810
4815
  title: '催办节点',
@@ -4951,7 +4956,22 @@ var _components;
4951
4956
  circular: [{
4952
4957
  type: 'text',
4953
4958
  contents: '传阅列表'
4959
+ }],
4960
+ untreatedRead: [{
4961
+ type: 'text',
4962
+ contents: '未处理分阅列表'
4963
+ }, {
4964
+ type: 'button',
4965
+ contents: [{
4966
+ text: '撤销分阅',
4967
+ fun: 'recallRead'
4968
+ }]
4969
+ }],
4970
+ processedRead: [{
4971
+ type: 'text',
4972
+ contents: '已处理分阅列表'
4954
4973
  }]
4974
+ // Reading situation
4955
4975
  };
4956
4976
  },
4957
4977
  pageInfo: function pageInfo() {
@@ -5327,6 +5347,100 @@ var _components;
5327
5347
  return h('span', {}, [params.row.doresult ? params.row.doresult + (params.row.handleInfo ? '&' : '') : '', h('span', { style: { color: '#A5A5A5', marginLeft: '2px' } }, params.row.handleInfo || '')]);
5328
5348
  }
5329
5349
  }
5350
+ }],
5351
+ untreatedRead: [{
5352
+ label: '步骤',
5353
+ field: 'itemid',
5354
+ align: 'center',
5355
+ key: 'bz',
5356
+ showOverflowTooltip: true,
5357
+ width: this.theadWidth.itemid || 110
5358
+ }, {
5359
+ label: '办理人',
5360
+ field: 'userName',
5361
+ align: 'center',
5362
+ key: 'blr',
5363
+ showOverflowTooltip: true,
5364
+ width: this.theadWidth.userName
5365
+ }, {
5366
+ label: '办理状态',
5367
+ field: 'pendstate',
5368
+ key: 'blzt',
5369
+ align: 'center',
5370
+ showOverflowTooltip: true,
5371
+ width: this.theadWidth.pendstate || 110,
5372
+ render: function render(h, params) {
5373
+ return h('span', {
5374
+ style: {
5375
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue'
5376
+ },
5377
+ domProps: { innerHTML: params.row.querykeywords }
5378
+ });
5379
+ }
5380
+ }, {
5381
+ label: '创建时间',
5382
+ field: 'createtime',
5383
+ align: 'center',
5384
+ key: 'cjsj',
5385
+ showOverflowTooltip: true,
5386
+ width: this.theadWidth.createtime || 150,
5387
+ render: function render(h, params) {
5388
+ return h('span', {}, params.row.doetime ? util["a" /* default */].formatDate(params.row.createtime, 'yyyy-MM-dd HH:mm') : '');
5389
+ }
5390
+ }],
5391
+ processedRead: [{
5392
+ label: '步骤',
5393
+ field: 'itemid',
5394
+ align: 'center',
5395
+ key: 'bz',
5396
+ showOverflowTooltip: true,
5397
+ width: this.theadWidth.itemid || 110
5398
+ }, {
5399
+ label: '办理人',
5400
+ field: 'userName',
5401
+ align: 'center',
5402
+ key: 'blr',
5403
+ showOverflowTooltip: true,
5404
+ width: this.theadWidth.userName
5405
+ }, {
5406
+ label: '办理状态',
5407
+ field: 'pendstate',
5408
+ key: 'blzt',
5409
+ align: 'center',
5410
+ showOverflowTooltip: true,
5411
+ width: this.theadWidth.pendstate || 110,
5412
+ render: function render(h, params) {
5413
+ return h('span', {
5414
+ style: {
5415
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue'
5416
+ },
5417
+ domProps: { innerHTML: params.row.querykeywords }
5418
+ });
5419
+ }
5420
+ }, {
5421
+ label: '办理时间',
5422
+ field: 'doetime',
5423
+ align: 'center',
5424
+ key: 'blsj',
5425
+ showOverflowTooltip: true,
5426
+ width: this.theadWidth.doetime || 150,
5427
+ render: function render(h, params) {
5428
+ return h('span', {}, params.row.doetime ? util["a" /* default */].formatDate(params.row.doetime, 'yyyy-MM-dd HH:mm') : '');
5429
+ }
5430
+ }, {
5431
+ label: '代办人',
5432
+ field: 'douserid',
5433
+ align: 'center',
5434
+ key: 'dbr',
5435
+ showOverflowTooltip: true,
5436
+ width: this.theadWidth.douserid
5437
+ }, {
5438
+ label: '意见',
5439
+ field: 'doresult',
5440
+ align: 'center',
5441
+ key: 'yj',
5442
+ showOverflowTooltip: true,
5443
+ width: this.theadWidth.doresult
5330
5444
  }]
5331
5445
  };
5332
5446
  },
@@ -5340,6 +5454,9 @@ var _components;
5340
5454
  return item != 'splitReading';
5341
5455
  });
5342
5456
  }
5457
+ if (newContents.indexOf('readingSituation') != -1) {
5458
+ newContents = ['untreatedRead', 'processedRead'];
5459
+ }
5343
5460
  var contents = newContents.map(function (item) {
5344
5461
  if (typeof item === 'string') {
5345
5462
  var data = [];
@@ -5363,6 +5480,7 @@ var _components;
5363
5480
  }
5364
5481
  return {
5365
5482
  type: item,
5483
+ checkbox: newContents.indexOf('untreatedRead') != -1,
5366
5484
  toolbar: _this3.toolbars[item],
5367
5485
  thead: data.length > 0 ? data : _this3.theads[item],
5368
5486
  showFormBtn: false
@@ -5477,20 +5595,121 @@ var _components;
5477
5595
  }
5478
5596
  },
5479
5597
  mounted: function mounted() {
5480
- this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
5481
- if (this.contents.indexOf('circular') != -1) {
5482
- this.getCircularReadList();
5483
- }
5484
- this.getFlowList();
5485
- this.getSysInfo('preset_type');
5486
- this.getSysInfo('is_edit');
5487
- this.getListInfo();
5598
+ var _this5 = this;
5599
+
5600
+ return _asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee() {
5601
+ return regenerator_default.a.wrap(function _callee$(_context) {
5602
+ while (1) {
5603
+ switch (_context.prev = _context.next) {
5604
+ case 0:
5605
+ _this5.loading = util["a" /* default */].loading(_this5.$loading, '加载中...');
5606
+
5607
+ if (!(_this5.contents.indexOf('readingSituation') != -1)) {
5608
+ _context.next = 10;
5609
+ break;
5610
+ }
5611
+
5612
+ _context.next = 4;
5613
+ return _this5.getFyListJson(1);
5614
+
5615
+ case 4:
5616
+ _context.next = 6;
5617
+ return _this5.getFyListJson(2);
5618
+
5619
+ case 6:
5620
+ _this5.getListCount(_this5.flowListCount);
5621
+ _this5.show = true;
5622
+ _context.next = 11;
5623
+ break;
5624
+
5625
+ case 10:
5626
+ _this5.getFlowList();
5627
+
5628
+ case 11:
5629
+ _this5.getSysInfo('preset_type');
5630
+ _this5.getSysInfo('is_edit');
5631
+ _this5.getListInfo();
5632
+
5633
+ case 14:
5634
+ case 'end':
5635
+ return _context.stop();
5636
+ }
5637
+ }
5638
+ }, _callee, _this5);
5639
+ }))();
5488
5640
  },
5489
5641
 
5490
5642
 
5491
5643
  methods: {
5644
+ recallReadFun: function recallReadFun() {
5645
+ var _this6 = this;
5646
+
5647
+ var _that = this;
5648
+ var pendingIds = _that.selectList.map(function (x) {
5649
+ return x.id;
5650
+ }).join(',');
5651
+ var params = {
5652
+ url: api["Kb" /* taskReadWithDraw */],
5653
+ params: {
5654
+ pendingIds: pendingIds
5655
+ }
5656
+ };
5657
+ _that.loading = util["a" /* default */].loading(_that.$loading, '撤销中...');
5658
+ util["a" /* default */].ajax(params).then(function () {
5659
+ var _ref = _asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee2(res) {
5660
+ return regenerator_default.a.wrap(function _callee2$(_context2) {
5661
+ while (1) {
5662
+ switch (_context2.prev = _context2.next) {
5663
+ case 0:
5664
+ _that.loading.close();
5665
+
5666
+ if (!(res.rCode == 0 || res.status == 'success')) {
5667
+ _context2.next = 8;
5668
+ break;
5669
+ }
5670
+
5671
+ _that.$message.success('撤销成功!');
5672
+ _context2.next = 5;
5673
+ return _that.getFyListJson(1);
5674
+
5675
+ case 5:
5676
+ _that.getListCount(_that.flowListCount);
5677
+ _context2.next = 9;
5678
+ break;
5679
+
5680
+ case 8:
5681
+ _that.$message.error(res.message);
5682
+
5683
+ case 9:
5684
+ case 'end':
5685
+ return _context2.stop();
5686
+ }
5687
+ }
5688
+ }, _callee2, _this6);
5689
+ }));
5690
+
5691
+ return function (_x) {
5692
+ return _ref.apply(this, arguments);
5693
+ };
5694
+ }());
5695
+ },
5696
+ recallRead: function recallRead() {
5697
+ var _this7 = this;
5698
+
5699
+ if (this.selectList.length == 0) return this.$message.warning('请选择需要撤销的分阅');
5700
+ this.$confirm('是否确认撤销选中的分阅?', '提示', {
5701
+ confirmButtonText: '确定',
5702
+ cancelButtonText: '取消',
5703
+ type: 'warning'
5704
+ }).then(function () {
5705
+ _this7.recallReadFun();
5706
+ });
5707
+ },
5708
+ handleSelectionChange: function handleSelectionChange(val) {
5709
+ this.selectList = val;
5710
+ },
5492
5711
  handledraw: function handledraw(pendedHistoryId) {
5493
- var _this5 = this;
5712
+ var _this8 = this;
5494
5713
 
5495
5714
  var params = {
5496
5715
  url: api["f" /* circularReadWithdraw */],
@@ -5501,45 +5720,58 @@ var _components;
5501
5720
  cancelButtonText: '取消',
5502
5721
  type: 'warning'
5503
5722
  }).then(function () {
5504
- _this5.loading = util["a" /* default */].loading(_this5.$loading, '撤回中...');
5723
+ _this8.loading = util["a" /* default */].loading(_this8.$loading, '撤回中...');
5505
5724
  util["a" /* default */].ajax(params).then(function (res) {
5506
- _this5.loading.close();
5725
+ _this8.loading.close();
5507
5726
  if (res.rCode == 0) {
5508
- _this5.$message({
5727
+ _this8.$message({
5509
5728
  message: '撤回成功',
5510
5729
  type: 'success'
5511
5730
  });
5512
- _this5.getCircularReadList();
5731
+ _this8.getCircularReadList();
5513
5732
  }
5514
5733
  });
5515
5734
  // _that.subMit(res.results,type)
5516
5735
  }).catch(function () {});
5517
5736
  },
5518
5737
  getCircularReadList: function getCircularReadList() {
5519
- var _this6 = this;
5520
-
5738
+ var _that = this;
5521
5739
  var params = {
5522
- url: api["nb" /* pendedhistoryListWithCircularReadJson */],
5523
- params: { apprecordid: this.businessId }
5740
+ url: api["ob" /* pendedhistoryListWithCircularReadJson */],
5741
+ params: { apprecordid: _that.businessId }
5524
5742
  };
5525
5743
  util["a" /* default */].ajax(params).then(function (res) {
5526
5744
  if (res.status == 'success' || res.rCode == 0) {
5527
- _this6.circularData = res.data.fyHistoryList;
5528
- _this6.hasCircularReadWithdrawAuthority = res.data.hasCircularReadWithdrawAuthority;
5745
+ _that.circularData = res.data.fyHistoryList;
5746
+ _that.hasCircularReadWithdrawAuthority = res.data.hasCircularReadWithdrawAuthority;
5747
+ _that.$nextTick(function () {
5748
+ _that.getListCount(_that.flowListCount);
5749
+ });
5529
5750
  }
5530
5751
  });
5531
5752
  },
5532
5753
  returnData: function returnData(type) {
5533
5754
  switch (type) {
5534
5755
  case 'preset':
5756
+ this.flowListCount.preset = this.presetData.length;
5535
5757
  return this.presetData;
5536
5758
  case 'sign':
5759
+ this.flowListCount.sign = this.signData.length;
5537
5760
  return this.signData;
5538
5761
  case 'splitReading':
5762
+ this.flowListCount.splitReading = this.splitReadingData.length;
5539
5763
  return this.splitReadingData;
5540
5764
  case 'circular':
5765
+ this.flowListCount.circular = this.circularData.length;
5541
5766
  return this.circularData;
5767
+ case 'untreatedRead':
5768
+ this.flowListCount.untreatedRead = this.untreatedReadData.length;
5769
+ return this.untreatedReadData;
5770
+ case 'processedRead':
5771
+ this.flowListCount.processedRead = this.processedReadData.length;
5772
+ return this.processedReadData;
5542
5773
  default:
5774
+ this.flowListCount.flow = this.flowData.length;
5543
5775
  return this.flowData;
5544
5776
  }
5545
5777
  },
@@ -5553,23 +5785,26 @@ var _components;
5553
5785
  }
5554
5786
  },
5555
5787
  handleBtnClick: function handleBtnClick(data) {
5788
+ // recallRead
5556
5789
  var handle = data.handle,
5557
5790
  row = data.row;
5558
5791
 
5559
5792
  if (handle.text == '删除') {
5560
5793
  this.del(row.id);
5794
+ } else if (handle.fun == 'recallRead') {
5795
+ this[handle.fun]();
5561
5796
  }
5562
5797
  },
5563
5798
 
5564
- /**
5565
- * handleFormSubmit
5566
- * @desc:删除节点点击事件
5567
- * @param {Object} formData 点击删除的form数据
5568
- * @author liufan
5569
- * @date 2022年11月29日
5799
+ /**
5800
+ * handleFormSubmit
5801
+ * @desc:删除节点点击事件
5802
+ * @param {Object} formData 点击删除的form数据
5803
+ * @author liufan
5804
+ * @date 2022年11月29日
5570
5805
  **/
5571
5806
  handleFormSubmit: function handleFormSubmit(formData) {
5572
- var _this7 = this;
5807
+ var _this9 = this;
5573
5808
 
5574
5809
  this.delLoading = true;
5575
5810
  var params = {
@@ -5581,64 +5816,64 @@ var _components;
5581
5816
  var status = res.status,
5582
5817
  message = res.message;
5583
5818
 
5584
- _this7.delLoading = false;
5819
+ _this9.delLoading = false;
5585
5820
  if (status === 'success') {
5586
- _this7.$message.success('删除成功');
5587
- _this7.showDel = false;
5588
- _this7.handleChange();
5821
+ _this9.$message.success('删除成功');
5822
+ _this9.showDel = false;
5823
+ _this9.handleChange();
5589
5824
  } else {
5590
- _this7.$message.error(message || '系统错误,请联系管理员!');
5825
+ _this9.$message.error(message || '系统错误,请联系管理员!');
5591
5826
  }
5592
5827
  }).catch(function (err) {
5593
- _this7.delLoading = false;
5828
+ _this9.delLoading = false;
5594
5829
  if (err.message && err.message !== 'canceled') {
5595
- _this7.$message.error(err.message);
5830
+ _this9.$message.error(err.message);
5596
5831
  }
5597
5832
  });
5598
5833
  },
5599
5834
 
5600
- /**
5601
- * del
5602
- * @desc:展示删除弹窗
5603
- * @param {String} id 当前点击数据id
5604
- * @author liufan
5605
- * @date 2022年11月29日
5835
+ /**
5836
+ * del
5837
+ * @desc:展示删除弹窗
5838
+ * @param {String} id 当前点击数据id
5839
+ * @author liufan
5840
+ * @date 2022年11月29日
5606
5841
  **/
5607
5842
  del: function del(id) {
5608
5843
  this.historyId = id;
5609
5844
  this.showDel = true;
5610
5845
  },
5611
5846
 
5612
- /**
5613
- * handleCurrentChange
5614
- * @desc:监听页码变化
5615
- * @param {String} val 当前页
5616
- * @author liufan
5617
- * @date 2022年11月29日
5847
+ /**
5848
+ * handleCurrentChange
5849
+ * @desc:监听页码变化
5850
+ * @param {String} val 当前页
5851
+ * @author liufan
5852
+ * @date 2022年11月29日
5618
5853
  **/
5619
5854
  handleCurrentChange: function handleCurrentChange(val) {
5620
5855
  this.currentPage = val;
5621
5856
  this.getPressList();
5622
5857
  },
5623
5858
 
5624
- /**
5625
- * handleSizeChange
5626
- * @desc:监听每页数据显示数量变化
5627
- * @param {String} val 每页展示数量
5628
- * @author liufan
5629
- * @date 2022年11月29日
5859
+ /**
5860
+ * handleSizeChange
5861
+ * @desc:监听每页数据显示数量变化
5862
+ * @param {String} val 每页展示数量
5863
+ * @author liufan
5864
+ * @date 2022年11月29日
5630
5865
  **/
5631
5866
  handleSizeChange: function handleSizeChange(val) {
5632
5867
  this.pageSize = val;
5633
5868
  this.getPressList();
5634
5869
  },
5635
5870
 
5636
- /**
5637
- * sortChange
5638
- * @desc:监听排序变化
5639
- * @param {Object} info 需要排序的字段及排序方式
5640
- * @author liufan
5641
- * @date 2022年11月29日
5871
+ /**
5872
+ * sortChange
5873
+ * @desc:监听排序变化
5874
+ * @param {Object} info 需要排序的字段及排序方式
5875
+ * @author liufan
5876
+ * @date 2022年11月29日
5642
5877
  **/
5643
5878
  sortChange: function sortChange(info) {
5644
5879
  var prop = info.prop,
@@ -5649,14 +5884,14 @@ var _components;
5649
5884
  this.getPressList();
5650
5885
  },
5651
5886
 
5652
- /**
5653
- * getPressList
5654
- * @desc:催办列表数据
5655
- * @author liufan
5656
- * @date 2022年11月29日
5887
+ /**
5888
+ * getPressList
5889
+ * @desc:催办列表数据
5890
+ * @author liufan
5891
+ * @date 2022年11月29日
5657
5892
  **/
5658
5893
  getPressList: function getPressList() {
5659
- var _this8 = this;
5894
+ var _this10 = this;
5660
5895
 
5661
5896
  var historyId = this.historyId,
5662
5897
  pageSize = this.pageSize,
@@ -5666,29 +5901,29 @@ var _components;
5666
5901
 
5667
5902
  this.pressLoading = true;
5668
5903
  var params = {
5669
- url: api["ob" /* pressListJson */],
5904
+ url: api["pb" /* pressListJson */],
5670
5905
  params: { historyId: historyId },
5671
5906
  method: 'POST',
5672
5907
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
5673
5908
  };
5674
5909
  util["a" /* default */].ajax(params).then(function (res) {
5675
- _this8.pressTableList = res.data;
5676
- _this8.total = res.totalrecords;
5677
- _this8.pressLoading = false;
5910
+ _this10.pressTableList = res.data;
5911
+ _this10.total = res.totalrecords;
5912
+ _this10.pressLoading = false;
5678
5913
  }).catch(function (err) {
5679
- _this8.pressLoading = false;
5914
+ _this10.pressLoading = false;
5680
5915
  if (err.message && err.message !== 'canceled') {
5681
- _this8.$message.error(err.message);
5916
+ _this10.$message.error(err.message);
5682
5917
  }
5683
5918
  });
5684
5919
  },
5685
5920
 
5686
- /**
5687
- * goPress
5688
- * @desc:催办列表查看
5689
- * @param {String} id 催办列表id
5690
- * @author liufan
5691
- * @date 2022年11月29日
5921
+ /**
5922
+ * goPress
5923
+ * @desc:催办列表查看
5924
+ * @param {String} id 催办列表id
5925
+ * @author liufan
5926
+ * @date 2022年11月29日
5692
5927
  **/
5693
5928
  goPress: function goPress(id) {
5694
5929
  this.historyId = id;
@@ -5696,23 +5931,23 @@ var _components;
5696
5931
  this.getPressList();
5697
5932
  },
5698
5933
 
5699
- /**
5700
- * showFile
5701
- * @desc:附件查看
5702
- * @param {String} ownId 附件id
5703
- * @author liufan
5704
- * @date 2022年11月29日
5934
+ /**
5935
+ * showFile
5936
+ * @desc:附件查看
5937
+ * @param {String} ownId 附件id
5938
+ * @author liufan
5939
+ * @date 2022年11月29日
5705
5940
  **/
5706
5941
  showFile: function showFile(ownId) {
5707
5942
  this.wfpendingid = ownId;
5708
5943
  this.showFileList = true;
5709
5944
  },
5710
5945
 
5711
- /**
5712
- * handleChange
5713
- * @desc:切换排序方式
5714
- * @author liufan
5715
- * @date 2022年11月22日
5946
+ /**
5947
+ * handleChange
5948
+ * @desc:切换排序方式
5949
+ * @author liufan
5950
+ * @date 2022年11月22日
5716
5951
  **/
5717
5952
  handleChange: function handleChange(key, value) {
5718
5953
  if (value) {
@@ -5722,18 +5957,51 @@ var _components;
5722
5957
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
5723
5958
  this.getFlowList();
5724
5959
  },
5960
+ getFyListJson: function getFyListJson(type) {
5961
+ var _this11 = this;
5962
+
5963
+ return _asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
5964
+ var params;
5965
+ return regenerator_default.a.wrap(function _callee3$(_context3) {
5966
+ while (1) {
5967
+ switch (_context3.prev = _context3.next) {
5968
+ case 0:
5969
+ params = {
5970
+ url: api["D" /* fyListJson */],
5971
+ params: {
5972
+ appRecordId: _this11.businessId,
5973
+ status: type
5974
+ }
5975
+ };
5976
+ _context3.next = 3;
5977
+ return util["a" /* default */].ajax(params).then(function (res) {
5978
+ if (type == 1) {
5979
+ _this11.untreatedReadData = res.data;
5980
+ } else {
5981
+ _this11.processedReadData = res.data;
5982
+ }
5983
+ });
5725
5984
 
5726
- /**
5727
- * getFlowList
5728
- * @desc:获取流程列表
5729
- * @author liufan
5730
- * @date 2022年11月22日
5985
+ case 3:
5986
+ case 'end':
5987
+ return _context3.stop();
5988
+ }
5989
+ }
5990
+ }, _callee3, _this11);
5991
+ }))();
5992
+ },
5993
+
5994
+ /**
5995
+ * getFlowList
5996
+ * @desc:获取流程列表
5997
+ * @author liufan
5998
+ * @date 2022年11月22日
5731
5999
  **/
5732
6000
  getFlowList: function getFlowList() {
5733
- var _this9 = this;
6001
+ var _this12 = this;
5734
6002
 
5735
6003
  var params = {
5736
- url: api["mb" /* pendedhistoryListJson */],
6004
+ url: api["nb" /* pendedhistoryListJson */],
5737
6005
  params: _extends({
5738
6006
  apprecordid: this.businessId,
5739
6007
  pendingAttr: 0,
@@ -5753,43 +6021,50 @@ var _components;
5753
6021
  modify = _res$data.modify,
5754
6022
  taskReadName = _res$data.taskReadName;
5755
6023
 
5756
- _this9.loading.close();
6024
+ _this12.loading.close();
5757
6025
  if (status == 'success') {
5758
- _this9.flowTableInfo.adjunctCode = adjunctCode;
5759
- _this9.flowTableInfo.hasAgent = hasAgent;
5760
- _this9.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
5761
- _this9.isShort = isShort;
5762
- _this9.taskReadName = taskReadName;
5763
- _this9.flowData = wfHistoryList;
5764
- _this9.flowData.map(function (x) {
6026
+ _this12.flowTableInfo.adjunctCode = adjunctCode;
6027
+ _this12.flowTableInfo.hasAgent = hasAgent;
6028
+ _this12.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
6029
+ _this12.isShort = isShort;
6030
+ _this12.taskReadName = taskReadName;
6031
+ _this12.flowData = wfHistoryList;
6032
+ _this12.flowData.map(function (x) {
5765
6033
  if (!x.deptid) {
5766
6034
  x.deptid = x.deptName;
5767
6035
  }
5768
6036
  });
5769
- _this9.splitReadingData = fyHistoryList;
5770
- _this9.modify = modify;
5771
- _this9.show = true;
6037
+ _this12.splitReadingData = fyHistoryList;
6038
+ _this12.modify = modify;
6039
+ _this12.show = true;
6040
+ if (_this12.contents.indexOf('circular') != -1) {
6041
+ _this12.getCircularReadList();
6042
+ } else {
6043
+ _this12.$nextTick(function () {
6044
+ _this12.getListCount(_this12.flowListCount);
6045
+ });
6046
+ }
5772
6047
  } else {
5773
- _this9.$message.error(message || '系统错误,请联系管理员!');
6048
+ _this12.$message.error(message || '系统错误,请联系管理员!');
5774
6049
  }
5775
6050
  }).catch(function (err) {
5776
- _this9.loading.close();
6051
+ _this12.loading.close();
5777
6052
  if (err.message && err.message !== 'canceled') {
5778
- _this9.$message.error(err.message);
6053
+ _this12.$message.error(err.message);
5779
6054
  }
5780
- _this9.show = true;
6055
+ _this12.show = true;
5781
6056
  });
5782
6057
  },
5783
6058
 
5784
- /**
5785
- * handleClick
5786
- * @desc:表单点击事件
5787
- * @param {Object} val 当前点击行数据及按钮
5788
- * @author liufan
5789
- * @date 2022年11月10日
6059
+ /**
6060
+ * handleClick
6061
+ * @desc:表单点击事件
6062
+ * @param {Object} val 当前点击行数据及按钮
6063
+ * @author liufan
6064
+ * @date 2022年11月10日
5790
6065
  **/
5791
6066
  handleClick: function handleClick(val) {
5792
- var _this10 = this;
6067
+ var _this13 = this;
5793
6068
 
5794
6069
  var text = val.handle.text,
5795
6070
  _val$row = val.row,
@@ -5799,7 +6074,7 @@ var _components;
5799
6074
  if (text === '置为失效') {
5800
6075
  if (status == 0) {
5801
6076
  this.$confirm('您确定要置为失效吗?').then(function () {
5802
- _this10.loading = util["a" /* default */].loading(_this10.$loading, '提交中...');
6077
+ _this13.loading = util["a" /* default */].loading(_this13.$loading, '提交中...');
5803
6078
  var param = {
5804
6079
  url: api["m" /* deletePresetInfo */],
5805
6080
  headers: { Accept: 'application/json,text/plain' },
@@ -5810,17 +6085,17 @@ var _components;
5810
6085
  var status = res.status,
5811
6086
  message = res.message;
5812
6087
 
5813
- _this10.loading.close();
6088
+ _this13.loading.close();
5814
6089
  if (status === 'success') {
5815
- _this10.$message.success('操作成功');
5816
- _this10.getListInfo();
6090
+ _this13.$message.success('操作成功');
6091
+ _this13.getListInfo();
5817
6092
  } else {
5818
- _this10.$message.error(message || '系统错误,请联系管理员!');
6093
+ _this13.$message.error(message || '系统错误,请联系管理员!');
5819
6094
  }
5820
6095
  }).catch(function (err) {
5821
- _this10.loading.close();
6096
+ _this13.loading.close();
5822
6097
  if (err.message && err.message !== 'canceled') {
5823
- _this10.$message.error(err.message);
6098
+ _this13.$message.error(err.message);
5824
6099
  }
5825
6100
  });
5826
6101
  }).catch(function (e) {
@@ -5832,13 +6107,13 @@ var _components;
5832
6107
  }
5833
6108
  },
5834
6109
 
5835
- /**
5836
- * getCodeValue
5837
- * @desc:获取代码表过滤后的值
5838
- * @param {String} value 展示数据的代码值
5839
- * @param {String} type 代码表类型
5840
- * @author liufan
5841
- * @date 2022年11月10日
6110
+ /**
6111
+ * getCodeValue
6112
+ * @desc:获取代码表过滤后的值
6113
+ * @param {String} value 展示数据的代码值
6114
+ * @param {String} type 代码表类型
6115
+ * @author liufan
6116
+ * @date 2022年11月10日
5842
6117
  **/
5843
6118
  getCodeValue: function getCodeValue(value, type) {
5844
6119
  var val = this[type].filter(function (item) {
@@ -5847,15 +6122,15 @@ var _components;
5847
6122
  return val[0].shortName;
5848
6123
  },
5849
6124
 
5850
- /**
5851
- * getSysInfo
5852
- * @desc:获取代码表
5853
- * @param {String} code 编码code值
5854
- * @author liufan
5855
- * @date 2022年11月10日
6125
+ /**
6126
+ * getSysInfo
6127
+ * @desc:获取代码表
6128
+ * @param {String} code 编码code值
6129
+ * @author liufan
6130
+ * @date 2022年11月10日
5856
6131
  **/
5857
6132
  getSysInfo: function getSysInfo(code) {
5858
- var _this11 = this;
6133
+ var _this14 = this;
5859
6134
 
5860
6135
  var params = {
5861
6136
  url: api["x" /* findCodeValues */],
@@ -5867,24 +6142,24 @@ var _components;
5867
6142
  data = res.data;
5868
6143
 
5869
6144
  if (status == 'success') {
5870
- _this11[code] = data;
6145
+ _this14[code] = data;
5871
6146
  } else {
5872
- _this11.$message.error(message || '系统错误,请联系管理员!');
6147
+ _this14.$message.error(message || '系统错误,请联系管理员!');
5873
6148
  }
5874
6149
  }).catch(function (e) {});
5875
6150
  },
5876
6151
 
5877
- /**
5878
- * getListInfo
5879
- * @desc:获取预设列表数据
5880
- * @author liufan
5881
- * @date 2022年11月10日
6152
+ /**
6153
+ * getListInfo
6154
+ * @desc:获取预设列表数据
6155
+ * @author liufan
6156
+ * @date 2022年11月10日
5882
6157
  **/
5883
6158
  getListInfo: function getListInfo() {
5884
- var _this12 = this;
6159
+ var _this15 = this;
5885
6160
 
5886
6161
  var param = {
5887
- url: api["Rb" /* toPresetInfoListIndex */],
6162
+ url: api["Tb" /* toPresetInfoListIndex */],
5888
6163
  params: { apprecordid: this.businessId }
5889
6164
  };
5890
6165
  util["a" /* default */].ajax(param).then(function (res) {
@@ -5896,19 +6171,19 @@ var _components;
5896
6171
  canDelete = _res$data2.canDelete,
5897
6172
  currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
5898
6173
 
5899
- _this12.loading.close();
6174
+ _this15.loading.close();
5900
6175
  if (status == 'success') {
5901
- presetInfoList && (_this12.presetData = presetInfoList);
5902
- _this12.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
5903
- _this12.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
5904
- _this12.canDelete = canDelete;
6176
+ presetInfoList && (_this15.presetData = presetInfoList);
6177
+ _this15.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
6178
+ _this15.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
6179
+ _this15.canDelete = canDelete;
5905
6180
  } else {
5906
- _this12.$message.error(message || '系统错误,请联系管理员!');
6181
+ _this15.$message.error(message || '系统错误,请联系管理员!');
5907
6182
  }
5908
6183
  }).catch(function (err) {
5909
- _this12.loading.close();
6184
+ _this15.loading.close();
5910
6185
  if (err.message && err.message !== 'canceled') {
5911
- _this12.$message.error(err.message);
6186
+ _this15.$message.error(err.message);
5912
6187
  }
5913
6188
  });
5914
6189
  }
@@ -5929,7 +6204,7 @@ var componentNormalizer = __webpack_require__(3);
5929
6204
 
5930
6205
  var component = Object(componentNormalizer["a" /* default */])(
5931
6206
  src_mainvue_type_script_lang_js_,
5932
- mainvue_type_template_id_f1587d18_render,
6207
+ mainvue_type_template_id_32bf4042_render,
5933
6208
  staticRenderFns,
5934
6209
  false,
5935
6210
  null,