eoss-ui 0.6.57 → 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 (284) 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 +1456 -899
  10. package/lib/flow-group.js +105 -118
  11. package/lib/flow-list.js +555 -277
  12. package/lib/flow.js +744 -484
  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 +288 -291
  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/flow.css +1 -1
  41. package/lib/theme-chalk/index.css +1 -1
  42. package/lib/tips.js +106 -119
  43. package/lib/tree-group.js +105 -118
  44. package/lib/tree.js +106 -119
  45. package/lib/upload.js +115 -128
  46. package/lib/utils/util.js +1 -21
  47. package/lib/wujie.js +105 -118
  48. package/lib/wxlogin.js +105 -118
  49. package/package.json +159 -159
  50. package/packages/button/index.js +5 -5
  51. package/packages/button/src/main.vue +418 -418
  52. package/packages/button-group/index.js +5 -5
  53. package/packages/button-group/src/main.vue +298 -298
  54. package/packages/calendar/index.js +5 -5
  55. package/packages/card/index.js +5 -5
  56. package/packages/card/src/main.vue +156 -156
  57. package/packages/cascader/index.js +5 -5
  58. package/packages/cascader/src/main.vue +168 -168
  59. package/packages/checkbox-group/index.js +5 -5
  60. package/packages/checkbox-group/src/main.vue +333 -333
  61. package/packages/clients/index.js +5 -5
  62. package/packages/clients/src/main.vue +144 -144
  63. package/packages/data-table/index.js +5 -5
  64. package/packages/data-table/src/children.vue +39 -39
  65. package/packages/data-table/src/column.vue +989 -989
  66. package/packages/data-table/src/main.vue +1822 -1822
  67. package/packages/data-table/src/sizer.vue +195 -195
  68. package/packages/data-table-form/index.js +5 -5
  69. package/packages/data-table-form/src/checkbox.vue +101 -101
  70. package/packages/data-table-form/src/colgroup.vue +17 -17
  71. package/packages/data-table-form/src/main.vue +181 -181
  72. package/packages/data-table-form/src/radio.vue +65 -65
  73. package/packages/data-table-form/src/table.vue +233 -233
  74. package/packages/data-table-form/src/tbody.vue +336 -336
  75. package/packages/data-table-form/src/thead.vue +68 -68
  76. package/packages/date-picker/index.js +5 -5
  77. package/packages/date-picker/src/main.vue +236 -236
  78. package/packages/dialog/index.js +5 -5
  79. package/packages/enable-drag/index.js +5 -5
  80. package/packages/enterprise/index.js +5 -5
  81. package/packages/enterprise/src/main.vue +66 -66
  82. package/packages/error-page/index.js +5 -5
  83. package/packages/error-page/src/main.vue +44 -44
  84. package/packages/flow/index.js +5 -5
  85. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  86. package/packages/flow/src/component/CustomPreset.vue +322 -322
  87. package/packages/flow/src/component/FileList.vue +99 -99
  88. package/packages/flow/src/component/Preset.vue +255 -255
  89. package/packages/flow/src/component/SendMsg.vue +229 -229
  90. package/packages/flow/src/component/TimeLimit.vue +190 -190
  91. package/packages/flow/src/component/taskUnionExamine.vue +611 -611
  92. package/packages/flow/src/form.vue +121 -121
  93. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  94. package/packages/flow/src/main.vue +3173 -3131
  95. package/packages/flow/src/processForm.vue +1087 -1031
  96. package/packages/flow/src/processReject.vue +293 -293
  97. package/packages/flow/src/reset.vue +900 -900
  98. package/packages/flow/src/startTaskRead.vue +641 -641
  99. package/packages/flow/src/supervise.vue +138 -138
  100. package/packages/flow/src/table.vue +58 -58
  101. package/packages/flow-group/index.js +5 -5
  102. package/packages/flow-group/src/main.vue +688 -688
  103. package/packages/flow-list/index.js +5 -5
  104. package/packages/flow-list/src/main.vue +1691 -1437
  105. package/packages/form/index.js +5 -5
  106. package/packages/form/src/main.vue +3583 -3583
  107. package/packages/form/src/table.vue +1426 -1426
  108. package/packages/handle-user/index.js +5 -5
  109. package/packages/handle-user/src/main.vue +138 -138
  110. package/packages/handler/index.js +5 -5
  111. package/packages/handler/src/main.vue +493 -493
  112. package/packages/icon/index.js +5 -5
  113. package/packages/icon/src/main.vue +101 -101
  114. package/packages/icons/index.js +5 -5
  115. package/packages/icons/src/main.vue +81 -81
  116. package/packages/input/index.js +5 -5
  117. package/packages/input/src/main.vue +356 -356
  118. package/packages/input-number/index.js +5 -5
  119. package/packages/input-number/src/main.vue +106 -106
  120. package/packages/label/index.js +5 -5
  121. package/packages/label/src/main.vue +457 -457
  122. package/packages/layout/index.js +5 -5
  123. package/packages/layout/src/item.vue +152 -152
  124. package/packages/layout/src/main.vue +31 -31
  125. package/packages/login/index.js +5 -5
  126. package/packages/login/src/main.vue +1935 -1935
  127. package/packages/login/src/resetPassword.vue +562 -562
  128. package/packages/main/index.js +5 -5
  129. package/packages/main/src/default/message.vue +249 -249
  130. package/packages/main/src/default/notice.vue +157 -157
  131. package/packages/main/src/default/userinfo.vue +503 -503
  132. package/packages/main/src/public/online.vue +89 -89
  133. package/packages/main/src/public/search.vue +462 -462
  134. package/packages/main/src/public/settings.vue +221 -221
  135. package/packages/main/src/simplicity/apps.vue +388 -388
  136. package/packages/main/src/simplicity/avatar.vue +82 -82
  137. package/packages/main/src/simplicity/handler.vue +259 -259
  138. package/packages/main/src/simplicity/index.vue +2086 -2076
  139. package/packages/main/src/simplicity/lists.vue +84 -84
  140. package/packages/main/src/simplicity/menu-list.vue +135 -135
  141. package/packages/main/src/simplicity/message.vue +259 -259
  142. package/packages/main/src/simplicity/notice.vue +190 -190
  143. package/packages/main/src/simplicity/router-page.vue +45 -45
  144. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  145. package/packages/main/src/simplicity/user.vue +257 -257
  146. package/packages/main/src/simplicity/userinfo.vue +312 -312
  147. package/packages/menu/index.js +5 -5
  148. package/packages/menu/src/main.vue +584 -584
  149. package/packages/nav/index.js +5 -5
  150. package/packages/nav/src/main.vue +351 -351
  151. package/packages/notify/index.js +5 -5
  152. package/packages/notify/src/main.vue +538 -538
  153. package/packages/page/index.js +5 -5
  154. package/packages/page/src/main.vue +167 -167
  155. package/packages/pagination/index.js +5 -5
  156. package/packages/pagination/src/main.vue +96 -96
  157. package/packages/player/index.js +5 -5
  158. package/packages/player/src/main.vue +194 -194
  159. package/packages/qr-code/index.js +5 -5
  160. package/packages/qr-code/src/main.vue +170 -170
  161. package/packages/radio-group/index.js +6 -6
  162. package/packages/radio-group/src/main.vue +319 -319
  163. package/packages/retrial-auth/index.js +5 -5
  164. package/packages/retrial-auth/src/main.vue +280 -280
  165. package/packages/select/index.js +5 -5
  166. package/packages/select/src/main.vue +778 -778
  167. package/packages/select-ganged/index.js +5 -5
  168. package/packages/select-ganged/src/main.vue +724 -724
  169. package/packages/selector/index.js +5 -5
  170. package/packages/selector/src/main.vue +687 -687
  171. package/packages/selector-panel/index.js +5 -5
  172. package/packages/selector-panel/src/main.vue +1027 -1027
  173. package/packages/selector-panel/src/selection.vue +177 -177
  174. package/packages/selector-panel/src/tree.vue +129 -129
  175. package/packages/sizer/index.js +5 -5
  176. package/packages/sizer/src/main.vue +254 -254
  177. package/packages/steps/index.js +5 -5
  178. package/packages/steps/src/main.vue +181 -181
  179. package/packages/switch/index.js +5 -5
  180. package/packages/switch/src/main.vue +154 -154
  181. package/packages/table-form/index.js +5 -5
  182. package/packages/tabs/index.js +5 -5
  183. package/packages/tabs/src/main.vue +788 -788
  184. package/packages/tabs-panel/index.js +5 -5
  185. package/packages/tabs-panel/src/main.vue +29 -29
  186. package/packages/theme-chalk/lib/flow-list.css +1 -1
  187. package/packages/theme-chalk/lib/flow.css +1 -1
  188. package/packages/theme-chalk/lib/index.css +1 -1
  189. package/packages/theme-chalk/src/base.scss +260 -260
  190. package/packages/theme-chalk/src/button-group.scss +176 -175
  191. package/packages/theme-chalk/src/button.scss +24 -24
  192. package/packages/theme-chalk/src/calendar.scss +113 -113
  193. package/packages/theme-chalk/src/card.scss +99 -99
  194. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  195. package/packages/theme-chalk/src/clients.scss +87 -87
  196. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  197. package/packages/theme-chalk/src/data-table.scss +293 -293
  198. package/packages/theme-chalk/src/date-picker.scss +7 -7
  199. package/packages/theme-chalk/src/dialog.scss +77 -77
  200. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  201. package/packages/theme-chalk/src/enterprise.scss +5 -5
  202. package/packages/theme-chalk/src/error-page.scss +18 -18
  203. package/packages/theme-chalk/src/flow-group.scss +110 -110
  204. package/packages/theme-chalk/src/flow-list.scss +39 -36
  205. package/packages/theme-chalk/src/flow.scss +343 -336
  206. package/packages/theme-chalk/src/form.scss +496 -496
  207. package/packages/theme-chalk/src/handle-user.scss +40 -40
  208. package/packages/theme-chalk/src/handler.scss +143 -143
  209. package/packages/theme-chalk/src/icon.scss +1789 -1789
  210. package/packages/theme-chalk/src/icons.scss +99 -99
  211. package/packages/theme-chalk/src/input.scss +9 -9
  212. package/packages/theme-chalk/src/label.scss +24 -24
  213. package/packages/theme-chalk/src/layout.scss +46 -46
  214. package/packages/theme-chalk/src/login.scss +969 -969
  215. package/packages/theme-chalk/src/main.scss +663 -663
  216. package/packages/theme-chalk/src/menu.scss +222 -222
  217. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  218. package/packages/theme-chalk/src/nav.scss +111 -111
  219. package/packages/theme-chalk/src/page.scss +3 -3
  220. package/packages/theme-chalk/src/pagination.scss +29 -29
  221. package/packages/theme-chalk/src/player.scss +9 -9
  222. package/packages/theme-chalk/src/qr-code.scss +17 -17
  223. package/packages/theme-chalk/src/radio-group.scss +9 -9
  224. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  225. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  226. package/packages/theme-chalk/src/select.scss +8 -8
  227. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  228. package/packages/theme-chalk/src/selector.scss +91 -91
  229. package/packages/theme-chalk/src/simplicity.scss +1351 -1351
  230. package/packages/theme-chalk/src/sizer.scss +36 -36
  231. package/packages/theme-chalk/src/steps.scss +88 -88
  232. package/packages/theme-chalk/src/switch.scss +3 -3
  233. package/packages/theme-chalk/src/table-form.scss +1 -1
  234. package/packages/theme-chalk/src/tabs.scss +87 -87
  235. package/packages/theme-chalk/src/tips.scss +7 -7
  236. package/packages/theme-chalk/src/toolbar.scss +179 -179
  237. package/packages/theme-chalk/src/tree-group.scss +72 -72
  238. package/packages/theme-chalk/src/tree.scss +165 -165
  239. package/packages/theme-chalk/src/upload.scss +168 -168
  240. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  241. package/packages/tips/index.js +5 -5
  242. package/packages/tips/src/main.vue +141 -141
  243. package/packages/toolbar/index.js +5 -5
  244. package/packages/toolbar/src/main.vue +430 -430
  245. package/packages/tree/index.js +5 -5
  246. package/packages/tree-group/index.js +5 -5
  247. package/packages/upload/index.js +5 -5
  248. package/packages/upload/src/main.vue +1347 -1347
  249. package/packages/upload/src/picture.js +15 -15
  250. package/packages/wujie/index.js +5 -5
  251. package/packages/wujie/src/main.vue +145 -145
  252. package/packages/wxlogin/index.js +5 -5
  253. package/packages/wxlogin/src/main.vue +128 -128
  254. package/src/config/api.js +286 -281
  255. package/src/config/image.js +2 -2
  256. package/src/index.js +160 -160
  257. package/src/utils/bus.js +3 -3
  258. package/src/utils/date-util.js +312 -312
  259. package/src/utils/http.js +50 -50
  260. package/src/utils/rules.js +18 -18
  261. package/src/utils/store.js +21 -21
  262. package/src/utils/util.js +1 -21
  263. package/src/utils/webSocket.js +107 -107
  264. package/packages/.DS_Store +0 -0
  265. package/packages/data-table/.DS_Store +0 -0
  266. package/packages/data-table-form/.DS_Store +0 -0
  267. package/packages/error-page/.DS_Store +0 -0
  268. package/packages/flow/.DS_Store +0 -0
  269. package/packages/flow-group/.DS_Store +0 -0
  270. package/packages/form/.DS_Store +0 -0
  271. package/packages/handler/.DS_Store +0 -0
  272. package/packages/login/.DS_Store +0 -0
  273. package/packages/main/.DS_Store +0 -0
  274. package/packages/main/src/.DS_Store +0 -0
  275. package/packages/menu/.DS_Store +0 -0
  276. package/packages/retrial-auth/.DS_Store +0 -0
  277. package/packages/select/.DS_Store +0 -0
  278. package/packages/selector/.DS_Store +0 -0
  279. package/packages/selector-panel/.DS_Store +0 -0
  280. package/packages/sizer/.DS_Store +0 -0
  281. package/packages/tabs/.DS_Store +0 -0
  282. package/packages/theme-chalk/src/.DS_Store +0 -0
  283. package/packages/upload/.DS_Store +0 -0
  284. 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=e8da021e&
