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
@@ -90,7 +90,7 @@ module.exports =
90
90
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
91
91
 
92
92
  "use strict";
93
- /* harmony import */ var babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
93
+ /* harmony import */ var babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
94
94
  /* harmony import */ var babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__);
95
95
  /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
96
96
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(10);
@@ -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
  // 阅转办校验接口
@@ -3925,13 +3912,13 @@ var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3925
3912
  /* 2 */
3926
3913
  /***/ (function(module, exports) {
3927
3914
 
3928
- module.exports = require("throttle-debounce");
3915
+ module.exports = require("babel-runtime/regenerator");
3929
3916
 
3930
3917
  /***/ }),
3931
3918
  /* 3 */
3932
3919
  /***/ (function(module, exports) {
3933
3920
 
3934
- module.exports = require("babel-runtime/regenerator");
3921
+ module.exports = require("throttle-debounce");
3935
3922
 
3936
3923
  /***/ }),
3937
3924
  /* 4 */
@@ -6605,7 +6592,7 @@ mainvue_type_template_id_e9ea73d6_render._withStripped = true
6605
6592
  var api = __webpack_require__(1);
6606
6593
 
6607
6594
  // EXTERNAL MODULE: external "throttle-debounce"
6608
- var external_throttle_debounce_ = __webpack_require__(2);
6595
+ var external_throttle_debounce_ = __webpack_require__(3);
6609
6596
 
6610
6597
  // CONCATENATED MODULE: ./src/utils/store.js
6611
6598
  var store_store = {
@@ -6835,7 +6822,7 @@ var checkbox_group_src_mainvue_type_script_lang_js_extends = Object.assign || fu
6835
6822
  },
6836
6823
  findCode: function findCode() {
6837
6824
  if (this.service) {
6838
- return '/' + this.service + api["H" /* getDictList */];
6825
+ return '/' + this.service + api["I" /* getDictList */];
6839
6826
  }
6840
6827
  return api["y" /* findSysCode */];
6841
6828
  }
@@ -8606,7 +8593,7 @@ columnvue_type_template_id_4d1a48b2_render._withStripped = true
8606
8593
  // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=4d1a48b2&
8607
8594
 
8608
8595
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
8609
- var regenerator_ = __webpack_require__(3);
8596
+ var regenerator_ = __webpack_require__(2);
8610
8597
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
8611
8598
 
8612
8599
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=script&lang=js&
@@ -9264,7 +9251,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
9264
9251
  },
9265
9252
  findCode: function findCode() {
9266
9253
  if (this.service) {
9267
- return '/' + this.service + api["H" /* getDictList */];
9254
+ return '/' + this.service + api["I" /* getDictList */];
9268
9255
  }
9269
9256
  return api["y" /* findSysCode */];
9270
9257
  }
@@ -10595,7 +10582,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
10595
10582
  },
10596
10583
  findCode: function findCode() {
10597
10584
  if (this.service) {
10598
- return '/' + this.service + api["H" /* getDictList */];
10585
+ return '/' + this.service + api["I" /* getDictList */];
10599
10586
  }
10600
10587
  return api["y" /* findSysCode */];
10601
10588
  },
@@ -13392,7 +13379,7 @@ var mainvue_type_script_lang_js_components;
13392
13379
  },
13393
13380
  findCode: function findCode() {
13394
13381
  if (this.service) {
13395
- return '/' + this.service + api["H" /* getDictList */];
13382
+ return '/' + this.service + api["I" /* getDictList */];
13396
13383
  }
13397
13384
  return api["y" /* findSysCode */];
13398
13385
  }
@@ -25250,8 +25237,8 @@ form_src_main.install = function (Vue) {
25250
25237
  };
25251
25238
 
25252
25239
  /* harmony default export */ var packages_form = (form_src_main);
25253
- // 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&
25254
- var mainvue_type_template_id_06ef5eca_render = function () {
25240
+ // 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&
25241
+ var mainvue_type_template_id_bcadf692_render = function () {
25255
25242
  var _vm = this
25256
25243
  var _h = _vm.$createElement
25257
25244
  var _c = _vm._self._c || _h
@@ -26254,6 +26241,112 @@ var mainvue_type_template_id_06ef5eca_render = function () {
26254
26241
  1
26255
26242
  )
26256
26243
  : _vm._e(),
26244
+ _vm.enableCustomLimitTimeSetting
26245
+ ? _c(
26246
+ "el-form-item",
26247
+ {
26248
+ attrs: {
26249
+ prop: "customLimitTime",
26250
+ label: "限时办理",
26251
+ },
26252
+ },
26253
+ [
26254
+ _c(
26255
+ "el-input",
26256
+ {
26257
+ staticClass:
26258
+ "input-with-select custom-limit-time",
26259
+ attrs: {
26260
+ placeholder:
26261
+ "请输入限时办理的天数",
26262
+ },
26263
+ on: {
26264
+ change:
26265
+ _vm.changeCustomLimitTime,
26266
+ },
26267
+ model: {
26268
+ value:
26269
+ _vm.nextNode
26270
+ .customLimitTime,
26271
+ callback: function (
26272
+ $$v
26273
+ ) {
26274
+ _vm.$set(
26275
+ _vm.nextNode,
26276
+ "customLimitTime",
26277
+ $$v
26278
+ )
26279
+ },
26280
+ expression:
26281
+ "nextNode.customLimitTime",
26282
+ },
26283
+ },
26284
+ [
26285
+ !_vm.showCustomLimitTimeText
26286
+ ? _c("es-select", {
26287
+ attrs: {
26288
+ slot: "prepend",
26289
+ placeholder:
26290
+ "请选择",
26291
+ sysCode:
26292
+ "bpm_custom_limit_time",
26293
+ },
26294
+ slot: "prepend",
26295
+ model: {
26296
+ value:
26297
+ _vm.nextNode
26298
+ .customLimitTime,
26299
+ callback:
26300
+ function (
26301
+ $$v
26302
+ ) {
26303
+ _vm.$set(
26304
+ _vm.nextNode,
26305
+ "customLimitTime",
26306
+ $$v
26307
+ )
26308
+ },
26309
+ expression:
26310
+ "nextNode.customLimitTime",
26311
+ },
26312
+ })
26313
+ : _vm._e(),
26314
+ _c(
26315
+ "es-button",
26316
+ {
26317
+ attrs: {
26318
+ slot: "append",
26319
+ type: "primary",
26320
+ },
26321
+ on: {
26322
+ click:
26323
+ function () {
26324
+ _vm.nextNode.customLimitTime =
26325
+ ""
26326
+ _vm.showCustomLimitTimeText =
26327
+ !_vm.showCustomLimitTimeText
26328
+ },
26329
+ },
26330
+ slot: "append",
26331
+ },
26332
+ [
26333
+ _vm._v(
26334
+ "切换" +
26335
+ _vm._s(
26336
+ _vm.showCustomLimitTimeText
26337
+ ? "选择框"
26338
+ : "文本框"
26339
+ )
26340
+ ),
26341
+ ]
26342
+ ),
26343
+ ],
26344
+ 1
26345
+ ),
26346
+ ],
26347
+ 1
26348
+ )
26349
+ : _vm._e(),
26257
26350
  _vm.isHideCurrentOrg
26258
26351
  ? _c(
26259
26352
  "el-form-item",
@@ -27393,7 +27486,7 @@ var mainvue_type_template_id_06ef5eca_render = function () {
27393
27486
  staticClass: "flow-dialog",
27394
27487
  attrs: {
27395
27488
  "append-to-body": "",
27396
- height: "auto",
27489
+ height: "400",
27397
27490
  title: "发送消息",
27398
27491
  "close-on-click-modal": false,
27399
27492
  visible: _vm.showSendMsg,
@@ -27428,7 +27521,7 @@ var mainvue_type_template_id_06ef5eca_render = function () {
27428
27521
  staticClass: "flow-dialog",
27429
27522
  attrs: {
27430
27523
  "append-to-body": "",
27431
- height: "auto",
27524
+ height: "400",
27432
27525
  "close-on-click-modal": false,
27433
27526
  title: _vm.flowTitle,
27434
27527
  visible: _vm.showTaskUnionExamine,
@@ -27518,11 +27611,11 @@ var mainvue_type_template_id_06ef5eca_render = function () {
27518
27611
  )
27519
27612
  : _vm._e()
27520
27613
  }
27521
- var mainvue_type_template_id_06ef5eca_staticRenderFns = []
27522
- mainvue_type_template_id_06ef5eca_render._withStripped = true
27614
+ var mainvue_type_template_id_bcadf692_staticRenderFns = []
27615
+ mainvue_type_template_id_bcadf692_render._withStripped = true
27523
27616
 
27524
27617
 
27525
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=06ef5eca&
27618
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=bcadf692&
27526
27619
 
27527
27620
  // 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/CommonOpinions.vue?vue&type=template&id=feb3781a&
27528
27621
  var CommonOpinionsvue_type_template_id_feb3781a_render = function () {
@@ -28322,21 +28415,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
28322
28415
  return validSate;
28323
28416
  },
28324
28417
 
28325
- /**
28326
- * changeOpinion
28327
- * @desc:监听意见变化
28328
- * @author liufan
28329
- * @date 2022年10月28日
28418
+ /**
28419
+ * changeOpinion
28420
+ * @desc:监听意见变化
28421
+ * @author liufan
28422
+ * @date 2022年10月28日
28330
28423
  **/
28331
28424
  changeOpinion: function changeOpinion() {
28332
28425
  this.$emit('change', this.form.value);
28333
28426
  },
28334
28427
 
28335
- /**
28336
- * getCommonOpion
28337
- * @desc:获取意见
28338
- * @author liufan
28339
- * @date 2022年5月25日
28428
+ /**
28429
+ * getCommonOpion
28430
+ * @desc:获取意见
28431
+ * @author liufan
28432
+ * @date 2022年5月25日
28340
28433
  **/
28341
28434
  getCommonOpion: function getCommonOpion() {
28342
28435
  var _this = this;
@@ -28365,24 +28458,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
28365
28458
  });
28366
28459
  },
28367
28460
 
28368
- /**
28369
- * upDate
28370
- * @desc:修改常用语
28371
- * @author liufan
28372
- * @param {Object} val 修改值
28373
- * @date 2022年5月25日
28461
+ /**
28462
+ * upDate
28463
+ * @desc:修改常用语
28464
+ * @author liufan
28465
+ * @param {Object} val 修改值
28466
+ * @date 2022年5月25日
28374
28467
  **/
28375
28468
  upDate: function upDate(val) {
28376
28469
  this.FormData.id = val.id;
28377
28470
  this.addVisible = true;
28378
28471
  },
28379
28472
 
28380
- /**
28381
- * selectChange
28382
- * @desc:常用语选择
28383
- * @author liufan
28384
- * @param {String} val 选中值
28385
- * @date 2022年5月25日
28473
+ /**
28474
+ * selectChange
28475
+ * @desc:常用语选择
28476
+ * @author liufan
28477
+ * @param {String} val 选中值
28478
+ * @date 2022年5月25日
28386
28479
  **/
28387
28480
  selectChange: function selectChange(val) {
28388
28481
  var _this2 = this;
@@ -28401,12 +28494,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28401
28494
  });
28402
28495
  },
28403
28496
 
28404
- /**
28405
- * del
28406
- * @desc:删除常用语
28407
- * @author liufan
28408
- * @param {Object} val 删除的数据
28409
- * @date 2022年5月25日
28497
+ /**
28498
+ * del
28499
+ * @desc:删除常用语
28500
+ * @author liufan
28501
+ * @param {Object} val 删除的数据
28502
+ * @date 2022年5月25日
28410
28503
  **/
28411
28504
  del: function del(val) {
28412
28505
  var _this3 = this;
@@ -28448,12 +28541,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28448
28541
  }).catch(function (e) {});
28449
28542
  },
28450
28543
 
28451
- /**
28452
- * submit
28453
- * @desc:新增/编辑意见保存
28454
- * @author liufan
28455
- * @param {Object} val 保存数据
28456
- * @date 2022年5月25日
28544
+ /**
28545
+ * submit
28546
+ * @desc:新增/编辑意见保存
28547
+ * @author liufan
28548
+ * @param {Object} val 保存数据
28549
+ * @date 2022年5月25日
28457
28550
  **/
28458
28551
  submit: function submit(val) {
28459
28552
  var _this4 = this;
@@ -28467,7 +28560,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
28467
28560
  }
