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.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
  // 阅转办校验接口
@@ -4420,7 +4407,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4420
4407
  // ESM COMPAT FLAG
4421
4408
  __webpack_require__.r(__webpack_exports__);
4422
4409
 
4423
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=06ef5eca&
4410
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=bcadf692&
4424
4411
  var render = function () {
4425
4412
  var _vm = this
4426
4413
  var _h = _vm.$createElement
@@ -5424,6 +5411,112 @@ var render = function () {
5424
5411
  1
5425
5412
  )
5426
5413
  : _vm._e(),
5414
+ _vm.enableCustomLimitTimeSetting
5415
+ ? _c(
5416
+ "el-form-item",
5417
+ {
5418
+ attrs: {
5419
+ prop: "customLimitTime",
5420
+ label: "限时办理",
5421
+ },
5422
+ },
5423
+ [
5424
+ _c(
5425
+ "el-input",
5426
+ {
5427
+ staticClass:
5428
+ "input-with-select custom-limit-time",
5429
+ attrs: {
5430
+ placeholder:
5431
+ "请输入限时办理的天数",
5432
+ },
5433
+ on: {
5434
+ change:
5435
+ _vm.changeCustomLimitTime,
5436
+ },
5437
+ model: {
5438
+ value:
5439
+ _vm.nextNode
5440
+ .customLimitTime,
5441
+ callback: function (
5442
+ $$v
5443
+ ) {
5444
+ _vm.$set(
5445
+ _vm.nextNode,
5446
+ "customLimitTime",
5447
+ $$v
5448
+ )
5449
+ },
5450
+ expression:
5451
+ "nextNode.customLimitTime",
5452
+ },
5453
+ },
5454
+ [
5455
+ !_vm.showCustomLimitTimeText
5456
+ ? _c("es-select", {
5457
+ attrs: {
5458
+ slot: "prepend",
5459
+ placeholder:
5460
+ "请选择",
5461
+ sysCode:
5462
+ "bpm_custom_limit_time",
5463
+ },
5464
+ slot: "prepend",
5465
+ model: {
5466
+ value:
5467
+ _vm.nextNode
5468
+ .customLimitTime,
5469
+ callback:
5470
+ function (
5471
+ $$v
5472
+ ) {
5473
+ _vm.$set(
5474
+ _vm.nextNode,
5475
+ "customLimitTime",
5476
+ $$v
5477
+ )
5478
+ },
5479
+ expression:
5480
+ "nextNode.customLimitTime",
5481
+ },
5482
+ })
5483
+ : _vm._e(),
5484
+ _c(
5485
+ "es-button",
5486
+ {
5487
+ attrs: {
5488
+ slot: "append",
5489
+ type: "primary",
5490
+ },
5491
+ on: {
5492
+ click:
5493
+ function () {
5494
+ _vm.nextNode.customLimitTime =
5495
+ ""
5496
+ _vm.showCustomLimitTimeText =
5497
+ !_vm.showCustomLimitTimeText
5498
+ },
5499
+ },
5500
+ slot: "append",
5501
+ },
5502
+ [
5503
+ _vm._v(
5504
+ "切换" +
5505
+ _vm._s(
5506
+ _vm.showCustomLimitTimeText
5507
+ ? "选择框"
5508
+ : "文本框"
5509
+ )
5510
+ ),
5511
+ ]
5512
+ ),
5513
+ ],
5514
+ 1
5515
+ ),
5516
+ ],
5517
+ 1
5518
+ )
5519
+ : _vm._e(),
5427
5520
  _vm.isHideCurrentOrg
5428
5521
  ? _c(
5429
5522
  "el-form-item",
@@ -6563,7 +6656,7 @@ var render = function () {
6563
6656
  staticClass: "flow-dialog",
6564
6657
  attrs: {
6565
6658
  "append-to-body": "",
6566
- height: "auto",
6659
+ height: "400",
6567
6660
  title: "发送消息",
6568
6661
  "close-on-click-modal": false,
6569
6662
  visible: _vm.showSendMsg,
@@ -6598,7 +6691,7 @@ var render = function () {
6598
6691
  staticClass: "flow-dialog",
6599
6692
  attrs: {
6600
6693
  "append-to-body": "",
6601
- height: "auto",
6694
+ height: "400",
6602
6695
  "close-on-click-modal": false,
6603
6696
  title: _vm.flowTitle,
6604
6697
  visible: _vm.showTaskUnionExamine,
@@ -6692,7 +6785,7 @@ var staticRenderFns = []
6692
6785
  render._withStripped = true
6693
6786
 
6694
6787
 
6695
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=06ef5eca&
6788
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=bcadf692&
6696
6789
 
6697
6790
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
6698
6791
  var regenerator_ = __webpack_require__(4);
@@ -7505,21 +7598,21 @@ var _components;
7505
7598
  return validSate;
7506
7599
  },
7507
7600
 
7508
- /**
7509
- * changeOpinion
7510
- * @desc:监听意见变化
7511
- * @author liufan
7512
- * @date 2022年10月28日
7601
+ /**
7602
+ * changeOpinion
7603
+ * @desc:监听意见变化
7604
+ * @author liufan
7605
+ * @date 2022年10月28日
7513
7606
  **/
7514
7607
  changeOpinion: function changeOpinion() {
7515
7608
  this.$emit('change', this.form.value);
7516
7609
  },
7517
7610
 
7518
- /**
7519
- * getCommonOpion
7520
- * @desc:获取意见
7521
- * @author liufan
7522
- * @date 2022年5月25日
7611
+ /**
7612
+ * getCommonOpion
7613
+ * @desc:获取意见
7614
+ * @author liufan
7615
+ * @date 2022年5月25日
7523
7616
  **/
7524
7617
  getCommonOpion: function getCommonOpion() {
7525
7618
  var _this = this;
@@ -7548,24 +7641,24 @@ var _components;
7548
7641
  });
7549
7642
  },
7550
7643
 
7551
- /**
7552
- * upDate
7553
- * @desc:修改常用语
7554
- * @author liufan
7555
- * @param {Object} val 修改值
7556
- * @date 2022年5月25日
7644
+ /**
7645
+ * upDate
7646
+ * @desc:修改常用语
7647
+ * @author liufan
7648
+ * @param {Object} val 修改值
7649
+ * @date 2022年5月25日
7557
7650
  **/
7558
7651
  upDate: function upDate(val) {
7559
7652
  this.FormData.id = val.id;
7560
7653
  this.addVisible = true;
7561
7654
  },
7562
7655
 
7563
- /**
7564
- * selectChange
7565
- * @desc:常用语选择
7566
- * @author liufan
7567
- * @param {String} val 选中值
7568
- * @date 2022年5月25日
7656
+ /**
7657
+ * selectChange
7658
+ * @desc:常用语选择
7659
+ * @author liufan
7660
+ * @param {String} val 选中值
7661
+ * @date 2022年5月25日
7569
7662
  **/
7570
7663
  selectChange: function selectChange(val) {
7571
7664
  var _this2 = this;
@@ -7584,12 +7677,12 @@ var _components;
7584
7677
  });
7585
7678
  },
7586
7679
 
7587
- /**
7588
- * del
7589
- * @desc:删除常用语
7590
- * @author liufan
7591
- * @param {Object} val 删除的数据
7592
- * @date 2022年5月25日
7680
+ /**
7681
+ * del
7682
+ * @desc:删除常用语
7683
+ * @author liufan
7684
+ * @param {Object} val 删除的数据
7685
+ * @date 2022年5月25日
7593
7686
  **/
7594
7687
  del: function del(val) {
7595
7688
  var _this3 = this;
@@ -7631,12 +7724,12 @@ var _components;
7631
7724
  }).catch(function (e) {});
7632
7725
  },
7633
7726
 
7634
- /**
7635
- * submit
7636
- * @desc:新增/编辑意见保存
7637
- * @author liufan
7638
- * @param {Object} val 保存数据
7639
- * @date 2022年5月25日
7727
+ /**
7728
+ * submit
7729
+ * @desc:新增/编辑意见保存
7730
+ * @author liufan
7731
+ * @param {Object} val 保存数据
7732
+ * @date 2022年5月25日
7640
7733
  **/
7641
7734
  submit: function submit(val) {
7642
7735
  var _this4 = this;
@@ -7650,7 +7743,7 @@ var _components;
7650
7743
  }