4442
- var mainvue_type_template_id_e8da021e_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_e8da021e_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_e8da021e_render = function () {
4636
4624
  )
4637
4625
  }
4638
4626
  var staticRenderFns = []
4639
- mainvue_type_template_id_e8da021e_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=e8da021e&
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() {
@@ -4972,7 +4992,10 @@ var _components;
4972
4992
  align: 'center',
4973
4993
  key: 'jbbm',
4974
4994
  showOverflowTooltip: true,
4975
- width: this.theadWidth.deptid || 150
4995
+ width: this.theadWidth.deptid || 150,
4996
+ render: function render(h, params) {
4997
+ return h('span', {}, params.row.doDeptName ? params.row.doDeptName : params.row.deptName);
4998
+ }
4976
4999
  }, {
4977
5000
  label: '步骤',
4978
5001
  field: 'itemname',
@@ -5324,6 +5347,100 @@ var _components;
5324
5347
  return h('span', {}, [params.row.doresult ? params.row.doresult + (params.row.handleInfo ? '&' : '') : '', h('span', { style: { color: '#A5A5A5', marginLeft: '2px' } }, params.row.handleInfo || '')]);
5325
5348
  }
5326
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
5327
5444
  }]
5328
5445
  };
5329
5446
  },
@@ -5337,6 +5454,9 @@ var _components;
5337
5454
  return item != 'splitReading';