28468
28561
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
28469
28562
  utils_util["a" /* default */].ajax({
28470
- url: data.id ? api["kc" /* updateCommonOpinion */] : api["wb" /* saveCommonOpinion */],
28563
+ url: data.id ? api["mc" /* updateCommonOpinion */] : api["xb" /* saveCommonOpinion */],
28471
28564
  data: info,
28472
28565
  header: { 'Content-Type': 'multipart/form-data' },
28473
28566
  method: 'post'
@@ -28518,8 +28611,8 @@ var CommonOpinions_component = normalizeComponent(
28518
28611
  )
28519
28612
 
28520
28613
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
28521
- // 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&
28522
- var processFormvue_type_template_id_1e31d327_render = function () {
28614
+ // 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&
28615
+ var processFormvue_type_template_id_0567bde9_render = function () {
28523
28616
  var _vm = this
28524
28617
  var _h = _vm.$createElement
28525
28618
  var _c = _vm._self._c || _h
@@ -28863,6 +28956,78 @@ var processFormvue_type_template_id_1e31d327_render = function () {
28863
28956
  1
28864
28957
  )
28865
28958
  : _vm._e(),
28959
+ _vm.enableCustomLimitTimeSetting
28960
+ ? _c(
28961
+ "el-form-item",
28962
+ { attrs: { prop: "customLimitTime", label: "限时办理" } },
28963
+ [
28964
+ _c(
28965
+ "el-input",
28966
+ {
28967
+ staticClass: "input-with-select custom-limit-time",
28968
+ attrs: { placeholder: "请输入限时办理的天数" },
28969
+ on: { change: _vm.changeCustomLimitTime },
28970
+ model: {
28971
+ value: _vm.nextNode.customLimitTime,
28972
+ callback: function ($$v) {
28973
+ _vm.$set(_vm.nextNode, "customLimitTime", $$v)
28974
+ },
28975
+ expression: "nextNode.customLimitTime",
28976
+ },
28977
+ },
28978
+ [
28979
+ !_vm.showCustomLimitTimeText
28980
+ ? _c("es-select", {
28981
+ attrs: {
28982
+ slot: "prepend",
28983
+ placeholder: "请选择",
28984
+ sysCode: "bpm_custom_limit_time",
28985
+ },
28986
+ slot: "prepend",
28987
+ model: {
28988
+ value: _vm.nextNode.customLimitTime,
28989
+ callback: function ($$v) {
28990
+ _vm.$set(
28991
+ _vm.nextNode,
28992
+ "customLimitTime",
28993
+ $$v
28994
+ )
28995
+ },
28996
+ expression: "nextNode.customLimitTime",
28997
+ },
28998
+ })
28999
+ : _vm._e(),
29000
+ _c(
29001
+ "es-button",
29002
+ {
29003
+ attrs: { slot: "append", type: "primary" },
29004
+ on: {
29005
+ click: function () {
29006
+ _vm.nextNode.customLimitTime = ""
29007
+ _vm.showCustomLimitTimeText =
29008
+ !_vm.showCustomLimitTimeText
29009
+ },
29010
+ },
29011
+ slot: "append",
29012
+ },
29013
+ [
29014
+ _vm._v(
29015
+ "切换" +
29016
+ _vm._s(
29017
+ _vm.showCustomLimitTimeText
29018
+ ? "选择框"
29019
+ : "文本框"
29020
+ )
29021
+ ),
29022
+ ]
29023
+ ),
29024
+ ],
29025
+ 1
29026
+ ),
29027
+ ],
29028
+ 1
29029
+ )
29030
+ : _vm._e(),
28866
29031
  _vm.isHandleExplain == 1
28867
29032
  ? _c(
28868
29033
  "el-form-item",
@@ -29057,11 +29222,11 @@ var processFormvue_type_template_id_1e31d327_render = function () {
29057
29222
  1
29058
29223
  )
29059
29224
  }
29060
- var processFormvue_type_template_id_1e31d327_staticRenderFns = []
29061
- processFormvue_type_template_id_1e31d327_render._withStripped = true
29225
+ var processFormvue_type_template_id_0567bde9_staticRenderFns = []
29226
+ processFormvue_type_template_id_0567bde9_render._withStripped = true
29062
29227
 
29063
29228
 
29064
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=1e31d327&
29229
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=0567bde9&
29065
29230
 
29066
29231
  // 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&
29067
29232
  var selectUservue_type_template_id_615d0e78_render = function () {
@@ -29399,7 +29564,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
29399
29564
  newNextUser: [],
29400
29565
  newOptions: [],
29401
29566
  newSelectUserList: [],
29402
- url: api["Z" /* handleInfo */],
29567
+ url: api["ab" /* handleInfo */],
29403
29568
  newCheckboxList: [],
29404
29569
  newPresetEdit: 0,
29405
29570
  newMultiple: false,
@@ -29516,7 +29681,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
29516
29681
  if (query !== '') {
29517
29682
  this.searchLoading = true;
29518
29683
  utils_util["a" /* default */].ajax({
29519
- url: api["Z" /* handleInfo */],
29684
+ url: api["ab" /* handleInfo */],
29520
29685
  params: { searchKey: query, query: query, type: 'user' }
29521
29686
  }).then(function (res) {
29522
29687
  var status = res.status,
@@ -29931,7 +30096,7 @@ var CustomPresetvue_type_script_lang_js_components;
29931
30096
  nextNodeId: nodeId,
29932
30097
  businessId: this.id
29933
30098
  };
29934
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
30099
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
29935
30100
  var status = res.status,
29936
30101
  message = res.message,
29937
30102
  _res$data = res.data,
@@ -30029,7 +30194,7 @@ var CustomPresetvue_type_script_lang_js_components;
30029
30194
 
30030
30195
  isNoStart && (this.newPresetList = []);
30031
30196
  var params = {
30032
- url: api["P" /* getPresetCustomInfo */],
30197
+ url: api["Q" /* getPresetCustomInfo */],
30033
30198
  data: {
30034
30199
  nodeId: nodeId,
30035
30200
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -30383,7 +30548,7 @@ var Presetvue_type_script_lang_js_components;
30383
30548
  nodeId = this.nodeId;
30384
30549
 
30385
30550
  var params = {
30386
- url: api["Q" /* getPresetNodeInfo */],
30551
+ url: api["R" /* getPresetNodeInfo */],
30387
30552
  data: {
30388
30553
  nextNodeId: nextNodeId,
30389
30554
  processDefinitionId: processDefinitionId,
@@ -30801,6 +30966,45 @@ var processFormvue_type_script_lang_js_components;
30801
30966
  //
30802
30967
  //
30803
30968
  //
30969
+ //
30970
+ //
30971
+ //
30972
+ //
30973
+ //
30974
+ //
30975
+ //
30976
+ //
30977
+ //
30978
+ //
30979
+ //
30980
+ //
30981
+ //
30982
+ //
30983
+ //
30984
+ //
30985
+ //
30986
+ //
30987
+ //
30988
+ //
30989
+ //
30990
+ //
30991
+ //
30992
+ //
30993
+ //
30994
+ //
30995
+ //
30996
+ //
30997
+ //
30998
+ //
30999
+ //
31000
+ //
31001
+ //
31002
+ //
31003
+ //
31004
+ //
31005
+ //
31006
+ //
31007
+ //
30804
31008
 
30805
31009
 
30806
31010
 
@@ -30854,7 +31058,9 @@ var processFormvue_type_script_lang_js_components;
30854
31058
  notificationMessageReadOnly: false,
30855
31059
  readOnlyNotificationType: '',
30856
31060
  show: true,
31061
+ enableCustomLimitTimeSetting: false,
30857
31062
  radioList: [],
31063
+ showCustomLimitTimeText: false,
30858
31064
  activeNames: '',
30859
31065
  selectUserList: [],
30860
31066
  defaultNextNode: '',
@@ -30910,6 +31116,7 @@ var processFormvue_type_script_lang_js_components;
30910
31116
  mixOrgIdList: [], //办理对象混选
30911
31117
  nextNode: {
30912
31118
  nodeName: '',
31119
+ customLimitTime: '',
30913
31120
  newOpinion: '',
30914
31121
  countersignaturetypeText: '',
30915
31122
  nextNode: '',
@@ -30956,6 +31163,12 @@ var processFormvue_type_script_lang_js_components;
30956
31163
  },
30957
31164
 
30958
31165
  methods: {
31166
+ changeCustomLimitTime: function changeCustomLimitTime(val) {
31167
+ if (!Number(val) || val.indexOf('.') != -1 || Number(val) < 0) {
31168
+ this.$message.warning('请输入正确的天数');
31169
+ this.nextNode.customLimitTime = '';
31170
+ }
31171
+ },
30959
31172
  getUserInfo: function getUserInfo() {
30960
31173
  var _this = this;
30961
31174
 
@@ -30963,7 +31176,7 @@ var processFormvue_type_script_lang_js_components;
30963
31176
  if (mainConfig) {
30964
31177
  this.userModel = JSON.parse(mainConfig).userModel;
30965
31178
  } else {
30966
- utils_util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
31179
+ utils_util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
30967
31180
  var status = res.status,
30968
31181
  data = res.data;
30969
31182
 
@@ -31097,7 +31310,7 @@ var processFormvue_type_script_lang_js_components;
31097
31310
  nodeId: this.nextNode.nextNode,
31098
31311
  businessId: this.id
31099
31312
  };
31100
- utils_util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
31313
+ utils_util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
31101
31314
  if (res.status === 'success') {
31102
31315
  _this3.nextNode.noticeInfo = res.message;
31103
31316
  }
@@ -31127,11 +31340,12 @@ var processFormvue_type_script_lang_js_components;
31127
31340
  presetReadUserId = _nextNode.presetReadUserId,
31128
31341
  nextReadUserId = _nextNode.nextReadUserId,
31129
31342
  nextOrgId = _nextNode.nextOrgId,
31130
- newOpinion = _nextNode.newOpinion;
31343
+ newOpinion = _nextNode.newOpinion,
31344
+ customLimitTime = _nextNode.customLimitTime;
31345
+ // if (noticeType.length === 0) {
31346
+ // return this.$message.warning('请选择通知方式');
31347
+ // }
31131
31348
 
31132
- if (noticeType.length === 0) {
31133
- return _this4.$message.warning('请选择通知方式');
31134
- }
31135
31349
  if (_this4.isShowNextUser) {
31136
31350
  if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
31137
31351
  return _this4.$message.warning('请选择下步办理人');
@@ -31155,6 +31369,7 @@ var processFormvue_type_script_lang_js_components;
31155
31369
  var params = {
31156
31370
  processDefinitionId: _this4.processDefinitionId,
31157
31371
  nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
31372
+ customLimitTime: customLimitTime,
31158
31373
  nextNodeId: nextNode,
31159
31374
  businessId: _this4.businessId,
31160
31375
  notificationType: newNoticeType,
@@ -31192,7 +31407,7 @@ var processFormvue_type_script_lang_js_components;
31192
31407
  params = newParm;
31193
31408
  }
31194
31409
  utils_util["a" /* default */].ajax({
31195
- url: _this4.isFreeStartFlow ? api["C" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Db" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["tb" /* register */],
31410
+ url: _this4.isFreeStartFlow ? api["C" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Eb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["ub" /* register */],
31196
31411
  method: 'post',
31197
31412
  data: params
31198
31413
  }).then(function (res) {
@@ -31226,7 +31441,7 @@ var processFormvue_type_script_lang_js_components;
31226
31441
  businessId: this.id,
31227
31442
  userId: utils_util["a" /* default */].getStorage('userId')
31228
31443
  };
31229
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
31444
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
31230
31445
  var status = res.status,
31231
31446
  message = res.message,
31232
31447
  _res$data = res.data,
@@ -31240,6 +31455,7 @@ var processFormvue_type_script_lang_js_components;
31240
31455
  _this5.nextNode.userInfo = nextUserList;
31241
31456
  _this5.countersignaturetypeCode = countersignaturetypeCode;
31242
31457
  _this5.nextNode.countersignaturetypeText = countersignaturetypeText;
31458
+ _this5.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
31243
31459
  _this5.isTaskread = nodeExtAttr.isTaskread;
31244
31460
  _this5.isHandleExplain = nodeExtAttr.isHandleExplain;
31245
31461
  _this5.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
@@ -31340,11 +31556,11 @@ var processFormvue_type_script_lang_js_components;
31340
31556
  });
31341
31557
  },
31342
31558
 
31343
- /**
31344
- * isMultiple
31345
- * @desc:是否多选
31346
- * @author liufan
31347
- * @date 2022年9月13日
31559
+ /**
31560
+ * isMultiple
31561
+ * @desc:是否多选
31562
+ * @author liufan
31563
+ * @date 2022年9月13日
31348
31564
  **/
31349
31565
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
31350
31566
  var multiple = false;
@@ -31391,7 +31607,7 @@ var processFormvue_type_script_lang_js_components;
31391
31607
  businessId: this.businessId
31392
31608
  };
31393
31609
  // 获取节点
31394
- utils_util["a" /* default */].ajax({ url: api["Ub" /* toStartFlow */], params: params }).then(function (res) {
31610
+ utils_util["a" /* default */].ajax({ url: api["Wb" /* toStartFlow */], params: params }).then(function (res) {
31395
31611
  //pc接口返回数据处理
31396
31612
  var status = res.status,
31397
31613
  message = res.message,
@@ -31497,8 +31713,8 @@ var processFormvue_type_script_lang_js_components;
31497
31713
 
31498
31714
  var processForm_component = normalizeComponent(
31499
31715
  src_processFormvue_type_script_lang_js_,
31500
- processFormvue_type_template_id_1e31d327_render,
31501
- processFormvue_type_template_id_1e31d327_staticRenderFns,
31716
+ processFormvue_type_template_id_0567bde9_render,
31717
+ processFormvue_type_template_id_0567bde9_staticRenderFns,
31502
31718
  false,
31503
31719
  null,
31504
31720
  null,
@@ -32023,7 +32239,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
32023
32239
  notificationType = _sendInfo.notificationType;
32024
32240
 
32025
32241
  var params = {
32026
- url: api["Cb" /* sendMsg */],
32242
+ url: api["Db" /* sendMsg */],
32027
32243
  headers: { Accept: 'application/json,text/plain' },
32028
32244
  method: 'post',
32029
32245
  data: {
@@ -32085,7 +32301,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
32085
32301
 
32086
32302
  this.loading = true;
32087
32303
  utils_util["a" /* default */].ajax({
32088
- url: api["Tb" /* toSendMsg */],
32304
+ url: api["Vb" /* toSendMsg */],
32089
32305
  params: { pendingId: this.$attrs.pendingId }
32090
32306
  }).then(function (res) {
32091
32307
  var status = res.status,
@@ -32949,7 +33165,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
32949
33165
  userId: utils_util["a" /* default */].getStorage('userId'),
32950
33166
  nextNodeId: _this2.nextNode.nextNodeId
32951
33167
  };
32952
- utils_util["a" /* default */].ajax({ url: api["Jb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
33168
+ utils_util["a" /* default */].ajax({ url: api["Lb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
32953
33169
  var status = res.status,
32954
33170
  message = res.message;
32955
33171
 
@@ -33013,7 +33229,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
33013
33229
  isSinglePage: false,
33014
33230
  opinion: this.option
33015
33231
  };
33016
- utils_util["a" /* default */].ajax({ url: api["Yb" /* toTaskRejectHtml */], params: params }).then(function (res) {
33232
+ utils_util["a" /* default */].ajax({ url: api["ac" /* toTaskRejectHtml */], params: params }).then(function (res) {
33017
33233
  var status = res.status,
33018
33234
  message = res.message,
33019
33235
  _res$data = res.data,
@@ -33775,7 +33991,7 @@ var startTaskReadvue_type_script_lang_js_components;
33775
33991
  var params = {
33776
33992
  appId: this.readParams.appId
33777
33993
  };
33778
- utils_util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
33994
+ utils_util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
33779
33995
  if (res.status === 'success') {
33780
33996
  _this.newsNoice = res.message;
33781
33997
  }
@@ -33794,7 +34010,7 @@ var startTaskReadvue_type_script_lang_js_components;
33794
34010
  taskExamine = this.taskExamine;
33795
34011
 
33796
34012
  var params = {
33797
- url: api["ec" /* toTaskTransferIndex */],
34013
+ url: api["gc" /* toTaskTransferIndex */],
33798
34014
  params: {
33799
34015
  opinion: opinion,
33800
34016
  pendingId: pendingId,
@@ -33919,7 +34135,7 @@ var startTaskReadvue_type_script_lang_js_components;
33919
34135
  var _this4 = this;
33920
34136
 
33921
34137
  var params = {
33922
- url: api["Vb" /* toStartTaskRead */],
34138
+ url: api["Xb" /* toStartTaskRead */],
33923
34139
  params: { pendingId: this.pendingId, taskAction: this.type }
33924
34140
  };
33925
34141
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -34004,7 +34220,7 @@ var startTaskReadvue_type_script_lang_js_components;
34004
34220
  type = this.type;
34005
34221
 
34006
34222
  var params = {
34007
- url: api["Nb" /* taskTransfer */],
34223
+ url: api["Pb" /* taskTransfer */],
34008
34224
  data: {
34009
34225
  choiceDeptId: choiceDeptId,
34010
34226
  choiceOrgId: choiceOrgId,
@@ -34101,7 +34317,7 @@ var startTaskReadvue_type_script_lang_js_components;
34101
34317
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
34102
34318
  }
34103
34319
  utils_util["a" /* default */].ajax({
34104
- url: api["Ib" /* taskReadHtml */],
34320
+ url: api["Jb" /* taskReadHtml */],
34105
34321
  params: { taskAction: _this8.type },
34106
34322
  headers: {
34107
34323
  Accept: 'application/json,text/plain'
@@ -34977,7 +35193,7 @@ var resetvue_type_script_lang_js_components;
34977
35193
  if (mainConfig) {
34978
35194
  this.userModel = JSON.parse(mainConfig).userModel;
34979
35195
  } else {
34980
- utils_util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
35196
+ utils_util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
34981
35197
  var status = res.status,
34982
35198
  data = res.data;
34983
35199
 
@@ -35100,7 +35316,7 @@ var resetvue_type_script_lang_js_components;
35100
35316
  nodeId: this.nextNode.nextNode,
35101
35317
  businessId: this.taskExamine.businessId
35102
35318
  };
35103
- utils_util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
35319
+ utils_util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
35104
35320
  if (res.status === 'success') {
35105
35321
  _this3.nextNode.noticeInfo = res.message;
35106
35322
  }
@@ -35185,7 +35401,7 @@ var resetvue_type_script_lang_js_components;
35185
35401
  };
35186
35402
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
35187
35403
  utils_util["a" /* default */].ajax({
35188
- url: _this4.type == 'reset' ? api["vb" /* resetProcess */] : api["Gb" /* taskContinuation */],
35404
+ url: _this4.type == 'reset' ? api["wb" /* resetProcess */] : api["Hb" /* taskContinuation */],
35189
35405
  method: 'post',
35190
35406
  data: params
35191
35407
  }).then(function (res) {
@@ -35219,7 +35435,7 @@ var resetvue_type_script_lang_js_components;
35219
35435
  businessId: this.taskExamine.businessId,
35220
35436
  pendingId: this.taskExamine.pendingId
35221
35437
  };
35222
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
35438
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
35223
35439
  var status = res.status,
35224
35440
  message = res.message,
35225
35441
  _res$data = res.data,
@@ -35348,11 +35564,11 @@ var resetvue_type_script_lang_js_components;
35348
35564
  });
35349
35565
  },
35350
35566
 
35351
- /**
35352
- * isMultiple
35353
- * @desc:是否多选
35354
- * @author liufan
35355
- * @date 2022年9月13日
35567
+ /**
35568
+ * isMultiple
35569
+ * @desc:是否多选
35570
+ * @author liufan
35571
+ * @date 2022年9月13日
35356
35572
  **/
35357
35573
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35358
35574
  var multiple = false;
@@ -35389,7 +35605,7 @@ var resetvue_type_script_lang_js_components;
35389
35605
  var _this7 = this;
35390
35606
 
35391
35607
  var params = {
35392
- url: this.type == 'continuation' ? api["Xb" /* toTaskContinuationIndex */] : api["Sb" /* toResetProcessIndex */],
35608
+ url: this.type == 'continuation' ? api["Zb" /* toTaskContinuationIndex */] : api["Ub" /* toResetProcessIndex */],
35393
35609
  params: resetvue_type_script_lang_js_extends({
35394
35610
  appId: this.appId
35395
35611
  }, this.flowParams)
@@ -35495,8 +35711,8 @@ var reset_component = normalizeComponent(
35495
35711
  )
35496
35712
 
35497
35713
  /* harmony default export */ var src_reset = (reset_component.exports);
35498
- // 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&
35499
- var taskUnionExaminevue_type_template_id_3d269602_render = function () {
35714
+ // 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&
35715
+ var taskUnionExaminevue_type_template_id_51053046_render = function () {
35500
35716
  var _vm = this
35501
35717
  var _h = _vm.$createElement
35502
35718
  var _c = _vm._self._c || _h
@@ -35749,11 +35965,11 @@ var taskUnionExaminevue_type_template_id_3d269602_render = function () {
35749
35965
  1
35750
35966
  )
35751
35967
  }
35752
- var taskUnionExaminevue_type_template_id_3d269602_staticRenderFns = []
35753
- taskUnionExaminevue_type_template_id_3d269602_render._withStripped = true
35968
+ var taskUnionExaminevue_type_template_id_51053046_staticRenderFns = []
35969
+ taskUnionExaminevue_type_template_id_51053046_render._withStripped = true
35754
35970
 
35755
35971
 
35756
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=3d269602&
35972
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=51053046&
35757
35973
 
35758
35974
  // 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&
35759
35975
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -35967,7 +36183,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
35967
36183
  pendingId = this.pendingId;
35968
36184
 
35969
36185
  var params = {
35970
- url: api["Kb" /* taskReview */],
36186
+ url: api["Mb" /* taskReview */],
35971
36187
  data: {
35972
36188
  nextUserId: nextOtherOrgObj.join(','),
35973
36189
  notificationType: noticeType.join(','),
@@ -36003,7 +36219,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36003
36219
  var _this2 = this;
36004
36220
 
36005
36221
  var params = {
36006
- url: api["Zb" /* toTaskReview */],
36222
+ url: api["bc" /* toTaskReview */],
36007
36223
  params: { pendingId: this.pendingId }
36008
36224
  };
36009
36225
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -36037,7 +36253,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36037
36253
  var _this3 = this;
36038
36254
 
36039
36255
  var params = {
36040
- 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 */],
36256
+ 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 */],
36041
36257
  params: { pendingId: this.pendingId },
36042
36258
  headers: { Accept: 'application/json,text/plain' }
36043
36259
  };
@@ -36069,12 +36285,12 @@ var taskUnionExaminevue_type_script_lang_js_components;
36069
36285
  var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
36070
36286
  _this3.currentOrgTabs.map(function (x, i) {
36071
36287
  _this3.params[x] = {
36072
- filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(sessionStorage.getItem('mainConfig')).userModel.orgId : param[i]
36288
+ filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId : param[i]
36073
36289
  };
36074
36290
  });
36075
36291
  } else {
36076
36292
  if (_this3.type == 'takeAdvice') {
36077
- _this3.params.filid = JSON.parse(sessionStorage.getItem('mainConfig')).userModel.orgId;
36293
+ _this3.params.filid = JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
36078
36294
  }
36079
36295
  }
36080
36296
  if (res.data.customizedConfig.foreignOrgSelectorCustomized) {
@@ -36158,7 +36374,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36158
36374
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
36159
36375
  // return this.$message.warning('暂未开放,敬请期待!');
36160
36376
  var param = {
36161
- 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 */],
36377
+ 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 */],
36162
36378
  data: {
36163
36379
  opinion: opinion,
36164
36380
  pendingId: pendingId,
@@ -36252,7 +36468,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36252
36468
  var params = {
36253
36469
  pendingId: this.pendingId
36254
36470
  };
36255
- utils_util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
36471
+ utils_util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
36256
36472
  if (res.status === 'success') {
36257
36473
  _this6.infoList.noticeInfo = res.message;
36258
36474
  }
@@ -36308,8 +36524,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
36308
36524
 
36309
36525
  var taskUnionExamine_component = normalizeComponent(
36310
36526
  component_taskUnionExaminevue_type_script_lang_js_,
36311
- taskUnionExaminevue_type_template_id_3d269602_render,
36312
- taskUnionExaminevue_type_template_id_3d269602_staticRenderFns,
36527
+ taskUnionExaminevue_type_template_id_51053046_render,
36528
+ taskUnionExaminevue_type_template_id_51053046_staticRenderFns,
36313
36529
  false,
36314
36530
  null,
36315
36531
  null,
@@ -39506,7 +39722,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39506
39722
  var _this = this;
39507
39723
 
39508
39724
  var params = {
39509
- url: api["D" /* getAdjunctFileInfos */],
39725
+ url: api["E" /* getAdjunctFileInfos */],
39510
39726
  params: { ownId: ownId, code: code }
39511
39727
  };
39512
39728
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -39594,7 +39810,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39594
39810
  taskAction: 'complete'
39595
39811
  };
39596
39812
  utils_util["a" /* default */].ajax({
39597
- url: api["Ib" /* taskReadHtml */],
39813
+ url: api["Jb" /* taskReadHtml */],
39598
39814
  params: { taskAction: 'complete' },
39599
39815
  headers: {
39600
39816
  Accept: 'application/json,text/plain'
@@ -39626,7 +39842,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39626
39842
 
39627
39843
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
39628
39844
  utils_util["a" /* default */].ajax({
39629
- url: api["Wb" /* toStartTaskReadIndex */],
39845
+ url: api["Yb" /* toStartTaskReadIndex */],
39630
39846
  params: { pendingId: this.pendingId }
39631
39847
  }).then(function (res) {
39632
39848
  var status = res.status,
@@ -39662,7 +39878,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39662
39878
  if (mainConfig) {
39663
39879
  this.userModel = JSON.parse(mainConfig).userModel;
39664
39880
  } else {
39665
- utils_util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
39881
+ utils_util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
39666
39882
  var status = res.status,
39667
39883
  data = res.data;
39668
39884
 
@@ -39716,11 +39932,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39716
39932
  });
39717
39933
  },
39718
39934
 
39719
- /**
39720
- * saveInfo
39721
- * @desc:暂存
39722
- * @author liufan
39723
- * @date 2022年9月9日
39935
+ /**
39936
+ * saveInfo
39937
+ * @desc:暂存
39938
+ * @author liufan
39939
+ * @date 2022年9月9日
39724
39940
  **/
39725
39941
  saveInfo: function saveInfo(type, btn) {
39726
39942
  var _this6 = this;
@@ -39763,7 +39979,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39763
39979
  pendingId: this.pendingId
39764
39980
  };
39765
39981
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
39766
- utils_util["a" /* default */].ajax({ url: api["Qb" /* tempSave */], params: params }).then(function (res) {
39982
+ utils_util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
39767
39983
  var status = res.status,
39768
39984
  message = res.message;
39769
39985
 
@@ -39782,11 +39998,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39782
39998
  });
39783
39999
  },
39784
40000
 
39785
- /**
39786
- * rejectBtn
39787
- * @desc:点击驳回
39788
- * @author liufan
39789
- * @date 2022年5月25日
40001
+ /**
40002
+ * rejectBtn
40003
+ * @desc:点击驳回
40004
+ * @author liufan
40005
+ * @date 2022年5月25日
39790
40006
  **/
39791
40007
  rejectBtn: function rejectBtn() {
39792
40008
  var _this8 = this;
@@ -39804,11 +40020,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39804
40020
  }
39805
40021
  },
39806
40022
 
39807
- /**
39808
- * taskReadBtn
39809
- * @desc:点击分阅
39810
- * @author liufan
39811
- * @date 2022年5月25日
40023
+ /**
40024
+ * taskReadBtn
40025
+ * @desc:点击分阅
40026
+ * @author liufan
40027
+ * @date 2022年5月25日
39812
40028
  **/
39813
40029
  taskReadBtn: function taskReadBtn() {
39814
40030
  var _this9 = this;
@@ -39827,11 +40043,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39827
40043
  }
39828
40044
  },
39829
40045
 
39830
- /**
39831
- * getFind
39832
- * @desc:获取通知方式
39833
- * @author liufan
39834
- * @date 2022年5月25日
40046
+ /**
40047
+ * getFind
40048
+ * @desc:获取通知方式
40049
+ * @author liufan
40050
+ * @date 2022年5月25日
39835
40051
  **/
39836
40052
  getFind: function getFind() {
39837
40053
  var _this10 = this;
@@ -39869,7 +40085,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39869
40085
  nodeId = _endFlowInfo.nodeId;
39870
40086
 
39871
40087
  var param = {
39872
- url: api["I" /* getFreeStartFlowParams */],
40088
+ url: api["J" /* getFreeStartFlowParams */],
39873
40089
  params: {
39874
40090
  businessId: businessId,
39875
40091
  processDefinitionId: processDefinitionId,
@@ -39886,12 +40102,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39886
40102
  });
39887
40103
  },
39888
40104
 
39889
- /**
39890
- * endFlows
39891
- * @desc:直接办结
39892
- * @author liufan
39893
- * @param {Object} res 直接办结数据
39894
- * @date 2022年5月25日
40105
+ /**
40106
+ * endFlows
40107
+ * @desc:直接办结
40108
+ * @author liufan
40109
+ * @param {Object} res 直接办结数据
40110
+ * @date 2022年5月25日
39895
40111
  **/
39896
40112
  endFlows: function endFlows(res) {
39897
40113
  var _this12 = this;
@@ -39945,12 +40161,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39945
40161
  }).catch(function (e) {});
39946
40162
  },
39947
40163
 
39948
- /**
39949
- * goView
39950
- * @desc:更多流程按钮操作
39951
- * @author liufan
39952
- * @param {Object} res 当前点击操作按钮数据
39953
- * @date 2022年5月25日
40164
+ /**
40165
+ * goView
40166
+ * @desc:更多流程按钮操作
40167
+ * @author liufan
40168
+ * @param {Object} res 当前点击操作按钮数据
40169
+ * @date 2022年5月25日
39954
40170
  **/
39955
40171
  goView: function goView(res) {
39956
40172
  // 驳回并办结:rejectAndEndHtml
@@ -40035,11 +40251,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40035
40251
  // isCanStartSubFlow
40036
40252
  },
40037
40253
 
40038
- /**
40039
- * toTakeAdvice
40040
- * @desc:征求意见
40041
- * @author liufan
40042
- * @date 2022年9月29日
40254
+ /**
40255
+ * toTakeAdvice
40256
+ * @desc:征求意见
40257
+ * @author liufan
40258
+ * @date 2022年9月29日
40043
40259
  **/
40044
40260
  toTakeAdvice: function toTakeAdvice(res) {
40045
40261
  var _this14 = this;
@@ -40057,7 +40273,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40057
40273
  var _this15 = this;
40058
40274
 
40059
40275
  var params = {
40060
- url: api["gb" /* isCanStartSubFlow */],
40276
+ url: api["hb" /* isCanStartSubFlow */],
40061
40277
  data: {
40062
40278
  appId: this.taskExamineInfo.appId,
40063
40279
  inevitableNode: res.inevitableNode
@@ -40083,11 +40299,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40083
40299
  });
40084
40300
  },
40085
40301
 
40086
- /**
40087
- * toStartDraf
40088
- * @desc: 稿件递送、联合审核、复核
40089
- * @author liufan
40090
- * @date 2022年9月29日
40302
+ /**
40303
+ * toStartDraf
40304
+ * @desc: 稿件递送、联合审核、复核
40305
+ * @author liufan
40306
+ * @date 2022年9月29日
40091
40307
  **/
40092
40308
  toStartDraf: function toStartDraf(res) {
40093
40309
  var _this16 = this;
@@ -40101,11 +40317,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40101
40317
  }
40102
40318
  },
40103
40319
 
40104
- /**
40105
- * toSendMsg
40106
- * @desc:核稿通知
40107
- * @author liufan
40108
- * @date 2022年9月29日
40320
+ /**
40321
+ * toSendMsg
40322
+ * @desc:核稿通知
40323
+ * @author liufan
40324
+ * @date 2022年9月29日
40109
40325
  **/
40110
40326
  toSendMsg: function toSendMsg(res) {
40111
40327
  var _this17 = this;
@@ -40119,11 +40335,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40119
40335
  }
40120
40336
  },
40121
40337
 
40122
- /**
40123
- * toTaskReadAndEnd
40124
- * @desc:分阅并办结
40125
- * @author liufan
40126
- * @date 2022年9月29日
40338
+ /**
40339
+ * toTaskReadAndEnd
40340
+ * @desc:分阅并办结
40341
+ * @author liufan
40342
+ * @date 2022年9月29日
40127
40343
  **/
40128
40344
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
40129
40345
  var _this18 = this;
@@ -40141,11 +40357,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40141
40357
  }
40142
40358
  },
40143
40359
 
40144
- /**
40145
- * rejectAndEnd
40146
- * @desc:驳回并办结
40147
- * @author liufan
40148
- * @date 2022年9月29日
40360
+ /**
40361
+ * rejectAndEnd
40362
+ * @desc:驳回并办结
40363
+ * @author liufan
40364
+ * @date 2022年9月29日
40149
40365
  **/
40150
40366
  rejectAndEnd: function rejectAndEnd(res) {
40151
40367
  var _this19 = this;
@@ -40167,7 +40383,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40167
40383
  this.$confirm('确认' + res.value + '?').then(function () {
40168
40384
  // return this.$message.warning('请填写意见');
40169
40385
  var params = {
40170
- url: api["ub" /* rejectAndEnd */],
40386
+ url: api["vb" /* rejectAndEnd */],
40171
40387
  headers: { Accept: 'application/json,text/plain' },
40172
40388
  method: 'post',
40173
40389
  data: {
@@ -40200,11 +40416,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40200
40416
  });
40201
40417
  },
40202
40418
 
40203
- /**
40204
- * toTransfer
40205
- * @desc:转办
40206
- * @author liufan
40207
- * @date 2022年9月29日
40419
+ /**
40420
+ * toTransfer
40421
+ * @desc:转办
40422
+ * @author liufan
40423
+ * @date 2022年9月29日
40208
40424
  **/
40209
40425
  toTransfer: function toTransfer(res) {
40210
40426
  var _this21 = this;
@@ -40220,11 +40436,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40220
40436
  }
40221
40437
  },
40222
40438
 
40223
- /**
40224
- * getNodeInfo
40225
- * @desc:获取节点信息
40226
- * @author liufan
40227
- * @date 2022年5月25日
40439
+ /**
40440
+ * getNodeInfo
40441
+ * @desc:获取节点信息
40442
+ * @author liufan
40443
+ * @date 2022年5月25日
40228
40444
  **/
40229
40445
  getNodeInfo: function getNodeInfo() {
40230
40446
  var _this22 = this;
@@ -40237,7 +40453,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40237
40453
  pendingId: this.pendingId,
40238
40454
  businessId: this.businessIds
40239
40455
  };
40240
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
40456
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
40241
40457
  var status = res.status,
40242
40458
  message = res.message,
40243
40459
  data = res.data;
@@ -40323,12 +40539,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40323
40539
  });
40324
40540
  },
40325
40541
 
40326
- /**
40327
- * selecNext
40328
- * @desc:下步节点变化时更新数据
40329
- * @author liufan
40330
- * @param {String} val 当前选中值
40331
- * @date 2022年5月25日
40542
+ /**
40543
+ * selecNext
40544
+ * @desc:下步节点变化时更新数据
40545
+ * @author liufan
40546
+ * @param {String} val 当前选中值
40547
+ * @date 2022年5月25日
40332
40548
  **/
40333
40549
  selecNext: function selecNext(val, type, isDef) {
40334
40550
  var _this23 = this;
@@ -40437,11 +40653,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40437
40653
  if (isDef !== true) this.getNodeInfo();
40438
40654
  },
40439
40655
 
40440
- /**
40441
- * isMultiple
40442
- * @desc:是否多选
40443
- * @author liufan
40444
- * @date 2022年9月13日
40656
+ /**
40657
+ * isMultiple
40658
+ * @desc:是否多选
40659
+ * @author liufan
40660
+ * @date 2022年9月13日
40445
40661
  **/
40446
40662
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40447
40663
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -40473,11 +40689,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40473
40689
  }
40474
40690
  },
40475
40691
 
40476
- /**
40477
- * getHedInfo
40478
- * @desc:获取审核页面数据
40479
- * @author liufan
40480
- * @date 2022年5月25日
40692
+ /**
40693
+ * getHedInfo
40694
+ * @desc:获取审核页面数据
40695
+ * @author liufan
40696
+ * @date 2022年5月25日
40481
40697
  **/
40482
40698
  getHedInfo: function getHedInfo() {
40483
40699
  var _this24 = this;
@@ -40487,7 +40703,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40487
40703
  pendingId: this.pendingId,
40488
40704
  userId: utils_util["a" /* default */].getStorage('userId')
40489
40705
  };
40490
- utils_util["a" /* default */].ajax({ url: api["J" /* getHandleInfoHtml */], params: params }).then(function (res) {
40706
+ utils_util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
40491
40707
  //pc返回数据
40492
40708
 
40493
40709
  _this24.loading.close();
@@ -40713,13 +40929,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40713
40929
  });
40714
40930
  },
40715
40931
 
40716
- /**
40717
- * closeProcess
40718
- * @desc:关闭弹窗
40719
- * @author liufan
40720
- * @param {boolean} val 当前是否办理流程
40721
- * @param {String} type 当前点击的弹窗类型
40722
- * @date 2022年5月25日
40932
+ /**
40933
+ * closeProcess
40934
+ * @desc:关闭弹窗
40935
+ * @author liufan
40936
+ * @param {boolean} val 当前是否办理流程
40937
+ * @param {String} type 当前点击的弹窗类型
40938
+ * @date 2022年5月25日
40723
40939
  **/
40724
40940
  closeProcess: function closeProcess(val, type, closeParent) {
40725
40941
  if (closeParent) {
@@ -40736,23 +40952,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40736
40952
  }
40737
40953
  },
40738
40954
 
40739
- /**
40740
- * selectChange
40741
- * @desc:常用语选择
40742
- * @author liufan
40743
- * @param {String} val 选中值
40744
- * @date 2022年5月25日
40955
+ /**
40956
+ * selectChange
40957
+ * @desc:常用语选择
40958
+ * @author liufan
40959
+ * @param {String} val 选中值
40960
+ * @date 2022年5月25日
40745
40961
  **/
40746
40962
  selectChange: function selectChange(val) {
40747
40963
  this.value = val;
40748
40964
  },
40749
40965
 
40750
- /**
40751
- * upDate
40752
- * @desc:修改常用语
40753
- * @author liufan
40754
- * @param {Object} val 修改值
40755
- * @date 2022年5月25日
40966
+ /**
40967
+ * upDate
40968
+ * @desc:修改常用语
40969
+ * @author liufan
40970
+ * @param {Object} val 修改值
40971
+ * @date 2022年5月25日
40756
40972
  **/
40757
40973
  upDate: function upDate(val) {
40758
40974
  this.FormData.id = val.id;
@@ -40760,11 +40976,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40760
40976
  },
40761
40977
 
40762
40978
 
40763
- /**
40764
- * getProcess
40765
- * @desc:获取选择流程
40766
- * @author liufan
40767
- * @date 2022年5月25日
40979
+ /**
40980
+ * getProcess
40981
+ * @desc:获取选择流程
40982
+ * @author liufan
40983
+ * @date 2022年5月25日
40768
40984
  **/
40769
40985
  getProcess: function getProcess() {
40770
40986
  var _this25 = this;
@@ -40779,7 +40995,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40779
40995
  // onlyFlag: true
40780
40996
  };
40781
40997
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
40782
- utils_util["a" /* default */].ajax({ url: api["R" /* getProcessDefList */], params: params }).then(function (res) {
40998
+ utils_util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
40783
40999
  var status = res.status,
40784
41000
  message = res.message,
40785
41001
  data = res.data;
@@ -40818,11 +41034,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40818
41034
  });
40819
41035
  },
40820
41036
 
40821
- /**
40822
- * getPendedhistoryList
40823
- * @desc:获取流程列表
40824
- * @author liufan
40825
- * @date 2022年5月25日
41037
+ /**
41038
+ * getPendedhistoryList
41039
+ * @desc:获取流程列表
41040
+ * @author liufan
41041
+ * @date 2022年5月25日
40826
41042
  **/
40827
41043
  getPendedhistoryList: function getPendedhistoryList() {
40828
41044
  var _this26 = this;
@@ -40832,7 +41048,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40832
41048
  userId: utils_util["a" /* default */].getStorage('userId'),
40833
41049
  type: 2
40834
41050
  };
40835
- utils_util["a" /* default */].ajax({ url: api["lb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
41051
+ utils_util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
40836
41052
  var rCode = res.rCode,
40837
41053
  msg = res.msg,
40838
41054
  results = res.results;
@@ -40854,12 +41070,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40854
41070
  },
40855
41071
 
40856
41072
  // 提交流程
40857
- /**
40858
- * subProcess
40859
- * @desc:提交流程
40860
- * @author liufan
40861
- * @param {String} formName 当前form表单ref值
40862
- * @date 2022年5月25日
41073
+ /**
41074
+ * subProcess
41075
+ * @desc:提交流程
41076
+ * @author liufan
41077
+ * @param {String} formName 当前form表单ref值
41078
+ * @date 2022年5月25日
40863
41079
  **/
40864
41080
  subProcess: function subProcess(val) {
40865
41081
  var _this27 = this;
@@ -41028,7 +41244,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41028
41244
  params.isSubFlow = taskExamineInfo.isSubFlow;
41029
41245
  params.nodeId = taskExamineInfo.nodeId;
41030
41246
  params.needRetrialAuth = needRetrialAuth;
41031
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Hb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
41247
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
41032
41248
  var status = res.status,
41033
41249
  message = res.message;
41034
41250
 
@@ -41385,7 +41601,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
41385
41601
  pendingUserIds = _nextNode.pendingUserIds;
41386
41602
 
41387
41603
  var params = {
41388
- url: api["cc" /* toTaskSuperviseSub */],
41604
+ url: api["ec" /* toTaskSuperviseSub */],
41389
41605
  params: {
41390
41606
  userId: utils_util["a" /* default */].getStorage('userId'),
41391
41607
  urgeUserIds: pendingUserIds,
@@ -41409,7 +41625,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
41409
41625
 
41410
41626
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
41411
41627
  utils_util["a" /* default */].ajax({
41412
- url: api["bc" /* toTaskSupervise */],
41628
+ url: api["dc" /* toTaskSupervise */],
41413
41629
  params: {
41414
41630
  businessId: this.businessId,
41415
41631
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -42280,6 +42496,35 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42280
42496
  //
42281
42497
  //
42282
42498
  //
42499
+ //
42500
+ //
42501
+ //
42502
+ //
42503
+ //
42504
+ //
42505
+ //
42506
+ //
42507
+ //
42508
+ //
42509
+ //
42510
+ //
42511
+ //
42512
+ //
42513
+ //
42514
+ //
42515
+ //
42516
+ //
42517
+ //
42518
+ //
42519
+ //
42520
+ //
42521
+ //
42522
+ //
42523
+ //
42524
+ //
42525
+ //
42526
+ //
42527
+ //
42283
42528
 
42284
42529
 
42285
42530
 
@@ -42354,6 +42599,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42354
42599
  otherOrgDisabledObjId: [],
42355
42600
  isCanReadTransferHandle: false,
42356
42601
  readTransferHandleDisabled: true,
42602
+ showCustomLimitTimeText: false,
42357
42603
  currentOrgDisabledObjId: [],
42358
42604
  nextNodeCheckType: 'select',
42359
42605
  readOnlyNotificationType: '',
@@ -42378,6 +42624,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42378
42624
  flowDisabled: false,
42379
42625
  activeNames: '',
42380
42626
  isEndUserTask: true,
42627
+ enableCustomLimitTimeSetting: false, //是否开启限时办理
42381
42628
  isForceDisplayDefaultOptionForPrefix: false,
42382
42629
  selectUserList: [],
42383
42630
  selectNextCurrentOrgObjList: [],
@@ -42459,6 +42706,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42459
42706
  addSignMode: 'postAddSign',
42460
42707
  isAddSign: '', // 是否加签
42461
42708
  isRemoveSign: '', // 是否减签
42709
+ customLimitTime: '', //限时天数
42462
42710
  nextOperate: '', // 下步操作
42463
42711
  notificationMsg: '', // 通知信息
42464
42712
  addSignUserId: [], // 加签办理人
@@ -42595,6 +42843,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42595
42843
  }
42596
42844
  },
42597
42845
  methods: {
42846
+ changeCustomLimitTime: function changeCustomLimitTime(val) {
42847
+ if (!Number(val) || val.indexOf('.') != -1 || Number(val) < 0) {
42848
+ this.$message.warning('请输入正确的天数');
42849
+ this.nextNode.customLimitTime = '';
42850
+ }
42851
+ },
42598
42852
  taskReadTransferHandle: function taskReadTransferHandle() {
42599
42853
  if (this.taskReadOpinionRequired == 'true' && !this.value) {
42600
42854
  if (!this.$refs.commonOpinions.validate()) return;
@@ -42700,7 +42954,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42700
42954
  var _this2 = this;
42701
42955
 
42702
42956
  var params = {
42703
- url: api["D" /* getAdjunctFileInfos */],
42957
+ url: api["E" /* getAdjunctFileInfos */],
42704
42958
  params: { ownId: ownId, code: code }
42705
42959
  };
42706
42960
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -42788,7 +43042,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42788
43042
  taskAction: 'complete'
42789
43043
  };
42790
43044
  utils_util["a" /* default */].ajax({
42791
- url: api["Ib" /* taskReadHtml */],
43045
+ url: api["Jb" /* taskReadHtml */],
42792
43046
  params: { taskAction: 'complete' },
42793
43047
  headers: {
42794
43048
  Accept: 'application/json,text/plain'
@@ -42834,7 +43088,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42834
43088
 
42835
43089
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
42836
43090
  utils_util["a" /* default */].ajax({
42837
- url: api["Wb" /* toStartTaskReadIndex */],
43091
+ url: api["Yb" /* toStartTaskReadIndex */],
42838
43092
  params: { pendingId: this.pendingId }
42839
43093
  }).then(function (res) {
42840
43094
  var status = res.status,
@@ -42875,7 +43129,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42875
43129
  if (mainConfig) {
42876
43130
  this.userModel = JSON.parse(mainConfig).userModel;
42877
43131
  } else {
42878
- utils_util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
43132
+ utils_util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
42879
43133
  var status = res.status,
42880
43134
  data = res.data;
42881
43135
 
@@ -42929,11 +43183,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42929
43183
  });
42930
43184
  },
42931
43185
 
42932
- /**
42933
- * saveInfo
42934
- * @desc:暂存
42935
- * @author liufan
42936
- * @date 2022年9月9日
43186
+ /**
43187
+ * saveInfo
43188
+ * @desc:暂存
43189
+ * @author liufan
43190
+ * @date 2022年9月9日
42937
43191
  **/
42938
43192
  saveInfo: function saveInfo(type, btn) {
42939
43193
  var _this8 = this;
@@ -42976,7 +43230,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42976
43230
  pendingId: this.pendingId
42977
43231
  };
42978
43232
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
42979
- utils_util["a" /* default */].ajax({ url: api["Qb" /* tempSave */], params: params }).then(function (res) {
43233
+ utils_util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
42980
43234
  var status = res.status,
42981
43235
  message = res.message;
42982
43236
 
@@ -42995,11 +43249,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42995
43249
  });
42996
43250
  },
42997
43251
 
42998
- /**
42999
- * rejectBtn
43000
- * @desc:点击驳回
43001
- * @author liufan
43002
- * @date 2022年5月25日
43252
+ /**
43253
+ * rejectBtn
43254
+ * @desc:点击驳回
43255
+ * @author liufan
43256
+ * @date 2022年5月25日
43003
43257
  **/
43004
43258
  rejectBtn: function rejectBtn() {
43005
43259
  var _this10 = this;
@@ -43017,11 +43271,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43017
43271
  }
43018
43272
  },
43019
43273
 
43020
- /**
43021
- * taskReadBtn
43022
- * @desc:点击分阅
43023
- * @author liufan
43024
- * @date 2022年5月25日
43274
+ /**
43275
+ * taskReadBtn
43276
+ * @desc:点击分阅
43277
+ * @author liufan
43278
+ * @date 2022年5月25日
43025
43279
  **/
43026
43280
  taskReadBtn: function taskReadBtn() {
43027
43281
  var _this11 = this;
@@ -43040,11 +43294,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43040
43294
  }
43041
43295
  },
43042
43296
 
43043
- /**
43044
- * getFind
43045
- * @desc:获取通知方式
43046
- * @author liufan
43047
- * @date 2022年5月25日
43297
+ /**
43298
+ * getFind
43299
+ * @desc:获取通知方式
43300
+ * @author liufan
43301
+ * @date 2022年5月25日
43048
43302
  **/
43049
43303
  getFind: function getFind() {
43050
43304
  var _this12 = this;
@@ -43082,10 +43336,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43082
43336
  nodeId = _endFlowInfo.nodeId;
43083
43337
 
43084
43338
  var param = {
43085
- url: api["I" /* getFreeStartFlowParams */],
43339
+ url: api["J" /* getFreeStartFlowParams */],
43086
43340
  params: {
43087
43341
  businessId: businessId,
43088
43342
  processDefinitionId: processDefinitionId,
43343
+ pendingId: this.pendingId,
43089
43344
  nodeId: nodeId
43090
43345
  }
43091
43346
  };
@@ -43109,12 +43364,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43109
43364
  });
43110
43365
  },
43111
43366
 
43112
- /**
43113
- * endFlows
43114
- * @desc:直接办结
43115
- * @author liufan
43116
- * @param {Object} res 直接办结数据
43117
- * @date 2022年5月25日
43367
+ /**
43368
+ * endFlows
43369
+ * @desc:直接办结
43370
+ * @author liufan
43371
+ * @param {Object} res 直接办结数据
43372
+ * @date 2022年5月25日
43118
43373
  **/
43119
43374
  endFlows: function endFlows(res) {
43120
43375
  var _this14 = this;
@@ -43168,12 +43423,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43168
43423
  }).catch(function (e) {});
43169
43424
  },
43170
43425
 
43171
- /**
43172
- * goView
43173
- * @desc:更多流程按钮操作
43174
- * @author liufan
43175
- * @param {Object} res 当前点击操作按钮数据
43176
- * @date 2022年5月25日
43426
+ /**
43427
+ * goView
43428
+ * @desc:更多流程按钮操作
43429
+ * @author liufan
43430
+ * @param {Object} res 当前点击操作按钮数据
43431
+ * @date 2022年5月25日
43177
43432
  **/
43178
43433
  goView: function goView(res) {
43179
43434
  // 驳回并办结:rejectAndEndHtml
@@ -43258,11 +43513,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43258
43513
  // isCanStartSubFlow
43259
43514
  },
43260
43515
 
43261
- /**
43262
- * toTakeAdvice
43263
- * @desc:征求意见
43264
- * @author liufan
43265
- * @date 2022年9月29日
43516
+ /**
43517
+ * toTakeAdvice
43518
+ * @desc:征求意见
43519
+ * @author liufan
43520
+ * @date 2022年9月29日
43266
43521
  **/
43267
43522
  toTakeAdvice: function toTakeAdvice(res) {
43268
43523
  var _this16 = this;
@@ -43280,7 +43535,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43280
43535
  var _this17 = this;
43281
43536
 
43282
43537
  var params = {
43283
- url: api["gb" /* isCanStartSubFlow */],
43538
+ url: api["hb" /* isCanStartSubFlow */],
43284
43539
  data: {
43285
43540
  appId: this.taskExamineInfo.appId,
43286
43541
  inevitableNode: res.inevitableNode
@@ -43306,11 +43561,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43306
43561
  });
43307
43562
  },
43308
43563
 
43309
- /**
43310
- * toStartDraf
43311
- * @desc: 稿件递送、联合审核、复核
43312
- * @author liufan
43313
- * @date 2022年9月29日
43564
+ /**
43565
+ * toStartDraf
43566
+ * @desc: 稿件递送、联合审核、复核
43567
+ * @author liufan
43568
+ * @date 2022年9月29日
43314
43569
  **/
43315
43570
  toStartDraf: function toStartDraf(res) {
43316
43571
  var _this18 = this;
@@ -43324,11 +43579,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43324
43579
  }
43325
43580
  },
43326
43581
 
43327
- /**
43328
- * toSendMsg
43329
- * @desc:核稿通知
43330
- * @author liufan
43331
- * @date 2022年9月29日
43582
+ /**
43583
+ * toSendMsg
43584
+ * @desc:核稿通知
43585
+ * @author liufan
43586
+ * @date 2022年9月29日
43332
43587
  **/
43333
43588
  toSendMsg: function toSendMsg(res) {
43334
43589
  var _this19 = this;
@@ -43342,11 +43597,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43342
43597
  }
43343
43598
  },
43344
43599
 
43345
- /**
43346
- * toTaskReadAndEnd
43347
- * @desc:分阅并办结
43348
- * @author liufan
43349
- * @date 2022年9月29日
43600
+ /**
43601
+ * toTaskReadAndEnd
43602
+ * @desc:分阅并办结
43603
+ * @author liufan
43604
+ * @date 2022年9月29日
43350
43605
  **/
43351
43606
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43352
43607
  var _this20 = this;
@@ -43364,11 +43619,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43364
43619
  }
43365
43620
  },
43366
43621
 
43367
- /**
43368
- * rejectAndEnd
43369
- * @desc:驳回并办结
43370
- * @author liufan
43371
- * @date 2022年9月29日
43622
+ /**
43623
+ * rejectAndEnd
43624
+ * @desc:驳回并办结
43625
+ * @author liufan
43626
+ * @date 2022年9月29日
43372
43627
  **/
43373
43628
  rejectAndEnd: function rejectAndEnd(res) {
43374
43629
  var _this21 = this;
@@ -43390,7 +43645,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43390
43645
  this.$confirm('确认' + res.value + '?').then(function () {
43391
43646
  // return this.$message.warning('请填写意见');
43392
43647
  var params = {
43393
- url: api["ub" /* rejectAndEnd */],
43648
+ url: api["vb" /* rejectAndEnd */],
43394
43649
  headers: { Accept: 'application/json,text/plain' },
43395
43650
  method: 'post',
43396
43651
  data: {
@@ -43423,11 +43678,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43423
43678
  });
43424
43679
  },
43425
43680
 
43426
- /**
43427
- * toTransfer
43428
- * @desc:转办
43429
- * @author liufan
43430
- * @date 2022年9月29日
43681
+ /**
43682
+ * toTransfer
43683
+ * @desc:转办
43684
+ * @author liufan
43685
+ * @date 2022年9月29日
43431
43686
  **/
43432
43687
  toTransfer: function toTransfer(res) {
43433
43688
  var _this23 = this;
@@ -43443,11 +43698,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43443
43698
  }
43444
43699
  },
43445
43700
 
43446
- /**
43447
- * getNodeInfo
43448
- * @desc:获取节点信息
43449
- * @author liufan
43450
- * @date 2022年5月25日
43701
+ /**
43702
+ * getNodeInfo
43703
+ * @desc:获取节点信息
43704
+ * @author liufan
43705
+ * @date 2022年5月25日
43451
43706
  **/
43452
43707
  getNodeInfo: function getNodeInfo() {
43453
43708
  var _this24 = this;
@@ -43460,13 +43715,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43460
43715
  pendingId: this.pendingId,
43461
43716
  businessId: this.businessIds
43462
43717
  };
43463
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
43718
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
43464
43719
  var status = res.status,
43465
43720
  message = res.message,
43466
43721
  data = res.data;
43467
43722
 
43468
43723
  _this24.loading.close();
43469
43724
  if (status === 'success') {
43725
+ _this24.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
43470
43726
  data.otherOrgDisabledObjId && (_this24.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
43471
43727
  data.currentOrgDisabledObjId && (_this24.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
43472
43728
  if (data != null) {
@@ -43546,12 +43802,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43546
43802
  });
43547
43803
  },
43548
43804
 
43549
- /**
43550
- * selecNext
43551
- * @desc:下步节点变化时更新数据
43552
- * @author liufan
43553
- * @param {String} val 当前选中值
43554
- * @date 2022年5月25日
43805
+ /**
43806
+ * selecNext
43807
+ * @desc:下步节点变化时更新数据
43808
+ * @author liufan
43809
+ * @param {String} val 当前选中值
43810
+ * @date 2022年5月25日
43555
43811
  **/
43556
43812
  selecNext: function selecNext(val, type, isDef) {
43557
43813
  var _this25 = this;
@@ -43660,11 +43916,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43660
43916
  if (isDef !== true) this.getNodeInfo();
43661
43917
  },
43662
43918
 
43663
- /**
43664
- * isMultiple
43665
- * @desc:是否多选
43666
- * @author liufan
43667
- * @date 2022年9月13日
43919
+ /**
43920
+ * isMultiple
43921
+ * @desc:是否多选
43922
+ * @author liufan
43923
+ * @date 2022年9月13日
43668
43924
  **/
43669
43925
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43670
43926
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43696,11 +43952,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43696
43952
  }
43697
43953
  },
43698
43954
 
43699
- /**
43700
- * getHedInfo
43701
- * @desc:获取审核页面数据
43702
- * @author liufan
43703
- * @date 2022年5月25日
43955
+ /**
43956
+ * getHedInfo
43957
+ * @desc:获取审核页面数据
43958
+ * @author liufan
43959
+ * @date 2022年5月25日
43704
43960
  **/
43705
43961
  getHedInfo: function getHedInfo() {
43706
43962
  var _this26 = this;
@@ -43710,7 +43966,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43710
43966
  pendingId: this.pendingId,
43711
43967
  userId: utils_util["a" /* default */].getStorage('userId')
43712
43968
  };
43713
- utils_util["a" /* default */].ajax({ url: api["J" /* getHandleInfoHtml */], params: params }).then(function (res) {
43969
+ utils_util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
43714
43970
  //pc返回数据
43715
43971
 
43716
43972
  _this26.loading.close();
@@ -43940,13 +44196,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43940
44196
  });
43941
44197
  },
43942
44198
 
43943
- /**
43944
- * closeProcess
43945
- * @desc:关闭弹窗
43946
- * @author liufan
43947
- * @param {boolean} val 当前是否办理流程
43948
- * @param {String} type 当前点击的弹窗类型
43949
- * @date 2022年5月25日
44199
+ /**
44200
+ * closeProcess
44201
+ * @desc:关闭弹窗
44202
+ * @author liufan
44203
+ * @param {boolean} val 当前是否办理流程
44204
+ * @param {String} type 当前点击的弹窗类型
44205
+ * @date 2022年5月25日
43950
44206
  **/
43951
44207
  closeProcess: function closeProcess(val, type, closeParent) {
43952
44208
  if (closeParent) {
@@ -43963,23 +44219,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43963
44219
  }
43964
44220
  },
43965
44221
 
43966
- /**
43967
- * selectChange
43968
- * @desc:常用语选择
43969
- * @author liufan
43970
- * @param {String} val 选中值
43971
- * @date 2022年5月25日
44222
+ /**
44223
+ * selectChange
44224
+ * @desc:常用语选择
44225
+ * @author liufan
44226
+ * @param {String} val 选中值
44227
+ * @date 2022年5月25日
43972
44228
  **/
43973
44229
  selectChange: function selectChange(val) {
43974
44230
  this.value = val;
43975
44231
  },
43976
44232
 
43977
- /**
43978
- * upDate
43979
- * @desc:修改常用语
43980
- * @author liufan
43981
- * @param {Object} val 修改值
43982
- * @date 2022年5月25日
44233
+ /**
44234
+ * upDate
44235
+ * @desc:修改常用语
44236
+ * @author liufan
44237
+ * @param {Object} val 修改值
44238
+ * @date 2022年5月25日
43983
44239
  **/
43984
44240
  upDate: function upDate(val) {
43985
44241
  this.FormData.id = val.id;
@@ -43987,11 +44243,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43987
44243
  },
43988
44244
 
43989
44245
 
43990
- /**
43991
- * getProcess
43992
- * @desc:获取选择流程
43993
- * @author liufan
43994
- * @date 2022年5月25日
44246
+ /**
44247
+ * getProcess
44248
+ * @desc:获取选择流程
44249
+ * @author liufan
44250
+ * @date 2022年5月25日
43995
44251
  **/
43996
44252
  getProcess: function getProcess(val) {
43997
44253
  var _this27 = this;
@@ -44004,7 +44260,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44004
44260
  hideTempSave: true
44005
44261
  }, this.param);
44006
44262
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
44007
- utils_util["a" /* default */].ajax({ url: api["R" /* getProcessDefList */], params: params }).then(function (res) {
44263
+ utils_util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
44008
44264
  var status = res.status,
44009
44265
  message = res.message,
44010
44266
  data = res.data;
@@ -44043,11 +44299,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44043
44299
  });
44044
44300
  },
44045
44301
 
44046
- /**
44047
- * getPendedhistoryList
44048
- * @desc:获取流程列表
44049
- * @author liufan
44050
- * @date 2022年5月25日
44302
+ /**
44303
+ * getPendedhistoryList
44304
+ * @desc:获取流程列表
44305
+ * @author liufan
44306
+ * @date 2022年5月25日
44051
44307
  **/
44052
44308
  getPendedhistoryList: function getPendedhistoryList() {
44053
44309
  var _this28 = this;
@@ -44057,7 +44313,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44057
44313
  userId: utils_util["a" /* default */].getStorage('userId'),
44058
44314
  type: 2
44059
44315
  };
44060
- utils_util["a" /* default */].ajax({ url: api["lb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
44316
+ utils_util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
44061
44317
  var rCode = res.rCode,
44062
44318
  msg = res.msg,
44063
44319
  results = res.results;
@@ -44086,6 +44342,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44086
44342
  params: {
44087
44343
  foreignOrgObj: _that.nextNode.nextOtherOrgObj,
44088
44344
  circularReadProcessKey: _that.taskExamineInfo.processDefinitionId,
44345
+ pendingId: _that.pendingId,
44089
44346
  currentBusinessId: _that.taskExamineInfo.businessId
44090
44347
  }
44091
44348
  };
@@ -44114,12 +44371,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44114
44371
  },
44115
44372
 
44116
44373
  // 提交流程
44117
- /**
44118
- * subProcess
44119
- * @desc:提交流程
44120
- * @author liufan
44121
- * @param {String} formName 当前form表单ref值
44122
- * @date 2022年5月25日
44374
+ /**
44375
+ * subProcess
44376
+ * @desc:提交流程
44377
+ * @author liufan
44378
+ * @param {String} formName 当前form表单ref值
44379
+ * @date 2022年5月25日
44123
44380
  **/
44124
44381
  subProcess: function subProcess(val, type) {
44125
44382
  var _this30 = this;
@@ -44137,10 +44394,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44137
44394
  } else {
44138
44395
  _this30.freeValid = true;
44139
44396
  }
44140
- if (_this30.currentNodeIsCircularReadNode && _this30.nextNode.nextOtherOrgObj.length != 0) {
44141
- _this30.reqCircularRead(type);
44142
- return;
44143
- }
44397
+ // if (
44398
+ // this.currentNodeIsCircularReadNode &&
44399
+ // this.nextNode.nextOtherOrgObj.length != 0
44400
+ // ) {
44401
+ // this.reqCircularRead(type);
44402
+ // return;
44403
+ // }
44144
44404
  if (type == 'multiInsMidwayWithSubmitScene') {
44145
44405
  _this30.sendData(type);
44146
44406
  return;
@@ -44331,7 +44591,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44331
44591
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
44332
44592
  }
44333
44593
 
44334
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Hb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
44594
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
44335
44595
  var status = res.status,
44336
44596
  message = res.message;
44337
44597
 
@@ -44415,8 +44675,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44415
44675
 
44416
44676
  var flow_src_main_component = normalizeComponent(
44417
44677
  packages_flow_src_mainvue_type_script_lang_js_,
44418
- mainvue_type_template_id_06ef5eca_render,
44419
- mainvue_type_template_id_06ef5eca_staticRenderFns,
44678
+ mainvue_type_template_id_bcadf692_render,
44679
+ mainvue_type_template_id_bcadf692_staticRenderFns,
44420
44680
  false,
44421
44681
  null,
44422
44682
  null,
@@ -46406,8 +46666,8 @@ flow_group_src_main.install = function (Vue) {
46406
46666
  };
46407
46667
 
46408
46668
  /* harmony default export */ var flow_group = (flow_group_src_main);
46409
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=e8da021e&
46410
- var mainvue_type_template_id_e8da021e_render = function () {
46669
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=32bf4042&
46670
+ var mainvue_type_template_id_32bf4042_render = function () {
46411
46671
  var _vm = this
46412
46672
  var _h = _vm.$createElement
46413
46673
  var _c = _vm._self._c || _h
@@ -46461,6 +46721,7 @@ var mainvue_type_template_id_e8da021e_render = function () {
46461
46721
  on: {
46462
46722
  "cell-click": _vm.handleCellClick,
46463
46723
  "btn-click": _vm.handleBtnClick,
46724
+ "selection-change": _vm.handleSelectionChange,
46464
46725
  },
46465
46726
  },
46466
46727
  "es-data-table",
@@ -46603,17 +46864,22 @@ var mainvue_type_template_id_e8da021e_render = function () {
46603
46864
  2
46604
46865
  )
46605
46866
  }
46606
- var mainvue_type_template_id_e8da021e_staticRenderFns = []
46607
- mainvue_type_template_id_e8da021e_render._withStripped = true
46867
+ var mainvue_type_template_id_32bf4042_staticRenderFns = []
46868
+ mainvue_type_template_id_32bf4042_render._withStripped = true
46608
46869
 
46609
46870
 
46610
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=e8da021e&
46871
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=32bf4042&
46611
46872
 
46612
46873
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
46874
+
46875
+
46613
46876
  var flow_list_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
46614
46877
 
46615
46878
  var flow_list_src_mainvue_type_script_lang_js_components;
46616
46879
 
46880
+ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; }
46881
+
46882
+ //
46617
46883
  //
46618
46884
  //
46619
46885
  //
@@ -46715,6 +46981,10 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46715
46981
  type: String,
46716
46982
  default: ''
46717
46983
  },
46984
+ getListCount: {
46985
+ type: Function,
46986
+ default: function _default() {}
46987
+ },
46718
46988
  hide: {
46719
46989
  type: String,
46720
46990
  default: ''
@@ -46761,9 +47031,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46761
47031
  pressLoading: false,
46762
47032
  pressTableList: [],
46763
47033
  circularData: [],
47034
+ selectList: [],
47035
+ untreatedReadData: [],
47036
+ processedReadData: [],
46764
47037
  hasCircularReadWithdrawAuthority: false,
46765
47038
  currentPage: 1,
46766
47039
  pageSize: 20,
47040
+ flowListCount: {},
46767
47041
  currentUserHasPresetInfoAuth: false,
46768
47042
  pressThead: [{
46769
47043
  title: '催办节点',
@@ -46910,7 +47184,22 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46910
47184
  circular: [{
46911
47185
  type: 'text',
46912
47186
  contents: '传阅列表'
47187
+ }],
47188
+ untreatedRead: [{
47189
+ type: 'text',
47190
+ contents: '未处理分阅列表'
47191
+ }, {
47192
+ type: 'button',
47193
+ contents: [{
47194
+ text: '撤销分阅',
47195
+ fun: 'recallRead'
47196
+ }]
47197
+ }],
47198
+ processedRead: [{
47199
+ type: 'text',
47200
+ contents: '已处理分阅列表'
46913
47201
  }]
47202
+ // Reading situation
46914
47203
  };
46915
47204
  },
46916
47205
  pageInfo: function pageInfo() {
@@ -46931,7 +47220,10 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46931
47220
  align: 'center',
46932
47221
  key: 'jbbm',
46933
47222
  showOverflowTooltip: true,
46934
- width: this.theadWidth.deptid || 150
47223
+ width: this.theadWidth.deptid || 150,
47224
+ render: function render(h, params) {
47225
+ return h('span', {}, params.row.doDeptName ? params.row.doDeptName : params.row.deptName);
47226
+ }
46935
47227
  }, {
46936
47228
  label: '步骤',
46937
47229
  field: 'itemname',
@@ -47283,6 +47575,100 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47283
47575
  return h('span', {}, [params.row.doresult ? params.row.doresult + (params.row.handleInfo ? '&' : '') : '', h('span', { style: { color: '#A5A5A5', marginLeft: '2px' } }, params.row.handleInfo || '')]);
47284
47576
  }
47285
47577
  }
47578
+ }],
47579
+ untreatedRead: [{
47580
+ label: '步骤',
47581
+ field: 'itemid',
47582
+ align: 'center',
47583
+ key: 'bz',
47584
+ showOverflowTooltip: true,
47585
+ width: this.theadWidth.itemid || 110
47586
+ }, {
47587
+ label: '办理人',
47588
+ field: 'userName',
47589
+ align: 'center',
47590
+ key: 'blr',
47591
+ showOverflowTooltip: true,
47592
+ width: this.theadWidth.userName
47593
+ }, {
47594
+ label: '办理状态',
47595
+ field: 'pendstate',
47596
+ key: 'blzt',
47597
+ align: 'center',
47598
+ showOverflowTooltip: true,
47599
+ width: this.theadWidth.pendstate || 110,
47600
+ render: function render(h, params) {
47601
+ return h('span', {
47602
+ style: {
47603
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue'
47604
+ },
47605
+ domProps: { innerHTML: params.row.querykeywords }
47606
+ });
47607
+ }
47608
+ }, {
47609
+ label: '创建时间',
47610
+ field: 'createtime',
47611
+ align: 'center',
47612
+ key: 'cjsj',
47613
+ showOverflowTooltip: true,
47614
+ width: this.theadWidth.createtime || 150,
47615
+ render: function render(h, params) {
47616
+ return h('span', {}, params.row.doetime ? utils_util["a" /* default */].formatDate(params.row.createtime, 'yyyy-MM-dd HH:mm') : '');
47617
+ }
47618
+ }],
47619
+ processedRead: [{
47620
+ label: '步骤',
47621
+ field: 'itemid',
47622
+ align: 'center',
47623
+ key: 'bz',
47624
+ showOverflowTooltip: true,
47625
+ width: this.theadWidth.itemid || 110
47626
+ }, {
47627
+ label: '办理人',
47628
+ field: 'userName',
47629
+ align: 'center',
47630
+ key: 'blr',
47631
+ showOverflowTooltip: true,
47632
+ width: this.theadWidth.userName
47633
+ }, {
47634
+ label: '办理状态',
47635
+ field: 'pendstate',
47636
+ key: 'blzt',
47637
+ align: 'center',
47638
+ showOverflowTooltip: true,
47639
+ width: this.theadWidth.pendstate || 110,
47640
+ render: function render(h, params) {
47641
+ return h('span', {
47642
+ style: {
47643
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue'
47644
+ },
47645
+ domProps: { innerHTML: params.row.querykeywords }
47646
+ });
47647
+ }
47648
+ }, {
47649
+ label: '办理时间',
47650
+ field: 'doetime',
47651
+ align: 'center',
47652
+ key: 'blsj',
47653
+ showOverflowTooltip: true,
47654
+ width: this.theadWidth.doetime || 150,
47655
+ render: function render(h, params) {
47656
+ return h('span', {}, params.row.doetime ? utils_util["a" /* default */].formatDate(params.row.doetime, 'yyyy-MM-dd HH:mm') : '');
47657
+ }
47658
+ }, {
47659
+ label: '代办人',
47660
+ field: 'douserid',
47661
+ align: 'center',
47662
+ key: 'dbr',
47663
+ showOverflowTooltip: true,
47664
+ width: this.theadWidth.douserid
47665
+ }, {
47666
+ label: '意见',
47667
+ field: 'doresult',
47668
+ align: 'center',
47669
+ key: 'yj',
47670
+ showOverflowTooltip: true,
47671
+ width: this.theadWidth.doresult
47286
47672
  }]
47287
47673
  };
47288
47674
  },
@@ -47296,6 +47682,9 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47296
47682
  return item != 'splitReading';
47297
47683
  });
47298
47684
  }
47685
+ if (newContents.indexOf('readingSituation') != -1) {
47686
+ newContents = ['untreatedRead', 'processedRead'];
47687
+ }
47299
47688
  var contents = newContents.map(function (item) {
47300
47689
  if (typeof item === 'string') {
47301
47690
  var data = [];
@@ -47319,6 +47708,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47319
47708
  }
47320
47709
  return {
47321
47710
  type: item,
47711
+ checkbox: newContents.indexOf('untreatedRead') != -1,
47322
47712
  toolbar: _this3.toolbars[item],
47323
47713
  thead: data.length > 0 ? data : _this3.theads[item],
47324
47714
  showFormBtn: false
@@ -47433,20 +47823,121 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47433
47823
  }
47434
47824
  },
47435
47825
  mounted: function mounted() {
47436
- this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47437
- if (this.contents.indexOf('circular') != -1) {
47438
- this.getCircularReadList();
47439
- }
47440
- this.getFlowList();
47441
- this.getSysInfo('preset_type');
47442
- this.getSysInfo('is_edit');
47443
- this.getListInfo();
47826
+ var _this5 = this;
47827
+
47828
+ return flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee() {
47829
+ return regenerator_default.a.wrap(function _callee$(_context) {
47830
+ while (1) {
47831
+ switch (_context.prev = _context.next) {
47832
+ case 0:
47833
+ _this5.loading = utils_util["a" /* default */].loading(_this5.$loading, '加载中...');
47834
+
47835
+ if (!(_this5.contents.indexOf('readingSituation') != -1)) {
47836
+ _context.next = 10;
47837
+ break;
47838
+ }
47839
+
47840
+ _context.next = 4;
47841
+ return _this5.getFyListJson(1);
47842
+
47843
+ case 4:
47844
+ _context.next = 6;
47845
+ return _this5.getFyListJson(2);
47846
+
47847
+ case 6:
47848
+ _this5.getListCount(_this5.flowListCount);
47849
+ _this5.show = true;
47850
+ _context.next = 11;
47851
+ break;
47852
+
47853
+ case 10:
47854
+ _this5.getFlowList();
47855
+
47856
+ case 11:
47857
+ _this5.getSysInfo('preset_type');
47858
+ _this5.getSysInfo('is_edit');
47859
+ _this5.getListInfo();
47860
+
47861
+ case 14:
47862
+ case 'end':
47863
+ return _context.stop();
47864
+ }
47865
+ }
47866
+ }, _callee, _this5);
47867
+ }))();
47444
47868
  },
47445
47869
 
47446
47870
 
47447
47871
  methods: {
47872
+ recallReadFun: function recallReadFun() {
47873
+ var _this6 = this;
47874
+
47875
+ var _that = this;
47876
+ var pendingIds = _that.selectList.map(function (x) {
47877
+ return x.id;
47878
+ }).join(',');
47879
+ var params = {
47880
+ url: api["Kb" /* taskReadWithDraw */],
47881
+ params: {
47882
+ pendingIds: pendingIds
47883
+ }
47884
+ };
47885
+ _that.loading = utils_util["a" /* default */].loading(_that.$loading, '撤销中...');
47886
+ utils_util["a" /* default */].ajax(params).then(function () {
47887
+ var _ref = flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee2(res) {
47888
+ return regenerator_default.a.wrap(function _callee2$(_context2) {
47889
+ while (1) {
47890
+ switch (_context2.prev = _context2.next) {
47891
+ case 0:
47892
+ _that.loading.close();
47893
+
47894
+ if (!(res.rCode == 0 || res.status == 'success')) {
47895
+ _context2.next = 8;
47896
+ break;
47897
+ }
47898
+
47899
+ _that.$message.success('撤销成功!');
47900
+ _context2.next = 5;
47901
+ return _that.getFyListJson(1);
47902
+
47903
+ case 5:
47904
+ _that.getListCount(_that.flowListCount);
47905
+ _context2.next = 9;
47906
+ break;
47907
+
47908
+ case 8:
47909
+ _that.$message.error(res.message);
47910
+
47911
+ case 9:
47912
+ case 'end':
47913
+ return _context2.stop();
47914
+ }
47915
+ }
47916
+ }, _callee2, _this6);
47917
+ }));
47918
+
47919
+ return function (_x) {
47920
+ return _ref.apply(this, arguments);
47921
+ };
47922
+ }());
47923
+ },
47924
+ recallRead: function recallRead() {
47925
+ var _this7 = this;
47926
+
47927
+ if (this.selectList.length == 0) return this.$message.warning('请选择需要撤销的分阅');
47928
+ this.$confirm('是否确认撤销选中的分阅?', '提示', {
47929
+ confirmButtonText: '确定',
47930
+ cancelButtonText: '取消',
47931
+ type: 'warning'
47932
+ }).then(function () {
47933
+ _this7.recallReadFun();
47934
+ });
47935
+ },
47936
+ handleSelectionChange: function handleSelectionChange(val) {
47937
+ this.selectList = val;
47938
+ },
47448
47939
  handledraw: function handledraw(pendedHistoryId) {
47449
- var _this5 = this;
47940
+ var _this8 = this;
47450
47941
 
47451
47942
  var params = {
47452
47943
  url: api["f" /* circularReadWithdraw */],
@@ -47457,45 +47948,58 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47457
47948
  cancelButtonText: '取消',
47458
47949
  type: 'warning'
47459
47950
  }).then(function () {
47460
- _this5.loading = utils_util["a" /* default */].loading(_this5.$loading, '撤回中...');
47951
+ _this8.loading = utils_util["a" /* default */].loading(_this8.$loading, '撤回中...');
47461
47952
  utils_util["a" /* default */].ajax(params).then(function (res) {
47462
- _this5.loading.close();
47953
+ _this8.loading.close();
47463
47954
  if (res.rCode == 0) {
47464
- _this5.$message({
47955
+ _this8.$message({
47465
47956
  message: '撤回成功',
47466
47957
  type: 'success'
47467
47958
  });
47468
- _this5.getCircularReadList();
47959
+ _this8.getCircularReadList();
47469
47960
  }
47470
47961
  });
47471
47962
  // _that.subMit(res.results,type)
47472
47963
  }).catch(function () {});
47473
47964
  },
47474
47965
  getCircularReadList: function getCircularReadList() {
47475
- var _this6 = this;
47476
-
47966
+ var _that = this;
47477
47967
  var params = {
47478
- url: api["nb" /* pendedhistoryListWithCircularReadJson */],
47479
- params: { apprecordid: this.businessId }
47968
+ url: api["ob" /* pendedhistoryListWithCircularReadJson */],
47969
+ params: { apprecordid: _that.businessId }
47480
47970
  };
47481
47971
  utils_util["a" /* default */].ajax(params).then(function (res) {
47482
47972
  if (res.status == 'success' || res.rCode == 0) {
47483
- _this6.circularData = res.data.fyHistoryList;
47484
- _this6.hasCircularReadWithdrawAuthority = res.data.hasCircularReadWithdrawAuthority;
47973
+ _that.circularData = res.data.fyHistoryList;
47974
+ _that.hasCircularReadWithdrawAuthority = res.data.hasCircularReadWithdrawAuthority;
47975
+ _that.$nextTick(function () {
47976
+ _that.getListCount(_that.flowListCount);
47977
+ });
47485
47978
  }
47486
47979
  });
47487
47980
  },
47488
47981
  returnData: function returnData(type) {
47489
47982
  switch (type) {
47490
47983
  case 'preset':
47984
+ this.flowListCount.preset = this.presetData.length;
47491
47985
  return this.presetData;
47492
47986
  case 'sign':
47987
+ this.flowListCount.sign = this.signData.length;
47493
47988
  return this.signData;
47494
47989
  case 'splitReading':
47990
+ this.flowListCount.splitReading = this.splitReadingData.length;
47495
47991
  return this.splitReadingData;
47496
47992
  case 'circular':
47993
+ this.flowListCount.circular = this.circularData.length;
47497
47994
  return this.circularData;
47995
+ case 'untreatedRead':
47996
+ this.flowListCount.untreatedRead = this.untreatedReadData.length;
47997
+ return this.untreatedReadData;
47998
+ case 'processedRead':
47999
+ this.flowListCount.processedRead = this.processedReadData.length;
48000
+ return this.processedReadData;
47498
48001
  default:
48002
+ this.flowListCount.flow = this.flowData.length;
47499
48003
  return this.flowData;
47500
48004
  }
47501
48005
  },
@@ -47509,23 +48013,26 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47509
48013
  }
47510
48014
  },
47511
48015
  handleBtnClick: function handleBtnClick(data) {
48016
+ // recallRead
47512
48017
  var handle = data.handle,
47513
48018
  row = data.row;
47514
48019
 
47515
48020
  if (handle.text == '删除') {
47516
48021
  this.del(row.id);
48022
+ } else if (handle.fun == 'recallRead') {
48023
+ this[handle.fun]();
47517
48024
  }
47518
48025
  },
47519
48026
 
47520
- /**
47521
- * handleFormSubmit
47522
- * @desc:删除节点点击事件
47523
- * @param {Object} formData 点击删除的form数据
47524
- * @author liufan
47525
- * @date 2022年11月29日
48027
+ /**
48028
+ * handleFormSubmit
48029
+ * @desc:删除节点点击事件
48030
+ * @param {Object} formData 点击删除的form数据
48031
+ * @author liufan
48032
+ * @date 2022年11月29日
47526
48033
  **/
47527
48034
  handleFormSubmit: function handleFormSubmit(formData) {
47528
- var _this7 = this;
48035
+ var _this9 = this;
47529
48036
 
47530
48037
  this.delLoading = true;
47531
48038
  var params = {
@@ -47537,64 +48044,64 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47537
48044
  var status = res.status,
47538
48045
  message = res.message;
47539
48046
 
47540
- _this7.delLoading = false;
48047
+ _this9.delLoading = false;
47541
48048
  if (status === 'success') {
47542
- _this7.$message.success('删除成功');
47543
- _this7.showDel = false;
47544
- _this7.handleChange();
48049
+ _this9.$message.success('删除成功');
48050
+ _this9.showDel = false;
48051
+ _this9.handleChange();
47545
48052
  } else {
47546
- _this7.$message.error(message || '系统错误,请联系管理员!');
48053
+ _this9.$message.error(message || '系统错误,请联系管理员!');
47547
48054
  }
47548
48055
  }).catch(function (err) {
47549
- _this7.delLoading = false;
48056
+ _this9.delLoading = false;
47550
48057
  if (err.message && err.message !== 'canceled') {
47551
- _this7.$message.error(err.message);
48058
+ _this9.$message.error(err.message);
47552
48059
  }
47553
48060
  });
47554
48061
  },
47555
48062
 
47556
- /**
47557
- * del
47558
- * @desc:展示删除弹窗
47559
- * @param {String} id 当前点击数据id
47560
- * @author liufan
47561
- * @date 2022年11月29日
48063
+ /**
48064
+ * del
48065
+ * @desc:展示删除弹窗
48066
+ * @param {String} id 当前点击数据id
48067
+ * @author liufan
48068
+ * @date 2022年11月29日
47562
48069
  **/
47563
48070
  del: function del(id) {
47564
48071
  this.historyId = id;
47565
48072
  this.showDel = true;
47566
48073
  },
47567
48074
 
47568
- /**
47569
- * handleCurrentChange
47570
- * @desc:监听页码变化
47571
- * @param {String} val 当前页
47572
- * @author liufan
47573
- * @date 2022年11月29日
48075
+ /**
48076
+ * handleCurrentChange
48077
+ * @desc:监听页码变化
48078
+ * @param {String} val 当前页
48079
+ * @author liufan
48080
+ * @date 2022年11月29日
47574
48081
  **/
47575
48082
  handleCurrentChange: function handleCurrentChange(val) {
47576
48083
  this.currentPage = val;
47577
48084
  this.getPressList();
47578
48085
  },
47579
48086
 
47580
- /**
47581
- * handleSizeChange
47582
- * @desc:监听每页数据显示数量变化
47583
- * @param {String} val 每页展示数量
47584
- * @author liufan
47585
- * @date 2022年11月29日
48087
+ /**
48088
+ * handleSizeChange
48089
+ * @desc:监听每页数据显示数量变化
48090
+ * @param {String} val 每页展示数量
48091
+ * @author liufan
48092
+ * @date 2022年11月29日
47586
48093
  **/
47587
48094
  handleSizeChange: function handleSizeChange(val) {
47588
48095
  this.pageSize = val;
47589
48096
  this.getPressList();
47590
48097
  },
47591
48098
 
47592
- /**
47593
- * sortChange
47594
- * @desc:监听排序变化
47595
- * @param {Object} info 需要排序的字段及排序方式
47596
- * @author liufan
47597
- * @date 2022年11月29日
48099
+ /**
48100
+ * sortChange
48101
+ * @desc:监听排序变化
48102
+ * @param {Object} info 需要排序的字段及排序方式
48103
+ * @author liufan
48104
+ * @date 2022年11月29日
47598
48105
  **/
47599
48106
  sortChange: function sortChange(info) {
47600
48107
  var prop = info.prop,
@@ -47605,14 +48112,14 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47605
48112
  this.getPressList();
47606
48113
  },
47607
48114
 
47608
- /**
47609
- * getPressList
47610
- * @desc:催办列表数据
47611
- * @author liufan
47612
- * @date 2022年11月29日
48115
+ /**
48116
+ * getPressList
48117
+ * @desc:催办列表数据
48118
+ * @author liufan
48119
+ * @date 2022年11月29日
47613
48120
  **/
47614
48121
  getPressList: function getPressList() {
47615
- var _this8 = this;
48122
+ var _this10 = this;
47616
48123
 
47617
48124
  var historyId = this.historyId,
47618
48125
  pageSize = this.pageSize,
@@ -47622,29 +48129,29 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47622
48129
 
47623
48130
  this.pressLoading = true;
47624
48131
  var params = {
47625
- url: api["ob" /* pressListJson */],
48132
+ url: api["pb" /* pressListJson */],
47626
48133
  params: { historyId: historyId },
47627
48134
  method: 'POST',
47628
48135
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
47629
48136
  };
47630
48137
  utils_util["a" /* default */].ajax(params).then(function (res) {
47631
- _this8.pressTableList = res.data;
47632
- _this8.total = res.totalrecords;
47633
- _this8.pressLoading = false;
48138
+ _this10.pressTableList = res.data;
48139
+ _this10.total = res.totalrecords;
48140
+ _this10.pressLoading = false;
47634
48141
  }).catch(function (err) {
47635
- _this8.pressLoading = false;
48142
+ _this10.pressLoading = false;
47636
48143
  if (err.message && err.message !== 'canceled') {
47637
- _this8.$message.error(err.message);
48144
+ _this10.$message.error(err.message);
47638
48145
  }
47639
48146
  });
47640
48147
  },
47641
48148
 
47642
- /**
47643
- * goPress
47644
- * @desc:催办列表查看
47645
- * @param {String} id 催办列表id
47646
- * @author liufan
47647
- * @date 2022年11月29日
48149
+ /**
48150
+ * goPress
48151
+ * @desc:催办列表查看
48152
+ * @param {String} id 催办列表id
48153
+ * @author liufan
48154
+ * @date 2022年11月29日
47648
48155
  **/
47649
48156
  goPress: function goPress(id) {
47650
48157
  this.historyId = id;
@@ -47652,23 +48159,23 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47652
48159
  this.getPressList();
47653
48160
  },
47654
48161
 
47655
- /**
47656
- * showFile
47657
- * @desc:附件查看
47658
- * @param {String} ownId 附件id
47659
- * @author liufan
47660
- * @date 2022年11月29日
48162
+ /**
48163
+ * showFile
48164
+ * @desc:附件查看
48165
+ * @param {String} ownId 附件id
48166
+ * @author liufan
48167
+ * @date 2022年11月29日
47661
48168
  **/
47662
48169
  showFile: function showFile(ownId) {
47663
48170
  this.wfpendingid = ownId;
47664
48171
  this.showFileList = true;
47665
48172
  },
47666
48173
 
47667
- /**
47668
- * handleChange
47669
- * @desc:切换排序方式
47670
- * @author liufan
47671
- * @date 2022年11月22日
48174
+ /**
48175
+ * handleChange
48176
+ * @desc:切换排序方式
48177
+ * @author liufan
48178
+ * @date 2022年11月22日
47672
48179
  **/
47673
48180
  handleChange: function handleChange(key, value) {
47674
48181
  if (value) {
@@ -47678,18 +48185,51 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47678
48185
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47679
48186
  this.getFlowList();
47680
48187
  },
48188
+ getFyListJson: function getFyListJson(type) {
48189
+ var _this11 = this;
47681
48190
 
47682
- /**
47683
- * getFlowList
47684
- * @desc:获取流程列表
47685
- * @author liufan
47686
- * @date 2022年11月22日
48191
+ return flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
48192
+ var params;
48193
+ return regenerator_default.a.wrap(function _callee3$(_context3) {
48194
+ while (1) {
48195
+ switch (_context3.prev = _context3.next) {
48196
+ case 0:
48197
+ params = {
48198
+ url: api["D" /* fyListJson */],
48199
+ params: {
48200
+ appRecordId: _this11.businessId,
48201
+ status: type
48202
+ }
48203
+ };
48204
+ _context3.next = 3;
48205
+ return utils_util["a" /* default */].ajax(params).then(function (res) {
48206
+ if (type == 1) {
48207
+ _this11.untreatedReadData = res.data;
48208
+ } else {
48209
+ _this11.processedReadData = res.data;
48210
+ }
48211
+ });
48212
+
48213
+ case 3:
48214
+ case 'end':
48215
+ return _context3.stop();
48216
+ }
48217
+ }
48218
+ }, _callee3, _this11);
48219
+ }))();
48220
+ },
48221
+
48222
+ /**
48223
+ * getFlowList
48224
+ * @desc:获取流程列表
48225
+ * @author liufan
48226
+ * @date 2022年11月22日
47687
48227
  **/
47688
48228
  getFlowList: function getFlowList() {
47689
- var _this9 = this;
48229
+ var _this12 = this;
47690
48230
 
47691
48231
  var params = {
47692
- url: api["mb" /* pendedhistoryListJson */],
48232
+ url: api["nb" /* pendedhistoryListJson */],
47693
48233
  params: flow_list_src_mainvue_type_script_lang_js_extends({
47694
48234
  apprecordid: this.businessId,
47695
48235
  pendingAttr: 0,
@@ -47709,43 +48249,50 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47709
48249
  modify = _res$data.modify,
47710
48250
  taskReadName = _res$data.taskReadName;
47711
48251
 
47712
- _this9.loading.close();
48252
+ _this12.loading.close();
47713
48253
  if (status == 'success') {
47714
- _this9.flowTableInfo.adjunctCode = adjunctCode;
47715
- _this9.flowTableInfo.hasAgent = hasAgent;
47716
- _this9.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
47717
- _this9.isShort = isShort;
47718
- _this9.taskReadName = taskReadName;
47719
- _this9.flowData = wfHistoryList;
47720
- _this9.flowData.map(function (x) {
48254
+ _this12.flowTableInfo.adjunctCode = adjunctCode;
48255
+ _this12.flowTableInfo.hasAgent = hasAgent;
48256
+ _this12.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
48257
+ _this12.isShort = isShort;
48258
+ _this12.taskReadName = taskReadName;
48259
+ _this12.flowData = wfHistoryList;
48260
+ _this12.flowData.map(function (x) {
47721
48261
  if (!x.deptid) {
47722
48262
  x.deptid = x.deptName;
47723
48263
  }
47724
48264
  });
47725
- _this9.splitReadingData = fyHistoryList;
47726
- _this9.modify = modify;
47727
- _this9.show = true;
48265
+ _this12.splitReadingData = fyHistoryList;
48266
+ _this12.modify = modify;
48267
+ _this12.show = true;
48268
+ if (_this12.contents.indexOf('circular') != -1) {
48269
+ _this12.getCircularReadList();
48270
+ } else {
48271
+ _this12.$nextTick(function () {
48272
+ _this12.getListCount(_this12.flowListCount);
48273
+ });
48274
+ }
47728
48275
  } else {
47729
- _this9.$message.error(message || '系统错误,请联系管理员!');
48276
+ _this12.$message.error(message || '系统错误,请联系管理员!');
47730
48277
  }
47731
48278
  }).catch(function (err) {
47732
- _this9.loading.close();
48279
+ _this12.loading.close();
47733
48280
  if (err.message && err.message !== 'canceled') {
47734
- _this9.$message.error(err.message);
48281
+ _this12.$message.error(err.message);
47735
48282
  }
47736
- _this9.show = true;
48283
+ _this12.show = true;
47737
48284
  });
47738
48285
  },
47739
48286
 
47740
- /**
47741
- * handleClick
47742
- * @desc:表单点击事件
47743
- * @param {Object} val 当前点击行数据及按钮
47744
- * @author liufan
47745
- * @date 2022年11月10日
48287
+ /**
48288
+ * handleClick
48289
+ * @desc:表单点击事件
48290
+ * @param {Object} val 当前点击行数据及按钮
48291
+ * @author liufan
48292
+ * @date 2022年11月10日
47746
48293
  **/
47747
48294
  handleClick: function handleClick(val) {
47748
- var _this10 = this;
48295
+ var _this13 = this;
47749
48296
 
47750
48297
  var text = val.handle.text,
47751
48298
  _val$row = val.row,
@@ -47755,7 +48302,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47755
48302
  if (text === '置为失效') {
47756
48303
  if (status == 0) {
47757
48304
  this.$confirm('您确定要置为失效吗?').then(function () {
47758
- _this10.loading = utils_util["a" /* default */].loading(_this10.$loading, '提交中...');
48305
+ _this13.loading = utils_util["a" /* default */].loading(_this13.$loading, '提交中...');
47759
48306
  var param = {
47760
48307
  url: api["m" /* deletePresetInfo */],
47761
48308
  headers: { Accept: 'application/json,text/plain' },
@@ -47766,17 +48313,17 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47766
48313
  var status = res.status,
47767
48314
  message = res.message;
47768
48315
 
47769
- _this10.loading.close();
48316
+ _this13.loading.close();
47770
48317
  if (status === 'success') {
47771
- _this10.$message.success('操作成功');
47772
- _this10.getListInfo();
48318
+ _this13.$message.success('操作成功');
48319
+ _this13.getListInfo();
47773
48320
  } else {
47774
- _this10.$message.error(message || '系统错误,请联系管理员!');
48321
+ _this13.$message.error(message || '系统错误,请联系管理员!');
47775
48322
  }
47776
48323
  }).catch(function (err) {
47777
- _this10.loading.close();
48324
+ _this13.loading.close();
47778
48325
  if (err.message && err.message !== 'canceled') {
47779
- _this10.$message.error(err.message);
48326
+ _this13.$message.error(err.message);
47780
48327
  }
47781
48328
  });
47782
48329
  }).catch(function (e) {
@@ -47788,13 +48335,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47788
48335
  }
47789
48336
  },
47790
48337
 
47791
- /**
47792
- * getCodeValue
47793
- * @desc:获取代码表过滤后的值
47794
- * @param {String} value 展示数据的代码值
47795
- * @param {String} type 代码表类型
47796
- * @author liufan
47797
- * @date 2022年11月10日
48338
+ /**
48339
+ * getCodeValue
48340
+ * @desc:获取代码表过滤后的值
48341
+ * @param {String} value 展示数据的代码值
48342
+ * @param {String} type 代码表类型
48343
+ * @author liufan
48344
+ * @date 2022年11月10日
47798
48345
  **/
47799
48346
  getCodeValue: function getCodeValue(value, type) {
47800
48347
  var val = this[type].filter(function (item) {
@@ -47803,15 +48350,15 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47803
48350
  return val[0].shortName;
47804
48351
  },
47805
48352
 
47806
- /**
47807
- * getSysInfo
47808
- * @desc:获取代码表
47809
- * @param {String} code 编码code值
47810
- * @author liufan
47811
- * @date 2022年11月10日
48353
+ /**
48354
+ * getSysInfo
48355
+ * @desc:获取代码表
48356
+ * @param {String} code 编码code值
48357
+ * @author liufan
48358
+ * @date 2022年11月10日
47812
48359
  **/
47813
48360
  getSysInfo: function getSysInfo(code) {
47814
- var _this11 = this;
48361
+ var _this14 = this;
47815
48362
 
47816
48363
  var params = {
47817
48364
  url: api["x" /* findCodeValues */],
@@ -47823,24 +48370,24 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47823
48370
  data = res.data;
47824
48371
 
47825
48372
  if (status == 'success') {
47826
- _this11[code] = data;
48373
+ _this14[code] = data;
47827
48374
  } else {
47828
- _this11.$message.error(message || '系统错误,请联系管理员!');
48375
+ _this14.$message.error(message || '系统错误,请联系管理员!');
47829
48376
  }
47830
48377
  }).catch(function (e) {});
47831
48378
  },
47832
48379
 
47833
- /**
47834
- * getListInfo
47835
- * @desc:获取预设列表数据
47836
- * @author liufan
47837
- * @date 2022年11月10日
48380
+ /**
48381
+ * getListInfo
48382
+ * @desc:获取预设列表数据
48383
+ * @author liufan
48384
+ * @date 2022年11月10日
47838
48385
  **/
47839
48386
  getListInfo: function getListInfo() {
47840
- var _this12 = this;
48387
+ var _this15 = this;
47841
48388
 
47842
48389
  var param = {
47843
- url: api["Rb" /* toPresetInfoListIndex */],
48390
+ url: api["Tb" /* toPresetInfoListIndex */],
47844
48391
  params: { apprecordid: this.businessId }
47845
48392
  };
47846
48393
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -47852,19 +48399,19 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47852
48399
  canDelete = _res$data2.canDelete,
47853
48400
  currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
47854
48401
 
47855
- _this12.loading.close();
48402
+ _this15.loading.close();
47856
48403
  if (status == 'success') {
47857
- presetInfoList && (_this12.presetData = presetInfoList);
47858
- _this12.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
47859
- _this12.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
47860
- _this12.canDelete = canDelete;
48404
+ presetInfoList && (_this15.presetData = presetInfoList);
48405
+ _this15.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
48406
+ _this15.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
48407
+ _this15.canDelete = canDelete;
47861
48408
  } else {
47862
- _this12.$message.error(message || '系统错误,请联系管理员!');
48409
+ _this15.$message.error(message || '系统错误,请联系管理员!');
47863
48410
  }
47864
48411
  }).catch(function (err) {
47865
- _this12.loading.close();
48412
+ _this15.loading.close();
47866
48413
  if (err.message && err.message !== 'canceled') {
47867
- _this12.$message.error(err.message);
48414
+ _this15.$message.error(err.message);
47868
48415
  }
47869
48416
  });
47870
48417
  }
@@ -47882,8 +48429,8 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47882
48429
 
47883
48430
  var flow_list_src_main_component = normalizeComponent(
47884
48431
  packages_flow_list_src_mainvue_type_script_lang_js_,
47885
- mainvue_type_template_id_e8da021e_render,
47886
- mainvue_type_template_id_e8da021e_staticRenderFns,
48432
+ mainvue_type_template_id_32bf4042_render,
48433
+ mainvue_type_template_id_32bf4042_staticRenderFns,
47887
48434
  false,
47888
48435
  null,
47889
48436
  null,
@@ -48098,7 +48645,7 @@ mainvue_type_template_id_3d02c60c_render._withStripped = true
48098
48645
 
48099
48646
  if (this.job.id !== item.id) {
48100
48647
  this.job = item;
48101
- utils_util["a" /* default */].ajax({ url: api["Eb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
48648
+ utils_util["a" /* default */].ajax({ url: api["Fb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
48102
48649
  if (res.rCode == 0) {
48103
48650
  utils_util["a" /* default */].setStorage({
48104
48651
  type: _this.storage,
@@ -48807,7 +49354,7 @@ var _props;
48807
49354
  document.body.appendChild(iframe);
48808
49355
  }
48809
49356
  }
48810
- utils_util["a" /* default */].ajax({ method: 'post', url: api["jb" /* logout */] }).then(function (res) {
49357
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["kb" /* logout */] }).then(function (res) {
48811
49358
  if (res.rCode == 0) {
48812
49359
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
48813
49360
  if (_this.onQuit && typeof _this.onQuit === 'function') {
@@ -48939,7 +49486,7 @@ mainvue_type_template_id_20e44f4a_render._withStripped = true
48939
49486
  props: {
48940
49487
  preview: {
48941
49488
  type: String,
48942
- default: api["pb" /* previewAdjunct */] + '?adjunctId='
49489
+ default: api["qb" /* previewAdjunct */] + '?adjunctId='
48943
49490
  },
48944
49491
  contents: [Object, String]
48945
49492
  },
@@ -51996,7 +52543,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
51996
52543
  var _this2 = this;
51997
52544
 
51998
52545
  utils_util["a" /* default */].ajax({
51999
- url: api["db" /* initModifyPassword */]
52546
+ url: api["eb" /* initModifyPassword */]
52000
52547
  }).then(function (res) {
52001
52548
  if (res.rCode === 0) {
52002
52549
  var results = JSON.parse(JSON.stringify(res.results));
@@ -52056,7 +52603,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
52056
52603
  var _this4 = this;
52057
52604
 
52058
52605
  utils_util["a" /* default */].ajax({
52059
- url: api["L" /* getModifyPassCode */],
52606
+ url: api["M" /* getModifyPassCode */],
52060
52607
  params: params
52061
52608
  }).then(function (res) {
52062
52609
  if (res.rCode === 0) {
@@ -52101,7 +52648,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
52101
52648
  data.operationCheckCode = this.operationCheckCode;
52102
52649
  utils_util["a" /* default */].ajax({
52103
52650
  method: 'post',
52104
- url: api["hb" /* loginModifyPassword */],
52651
+ url: api["ib" /* loginModifyPassword */],
52105
52652
  data: data
52106
52653
  }).then(function (res) {
52107
52654
  _this5.submit = false;
@@ -52674,7 +53221,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
52674
53221
  //初始登录配置接口地址
52675
53222
  initLogin: {
52676
53223
  type: String,
52677
- default: api["cb" /* initLogin */]
53224
+ default: api["db" /* initLogin */]
52678
53225
  },
52679
53226
  size: String,
52680
53227
  mode: {
@@ -52798,7 +53345,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
52798
53345
  },
52799
53346
  getLoginCode: {
52800
53347
  type: String,
52801
- default: api["K" /* getLoginCode */]
53348
+ default: api["L" /* getLoginCode */]
52802
53349
  },
52803
53350
  doCodeLogin: {
52804
53351
  type: String,
@@ -52806,7 +53353,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
52806
53353
  },
52807
53354
  getTwoFactorLoginCode: {
52808
53355
  type: String,
52809
- default: api["W" /* getTwoFactorLoginCode */]
53356
+ default: api["X" /* getTwoFactorLoginCode */]
52810
53357
  },
52811
53358
  doTwoFactorLogin: {
52812
53359
  type: String,
@@ -54145,8 +54692,8 @@ mainvue_type_template_id_2c29aadc_render._withStripped = true
54145
54692
 
54146
54693
  // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=2c29aadc&
54147
54694
 
54148
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=9a42cfdc&scoped=true&
54149
- var simplicityvue_type_template_id_9a42cfdc_scoped_true_render = function () {
54695
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=11d4a47d&scoped=true&
54696
+ var simplicityvue_type_template_id_11d4a47d_scoped_true_render = function () {
54150
54697
  var _vm = this
54151
54698
  var _h = _vm.$createElement
54152
54699
  var _c = _vm._self._c || _h
@@ -54804,11 +55351,11 @@ var simplicityvue_type_template_id_9a42cfdc_scoped_true_render = function () {
54804
55351
  ),
54805
55352
  ])
54806
55353
  }
54807
- var simplicityvue_type_template_id_9a42cfdc_scoped_true_staticRenderFns = []
54808
- simplicityvue_type_template_id_9a42cfdc_scoped_true_render._withStripped = true
55354
+ var simplicityvue_type_template_id_11d4a47d_scoped_true_staticRenderFns = []
55355
+ simplicityvue_type_template_id_11d4a47d_scoped_true_render._withStripped = true
54809
55356
 
54810
55357
 
54811
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=9a42cfdc&scoped=true&
55358
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=11d4a47d&scoped=true&
54812
55359
 
54813
55360
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
54814
55361
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -56871,7 +57418,7 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
56871
57418
  },
56872
57419
  handleClick: function handleClick(res) {
56873
57420
  utils_util["a" /* default */].ajax({
56874
- url: api["sb" /* recordUserApp */],
57421
+ url: api["tb" /* recordUserApp */],
56875
57422
  params: {
56876
57423
  userId: this.user.userId,
56877
57424
  appId: res.id
@@ -56880,10 +57427,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
56880
57427
  this.$emit('click', res);
56881
57428
  },
56882
57429
 
56883
- /**
56884
- * @desc:获取气泡提醒
56885
- * @author huangbo
56886
- * @date 2024年9月7日
57430
+ /**
57431
+ * @desc:获取气泡提醒
57432
+ * @author huangbo
57433
+ * @date 2024年9月7日
56887
57434
  **/
56888
57435
  getBadge: function getBadge(res) {
56889
57436
  var num = res.tips || 0;
@@ -57283,7 +57830,7 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
57283
57830
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
57284
57831
  initLogin && (initLogin = JSON.parse(initLogin));
57285
57832
  utils_util["a" /* default */].ajax({
57286
- url: api["mc" /* updateUserInfo */],
57833
+ url: api["oc" /* updateUserInfo */],
57287
57834
  params: {
57288
57835
  email: this.model.email,
57289
57836
  officeTel: this.model.officeTel,
@@ -57519,7 +58066,7 @@ var userinfo_component = normalizeComponent(
57519
58066
  var _this2 = this;
57520
58067
 
57521
58068
  utils_util["a" /* default */].ajax({
57522
- url: api["fb" /* initUserSet */]
58069
+ url: api["gb" /* initUserSet */]
57523
58070
  }).then(function (res) {
57524
58071
  if (res.rCode === 0) {
57525
58072
  var results = JSON.parse(JSON.stringify(res.results));
@@ -57560,7 +58107,7 @@ var userinfo_component = normalizeComponent(
57560
58107
  var notify = this.checked.join(',');
57561
58108
  utils_util["a" /* default */].ajax({
57562
58109
  method: 'post',
57563
- url: api["lc" /* updateUserCustomInfo */],
58110
+ url: api["nc" /* updateUserCustomInfo */],
57564
58111
  data: {
57565
58112
  notify: notify
57566
58113
  }
@@ -57590,7 +58137,7 @@ var userinfo_component = normalizeComponent(
57590
58137
  if (this.user.identityId !== res.id) {
57591
58138
  utils_util["a" /* default */].ajax({
57592
58139
  method: 'post',
57593
- url: api["Eb" /* switchUserTo */],
58140
+ url: api["Fb" /* switchUserTo */],
57594
58141
  data: { userId: res.value }
57595
58142
  }).then(function (res) {
57596
58143
  if (res.rCode == 0) {
@@ -57982,7 +58529,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
57982
58529
  if (this.pageNum <= this.pageCount) {
57983
58530
  this.loading = true;
57984
58531
  utils_util["a" /* default */].ajax({
57985
- url: api["Fb" /* sysMsgPage */],
58532
+ url: api["Gb" /* sysMsgPage */],
57986
58533
  params: {
57987
58534
  pageNum: reload ? 1 : this.pageNum,
57988
58535
  pageSize: this.pageSize
@@ -58015,7 +58562,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
58015
58562
  var _this2 = this;
58016
58563
 
58017
58564
  utils_util["a" /* default */].ajax({
58018
- url: api["bb" /* ignoreSysMsg */],
58565
+ url: api["cb" /* ignoreSysMsg */],
58019
58566
  params: {
58020
58567
  id: res.id
58021
58568
  }
@@ -58035,7 +58582,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
58035
58582
  var _this3 = this;
58036
58583
 
58037
58584
  utils_util["a" /* default */].ajax({
58038
- url: api["ab" /* ignoreAllSysMsg */]
58585
+ url: api["bb" /* ignoreAllSysMsg */]
58039
58586
  }).then(function (res) {
58040
58587
  _this3.count = 0;
58041
58588
  _this3.msgs = [];
@@ -58395,7 +58942,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
58395
58942
  var _this = this;
58396
58943
 
58397
58944
  utils_util["a" /* default */].ajax({
58398
- url: api["bb" /* ignoreSysMsg */],
58945
+ url: api["cb" /* ignoreSysMsg */],
58399
58946
  params: {
58400
58947
  id: res.id
58401
58948
  }
@@ -58414,7 +58961,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
58414
58961
  var _this2 = this;
58415
58962
 
58416
58963
  utils_util["a" /* default */].ajax({
58417
- url: api["ab" /* ignoreAllSysMsg */]
58964
+ url: api["bb" /* ignoreAllSysMsg */]
58418
58965
  }).then(function (res) {
58419
58966
  _this2.msgs = [];
58420
58967
  _this2.$emit('ignore', { type: 'ignore', value: 'all' });
@@ -59200,7 +59747,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
59200
59747
  props: {
59201
59748
  sysuseronline: {
59202
59749
  type: String,
59203
- default: api["rc" /* userOnline */]
59750
+ default: api["tc" /* userOnline */]
59204
59751
  }
59205
59752
  },
59206
59753
  data: function data() {
@@ -59873,7 +60420,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
59873
60420
  },
59874
60421
  searchType: {
59875
60422
  type: String,
59876
- default: api["yb" /* searchType */]
60423
+ default: api["zb" /* searchType */]
59877
60424
  },
59878
60425
  pageSize: {
59879
60426
  type: Number,
@@ -60657,7 +61204,7 @@ var events = [function (tabs, index, that) {
60657
61204
  //应用列表接口
60658
61205
  appsUrl: {
60659
61206
  type: String,
60660
- default: api["X" /* getUserAppWithTag */]
61207
+ default: api["Y" /* getUserAppWithTag */]
60661
61208
  },
60662
61209
  //是否启用子应用菜单接口
60663
61210
  application: {
@@ -60834,9 +61381,9 @@ var events = [function (tabs, index, that) {
60834
61381
  return this.menuUrl;
60835
61382
  }
60836
61383
  if (this.application) {
60837
- return api["G" /* getComplexApplicationsNew */];
61384
+ return api["H" /* getComplexApplicationsNew */];
60838
61385
  }
60839
- return api["F" /* getComplexApplications */];
61386
+ return api["G" /* getComplexApplications */];
60840
61387
  },
60841
61388
 
60842
61389
  //人工智能配置
@@ -60904,10 +61451,10 @@ var events = [function (tabs, index, that) {
60904
61451
  },
60905
61452
 
60906
61453
  methods: {
60907
- /**
60908
- * @desc:匹配路由
60909
- * @author huangbo
60910
- * @date 2024年9月7日
61454
+ /**
61455
+ * @desc:匹配路由
61456
+ * @author huangbo
61457
+ * @date 2024年9月7日
60911
61458
  **/
60912
61459
  hasRouter: function hasRouter(res, url, code) {
60913
61460
  if (!url) {
@@ -60951,10 +61498,10 @@ var events = [function (tabs, index, that) {
60951
61498
  return false;
60952
61499
  },
60953
61500
 
60954
- /**
60955
- * @desc:获取初始数据
60956
- * @author huangbo
60957
- * @date 2024年9月7日
61501
+ /**
61502
+ * @desc:获取初始数据
61503
+ * @author huangbo
61504
+ * @date 2024年9月7日
60958
61505
  **/
60959
61506
  init: function init(results, first) {
60960
61507
  this.setConfig(results);
@@ -60963,10 +61510,10 @@ var events = [function (tabs, index, that) {
60963
61510
  }
60964
61511
  },
60965
61512
 
60966
- /**
60967
- * @desc:设置用户配置及信息
60968
- * @author huangbo
60969
- * @date 2024年9月7日
61513
+ /**
61514
+ * @desc:设置用户配置及信息
61515
+ * @author huangbo
61516
+ * @date 2024年9月7日
60970
61517
  **/
60971
61518
  setConfig: function setConfig(results) {
60972
61519
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -61096,10 +61643,10 @@ var events = [function (tabs, index, that) {
61096
61643
  }
61097
61644
  },
61098
61645
 
61099
- /**
61100
- * @desc:获取所有应用
61101
- * @author huangbo
61102
- * @date 2024年9月7日
61646
+ /**
61647
+ * @desc:获取所有应用
61648
+ * @author huangbo
61649
+ * @date 2024年9月7日
61103
61650
  **/
61104
61651
  getApplications: function getApplications() {
61105
61652
  var _this = this;
@@ -61147,10 +61694,10 @@ var events = [function (tabs, index, that) {
61147
61694
  });
61148
61695
  },
61149
61696
 
61150
- /**
61151
- * @desc:获取菜单列表
61152
- * @author huangbo
61153
- * @date 2024年9月7日
61697
+ /**
61698
+ * @desc:获取菜单列表
61699
+ * @author huangbo
61700
+ * @date 2024年9月7日
61154
61701
  **/
61155
61702
  getMenus: function getMenus(loading) {
61156
61703
  var _this2 = this;
@@ -61183,10 +61730,10 @@ var events = [function (tabs, index, that) {
61183
61730
  });
61184
61731
  },
61185
61732
 
61186
- /**
61187
- * @desc:处理菜单列表
61188
- * @author huangbo
61189
- * @date 2024年9月7日
61733
+ /**
61734
+ * @desc:处理菜单列表
61735
+ * @author huangbo
61736
+ * @date 2024年9月7日
61190
61737
  **/
61191
61738
  renderMenus: function renderMenus(res) {
61192
61739
  this.menus = res;
@@ -61276,10 +61823,10 @@ var events = [function (tabs, index, that) {
61276
61823
  }
61277
61824
  },
61278
61825
 
61279
- /**
61280
- * @desc:设置页面加载类型
61281
- * @author huangbo
61282
- * @date 2024年9月7日
61826
+ /**
61827
+ * @desc:设置页面加载类型
61828
+ * @author huangbo
61829
+ * @date 2024年9月7日
61283
61830
  **/
61284
61831
  setIframeType: function setIframeType(res) {
61285
61832
  var url = res.url;
@@ -61335,10 +61882,10 @@ var events = [function (tabs, index, that) {
61335
61882
  return res;
61336
61883
  },
61337
61884
 
61338
- /**
61339
- * @desc:获取菜单
61340
- * @author huangbo
61341
- * @date 2024年9月7日
61885
+ /**
61886
+ * @desc:获取菜单
61887
+ * @author huangbo
61888
+ * @date 2024年9月7日
61342
61889
  **/
61343
61890
  getMenu: function getMenu(menus, res, key) {
61344
61891
  if (Array.isArray(menus)) {
@@ -61367,10 +61914,10 @@ var events = [function (tabs, index, that) {
61367
61914
  return false;
61368
61915
  },
61369
61916
 
61370
- /**
61371
- * @desc:获取菜单第一条数据
61372
- * @author huangbo
61373
- * @date 2024年9月7日
61917
+ /**
61918
+ * @desc:获取菜单第一条数据
61919
+ * @author huangbo
61920
+ * @date 2024年9月7日
61374
61921
  **/
61375
61922
  getFirst: function getFirst(obj) {
61376
61923
  if (!obj) {
@@ -61389,10 +61936,10 @@ var events = [function (tabs, index, that) {
61389
61936
  }
61390
61937
  },
61391
61938
 
61392
- /**
61393
- * @desc:遍历设置菜单气泡提醒
61394
- * @author huangbo
61395
- * @date 2024年9月7日
61939
+ /**
61940
+ * @desc:遍历设置菜单气泡提醒
61941
+ * @author huangbo
61942
+ * @date 2024年9月7日
61396
61943
  **/
61397
61944
  setTips: function setTips(obj) {
61398
61945
  var _this3 = this;
@@ -61455,10 +62002,10 @@ var events = [function (tabs, index, that) {
61455
62002
  }
61456
62003
  },
61457
62004
 
61458
- /**
61459
- * @desc:获取气泡提醒
61460
- * @author huangbo
61461
- * @date 2024年9月7日
62005
+ /**
62006
+ * @desc:获取气泡提醒
62007
+ * @author huangbo
62008
+ * @date 2024年9月7日
61462
62009
  **/
61463
62010
  getBadge: function getBadge(res) {
61464
62011
  var num = res.tips || 0;
@@ -61472,17 +62019,17 @@ var events = [function (tabs, index, that) {
61472
62019
  };
61473
62020
  },
61474
62021
 
61475
- /**
61476
- * @desc:开启weosocket
61477
- * @author huangbo
61478
- * @date 2024年9月7日
62022
+ /**
62023
+ * @desc:开启weosocket
62024
+ * @author huangbo
62025
+ * @date 2024年9月7日
61479
62026
  **/
61480
62027
  initWebSocket: function initWebSocket() {
61481
62028
  var _this5 = this;
61482
62029
 
61483
62030
  this.webSocket = utils_util["a" /* default */].socket({
61484
- url: api["sc" /* wss */],
61485
- take: api["ic" /* topic */],
62031
+ url: api["uc" /* wss */],
62032
+ take: api["kc" /* topic */],
61486
62033
  success: function success(res) {
61487
62034
  var data = res.data || {};
61488
62035
  for (var i in data) {
@@ -61523,10 +62070,10 @@ var events = [function (tabs, index, that) {
61523
62070
  });
61524
62071
  },
61525
62072
 
61526
- /**
61527
- * @desc:显示用户信息
61528
- * @author huangbo
61529
- * @date 2024年9月7日
62073
+ /**
62074
+ * @desc:显示用户信息
62075
+ * @author huangbo
62076
+ * @date 2024年9月7日
61530
62077
  **/
61531
62078
  showUserInfo: function showUserInfo() {
61532
62079
  if (this.showUser === false) {
@@ -61534,19 +62081,19 @@ var events = [function (tabs, index, that) {
61534
62081
  }
61535
62082
  },
61536
62083
 
61537
- /**
61538
- * @desc:删除更多应用菜单点击
61539
- * @author huangbo
61540
- * @date 2024年9月7日
62084
+ /**
62085
+ * @desc:删除更多应用菜单点击
62086
+ * @author huangbo
62087
+ * @date 2024年9月7日
61541
62088
  **/
61542
62089
  handleDelete: function handleDelete(index) {
61543
62090
  this.newApps.splice(index, 1);
61544
62091
  },
61545
62092
 
61546
- /**
61547
- * @desc:储存更多应用菜单点击
61548
- * @author huangbo
61549
- * @date 2024年9月7日
62093
+ /**
62094
+ * @desc:储存更多应用菜单点击
62095
+ * @author huangbo
62096
+ * @date 2024年9月7日
61550
62097
  **/
61551
62098
  handlerClickApps: function handlerClickApps(res) {
61552
62099
  if (res.permission === false) {
@@ -61559,10 +62106,10 @@ var events = [function (tabs, index, that) {
61559
62106
  this.handlerClickApp(res);
61560
62107
  },
61561
62108
 
61562
- /**
61563
- * @desc:侧边应用菜单点击
61564
- * @author huangbo
61565
- * @date 2024年9月7日
62109
+ /**
62110
+ * @desc:侧边应用菜单点击
62111
+ * @author huangbo
62112
+ * @date 2024年9月7日
61566
62113
  **/
61567
62114
  handlerClickApp: function handlerClickApp(res) {
61568
62115
  this.showMsg = false;
@@ -61649,10 +62196,10 @@ var events = [function (tabs, index, that) {
61649
62196
  }
61650
62197
  },
61651
62198
 
61652
- /**
61653
- * @desc:显示Drawer界面
61654
- * @author huangbo
61655
- * @date 2024年9月7日
62199
+ /**
62200
+ * @desc:显示Drawer界面
62201
+ * @author huangbo
62202
+ * @date 2024年9月7日
61656
62203
  **/
61657
62204
  handlerSetDrawer: function handlerSetDrawer(res, type) {
61658
62205
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -61672,23 +62219,23 @@ var events = [function (tabs, index, that) {
61672
62219
  }
61673
62220
  },
61674
62221
 
61675
- /**
61676
- * @desc:关闭Drawer界面
61677
- * @author huangbo
61678
- * @date 2024年9月7日
62222
+ /**
62223
+ * @desc:关闭Drawer界面
62224
+ * @author huangbo
62225
+ * @date 2024年9月7日
61679
62226
  **/
61680
62227
  handleCloseDrawer: function handleCloseDrawer() {
61681
62228
  this.drawer = { visible: false };
61682
62229
  },
61683
62230
 
61684
- /**
61685
- * @desc:菜单点击
61686
- * @author huangbo
61687
- * @date 2024年9月7日
62231
+ /**
62232
+ * @desc:菜单点击
62233
+ * @author huangbo
62234
+ * @date 2024年9月7日
61688
62235
  **/
61689
62236
  handlerClickMenu: function handlerClickMenu(res) {
61690
62237
  utils_util["a" /* default */].ajax({
61691
- url: api["sb" /* recordUserApp */],
62238
+ url: api["tb" /* recordUserApp */],
61692
62239
  params: {
61693
62240
  userId: this.user.userId,
61694
62241
  appId: res.id
@@ -61696,6 +62243,16 @@ var events = [function (tabs, index, that) {
61696
62243
  }).then(function () {}).catch(function () {});
61697
62244
  this.showMsg = false;
61698
62245
  this.showSet = false;
62246
+
62247
+ if (res.url) {
62248
+ if (res.urlopenmode == 1 || res.openModel == 1) {
62249
+ utils_util["a" /* default */].win.open(res.url);
62250
+ return;
62251
+ } else if (res.urlopenmode == 2 || res.openModel == 2) {
62252
+ utils_util["a" /* default */].win.open(res.url, '_self');
62253
+ return;
62254
+ }
62255
+ }
61699
62256
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, res, 'id');
61700
62257
  if (i == -1) {
61701
62258
  var tab = this.setIframeType(res);
@@ -61723,19 +62280,19 @@ var events = [function (tabs, index, that) {
61723
62280
  },
61724
62281
 
61725
62282
 
61726
- /**
61727
- * @desc:用户详情请求成功
61728
- * @author huangbo
61729
- * @date 2024年9月7日
62283
+ /**
62284
+ * @desc:用户详情请求成功
62285
+ * @author huangbo
62286
+ * @date 2024年9月7日
61730
62287
  **/
61731
62288
  handleSuccess: function handleSuccess(res) {
61732
62289
  this.simpleUserInfo = res.simpleUserInfo;
61733
62290
  },
61734
62291
 
61735
- /**
61736
- * @desc:修改用户配置
61737
- * @author huangbo
61738
- * @date 2024年9月7日
62292
+ /**
62293
+ * @desc:修改用户配置
62294
+ * @author huangbo
62295
+ * @date 2024年9月7日
61739
62296
  **/
61740
62297
  handleChangeConfig: function handleChangeConfig(name, res) {
61741
62298
  if (name == 'userHeadUrl') {
@@ -61751,10 +62308,10 @@ var events = [function (tabs, index, that) {
61751
62308
  }
61752
62309
  },
61753
62310
 
61754
- /**
61755
- * @desc:关闭webSocket
61756
- * @author huangbo
61757
- * @date 2024年9月7日
62311
+ /**
62312
+ * @desc:关闭webSocket
62313
+ * @author huangbo
62314
+ * @date 2024年9月7日
61758
62315
  **/
61759
62316
  handlerClose: function handlerClose() {
61760
62317
  if (this.webSocket) {
@@ -61762,10 +62319,10 @@ var events = [function (tabs, index, that) {
61762
62319
  }
61763
62320
  },
61764
62321
 
61765
- /**
61766
- * @desc:刷新选中iframe页签
61767
- * @author huangbo
61768
- * @date 2024年9月7日
62322
+ /**
62323
+ * @desc:刷新选中iframe页签
62324
+ * @author huangbo
62325
+ * @date 2024年9月7日
61769
62326
  **/
61770
62327
  handleRefresh: function handleRefresh() {
61771
62328
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -61786,10 +62343,10 @@ var events = [function (tabs, index, that) {
61786
62343
  }
61787
62344
  },
61788
62345
 
61789
- /**
61790
- * @desc:删除iframe
61791
- * @author huangbo
61792
- * @date 2024年9月7日
62346
+ /**
62347
+ * @desc:删除iframe
62348
+ * @author huangbo
62349
+ * @date 2024年9月7日
61793
62350
  **/
61794
62351
  handleRemove: function handleRemove(name) {
61795
62352
  var len = this.tabs.length - 1;
@@ -61806,10 +62363,10 @@ var events = [function (tabs, index, that) {
61806
62363
  }
61807
62364
  },
61808
62365
 
61809
- /**
61810
- * @desc:tabs鼠标右键事件
61811
- * @author huangbo
61812
- * @date 2024年9月7日
62366
+ /**
62367
+ * @desc:tabs鼠标右键事件
62368
+ * @author huangbo
62369
+ * @date 2024年9月7日
61813
62370
  **/
61814
62371
  handleContextmenu: function handleContextmenu(tabs, e) {
61815
62372
  var disabled = {};
@@ -61834,10 +62391,10 @@ var events = [function (tabs, index, that) {
61834
62391
  window.addEventListener('click', this.closeTabsEvents);
61835
62392
  },
61836
62393
 
61837
- /**
61838
- * @desc:tabs页签事件
61839
- * @author huangbo
61840
- * @date 2024年9月7日
62394
+ /**
62395
+ * @desc:tabs页签事件
62396
+ * @author huangbo
62397
+ * @date 2024年9月7日
61841
62398
  **/
61842
62399
  handleTabsEvents: function handleTabsEvents(num) {
61843
62400
  if (this.pane !== null) {
@@ -61855,10 +62412,10 @@ var events = [function (tabs, index, that) {
61855
62412
  window.removeEventListener('click', this.closeTabsEvents);
61856
62413
  },
61857
62414
 
61858
- /**
61859
- * @desc:handler工具栏点击事件
61860
- * @author huangbo
61861
- * @date 2024年9月7日
62415
+ /**
62416
+ * @desc:handler工具栏点击事件
62417
+ * @author huangbo
62418
+ * @date 2024年9月7日
61862
62419
  **/
61863
62420
  handleClick: function handleClick(res) {
61864
62421
  var type = res.type,
@@ -61936,10 +62493,10 @@ var events = [function (tabs, index, that) {
61936
62493
  this.$emit('handler-click', res);
61937
62494
  },
61938
62495
 
61939
- /**
61940
- * @desc:退出登录
61941
- * @author huangbo
61942
- * @date 2024年9月7日
62496
+ /**
62497
+ * @desc:退出登录
62498
+ * @author huangbo
62499
+ * @date 2024年9月7日
61943
62500
  **/
61944
62501
  handleQuit: function handleQuit() {
61945
62502
  var _this6 = this;
@@ -61966,7 +62523,7 @@ var events = [function (tabs, index, that) {
61966
62523
  document.body.appendChild(iframe);
61967
62524
  }
61968
62525
  }
61969
- utils_util["a" /* default */].ajax({ method: 'post', url: api["jb" /* logout */] }).then(function (res) {
62526
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["kb" /* logout */] }).then(function (res) {
61970
62527
  if (res.rCode == 0) {
61971
62528
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
61972
62529
  if (_this6.onQuit && typeof _this6.onQuit === 'function') {
@@ -62014,10 +62571,10 @@ var events = [function (tabs, index, that) {
62014
62571
  }).catch(function (e) {});
62015
62572
  },
62016
62573
 
62017
- /**
62018
- * @desc:主题、消息回调
62019
- * @author huangbo
62020
- * @date 2024年9月7日
62574
+ /**
62575
+ * @desc:主题、消息回调
62576
+ * @author huangbo
62577
+ * @date 2024年9月7日
62021
62578
  **/
62022
62579
  handleChange: function handleChange(res) {
62023
62580
  var type = res.type,
@@ -62033,10 +62590,10 @@ var events = [function (tabs, index, that) {
62033
62590
  }
62034
62591
  },
62035
62592
 
62036
- /**
62037
- * @desc:菜单布局样式切换
62038
- * @author huangbo
62039
- * @date 2024年9月7日
62593
+ /**
62594
+ * @desc:菜单布局样式切换
62595
+ * @author huangbo
62596
+ * @date 2024年9月7日
62040
62597
  **/
62041
62598
  handleLayout: function handleLayout(res, active) {
62042
62599
  if (active) {
@@ -62045,10 +62602,10 @@ var events = [function (tabs, index, that) {
62045
62602
  this.$emit('chang-layout', res, active);
62046
62603
  },
62047
62604
 
62048
- /**
62049
- * @desc:消息修改总数
62050
- * @author huangbo
62051
- * @date 2024年9月7日
62605
+ /**
62606
+ * @desc:消息修改总数
62607
+ * @author huangbo
62608
+ * @date 2024年9月7日
62052
62609
  **/
62053
62610
  handleMenuTips: function handleMenuTips(id, num) {
62054
62611
  if (num) {
@@ -62059,10 +62616,10 @@ var events = [function (tabs, index, that) {
62059
62616
  }
62060
62617
  },
62061
62618
 
62062
- /**
62063
- * @desc:处理即时消息
62064
- * @author huangbo
62065
- * @date 2024年9月7日
62619
+ /**
62620
+ * @desc:处理即时消息
62621
+ * @author huangbo
62622
+ * @date 2024年9月7日
62066
62623
  **/
62067
62624
  handleOpened: function handleOpened(res) {
62068
62625
  var _this7 = this;
@@ -62185,11 +62742,11 @@ var events = [function (tabs, index, that) {
62185
62742
 
62186
62743
  var simplicity_component = normalizeComponent(
62187
62744
  src_simplicityvue_type_script_lang_js_,
62188
- simplicityvue_type_template_id_9a42cfdc_scoped_true_render,
62189
- simplicityvue_type_template_id_9a42cfdc_scoped_true_staticRenderFns,
62745
+ simplicityvue_type_template_id_11d4a47d_scoped_true_render,
62746
+ simplicityvue_type_template_id_11d4a47d_scoped_true_staticRenderFns,
62190
62747
  false,
62191
62748
  null,
62192
- "9a42cfdc",
62749
+ "11d4a47d",
62193
62750
  null
62194
62751
 
62195
62752
  )
@@ -63024,7 +63581,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
63024
63581
  var _this2 = this;
63025
63582
 
63026
63583
  utils_util["a" /* default */].ajax({
63027
- url: api["fb" /* initUserSet */]
63584
+ url: api["gb" /* initUserSet */]
63028
63585
  }).then(function (res) {
63029
63586
  if (res.rCode === 0) {
63030
63587
  var results = JSON.parse(JSON.stringify(res.results));
@@ -63073,7 +63630,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
63073
63630
 
63074
63631
  switch (type) {
63075
63632
  case 'job':
63076
- utils_util["a" /* default */].ajax({ url: api["Eb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
63633
+ utils_util["a" /* default */].ajax({ url: api["Fb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
63077
63634
  if (res.rCode == 0) {
63078
63635
  utils_util["a" /* default */].setStorage({
63079
63636
  type: _this3.storage,
@@ -63114,7 +63671,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
63114
63671
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
63115
63672
  initLogin && (initLogin = JSON.parse(initLogin));
63116
63673
  utils_util["a" /* default */].ajax({
63117
- url: api["mc" /* updateUserInfo */],
63674
+ url: api["oc" /* updateUserInfo */],
63118
63675
  params: {
63119
63676
  email: this.values.email,
63120
63677
  officeTel: this.values.officeTel,
@@ -63172,7 +63729,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
63172
63729
  var notify = _this4.values.notify.sort().join(',');
63173
63730
  if (notify != _this4.notify.split(',').sort().join(',')) {
63174
63731
  utils_util["a" /* default */].ajax({
63175
- url: api["lc" /* updateUserCustomInfo */],
63732
+ url: api["nc" /* updateUserCustomInfo */],
63176
63733
  params: {
63177
63734
  notify: notify
63178
63735
  }
@@ -63527,7 +64084,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
63527
64084
  if (this.pageNum <= this.pageCount) {
63528
64085
  this.loading = true;
63529
64086
  utils_util["a" /* default */].ajax({
63530
- url: api["Fb" /* sysMsgPage */],
64087
+ url: api["Gb" /* sysMsgPage */],
63531
64088
  params: {
63532
64089
  pageNum: reload ? 1 : this.pageNum,
63533
64090
  pageSize: this.pageSize
@@ -63560,7 +64117,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
63560
64117
  var _this2 = this;
63561
64118
 
63562
64119
  utils_util["a" /* default */].ajax({
63563
- url: api["bb" /* ignoreSysMsg */],
64120
+ url: api["cb" /* ignoreSysMsg */],
63564
64121
  params: {
63565
64122
  id: res.id
63566
64123
  }
@@ -63580,7 +64137,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
63580
64137
  var _this3 = this;
63581
64138
 
63582
64139
  utils_util["a" /* default */].ajax({
63583
- url: api["ab" /* ignoreAllSysMsg */]
64140
+ url: api["bb" /* ignoreAllSysMsg */]
63584
64141
  }).then(function (res) {
63585
64142
  _this3.count = 0;
63586
64143
  _this3.msgs = [];
@@ -63915,7 +64472,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
63915
64472
  var _this = this;
63916
64473
 
63917
64474
  utils_util["a" /* default */].ajax({
63918
- url: api["ab" /* ignoreAllSysMsg */]
64475
+ url: api["bb" /* ignoreAllSysMsg */]
63919
64476
  }).then(function (res) {
63920
64477
  _this.count = 0;
63921
64478
  _this.msgs = [];
@@ -64422,7 +64979,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
64422
64979
  //获取用户信息的接口
64423
64980
  mainConfig: {
64424
64981
  type: String,
64425
- default: api["kb" /* mainConfig */]
64982
+ default: api["lb" /* mainConfig */]
64426
64983
  },
64427
64984
  iframeId: {
64428
64985
  type: String,
@@ -64531,9 +65088,9 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
64531
65088
  return this.menuUrl;
64532
65089
  }
64533
65090
  if (this.application) {
64534
- return api["G" /* getComplexApplicationsNew */];
65091
+ return api["H" /* getComplexApplicationsNew */];
64535
65092
  }
64536
- return api["F" /* getComplexApplications */];
65093
+ return api["G" /* getComplexApplications */];
64537
65094
  },
64538
65095
 
64539
65096
  //是否双列右侧菜单
@@ -64850,7 +65407,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
64850
65407
  return;
64851
65408
  }
64852
65409
  utils_util["a" /* default */].ajax({
64853
- url: api["lc" /* updateUserCustomInfo */],
65410
+ url: api["nc" /* updateUserCustomInfo */],
64854
65411
  params: { color: escape(color.toLowerCase()) },
64855
65412
  data: { color: escape(color.toLowerCase()) }
64856
65413
  }).then(function (res) {
@@ -66058,8 +66615,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
66058
66615
  var _this11 = this;
66059
66616
 
66060
66617
  this.webSocket = utils_util["a" /* default */].socket({
66061
- url: api["sc" /* wss */],
66062
- take: api["ic" /* topic */],
66618
+ url: api["uc" /* wss */],
66619
+ take: api["kc" /* topic */],
66063
66620
  success: function success(res) {
66064
66621
  var data = res.data || {};
66065
66622
  for (var i in data) {
@@ -67889,7 +68446,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
67889
68446
  text: '重发',
67890
68447
  format: false,
67891
68448
  method: 'post',
67892
- action: api["zb" /* sendBatch */]
68449
+ action: api["Ab" /* sendBatch */]
67893
68450
  }]
67894
68451
  }];
67895
68452
  }
@@ -68076,13 +68633,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
68076
68633
  },
68077
68634
  data: function data() {
68078
68635
  return {
68079
- sendList: api["Bb" /* sendList */],
68080
- sendBatch: api["zb" /* sendBatch */],
68636
+ sendList: api["Cb" /* sendList */],
68637
+ sendBatch: api["Ab" /* sendBatch */],
68081
68638
  tableCount: 0,
68082
68639
  selectData: [],
68083
68640
  formTitle: '',
68084
68641
  showForm: false,
68085
- formData: api["Ab" /* sendInfo */],
68642
+ formData: api["Bb" /* sendInfo */],
68086
68643
  params: {},
68087
68644
  sendTypeDict: [],
68088
68645
  statusDict: []
@@ -68101,7 +68658,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
68101
68658
  type: 'primary',
68102
68659
  checkbox: true,
68103
68660
  format: false,
68104
- action: api["zb" /* sendBatch */]
68661
+ action: api["Ab" /* sendBatch */]
68105
68662
  }]
68106
68663
  }, {
68107
68664
  type: 'search',
@@ -69204,19 +69761,19 @@ var QRCode = __webpack_require__(23);
69204
69761
  //设置logo大小
69205
69762
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
69206
69763
  //设置获取的logo将其变为圆角以及添加白色背景
69207
- /* ctx.fillStyle = "#fff";
69208
- ctx.beginPath();
69209
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
69210
- let w = 46; //圆角宽
69211
- let x = logoPosition - 5;
69212
- let y = logoPosition - 5;
69213
- let r = 5; //圆角半径
69214
- ctx.moveTo(x + r, y);
69215
- ctx.arcTo(x + w, y, x + w, y + h, r);
69216
- ctx.arcTo(x + w, y + h, x, y + h, r);
69217
- ctx.arcTo(x, y + h, x, y, r);
69218
- ctx.arcTo(x, y, x + w, y, r);
69219
- ctx.closePath();
69764
+ /* ctx.fillStyle = "#fff";
69765
+ ctx.beginPath();
69766
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
69767
+ let w = 46; //圆角宽
69768
+ let x = logoPosition - 5;
69769
+ let y = logoPosition - 5;
69770
+ let r = 5; //圆角半径
69771
+ ctx.moveTo(x + r, y);
69772
+ ctx.arcTo(x + w, y, x + w, y + h, r);
69773
+ ctx.arcTo(x + w, y + h, x, y + h, r);
69774
+ ctx.arcTo(x, y + h, x, y, r);
69775
+ ctx.arcTo(x, y, x + w, y, r);
69776
+ ctx.closePath();
69220
69777
  ctx.fill(); */
69221
69778
  logo.onload = function () {
69222
69779
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -69616,7 +70173,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
69616
70173
  },
69617
70174
  findCode: function findCode() {
69618
70175
  if (this.service) {
69619
- return '/' + this.service + api["H" /* getDictList */];
70176
+ return '/' + this.service + api["I" /* getDictList */];
69620
70177
  }
69621
70178
  return api["y" /* findSysCode */];
69622
70179
  }
@@ -70044,7 +70601,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
70044
70601
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
70045
70602
  mainConfig && (this.userModel = JSON.parse(mainConfig).userModel);
70046
70603
  utils_util["a" /* default */].ajax({
70047
- url: api["eb" /* initRetrialAuth */]
70604
+ url: api["fb" /* initRetrialAuth */]
70048
70605
  }).then(function (res) {
70049
70606
  var rCode = res.rCode,
70050
70607
  results = res.results;
@@ -70128,7 +70685,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
70128
70685
  }
70129
70686
  }, 1000);
70130
70687
  utils_util["a" /* default */].ajax({
70131
- url: api["S" /* getRetrialAuthCode */],
70688
+ url: api["T" /* getRetrialAuthCode */],
70132
70689
  method: 'post',
70133
70690
  data: params,
70134
70691
  params: params
@@ -70153,7 +70710,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
70153
70710
  uuid: this.uuid
70154
70711
  };
70155
70712
  utils_util["a" /* default */].ajax({
70156
- url: api["xb" /* scanCodeRetrialAuth */],
70713
+ url: api["yb" /* scanCodeRetrialAuth */],
70157
70714
  method: 'post',
70158
70715
  data: params,
70159
70716
  params: params
@@ -70417,7 +70974,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
70417
70974
  },
70418
70975
  findCode: function findCode() {
70419
70976
  if (this.service) {
70420
- return '/' + this.service + api["H" /* getDictList */];
70977
+ return '/' + this.service + api["I" /* getDictList */];
70421
70978
  }
70422
70979
  return api["y" /* findSysCode */];
70423
70980
  }
@@ -71132,7 +71689,7 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
71132
71689
  },
71133
71690
  findCode: function findCode() {
71134
71691
  if (this.service) {
71135
- return '/' + this.service + api["H" /* getDictList */];
71692
+ return '/' + this.service + api["I" /* getDictList */];
71136
71693
  }
71137
71694
  return api["y" /* findSysCode */];
71138
71695
  }
@@ -72426,7 +72983,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
72426
72983
  value: [Array, Object],
72427
72984
  action: {
72428
72985
  type: String,
72429
- default: api["U" /* getSelectorOrgDetail */]
72986
+ default: api["V" /* getSelectorOrgDetail */]
72430
72987
  },
72431
72988
  host: {
72432
72989
  type: String,
@@ -73981,7 +74538,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
73981
74538
  },
73982
74539
  selection: {
73983
74540
  type: [String, Array],
73984
- default: api["U" /* getSelectorOrgDetail */]
74541
+ default: api["V" /* getSelectorOrgDetail */]
73985
74542
  },
73986
74543
  param: {
73987
74544
  type: Object,
@@ -74073,7 +74630,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74073
74630
  enterprise: {
74074
74631
  label: '选择单位',
74075
74632
  name: 'enterprise',
74076
- url: api["V" /* getSelectorOrgTree */],
74633
+ url: api["W" /* getSelectorOrgTree */],
74077
74634
  data: [],
74078
74635
  nodeData: '',
74079
74636
  selection: [],
@@ -74087,7 +74644,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74087
74644
  department: {
74088
74645
  label: '选择部门',
74089
74646
  name: 'department',
74090
- url: api["V" /* getSelectorOrgTree */],
74647
+ url: api["W" /* getSelectorOrgTree */],
74091
74648
  data: [],
74092
74649
  nodeData: '',
74093
74650
  selection: [],
@@ -74101,7 +74658,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74101
74658
  employee: {
74102
74659
  label: '选择用户',
74103
74660
  name: 'employee',
74104
- url: api["V" /* getSelectorOrgTree */],
74661
+ url: api["W" /* getSelectorOrgTree */],
74105
74662
  data: [],
74106
74663
  nodeData: '',
74107
74664
  selection: [],
@@ -74115,7 +74672,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74115
74672
  myemployee: {
74116
74673
  label: '本单位用户',
74117
74674
  name: 'myemployee',
74118
- url: api["V" /* getSelectorOrgTree */],
74675
+ url: api["W" /* getSelectorOrgTree */],
74119
74676
  data: [],
74120
74677
  nodeData: '',
74121
74678
  selection: [],
@@ -74129,7 +74686,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74129
74686
  otheremployee: {
74130
74687
  label: '外单位用户',
74131
74688
  name: 'otheremployee',
74132
- url: api["V" /* getSelectorOrgTree */],
74689
+ url: api["W" /* getSelectorOrgTree */],
74133
74690
  data: [],
74134
74691
  nodeData: '',
74135
74692
  selection: [],
@@ -74143,7 +74700,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74143
74700
  person: {
74144
74701
  label: '选择人员',
74145
74702
  name: 'person',
74146
- url: api["V" /* getSelectorOrgTree */],
74703
+ url: api["W" /* getSelectorOrgTree */],
74147
74704
  data: [],
74148
74705
  nodeData: '',
74149
74706
  selection: [],
@@ -74157,7 +74714,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74157
74714
  otherperson: {
74158
74715
  label: '外单位人员',
74159
74716
  name: 'otherperson',
74160
- url: api["V" /* getSelectorOrgTree */],
74717
+ url: api["W" /* getSelectorOrgTree */],
74161
74718
  data: [],
74162
74719
  nodeData: '',
74163
74720
  selection: [],
@@ -74171,7 +74728,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74171
74728
  persongroup: {
74172
74729
  label: '选择群组成员',
74173
74730
  name: 'persongroup',
74174
- url: api["V" /* getSelectorOrgTree */],
74731
+ url: api["W" /* getSelectorOrgTree */],
74175
74732
  data: [],
74176
74733
  nodeData: '',
74177
74734
  selection: [],
@@ -74189,7 +74746,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74189
74746
  selection: [],
74190
74747
  value: [],
74191
74748
  name: 'filgroup',
74192
- url: api["V" /* getSelectorOrgTree */],
74749
+ url: api["W" /* getSelectorOrgTree */],
74193
74750
  param: {
74194
74751
  showarea: 3,
74195
74752
  id: 0,
@@ -74199,7 +74756,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74199
74756
  depgroup: {
74200
74757
  label: '部门群组成员',
74201
74758
  name: 'depgroup',
74202
- url: api["V" /* getSelectorOrgTree */],
74759
+ url: api["W" /* getSelectorOrgTree */],
74203
74760
  data: [],
74204
74761
  nodeData: '',
74205
74762
  selection: [],
@@ -74213,7 +74770,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74213
74770
  persongroupobj: {
74214
74771
  label: '人员群组',
74215
74772
  name: 'persongroupobj',
74216
- url: api["V" /* getSelectorOrgTree */],
74773
+ url: api["W" /* getSelectorOrgTree */],
74217
74774
  data: [],
74218
74775
  nodeData: '',
74219
74776
  selection: [],
@@ -74227,7 +74784,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74227
74784
  filgroupobj: {
74228
74785
  label: '单位群组',
74229
74786
  name: 'filgroupobj',
74230
- url: api["V" /* getSelectorOrgTree */],
74787
+ url: api["W" /* getSelectorOrgTree */],
74231
74788
  data: [],
74232
74789
  nodeData: '',
74233
74790
  selection: [],
@@ -74241,7 +74798,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74241
74798
  depgroupobj: {
74242
74799
  label: '部门群组',
74243
74800
  name: 'depgroupobj',
74244
- url: api["V" /* getSelectorOrgTree */],
74801
+ url: api["W" /* getSelectorOrgTree */],
74245
74802
  data: [],
74246
74803
  nodeData: '',
74247
74804
  selection: [],
@@ -74255,7 +74812,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74255
74812
  role: {
74256
74813
  label: '选择角色',
74257
74814
  name: 'role',
74258
- url: api["V" /* getSelectorOrgTree */],
74815
+ url: api["W" /* getSelectorOrgTree */],
74259
74816
  data: [],
74260
74817
  nodeData: '',
74261
74818
  selection: [],
@@ -74269,7 +74826,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74269
74826
  post: {
74270
74827
  label: '选择岗位',
74271
74828
  name: 'post',
74272
- url: api["V" /* getSelectorOrgTree */],
74829
+ url: api["W" /* getSelectorOrgTree */],
74273
74830
  data: [],
74274
74831
  nodeData: '',
74275
74832
  selection: [],
@@ -74283,7 +74840,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74283
74840
  codetable: {
74284
74841
  label: '代码表',
74285
74842
  name: 'codetable',
74286
- url: api["V" /* getSelectorOrgTree */],
74843
+ url: api["W" /* getSelectorOrgTree */],
74287
74844
  data: [],
74288
74845
  nodeData: '',
74289
74846
  selection: [],
@@ -74297,7 +74854,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74297
74854
  topcontacts: {
74298
74855
  label: '常用联系人',
74299
74856
  name: 'topcontacts',
74300
- url: api["V" /* getSelectorOrgTree */],
74857
+ url: api["W" /* getSelectorOrgTree */],
74301
74858
  data: [],
74302
74859
  nodeData: '',
74303
74860
  selection: [],
@@ -74959,11 +75516,11 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
74959
75516
  },
74960
75517
  url: {
74961
75518
  type: String,
74962
- default: api["O" /* getOrgMainTree */]
75519
+ default: api["P" /* getOrgMainTree */]
74963
75520
  },
74964
75521
  orgUrl: {
74965
75522
  type: String,
74966
- default: api["T" /* getSelectOrgsubids */]
75523
+ default: api["U" /* getSelectOrgsubids */]
74967
75524
  },
74968
75525
  selectField: {
74969
75526
  type: String,
@@ -78427,7 +78984,7 @@ mainvue_type_template_id_6baa7a0b_render._withStripped = true
78427
78984
  },
78428
78985
  url: {
78429
78986
  type: String,
78430
- default: api["Y" /* gethelpdoc */]
78987
+ default: api["Z" /* gethelpdoc */]
78431
78988
  },
78432
78989
  param: {
78433
78990
  type: Object,
@@ -78936,7 +79493,7 @@ mainvue_type_template_id_367f47a8_render._withStripped = true
78936
79493
  // 选择项远程地址
78937
79494
  url: {
78938
79495
  type: String,
78939
- default: api["O" /* getOrgMainTree */]
79496
+ default: api["P" /* getOrgMainTree */]
78940
79497
  },
78941
79498
  system: {
78942
79499
  type: Boolean,
@@ -85856,7 +86413,7 @@ var mainvue_type_script_lang_js_props;
85856
86413
  }, mainvue_type_script_lang_js_props.properties = {
85857
86414
  type: String,
85858
86415
  default: function _default() {
85859
- return api["E" /* getAdjunctProperties */];
86416
+ return api["F" /* getAdjunctProperties */];
85860
86417
  }
85861
86418
  }, mainvue_type_script_lang_js_props.fileIcons = {
85862
86419
  type: Object,
@@ -85891,7 +86448,7 @@ var mainvue_type_script_lang_js_props;
85891
86448
  source: '',
85892
86449
  excludeNames: '',
85893
86450
  boxHeight: this.listHeight,
85894
- previewAdjunct: api["pb" /* previewAdjunct */],
86451
+ previewAdjunct: api["qb" /* previewAdjunct */],
85895
86452
  kkfileview: null,
85896
86453
  dochubConfig: {}
85897
86454
  };
@@ -85949,7 +86506,7 @@ var mainvue_type_script_lang_js_props;
85949
86506
  return this.totalSize ? this.totalSize : this.fileTotalSize ? this.fileTotalSize : 0;
85950
86507
  },
85951
86508
  getAdjunctFileInfos: function getAdjunctFileInfos() {
85952
- return typeof this.fileList === 'string' ? this.fileList : api["D" /* getAdjunctFileInfos */];
86509
+ return typeof this.fileList === 'string' ? this.fileList : api["E" /* getAdjunctFileInfos */];
85953
86510
  },
85954
86511
  showList: function showList() {
85955
86512
  return this.portrait ? false : this.showFileList;
@@ -86148,7 +86705,7 @@ var mainvue_type_script_lang_js_props;
86148
86705
  this.dochubConfig = config.dochubConfig;
86149
86706
  }
86150
86707
 
86151
- var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["oc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["qc" /* uploads */];
86708
+ var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["qc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["sc" /* uploads */];
86152
86709
  this.uploadUrl = url.indexOf(this.host) > -1 ? url : this.host + url;
86153
86710
  this.requestFiles && this.getFiles();
86154
86711
  } else {
@@ -86171,7 +86728,7 @@ var mainvue_type_script_lang_js_props;
86171
86728
  _this3.dochubConfig = res.results.dochubConfig;
86172
86729
  sessionStorage.setItem('dochubConfig', JSON.stringify(res.results.dochubConfig));
86173
86730
  }
86174
- var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["oc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["qc" /* uploads */];
86731
+ var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["qc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["sc" /* uploads */];
86175
86732
  _this3.uploadUrl = _url.indexOf(_this3.host) > -1 ? _url : _this3.host + _url;
86176
86733
  if (res.results.kkViewRootPath) {
86177
86734
  _this3.kkfileview = res.results.kkViewRootPath;
@@ -86201,7 +86758,7 @@ var mainvue_type_script_lang_js_props;
86201
86758
  if (!this.show || this.fileList && Array.isArray(this.fileList) && this.fileList.length || this.requiredOwnId && !Object.prototype.hasOwnProperty.call(this.params, 'ownId')) {
86202
86759
  return false;
86203
86760
  }
86204
- var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["D" /* getAdjunctFileInfos */];
86761
+ var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["E" /* getAdjunctFileInfos */];
86205
86762
  utils_util["a" /* default */].ajax({
86206
86763
  method: this.method,
86207
86764
  url: url,
@@ -86286,13 +86843,13 @@ var mainvue_type_script_lang_js_props;
86286
86843
  if (this.kkfileview) {
86287
86844
  this.openKkfileview(file);
86288
86845
  } else {
86289
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["rb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
86846
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["sb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
86290
86847
  }
86291
86848
  } else if (suffix.includes('pdf')) {
86292
86849
  if (this.kkfileview) {
86293
86850
  this.openKkfileview(file);
86294
86851
  } else {
86295
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["qb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
86852
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["rb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
86296
86853
  }
86297
86854
  } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
86298
86855
  this.imgUrl = res.url && utils_util["a" /* default */].startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
@@ -86457,7 +87014,7 @@ var mainvue_type_script_lang_js_props;
86457
87014
  }
86458
87015
  },
86459
87016
  handleDownloads: function handleDownloads() {
86460
- var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["nc" /* uploadDownloads */];
87017
+ var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["pc" /* uploadDownloads */];
86461
87018
  utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : '') + '&businessId=' + this.ownId + '&fileName=文档.zip' + '&bucketCode=' + this.code);
86462
87019
  },
86463
87020
  handleDownload: function handleDownload(file) {
@@ -86497,7 +87054,7 @@ var mainvue_type_script_lang_js_props;
86497
87054
  ids = ids.join(',');
86498
87055
  utils_util["a" /* default */].ajax({
86499
87056
  method: this.method,
86500
- url: this.dochubConfig.sortDocumentsUrl || api["pc" /* uploadSort */],
87057
+ url: this.dochubConfig.sortDocumentsUrl || api["rc" /* uploadSort */],
86501
87058
  data: {
86502
87059
  ids: ids,
86503
87060
  documentIds: ids,
@@ -87107,7 +87664,7 @@ if (typeof window !== 'undefined' && window.Vue) {
87107
87664
  }
87108
87665
 
87109
87666
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
87110
- version: '0.6.57',
87667
+ version: '0.6.59',
87111
87668
  install: install,
87112
87669
  Button: packages_button,
87113
87670
  ButtonGroup: button_group,