7651
7744
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
7652
7745
  util["a" /* default */].ajax({
7653
- url: data.id ? api["kc" /* updateCommonOpinion */] : api["wb" /* saveCommonOpinion */],
7746
+ url: data.id ? api["mc" /* updateCommonOpinion */] : api["xb" /* saveCommonOpinion */],
7654
7747
  data: info,
7655
7748
  header: { 'Content-Type': 'multipart/form-data' },
7656
7749
  method: 'post'
@@ -7701,8 +7794,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
7701
7794
  )
7702
7795
 
7703
7796
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
7704
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=1e31d327&
7705
- var processFormvue_type_template_id_1e31d327_render = function () {
7797
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=0567bde9&
7798
+ var processFormvue_type_template_id_0567bde9_render = function () {
7706
7799
  var _vm = this
7707
7800
  var _h = _vm.$createElement
7708
7801
  var _c = _vm._self._c || _h
@@ -8046,6 +8139,78 @@ var processFormvue_type_template_id_1e31d327_render = function () {
8046
8139
  1
8047
8140
  )
8048
8141
  : _vm._e(),
8142
+ _vm.enableCustomLimitTimeSetting
8143
+ ? _c(
8144
+ "el-form-item",
8145
+ { attrs: { prop: "customLimitTime", label: "限时办理" } },
8146
+ [
8147
+ _c(
8148
+ "el-input",
8149
+ {
8150
+ staticClass: "input-with-select custom-limit-time",
8151
+ attrs: { placeholder: "请输入限时办理的天数" },
8152
+ on: { change: _vm.changeCustomLimitTime },
8153
+ model: {
8154
+ value: _vm.nextNode.customLimitTime,
8155
+ callback: function ($$v) {
8156
+ _vm.$set(_vm.nextNode, "customLimitTime", $$v)
8157
+ },
8158
+ expression: "nextNode.customLimitTime",
8159
+ },
8160
+ },
8161
+ [
8162
+ !_vm.showCustomLimitTimeText
8163
+ ? _c("es-select", {
8164
+ attrs: {
8165
+ slot: "prepend",
8166
+ placeholder: "请选择",
8167
+ sysCode: "bpm_custom_limit_time",
8168
+ },
8169
+ slot: "prepend",
8170
+ model: {
8171
+ value: _vm.nextNode.customLimitTime,
8172
+ callback: function ($$v) {
8173
+ _vm.$set(
8174
+ _vm.nextNode,
8175
+ "customLimitTime",
8176
+ $$v
8177
+ )
8178
+ },
8179
+ expression: "nextNode.customLimitTime",
8180
+ },
8181
+ })
8182
+ : _vm._e(),
8183
+ _c(
8184
+ "es-button",
8185
+ {
8186
+ attrs: { slot: "append", type: "primary" },
8187
+ on: {
8188
+ click: function () {
8189
+ _vm.nextNode.customLimitTime = ""
8190
+ _vm.showCustomLimitTimeText =
8191
+ !_vm.showCustomLimitTimeText
8192
+ },
8193
+ },
8194
+ slot: "append",
8195
+ },
8196
+ [
8197
+ _vm._v(
8198
+ "切换" +
8199
+ _vm._s(
8200
+ _vm.showCustomLimitTimeText
8201
+ ? "选择框"
8202
+ : "文本框"
8203
+ )
8204
+ ),
8205
+ ]
8206
+ ),
8207
+ ],
8208
+ 1
8209
+ ),
8210
+ ],
8211
+ 1
8212
+ )
8213
+ : _vm._e(),
8049
8214
  _vm.isHandleExplain == 1
8050
8215
  ? _c(
8051
8216
  "el-form-item",
@@ -8240,11 +8405,11 @@ var processFormvue_type_template_id_1e31d327_render = function () {
8240
8405
  1
8241
8406
  )
8242
8407
  }
8243
- var processFormvue_type_template_id_1e31d327_staticRenderFns = []
8244
- processFormvue_type_template_id_1e31d327_render._withStripped = true
8408
+ var processFormvue_type_template_id_0567bde9_staticRenderFns = []
8409
+ processFormvue_type_template_id_0567bde9_render._withStripped = true
8245
8410
 
8246
8411
 
8247
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=1e31d327&
8412
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=0567bde9&
8248
8413
 
8249
8414
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=615d0e78&
8250
8415
  var selectUservue_type_template_id_615d0e78_render = function () {
@@ -8582,7 +8747,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
8582
8747
  newNextUser: [],
8583
8748
  newOptions: [],
8584
8749
  newSelectUserList: [],
8585
- url: api["Z" /* handleInfo */],
8750
+ url: api["ab" /* handleInfo */],
8586
8751
  newCheckboxList: [],
8587
8752
  newPresetEdit: 0,
8588
8753
  newMultiple: false,
@@ -8699,7 +8864,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
8699
8864
  if (query !== '') {
8700
8865
  this.searchLoading = true;
8701
8866
  util["a" /* default */].ajax({
8702
- url: api["Z" /* handleInfo */],
8867
+ url: api["ab" /* handleInfo */],
8703
8868
  params: { searchKey: query, query: query, type: 'user' }
8704
8869
  }).then(function (res) {
8705
8870
  var status = res.status,
@@ -9114,7 +9279,7 @@ var CustomPresetvue_type_script_lang_js_components;
9114
9279
  nextNodeId: nodeId,
9115
9280
  businessId: this.id
9116
9281
  };
9117
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
9282
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
9118
9283
  var status = res.status,
9119
9284
  message = res.message,
9120
9285
  _res$data = res.data,
@@ -9212,7 +9377,7 @@ var CustomPresetvue_type_script_lang_js_components;
9212
9377
 
9213
9378
  isNoStart && (this.newPresetList = []);
9214
9379
  var params = {
9215
- url: api["P" /* getPresetCustomInfo */],
9380
+ url: api["Q" /* getPresetCustomInfo */],
9216
9381
  data: {
9217
9382
  nodeId: nodeId,
9218
9383
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -9566,7 +9731,7 @@ var Presetvue_type_script_lang_js_components;
9566
9731
  nodeId = this.nodeId;
9567
9732
 
9568
9733
  var params = {
9569
- url: api["Q" /* getPresetNodeInfo */],
9734
+ url: api["R" /* getPresetNodeInfo */],
9570
9735
  data: {
9571
9736
  nextNodeId: nextNodeId,
9572
9737
  processDefinitionId: processDefinitionId,
@@ -9984,6 +10149,45 @@ var processFormvue_type_script_lang_js_components;
9984
10149
  //
9985
10150
  //
9986
10151
  //
10152
+ //
10153
+ //
10154
+ //
10155
+ //
10156
+ //
10157
+ //
10158
+ //
10159
+ //
10160
+ //
10161
+ //
10162
+ //
10163
+ //
10164
+ //
10165
+ //
10166
+ //
10167
+ //
10168
+ //
10169
+ //
10170
+ //
10171
+ //
10172
+ //
10173
+ //
10174
+ //
10175
+ //
10176
+ //
10177
+ //
10178
+ //
10179
+ //
10180
+ //
10181
+ //
10182
+ //
10183
+ //
10184
+ //
10185
+ //
10186
+ //
10187
+ //
10188
+ //
10189
+ //
10190
+ //
9987
10191
 
9988
10192
 
9989
10193
 
@@ -10037,7 +10241,9 @@ var processFormvue_type_script_lang_js_components;
10037
10241
  notificationMessageReadOnly: false,
10038
10242
  readOnlyNotificationType: '',
10039
10243
  show: true,
10244
+ enableCustomLimitTimeSetting: false,
10040
10245
  radioList: [],
10246
+ showCustomLimitTimeText: false,
10041
10247
  activeNames: '',
10042
10248
  selectUserList: [],
10043
10249
  defaultNextNode: '',
@@ -10093,6 +10299,7 @@ var processFormvue_type_script_lang_js_components;
10093
10299
  mixOrgIdList: [], //办理对象混选
10094
10300
  nextNode: {
10095
10301
  nodeName: '',
10302
+ customLimitTime: '',
10096
10303
  newOpinion: '',
10097
10304
  countersignaturetypeText: '',
10098
10305
  nextNode: '',
@@ -10139,6 +10346,12 @@ var processFormvue_type_script_lang_js_components;
10139
10346
  },
10140
10347
 
10141
10348
  methods: {
10349
+ changeCustomLimitTime: function changeCustomLimitTime(val) {
10350
+ if (!Number(val) || val.indexOf('.') != -1 || Number(val) < 0) {
10351
+ this.$message.warning('请输入正确的天数');
10352
+ this.nextNode.customLimitTime = '';
10353
+ }
10354
+ },
10142
10355
  getUserInfo: function getUserInfo() {
10143
10356
  var _this = this;
10144
10357
 
@@ -10146,7 +10359,7 @@ var processFormvue_type_script_lang_js_components;
10146
10359
  if (mainConfig) {
10147
10360
  this.userModel = JSON.parse(mainConfig).userModel;
10148
10361
  } else {
10149
- util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
10362
+ util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
10150
10363
  var status = res.status,
10151
10364
  data = res.data;
10152
10365
 
@@ -10280,7 +10493,7 @@ var processFormvue_type_script_lang_js_components;
10280
10493
  nodeId: this.nextNode.nextNode,
10281
10494
  businessId: this.id
10282
10495
  };
10283
- util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
10496
+ util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
10284
10497
  if (res.status === 'success') {
10285
10498
  _this3.nextNode.noticeInfo = res.message;
10286
10499
  }
@@ -10310,11 +10523,12 @@ var processFormvue_type_script_lang_js_components;
10310
10523
  presetReadUserId = _nextNode.presetReadUserId,
10311
10524
  nextReadUserId = _nextNode.nextReadUserId,
10312
10525
  nextOrgId = _nextNode.nextOrgId,
10313
- newOpinion = _nextNode.newOpinion;
10526
+ newOpinion = _nextNode.newOpinion,
10527
+ customLimitTime = _nextNode.customLimitTime;
10528
+ // if (noticeType.length === 0) {
10529
+ // return this.$message.warning('请选择通知方式');
10530
+ // }
10314
10531
 
10315
- if (noticeType.length === 0) {
10316
- return _this4.$message.warning('请选择通知方式');
10317
- }
10318
10532
  if (_this4.isShowNextUser) {
10319
10533
  if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
10320
10534
  return _this4.$message.warning('请选择下步办理人');
@@ -10338,6 +10552,7 @@ var processFormvue_type_script_lang_js_components;
10338
10552
  var params = {
10339
10553
  processDefinitionId: _this4.processDefinitionId,
10340
10554
  nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
10555
+ customLimitTime: customLimitTime,
10341
10556
  nextNodeId: nextNode,
10342
10557
  businessId: _this4.businessId,
10343
10558
  notificationType: newNoticeType,
@@ -10375,7 +10590,7 @@ var processFormvue_type_script_lang_js_components;
10375
10590
  params = newParm;
10376
10591
  }
10377
10592
  util["a" /* default */].ajax({
10378
- url: _this4.isFreeStartFlow ? api["C" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Db" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["tb" /* register */],
10593
+ url: _this4.isFreeStartFlow ? api["C" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Eb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["ub" /* register */],
10379
10594
  method: 'post',
10380
10595
  data: params
10381
10596
  }).then(function (res) {
@@ -10409,7 +10624,7 @@ var processFormvue_type_script_lang_js_components;
10409
10624
  businessId: this.id,
10410
10625
  userId: util["a" /* default */].getStorage('userId')
10411
10626
  };
10412
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
10627
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
10413
10628
  var status = res.status,
10414
10629
  message = res.message,
10415
10630
  _res$data = res.data,
@@ -10423,6 +10638,7 @@ var processFormvue_type_script_lang_js_components;
10423
10638
  _this5.nextNode.userInfo = nextUserList;
10424
10639
  _this5.countersignaturetypeCode = countersignaturetypeCode;
10425
10640
  _this5.nextNode.countersignaturetypeText = countersignaturetypeText;
10641
+ _this5.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
10426
10642
  _this5.isTaskread = nodeExtAttr.isTaskread;
10427
10643
  _this5.isHandleExplain = nodeExtAttr.isHandleExplain;
10428
10644
  _this5.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
@@ -10523,11 +10739,11 @@ var processFormvue_type_script_lang_js_components;
10523
10739
  });
10524
10740
  },
10525
10741
 
10526
- /**
10527
- * isMultiple
10528
- * @desc:是否多选
10529
- * @author liufan
10530
- * @date 2022年9月13日
10742
+ /**
10743
+ * isMultiple
10744
+ * @desc:是否多选
10745
+ * @author liufan
10746
+ * @date 2022年9月13日
10531
10747
  **/
10532
10748
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
10533
10749
  var multiple = false;
@@ -10574,7 +10790,7 @@ var processFormvue_type_script_lang_js_components;
10574
10790
  businessId: this.businessId
10575
10791
  };
10576
10792
  // 获取节点
10577
- util["a" /* default */].ajax({ url: api["Ub" /* toStartFlow */], params: params }).then(function (res) {
10793
+ util["a" /* default */].ajax({ url: api["Wb" /* toStartFlow */], params: params }).then(function (res) {
10578
10794
  //pc接口返回数据处理
10579
10795
  var status = res.status,
10580
10796
  message = res.message,
@@ -10680,8 +10896,8 @@ var processFormvue_type_script_lang_js_components;
10680
10896
 
10681
10897
  var processForm_component = Object(componentNormalizer["a" /* default */])(
10682
10898
  src_processFormvue_type_script_lang_js_,
10683
- processFormvue_type_template_id_1e31d327_render,
10684
- processFormvue_type_template_id_1e31d327_staticRenderFns,
10899
+ processFormvue_type_template_id_0567bde9_render,
10900
+ processFormvue_type_template_id_0567bde9_staticRenderFns,
10685
10901
  false,
10686
10902
  null,
10687
10903
  null,
@@ -11049,7 +11265,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
11049
11265
  notificationType = _sendInfo.notificationType;
11050
11266
 
11051
11267
  var params = {
11052
- url: api["Cb" /* sendMsg */],
11268
+ url: api["Db" /* sendMsg */],
11053
11269
  headers: { Accept: 'application/json,text/plain' },
11054
11270
  method: 'post',
11055
11271
  data: {
@@ -11111,7 +11327,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
11111
11327
 
11112
11328
  this.loading = true;
11113
11329
  util["a" /* default */].ajax({
11114
- url: api["Tb" /* toSendMsg */],
11330
+ url: api["Vb" /* toSendMsg */],
11115
11331
  params: { pendingId: this.$attrs.pendingId }
11116
11332
  }).then(function (res) {
11117
11333
  var status = res.status,
@@ -11975,7 +12191,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
11975
12191
  userId: util["a" /* default */].getStorage('userId'),
11976
12192
  nextNodeId: _this2.nextNode.nextNodeId
11977
12193
  };
11978
- util["a" /* default */].ajax({ url: api["Jb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
12194
+ util["a" /* default */].ajax({ url: api["Lb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
11979
12195
  var status = res.status,
11980
12196
  message = res.message;
11981
12197
 
@@ -12039,7 +12255,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
12039
12255
  isSinglePage: false,
12040
12256
  opinion: this.option
12041
12257
  };
12042
- util["a" /* default */].ajax({ url: api["Yb" /* toTaskRejectHtml */], params: params }).then(function (res) {
12258
+ util["a" /* default */].ajax({ url: api["ac" /* toTaskRejectHtml */], params: params }).then(function (res) {
12043
12259
  var status = res.status,
12044
12260
  message = res.message,
12045
12261
  _res$data = res.data,
@@ -12801,7 +13017,7 @@ var startTaskReadvue_type_script_lang_js_components;
12801
13017
  var params = {
12802
13018
  appId: this.readParams.appId
12803
13019
  };
12804
- util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
13020
+ util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
12805
13021
  if (res.status === 'success') {
12806
13022
  _this.newsNoice = res.message;
12807
13023
  }
@@ -12820,7 +13036,7 @@ var startTaskReadvue_type_script_lang_js_components;
12820
13036
  taskExamine = this.taskExamine;
12821
13037
 
12822
13038
  var params = {
12823
- url: api["ec" /* toTaskTransferIndex */],
13039
+ url: api["gc" /* toTaskTransferIndex */],
12824
13040
  params: {
12825
13041
  opinion: opinion,
12826
13042
  pendingId: pendingId,
@@ -12945,7 +13161,7 @@ var startTaskReadvue_type_script_lang_js_components;
12945
13161
  var _this4 = this;
12946
13162
 
12947
13163
  var params = {
12948
- url: api["Vb" /* toStartTaskRead */],
13164
+ url: api["Xb" /* toStartTaskRead */],
12949
13165
  params: { pendingId: this.pendingId, taskAction: this.type }
12950
13166
  };
12951
13167
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -13030,7 +13246,7 @@ var startTaskReadvue_type_script_lang_js_components;
13030
13246
  type = this.type;
13031
13247
 
13032
13248
  var params = {
13033
- url: api["Nb" /* taskTransfer */],
13249
+ url: api["Pb" /* taskTransfer */],
13034
13250
  data: {
13035
13251
  choiceDeptId: choiceDeptId,
13036
13252
  choiceOrgId: choiceOrgId,
@@ -13127,7 +13343,7 @@ var startTaskReadvue_type_script_lang_js_components;
13127
13343
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
13128
13344
  }
13129
13345
  util["a" /* default */].ajax({
13130
- url: api["Ib" /* taskReadHtml */],
13346
+ url: api["Jb" /* taskReadHtml */],
13131
13347
  params: { taskAction: _this8.type },
13132
13348
  headers: {
13133
13349
  Accept: 'application/json,text/plain'
@@ -14003,7 +14219,7 @@ var resetvue_type_script_lang_js_components;
14003
14219
  if (mainConfig) {
14004
14220
  this.userModel = JSON.parse(mainConfig).userModel;
14005
14221
  } else {
14006
- util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
14222
+ util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
14007
14223
  var status = res.status,
14008
14224
  data = res.data;
14009
14225
 
@@ -14126,7 +14342,7 @@ var resetvue_type_script_lang_js_components;
14126
14342
  nodeId: this.nextNode.nextNode,
14127
14343
  businessId: this.taskExamine.businessId
14128
14344
  };
14129
- util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14345
+ util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14130
14346
  if (res.status === 'success') {
14131
14347
  _this3.nextNode.noticeInfo = res.message;
14132
14348
  }
@@ -14211,7 +14427,7 @@ var resetvue_type_script_lang_js_components;
14211
14427
  };
14212
14428
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
14213
14429
  util["a" /* default */].ajax({
14214
- url: _this4.type == 'reset' ? api["vb" /* resetProcess */] : api["Gb" /* taskContinuation */],
14430
+ url: _this4.type == 'reset' ? api["wb" /* resetProcess */] : api["Hb" /* taskContinuation */],
14215
14431
  method: 'post',
14216
14432
  data: params
14217
14433
  }).then(function (res) {
@@ -14245,7 +14461,7 @@ var resetvue_type_script_lang_js_components;
14245
14461
  businessId: this.taskExamine.businessId,
14246
14462
  pendingId: this.taskExamine.pendingId
14247
14463
  };
14248
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
14464
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
14249
14465
  var status = res.status,
14250
14466
  message = res.message,
14251
14467
  _res$data = res.data,
@@ -14374,11 +14590,11 @@ var resetvue_type_script_lang_js_components;
14374
14590
  });
14375
14591
  },
14376
14592
 
14377
- /**
14378
- * isMultiple
14379
- * @desc:是否多选
14380
- * @author liufan
14381
- * @date 2022年9月13日
14593
+ /**
14594
+ * isMultiple
14595
+ * @desc:是否多选
14596
+ * @author liufan
14597
+ * @date 2022年9月13日
14382
14598
  **/
14383
14599
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
14384
14600
  var multiple = false;
@@ -14415,7 +14631,7 @@ var resetvue_type_script_lang_js_components;
14415
14631
  var _this7 = this;
14416
14632
 
14417
14633
  var params = {
14418
- url: this.type == 'continuation' ? api["Xb" /* toTaskContinuationIndex */] : api["Sb" /* toResetProcessIndex */],
14634
+ url: this.type == 'continuation' ? api["Zb" /* toTaskContinuationIndex */] : api["Ub" /* toResetProcessIndex */],
14419
14635
  params: resetvue_type_script_lang_js_extends({
14420
14636
  appId: this.appId
14421
14637
  }, this.flowParams)
@@ -14521,8 +14737,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
14521
14737
  )
14522
14738
 
14523
14739
  /* harmony default export */ var src_reset = (reset_component.exports);
14524
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=3d269602&
14525
- var taskUnionExaminevue_type_template_id_3d269602_render = function () {
14740
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=51053046&
14741
+ var taskUnionExaminevue_type_template_id_51053046_render = function () {
14526
14742
  var _vm = this
14527
14743
  var _h = _vm.$createElement
14528
14744
  var _c = _vm._self._c || _h
@@ -14775,11 +14991,11 @@ var taskUnionExaminevue_type_template_id_3d269602_render = function () {
14775
14991
  1
14776
14992
  )
14777
14993
  }
14778
- var taskUnionExaminevue_type_template_id_3d269602_staticRenderFns = []
14779
- taskUnionExaminevue_type_template_id_3d269602_render._withStripped = true
14994
+ var taskUnionExaminevue_type_template_id_51053046_staticRenderFns = []
14995
+ taskUnionExaminevue_type_template_id_51053046_render._withStripped = true
14780
14996
 
14781
14997
 
14782
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=3d269602&
14998
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=51053046&
14783
14999
 
14784
15000
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
14785
15001
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -14993,7 +15209,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
14993
15209
  pendingId = this.pendingId;
14994
15210
 
14995
15211
  var params = {
14996
- url: api["Kb" /* taskReview */],
15212
+ url: api["Mb" /* taskReview */],
14997
15213
  data: {
14998
15214
  nextUserId: nextOtherOrgObj.join(','),
14999
15215
  notificationType: noticeType.join(','),
@@ -15029,7 +15245,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15029
15245
  var _this2 = this;
15030
15246
 
15031
15247
  var params = {
15032
- url: api["Zb" /* toTaskReview */],
15248
+ url: api["bc" /* toTaskReview */],
15033
15249
  params: { pendingId: this.pendingId }
15034
15250
  };
15035
15251
  util["a" /* default */].ajax(params).then(function (res) {
@@ -15063,7 +15279,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15063
15279
  var _this3 = this;
15064
15280
 
15065
15281
  var params = {
15066
- url: this.type == 'takeAdvice' ? api["dc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["ac" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["gc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["hc" /* toTwoOfficesDispatch */] : api["fc" /* toTaskUnionExamine */],
15282
+ url: this.type == 'takeAdvice' ? api["fc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["cc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["ic" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["jc" /* toTwoOfficesDispatch */] : api["hc" /* toTaskUnionExamine */],
15067
15283
  params: { pendingId: this.pendingId },
15068
15284
  headers: { Accept: 'application/json,text/plain' }
15069
15285
  };
@@ -15095,12 +15311,12 @@ var taskUnionExaminevue_type_script_lang_js_components;
15095
15311
  var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
15096
15312
  _this3.currentOrgTabs.map(function (x, i) {
15097
15313
  _this3.params[x] = {
15098
- filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(sessionStorage.getItem('mainConfig')).userModel.orgId : param[i]
15314
+ filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId : param[i]
15099
15315
  };
15100
15316
  });
15101
15317
  } else {
15102
15318
  if (_this3.type == 'takeAdvice') {
15103
- _this3.params.filid = JSON.parse(sessionStorage.getItem('mainConfig')).userModel.orgId;
15319
+ _this3.params.filid = JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
15104
15320
  }
15105
15321
  }
15106
15322
  if (res.data.customizedConfig.foreignOrgSelectorCustomized) {
@@ -15184,7 +15400,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15184
15400
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
15185
15401
  // return this.$message.warning('暂未开放,敬请期待!');
15186
15402
  var param = {
15187
- url: this.type === 'startDraf' ? api["Lb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Pb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["jc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Mb" /* taskTakeAdvice */] : api["Ob" /* taskUnionExamine */],
15403
+ url: this.type === 'startDraf' ? api["Nb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Rb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["lc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Ob" /* taskTakeAdvice */] : api["Qb" /* taskUnionExamine */],
15188
15404
  data: {
15189
15405
  opinion: opinion,
15190
15406
  pendingId: pendingId,
@@ -15278,7 +15494,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15278
15494
  var params = {
15279
15495
  pendingId: this.pendingId
15280
15496
  };
15281
- util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15497
+ util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15282
15498
  if (res.status === 'success') {
15283
15499
  _this6.infoList.noticeInfo = res.message;
15284
15500
  }
@@ -15334,8 +15550,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
15334
15550
 
15335
15551
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
15336
15552
  component_taskUnionExaminevue_type_script_lang_js_,
15337
- taskUnionExaminevue_type_template_id_3d269602_render,
15338
- taskUnionExaminevue_type_template_id_3d269602_staticRenderFns,
15553
+ taskUnionExaminevue_type_template_id_51053046_render,
15554
+ taskUnionExaminevue_type_template_id_51053046_staticRenderFns,
15339
15555
  false,
15340
15556
  null,
15341
15557
  null,
@@ -18532,7 +18748,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18532
18748
  var _this = this;
18533
18749
 
18534
18750
  var params = {
18535
- url: api["D" /* getAdjunctFileInfos */],
18751
+ url: api["E" /* getAdjunctFileInfos */],
18536
18752
  params: { ownId: ownId, code: code }
18537
18753
  };
18538
18754
  util["a" /* default */].ajax(params).then(function (res) {
@@ -18620,7 +18836,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18620
18836
  taskAction: 'complete'
18621
18837
  };
18622
18838
  util["a" /* default */].ajax({
18623
- url: api["Ib" /* taskReadHtml */],
18839
+ url: api["Jb" /* taskReadHtml */],
18624
18840
  params: { taskAction: 'complete' },
18625
18841
  headers: {
18626
18842
  Accept: 'application/json,text/plain'
@@ -18652,7 +18868,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18652
18868
 
18653
18869
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
18654
18870
  util["a" /* default */].ajax({
18655
- url: api["Wb" /* toStartTaskReadIndex */],
18871
+ url: api["Yb" /* toStartTaskReadIndex */],
18656
18872
  params: { pendingId: this.pendingId }
18657
18873
  }).then(function (res) {
18658
18874
  var status = res.status,
@@ -18688,7 +18904,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18688
18904
  if (mainConfig) {
18689
18905
  this.userModel = JSON.parse(mainConfig).userModel;
18690
18906
  } else {
18691
- util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
18907
+ util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
18692
18908
  var status = res.status,
18693
18909
  data = res.data;
18694
18910
 
@@ -18742,11 +18958,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18742
18958
  });
18743
18959
  },
18744
18960
 
18745
- /**
18746
- * saveInfo
18747
- * @desc:暂存
18748
- * @author liufan
18749
- * @date 2022年9月9日
18961
+ /**
18962
+ * saveInfo
18963
+ * @desc:暂存
18964
+ * @author liufan
18965
+ * @date 2022年9月9日
18750
18966
  **/
18751
18967
  saveInfo: function saveInfo(type, btn) {
18752
18968
  var _this6 = this;
@@ -18789,7 +19005,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18789
19005
  pendingId: this.pendingId
18790
19006
  };
18791
19007
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
18792
- util["a" /* default */].ajax({ url: api["Qb" /* tempSave */], params: params }).then(function (res) {
19008
+ util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
18793
19009
  var status = res.status,
18794
19010
  message = res.message;
18795
19011
 
@@ -18808,11 +19024,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18808
19024
  });
18809
19025
  },
18810
19026
 
18811
- /**
18812
- * rejectBtn
18813
- * @desc:点击驳回
18814
- * @author liufan
18815
- * @date 2022年5月25日
19027
+ /**
19028
+ * rejectBtn
19029
+ * @desc:点击驳回
19030
+ * @author liufan
19031
+ * @date 2022年5月25日
18816
19032
  **/
18817
19033
  rejectBtn: function rejectBtn() {
18818
19034
  var _this8 = this;
@@ -18830,11 +19046,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18830
19046
  }
18831
19047
  },
18832
19048
 
18833
- /**
18834
- * taskReadBtn
18835
- * @desc:点击分阅
18836
- * @author liufan
18837
- * @date 2022年5月25日
19049
+ /**
19050
+ * taskReadBtn
19051
+ * @desc:点击分阅
19052
+ * @author liufan
19053
+ * @date 2022年5月25日
18838
19054
  **/
18839
19055
  taskReadBtn: function taskReadBtn() {
18840
19056
  var _this9 = this;
@@ -18853,11 +19069,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18853
19069
  }
18854
19070
  },
18855
19071
 
18856
- /**
18857
- * getFind
18858
- * @desc:获取通知方式
18859
- * @author liufan
18860
- * @date 2022年5月25日
19072
+ /**
19073
+ * getFind
19074
+ * @desc:获取通知方式
19075
+ * @author liufan
19076
+ * @date 2022年5月25日
18861
19077
  **/
18862
19078
  getFind: function getFind() {
18863
19079
  var _this10 = this;
@@ -18895,7 +19111,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18895
19111
  nodeId = _endFlowInfo.nodeId;
18896
19112
 
18897
19113
  var param = {
18898
- url: api["I" /* getFreeStartFlowParams */],
19114
+ url: api["J" /* getFreeStartFlowParams */],
18899
19115
  params: {
18900
19116
  businessId: businessId,
18901
19117
  processDefinitionId: processDefinitionId,
@@ -18912,12 +19128,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18912
19128
  });
18913
19129
  },
18914
19130
 
18915
- /**
18916
- * endFlows
18917
- * @desc:直接办结
18918
- * @author liufan
18919
- * @param {Object} res 直接办结数据
18920
- * @date 2022年5月25日
19131
+ /**
19132
+ * endFlows
19133
+ * @desc:直接办结
19134
+ * @author liufan
19135
+ * @param {Object} res 直接办结数据
19136
+ * @date 2022年5月25日
18921
19137
  **/
18922
19138
  endFlows: function endFlows(res) {
18923
19139
  var _this12 = this;
@@ -18971,12 +19187,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18971
19187
  }).catch(function (e) {});
18972
19188
  },
18973
19189
 
18974
- /**
18975
- * goView
18976
- * @desc:更多流程按钮操作
18977
- * @author liufan
18978
- * @param {Object} res 当前点击操作按钮数据
18979
- * @date 2022年5月25日
19190
+ /**
19191
+ * goView
19192
+ * @desc:更多流程按钮操作
19193
+ * @author liufan
19194
+ * @param {Object} res 当前点击操作按钮数据
19195
+ * @date 2022年5月25日
18980
19196
  **/
18981
19197
  goView: function goView(res) {
18982
19198
  // 驳回并办结:rejectAndEndHtml
@@ -19061,11 +19277,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19061
19277
  // isCanStartSubFlow
19062
19278
  },
19063
19279
 
19064
- /**
19065
- * toTakeAdvice
19066
- * @desc:征求意见
19067
- * @author liufan
19068
- * @date 2022年9月29日
19280
+ /**
19281
+ * toTakeAdvice
19282
+ * @desc:征求意见
19283
+ * @author liufan
19284
+ * @date 2022年9月29日
19069
19285
  **/
19070
19286
  toTakeAdvice: function toTakeAdvice(res) {
19071
19287
  var _this14 = this;
@@ -19083,7 +19299,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19083
19299
  var _this15 = this;
19084
19300
 
19085
19301
  var params = {
19086
- url: api["gb" /* isCanStartSubFlow */],
19302
+ url: api["hb" /* isCanStartSubFlow */],
19087
19303
  data: {
19088
19304
  appId: this.taskExamineInfo.appId,
19089
19305
  inevitableNode: res.inevitableNode
@@ -19109,11 +19325,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19109
19325
  });
19110
19326
  },
19111
19327
 
19112
- /**
19113
- * toStartDraf
19114
- * @desc: 稿件递送、联合审核、复核
19115
- * @author liufan
19116
- * @date 2022年9月29日
19328
+ /**
19329
+ * toStartDraf
19330
+ * @desc: 稿件递送、联合审核、复核
19331
+ * @author liufan
19332
+ * @date 2022年9月29日
19117
19333
  **/
19118
19334
  toStartDraf: function toStartDraf(res) {
19119
19335
  var _this16 = this;
@@ -19127,11 +19343,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19127
19343
  }
19128
19344
  },
19129
19345
 
19130
- /**
19131
- * toSendMsg
19132
- * @desc:核稿通知
19133
- * @author liufan
19134
- * @date 2022年9月29日
19346
+ /**
19347
+ * toSendMsg
19348
+ * @desc:核稿通知
19349
+ * @author liufan
19350
+ * @date 2022年9月29日
19135
19351
  **/
19136
19352
  toSendMsg: function toSendMsg(res) {
19137
19353
  var _this17 = this;
@@ -19145,11 +19361,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19145
19361
  }
19146
19362
  },
19147
19363
 
19148
- /**
19149
- * toTaskReadAndEnd
19150
- * @desc:分阅并办结
19151
- * @author liufan
19152
- * @date 2022年9月29日
19364
+ /**
19365
+ * toTaskReadAndEnd
19366
+ * @desc:分阅并办结
19367
+ * @author liufan
19368
+ * @date 2022年9月29日
19153
19369
  **/
19154
19370
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
19155
19371
  var _this18 = this;
@@ -19167,11 +19383,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19167
19383
  }
19168
19384
  },
19169
19385
 
19170
- /**
19171
- * rejectAndEnd
19172
- * @desc:驳回并办结
19173
- * @author liufan
19174
- * @date 2022年9月29日
19386
+ /**
19387
+ * rejectAndEnd
19388
+ * @desc:驳回并办结
19389
+ * @author liufan
19390
+ * @date 2022年9月29日
19175
19391
  **/
19176
19392
  rejectAndEnd: function rejectAndEnd(res) {
19177
19393
  var _this19 = this;
@@ -19193,7 +19409,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19193
19409
  this.$confirm('确认' + res.value + '?').then(function () {
19194
19410
  // return this.$message.warning('请填写意见');
19195
19411
  var params = {
19196
- url: api["ub" /* rejectAndEnd */],
19412
+ url: api["vb" /* rejectAndEnd */],
19197
19413
  headers: { Accept: 'application/json,text/plain' },
19198
19414
  method: 'post',
19199
19415
  data: {
@@ -19226,11 +19442,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19226
19442
  });
19227
19443
  },
19228
19444
 
19229
- /**
19230
- * toTransfer
19231
- * @desc:转办
19232
- * @author liufan
19233
- * @date 2022年9月29日
19445
+ /**
19446
+ * toTransfer
19447
+ * @desc:转办
19448
+ * @author liufan
19449
+ * @date 2022年9月29日
19234
19450
  **/
19235
19451
  toTransfer: function toTransfer(res) {
19236
19452
  var _this21 = this;
@@ -19246,11 +19462,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19246
19462
  }
19247
19463
  },
19248
19464
 
19249
- /**
19250
- * getNodeInfo
19251
- * @desc:获取节点信息
19252
- * @author liufan
19253
- * @date 2022年5月25日
19465
+ /**
19466
+ * getNodeInfo
19467
+ * @desc:获取节点信息
19468
+ * @author liufan
19469
+ * @date 2022年5月25日
19254
19470
  **/
19255
19471
  getNodeInfo: function getNodeInfo() {
19256
19472
  var _this22 = this;
@@ -19263,7 +19479,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19263
19479
  pendingId: this.pendingId,
19264
19480
  businessId: this.businessIds
19265
19481
  };
19266
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
19482
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
19267
19483
  var status = res.status,
19268
19484
  message = res.message,
19269
19485
  data = res.data;
@@ -19349,12 +19565,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19349
19565
  });
19350
19566
  },
19351
19567
 
19352
- /**
19353
- * selecNext
19354
- * @desc:下步节点变化时更新数据
19355
- * @author liufan
19356
- * @param {String} val 当前选中值
19357
- * @date 2022年5月25日
19568
+ /**
19569
+ * selecNext
19570
+ * @desc:下步节点变化时更新数据
19571
+ * @author liufan
19572
+ * @param {String} val 当前选中值
19573
+ * @date 2022年5月25日
19358
19574
  **/
19359
19575
  selecNext: function selecNext(val, type, isDef) {
19360
19576
  var _this23 = this;
@@ -19463,11 +19679,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19463
19679
  if (isDef !== true) this.getNodeInfo();
19464
19680
  },
19465
19681
 
19466
- /**
19467
- * isMultiple
19468
- * @desc:是否多选
19469
- * @author liufan
19470
- * @date 2022年9月13日
19682
+ /**
19683
+ * isMultiple
19684
+ * @desc:是否多选
19685
+ * @author liufan
19686
+ * @date 2022年9月13日
19471
19687
  **/
19472
19688
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
19473
19689
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -19499,11 +19715,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19499
19715
  }
19500
19716
  },
19501
19717
 
19502
- /**
19503
- * getHedInfo
19504
- * @desc:获取审核页面数据
19505
- * @author liufan
19506
- * @date 2022年5月25日
19718
+ /**
19719
+ * getHedInfo
19720
+ * @desc:获取审核页面数据
19721
+ * @author liufan
19722
+ * @date 2022年5月25日
19507
19723
  **/
19508
19724
  getHedInfo: function getHedInfo() {
19509
19725
  var _this24 = this;
@@ -19513,7 +19729,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19513
19729
  pendingId: this.pendingId,
19514
19730
  userId: util["a" /* default */].getStorage('userId')
19515
19731
  };
19516
- util["a" /* default */].ajax({ url: api["J" /* getHandleInfoHtml */], params: params }).then(function (res) {
19732
+ util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
19517
19733
  //pc返回数据
19518
19734
 
19519
19735
  _this24.loading.close();
@@ -19739,13 +19955,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19739
19955
  });
19740
19956
  },
19741
19957
 
19742
- /**
19743
- * closeProcess
19744
- * @desc:关闭弹窗
19745
- * @author liufan
19746
- * @param {boolean} val 当前是否办理流程
19747
- * @param {String} type 当前点击的弹窗类型
19748
- * @date 2022年5月25日
19958
+ /**
19959
+ * closeProcess
19960
+ * @desc:关闭弹窗
19961
+ * @author liufan
19962
+ * @param {boolean} val 当前是否办理流程
19963
+ * @param {String} type 当前点击的弹窗类型
19964
+ * @date 2022年5月25日
19749
19965
  **/
19750
19966
  closeProcess: function closeProcess(val, type, closeParent) {
19751
19967
  if (closeParent) {
@@ -19762,23 +19978,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19762
19978
  }
19763
19979
  },
19764
19980
 
19765
- /**
19766
- * selectChange
19767
- * @desc:常用语选择
19768
- * @author liufan
19769
- * @param {String} val 选中值
19770
- * @date 2022年5月25日
19981
+ /**
19982
+ * selectChange
19983
+ * @desc:常用语选择
19984
+ * @author liufan
19985
+ * @param {String} val 选中值
19986
+ * @date 2022年5月25日
19771
19987
  **/
19772
19988
  selectChange: function selectChange(val) {
19773
19989
  this.value = val;
19774
19990
  },
19775
19991
 
19776
- /**
19777
- * upDate
19778
- * @desc:修改常用语
19779
- * @author liufan
19780
- * @param {Object} val 修改值
19781
- * @date 2022年5月25日
19992
+ /**
19993
+ * upDate
19994
+ * @desc:修改常用语
19995
+ * @author liufan
19996
+ * @param {Object} val 修改值
19997
+ * @date 2022年5月25日
19782
19998
  **/
19783
19999
  upDate: function upDate(val) {
19784
20000
  this.FormData.id = val.id;
@@ -19786,11 +20002,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19786
20002
  },
19787
20003
 
19788
20004
 
19789
- /**
19790
- * getProcess
19791
- * @desc:获取选择流程
19792
- * @author liufan
19793
- * @date 2022年5月25日
20005
+ /**
20006
+ * getProcess
20007
+ * @desc:获取选择流程
20008
+ * @author liufan
20009
+ * @date 2022年5月25日
19794
20010
  **/
19795
20011
  getProcess: function getProcess() {
19796
20012
  var _this25 = this;
@@ -19805,7 +20021,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19805
20021
  // onlyFlag: true
19806
20022
  };
19807
20023
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
19808
- util["a" /* default */].ajax({ url: api["R" /* getProcessDefList */], params: params }).then(function (res) {
20024
+ util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
19809
20025
  var status = res.status,
19810
20026
  message = res.message,
19811
20027
  data = res.data;
@@ -19844,11 +20060,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19844
20060
  });
19845
20061
  },
19846
20062
 
19847
- /**
19848
- * getPendedhistoryList
19849
- * @desc:获取流程列表
19850
- * @author liufan
19851
- * @date 2022年5月25日
20063
+ /**
20064
+ * getPendedhistoryList
20065
+ * @desc:获取流程列表
20066
+ * @author liufan
20067
+ * @date 2022年5月25日
19852
20068
  **/
19853
20069
  getPendedhistoryList: function getPendedhistoryList() {
19854
20070
  var _this26 = this;
@@ -19858,7 +20074,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19858
20074
  userId: util["a" /* default */].getStorage('userId'),
19859
20075
  type: 2
19860
20076
  };
19861
- util["a" /* default */].ajax({ url: api["lb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
20077
+ util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
19862
20078
  var rCode = res.rCode,
19863
20079
  msg = res.msg,
19864
20080
  results = res.results;
@@ -19880,12 +20096,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19880
20096
  },
19881
20097
 
19882
20098
  // 提交流程
19883
- /**
19884
- * subProcess
19885
- * @desc:提交流程
19886
- * @author liufan
19887
- * @param {String} formName 当前form表单ref值
19888
- * @date 2022年5月25日
20099
+ /**
20100
+ * subProcess
20101
+ * @desc:提交流程
20102
+ * @author liufan
20103
+ * @param {String} formName 当前form表单ref值
20104
+ * @date 2022年5月25日
19889
20105
  **/
19890
20106
  subProcess: function subProcess(val) {
19891
20107
  var _this27 = this;
@@ -20054,7 +20270,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20054
20270
  params.isSubFlow = taskExamineInfo.isSubFlow;
20055
20271
  params.nodeId = taskExamineInfo.nodeId;
20056
20272
  params.needRetrialAuth = needRetrialAuth;
20057
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Hb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
20273
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
20058
20274
  var status = res.status,
20059
20275
  message = res.message;
20060
20276
 
@@ -20411,7 +20627,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20411
20627
  pendingUserIds = _nextNode.pendingUserIds;
20412
20628
 
20413
20629
  var params = {
20414
- url: api["cc" /* toTaskSuperviseSub */],
20630
+ url: api["ec" /* toTaskSuperviseSub */],
20415
20631
  params: {
20416
20632
  userId: util["a" /* default */].getStorage('userId'),
20417
20633
  urgeUserIds: pendingUserIds,
@@ -20435,7 +20651,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20435
20651
 
20436
20652
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
20437
20653
  util["a" /* default */].ajax({
20438
- url: api["bc" /* toTaskSupervise */],
20654
+ url: api["dc" /* toTaskSupervise */],
20439
20655
  params: {
20440
20656
  businessId: this.businessId,
20441
20657
  userId: util["a" /* default */].getStorage('userId')
@@ -21306,6 +21522,35 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21306
21522
  //
21307
21523
  //
21308
21524
  //
21525
+ //
21526
+ //
21527
+ //
21528
+ //
21529
+ //
21530
+ //
21531
+ //
21532
+ //
21533
+ //
21534
+ //
21535
+ //
21536
+ //
21537
+ //
21538
+ //
21539
+ //
21540
+ //
21541
+ //
21542
+ //
21543
+ //
21544
+ //
21545
+ //
21546
+ //
21547
+ //
21548
+ //
21549
+ //
21550
+ //
21551
+ //
21552
+ //
21553
+ //
21309
21554
 
21310
21555
 
21311
21556
 
@@ -21380,6 +21625,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21380
21625
  otherOrgDisabledObjId: [],
21381
21626
  isCanReadTransferHandle: false,
21382
21627
  readTransferHandleDisabled: true,
21628
+ showCustomLimitTimeText: false,
21383
21629
  currentOrgDisabledObjId: [],
21384
21630
  nextNodeCheckType: 'select',
21385
21631
  readOnlyNotificationType: '',
@@ -21404,6 +21650,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21404
21650
  flowDisabled: false,
21405
21651
  activeNames: '',
21406
21652
  isEndUserTask: true,
21653
+ enableCustomLimitTimeSetting: false, //是否开启限时办理
21407
21654
  isForceDisplayDefaultOptionForPrefix: false,
21408
21655
  selectUserList: [],
21409
21656
  selectNextCurrentOrgObjList: [],
@@ -21485,6 +21732,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21485
21732
  addSignMode: 'postAddSign',
21486
21733
  isAddSign: '', // 是否加签
21487
21734
  isRemoveSign: '', // 是否减签
21735
+ customLimitTime: '', //限时天数
21488
21736
  nextOperate: '', // 下步操作
21489
21737
  notificationMsg: '', // 通知信息
21490
21738
  addSignUserId: [], // 加签办理人
@@ -21621,6 +21869,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21621
21869
  }
21622
21870
  },
21623
21871
  methods: {
21872
+ changeCustomLimitTime: function changeCustomLimitTime(val) {
21873
+ if (!Number(val) || val.indexOf('.') != -1 || Number(val) < 0) {
21874
+ this.$message.warning('请输入正确的天数');
21875
+ this.nextNode.customLimitTime = '';
21876
+ }
21877
+ },
21624
21878
  taskReadTransferHandle: function taskReadTransferHandle() {
21625
21879
  if (this.taskReadOpinionRequired == 'true' && !this.value) {
21626
21880
  if (!this.$refs.commonOpinions.validate()) return;
@@ -21726,7 +21980,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21726
21980
  var _this2 = this;
21727
21981
 
21728
21982
  var params = {
21729
- url: api["D" /* getAdjunctFileInfos */],
21983
+ url: api["E" /* getAdjunctFileInfos */],
21730
21984
  params: { ownId: ownId, code: code }
21731
21985
  };
21732
21986
  util["a" /* default */].ajax(params).then(function (res) {
@@ -21814,7 +22068,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21814
22068
  taskAction: 'complete'
21815
22069
  };
21816
22070
  util["a" /* default */].ajax({
21817
- url: api["Ib" /* taskReadHtml */],
22071
+ url: api["Jb" /* taskReadHtml */],
21818
22072
  params: { taskAction: 'complete' },
21819
22073
  headers: {
21820
22074
  Accept: 'application/json,text/plain'
@@ -21860,7 +22114,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21860
22114
 
21861
22115
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
21862
22116
  util["a" /* default */].ajax({
21863
- url: api["Wb" /* toStartTaskReadIndex */],
22117
+ url: api["Yb" /* toStartTaskReadIndex */],
21864
22118
  params: { pendingId: this.pendingId }
21865
22119
  }).then(function (res) {
21866
22120
  var status = res.status,
@@ -21901,7 +22155,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21901
22155
  if (mainConfig) {
21902
22156
  this.userModel = JSON.parse(mainConfig).userModel;
21903
22157
  } else {
21904
- util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
22158
+ util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
21905
22159
  var status = res.status,
21906
22160
  data = res.data;
21907
22161
 
@@ -21955,11 +22209,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21955
22209
  });
21956
22210
  },
21957
22211
 
21958
- /**
21959
- * saveInfo
21960
- * @desc:暂存
21961
- * @author liufan
21962
- * @date 2022年9月9日
22212
+ /**
22213
+ * saveInfo
22214
+ * @desc:暂存
22215
+ * @author liufan
22216
+ * @date 2022年9月9日
21963
22217
  **/
21964
22218
  saveInfo: function saveInfo(type, btn) {
21965
22219
  var _this8 = this;
@@ -22002,7 +22256,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22002
22256
  pendingId: this.pendingId
22003
22257
  };
22004
22258
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
22005
- util["a" /* default */].ajax({ url: api["Qb" /* tempSave */], params: params }).then(function (res) {
22259
+ util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
22006
22260
  var status = res.status,
22007
22261
  message = res.message;
22008
22262
 
@@ -22021,11 +22275,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22021
22275
  });
22022
22276
  },
22023
22277
 
22024
- /**
22025
- * rejectBtn
22026
- * @desc:点击驳回
22027
- * @author liufan
22028
- * @date 2022年5月25日
22278
+ /**
22279
+ * rejectBtn
22280
+ * @desc:点击驳回
22281
+ * @author liufan
22282
+ * @date 2022年5月25日
22029
22283
  **/
22030
22284
  rejectBtn: function rejectBtn() {
22031
22285
  var _this10 = this;
@@ -22043,11 +22297,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22043
22297
  }
22044
22298
  },
22045
22299
 
22046
- /**
22047
- * taskReadBtn
22048
- * @desc:点击分阅
22049
- * @author liufan
22050
- * @date 2022年5月25日
22300
+ /**
22301
+ * taskReadBtn
22302
+ * @desc:点击分阅
22303
+ * @author liufan
22304
+ * @date 2022年5月25日
22051
22305
  **/
22052
22306
  taskReadBtn: function taskReadBtn() {
22053
22307
  var _this11 = this;
@@ -22066,11 +22320,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22066
22320
  }
22067
22321
  },
22068
22322
 
22069
- /**
22070
- * getFind
22071
- * @desc:获取通知方式
22072
- * @author liufan
22073
- * @date 2022年5月25日
22323
+ /**
22324
+ * getFind
22325
+ * @desc:获取通知方式
22326
+ * @author liufan
22327
+ * @date 2022年5月25日
22074
22328
  **/
22075
22329
  getFind: function getFind() {
22076
22330
  var _this12 = this;
@@ -22108,10 +22362,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22108
22362
  nodeId = _endFlowInfo.nodeId;
22109
22363
 
22110
22364
  var param = {
22111
- url: api["I" /* getFreeStartFlowParams */],
22365
+ url: api["J" /* getFreeStartFlowParams */],
22112
22366
  params: {
22113
22367
  businessId: businessId,
22114
22368
  processDefinitionId: processDefinitionId,
22369
+ pendingId: this.pendingId,
22115
22370
  nodeId: nodeId
22116
22371
  }
22117
22372
  };
@@ -22135,12 +22390,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22135
22390
  });
22136
22391
  },
22137
22392
 
22138
- /**
22139
- * endFlows
22140
- * @desc:直接办结
22141
- * @author liufan
22142
- * @param {Object} res 直接办结数据
22143
- * @date 2022年5月25日
22393
+ /**
22394
+ * endFlows
22395
+ * @desc:直接办结
22396
+ * @author liufan
22397
+ * @param {Object} res 直接办结数据
22398
+ * @date 2022年5月25日
22144
22399
  **/
22145
22400
  endFlows: function endFlows(res) {
22146
22401
  var _this14 = this;
@@ -22194,12 +22449,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22194
22449
  }).catch(function (e) {});
22195
22450
  },
22196
22451
 
22197
- /**
22198
- * goView
22199
- * @desc:更多流程按钮操作
22200
- * @author liufan
22201
- * @param {Object} res 当前点击操作按钮数据
22202
- * @date 2022年5月25日
22452
+ /**
22453
+ * goView
22454
+ * @desc:更多流程按钮操作
22455
+ * @author liufan
22456
+ * @param {Object} res 当前点击操作按钮数据
22457
+ * @date 2022年5月25日
22203
22458
  **/
22204
22459
  goView: function goView(res) {
22205
22460
  // 驳回并办结:rejectAndEndHtml
@@ -22284,11 +22539,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22284
22539
  // isCanStartSubFlow
22285
22540
  },
22286
22541
 
22287
- /**
22288
- * toTakeAdvice
22289
- * @desc:征求意见
22290
- * @author liufan
22291
- * @date 2022年9月29日
22542
+ /**
22543
+ * toTakeAdvice
22544
+ * @desc:征求意见
22545
+ * @author liufan
22546
+ * @date 2022年9月29日
22292
22547
  **/
22293
22548
  toTakeAdvice: function toTakeAdvice(res) {
22294
22549
  var _this16 = this;
@@ -22306,7 +22561,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22306
22561
  var _this17 = this;
22307
22562
 
22308
22563
  var params = {
22309
- url: api["gb" /* isCanStartSubFlow */],
22564
+ url: api["hb" /* isCanStartSubFlow */],
22310
22565
  data: {
22311
22566
  appId: this.taskExamineInfo.appId,
22312
22567
  inevitableNode: res.inevitableNode
@@ -22332,11 +22587,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22332
22587
  });
22333
22588
  },
22334
22589
 
22335
- /**
22336
- * toStartDraf
22337
- * @desc: 稿件递送、联合审核、复核
22338
- * @author liufan
22339
- * @date 2022年9月29日
22590
+ /**
22591
+ * toStartDraf
22592
+ * @desc: 稿件递送、联合审核、复核
22593
+ * @author liufan
22594
+ * @date 2022年9月29日
22340
22595
  **/
22341
22596
  toStartDraf: function toStartDraf(res) {
22342
22597
  var _this18 = this;
@@ -22350,11 +22605,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22350
22605
  }
22351
22606
  },
22352
22607
 
22353
- /**
22354
- * toSendMsg
22355
- * @desc:核稿通知
22356
- * @author liufan
22357
- * @date 2022年9月29日
22608
+ /**
22609
+ * toSendMsg
22610
+ * @desc:核稿通知
22611
+ * @author liufan
22612
+ * @date 2022年9月29日
22358
22613
  **/
22359
22614
  toSendMsg: function toSendMsg(res) {
22360
22615
  var _this19 = this;
@@ -22368,11 +22623,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22368
22623
  }
22369
22624
  },
22370
22625
 
22371
- /**
22372
- * toTaskReadAndEnd
22373
- * @desc:分阅并办结
22374
- * @author liufan
22375
- * @date 2022年9月29日
22626
+ /**
22627
+ * toTaskReadAndEnd
22628
+ * @desc:分阅并办结
22629
+ * @author liufan
22630
+ * @date 2022年9月29日
22376
22631
  **/
22377
22632
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
22378
22633
  var _this20 = this;
@@ -22390,11 +22645,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22390
22645
  }
22391
22646
  },
22392
22647
 
22393
- /**
22394
- * rejectAndEnd
22395
- * @desc:驳回并办结
22396
- * @author liufan
22397
- * @date 2022年9月29日
22648
+ /**
22649
+ * rejectAndEnd
22650
+ * @desc:驳回并办结
22651
+ * @author liufan
22652
+ * @date 2022年9月29日
22398
22653
  **/
22399
22654
  rejectAndEnd: function rejectAndEnd(res) {
22400
22655
  var _this21 = this;
@@ -22416,7 +22671,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22416
22671
  this.$confirm('确认' + res.value + '?').then(function () {
22417
22672
  // return this.$message.warning('请填写意见');
22418
22673
  var params = {
22419
- url: api["ub" /* rejectAndEnd */],
22674
+ url: api["vb" /* rejectAndEnd */],
22420
22675
  headers: { Accept: 'application/json,text/plain' },
22421
22676
  method: 'post',
22422
22677
  data: {
@@ -22449,11 +22704,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22449
22704
  });
22450
22705
  },
22451
22706
 
22452
- /**
22453
- * toTransfer
22454
- * @desc:转办
22455
- * @author liufan
22456
- * @date 2022年9月29日
22707
+ /**
22708
+ * toTransfer
22709
+ * @desc:转办
22710
+ * @author liufan
22711
+ * @date 2022年9月29日
22457
22712
  **/
22458
22713
  toTransfer: function toTransfer(res) {
22459
22714
  var _this23 = this;
@@ -22469,11 +22724,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22469
22724
  }
22470
22725
  },
22471
22726
 
22472
- /**
22473
- * getNodeInfo
22474
- * @desc:获取节点信息
22475
- * @author liufan
22476
- * @date 2022年5月25日
22727
+ /**
22728
+ * getNodeInfo
22729
+ * @desc:获取节点信息
22730
+ * @author liufan
22731
+ * @date 2022年5月25日
22477
22732
  **/
22478
22733
  getNodeInfo: function getNodeInfo() {
22479
22734
  var _this24 = this;
@@ -22486,13 +22741,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22486
22741
  pendingId: this.pendingId,
22487
22742
  businessId: this.businessIds
22488
22743
  };
22489
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
22744
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
22490
22745
  var status = res.status,
22491
22746
  message = res.message,
22492
22747
  data = res.data;
22493
22748
 
22494
22749
  _this24.loading.close();
22495
22750
  if (status === 'success') {
22751
+ _this24.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
22496
22752
  data.otherOrgDisabledObjId && (_this24.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
22497
22753
  data.currentOrgDisabledObjId && (_this24.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
22498
22754
  if (data != null) {
@@ -22572,12 +22828,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22572
22828
  });
22573
22829
  },
22574
22830
 
22575
- /**
22576
- * selecNext
22577
- * @desc:下步节点变化时更新数据
22578
- * @author liufan
22579
- * @param {String} val 当前选中值
22580
- * @date 2022年5月25日
22831
+ /**
22832
+ * selecNext
22833
+ * @desc:下步节点变化时更新数据
22834
+ * @author liufan
22835
+ * @param {String} val 当前选中值
22836
+ * @date 2022年5月25日
22581
22837
  **/
22582
22838
  selecNext: function selecNext(val, type, isDef) {
22583
22839
  var _this25 = this;
@@ -22686,11 +22942,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22686
22942
  if (isDef !== true) this.getNodeInfo();
22687
22943
  },
22688
22944
 
22689
- /**
22690
- * isMultiple
22691
- * @desc:是否多选
22692
- * @author liufan
22693
- * @date 2022年9月13日
22945
+ /**
22946
+ * isMultiple
22947
+ * @desc:是否多选
22948
+ * @author liufan
22949
+ * @date 2022年9月13日
22694
22950
  **/
22695
22951
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
22696
22952
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -22722,11 +22978,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22722
22978
  }
22723
22979
  },
22724
22980
 
22725
- /**
22726
- * getHedInfo
22727
- * @desc:获取审核页面数据
22728
- * @author liufan
22729
- * @date 2022年5月25日
22981
+ /**
22982
+ * getHedInfo
22983
+ * @desc:获取审核页面数据
22984
+ * @author liufan
22985
+ * @date 2022年5月25日
22730
22986
  **/
22731
22987
  getHedInfo: function getHedInfo() {
22732
22988
  var _this26 = this;
@@ -22736,7 +22992,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22736
22992
  pendingId: this.pendingId,
22737
22993
  userId: util["a" /* default */].getStorage('userId')
22738
22994
  };
22739
- util["a" /* default */].ajax({ url: api["J" /* getHandleInfoHtml */], params: params }).then(function (res) {
22995
+ util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
22740
22996
  //pc返回数据
22741
22997
 
22742
22998
  _this26.loading.close();
@@ -22966,13 +23222,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22966
23222
  });
22967
23223
  },
22968
23224
 
22969
- /**
22970
- * closeProcess
22971
- * @desc:关闭弹窗
22972
- * @author liufan
22973
- * @param {boolean} val 当前是否办理流程
22974
- * @param {String} type 当前点击的弹窗类型
22975
- * @date 2022年5月25日
23225
+ /**
23226
+ * closeProcess
23227
+ * @desc:关闭弹窗
23228
+ * @author liufan
23229
+ * @param {boolean} val 当前是否办理流程
23230
+ * @param {String} type 当前点击的弹窗类型
23231
+ * @date 2022年5月25日
22976
23232
  **/
22977
23233
  closeProcess: function closeProcess(val, type, closeParent) {
22978
23234
  if (closeParent) {
@@ -22989,23 +23245,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22989
23245
  }
22990
23246
  },
22991
23247
 
22992
- /**
22993
- * selectChange
22994
- * @desc:常用语选择
22995
- * @author liufan
22996
- * @param {String} val 选中值
22997
- * @date 2022年5月25日
23248
+ /**
23249
+ * selectChange
23250
+ * @desc:常用语选择
23251
+ * @author liufan
23252
+ * @param {String} val 选中值
23253
+ * @date 2022年5月25日
22998
23254
  **/
22999
23255
  selectChange: function selectChange(val) {
23000
23256
  this.value = val;
23001
23257
  },
23002
23258
 
23003
- /**
23004
- * upDate
23005
- * @desc:修改常用语
23006
- * @author liufan
23007
- * @param {Object} val 修改值
23008
- * @date 2022年5月25日
23259
+ /**
23260
+ * upDate
23261
+ * @desc:修改常用语
23262
+ * @author liufan
23263
+ * @param {Object} val 修改值
23264
+ * @date 2022年5月25日
23009
23265
  **/
23010
23266
  upDate: function upDate(val) {
23011
23267
  this.FormData.id = val.id;
@@ -23013,11 +23269,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23013
23269
  },
23014
23270
 
23015
23271
 
23016
- /**
23017
- * getProcess
23018
- * @desc:获取选择流程
23019
- * @author liufan
23020
- * @date 2022年5月25日
23272
+ /**
23273
+ * getProcess
23274
+ * @desc:获取选择流程
23275
+ * @author liufan
23276
+ * @date 2022年5月25日
23021
23277
  **/
23022
23278
  getProcess: function getProcess(val) {
23023
23279
  var _this27 = this;
@@ -23030,7 +23286,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23030
23286
  hideTempSave: true
23031
23287
  }, this.param);
23032
23288
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
23033
- util["a" /* default */].ajax({ url: api["R" /* getProcessDefList */], params: params }).then(function (res) {
23289
+ util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
23034
23290
  var status = res.status,
23035
23291
  message = res.message,
23036
23292
  data = res.data;
@@ -23069,11 +23325,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23069
23325
  });
23070
23326
  },
23071
23327
 
23072
- /**
23073
- * getPendedhistoryList
23074
- * @desc:获取流程列表
23075
- * @author liufan
23076
- * @date 2022年5月25日
23328
+ /**
23329
+ * getPendedhistoryList
23330
+ * @desc:获取流程列表
23331
+ * @author liufan
23332
+ * @date 2022年5月25日
23077
23333
  **/
23078
23334
  getPendedhistoryList: function getPendedhistoryList() {
23079
23335
  var _this28 = this;
@@ -23083,7 +23339,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23083
23339
  userId: util["a" /* default */].getStorage('userId'),
23084
23340
  type: 2
23085
23341
  };
23086
- util["a" /* default */].ajax({ url: api["lb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
23342
+ util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
23087
23343
  var rCode = res.rCode,
23088
23344
  msg = res.msg,
23089
23345
  results = res.results;
@@ -23112,6 +23368,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23112
23368
  params: {
23113
23369
  foreignOrgObj: _that.nextNode.nextOtherOrgObj,
23114
23370
  circularReadProcessKey: _that.taskExamineInfo.processDefinitionId,
23371
+ pendingId: _that.pendingId,
23115
23372
  currentBusinessId: _that.taskExamineInfo.businessId
23116
23373
  }
23117
23374
  };
@@ -23140,12 +23397,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23140
23397
  },
23141
23398
 
23142
23399
  // 提交流程
23143
- /**
23144
- * subProcess
23145
- * @desc:提交流程
23146
- * @author liufan
23147
- * @param {String} formName 当前form表单ref值
23148
- * @date 2022年5月25日
23400
+ /**
23401
+ * subProcess
23402
+ * @desc:提交流程
23403
+ * @author liufan
23404
+ * @param {String} formName 当前form表单ref值
23405
+ * @date 2022年5月25日
23149
23406
  **/
23150
23407
  subProcess: function subProcess(val, type) {
23151
23408
  var _this30 = this;
@@ -23163,10 +23420,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23163
23420
  } else {
23164
23421
  _this30.freeValid = true;
23165
23422
  }
23166
- if (_this30.currentNodeIsCircularReadNode && _this30.nextNode.nextOtherOrgObj.length != 0) {
23167
- _this30.reqCircularRead(type);
23168
- return;
23169
- }
23423
+ // if (
23424
+ // this.currentNodeIsCircularReadNode &&
23425
+ // this.nextNode.nextOtherOrgObj.length != 0
23426
+ // ) {
23427
+ // this.reqCircularRead(type);
23428
+ // return;
23429
+ // }
23170
23430
  if (type == 'multiInsMidwayWithSubmitScene') {
23171
23431
  _this30.sendData(type);
23172
23432
  return;
@@ -23357,7 +23617,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23357
23617
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
23358
23618
  }
23359
23619
 
23360
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Hb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
23620
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
23361
23621
  var status = res.status,
23362
23622
  message = res.message;
23363
23623