5338
5455
  });
5339
5456
  }
5457
+ if (newContents.indexOf('readingSituation') != -1) {
5458
+ newContents = ['untreatedRead', 'processedRead'];
5459
+ }
5340
5460
  var contents = newContents.map(function (item) {
5341
5461
  if (typeof item === 'string') {
5342
5462
  var data = [];
@@ -5360,6 +5480,7 @@ var _components;
5360
5480
  }
5361
5481
  return {
5362
5482
  type: item,
5483
+ checkbox: newContents.indexOf('untreatedRead') != -1,
5363
5484
  toolbar: _this3.toolbars[item],
5364
5485
  thead: data.length > 0 ? data : _this3.theads[item],
5365
5486
  showFormBtn: false
@@ -5474,20 +5595,121 @@ var _components;
5474
5595
  }
5475
5596
  },
5476
5597
  mounted: function mounted() {
5477
- this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
5478
- if (this.contents.indexOf('circular') != -1) {
5479
- this.getCircularReadList();
5480
- }
5481
- this.getFlowList();
5482
- this.getSysInfo('preset_type');
5483
- this.getSysInfo('is_edit');
5484
- 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
+ }))();
5485
5640
  },
5486
5641
 
5487
5642
 
5488
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
+ },
5489
5711
  handledraw: function handledraw(pendedHistoryId) {
5490
- var _this5 = this;
5712
+ var _this8 = this;
5491
5713
 
5492
5714
  var params = {
5493
5715
  url: api["f" /* circularReadWithdraw */],
@@ -5498,45 +5720,58 @@ var _components;
5498
5720
  cancelButtonText: '取消',
5499
5721
  type: 'warning'
5500
5722
  }).then(function () {
5501
- _this5.loading = util["a" /* default */].loading(_this5.$loading, '撤回中...');
5723
+ _this8.loading = util["a" /* default */].loading(_this8.$loading, '撤回中...');
5502
5724
  util["a" /* default */].ajax(params).then(function (res) {
5503
- _this5.loading.close();
5725
+ _this8.loading.close();
5504
5726
  if (res.rCode == 0) {
5505
- _this5.$message({
5727
+ _this8.$message({
5506
5728
  message: '撤回成功',
5507
5729
  type: 'success'
5508
5730
  });
5509
- _this5.getCircularReadList();
5731
+ _this8.getCircularReadList();
5510
5732
  }
5511
5733
  });
5512
5734
  // _that.subMit(res.results,type)
5513
5735
  }).catch(function () {});
5514
5736
  },
5515
5737
  getCircularReadList: function getCircularReadList() {
5516
- var _this6 = this;
5517
-
5738
+ var _that = this;
5518
5739
  var params = {
5519
- url: api["nb" /* pendedhistoryListWithCircularReadJson */],
5520
- params: { apprecordid: this.businessId }
5740
+ url: api["ob" /* pendedhistoryListWithCircularReadJson */],
5741
+ params: { apprecordid: _that.businessId }
5521
5742
  };
5522
5743
  util["a" /* default */].ajax(params).then(function (res) {
5523
5744
  if (res.status == 'success' || res.rCode == 0) {
5524
- _this6.circularData = res.data.fyHistoryList;
5525
- _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
+ });
5526
5750
  }
5527
5751
  });
5528
5752
  },
5529
5753
  returnData: function returnData(type) {
5530
5754
  switch (type) {
5531
5755
  case 'preset':
5756
+ this.flowListCount.preset = this.presetData.length;
5532
5757
  return this.presetData;
5533
5758
  case 'sign':
5759
+ this.flowListCount.sign = this.signData.length;
5534
5760
  return this.signData;
5535
5761
  case 'splitReading':
5762
+ this.flowListCount.splitReading = this.splitReadingData.length;
5536
5763
  return this.splitReadingData;
5537
5764
  case 'circular':
5765
+ this.flowListCount.circular = this.circularData.length;
5538
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;
5539
5773
  default:
5774
+ this.flowListCount.flow = this.flowData.length;
5540
5775
  return this.flowData;
5541
5776
  }
5542
5777
  },
@@ -5550,23 +5785,26 @@ var _components;
5550
5785
  }
5551
5786
  },
5552
5787
  handleBtnClick: function handleBtnClick(data) {
5788
+ // recallRead
5553
5789
  var handle = data.handle,
5554
5790
  row = data.row;
5555
5791
 
5556
5792
  if (handle.text == '删除') {
5557
5793
  this.del(row.id);
5794
+ } else if (handle.fun == 'recallRead') {
5795
+ this[handle.fun]();
5558
5796
  }
5559
5797
  },
5560
5798
 
5561
- /**
5562
- * handleFormSubmit
5563
- * @desc:删除节点点击事件
5564
- * @param {Object} formData 点击删除的form数据
5565
- * @author liufan
5566
- * @date 2022年11月29日
5799
+ /**
5800
+ * handleFormSubmit
5801
+ * @desc:删除节点点击事件
5802
+ * @param {Object} formData 点击删除的form数据
5803
+ * @author liufan
5804
+ * @date 2022年11月29日
5567
5805
  **/
5568
5806
  handleFormSubmit: function handleFormSubmit(formData) {
5569
- var _this7 = this;
5807
+ var _this9 = this;
5570
5808
 
5571
5809
  this.delLoading = true;
5572
5810
  var params = {
@@ -5578,64 +5816,64 @@ var _components;
5578
5816
  var status = res.status,
5579
5817
  message = res.message;
5580
5818
 
5581
- _this7.delLoading = false;
5819
+ _this9.delLoading = false;
5582
5820
  if (status === 'success') {
5583
- _this7.$message.success('删除成功');
5584
- _this7.showDel = false;
5585
- _this7.handleChange();
5821
+ _this9.$message.success('删除成功');
5822
+ _this9.showDel = false;
5823
+ _this9.handleChange();
5586
5824
  } else {
5587
- _this7.$message.error(message || '系统错误,请联系管理员!');
5825
+ _this9.$message.error(message || '系统错误,请联系管理员!');
5588
5826
  }
5589
5827
  }).catch(function (err) {
5590
- _this7.delLoading = false;
5828
+ _this9.delLoading = false;
5591
5829
  if (err.message && err.message !== 'canceled') {
5592
- _this7.$message.error(err.message);
5830
+ _this9.$message.error(err.message);
5593
5831
  }
5594
5832
  });
5595
5833
  },
5596
5834
 
5597
- /**
5598
- * del
5599
- * @desc:展示删除弹窗
5600
- * @param {String} id 当前点击数据id
5601
- * @author liufan
5602
- * @date 2022年11月29日
5835
+ /**
5836
+ * del
5837
+ * @desc:展示删除弹窗
5838
+ * @param {String} id 当前点击数据id
5839
+ * @author liufan
5840
+ * @date 2022年11月29日
5603
5841
  **/
5604
5842
  del: function del(id) {
5605
5843
  this.historyId = id;
5606
5844
  this.showDel = true;
5607
5845
  },
5608
5846
 
5609
- /**
5610
- * handleCurrentChange
5611
- * @desc:监听页码变化
5612
- * @param {String} val 当前页
5613
- * @author liufan
5614
- * @date 2022年11月29日
5847
+ /**
5848
+ * handleCurrentChange
5849
+ * @desc:监听页码变化
5850
+ * @param {String} val 当前页
5851
+ * @author liufan
5852
+ * @date 2022年11月29日
5615
5853
  **/
5616
5854
  handleCurrentChange: function handleCurrentChange(val) {
5617
5855
  this.currentPage = val;
5618
5856
  this.getPressList();
5619
5857
  },
5620
5858
 
5621
- /**
5622
- * handleSizeChange
5623
- * @desc:监听每页数据显示数量变化
5624
- * @param {String} val 每页展示数量
5625
- * @author liufan
5626
- * @date 2022年11月29日
5859
+ /**
5860
+ * handleSizeChange
5861
+ * @desc:监听每页数据显示数量变化
5862
+ * @param {String} val 每页展示数量
5863
+ * @author liufan
5864
+ * @date 2022年11月29日
5627
5865
  **/
5628
5866
  handleSizeChange: function handleSizeChange(val) {
5629
5867
  this.pageSize = val;
5630
5868
  this.getPressList();
5631
5869
  },
5632
5870
 
5633
- /**
5634
- * sortChange
5635
- * @desc:监听排序变化
5636
- * @param {Object} info 需要排序的字段及排序方式
5637
- * @author liufan
5638
- * @date 2022年11月29日
5871
+ /**
5872
+ * sortChange
5873
+ * @desc:监听排序变化
5874
+ * @param {Object} info 需要排序的字段及排序方式
5875
+ * @author liufan
5876
+ * @date 2022年11月29日
5639
5877
  **/
5640
5878
  sortChange: function sortChange(info) {
5641
5879
  var prop = info.prop,
@@ -5646,14 +5884,14 @@ var _components;
5646
5884
  this.getPressList();
5647
5885
  },
5648
5886
 
5649
- /**
5650
- * getPressList
5651
- * @desc:催办列表数据
5652
- * @author liufan
5653
- * @date 2022年11月29日
5887
+ /**
5888
+ * getPressList
5889
+ * @desc:催办列表数据
5890
+ * @author liufan
5891
+ * @date 2022年11月29日
5654
5892
  **/
5655
5893
  getPressList: function getPressList() {
5656
- var _this8 = this;
5894
+ var _this10 = this;
5657
5895
 
5658
5896
  var historyId = this.historyId,
5659
5897
  pageSize = this.pageSize,
@@ -5663,29 +5901,29 @@ var _components;
5663
5901
 
5664
5902
  this.pressLoading = true;
5665
5903
  var params = {
5666
- url: api["ob" /* pressListJson */],
5904
+ url: api["pb" /* pressListJson */],
5667
5905
  params: { historyId: historyId },
5668
5906
  method: 'POST',
5669
5907
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
5670
5908
  };
5671
5909
  util["a" /* default */].ajax(params).then(function (res) {
5672
- _this8.pressTableList = res.data;
5673
- _this8.total = res.totalrecords;
5674
- _this8.pressLoading = false;
5910
+ _this10.pressTableList = res.data;
5911
+ _this10.total = res.totalrecords;
5912
+ _this10.pressLoading = false;
5675
5913
  }).catch(function (err) {
5676
- _this8.pressLoading = false;
5914
+ _this10.pressLoading = false;
5677
5915
  if (err.message && err.message !== 'canceled') {
5678
- _this8.$message.error(err.message);
5916
+ _this10.$message.error(err.message);
5679
5917
  }
5680
5918
  });
5681
5919
  },
5682
5920
 
5683
- /**
5684
- * goPress
5685
- * @desc:催办列表查看
5686
- * @param {String} id 催办列表id
5687
- * @author liufan
5688
- * @date 2022年11月29日
5921
+ /**
5922
+ * goPress
5923
+ * @desc:催办列表查看
5924
+ * @param {String} id 催办列表id
5925
+ * @author liufan
5926
+ * @date 2022年11月29日
5689
5927
  **/
5690
5928
  goPress: function goPress(id) {
5691
5929
  this.historyId = id;
@@ -5693,23 +5931,23 @@ var _components;
5693
5931
  this.getPressList();
5694
5932
  },
5695
5933
 
5696
- /**
5697
- * showFile
5698
- * @desc:附件查看
5699
- * @param {String} ownId 附件id
5700
- * @author liufan
5701
- * @date 2022年11月29日
5934
+ /**
5935
+ * showFile
5936
+ * @desc:附件查看
5937
+ * @param {String} ownId 附件id
5938
+ * @author liufan
5939
+ * @date 2022年11月29日
5702
5940
  **/
5703
5941
  showFile: function showFile(ownId) {
5704
5942
  this.wfpendingid = ownId;
5705
5943
  this.showFileList = true;
5706
5944
  },
5707
5945
 
5708
- /**
5709
- * handleChange
5710
- * @desc:切换排序方式
5711
- * @author liufan
5712
- * @date 2022年11月22日
5946
+ /**
5947
+ * handleChange
5948
+ * @desc:切换排序方式
5949
+ * @author liufan
5950
+ * @date 2022年11月22日
5713
5951
  **/
5714
5952
  handleChange: function handleChange(key, value) {
5715
5953
  if (value) {
@@ -5719,18 +5957,51 @@ var _components;
5719
5957
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
5720
5958
  this.getFlowList();
5721
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
+ });
5984
+
5985
+ case 3:
5986
+ case 'end':
5987
+ return _context3.stop();
5988
+ }
5989
+ }
5990
+ }, _callee3, _this11);
5991
+ }))();
5992
+ },
5722
5993
 
5723
- /**
5724
- * getFlowList
5725
- * @desc:获取流程列表
5726
- * @author liufan
5727
- * @date 2022年11月22日
5994
+ /**
5995
+ * getFlowList
5996
+ * @desc:获取流程列表
5997
+ * @author liufan
5998
+ * @date 2022年11月22日
5728
5999
  **/
5729
6000
  getFlowList: function getFlowList() {
5730
- var _this9 = this;
6001
+ var _this12 = this;
5731
6002
 
5732
6003
  var params = {
5733
- url: api["mb" /* pendedhistoryListJson */],
6004
+ url: api["nb" /* pendedhistoryListJson */],
5734
6005
  params: _extends({
5735
6006
  apprecordid: this.businessId,
5736
6007
  pendingAttr: 0,
@@ -5750,43 +6021,50 @@ var _components;
5750
6021
  modify = _res$data.modify,
5751
6022
  taskReadName = _res$data.taskReadName;
5752
6023
 
5753
- _this9.loading.close();
6024
+ _this12.loading.close();
5754
6025
  if (status == 'success') {
5755
- _this9.flowTableInfo.adjunctCode = adjunctCode;
5756
- _this9.flowTableInfo.hasAgent = hasAgent;
5757
- _this9.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
5758
- _this9.isShort = isShort;
5759
- _this9.taskReadName = taskReadName;
5760
- _this9.flowData = wfHistoryList;
5761
- _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) {
5762
6033
  if (!x.deptid) {
5763
6034
  x.deptid = x.deptName;
5764
6035
  }
5765
6036
  });
5766
- _this9.splitReadingData = fyHistoryList;
5767
- _this9.modify = modify;
5768
- _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
+ }
5769
6047
  } else {
5770
- _this9.$message.error(message || '系统错误,请联系管理员!');
6048
+ _this12.$message.error(message || '系统错误,请联系管理员!');
5771
6049
  }
5772
6050
  }).catch(function (err) {
5773
- _this9.loading.close();
6051
+ _this12.loading.close();
5774
6052
  if (err.message && err.message !== 'canceled') {
5775
- _this9.$message.error(err.message);
6053
+ _this12.$message.error(err.message);
5776
6054
  }
5777
- _this9.show = true;
6055
+ _this12.show = true;
5778
6056
  });
5779
6057
  },
5780
6058
 
5781
- /**
5782
- * handleClick
5783
- * @desc:表单点击事件
5784
- * @param {Object} val 当前点击行数据及按钮
5785
- * @author liufan
5786
- * @date 2022年11月10日
6059
+ /**
6060
+ * handleClick
6061
+ * @desc:表单点击事件
6062
+ * @param {Object} val 当前点击行数据及按钮
6063
+ * @author liufan
6064
+ * @date 2022年11月10日
5787
6065
  **/
5788
6066
  handleClick: function handleClick(val) {
5789
- var _this10 = this;
6067
+ var _this13 = this;
5790
6068
 
5791
6069
  var text = val.handle.text,
5792
6070
  _val$row = val.row,
@@ -5796,7 +6074,7 @@ var _components;
5796
6074
  if (text === '置为失效') {
5797
6075
  if (status == 0) {
5798
6076
  this.$confirm('您确定要置为失效吗?').then(function () {
5799
- _this10.loading = util["a" /* default */].loading(_this10.$loading, '提交中...');
6077
+ _this13.loading = util["a" /* default */].loading(_this13.$loading, '提交中...');
5800
6078
  var param = {
5801
6079
  url: api["m" /* deletePresetInfo */],
5802
6080
  headers: { Accept: 'application/json,text/plain' },
@@ -5807,17 +6085,17 @@ var _components;
5807
6085
  var status = res.status,
5808
6086
  message = res.message;
5809
6087
 
5810
- _this10.loading.close();
6088
+ _this13.loading.close();
5811
6089
  if (status === 'success') {
5812
- _this10.$message.success('操作成功');
5813
- _this10.getListInfo();
6090
+ _this13.$message.success('操作成功');
6091
+ _this13.getListInfo();
5814
6092
  } else {
5815
- _this10.$message.error(message || '系统错误,请联系管理员!');
6093
+ _this13.$message.error(message || '系统错误,请联系管理员!');
5816
6094
  }
5817
6095
  }).catch(function (err) {
5818
- _this10.loading.close();
6096
+ _this13.loading.close();
5819
6097
  if (err.message && err.message !== 'canceled') {
5820
- _this10.$message.error(err.message);
6098
+ _this13.$message.error(err.message);
5821
6099
  }
5822
6100
  });
5823
6101
  }).catch(function (e) {
@@ -5829,13 +6107,13 @@ var _components;
5829
6107
  }
5830
6108
  },
5831
6109
 
5832
- /**
5833
- * getCodeValue
5834
- * @desc:获取代码表过滤后的值
5835
- * @param {String} value 展示数据的代码值
5836
- * @param {String} type 代码表类型
5837
- * @author liufan
5838
- * @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日
5839
6117
  **/
5840
6118
  getCodeValue: function getCodeValue(value, type) {
5841
6119
  var val = this[type].filter(function (item) {
@@ -5844,15 +6122,15 @@ var _components;
5844
6122
  return val[0].shortName;
5845
6123
  },
5846
6124
 
5847
- /**
5848
- * getSysInfo
5849
- * @desc:获取代码表
5850
- * @param {String} code 编码code值
5851
- * @author liufan
5852
- * @date 2022年11月10日
6125
+ /**
6126
+ * getSysInfo
6127
+ * @desc:获取代码表
6128
+ * @param {String} code 编码code值
6129
+ * @author liufan
6130
+ * @date 2022年11月10日
5853
6131
  **/
5854
6132
  getSysInfo: function getSysInfo(code) {
5855
- var _this11 = this;
6133
+ var _this14 = this;
5856
6134
 
5857
6135
  var params = {
5858
6136
  url: api["x" /* findCodeValues */],
@@ -5864,24 +6142,24 @@ var _components;
5864
6142
  data = res.data;
5865
6143
 
5866
6144
  if (status == 'success') {
5867
- _this11[code] = data;
6145
+ _this14[code] = data;
5868
6146
  } else {
5869
- _this11.$message.error(message || '系统错误,请联系管理员!');
6147
+ _this14.$message.error(message || '系统错误,请联系管理员!');
5870
6148
  }
5871
6149
  }).catch(function (e) {});
5872
6150
  },
5873
6151
 
5874
- /**
5875
- * getListInfo
5876
- * @desc:获取预设列表数据
5877
- * @author liufan
5878
- * @date 2022年11月10日
6152
+ /**
6153
+ * getListInfo
6154
+ * @desc:获取预设列表数据
6155
+ * @author liufan
6156
+ * @date 2022年11月10日
5879
6157
  **/
5880
6158
  getListInfo: function getListInfo() {
5881
- var _this12 = this;
6159
+ var _this15 = this;
5882
6160
 
5883
6161
  var param = {
5884
- url: api["Rb" /* toPresetInfoListIndex */],
6162
+ url: api["Tb" /* toPresetInfoListIndex */],
5885
6163
  params: { apprecordid: this.businessId }
5886
6164
  };
5887
6165
  util["a" /* default */].ajax(param).then(function (res) {
@@ -5893,19 +6171,19 @@ var _components;
5893
6171
  canDelete = _res$data2.canDelete,
5894
6172
  currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
5895
6173
 
5896
- _this12.loading.close();
6174
+ _this15.loading.close();
5897
6175
  if (status == 'success') {
5898
- presetInfoList && (_this12.presetData = presetInfoList);
5899
- _this12.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
5900
- _this12.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
5901
- _this12.canDelete = canDelete;
6176
+ presetInfoList && (_this15.presetData = presetInfoList);
6177
+ _this15.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
6178
+ _this15.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
6179
+ _this15.canDelete = canDelete;
5902
6180
  } else {
5903
- _this12.$message.error(message || '系统错误,请联系管理员!');
6181
+ _this15.$message.error(message || '系统错误,请联系管理员!');
5904
6182
  }
5905
6183
  }).catch(function (err) {
5906
- _this12.loading.close();
6184
+ _this15.loading.close();
5907
6185
  if (err.message && err.message !== 'canceled') {
5908
- _this12.$message.error(err.message);
6186
+ _this15.$message.error(err.message);
5909
6187
  }
5910
6188
  });
5911
6189
  }
@@ -5926,7 +6204,7 @@ var componentNormalizer = __webpack_require__(3);
5926
6204
 
5927
6205
  var component = Object(componentNormalizer["a" /* default */])(
5928
6206
  src_mainvue_type_script_lang_js_,
5929
- mainvue_type_template_id_e8da021e_render,
6207
+ mainvue_type_template_id_32bf4042_render,
5930
6208
  staticRenderFns,
5931
6209
  false,
5932
6210
  null,