eoss-ui 0.7.83 → 0.7.84

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 (282) hide show
  1. package/lib/button-group.js +144 -120
  2. package/lib/button.js +143 -120
  3. package/lib/calendar.js +2 -2
  4. package/lib/calogin.js +377 -353
  5. package/lib/card.js +2 -2
  6. package/lib/cascader.js +2 -2
  7. package/lib/checkbox-group.js +144 -120
  8. package/lib/clients.js +2 -2
  9. package/lib/config/api.js +7 -1
  10. package/lib/data-table-form.js +144 -120
  11. package/lib/data-table.js +144 -120
  12. package/lib/date-picker.js +143 -120
  13. package/lib/dialog.js +219 -214
  14. package/lib/enable-drag.js +2 -2
  15. package/lib/enterprise.js +2 -2
  16. package/lib/eoss-ui.common.js +1497 -872
  17. package/lib/error-page.js +2 -2
  18. package/lib/flow-group.js +147 -124
  19. package/lib/flow-list.js +162 -137
  20. package/lib/flow.js +1281 -657
  21. package/lib/form.js +243 -239
  22. package/lib/handle-user.js +144 -121
  23. package/lib/handler.js +144 -121
  24. package/lib/icon.js +144 -121
  25. package/lib/icons.js +4 -4
  26. package/lib/index.js +1 -1
  27. package/lib/input-number.js +143 -120
  28. package/lib/input.js +143 -120
  29. package/lib/label.js +2 -2
  30. package/lib/layout.js +2 -2
  31. package/lib/login.js +145 -121
  32. package/lib/main.js +185 -161
  33. package/lib/menu.js +2 -2
  34. package/lib/nav.js +150 -127
  35. package/lib/notify.js +86 -77
  36. package/lib/page.js +143 -120
  37. package/lib/pagination.js +143 -120
  38. package/lib/player.js +147 -124
  39. package/lib/qr-code.js +158 -135
  40. package/lib/radio-group.js +143 -120
  41. package/lib/retrial-auth.js +144 -121
  42. package/lib/select-ganged.js +143 -120
  43. package/lib/select.js +143 -120
  44. package/lib/selector-panel.js +147 -123
  45. package/lib/selector.js +145 -122
  46. package/lib/sizer.js +143 -120
  47. package/lib/steps.js +150 -127
  48. package/lib/switch.js +143 -120
  49. package/lib/table-form.js +143 -120
  50. package/lib/tabs-panel.js +2 -2
  51. package/lib/tabs.js +143 -120
  52. package/lib/theme-chalk/flow.css +1 -1
  53. package/lib/theme-chalk/index.css +1 -1
  54. package/lib/theme-chalk/login.css +1 -1
  55. package/lib/tips.js +143 -120
  56. package/lib/toolbar.js +2 -2
  57. package/lib/tree-group.js +143 -120
  58. package/lib/tree.js +143 -120
  59. package/lib/upload.js +154 -130
  60. package/lib/utils/util.js +60 -46
  61. package/lib/wujie.js +156 -122
  62. package/lib/wxlogin.js +143 -120
  63. package/package.json +2 -1
  64. package/packages/button/index.js +5 -5
  65. package/packages/button/src/main.vue +418 -418
  66. package/packages/button-group/index.js +5 -5
  67. package/packages/calendar/index.js +5 -5
  68. package/packages/calogin/index.js +5 -5
  69. package/packages/calogin/src/plugin.js +915 -915
  70. package/packages/card/index.js +5 -5
  71. package/packages/card/src/main.vue +156 -156
  72. package/packages/cascader/index.js +5 -5
  73. package/packages/cascader/src/main.vue +168 -168
  74. package/packages/checkbox-group/index.js +5 -5
  75. package/packages/checkbox-group/src/main.vue +333 -333
  76. package/packages/clients/index.js +5 -5
  77. package/packages/data-table/index.js +5 -5
  78. package/packages/data-table/src/children.vue +39 -39
  79. package/packages/data-table/src/sizer.vue +195 -195
  80. package/packages/data-table-form/index.js +5 -5
  81. package/packages/data-table-form/src/checkbox.vue +101 -101
  82. package/packages/data-table-form/src/colgroup.vue +17 -17
  83. package/packages/data-table-form/src/main.vue +181 -181
  84. package/packages/data-table-form/src/radio.vue +65 -65
  85. package/packages/data-table-form/src/table.vue +233 -233
  86. package/packages/data-table-form/src/tbody.vue +336 -336
  87. package/packages/data-table-form/src/thead.vue +68 -68
  88. package/packages/date-picker/index.js +5 -5
  89. package/packages/date-picker/src/main.vue +236 -236
  90. package/packages/dialog/index.js +5 -5
  91. package/packages/enable-drag/index.js +5 -5
  92. package/packages/enterprise/index.js +5 -5
  93. package/packages/enterprise/src/main.vue +66 -66
  94. package/packages/error-page/index.js +5 -5
  95. package/packages/error-page/src/main.vue +44 -44
  96. package/packages/flow/index.js +5 -5
  97. package/packages/flow/src/component/CustomPreset.vue +1 -1
  98. package/packages/flow/src/component/SortFlow.vue +110 -0
  99. package/packages/flow/src/component/TimeLimit.vue +190 -190
  100. package/packages/flow/src/main.vue +212 -25
  101. package/packages/flow/src/processForm.vue +153 -5
  102. package/packages/flow-group/index.js +5 -5
  103. package/packages/flow-group/src/main.vue +2 -2
  104. package/packages/flow-list/index.js +5 -5
  105. package/packages/flow-list/src/main.vue +8 -6
  106. package/packages/form/index.js +5 -5
  107. package/packages/form/src/main.vue +1 -1
  108. package/packages/handle-user/index.js +5 -5
  109. package/packages/handler/index.js +5 -5
  110. package/packages/icon/index.js +5 -5
  111. package/packages/icons/index.js +5 -5
  112. package/packages/icons/src/main.vue +81 -81
  113. package/packages/input/index.js +5 -5
  114. package/packages/input/src/main.vue +356 -356
  115. package/packages/input-number/index.js +5 -5
  116. package/packages/input-number/src/main.vue +106 -106
  117. package/packages/label/index.js +5 -5
  118. package/packages/label/src/main.vue +457 -457
  119. package/packages/layout/index.js +5 -5
  120. package/packages/layout/src/item.vue +152 -152
  121. package/packages/layout/src/main.vue +31 -31
  122. package/packages/login/index.js +5 -5
  123. package/packages/main/index.js +5 -5
  124. package/packages/main/src/default/message.vue +249 -249
  125. package/packages/main/src/default/notice.vue +157 -157
  126. package/packages/main/src/simplicity/lists.vue +84 -84
  127. package/packages/main/src/simplicity/router-page.vue +45 -45
  128. package/packages/menu/index.js +5 -5
  129. package/packages/nav/index.js +5 -5
  130. package/packages/notify/index.js +5 -5
  131. package/packages/notify/src/main.vue +538 -538
  132. package/packages/page/index.js +5 -5
  133. package/packages/page/src/main.vue +167 -167
  134. package/packages/pagination/index.js +5 -5
  135. package/packages/pagination/src/main.vue +96 -96
  136. package/packages/player/index.js +5 -5
  137. package/packages/player/src/main.vue +194 -194
  138. package/packages/qr-code/index.js +5 -5
  139. package/packages/qr-code/src/main.vue +170 -170
  140. package/packages/radio-group/index.js +6 -6
  141. package/packages/radio-group/src/main.vue +319 -319
  142. package/packages/retrial-auth/index.js +5 -5
  143. package/packages/retrial-auth/src/main.vue +280 -280
  144. package/packages/select/index.js +5 -5
  145. package/packages/select-ganged/index.js +5 -5
  146. package/packages/select-ganged/src/main.vue +724 -724
  147. package/packages/selector/index.js +5 -5
  148. package/packages/selector-panel/index.js +5 -5
  149. package/packages/selector-panel/src/tree.vue +129 -129
  150. package/packages/sizer/index.js +5 -5
  151. package/packages/sizer/src/main.vue +254 -254
  152. package/packages/steps/index.js +5 -5
  153. package/packages/steps/src/main.vue +181 -181
  154. package/packages/switch/index.js +5 -5
  155. package/packages/table-form/index.js +5 -5
  156. package/packages/tabs/index.js +5 -5
  157. package/packages/tabs/src/main.vue +788 -788
  158. package/packages/tabs-panel/index.js +5 -5
  159. package/packages/tabs-panel/src/main.vue +29 -29
  160. package/packages/theme-chalk/gulpfile.js +25 -0
  161. package/packages/theme-chalk/src/base.scss +261 -261
  162. package/packages/theme-chalk/src/button-group.scss +176 -176
  163. package/packages/theme-chalk/src/button.scss +24 -24
  164. package/packages/theme-chalk/src/calendar.scss +113 -113
  165. package/packages/theme-chalk/src/card.scss +99 -99
  166. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  167. package/packages/theme-chalk/src/clients.scss +87 -87
  168. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  169. package/packages/theme-chalk/src/date-picker.scss +7 -7
  170. package/packages/theme-chalk/src/dialog.scss +77 -77
  171. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  172. package/packages/theme-chalk/src/enterprise.scss +5 -5
  173. package/packages/theme-chalk/src/error-page.scss +18 -18
  174. package/packages/theme-chalk/src/flow-group.scss +110 -110
  175. package/packages/theme-chalk/src/flow-list.scss +39 -39
  176. package/packages/theme-chalk/src/flow.scss +14 -0
  177. package/packages/theme-chalk/src/handle-user.scss +40 -40
  178. package/packages/theme-chalk/src/icons.scss +99 -99
  179. package/packages/theme-chalk/src/input.scss +9 -9
  180. package/packages/theme-chalk/src/label.scss +24 -24
  181. package/packages/theme-chalk/src/layout.scss +46 -46
  182. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  183. package/packages/theme-chalk/src/nav.scss +111 -111
  184. package/packages/theme-chalk/src/page.scss +3 -3
  185. package/packages/theme-chalk/src/pagination.scss +29 -29
  186. package/packages/theme-chalk/src/player.scss +9 -9
  187. package/packages/theme-chalk/src/qr-code.scss +17 -17
  188. package/packages/theme-chalk/src/radio-group.scss +9 -9
  189. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  190. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  191. package/packages/theme-chalk/src/select.scss +8 -8
  192. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  193. package/packages/theme-chalk/src/sizer.scss +36 -36
  194. package/packages/theme-chalk/src/steps.scss +88 -88
  195. package/packages/theme-chalk/src/switch.scss +3 -3
  196. package/packages/theme-chalk/src/table-form.scss +1 -1
  197. package/packages/theme-chalk/src/tabs.scss +87 -87
  198. package/packages/theme-chalk/src/tips.scss +7 -7
  199. package/packages/theme-chalk/src/toolbar.scss +179 -179
  200. package/packages/theme-chalk/src/tree-group.scss +72 -72
  201. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  202. package/packages/tips/index.js +5 -5
  203. package/packages/toolbar/index.js +5 -5
  204. package/packages/tree/index.js +5 -5
  205. package/packages/tree-group/index.js +5 -5
  206. package/packages/upload/index.js +5 -5
  207. package/packages/upload/src/picture.js +15 -15
  208. package/packages/wujie/index.js +5 -5
  209. package/packages/wujie/src/main.vue +146 -145
  210. package/packages/wxlogin/index.js +5 -5
  211. package/packages/wxlogin/src/main.vue +128 -128
  212. package/src/config/api.js +7 -1
  213. package/src/config/image.js +2 -2
  214. package/src/index.js +1 -1
  215. package/src/utils/bus.js +3 -3
  216. package/src/utils/date-util.js +312 -312
  217. package/src/utils/http.js +50 -50
  218. package/src/utils/store.js +21 -21
  219. package/src/utils/util.js +42 -26
  220. package/src/utils/webSocket.js +107 -107
  221. package/packages/theme-chalk/lib/base.css +0 -1
  222. package/packages/theme-chalk/lib/button-group.css +0 -1
  223. package/packages/theme-chalk/lib/button.css +0 -1
  224. package/packages/theme-chalk/lib/calendar.css +0 -1
  225. package/packages/theme-chalk/lib/calogin.css +0 -0
  226. package/packages/theme-chalk/lib/card.css +0 -1
  227. package/packages/theme-chalk/lib/cascader.css +0 -0
  228. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  229. package/packages/theme-chalk/lib/clients.css +0 -1
  230. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  231. package/packages/theme-chalk/lib/data-table.css +0 -1
  232. package/packages/theme-chalk/lib/date-picker.css +0 -1
  233. package/packages/theme-chalk/lib/dialog.css +0 -1
  234. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  235. package/packages/theme-chalk/lib/enterprise.css +0 -1
  236. package/packages/theme-chalk/lib/error-page.css +0 -1
  237. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  238. package/packages/theme-chalk/lib/flow-group.css +0 -1
  239. package/packages/theme-chalk/lib/flow-list.css +0 -1
  240. package/packages/theme-chalk/lib/flow.css +0 -1
  241. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  242. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  243. package/packages/theme-chalk/lib/form.css +0 -1
  244. package/packages/theme-chalk/lib/handle-user.css +0 -1
  245. package/packages/theme-chalk/lib/handler.css +0 -1
  246. package/packages/theme-chalk/lib/icon.css +0 -1
  247. package/packages/theme-chalk/lib/icons.css +0 -1
  248. package/packages/theme-chalk/lib/index.css +0 -1
  249. package/packages/theme-chalk/lib/input-number.css +0 -0
  250. package/packages/theme-chalk/lib/input.css +0 -1
  251. package/packages/theme-chalk/lib/label.css +0 -1
  252. package/packages/theme-chalk/lib/layout.css +0 -1
  253. package/packages/theme-chalk/lib/login.css +0 -1
  254. package/packages/theme-chalk/lib/main.css +0 -1
  255. package/packages/theme-chalk/lib/menu.css +0 -1
  256. package/packages/theme-chalk/lib/nav.css +0 -1
  257. package/packages/theme-chalk/lib/notify.css +0 -0
  258. package/packages/theme-chalk/lib/page.css +0 -1
  259. package/packages/theme-chalk/lib/pagination.css +0 -1
  260. package/packages/theme-chalk/lib/player.css +0 -1
  261. package/packages/theme-chalk/lib/qr-code.css +0 -1
  262. package/packages/theme-chalk/lib/radio-group.css +0 -1
  263. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  264. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  265. package/packages/theme-chalk/lib/select.css +0 -1
  266. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  267. package/packages/theme-chalk/lib/selector.css +0 -1
  268. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  269. package/packages/theme-chalk/lib/simplicity.css +0 -1
  270. package/packages/theme-chalk/lib/sizer.css +0 -1
  271. package/packages/theme-chalk/lib/steps.css +0 -1
  272. package/packages/theme-chalk/lib/switch.css +0 -1
  273. package/packages/theme-chalk/lib/table-form.css +0 -0
  274. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  275. package/packages/theme-chalk/lib/tabs.css +0 -1
  276. package/packages/theme-chalk/lib/tips.css +0 -1
  277. package/packages/theme-chalk/lib/toolbar.css +0 -1
  278. package/packages/theme-chalk/lib/tree-group.css +0 -1
  279. package/packages/theme-chalk/lib/tree.css +0 -1
  280. package/packages/theme-chalk/lib/upload.css +0 -1
  281. package/packages/theme-chalk/lib/wujie.css +0 -0
  282. package/packages/theme-chalk/lib/wxlogin.css +0 -1
package/lib/flow.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 35);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 36);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -1702,7 +1702,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1702
1702
  * @param {function} callback - 回调函数
1703
1703
  **/
1704
1704
  var util_getMainConfig = function getMainConfig(callback) {
1705
- util_ajax({ url: api["wb" /* mainConfig */] }).then(function (res) {
1705
+ util_ajax({ url: api["xb" /* mainConfig */] }).then(function (res) {
1706
1706
  if (res && res.rCode === 0) {
1707
1707
  callback(res.results);
1708
1708
  }
@@ -2316,41 +2316,55 @@ var identical = function identical(_ref9) {
2316
2316
 
2317
2317
  /**
2318
2318
  * indexOfObj
2319
- * @desc:查找数组对象下标
2320
- * @author huangbo
2321
- * @date 2022年5月7日
2322
- * @param {Array} [arry] - 被查找的数组
2323
- * @param {Object} [target] - 目标对象
2324
- * @param {String/Array} [key] - 目标对象的属性名
2325
- **/
2319
+ * @desc 查找数组对象下标
2320
+ * @param {Array} arry - 被查找的数组
2321
+ * @param {Object|string} target - 目标对象或字符串值
2322
+ * @param {string|Array<string>} key - 目标对象的属性名,可以是逗号分隔的字符串或数组
2323
+ * @returns {number} 找到返回下标,未找到返回-1
2324
+ */
2326
2325
  var indexOfObj = function indexOfObj(arry, target, key) {
2327
- for (var i = 0; i < arry.length; i++) {
2328
- if (key) {
2329
- if (key.indexOf(',') > -1 || Array.isArray(key)) {
2330
- var keys = key.indexOf(',') > -1 ? key.split(',') : key;
2331
- for (var n = 0; n < keys.length; n++) {
2332
- var k = keys[n];
2333
- if (typeof target === 'string' && arry[i][k] === target) {
2334
- return i;
2335
- }
2336
- if (target[k] && arry[i][k] && target[k] === arry[i][k]) {
2337
- return i;
2338
- }
2339
- }
2340
- } else {
2341
- if (typeof target === 'string' && arry[i][key] === target) {
2342
- return i;
2326
+ // 参数校验
2327
+ if (!Array.isArray(arry)) {
2328
+ return -1;
2329
+ }
2330
+
2331
+ // 没有key的情况:直接比较对象
2332
+ if (!key) {
2333
+ var targetStr = JSON.stringify(target);
2334
+ for (var i = 0; i < arry.length; i++) {
2335
+ if (JSON.stringify(arry[i]) === targetStr) {
2336
+ return i;
2337
+ }
2338
+ }
2339
+ return -1;
2340
+ }
2341
+
2342
+ // 统一处理key为数组
2343
+ var keys = Array.isArray(key) ? key : typeof key === 'string' ? key.split(',').map(function (k) {
2344
+ return k.trim();
2345
+ }) : [];
2346
+
2347
+ // 遍历数组查找匹配项
2348
+ for (var _i8 = 0; _i8 < arry.length; _i8++) {
2349
+ var currentItem = arry[_i8];
2350
+
2351
+ // 遍历所有key进行匹配
2352
+ for (var j = 0; j < keys.length; j++) {
2353
+ var currentKey = keys[j];
2354
+
2355
+ // 如果target是字符串,直接比较
2356
+ if (typeof target === 'string') {
2357
+ if (currentItem[currentKey] === target) {
2358
+ return _i8;
2343
2359
  }
2344
- if (target[key] === arry[i][key]) {
2345
- return i;
2360
+ } else if (target && (typeof target === 'undefined' ? 'undefined' : _typeof(target)) === 'object') {
2361
+ if (currentItem[currentKey] === target[currentKey]) {
2362
+ return _i8;
2346
2363
  }
2347
2364
  }
2348
- } else {
2349
- if (JSON.stringify(target) === JSON.stringify(arry[i])) {
2350
- return i;
2351
- }
2352
2365
  }
2353
2366
  }
2367
+
2354
2368
  return -1;
2355
2369
  };
2356
2370
  /**
@@ -2453,7 +2467,7 @@ var isLogined = function () {
2453
2467
  break;
2454
2468
  }
2455
2469
 
2456
- util_ajax({ method: 'post', url: api["vb" /* logout */] }).then(function (res) {
2470
+ util_ajax({ method: 'post', url: api["wb" /* logout */] }).then(function (res) {
2457
2471
  if (res.rCode === 0) {
2458
2472
  removeStorage();
2459
2473
  }
@@ -3606,10 +3620,10 @@ var setStorage = function setStorage(_ref18) {
3606
3620
  }
3607
3621
  }
3608
3622
  } else {
3609
- for (var _i8 in key) {
3610
- var val = _typeof(key[_i8]) === 'object' ? JSON.stringify(key[_i8]) : key[_i8];
3611
- localStorage.setItem(_i8, val);
3612
- if (_i8 === 'token') {
3623
+ for (var _i9 in key) {
3624
+ var val = _typeof(key[_i9]) === 'object' ? JSON.stringify(key[_i9]) : key[_i9];
3625
+ localStorage.setItem(_i9, val);
3626
+ if (_i9 === 'token') {
3613
3627
  setCookie('token', val);
3614
3628
  }
3615
3629
  }
@@ -3621,17 +3635,17 @@ var setStorage = function setStorage(_ref18) {
3621
3635
  setCookie('token', value);
3622
3636
  }
3623
3637
  } else if (Array.isArray(key)) {
3624
- for (var _i9 in key) {
3625
- sessionStorage.setItem(key[_i9], value);
3626
- if (key[_i9] === 'token') {
3638
+ for (var _i10 in key) {
3639
+ sessionStorage.setItem(key[_i10], value);
3640
+ if (key[_i10] === 'token') {
3627
3641
  setCookie('token', value);
3628
3642
  }
3629
3643
  }
3630
3644
  } else {
3631
- for (var _i10 in key) {
3632
- var _val = _typeof(key[_i10]) === 'object' ? JSON.stringify(key[_i10]) : key[_i10];
3633
- sessionStorage.setItem(_i10, _val);
3634
- if (_i10 === 'token') {
3645
+ for (var _i11 in key) {
3646
+ var _val = _typeof(key[_i11]) === 'object' ? JSON.stringify(key[_i11]) : key[_i11];
3647
+ sessionStorage.setItem(_i11, _val);
3648
+ if (_i11 === 'token') {
3635
3649
  setCookie('token', _val);
3636
3650
  }
3637
3651
  }
@@ -3759,16 +3773,16 @@ var setCookie = function setCookie(name, value) {
3759
3773
  **/
3760
3774
  var getCookie = function getCookie(name) {
3761
3775
  var cookies = document.cookie.split(';');
3762
- for (var _iterator = cookies, _isArray = Array.isArray(_iterator), _i11 = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
3776
+ for (var _iterator = cookies, _isArray = Array.isArray(_iterator), _i12 = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
3763
3777
  var _ref19;
3764
3778
 
3765
3779
  if (_isArray) {
3766
- if (_i11 >= _iterator.length) break;
3767
- _ref19 = _iterator[_i11++];
3780
+ if (_i12 >= _iterator.length) break;
3781
+ _ref19 = _iterator[_i12++];
3768
3782
  } else {
3769
- _i11 = _iterator.next();
3770
- if (_i11.done) break;
3771
- _ref19 = _i11.value;
3783
+ _i12 = _iterator.next();
3784
+ if (_i12.done) break;
3785
+ _ref19 = _i12.value;
3772
3786
  }
3773
3787
 
3774
3788
  var cookie = _ref19;
@@ -3920,16 +3934,16 @@ var winTopOpen = function winTopOpen(config) {
3920
3934
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
3921
3935
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
3922
3936
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
3923
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return logout; });
3937
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return logout; });
3924
3938
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return initLogin; });
3925
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return switchUserTo; });
3939
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return switchUserTo; });
3926
3940
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3927
3941
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getLoginCode; });
3928
3942
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3929
3943
  /* unused harmony export updateCode */
3930
3944
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getModifyPassCode; });
3931
3945
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3932
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return loginModifyPassword; });
3946
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginModifyPassword; });
3933
3947
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3934
3948
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return initModifyPassword; });
3935
3949
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
@@ -3937,15 +3951,15 @@ var winTopOpen = function winTopOpen(config) {
3937
3951
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
3938
3952
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initRetrialAuth; });
3939
3953
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getRetrialAuthCode; });
3940
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return scanCodeRetrialAuth; });
3954
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return scanCodeRetrialAuth; });
3941
3955
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3942
3956
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
3943
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return userOnline; });
3957
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return userOnline; });
3944
3958
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getUserAppWithTag; });
3945
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return recordUserApp; });
3946
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return mainConfig; });
3959
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return recordUserApp; });
3960
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return mainConfig; });
3947
3961
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initUserSet; });
3948
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return updateUserInfo; });
3962
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return updateUserInfo; });
3949
3963
  /* unused harmony export getUserImgUrl */
3950
3964
  /* unused harmony export getDoorIndex */
3951
3965
  /* unused harmony export refreshOnlineUsers */
@@ -3954,22 +3968,22 @@ var winTopOpen = function winTopOpen(config) {
3954
3968
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
3955
3969
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
3956
3970
  /* unused harmony export getUserCustomInfo */
3957
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return updateUserCustomInfo; });
3958
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sysMsgPage; });
3971
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return updateUserCustomInfo; });
3972
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sysMsgPage; });
3959
3973
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return ignoreSysMsg; });
3960
3974
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return ignoreAllSysMsg; });
3961
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return searchType; });
3975
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return searchType; });
3962
3976
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSysParam; });
3963
3977
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
3964
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return uploads; });
3965
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return uploadOnlyOne; });
3978
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return uploads; });
3979
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return uploadOnlyOne; });
3966
3980
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
3967
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return uploadSort; });
3981
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return uploadSort; });
3968
3982
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
3969
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return uploadDownloads; });
3970
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return previewAdjunct; });
3971
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct2; });
3972
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunctOffice; });
3983
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return uploadDownloads; });
3984
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct; });
3985
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunct2; });
3986
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunctOffice; });
3973
3987
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3974
3988
  /* unused harmony export upload_updateClassify */
3975
3989
  /* unused harmony export getDeleteAdjunctFileInfos */
@@ -3984,13 +3998,13 @@ var winTopOpen = function winTopOpen(config) {
3984
3998
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return gethelpdoc; });
3985
3999
  /* unused harmony export getCurrentuser */
3986
4000
  /* unused harmony export mainDetail */
3987
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toStartFlow; });
3988
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return tempSave; });
4001
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toStartFlow; });
4002
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return tempSave; });
3989
4003
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3990
4004
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3991
4005
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
3992
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return saveCommonOpinion; });
3993
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return updateCommonOpinion; });
4006
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return saveCommonOpinion; });
4007
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return updateCommonOpinion; });
3994
4008
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3995
4009
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getProcessDefList; });
3996
4010
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfo; });
@@ -3999,82 +4013,85 @@ var winTopOpen = function winTopOpen(config) {
3999
4013
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
4000
4014
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNotificationMsg; });
4001
4015
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
4002
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskHandleHtml; });
4016
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskHandleHtml; });
4003
4017
  /* unused harmony export getView */
4004
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return register; });
4005
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return pendedhistoryList; });
4006
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTaskRejectHtml; });
4007
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskRejectHtml; });
4008
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toStartTaskRead; });
4009
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toStartTaskReadIndex; });
4010
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskReadHtml; });
4011
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return rejectAndEnd; });
4012
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toSendMsg; });
4013
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return sendMsg; });
4018
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return register; });
4019
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryList; });
4020
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskRejectHtml; });
4021
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskRejectHtml; });
4022
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toStartTaskRead; });
4023
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toStartTaskReadIndex; });
4024
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskReadHtml; });
4025
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return rejectAndEnd; });
4026
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toSendMsg; });
4027
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return sendMsg; });
4014
4028
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
4015
4029
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return handleInfo; });
4016
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginUserInfo; });
4017
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return wss; });
4018
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return topic; });
4030
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return loginUserInfo; });
4031
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return wss; });
4032
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return topic; });
4019
4033
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetCustomInfo; });
4020
4034
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getPresetNodeInfo; });
4021
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskTransferIndex; });
4022
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskTransfer; });
4023
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toPresetInfoListIndex; });
4035
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskTransferIndex; });
4036
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskTransfer; });
4037
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toPresetInfoListIndex; });
4024
4038
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
4025
4039
  /* unused harmony export historyListJson */
4026
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryListJson; });
4027
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pressListJson; });
4040
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListJson; });
4041
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pressListJson; });
4028
4042
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
4029
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return modifyFlow; });
4043
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return modifyFlow; });
4030
4044
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return isCanStartSubFlow; });
4031
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskUnionExamine; });
4032
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskUnionExamine; });
4033
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskTakeAdvice; });
4034
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskTakeAdvice; });
4035
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskStartDraft; });
4036
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskSupervise; });
4037
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskSuperviseSub; });
4038
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskStartDraft; });
4039
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toTaskReview; });
4040
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskReview; });
4041
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskUnionSeal; });
4042
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskUnionSeal; });
4043
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTwoOfficesDispatch; });
4044
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return twoOfficesDispatch; });
4045
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toResetProcessIndex; });
4046
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return resetProcess; });
4047
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskContinuationIndex; });
4048
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskContinuation; });
4045
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskUnionExamine; });
4046
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskUnionExamine; });
4047
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskTakeAdvice; });
4048
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskTakeAdvice; });
4049
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskStartDraft; });
4050
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskSupervise; });
4051
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskSuperviseSub; });
4052
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskStartDraft; });
4053
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskReview; });
4054
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskReview; });
4055
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskUnionSeal; });
4056
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskUnionSeal; });
4057
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTwoOfficesDispatch; });
4058
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return twoOfficesDispatch; });
4059
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toResetProcessIndex; });
4060
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return resetProcess; });
4061
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskContinuationIndex; });
4062
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskContinuation; });
4049
4063
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
4050
4064
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
4051
4065
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
4052
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListWithCircularReadJson; });
4066
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryListWithCircularReadJson; });
4053
4067
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
4054
4068
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
4055
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskReadWithDraw; });
4056
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4069
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskReadWithDraw; });
4070
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4057
4071
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
4058
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendList; });
4059
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendInfo; });
4072
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return sendList; });
4073
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendInfo; });
4060
4074
  /* unused harmony export sendSave */
4061
4075
  /* unused harmony export sendUpdate */
4062
4076
  /* unused harmony export sendDelete */
4063
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return sendBatch; });
4077
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendBatch; });
4064
4078
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
4065
4079
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
4066
4080
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
4067
4081
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNodeInfoForStart; });
4068
4082
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
4069
4083
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getUrgencyLevelChangedNotificationType; });
4070
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toFreeTaskCircularRead; });
4084
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toFreeTaskCircularRead; });
4085
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return isCancelSecondConfirmation; });
4071
4086
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
4072
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return queryUseCommonMenu; });
4087
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toDefinitionChangeSort; });
4088
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return setSort; });
4089
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return queryUseCommonMenu; });
4073
4090
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getIndexCount; });
4074
4091
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getVoteMeetingNum; });
4075
4092
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUserTipsInstanceNum; });
4076
4093
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getShareFilesReceiveCountNew; });
4077
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return queryChildMenuUrl; });
4094
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return queryChildMenuUrl; });
4078
4095
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
4079
4096
  // 登录
4080
4097
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -4341,9 +4358,15 @@ var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
4341
4358
  var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelChangedNotificationType';
4342
4359
  // 自由发起传阅查询
4343
4360
  var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
4361
+ // 提交是否二次确认
4362
+ var isCancelSecondConfirmation = '/bpm/task/taskHandle/isCancelSecondConfirmation.dhtml';
4363
+
4344
4364
  // 自由发起传阅提交
4345
4365
  var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
4346
-
4366
+ // 获取排序流程
4367
+ var toDefinitionChangeSort = '/bpm/bpmBackend/toDefinitionChangeSort';
4368
+ // 设置流程排序
4369
+ var setSort = '/bpm/bpmdefinition/setSort.json ';
4347
4370
  // 查询常用菜单列表信息
4348
4371
  var queryUseCommonMenu = '/sys/v1/userCustom/queryUseCommonMenu.dhtml';
4349
4372
  // 查询待办任务数量
@@ -4705,7 +4728,12 @@ var component = Object(componentNormalizer["a" /* default */])(
4705
4728
  /* 19 */,
4706
4729
  /* 20 */,
4707
4730
  /* 21 */,
4708
- /* 22 */,
4731
+ /* 22 */
4732
+ /***/ (function(module, exports) {
4733
+
4734
+ module.exports = require("vuedraggable");
4735
+
4736
+ /***/ }),
4709
4737
  /* 23 */,
4710
4738
  /* 24 */,
4711
4739
  /* 25 */,
@@ -4718,14 +4746,15 @@ var component = Object(componentNormalizer["a" /* default */])(
4718
4746
  /* 32 */,
4719
4747
  /* 33 */,
4720
4748
  /* 34 */,
4721
- /* 35 */
4749
+ /* 35 */,
4750
+ /* 36 */
4722
4751
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4723
4752
 
4724
4753
  "use strict";
4725
4754
  // ESM COMPAT FLAG
4726
4755
  __webpack_require__.r(__webpack_exports__);
4727
4756
 
4728
- // 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=e711590a&
4757
+ // 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=f5a32352&
4729
4758
  var render = function () {
4730
4759
  var _vm = this
4731
4760
  var _h = _vm.$createElement
@@ -5385,29 +5414,59 @@ var render = function () {
5385
5414
  ),
5386
5415
  1
5387
5416
  ),
5388
- _c("el-button", {
5389
- directives: [
5390
- {
5391
- name: "show",
5392
- rawName: "v-show",
5393
- value:
5394
- _vm.isStartFlowChartView ==
5395
- "true",
5396
- expression:
5397
- "isStartFlowChartView == 'true'",
5398
- },
5399
- ],
5400
- attrs: {
5417
+ _c(
5418
+ "div",
5419
+ {
5420
+ directives: [
5421
+ {
5422
+ name: "show",
5423
+ rawName: "v-show",
5424
+ value:
5425
+ _vm.isStartFlowChartView ==
5426
+ "true",
5427
+ expression:
5428
+ "isStartFlowChartView == 'true'",
5429
+ },
5430
+ ],
5431
+ attrs: { slot: "append" },
5401
5432
  slot: "append",
5402
- icon: "es-icon-shu-jituan",
5403
- },
5404
- on: {
5405
- click: function () {
5406
- _vm.showFlowChart = true
5407
- },
5408
5433
  },
5409
- slot: "append",
5410
- }),
5434
+ [
5435
+ _c("el-button", {
5436
+ attrs: {
5437
+ icon: "es-icon-shu-jituan",
5438
+ type: "primary",
5439
+ },
5440
+ on: {
5441
+ click: function () {
5442
+ _vm.showFlowChart = true
5443
+ },
5444
+ },
5445
+ }),
5446
+ _c("el-button", {
5447
+ directives: [
5448
+ {
5449
+ name: "show",
5450
+ rawName: "v-show",
5451
+ value:
5452
+ _vm.activitiDefinitionSort,
5453
+ expression:
5454
+ "activitiDefinitionSort",
5455
+ },
5456
+ ],
5457
+ attrs: {
5458
+ icon: "es-icon-paixu",
5459
+ type: "primary",
5460
+ },
5461
+ on: {
5462
+ click: function () {
5463
+ _vm.showSort = true
5464
+ },
5465
+ },
5466
+ }),
5467
+ ],
5468
+ 1
5469
+ ),
5411
5470
  ],
5412
5471
  1
5413
5472
  ),
@@ -5714,7 +5773,7 @@ var render = function () {
5714
5773
  ? _c(
5715
5774
  "div",
5716
5775
  [
5717
- _vm.isChooseNextNode == 1
5776
+ !_vm.isHideDefaultOperation
5718
5777
  ? _c(
5719
5778
  "el-form-item",
5720
5779
  {
@@ -6568,6 +6627,8 @@ var render = function () {
6568
6627
  ? _c("ProcessForm", {
6569
6628
  ref: "processFormIndex",
6570
6629
  attrs: {
6630
+ isCancelSecondConfirmationType:
6631
+ _vm.isCancelSecondConfirmationType,
6571
6632
  id:
6572
6633
  _vm.freeStartFlowParams.startFlowBusinessId ||
6573
6634
  _vm.businessIds,
@@ -7355,6 +7416,8 @@ var render = function () {
7355
7416
  id:
7356
7417
  _vm.freeStartFlowParams.startFlowBusinessId ||
7357
7418
  _vm.businessIds,
7419
+ isCancelSecondConfirmationType:
7420
+ _vm.isCancelSecondConfirmationType,
7358
7421
  "pending-id": _vm.pendingId,
7359
7422
  showTooltip: _vm.showTooltip,
7360
7423
  simpleTips: _vm.simpleTips,
@@ -7535,6 +7598,40 @@ var render = function () {
7535
7598
  1
7536
7599
  )
7537
7600
  : _vm._e(),
7601
+ _vm.showSort
7602
+ ? _c(
7603
+ "es-dialog",
7604
+ {
7605
+ staticClass: "flow-dialog",
7606
+ attrs: {
7607
+ "append-to-body": "",
7608
+ title: "流程定义调整排序",
7609
+ "close-on-click-modal": false,
7610
+ visible: _vm.showSort,
7611
+ },
7612
+ on: {
7613
+ "update:visible": function ($event) {
7614
+ _vm.showSort = $event
7615
+ },
7616
+ },
7617
+ },
7618
+ [
7619
+ _c("SortFlow", {
7620
+ attrs: {
7621
+ flowTypeCode: _vm.flowTypeCode,
7622
+ defaultProcessKey: _vm.defaultProcessKey,
7623
+ },
7624
+ on: {
7625
+ success: _vm.sortSuccess,
7626
+ close: function ($event) {
7627
+ _vm.showSort = false
7628
+ },
7629
+ },
7630
+ }),
7631
+ ],
7632
+ 1
7633
+ )
7634
+ : _vm._e(),
7538
7635
  _vm.showSendMsg
7539
7636
  ? _c(
7540
7637
  "es-dialog",
@@ -7679,7 +7776,7 @@ var staticRenderFns = []
7679
7776
  render._withStripped = true
7680
7777
 
7681
7778
 
7682
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=e711590a&
7779
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=f5a32352&
7683
7780
 
7684
7781
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7685
7782
  var regenerator_ = __webpack_require__(4);
@@ -8692,7 +8789,7 @@ var _components;
8692
8789
  }
8693
8790
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
8694
8791
  util["a" /* default */].ajax({
8695
- url: data.id ? api["Bc" /* updateCommonOpinion */] : api["Lb" /* saveCommonOpinion */],
8792
+ url: data.id ? api["Ec" /* updateCommonOpinion */] : api["Mb" /* saveCommonOpinion */],
8696
8793
  data: info,
8697
8794
  header: { 'Content-Type': 'multipart/form-data' },
8698
8795
  method: 'post'
@@ -8743,8 +8840,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
8743
8840
  )
8744
8841
 
8745
8842
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
8746
- // 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=e4b5ed26&
8747
- var processFormvue_type_template_id_e4b5ed26_render = function () {
8843
+ // 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=61fadcfb&
8844
+ var processFormvue_type_template_id_61fadcfb_render = function () {
8748
8845
  var _vm = this
8749
8846
  var _h = _vm.$createElement
8750
8847
  var _c = _vm._self._c || _h
@@ -8788,7 +8885,7 @@ var processFormvue_type_template_id_e4b5ed26_render = function () {
8788
8885
  (_vm.showBtn ? "430px" : "auto") +
8789
8886
  "; overflow-y:" +
8790
8887
  (_vm.showBtn ? "auto" : "hidden") +
8791
- " ; margin-bottom: 10px",
8888
+ " ; margin-bottom: 10px;overflow-x: hidden;",
8792
8889
  },
8793
8890
  [
8794
8891
  _c(
@@ -9572,11 +9669,11 @@ var processFormvue_type_template_id_e4b5ed26_render = function () {
9572
9669
  1
9573
9670
  )
9574
9671
  }
9575
- var processFormvue_type_template_id_e4b5ed26_staticRenderFns = []
9576
- processFormvue_type_template_id_e4b5ed26_render._withStripped = true
9672
+ var processFormvue_type_template_id_61fadcfb_staticRenderFns = []
9673
+ processFormvue_type_template_id_61fadcfb_render._withStripped = true
9577
9674
 
9578
9675
 
9579
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=e4b5ed26&
9676
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=61fadcfb&
9580
9677
 
9581
9678
  // 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=406a9f9a&
9582
9679
  var selectUservue_type_template_id_406a9f9a_render = function () {
@@ -10287,8 +10384,8 @@ var selectUser_component = Object(componentNormalizer["a" /* default */])(
10287
10384
  )
10288
10385
 
10289
10386
  /* harmony default export */ var selectUser = (selectUser_component.exports);
10290
- // 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/CustomPreset.vue?vue&type=template&id=2fa03212&
10291
- var CustomPresetvue_type_template_id_2fa03212_render = function () {
10387
+ // 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/CustomPreset.vue?vue&type=template&id=3ce2700c&
10388
+ var CustomPresetvue_type_template_id_3ce2700c_render = function () {
10292
10389
  var _vm = this
10293
10390
  var _h = _vm.$createElement
10294
10391
  var _c = _vm._self._c || _h
@@ -10391,11 +10488,11 @@ var CustomPresetvue_type_template_id_2fa03212_render = function () {
10391
10488
  1
10392
10489
  )
10393
10490
  }
10394
- var CustomPresetvue_type_template_id_2fa03212_staticRenderFns = []
10395
- CustomPresetvue_type_template_id_2fa03212_render._withStripped = true
10491
+ var CustomPresetvue_type_template_id_3ce2700c_staticRenderFns = []
10492
+ CustomPresetvue_type_template_id_3ce2700c_render._withStripped = true
10396
10493
 
10397
10494
 
10398
- // CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=2fa03212&
10495
+ // CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=3ce2700c&
10399
10496
 
10400
10497
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=script&lang=js&
10401
10498
  var CustomPresetvue_type_script_lang_js_components;
@@ -10451,7 +10548,7 @@ var CustomPresetvue_type_script_lang_js_components;
10451
10548
  components: (CustomPresetvue_type_script_lang_js_components = {}, CustomPresetvue_type_script_lang_js_components[selectUser.name] = selectUser, CustomPresetvue_type_script_lang_js_components),
10452
10549
  data: function data() {
10453
10550
  return {
10454
- activeNames: '',
10551
+ activeNames: '1',
10455
10552
  newProcessDefinitionId: '',
10456
10553
  newPresetList: []
10457
10554
  };
@@ -10718,8 +10815,8 @@ var CustomPresetvue_type_script_lang_js_components;
10718
10815
 
10719
10816
  var CustomPreset_component = Object(componentNormalizer["a" /* default */])(
10720
10817
  component_CustomPresetvue_type_script_lang_js_,
10721
- CustomPresetvue_type_template_id_2fa03212_render,
10722
- CustomPresetvue_type_template_id_2fa03212_staticRenderFns,
10818
+ CustomPresetvue_type_template_id_3ce2700c_render,
10819
+ CustomPresetvue_type_template_id_3ce2700c_staticRenderFns,
10723
10820
  false,
10724
10821
  null,
10725
10822
  null,
@@ -11576,6 +11673,10 @@ var processFormvue_type_script_lang_js_components;
11576
11673
  type: String,
11577
11674
  default: ''
11578
11675
  },
11676
+ isCancelSecondConfirmationType: {
11677
+ type: Boolean,
11678
+ default: false
11679
+ },
11579
11680
  isFreeStartFlow: {
11580
11681
  type: Boolean,
11581
11682
  default: false
@@ -11843,7 +11944,7 @@ var processFormvue_type_script_lang_js_components;
11843
11944
  this.foreignOrgSelectorParams.nofilid = this.userModel.orgId;
11844
11945
  this.foreignOrgSelectorParams.roleid = this.currentOrgSelectorParams.roleid = this.selectorParams.roleid;
11845
11946
  } else {
11846
- util["a" /* default */].ajax({ url: api["ub" /* loginUserInfo */] }).then(function (res) {
11947
+ util["a" /* default */].ajax({ url: api["vb" /* loginUserInfo */] }).then(function (res) {
11847
11948
  var status = res.status,
11848
11949
  data = res.data;
11849
11950
 
@@ -12111,6 +12212,123 @@ var processFormvue_type_script_lang_js_components;
12111
12212
  if ((_this5.isHideOtherOrg || _this5.isHideCurrentOrg) && !nextCurrentOrgObj && !nextOtherOrgObj) {
12112
12213
  return _this5.$message.warning('请选择办理对象');
12113
12214
  }
12215
+ if (_this5.isCancelSecondConfirmationType) {
12216
+ _this5.$confirm('确认提交吗?', '提示', {
12217
+ confirmButtonText: '确定',
12218
+ cancelButtonText: '取消',
12219
+ type: 'warning'
12220
+ }).then(function () {
12221
+ if (_this5.showBtn) {
12222
+ _this5.loading = true;
12223
+ } else {
12224
+ _this5.allLoading = util["a" /* default */].loading(_this5.$loading, '加载中...');
12225
+ }
12226
+ var newNextUser = [];
12227
+ if (_this5.multiple) {
12228
+ nextUser && nextUser.map(function (item) {
12229
+ return newNextUser.push(item);
12230
+ });
12231
+ }
12232
+ var newNoticeType = '';
12233
+ if (noticeType) {
12234
+ newNoticeType = noticeType.join(',');
12235
+ }
12236
+ var params = {
12237
+ processDefinitionId: _this5.processDefinitionId,
12238
+ nextUserId: _this5.multiple ? newNextUser.join(',') : nextUser,
12239
+ nextNodeId: nextNode,
12240
+ businessId: _this5.businessId,
12241
+ notificationType: newNoticeType,
12242
+ userId: util["a" /* default */].getStorage('userId'),
12243
+ notificationMsg: noticeInfo,
12244
+ customPresetUserJson: JSON.stringify(_this5.presetList),
12245
+ presetUserJson: JSON.stringify(_this5.presetUserJson),
12246
+ nextReadUserId: _this5.readMultiple ? _this5.mixReadList && _this5.mixReadList.join('|') : nextReadUserId,
12247
+ nextOrgId: !_this5.isShowNextUser ? _this5.multiple ? _this5.mixOrgIdList && _this5.mixOrgIdList.join('|') : nextOrgId : '',
12248
+ handleExplain: handleExplain,
12249
+ presetReadUserId: _this5.mixPresetList && _this5.mixPresetList.length > 0 ? _this5.mixPresetList.join('|') : presetReadUserId.join(','),
12250
+ opinion: _this5.newOpinion || newOpinion
12251
+ };
12252
+ if (_this5.enableCustomLimitTimeSetting) {
12253
+ params.customLimitTime = customLimitTime;
12254
+ if (!customLimitTime) {
12255
+ _this5.$message.warning('请选择或输入限时办理的天数');
12256
+ _this5.nextNode.customLimitTime = '';
12257
+ return;
12258
+ } else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
12259
+ _this5.$message.warning('请输入正确的天数');
12260
+ _this5.nextNode.customLimitTime = '';
12261
+ return;
12262
+ }
12263
+ }
12264
+ if (_this5.isHideCurrentOrg) {
12265
+ params.nextCurrentOrgObj = nextCurrentOrgObj;
12266
+ }
12267
+ if (_this5.isHideOtherOrg) {
12268
+ params.nextOtherOrgObj = nextOtherOrgObj;
12269
+ }
12270
+ if (_this5.activeNames != '1') delete params.customPresetUserJson;
12271
+ if (_this5.isFreeStartFlow || _this5.formType === 'readTransfer') {
12272
+ var newParm = {};
12273
+ newParm.copyHistory = _this5.copyHistory === 'needCopyPendedHistory';
12274
+ newParm.startFlowParamJson = params;
12275
+ // newParm.startFlowParamJson.businessId = this.id; //this.id
12276
+ newParm.startFlowParamJson.taskExamineParam = {
12277
+ startFlowFirstNodeName: _this5.taskExamineParam
12278
+ };
12279
+ newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
12280
+ for (var key in _this5.taskParams) {
12281
+ if (Array.isArray(_this5.taskParams[key])) {
12282
+ _this5.taskParams[key] = _this5.taskParams[key].length > 0 ? _this5.taskParams[key].join(',') : '';
12283
+ }
12284
+ }
12285
+
12286
+ newParm.submitTaskParamJson = JSON.stringify(_this5.taskParams);
12287
+ if (_this5.formType == 'readTransfer') {
12288
+ newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
12289
+ newParm.taskReadEndParamJson = JSON.stringify(_this5.taskParams);
12290
+ delete newParm.copyHistory;
12291
+ delete newParm.startFlowParamJson;
12292
+ delete newParm.submitTaskParamJson;
12293
+ }
12294
+ params = newParm;
12295
+ }
12296
+ if (_this5.copyHistory && !_this5.isFreeStartFlow) {
12297
+ params.pendingId = _this5.pendingId;
12298
+ delete params.businessId;
12299
+ }
12300
+ util["a" /* default */].ajax({
12301
+ url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Ub" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Jb" /* register */],
12302
+ method: 'post',
12303
+ data: params
12304
+ }).then(function (res) {
12305
+ var status = res.status,
12306
+ message = res.message;
12307
+
12308
+ if (_this5.showBtn) {
12309
+ _this5.loading = false;
12310
+ } else {
12311
+ _this5.allLoading.close();
12312
+ }
12313
+ if (status === 'success' || res.rCode == 0) {
12314
+ _this5.quit(true);
12315
+ _this5.simpleTips && _this5.$message.success('操作成功');
12316
+ } else {
12317
+ _this5.$message.error(message || '系统错误,请联系管理员!');
12318
+ }
12319
+ }).catch(function (err) {
12320
+ if (_this5.showBtn) {
12321
+ _this5.loading = false;
12322
+ } else {
12323
+ _this5.allLoading.close();
12324
+ }
12325
+ if (err.message && err.message !== 'canceled') {
12326
+ _this5.$message.error(err.message);
12327
+ }
12328
+ });
12329
+ });
12330
+ return;
12331
+ }
12114
12332
  if (_this5.showBtn) {
12115
12333
  _this5.loading = true;
12116
12334
  } else {
@@ -12191,7 +12409,7 @@ var processFormvue_type_script_lang_js_components;
12191
12409
  delete params.businessId;
12192
12410
  }
12193
12411
  util["a" /* default */].ajax({
12194
- url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Sb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Ib" /* register */],
12412
+ url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Ub" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Jb" /* register */],
12195
12413
  method: 'post',
12196
12414
  data: params
12197
12415
  }).then(function (res) {
@@ -12430,7 +12648,7 @@ var processFormvue_type_script_lang_js_components;
12430
12648
  params.taskAction = "toStartFlowWithoutTempSave";
12431
12649
  }
12432
12650
  // 获取节点
12433
- util["a" /* default */].ajax({ url: api["lc" /* toStartFlow */], params: params }).then(function (res) {
12651
+ util["a" /* default */].ajax({ url: api["oc" /* toStartFlow */], params: params }).then(function (res) {
12434
12652
  //pc接口返回数据处理
12435
12653
  var status = res.status,
12436
12654
  message = res.message,
@@ -12457,13 +12675,18 @@ var processFormvue_type_script_lang_js_components;
12457
12675
  _this8.isChooseNextNode = data.nodeInfoMap.nodeExtAttr.isChooseNextNode;
12458
12676
  _this8.isCdjxjTaskHandle = data.isCdjxjTaskHandle;
12459
12677
  if (_this8.isChooseNextNode == 1) {
12460
- _this8.operationList = [{ key: 0, value: '默认', list: [] }, { key: 1, value: '自定义', list: [] }];
12678
+ _this8.operationList = [
12679
+ // { key: 0, value: '默认', list: [] },
12680
+ { key: 1, value: '自定义', list: [] }];
12681
+ if (data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation != 1) {
12682
+ _this8.operationList.unshift({ key: 0, value: '默认', list: [] });
12683
+ }
12461
12684
  var arr = [];
12462
12685
  for (var key in data.taskNodeMap) {
12463
12686
  arr.push({ nodeName: data.taskNodeMap[key], nodeId: key });
12464
12687
  }
12465
- _this8.operationList[0].list = data.nextNodeList;
12466
- _this8.operationList[1].list = arr;
12688
+ // this.operationList[0].list = data.nextNodeList;
12689
+ _this8.operationList[0].list = arr;
12467
12690
  if (_this8.isHideDefaultOperation != 1) {
12468
12691
  _this8.nextNode.nextOperate = 0;
12469
12692
  _this8.nextNode.nodeInfo = _this8.operationList[0].list;
@@ -12476,7 +12699,7 @@ var processFormvue_type_script_lang_js_components;
12476
12699
  } else if (data.nodeInfoMap.nodeExtAttr.defaultNextOperate == 1 || data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1) {
12477
12700
  // this.nextNode.nodeInfo = data.nextNodeList
12478
12701
  _this8.nextNode.nextOperate = 1;
12479
- _this8.nextNode.nodeInfo = _this8.operationList[1].list;
12702
+ _this8.nextNode.nodeInfo = _this8.operationList[0].list;
12480
12703
  if (_this8.nextNode.nodeInfo.length > 0) {
12481
12704
  var _defaultNodeData = data.nextNodeList.filter(function (x) {
12482
12705
  return x.nodeId == _this8.defaultNextNode;
@@ -12541,8 +12764,8 @@ var processFormvue_type_script_lang_js_components;
12541
12764
 
12542
12765
  var processForm_component = Object(componentNormalizer["a" /* default */])(
12543
12766
  src_processFormvue_type_script_lang_js_,
12544
- processFormvue_type_template_id_e4b5ed26_render,
12545
- processFormvue_type_template_id_e4b5ed26_staticRenderFns,
12767
+ processFormvue_type_template_id_61fadcfb_render,
12768
+ processFormvue_type_template_id_61fadcfb_staticRenderFns,
12546
12769
  false,
12547
12770
  null,
12548
12771
  null,
@@ -12919,7 +13142,7 @@ SendMsgvue_type_template_id_9779cf84_render._withStripped = true
12919
13142
  notificationType = _sendInfo.notificationType;
12920
13143
 
12921
13144
  var params = {
12922
- url: api["Rb" /* sendMsg */],
13145
+ url: api["Sb" /* sendMsg */],
12923
13146
  headers: { Accept: 'application/json,text/plain' },
12924
13147
  method: 'post',
12925
13148
  data: {
@@ -12981,7 +13204,7 @@ SendMsgvue_type_template_id_9779cf84_render._withStripped = true
12981
13204
 
12982
13205
  this.loading = true;
12983
13206
  util["a" /* default */].ajax({
12984
- url: api["kc" /* toSendMsg */],
13207
+ url: api["nc" /* toSendMsg */],
12985
13208
  params: { pendingId: this.$attrs.pendingId }
12986
13209
  }).then(function (res) {
12987
13210
  var status = res.status,
@@ -13873,7 +14096,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
13873
14096
  userId: util["a" /* default */].getStorage('userId'),
13874
14097
  nextNodeId: _this2.nextNode.nextNodeId
13875
14098
  };
13876
- util["a" /* default */].ajax({ url: api["Zb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
14099
+ util["a" /* default */].ajax({ url: api["bc" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
13877
14100
  var status = res.status,
13878
14101
  message = res.message;
13879
14102
 
@@ -13938,7 +14161,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
13938
14161
  isSinglePage: false,
13939
14162
  opinion: this.option
13940
14163
  };
13941
- util["a" /* default */].ajax({ url: api["pc" /* toTaskRejectHtml */], params: params }).then(function (res) {
14164
+ util["a" /* default */].ajax({ url: api["sc" /* toTaskRejectHtml */], params: params }).then(function (res) {
13942
14165
  _this4.loading = false;
13943
14166
  if (res.status === 'success') {
13944
14167
  var _res$data = res.data,
@@ -14751,7 +14974,7 @@ var startTaskReadvue_type_script_lang_js_components;
14751
14974
  taskExamine = this.taskExamine;
14752
14975
 
14753
14976
  var params = {
14754
- url: api["vc" /* toTaskTransferIndex */],
14977
+ url: api["yc" /* toTaskTransferIndex */],
14755
14978
  params: {
14756
14979
  opinion: opinion,
14757
14980
  pendingId: pendingId,
@@ -14877,7 +15100,7 @@ var startTaskReadvue_type_script_lang_js_components;
14877
15100
  var _this4 = this;
14878
15101
 
14879
15102
  var params = {
14880
- url: api["mc" /* toStartTaskRead */],
15103
+ url: api["pc" /* toStartTaskRead */],
14881
15104
  params: startTaskReadvue_type_script_lang_js_extends({
14882
15105
  pendingId: this.pendingId,
14883
15106
  taskAction: this.type
@@ -14973,7 +15196,7 @@ var startTaskReadvue_type_script_lang_js_components;
14973
15196
  type = this.type;
14974
15197
 
14975
15198
  var params = {
14976
- url: api["dc" /* taskTransfer */],
15199
+ url: api["fc" /* taskTransfer */],
14977
15200
  data: {
14978
15201
  choiceDeptId: choiceDeptId,
14979
15202
  choiceOrgId: choiceOrgId,
@@ -15076,7 +15299,7 @@ var startTaskReadvue_type_script_lang_js_components;
15076
15299
  }
15077
15300
  delete _this8.configInfo.taskExamine.taskExamineParam;
15078
15301
  util["a" /* default */].ajax({
15079
- url: api["Xb" /* taskReadHtml */],
15302
+ url: api["Zb" /* taskReadHtml */],
15080
15303
  params: { taskAction: _this8.type },
15081
15304
  headers: {
15082
15305
  Accept: 'application/json,text/plain'
@@ -16049,7 +16272,7 @@ var resetvue_type_script_lang_js_components;
16049
16272
  if (mainConfig) {
16050
16273
  this.userModel = JSON.parse(mainConfig).userModel;
16051
16274
  } else {
16052
- util["a" /* default */].ajax({ url: api["ub" /* loginUserInfo */] }).then(function (res) {
16275
+ util["a" /* default */].ajax({ url: api["vb" /* loginUserInfo */] }).then(function (res) {
16053
16276
  var status = res.status,
16054
16277
  data = res.data;
16055
16278
 
@@ -16262,7 +16485,7 @@ var resetvue_type_script_lang_js_components;
16262
16485
  }
16263
16486
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
16264
16487
  util["a" /* default */].ajax({
16265
- url: _this4.type == 'reset' ? api["Kb" /* resetProcess */] : api["Vb" /* taskContinuation */],
16488
+ url: _this4.type == 'reset' ? api["Lb" /* resetProcess */] : api["Xb" /* taskContinuation */],
16266
16489
  method: 'post',
16267
16490
  data: params
16268
16491
  }).then(function (res) {
@@ -16470,7 +16693,7 @@ var resetvue_type_script_lang_js_components;
16470
16693
  var _this7 = this;
16471
16694
 
16472
16695
  var params = {
16473
- url: this.type == 'continuation' ? api["oc" /* toTaskContinuationIndex */] : api["jc" /* toResetProcessIndex */],
16696
+ url: this.type == 'continuation' ? api["rc" /* toTaskContinuationIndex */] : api["mc" /* toResetProcessIndex */],
16474
16697
  params: resetvue_type_script_lang_js_extends({
16475
16698
  appId: this.appId
16476
16699
  }, this.flowParams)
@@ -17201,7 +17424,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17201
17424
  pendingId = this.pendingId;
17202
17425
 
17203
17426
  var params = {
17204
- url: api["ac" /* taskReview */],
17427
+ url: api["cc" /* taskReview */],
17205
17428
  data: {
17206
17429
  nextUserId: nextOtherOrgObj.join(','),
17207
17430
  notificationType: noticeType.join(','),
@@ -17237,7 +17460,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17237
17460
  var _this2 = this;
17238
17461
 
17239
17462
  var params = {
17240
- url: api["qc" /* toTaskReview */],
17463
+ url: api["tc" /* toTaskReview */],
17241
17464
  params: { pendingId: this.pendingId }
17242
17465
  };
17243
17466
  util["a" /* default */].ajax(params).then(function (res) {
@@ -17273,7 +17496,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17273
17496
  var _this3 = this;
17274
17497
 
17275
17498
  var params = {
17276
- url: this.type == 'takeAdvice' ? api["uc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["rc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["xc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["yc" /* toTwoOfficesDispatch */] : api["wc" /* toTaskUnionExamine */],
17499
+ url: this.type == 'takeAdvice' ? api["xc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["uc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Ac" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Bc" /* toTwoOfficesDispatch */] : api["zc" /* toTaskUnionExamine */],
17277
17500
  params: { pendingId: this.pendingId },
17278
17501
  headers: { Accept: 'application/json,text/plain' }
17279
17502
  };
@@ -17425,7 +17648,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17425
17648
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
17426
17649
  // return this.$message.warning('暂未开放,敬请期待!');
17427
17650
  var param = {
17428
- url: this.type === 'startDraf' ? api["bc" /* taskStartDraft */] : this.type == 'unionSeal' ? api["fc" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Ac" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["cc" /* taskTakeAdvice */] : api["ec" /* taskUnionExamine */],
17651
+ url: this.type === 'startDraf' ? api["dc" /* taskStartDraft */] : this.type == 'unionSeal' ? api["hc" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Dc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["ec" /* taskTakeAdvice */] : api["gc" /* taskUnionExamine */],
17429
17652
  data: {
17430
17653
  opinion: opinion,
17431
17654
  pendingId: pendingId,
@@ -20899,7 +21122,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20899
21122
  taskAction: 'complete'
20900
21123
  };
20901
21124
  util["a" /* default */].ajax({
20902
- url: api["Xb" /* taskReadHtml */],
21125
+ url: api["Zb" /* taskReadHtml */],
20903
21126
  params: { taskAction: 'complete' },
20904
21127
  headers: {
20905
21128
  Accept: 'application/json,text/plain'
@@ -20931,7 +21154,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20931
21154
 
20932
21155
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
20933
21156
  util["a" /* default */].ajax({
20934
- url: api["nc" /* toStartTaskReadIndex */],
21157
+ url: api["qc" /* toStartTaskReadIndex */],
20935
21158
  params: { pendingId: this.pendingId }
20936
21159
  }).then(function (res) {
20937
21160
  var status = res.status,
@@ -20967,7 +21190,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20967
21190
  if (mainConfig) {
20968
21191
  this.userModel = JSON.parse(mainConfig).userModel;
20969
21192
  } else {
20970
- util["a" /* default */].ajax({ url: api["ub" /* loginUserInfo */] }).then(function (res) {
21193
+ util["a" /* default */].ajax({ url: api["vb" /* loginUserInfo */] }).then(function (res) {
20971
21194
  var status = res.status,
20972
21195
  data = res.data;
20973
21196
 
@@ -21069,7 +21292,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21069
21292
  pendingId: this.pendingId
21070
21293
  };
21071
21294
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
21072
- util["a" /* default */].ajax({ url: api["gc" /* tempSave */], params: params }).then(function (res) {
21295
+ util["a" /* default */].ajax({ url: api["ic" /* tempSave */], params: params }).then(function (res) {
21073
21296
  var status = res.status,
21074
21297
  message = res.message;
21075
21298
 
@@ -21473,7 +21696,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21473
21696
  this.$confirm('确认' + res.value + '?').then(function () {
21474
21697
  // return this.$message.warning('请填写意见');
21475
21698
  var params = {
21476
- url: api["Jb" /* rejectAndEnd */],
21699
+ url: api["Kb" /* rejectAndEnd */],
21477
21700
  headers: { Accept: 'application/json,text/plain' },
21478
21701
  method: 'post',
21479
21702
  data: {
@@ -22138,7 +22361,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22138
22361
  userId: util["a" /* default */].getStorage('userId'),
22139
22362
  type: 2
22140
22363
  };
22141
- util["a" /* default */].ajax({ url: api["yb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
22364
+ util["a" /* default */].ajax({ url: api["zb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
22142
22365
  var rCode = res.rCode,
22143
22366
  msg = res.msg,
22144
22367
  results = res.results;
@@ -22334,7 +22557,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22334
22557
  params.isSubFlow = taskExamineInfo.isSubFlow;
22335
22558
  params.nodeId = taskExamineInfo.nodeId;
22336
22559
  params.needRetrialAuth = needRetrialAuth;
22337
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Wb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
22560
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Yb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
22338
22561
  var status = res.status,
22339
22562
  message = res.message;
22340
22563
 
@@ -22714,7 +22937,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
22714
22937
  pendingUserIds = _nextNode.pendingUserIds;
22715
22938
 
22716
22939
  var params = {
22717
- url: api["tc" /* toTaskSuperviseSub */],
22940
+ url: api["wc" /* toTaskSuperviseSub */],
22718
22941
  params: {
22719
22942
  userId: util["a" /* default */].getStorage('userId'),
22720
22943
  urgeUserIds: pendingUserIds,
@@ -22740,7 +22963,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
22740
22963
 
22741
22964
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
22742
22965
  util["a" /* default */].ajax({
22743
- url: api["sc" /* toTaskSupervise */],
22966
+ url: api["vc" /* toTaskSupervise */],
22744
22967
  params: {
22745
22968
  businessId: this.businessId,
22746
22969
  appId: this.appId,
@@ -23646,7 +23869,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
23646
23869
  var _this2 = this;
23647
23870
 
23648
23871
  var param = {
23649
- url: api["hc" /* toFreeTaskCircularRead */],
23872
+ url: api["kc" /* toFreeTaskCircularRead */],
23650
23873
  params: FreeCirculationvue_type_script_lang_js_extends({}, this.params, { appId: this.appId || this.params.appId })
23651
23874
  };
23652
23875
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
@@ -23745,6 +23968,226 @@ var FreeCirculation_component = Object(componentNormalizer["a" /* default */])(
23745
23968
  )
23746
23969
 
23747
23970
  /* harmony default export */ var FreeCirculation = (FreeCirculation_component.exports);
23971
+ // 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/SortFlow.vue?vue&type=template&id=268dfc8e&
23972
+ var SortFlowvue_type_template_id_268dfc8e_render = function () {
23973
+ var _vm = this
23974
+ var _h = _vm.$createElement
23975
+ var _c = _vm._self._c || _h
23976
+ return _c(
23977
+ "div",
23978
+ {
23979
+ directives: [
23980
+ {
23981
+ name: "loading",
23982
+ rawName: "v-loading",
23983
+ value: _vm.loading,
23984
+ expression: "loading",
23985
+ },
23986
+ ],
23987
+ staticClass: "flow-sort-box",
23988
+ staticStyle: { height: "100%", "overflow-y": "auto" },
23989
+ attrs: {
23990
+ "element-loading-text": "加载中...",
23991
+ "element-loading-spinner": "el-icon-loading",
23992
+ "element-loading-background": "rgba(255, 255,255, 0.8)",
23993
+ },
23994
+ },
23995
+ [
23996
+ _c(
23997
+ "Draggable",
23998
+ { staticClass: "flow-sort-draggable", attrs: { list: _vm.sortList } },
23999
+ _vm._l(_vm.sortList, function (item) {
24000
+ return _c(
24001
+ "es-button",
24002
+ {
24003
+ key: item.id,
24004
+ staticStyle: { "margin-top": "10px" },
24005
+ attrs: { plain: "" },
24006
+ },
24007
+ [_vm._v(_vm._s(item.name))]
24008
+ )
24009
+ }),
24010
+ 1
24011
+ ),
24012
+ _c(
24013
+ "div",
24014
+ { staticClass: "flow-sort-btn" },
24015
+ [
24016
+ _c(
24017
+ "es-button",
24018
+ {
24019
+ attrs: { type: "primary" },
24020
+ on: {
24021
+ click: function ($event) {
24022
+ _vm.saveSort(true)
24023
+ },
24024
+ },
24025
+ },
24026
+ [_vm._v("保存")]
24027
+ ),
24028
+ _c(
24029
+ "es-button",
24030
+ {
24031
+ on: {
24032
+ click: function ($event) {
24033
+ _vm.saveSort(false)
24034
+ },
24035
+ },
24036
+ },
24037
+ [_vm._v("取消")]
24038
+ ),
24039
+ ],
24040
+ 1
24041
+ ),
24042
+ ],
24043
+ 1
24044
+ )
24045
+ }
24046
+ var SortFlowvue_type_template_id_268dfc8e_staticRenderFns = []
24047
+ SortFlowvue_type_template_id_268dfc8e_render._withStripped = true
24048
+
24049
+
24050
+ // CONCATENATED MODULE: ./packages/flow/src/component/SortFlow.vue?vue&type=template&id=268dfc8e&
24051
+
24052
+ // EXTERNAL MODULE: external "vuedraggable"
24053
+ var external_vuedraggable_ = __webpack_require__(22);
24054
+ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_vuedraggable_);
24055
+
24056
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SortFlow.vue?vue&type=script&lang=js&
24057
+ //
24058
+ //
24059
+ //
24060
+ //
24061
+ //
24062
+ //
24063
+ //
24064
+ //
24065
+ //
24066
+ //
24067
+ //
24068
+ //
24069
+ //
24070
+ //
24071
+ //
24072
+ //
24073
+ //
24074
+ //
24075
+ //
24076
+ //
24077
+ //
24078
+ //
24079
+ //
24080
+
24081
+
24082
+
24083
+
24084
+ /* harmony default export */ var SortFlowvue_type_script_lang_js_ = ({
24085
+ name: 'SortFlow',
24086
+ components: {
24087
+ Draggable: external_vuedraggable_default.a
24088
+ },
24089
+ props: {
24090
+ flowTypeCode: {
24091
+ type: String,
24092
+ default: ''
24093
+ },
24094
+ defaultProcessKey: {
24095
+ type: String,
24096
+ default: ''
24097
+ }
24098
+ },
24099
+ data: function data() {
24100
+ return {
24101
+ sortList: [],
24102
+ loading: false
24103
+ };
24104
+ },
24105
+ mounted: function mounted() {
24106
+ this.getSortInfo();
24107
+ },
24108
+
24109
+ methods: {
24110
+ saveSort: function saveSort(type) {
24111
+ var _this = this;
24112
+
24113
+ if (type) {
24114
+ var arr = [];
24115
+ this.sortList.map(function (item, index) {
24116
+ arr.push({
24117
+ id: item.id,
24118
+ processDefId: item.processDefId,
24119
+ sort: _this.sortList.length - index
24120
+ });
24121
+ });
24122
+ var params = {
24123
+ url: api["Tb" /* setSort */],
24124
+ method: 'post',
24125
+ format: false,
24126
+ headers: {
24127
+ Accept: 'application/json,text/plain',
24128
+ 'Content-Type': 'application/json;charset=UTF-8'
24129
+ },
24130
+ data: arr
24131
+ };
24132
+ this.loading = true;
24133
+ util["a" /* default */].ajax(params).then(function (res) {
24134
+ _this.loading = false;
24135
+ if (res.rCode === 0 || res.status === 'success') {
24136
+ _this.$message.success('保存成功');
24137
+ _this.$emit('success', _this.sortList);
24138
+ }
24139
+ }).catch(function () {
24140
+ _this.loading = false;
24141
+ });
24142
+ } else {
24143
+ this.$emit('close');
24144
+ }
24145
+ },
24146
+ getSortInfo: function getSortInfo() {
24147
+ var _this2 = this;
24148
+
24149
+ var params = {
24150
+ url: api["jc" /* toDefinitionChangeSort */],
24151
+ method: 'get',
24152
+ params: {
24153
+ flowTypeCode: this.flowTypeCode,
24154
+ defaultProcessKey: this.defaultProcessKey
24155
+ }
24156
+ };
24157
+ this.loading = true;
24158
+ util["a" /* default */].ajax(params).then(function (res) {
24159
+ _this2.loading = false;
24160
+ if (res.rCode === 0) {
24161
+ _this2.sortList = res.results.definitionList || [];
24162
+ }
24163
+ }).catch(function () {
24164
+ _this2.loading = false;
24165
+ });
24166
+ }
24167
+ }
24168
+ });
24169
+ // CONCATENATED MODULE: ./packages/flow/src/component/SortFlow.vue?vue&type=script&lang=js&
24170
+ /* harmony default export */ var component_SortFlowvue_type_script_lang_js_ = (SortFlowvue_type_script_lang_js_);
24171
+ // CONCATENATED MODULE: ./packages/flow/src/component/SortFlow.vue
24172
+
24173
+
24174
+
24175
+
24176
+
24177
+ /* normalize component */
24178
+
24179
+ var SortFlow_component = Object(componentNormalizer["a" /* default */])(
24180
+ component_SortFlowvue_type_script_lang_js_,
24181
+ SortFlowvue_type_template_id_268dfc8e_render,
24182
+ SortFlowvue_type_template_id_268dfc8e_staticRenderFns,
24183
+ false,
24184
+ null,
24185
+ null,
24186
+ null
24187
+
24188
+ )
24189
+
24190
+ /* harmony default export */ var SortFlow = (SortFlow_component.exports);
23748
24191
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=script&lang=js&
23749
24192
 
23750
24193
 
@@ -24922,6 +25365,39 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24922
25365
  //
24923
25366
  //
24924
25367
  //
25368
+ //
25369
+ //
25370
+ //
25371
+ //
25372
+ //
25373
+ //
25374
+ //
25375
+ //
25376
+ //
25377
+ //
25378
+ //
25379
+ //
25380
+ //
25381
+ //
25382
+ //
25383
+ //
25384
+ //
25385
+ //
25386
+ //
25387
+ //
25388
+ //
25389
+ //
25390
+ //
25391
+ //
25392
+ //
25393
+ //
25394
+ //
25395
+ //
25396
+ //
25397
+ //
25398
+ //
25399
+ //
25400
+
24925
25401
 
24926
25402
 
24927
25403
 
@@ -24944,7 +25420,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24944
25420
  /* harmony default export */ var mainvue_type_script_lang_js_ = ({
24945
25421
  name: 'EsFlow',
24946
25422
  componentName: 'EsFlow',
24947
- components: (mainvue_type_script_lang_js_components = {}, mainvue_type_script_lang_js_components[processForm.name] = processForm, mainvue_type_script_lang_js_components[processReject.name] = processReject, mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, mainvue_type_script_lang_js_components[FileList["a" /* default */].name] = FileList["a" /* default */], mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, mainvue_type_script_lang_js_components[selectUser.name] = selectUser, mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, mainvue_type_script_lang_js_components.circulate = Circulate, mainvue_type_script_lang_js_components.Preset = Preset, mainvue_type_script_lang_js_components.Reset = src_reset, mainvue_type_script_lang_js_components.Supervise = supervise, mainvue_type_script_lang_js_components.FreeCirculation = FreeCirculation, mainvue_type_script_lang_js_components),
25423
+ components: (mainvue_type_script_lang_js_components = {}, mainvue_type_script_lang_js_components[processForm.name] = processForm, mainvue_type_script_lang_js_components[processReject.name] = processReject, mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, mainvue_type_script_lang_js_components[FileList["a" /* default */].name] = FileList["a" /* default */], mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, mainvue_type_script_lang_js_components[selectUser.name] = selectUser, mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, mainvue_type_script_lang_js_components[SortFlow.name] = SortFlow, mainvue_type_script_lang_js_components.circulate = Circulate, mainvue_type_script_lang_js_components.Preset = Preset, mainvue_type_script_lang_js_components.Reset = src_reset, mainvue_type_script_lang_js_components.Supervise = supervise, mainvue_type_script_lang_js_components.FreeCirculation = FreeCirculation, mainvue_type_script_lang_js_components),
24948
25424
  props: {
24949
25425
  showShrink: { type: Boolean, default: true },
24950
25426
  showTooltip: { type: Boolean, default: true },
@@ -25028,6 +25504,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25028
25504
  oldNextOperate: '',
25029
25505
  showOpinion: true,
25030
25506
  submitButtonFunKey: '',
25507
+ activitiDefinitionSort: false,
25031
25508
  taskNodeButtons: [],
25032
25509
  taskOperationShiftedNodeList: null,
25033
25510
  currentNodeEnableItemHandleDescription: false,
@@ -25048,6 +25525,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25048
25525
  isCanReadTransferHandle: false,
25049
25526
  readTransferHandleDisabled: true,
25050
25527
  showCustomLimitTimeText: false,
25528
+ showSort: false,
25051
25529
  currentOrgDisabledObjId: [],
25052
25530
  nextNodeCheckType: 'select',
25053
25531
  nextOperateCheckType: 'select',
@@ -25132,6 +25610,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25132
25610
  showTaskRead: false, // 是否展示分阅按钮
25133
25611
  taskReadType: '', //分阅类型
25134
25612
  isChooseNextNode: 1, //是否展示下步操作
25613
+ isHideDefaultOperation: false, //是否隐藏默认操作
25135
25614
  isHandleExplain: 0, //是否展示办理说明
25136
25615
  handleVisible: false,
25137
25616
  circulateVisible: false,
@@ -25139,7 +25618,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25139
25618
  showFlowChart: false, // 展示流程图弹窗
25140
25619
  isReject: false, // 是否驳回
25141
25620
  showTaskUnionExamine: false, //展示联合审核弹窗
25142
- charUrl: 'https://yafzoa.scstit.com', //util.win.location.origin,
25621
+ charUrl: util["a" /* default */].win.location.origin, //util.win.location.origin,
25143
25622
  endFlow: false, // 是否结束流程
25144
25623
  isCurrentNodeForbiddenChangeCandidate: 0, //是否禁止选择办理人
25145
25624
  isSubmitButtonShowAgreeAndDisagree: 0, //是否展示同意和不同意按钮
@@ -25151,7 +25630,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25151
25630
  value: '驳回',
25152
25631
  fun: undefined
25153
25632
  }
25154
- }, _ref['isLimitedTimeHandling'] = false, _ref.moreList = [], _ref.newsList = [], _ref.isSpecial = false, _ref.taskId = '', _ref.showNews = false, _ref.userInfo = '', _ref.objType = '', _ref.nodeDefaultSubmitOpinion = '', _ref.nodeDefaultRejectOpinion = '', _ref.choiceOrgId = '', _ref.choiceDeptId = '', _ref.pOrgId = '', _ref.isOpinionRequired = 0, _ref.nextUserSelectList = [], _ref.processObj = {}, _ref.pid = '123', _ref.isCanRemoveSign = false, _ref.isCanAddSign = false, _ref.AddSignUserList = [], _ref.RemoveSignUserList = [], _ref.operationList = [], _ref.userList = [], _ref.handleMode = '', _ref.countersignaturetypeCode = 0, _ref.presetEdit = 0, _ref.directCreateCircularReadWhenFlowStarted = false, _ref.isShowNextUser = true, _ref.nextUserTypes = ['employee', 'persongroup'], _ref.nextUserTabs = {}, _ref.presetReadUserId = [], _ref.nextNode = {
25633
+ }, _ref['isLimitedTimeHandling'] = false, _ref.moreList = [], _ref.newsList = [], _ref.isSpecial = false, _ref.taskId = '', _ref.showNews = false, _ref.userInfo = '', _ref.objType = '', _ref.nodeDefaultSubmitOpinion = '', _ref.nodeDefaultRejectOpinion = '', _ref.choiceOrgId = '', _ref.choiceDeptId = '', _ref.pOrgId = '', _ref.isOpinionRequired = 0, _ref.nextUserSelectList = [], _ref.processObj = {}, _ref.pid = '123', _ref.isCanRemoveSign = false, _ref.isCanAddSign = false, _ref.AddSignUserList = [], _ref.RemoveSignUserList = [], _ref.operationList = [], _ref.userList = [], _ref.handleMode = '', _ref.countersignaturetypeCode = 0, _ref.presetEdit = 0, _ref.directCreateCircularReadWhenFlowStarted = false, _ref.isShowNextUser = true, _ref.nextUserTypes = ['employee', 'persongroup'], _ref.nextUserTabs = {}, _ref.isCancelSecondConfirmationType = false, _ref.presetReadUserId = [], _ref.nextNode = {
25155
25634
  nextNodeId: '', // 下步节点
25156
25635
  addSignMode: 'postAddSign',
25157
25636
  isAddSign: '', // 是否加签
@@ -25189,6 +25668,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25189
25668
  mounted: function mounted() {
25190
25669
  this.businessIds = this.businessId;
25191
25670
  this.currentOrgSelectorParams.filid = JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
25671
+ this.getIsCancelSecondConfirmation();
25192
25672
  this.foreignOrgSelectorParams.roleid = this.currentOrgSelectorParams.roleid = this.selectorParams.roleid;
25193
25673
  this.nextNode.nextNodeId = this.nextNodeId;
25194
25674
  if (!this.isFlow) {
@@ -25327,6 +25807,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25327
25807
  }
25328
25808
  },
25329
25809
  methods: {
25810
+ sortSuccess: function sortSuccess(list) {
25811
+ this.nodeInfo.option = list;
25812
+ if (this.defaultProcessKey == '') {
25813
+ this.nodeInfo.nextNode = this.nodeInfo.option[0].processDefId;
25814
+ }
25815
+ this.showSort = false;
25816
+ // this.$message.success('排序成功');
25817
+ },
25818
+ getIsCancelSecondConfirmation: function getIsCancelSecondConfirmation() {
25819
+ var _this = this;
25820
+
25821
+ util["a" /* default */].ajax({ url: api["tb" /* isCancelSecondConfirmation */] }).then(function (res) {
25822
+ if (res.status == 'success') {
25823
+ _this.isCancelSecondConfirmationType = res.data === false;
25824
+ }
25825
+ });
25826
+ },
25330
25827
  limitTimevalidate: function limitTimevalidate() {
25331
25828
  var validSate = true;
25332
25829
  this.$refs.nextNode.validate(function (valid) {
@@ -25347,7 +25844,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25347
25844
  }
25348
25845
  },
25349
25846
  getAdminMsgType: function getAdminMsgType() {
25350
- var _this = this;
25847
+ var _this2 = this;
25351
25848
 
25352
25849
  var params = {
25353
25850
  url: api["gb" /* getUrgencyLevelChangedNotificationType */],
@@ -25355,16 +25852,16 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25355
25852
  };
25356
25853
  util["a" /* default */].ajax(params).then(function (res) {
25357
25854
  if (res.rCode == 0) {
25358
- _this.newsList = res.results.latestChangedNotificationType;
25855
+ _this2.newsList = res.results.latestChangedNotificationType;
25359
25856
  var arr = [];
25360
- _this.newsList.map(function (item) {
25361
- _this.nextNode.notificationType.map(function (x) {
25857
+ _this2.newsList.map(function (item) {
25858
+ _this2.nextNode.notificationType.map(function (x) {
25362
25859
  if (x == item.cciValue) {
25363
25860
  arr.push(x);
25364
25861
  }
25365
25862
  });
25366
25863
  });
25367
- _this.nextNode.notificationType = arr;
25864
+ _this2.nextNode.notificationType = arr;
25368
25865
  }
25369
25866
  });
25370
25867
  },
@@ -25388,18 +25885,18 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25388
25885
  }
25389
25886
  },
25390
25887
  handleClickCirculate: function handleClickCirculate() {
25391
- var _this2 = this;
25888
+ var _this3 = this;
25392
25889
 
25393
25890
  if (this.beforeSubmit == undefined) {
25394
25891
  this.$refs.circulate.subMit();
25395
25892
  } else {
25396
25893
  this.beforeSubmit(1).then(function (next) {
25397
- _this2.$refs.circulate.subMit();
25894
+ _this3.$refs.circulate.subMit();
25398
25895
  }).catch(function (e) {});
25399
25896
  }
25400
25897
  },
25401
25898
  getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
25402
- var _this3 = this;
25899
+ var _this4 = this;
25403
25900
 
25404
25901
  var params = {
25405
25902
  url: api["T" /* getNodeInfoForStart */],
@@ -25408,11 +25905,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25408
25905
  util["a" /* default */].ajax(params).then(function (res) {
25409
25906
  if (res.status == 'success') {
25410
25907
  if (res.data.temporarySaveButtonName) {
25411
- _this3.saveButtonName = res.data.temporarySaveButtonName;
25908
+ _this4.saveButtonName = res.data.temporarySaveButtonName;
25412
25909
  }
25413
- _this3.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
25414
- _this3.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
25415
- _this3.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
25910
+ _this4.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
25911
+ _this4.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
25912
+ _this4.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
25416
25913
 
25417
25914
  // if (this.directCreateCircularReadWhenFlowStarted) {
25418
25915
  // this.nodeInfo.option.map((item) => {
@@ -25423,11 +25920,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25423
25920
  // item.disabled = false;
25424
25921
  // });
25425
25922
  // }
25426
- _this3.optionsKey++;
25427
- _this3.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired;
25428
- _this3.showOpinion = false;
25923
+ _this4.optionsKey++;
25924
+ _this4.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired;
25925
+ _this4.showOpinion = false;
25429
25926
  setTimeout(function () {
25430
- _this3.showOpinion = true;
25927
+ _this4.showOpinion = true;
25431
25928
  }, 0);
25432
25929
  }
25433
25930
  });
@@ -25465,21 +25962,21 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25465
25962
  this.handleVisible = true;
25466
25963
  },
25467
25964
  handleChangeNotificationType: function handleChangeNotificationType() {
25468
- var _this4 = this;
25965
+ var _this5 = this;
25469
25966
 
25470
25967
  if (this.nextNode.notificationType.length > 0) {
25471
25968
  this.$nextTick(function () {
25472
- _this4.$refs.esContent.scrollTop += _this4.$refs.messagebox.clientHeight;
25969
+ _this5.$refs.esContent.scrollTop += _this5.$refs.messagebox.clientHeight;
25473
25970
  });
25474
25971
  }
25475
25972
  },
25476
25973
  showMessage: function showMessage() {
25477
- var _this5 = this;
25974
+ var _this6 = this;
25478
25975
 
25479
25976
  this.showNews = !this.showNews;
25480
25977
  if (!this.showNews) return;
25481
25978
  this.$nextTick(function () {
25482
- _this5.$refs.esContent.scrollTop += _this5.$refs.messagebox.clientHeight;
25979
+ _this6.$refs.esContent.scrollTop += _this6.$refs.messagebox.clientHeight;
25483
25980
  });
25484
25981
  },
25485
25982
  freeStartFlowSuccess: function freeStartFlowSuccess() {
@@ -25553,7 +26050,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25553
26050
 
25554
26051
  //获取附件
25555
26052
  getFile: function getFile(ownId, code) {
25556
- var _this6 = this;
26053
+ var _this7 = this;
25557
26054
 
25558
26055
  var params = {
25559
26056
  url: api["I" /* getAdjunctFileInfos */],
@@ -25565,13 +26062,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25565
26062
  msg = res.msg;
25566
26063
 
25567
26064
  if (rCode == 0) {
25568
- results && (_this6.fileNum = results.length);
26065
+ results && (_this7.fileNum = results.length);
25569
26066
  } else {
25570
- _this6.$message.error(msg || '系统错误,请联系管理员!');
26067
+ _this7.$message.error(msg || '系统错误,请联系管理员!');
25571
26068
  }
25572
26069
  }).catch(function (err) {
25573
26070
  if (err.message && err.message !== 'canceled') {
25574
- _this6.$message.error(err.message);
26071
+ _this7.$message.error(err.message);
25575
26072
  }
25576
26073
  });
25577
26074
  },
@@ -25618,7 +26115,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25618
26115
  }
25619
26116
  },
25620
26117
  taskRead: function taskRead() {
25621
- var _this7 = this;
26118
+ var _this8 = this;
25622
26119
 
25623
26120
  if (this.taskReadOpinionRequired == 'true' && !this.value) {
25624
26121
  if (!this.$refs.commonOpinions.validate()) return;
@@ -25628,8 +26125,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25628
26125
  cancelButtonText: '取消',
25629
26126
  type: 'warning'
25630
26127
  }).then(function () {
25631
- _this7.loading = util["a" /* default */].loading(_this7.$loading, '加载中...');
25632
- var _taskExamineInfo2 = _this7.taskExamineInfo,
26128
+ _this8.loading = util["a" /* default */].loading(_this8.$loading, '加载中...');
26129
+ var _taskExamineInfo2 = _this8.taskExamineInfo,
25633
26130
  businessId = _taskExamineInfo2.businessId,
25634
26131
  appId = _taskExamineInfo2.appId,
25635
26132
  processDefinitionId = _taskExamineInfo2.processDefinitionId,
@@ -25640,11 +26137,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25640
26137
  appId: appId,
25641
26138
  processDefinitionId: processDefinitionId,
25642
26139
  pendingId: pendingId,
25643
- opinion: _this7.value,
26140
+ opinion: _this8.value,
25644
26141
  taskAction: 'complete'
25645
26142
  };
25646
26143
  util["a" /* default */].ajax({
25647
- url: api["Xb" /* taskReadHtml */],
26144
+ url: api["Zb" /* taskReadHtml */],
25648
26145
  params: { taskAction: 'complete' },
25649
26146
  headers: {
25650
26147
  Accept: 'application/json,text/plain'
@@ -25655,25 +26152,25 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25655
26152
  var status = res.status,
25656
26153
  message = res.message;
25657
26154
 
25658
- _this7.loading.close();
26155
+ _this8.loading.close();
25659
26156
  if (status === 'success') {
25660
- _this7.flowSuccess();
26157
+ _this8.flowSuccess();
25661
26158
  // this.$message.success('提交成功');
25662
26159
  // this.$emit('success');
25663
26160
  } else {
25664
- _this7.$message.error(message || '系统错误,请联系管理员!');
25665
- _this7.$emit('error');
26161
+ _this8.$message.error(message || '系统错误,请联系管理员!');
26162
+ _this8.$emit('error');
25666
26163
  }
25667
26164
  }).catch(function (err) {
25668
- _this7.loading.close();
26165
+ _this8.loading.close();
25669
26166
  if (err.message && err.message !== 'canceled') {
25670
- _this7.$message.error(err.message);
26167
+ _this8.$message.error(err.message);
25671
26168
  }
25672
26169
  });
25673
26170
  }).catch(function () {});
25674
26171
  },
25675
26172
  validReadTransferHandle: function validReadTransferHandle(readTransferHandleBusinessId, readTransferHandleProcessKey) {
25676
- var _this8 = this;
26173
+ var _this9 = this;
25677
26174
 
25678
26175
  var params = {
25679
26176
  url: api["d" /* checkBusinessIdStartedReadTransferHandle */],
@@ -25684,18 +26181,18 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25684
26181
  }
25685
26182
  };
25686
26183
  util["a" /* default */].ajax(params).then(function (res) {
25687
- _this8.loading.close();
26184
+ _this9.loading.close();
25688
26185
  if (res.rCode == 0) {
25689
- _this8.readTransferHandleDisabled = !res.results.canReadTransferHandle;
26186
+ _this9.readTransferHandleDisabled = !res.results.canReadTransferHandle;
25690
26187
  }
25691
26188
  });
25692
26189
  },
25693
26190
  getTaskReadFlow: function getTaskReadFlow() {
25694
- var _this9 = this;
26191
+ var _this10 = this;
25695
26192
 
25696
26193
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
25697
26194
  util["a" /* default */].ajax({
25698
- url: api["nc" /* toStartTaskReadIndex */],
26195
+ url: api["qc" /* toStartTaskReadIndex */],
25699
26196
  params: { pendingId: this.pendingId }
25700
26197
  }).then(function (res) {
25701
26198
  var status = res.status,
@@ -25708,50 +26205,50 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25708
26205
  defaultNotificationMessage = _res$data.defaultNotificationMessage;
25709
26206
 
25710
26207
  if (status === 'success') {
25711
- _this9.taskExamineInfo = taskExamine;
25712
- _this9.nodeName = _this9.nodename || taskExamine.nodeName || '分阅';
25713
- _this9.taskReadOpinionRequired = taskReadOpinionRequired;
25714
- _this9.nextNode.notificationMsg = defaultNotificationMessage;
25715
- _this9.isCanReadTransferHandle = isCanReadTransferHandle;
25716
- _this9.isCanFenyue = isCanFenyue;
25717
- if (_this9.nodeName) {
25718
- _this9.NodeName = _this9.nodeName;
26208
+ _this10.taskExamineInfo = taskExamine;
26209
+ _this10.nodeName = _this10.nodename || taskExamine.nodeName || '分阅';
26210
+ _this10.taskReadOpinionRequired = taskReadOpinionRequired;
26211
+ _this10.nextNode.notificationMsg = defaultNotificationMessage;
26212
+ _this10.isCanReadTransferHandle = isCanReadTransferHandle;
26213
+ _this10.isCanFenyue = isCanFenyue;
26214
+ if (_this10.nodeName) {
26215
+ _this10.NodeName = _this10.nodeName;
25719
26216
  }
25720
- if (_this9.isCanReadTransferHandle) {
25721
- _this9.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
26217
+ if (_this10.isCanReadTransferHandle) {
26218
+ _this10.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
25722
26219
  }
25723
- _this9.getNodeType();
26220
+ _this10.getNodeType();
25724
26221
  } else {
25725
- _this9.$message.error(message || '系统错误,请联系管理员!');
26222
+ _this10.$message.error(message || '系统错误,请联系管理员!');
25726
26223
  }
25727
- _this9.loading.close();
26224
+ _this10.loading.close();
25728
26225
  }).catch(function (err) {
25729
- _this9.loading.close();
26226
+ _this10.loading.close();
25730
26227
  if (err.message && err.message !== 'canceled') {
25731
- _this9.$message.error(err.message);
26228
+ _this10.$message.error(err.message);
25732
26229
  }
25733
26230
  });
25734
26231
  },
25735
26232
  getUserInfo: function getUserInfo() {
25736
- var _this10 = this;
26233
+ var _this11 = this;
25737
26234
 
25738
26235
  var mainConfig = util["a" /* default */].getStorage('mainConfig');
25739
26236
  if (mainConfig) {
25740
26237
  this.userModel = JSON.parse(mainConfig).userModel;
25741
26238
  } else {
25742
- util["a" /* default */].ajax({ url: api["ub" /* loginUserInfo */] }).then(function (res) {
26239
+ util["a" /* default */].ajax({ url: api["vb" /* loginUserInfo */] }).then(function (res) {
25743
26240
  var status = res.status,
25744
26241
  data = res.data;
25745
26242
 
25746
26243
  if (status == 'success') {
25747
- _this10.userModel = data;
26244
+ _this11.userModel = data;
25748
26245
  } else {
25749
26246
  var msg = res.msg || '系统错误,请联系管理员!';
25750
- _this10.$message.error(msg);
26247
+ _this11.$message.error(msg);
25751
26248
  }
25752
26249
  }).catch(function (err) {
25753
26250
  if (err.message && err.message !== 'canceled') {
25754
- _this10.$message.error(err.message);
26251
+ _this11.$message.error(err.message);
25755
26252
  }
25756
26253
  });
25757
26254
  }
@@ -25771,7 +26268,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25771
26268
  }
25772
26269
  },
25773
26270
  getNodeType: function getNodeType() {
25774
- var _this11 = this;
26271
+ var _this12 = this;
25775
26272
 
25776
26273
  var params = {
25777
26274
  url: api["z" /* findCodeValues */],
@@ -25786,11 +26283,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25786
26283
  data = res.data;
25787
26284
 
25788
26285
  if (status === 'success') {
25789
- _this11.newsList = data;
26286
+ _this12.newsList = data;
25790
26287
  }
25791
26288
  }).catch(function (err) {
25792
26289
  if (err.message && err.message !== 'canceled') {
25793
- _this11.$message.error(err.message);
26290
+ _this12.$message.error(err.message);
25794
26291
  }
25795
26292
  });
25796
26293
  },
@@ -25802,17 +26299,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25802
26299
  * @date 2022年9月9日
25803
26300
  **/
25804
26301
  saveInfo: function saveInfo(type, btn) {
25805
- var _this12 = this;
26302
+ var _this13 = this;
25806
26303
 
25807
26304
  if (this.isFlow) {
25808
26305
  if (!type) {
25809
26306
  if (btn && btn.before) {
25810
26307
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
25811
- _this12.$emit('save', _this12.businessIds);
26308
+ _this13.$emit('save', _this13.businessIds);
25812
26309
  }).catch(function (e) {});
25813
26310
  } else if (this.beforeSubmit != undefined) {
25814
26311
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
25815
- _this12.$emit('save', _this12.businessIds);
26312
+ _this13.$emit('save', _this13.businessIds);
25816
26313
  }).catch(function (e) {});
25817
26314
  } else {
25818
26315
  this.$emit('save', this.businessIds);
@@ -25821,13 +26318,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25821
26318
  } else {
25822
26319
  if (btn && btn.before && !type) {
25823
26320
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
25824
- _this12.saveFlowInfo();
26321
+ _this13.saveFlowInfo();
25825
26322
  }).catch(function (e) {});
25826
26323
  } else if (this.beforeSubmit == undefined && !type) {
25827
26324
  this.subFun(this.saveFlowInfo);
25828
26325
  } else if (!type && this.beforeSubmit != undefined) {
25829
26326
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
25830
- _this12.saveFlowInfo();
26327
+ _this13.saveFlowInfo();
25831
26328
  }).catch(function (e) {});
25832
26329
  } else {
25833
26330
  this.saveFlowInfo(type);
@@ -25835,28 +26332,28 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25835
26332
  }
25836
26333
  },
25837
26334
  saveFlowInfo: function saveFlowInfo(isSave) {
25838
- var _this13 = this;
26335
+ var _this14 = this;
25839
26336
 
25840
26337
  var params = {
25841
26338
  opinion: this.value,
25842
26339
  pendingId: this.pendingId
25843
26340
  };
25844
26341
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
25845
- util["a" /* default */].ajax({ url: api["gc" /* tempSave */], data: params, method: 'post' }).then(function (res) {
26342
+ util["a" /* default */].ajax({ url: api["ic" /* tempSave */], data: params, method: 'post' }).then(function (res) {
25846
26343
  var status = res.status,
25847
26344
  message = res.message;
25848
26345
 
25849
- if (!isSave) _this13.loading.close();
26346
+ if (!isSave) _this14.loading.close();
25850
26347
  if (status == 'success') {
25851
26348
  // this.$message.success('暂存成功');
25852
- !isSave && _this13.$emit('save', _this13.businessIds);
26349
+ !isSave && _this14.$emit('save', _this14.businessIds);
25853
26350
  } else {
25854
- _this13.$message.error(message || '系统错误,请联系管理员!');
26351
+ _this14.$message.error(message || '系统错误,请联系管理员!');
25855
26352
  }
25856
26353
  }).catch(function (err) {
25857
- if (!isSave) _this13.loading.close();
26354
+ if (!isSave) _this14.loading.close();
25858
26355
  if (err.message && err.message !== 'canceled') {
25859
- _this13.$message.error(err.message);
26356
+ _this14.$message.error(err.message);
25860
26357
  }
25861
26358
  });
25862
26359
  },
@@ -25868,7 +26365,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25868
26365
  * @date 2022年5月25日
25869
26366
  **/
25870
26367
  rejectBtn: function rejectBtn() {
25871
- var _this14 = this;
26368
+ var _this15 = this;
25872
26369
 
25873
26370
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
25874
26371
  if (!this.value) {
@@ -25876,7 +26373,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25876
26373
  }
25877
26374
  if (this.beforeSubmit != undefined) {
25878
26375
  this.beforeSubmit(0).then(function (next) {
25879
- _this14.showReject = true;
26376
+ _this15.showReject = true;
25880
26377
  }).catch(function (e) {});
25881
26378
  } else {
25882
26379
  this.showReject = true;
@@ -25890,14 +26387,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25890
26387
  * @date 2022年5月25日
25891
26388
  **/
25892
26389
  taskReadBtn: function taskReadBtn() {
25893
- var _this15 = this;
26390
+ var _this16 = this;
25894
26391
 
25895
26392
  // return this.$message.warning('暂未开放!敬请期待');
25896
26393
  if (this.beforeSubmit != undefined) {
25897
26394
  this.beforeSubmit().then(function (next) {
25898
- if (_this15.value === '') _this15.value = _this15.nodeDefaultRejectOpinion;
25899
- _this15.taskReadType = 'create';
25900
- _this15.showTaskRead = true;
26395
+ if (_this16.value === '') _this16.value = _this16.nodeDefaultRejectOpinion;
26396
+ _this16.taskReadType = 'create';
26397
+ _this16.showTaskRead = true;
25901
26398
  }).catch(function (e) {});
25902
26399
  } else {
25903
26400
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -25913,7 +26410,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25913
26410
  * @date 2022年5月25日
25914
26411
  **/
25915
26412
  getFind: function getFind() {
25916
- var _this16 = this;
26413
+ var _this17 = this;
25917
26414
 
25918
26415
  util["a" /* default */].ajax({
25919
26416
  url: api["B" /* findSysCodes */]
@@ -25922,25 +26419,25 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25922
26419
  message = res.message;
25923
26420
 
25924
26421
  if (status === 'success') {
25925
- _this16.nextNode.notificationType = message.split(',');
26422
+ _this17.nextNode.notificationType = message.split(',');
25926
26423
  var arr = [];
25927
- _this16.newsList.map(function (item) {
25928
- _this16.nextNode.notificationType.map(function (x) {
26424
+ _this17.newsList.map(function (item) {
26425
+ _this17.nextNode.notificationType.map(function (x) {
25929
26426
  if (x == item.cciValue) {
25930
26427
  arr.push(x);
25931
26428
  }
25932
26429
  });
25933
26430
  });
25934
- _this16.nextNode.notificationType = arr;
26431
+ _this17.nextNode.notificationType = arr;
25935
26432
  }
25936
26433
  }).catch(function (err) {
25937
26434
  if (err.message && err.message !== 'canceled') {
25938
- _this16.$message.error(err.message);
26435
+ _this17.$message.error(err.message);
25939
26436
  }
25940
26437
  });
25941
26438
  },
25942
26439
  getFreeStartParams: function getFreeStartParams() {
25943
- var _this17 = this;
26440
+ var _this18 = this;
25944
26441
 
25945
26442
  var _endFlowInfo = this.endFlowInfo,
25946
26443
  businessId = _endFlowInfo.businessId,
@@ -25958,20 +26455,20 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25958
26455
  };
25959
26456
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
25960
26457
  util["a" /* default */].ajax(param).then(function (res) {
25961
- _this17.loading.close();
26458
+ _this18.loading.close();
25962
26459
  if (res.rCode == 0 || res.status == 'success') {
25963
- _this17.freeStartFlowParams = res.results;
25964
- if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this17.subProcess('同意。', res.results.useScene);
25965
- if (!_this17.freeValid) return;
25966
- if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this17.$message.warning('未找到流程定义!');
26460
+ _this18.freeStartFlowParams = res.results;
26461
+ if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this18.subProcess('同意。', res.results.useScene);
26462
+ if (!_this18.freeValid) return;
26463
+ if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this18.$message.warning('未找到流程定义!');
25967
26464
  if (res.results.startFlowIndexProcessKeys.length == 1) {
25968
- _this17.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
25969
- _this17.handleVisible = true;
26465
+ _this18.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
26466
+ _this18.handleVisible = true;
25970
26467
  } else {
25971
- _this17.showFreeStartFlow = true;
26468
+ _this18.showFreeStartFlow = true;
25972
26469
  }
25973
26470
  } else {
25974
- _this17.$message.error(res.message || '系统错误,请联系管理员!');
26471
+ _this18.$message.error(res.message || '系统错误,请联系管理员!');
25975
26472
  }
25976
26473
  });
25977
26474
  },
@@ -25984,53 +26481,53 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25984
26481
  * @date 2022年5月25日
25985
26482
  **/
25986
26483
  endFlows: function endFlows(res) {
25987
- var _this18 = this;
26484
+ var _this19 = this;
25988
26485
 
25989
26486
  if (this.beforeSubmit != undefined) {
25990
26487
  this.beforeSubmit().then(function (next) {
25991
- _this18.saveEndFlows(res);
26488
+ _this19.saveEndFlows(res);
25992
26489
  }).catch(function (e) {});
25993
26490
  } else {
25994
26491
  this.saveEndFlows(res);
25995
26492
  }
25996
26493
  },
25997
26494
  saveEndFlows: function saveEndFlows(res) {
25998
- var _this19 = this;
26495
+ var _this20 = this;
25999
26496
 
26000
26497
  this.$confirm('确认' + res.value + '?').then(function () {
26001
26498
  var params = {
26002
26499
  url: api["y" /* endFlowHtml */],
26003
26500
  headers: { Accept: 'application/json,text/plain' },
26004
26501
  method: 'post',
26005
- data: mainvue_type_script_lang_js_extends({}, _this19.endFlowInfo, _this19.nextNode, {
26006
- opinion: _this19.value,
26502
+ data: mainvue_type_script_lang_js_extends({}, _this20.endFlowInfo, _this20.nextNode, {
26503
+ opinion: _this20.value,
26007
26504
  userId: util["a" /* default */].getStorage('userId'),
26008
- nextUserId: _this19.multiple ? _this19.nextNode.nextUserId.join(',') : _this19.nextNode.nextUserId,
26009
- addSignUserId: _this19.nextNode.addSignUserId.join(','),
26010
- customPresetUserJson: JSON.stringify(_this19.presetList),
26011
- presetUserJson: JSON.stringify(_this19.presetUserJson),
26012
- removeSignUserId: _this19.nextNode.removeSignUserId.join(','),
26013
- notificationType: _this19.nextNode.notificationType.join(',')
26505
+ nextUserId: _this20.multiple ? _this20.nextNode.nextUserId.join(',') : _this20.nextNode.nextUserId,
26506
+ addSignUserId: _this20.nextNode.addSignUserId.join(','),
26507
+ customPresetUserJson: JSON.stringify(_this20.presetList),
26508
+ presetUserJson: JSON.stringify(_this20.presetUserJson),
26509
+ removeSignUserId: _this20.nextNode.removeSignUserId.join(','),
26510
+ notificationType: _this20.nextNode.notificationType.join(',')
26014
26511
  })
26015
26512
  };
26016
- _this19.loading = util["a" /* default */].loading(_this19.$loading, '加载中...');
26513
+ _this20.loading = util["a" /* default */].loading(_this20.$loading, '加载中...');
26017
26514
  util["a" /* default */].ajax(params).then(function (res) {
26018
26515
  var status = res.status,
26019
26516
  message = res.message;
26020
26517
 
26021
- _this19.loading.close();
26518
+ _this20.loading.close();
26022
26519
  if (status === 'success') {
26023
- _this19.flowSuccess();
26520
+ _this20.flowSuccess();
26024
26521
  // this.$message.success('提交成功');
26025
26522
  // this.$emit('success');
26026
26523
  } else {
26027
- _this19.$message.error(message || '系统错误,请联系管理员!');
26028
- _this19.$emit('error');
26524
+ _this20.$message.error(message || '系统错误,请联系管理员!');
26525
+ _this20.$emit('error');
26029
26526
  }
26030
26527
  }).catch(function (err) {
26031
- _this19.loading.close();
26528
+ _this20.loading.close();
26032
26529
  if (err.message && err.message !== 'canceled') {
26033
- _this19.$message.error(err.message);
26530
+ _this20.$message.error(err.message);
26034
26531
  }
26035
26532
  });
26036
26533
  }).catch(function (e) {});
@@ -26135,11 +26632,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26135
26632
  * @date 2022年9月29日
26136
26633
  **/
26137
26634
  toTakeAdvice: function toTakeAdvice(res) {
26138
- var _this20 = this;
26635
+ var _this21 = this;
26139
26636
 
26140
26637
  if (this.beforeSubmit != undefined) {
26141
26638
  this.beforeSubmit().then(function (next) {
26142
- _this20.saveToTakeAdvice(res);
26639
+ _this21.saveToTakeAdvice(res);
26143
26640
  }).catch(function (e) {});
26144
26641
  } else {
26145
26642
  this.saveToTakeAdvice(res);
@@ -26147,7 +26644,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26147
26644
  // return this.$message.warning('暂未开放!敬请期待');
26148
26645
  },
26149
26646
  saveToTakeAdvice: function saveToTakeAdvice(res) {
26150
- var _this21 = this;
26647
+ var _this22 = this;
26151
26648
 
26152
26649
  var params = {
26153
26650
  url: api["sb" /* isCanStartSubFlow */],
@@ -26162,16 +26659,16 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26162
26659
  util["a" /* default */].ajax(params).then(function (res) {
26163
26660
  var message = res.message;
26164
26661
 
26165
- _this21.loading.close();
26662
+ _this22.loading.close();
26166
26663
  if (message == 'success') {
26167
- _this21.showTaskUnionExamine = true;
26664
+ _this22.showTaskUnionExamine = true;
26168
26665
  } else {
26169
- _this21.$message.error(message || '系统错误,请联系管理员!');
26666
+ _this22.$message.error(message || '系统错误,请联系管理员!');
26170
26667
  }
26171
26668
  }).catch(function (err) {
26172
- _this21.loading.close();
26669
+ _this22.loading.close();
26173
26670
  if (err.message && err.message !== 'canceled') {
26174
- _this21.$message.error(err.message);
26671
+ _this22.$message.error(err.message);
26175
26672
  }
26176
26673
  });
26177
26674
  },
@@ -26183,11 +26680,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26183
26680
  * @date 2022年9月29日
26184
26681
  **/
26185
26682
  toStartDraf: function toStartDraf(res) {
26186
- var _this22 = this;
26683
+ var _this23 = this;
26187
26684
 
26188
26685
  if (this.beforeSubmit != undefined) {
26189
26686
  this.beforeSubmit().then(function (next) {
26190
- _this22.showTaskUnionExamine = true;
26687
+ _this23.showTaskUnionExamine = true;
26191
26688
  }).catch(function (e) {});
26192
26689
  } else {
26193
26690
  this.showTaskUnionExamine = true;
@@ -26201,11 +26698,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26201
26698
  * @date 2022年9月29日
26202
26699
  **/
26203
26700
  toSendMsg: function toSendMsg(res) {
26204
- var _this23 = this;
26701
+ var _this24 = this;
26205
26702
 
26206
26703
  if (this.beforeSubmit != undefined) {
26207
26704
  this.beforeSubmit().then(function (next) {
26208
- _this23.showSendMsg = true;
26705
+ _this24.showSendMsg = true;
26209
26706
  }).catch(function (e) {});
26210
26707
  } else {
26211
26708
  this.showSendMsg = true;
@@ -26219,13 +26716,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26219
26716
  * @date 2022年9月29日
26220
26717
  **/
26221
26718
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
26222
- var _this24 = this;
26719
+ var _this25 = this;
26223
26720
 
26224
26721
  if (this.beforeSubmit != undefined) {
26225
26722
  this.beforeSubmit().then(function (next) {
26226
- if (_this24.value === '') _this24.value = _this24.nodeDefaultRejectOpinion;
26227
- _this24.taskReadType = 'taskReadAndEnd';
26228
- _this24.showTaskRead = true;
26723
+ if (_this25.value === '') _this25.value = _this25.nodeDefaultRejectOpinion;
26724
+ _this25.taskReadType = 'taskReadAndEnd';
26725
+ _this25.showTaskRead = true;
26229
26726
  }).catch(function (e) {});
26230
26727
  } else {
26231
26728
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -26241,52 +26738,52 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26241
26738
  * @date 2022年9月29日
26242
26739
  **/
26243
26740
  rejectAndEnd: function rejectAndEnd(res) {
26244
- var _this25 = this;
26741
+ var _this26 = this;
26245
26742
 
26246
26743
  if (this.isOpinionRequired == 1 && (this.value == '' || !this.value)) {
26247
26744
  if (!this.$refs.commonOpinions.validate()) return;
26248
26745
  }
26249
26746
  if (this.beforeSubmit != undefined) {
26250
26747
  this.beforeSubmit().then(function (next) {
26251
- _this25.saveRejectAndEnd(res);
26748
+ _this26.saveRejectAndEnd(res);
26252
26749
  }).catch(function (e) {});
26253
26750
  } else {
26254
26751
  this.saveRejectAndEnd(res);
26255
26752
  }
26256
26753
  },
26257
26754
  saveRejectAndEnd: function saveRejectAndEnd(res) {
26258
- var _this26 = this;
26755
+ var _this27 = this;
26259
26756
 
26260
26757
  this.$confirm('确认' + res.value + '?').then(function () {
26261
26758
  // return this.$message.warning('请填写意见');
26262
26759
  var params = {
26263
- url: api["Jb" /* rejectAndEnd */],
26760
+ url: api["Kb" /* rejectAndEnd */],
26264
26761
  headers: { Accept: 'application/json,text/plain' },
26265
26762
  method: 'post',
26266
26763
  data: {
26267
- opinion: _this26.value,
26268
- pendingId: _this26.pendingId,
26764
+ opinion: _this27.value,
26765
+ pendingId: _this27.pendingId,
26269
26766
  isSinglePage: false
26270
26767
  }
26271
26768
  };
26272
- _this26.loading = util["a" /* default */].loading(_this26.$loading, '加载中...');
26769
+ _this27.loading = util["a" /* default */].loading(_this27.$loading, '加载中...');
26273
26770
  util["a" /* default */].ajax(params).then(function (res) {
26274
26771
  var status = res.status,
26275
26772
  message = res.message;
26276
26773
 
26277
- _this26.loading.close();
26774
+ _this27.loading.close();
26278
26775
  if (status === 'success') {
26279
- _this26.flowSuccess();
26776
+ _this27.flowSuccess();
26280
26777
  // this.$message.success('提交成功');
26281
26778
  // this.$emit('success');
26282
26779
  } else {
26283
- _this26.$message.error(message || '系统错误,请联系管理员!');
26284
- _this26.$emit('error');
26780
+ _this27.$message.error(message || '系统错误,请联系管理员!');
26781
+ _this27.$emit('error');
26285
26782
  }
26286
26783
  }).catch(function (err) {
26287
- _this26.loading.close();
26784
+ _this27.loading.close();
26288
26785
  if (err.message && err.message !== 'canceled') {
26289
- _this26.$message.error(err.message);
26786
+ _this27.$message.error(err.message);
26290
26787
  }
26291
26788
  });
26292
26789
  }).catch(function () {
@@ -26301,12 +26798,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26301
26798
  * @date 2022年9月29日
26302
26799
  **/
26303
26800
  toTransfer: function toTransfer(res) {
26304
- var _this27 = this;
26801
+ var _this28 = this;
26305
26802
 
26306
26803
  if (this.beforeSubmit != undefined) {
26307
26804
  this.beforeSubmit(0).then(function (next) {
26308
- _this27.taskReadType = 'transfer';
26309
- _this27.showTaskRead = true;
26805
+ _this28.taskReadType = 'transfer';
26806
+ _this28.showTaskRead = true;
26310
26807
  }).catch(function (e) {});
26311
26808
  } else {
26312
26809
  this.taskReadType = 'transfer';
@@ -26324,7 +26821,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26324
26821
  * @date 2022年5月25日
26325
26822
  **/
26326
26823
  getNodeInfo: function getNodeInfo() {
26327
- var _this28 = this;
26824
+ var _this29 = this;
26328
26825
 
26329
26826
  var params = {
26330
26827
  processDefinitionId: this.nodeInfo.nextNode,
@@ -26339,50 +26836,50 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26339
26836
  message = res.message,
26340
26837
  data = res.data;
26341
26838
 
26342
- _this28.loading.close();
26839
+ _this29.loading.close();
26343
26840
  if (status === 'success') {
26344
- _this28.isCurrentNodeForbiddenChangeCandidate = data.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
26345
- _this28.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
26346
- _this28.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
26347
- if (_this28.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
26348
- _this28.nextNode.customLimitTime = _this28.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
26841
+ _this29.isCurrentNodeForbiddenChangeCandidate = data.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
26842
+ _this29.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
26843
+ _this29.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
26844
+ if (_this29.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
26845
+ _this29.nextNode.customLimitTime = _this29.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
26349
26846
  }
26350
- data.otherOrgDisabledObjId && (_this28.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
26351
- data.currentOrgDisabledObjId && (_this28.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
26847
+ data.otherOrgDisabledObjId && (_this29.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
26848
+ data.currentOrgDisabledObjId && (_this29.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
26352
26849
  if (data != null) {
26353
26850
  if (data.nodeExtAttr.userSelectionType == 7 || data.nodeExtAttr.userSelectionType == 8 || data.nodeExtAttr.userSelectionType == 9 || data.nodeExtAttr.userSelectionType == 10 || data.nodeExtAttr.userSelectionType == 11 || data.nodeExtAttr.userSelectionType == 12) {
26354
- _this28.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
26851
+ _this29.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
26355
26852
  } else {
26356
- _this28.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this28.choiceOrgId, _this28.choiceDeptId, _this28.pOrgId);
26853
+ _this29.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this29.choiceOrgId, _this29.choiceDeptId, _this29.pOrgId);
26357
26854
  }
26358
- _this28.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
26359
- _this28.isTaskread = data.nodeExtAttr.isTaskread;
26360
- _this28.isHandleExplain = data.nodeExtAttr.isHandleExplain;
26361
- _this28.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
26362
- _this28.nodeType = data.nodeExtAttr.nodeType;
26855
+ _this29.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
26856
+ _this29.isTaskread = data.nodeExtAttr.isTaskread;
26857
+ _this29.isHandleExplain = data.nodeExtAttr.isHandleExplain;
26858
+ _this29.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
26859
+ _this29.nodeType = data.nodeExtAttr.nodeType;
26363
26860
  //如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
26364
- if (_this28.nodeType === 1 || _this28.nodeType === 2) {
26365
- _this28.isMainSubProcess === true ? _this28.isNodeShowProcess = true : _this28.isNodeShowProcess = false;
26366
- _this28.isMainSubProcess === true ? _this28.isMainSubProcess = true : _this28.isMainSubProcess = false;
26367
- _this28.isNextUser = false;
26368
- _this28.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
26369
- _this28.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
26861
+ if (_this29.nodeType === 1 || _this29.nodeType === 2) {
26862
+ _this29.isMainSubProcess === true ? _this29.isNodeShowProcess = true : _this29.isNodeShowProcess = false;
26863
+ _this29.isMainSubProcess === true ? _this29.isMainSubProcess = true : _this29.isMainSubProcess = false;
26864
+ _this29.isNextUser = false;
26865
+ _this29.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
26866
+ _this29.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
26370
26867
  } else {
26371
- _this28.isHideCurrentOrg = false;
26372
- _this28.isHideOtherOrg = false;
26373
- _this28.isNodeShowProcess = false;
26374
- _this28.isMainSubProcess = false;
26375
- _this28.isNextUser = _this28.nextNode.nextOperate != 9;
26868
+ _this29.isHideCurrentOrg = false;
26869
+ _this29.isHideOtherOrg = false;
26870
+ _this29.isNodeShowProcess = false;
26871
+ _this29.isMainSubProcess = false;
26872
+ _this29.isNextUser = _this29.nextNode.nextOperate != 9;
26376
26873
  // this.isMainSubProcess === true
26377
26874
  // ? (this.isMainSubProcess = true)
26378
26875
  // : (this.isMainSubProcess = false);
26379
26876
  }
26380
- _this28.multiple ? _this28.nextNode.nextUserId = [] : _this28.nextNode.nextUserId = '';
26381
- if (_this28.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
26877
+ _this29.multiple ? _this29.nextNode.nextUserId = [] : _this29.nextNode.nextUserId = '';
26878
+ if (_this29.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
26382
26879
  data.nextUserList.map(function (item) {
26383
26880
  if (item.userId && item.username) {
26384
- _this28.nextNode.nextUserId.push(item.userId);
26385
- _this28.selectUserList.push({
26881
+ _this29.nextNode.nextUserId.push(item.userId);
26882
+ _this29.selectUserList.push({
26386
26883
  showname: item.username,
26387
26884
  showid: item.userId
26388
26885
  });
@@ -26391,40 +26888,40 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26391
26888
  }
26392
26889
  data.nextUserList.map(function (item) {
26393
26890
  if (item.userId && item.username) {
26394
- _this28.options.push({
26891
+ _this29.options.push({
26395
26892
  showname: item.username,
26396
26893
  showid: item.userId
26397
26894
  });
26398
26895
  }
26399
26896
  });
26400
26897
  if (data.nodeExtAttr.presetEdit != 0) {
26401
- _this28.radioList = _this28.options;
26898
+ _this29.radioList = _this29.options;
26402
26899
  }
26403
- if (!_this28.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
26404
- _this28.nextNode.nextUserId = data.nextUserList[0].userId;
26405
- _this28.selectUserList.push({
26900
+ if (!_this29.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
26901
+ _this29.nextNode.nextUserId = data.nextUserList[0].userId;
26902
+ _this29.selectUserList.push({
26406
26903
  showname: data.nextUserList[0].username,
26407
26904
  showid: data.nextUserList[0].userId
26408
26905
  });
26409
26906
  }
26410
- _this28.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
26411
- _this28.isCustomUser = data.nodeExtAttr.isCustomUser;
26412
- _this28.presetEdit = data.nodeExtAttr.presetEdit;
26413
- _this28.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
26414
- _this28.handleMode = data.countersignaturetypeText;
26907
+ _this29.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
26908
+ _this29.isCustomUser = data.nodeExtAttr.isCustomUser;
26909
+ _this29.presetEdit = data.nodeExtAttr.presetEdit;
26910
+ _this29.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
26911
+ _this29.handleMode = data.countersignaturetypeText;
26415
26912
  if (data.globalNodeType === 'endEvent') {
26416
- _this28.isNextUser = data.globalNodeType != 'endEvent';
26417
- data.globalNodeType === 'endEvent' ? _this28.endFlow = true : '';
26913
+ _this29.isNextUser = data.globalNodeType != 'endEvent';
26914
+ data.globalNodeType === 'endEvent' ? _this29.endFlow = true : '';
26418
26915
  }
26419
26916
  }
26420
- _this28.isCustomPreset && _this28.$refs.customPreset.getPresetFlowInfo(_this28.nextNode.nextNodeId, _this28.nodeInfo.nextNode, true);
26917
+ _this29.isCustomPreset && _this29.$refs.customPreset.getPresetFlowInfo(_this29.nextNode.nextNodeId, _this29.nodeInfo.nextNode, true);
26421
26918
  } else {
26422
- _this28.$message.error(message || '系统错误,请联系管理员!');
26919
+ _this29.$message.error(message || '系统错误,请联系管理员!');
26423
26920
  }
26424
26921
  }).catch(function (err) {
26425
- _this28.loading.close();
26922
+ _this29.loading.close();
26426
26923
  if (err.message && err.message !== 'canceled') {
26427
- _this28.$message.error(err.message);
26924
+ _this29.$message.error(err.message);
26428
26925
  }
26429
26926
  });
26430
26927
  },
@@ -26437,7 +26934,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26437
26934
  * @date 2022年5月25日
26438
26935
  **/
26439
26936
  selecNext: function selecNext(val, type, isDef) {
26440
- var _this29 = this;
26937
+ var _this30 = this;
26441
26938
 
26442
26939
  var isNextNode = false;
26443
26940
  if (type) {
@@ -26482,13 +26979,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26482
26979
  this.operationList.forEach(function (item) {
26483
26980
  if (item.key === val) {
26484
26981
  if (!item.taskNodeList) {
26485
- _this29.nodeInfos = [];
26982
+ _this30.nodeInfos = [];
26486
26983
  } else {
26487
- _this29.nodeInfos = item.taskNodeList;
26984
+ _this30.nodeInfos = item.taskNodeList;
26488
26985
 
26489
- if (_this29.taskOperationShiftedNodeList) {
26490
- _this29.nodeInfos = item.taskNodeList.filter(function (x) {
26491
- return _this29.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
26986
+ if (_this30.taskOperationShiftedNodeList) {
26987
+ _this30.nodeInfos = item.taskNodeList.filter(function (x) {
26988
+ return _this30.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
26492
26989
  });
26493
26990
  }
26494
26991
  }
@@ -26497,7 +26994,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26497
26994
  });
26498
26995
  if (this.defaultNextNode) {
26499
26996
  var defaultNode = this.nodeInfos.filter(function (item) {
26500
- return item.nodeId == _this29.defaultNextNode;
26997
+ return item.nodeId == _this30.defaultNextNode;
26501
26998
  });
26502
26999
  if (this.nodeInfos.length > 0 && defaultNode.length == 0) {
26503
27000
  this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
@@ -26609,7 +27106,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26609
27106
  * @date 2022年5月25日
26610
27107
  **/
26611
27108
  getHedInfo: function getHedInfo() {
26612
- var _this30 = this;
27109
+ var _this31 = this;
26613
27110
 
26614
27111
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
26615
27112
  var params = {
@@ -26619,7 +27116,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26619
27116
  util["a" /* default */].ajax({ url: api["O" /* getHandleInfoHtml */], params: params }).then(function (res) {
26620
27117
  //pc返回数据
26621
27118
 
26622
- _this30.loading.close();
27119
+ _this31.loading.close();
26623
27120
 
26624
27121
  if (res.status === 'success') {
26625
27122
  var _res$data2 = res.data,
@@ -26660,17 +27157,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26660
27157
  isCanPreAddSign = _res$data2.isCanPreAddSign;
26661
27158
 
26662
27159
  if (temporarySaveButtonName) {
26663
- _this30.saveButtonName = temporarySaveButtonName;
27160
+ _this31.saveButtonName = temporarySaveButtonName;
26664
27161
  }
26665
27162
  if (simpleTips != undefined) {
26666
- _this30.simpleTips = simpleTips;
27163
+ _this31.simpleTips = simpleTips;
26667
27164
  }
26668
- _this30.$emit('startTaskRead', res);
26669
- _this30.$emit('start-task-read', res);
27165
+ _this31.$emit('startTaskRead', res);
27166
+ _this31.$emit('start-task-read', res);
26670
27167
  if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
26671
- _this30.taskOperationShiftedNodeList = [];
27168
+ _this31.taskOperationShiftedNodeList = [];
26672
27169
  taskOperationShiftedNodeList.map(function (x) {
26673
- _this30.taskOperationShiftedNodeList.push(x.nodeId);
27170
+ _this31.taskOperationShiftedNodeList.push(x.nodeId);
26674
27171
  taskOperations.push({
26675
27172
  key: x.nodeId,
26676
27173
  value: x.nodeName,
@@ -26679,151 +27176,152 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26679
27176
  });
26680
27177
  });
26681
27178
  }
26682
- _this30.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
26683
- _this30.pendingItemHandleDescription = pendingItemHandleDescription;
27179
+ _this31.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
27180
+ _this31.pendingItemHandleDescription = pendingItemHandleDescription;
26684
27181
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
26685
- _this30.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
27182
+ _this31.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
26686
27183
  var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
26687
- _this30.currentOrgSelectorTabs.map(function (x, i) {
26688
- _this30.currentOrgSelectorParams[x] = {
27184
+ _this31.currentOrgSelectorTabs.map(function (x, i) {
27185
+ _this31.currentOrgSelectorParams[x] = {
26689
27186
  filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
26690
27187
  only_filid: true
26691
27188
  };
26692
27189
  });
26693
27190
  }
26694
27191
  if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
26695
- _this30.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
27192
+ _this31.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
26696
27193
  var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
26697
- _this30.foreignOrgSelectorTabs.map(function (x, i) {
26698
- _this30.foreignOrgSelectorParams[x] = {
27194
+ _this31.foreignOrgSelectorTabs.map(function (x, i) {
27195
+ _this31.foreignOrgSelectorParams[x] = {
26699
27196
  filid: foreignOrgparams[i] == 'my' ? choiceOrgId : x == 'filgroup' ? '' : foreignOrgparams[i] == 'nofilidorg' || foreignOrgparams[i] == 'nofiliddept' ? 'all' : foreignOrgparams[i],
26700
27197
  nofilid: foreignOrgparams[i] == 'nofilidorg' ? sessionStorage.getItem('orgId') : foreignOrgparams[i] == 'nofiliddept' ? sessionStorage.getItem('depId') : foreignOrgparams[i] == 'other' ? 1 : 0,
26701
- roleid: _this30.circularReadParamsMap.circularReadOrgRoleCode || _this30.foreignOrgSelectorParams.roleid
27198
+ roleid: _this31.circularReadParamsMap.circularReadOrgRoleCode || _this31.foreignOrgSelectorParams.roleid
26702
27199
  };
26703
27200
  });
26704
27201
  }
26705
- _this30.circularReadParamsMap = circularReadParamsMap || {};
26706
- if (_this30.circularReadParamsMap.circularReadOrgRoleCode) {
26707
- _this30.foreignOrgSelectorParams.roleid = _this30.circularReadParamsMap.circularReadOrgRoleCode;
27202
+ _this31.circularReadParamsMap = circularReadParamsMap || {};
27203
+ if (_this31.circularReadParamsMap.circularReadOrgRoleCode) {
27204
+ _this31.foreignOrgSelectorParams.roleid = _this31.circularReadParamsMap.circularReadOrgRoleCode;
26708
27205
  }
26709
- _this30.currentOrgName = currentOrgName;
26710
- _this30.nextOperateCheckType = nextOperateCheckType || 'select';
26711
- _this30.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
26712
-
26713
- _this30.submitButtonFunKey = nodeInfoMap.nodeExtAttr.submitButtonFunKey;
26714
- _this30.taskNodeButtons = nodeInfoMap.nodeExtAttr.taskNodeButtons;
26715
- _this30.readOnlyNotificationType = readOnlyNotificationType;
26716
-
26717
- _this30.readOnlyNotificationType = readOnlyNotificationType;
26718
- _this30.isSpecial = isSpecial;
26719
- _this30.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
26720
- _this30.otherOrgName = otherOrgName;
26721
- _this30.isCanPreAddSign = isCanPreAddSign;
26722
- _this30.endFlowInfo.choiceOrgId = choiceOrgId;
26723
- _this30.endFlowInfo.choiceDeptId = choiceDeptId;
26724
- _this30.endFlowInfo.pendingId = _this30.pendingId;
26725
- _this30.attachedCode = attachedCode;
26726
- _this30.endFlowInfo.pOrgId = pOrgId;
26727
- _this30.canPresetRead = canPresetRead;
26728
- _this30.isCdjxjTaskHandle = isCdjxjTaskHandle;
26729
- nextNodeCheckType && (_this30.nextNodeCheckType = nextNodeCheckType);
26730
- _this30.operationList = taskOperations || [];
26731
- _this30.customPresetHintMessage = customPresetHintMessage;
27206
+ _this31.currentOrgName = currentOrgName;
27207
+ _this31.nextOperateCheckType = nextOperateCheckType || 'select';
27208
+ _this31.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
27209
+
27210
+ _this31.submitButtonFunKey = nodeInfoMap.nodeExtAttr.submitButtonFunKey;
27211
+ _this31.taskNodeButtons = nodeInfoMap.nodeExtAttr.taskNodeButtons;
27212
+ _this31.readOnlyNotificationType = readOnlyNotificationType;
27213
+
27214
+ _this31.readOnlyNotificationType = readOnlyNotificationType;
27215
+ _this31.isSpecial = isSpecial;
27216
+ _this31.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
27217
+ _this31.otherOrgName = otherOrgName;
27218
+ _this31.isCanPreAddSign = isCanPreAddSign;
27219
+ _this31.endFlowInfo.choiceOrgId = choiceOrgId;
27220
+ _this31.endFlowInfo.choiceDeptId = choiceDeptId;
27221
+ _this31.endFlowInfo.pendingId = _this31.pendingId;
27222
+ _this31.attachedCode = attachedCode;
27223
+ _this31.endFlowInfo.pOrgId = pOrgId;
27224
+ _this31.canPresetRead = canPresetRead;
27225
+ _this31.isCdjxjTaskHandle = isCdjxjTaskHandle;
27226
+ nextNodeCheckType && (_this31.nextNodeCheckType = nextNodeCheckType);
27227
+ _this31.operationList = taskOperations || [];
27228
+ _this31.customPresetHintMessage = customPresetHintMessage;
26732
27229
  if (canPresetRead) {
26733
27230
  var ids = nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
26734
27231
  var names = nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
26735
27232
  ids.map(function (item, index) {
26736
- _this30.presetReadUserId.push({
27233
+ _this31.presetReadUserId.push({
26737
27234
  showid: item,
26738
27235
  showname: names[index]
26739
27236
  });
26740
- _this30.selectPresetUserList.push({
27237
+ _this31.selectPresetUserList.push({
26741
27238
  showid: item,
26742
27239
  showname: names[index]
26743
27240
  });
26744
- _this30.nextNode.presetReadUserId.push(item);
27241
+ _this31.nextNode.presetReadUserId.push(item);
26745
27242
  });
26746
27243
  }
26747
- if (!_this30.isFlow) _this30.getFile(_this30.pendingId, attachedCode);
27244
+ if (!_this31.isFlow) _this31.getFile(_this31.pendingId, attachedCode);
26748
27245
  if (nextNodeList && nextNodeList.length != 0) {
26749
- _this30.nextNodeList = nextNodeList;
27246
+ _this31.nextNodeList = nextNodeList;
26750
27247
  }
26751
- if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this30.removeUsers = canRemoveSignUserList;
27248
+ if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this31.removeUsers = canRemoveSignUserList;
26752
27249
  if (taskOperations && taskOperations.length != 0) {
26753
27250
  var isSelected = false;
26754
27251
  taskOperations.map(function (item) {
26755
- if (item.key === 9) _this30.isReject = true;
27252
+ if (item.key === 9) _this31.isReject = true;
26756
27253
  if (item.isSelected) {
26757
- _this30.nodeInfos = [];
26758
- _this30.nextNode.nextOperate = item.key;
27254
+ _this31.nodeInfos = [];
27255
+ _this31.nextNode.nextOperate = item.key;
26759
27256
  if (item.taskNodeList != null) {
26760
- _this30.nodeInfos = item.taskNodeList;
27257
+ _this31.nodeInfos = item.taskNodeList;
26761
27258
  }
26762
27259
  isSelected = true;
26763
27260
  }
26764
27261
  });
26765
27262
  if (taskOperations.length > 0 && !isSelected) {
26766
- _this30.nodeInfos = [];
26767
- _this30.nextNode.nextOperate = taskOperations[0].key;
27263
+ _this31.nodeInfos = [];
27264
+ _this31.nextNode.nextOperate = taskOperations[0].key;
26768
27265
  if (taskOperations[0].taskNodeList != null) {
26769
- _this30.nodeInfos = taskOperations[0].taskNodeList;
27266
+ _this31.nodeInfos = taskOperations[0].taskNodeList;
26770
27267
  }
26771
27268
  }
26772
27269
  }
26773
27270
  if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
26774
- _this30.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
27271
+ _this31.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
26775
27272
  if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
26776
27273
  var notice = JSON.parse(nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList);
26777
27274
  notice.map(function (x) {
26778
- _this30.nodeFixedOpinionSelectList.push({ content: x });
27275
+ _this31.nodeFixedOpinionSelectList.push({ content: x });
26779
27276
  });
26780
27277
  }
26781
27278
 
26782
- _this30.value = opinion || '';
26783
- _this30.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
26784
- _this30.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
26785
- _this30.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
26786
- _this30.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
26787
- _this30.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
26788
- // this.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
26789
- _this30.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
27279
+ _this31.value = opinion || '';
27280
+ _this31.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
27281
+ _this31.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
27282
+ _this31.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
27283
+ _this31.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
27284
+ _this31.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
27285
+ _this31.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
27286
+ _this31.isHideDefaultOperation = nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1;
27287
+ _this31.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
26790
27288
  if (nodeInfoMap.nodeExtAttr.defaultNextNode) {
26791
- var defaultNode = _this30.nodeInfos.filter(function (item) {
27289
+ var defaultNode = _this31.nodeInfos.filter(function (item) {
26792
27290
  return item.nodeId == nodeInfoMap.nodeExtAttr.defaultNextNode;
26793
27291
  });
26794
- if (_this30.nodeInfos.length > 0 && defaultNode.length == 0) {
26795
- _this30.nextNode.nextNodeId = _this30.nodeInfos[0].nodeId;
27292
+ if (_this31.nodeInfos.length > 0 && defaultNode.length == 0) {
27293
+ _this31.nextNode.nextNodeId = _this31.nodeInfos[0].nodeId;
26796
27294
  } else {
26797
- _this30.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
27295
+ _this31.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
26798
27296
  }
26799
- } else if (_this30.nodeInfos.length > 0) {
26800
- _this30.nextNode.nextNodeId = _this30.nodeInfos[0].nodeId;
27297
+ } else if (_this31.nodeInfos.length > 0) {
27298
+ _this31.nextNode.nextNodeId = _this31.nodeInfos[0].nodeId;
26801
27299
  }
26802
- _this30.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
27300
+ _this31.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
26803
27301
  if (nodeInfoMap.nodeExtAttr.submitText) {
26804
- _this30.btnList.map(function (x) {
27302
+ _this31.btnList.map(function (x) {
26805
27303
  if (x.event === 'sub') {
26806
27304
  x.text = nodeInfoMap.nodeExtAttr.submitText;
26807
27305
  }
26808
27306
  });
26809
27307
  }
26810
27308
  }
26811
- _this30.choiceOrgId = choiceOrgId;
26812
- _this30.choiceDeptId = choiceDeptId;
26813
- _this30.pOrgId = pOrgId;
27309
+ _this31.choiceOrgId = choiceOrgId;
27310
+ _this31.choiceDeptId = choiceDeptId;
27311
+ _this31.pOrgId = pOrgId;
26814
27312
  if (res.data && res.data.isEndUserTask != undefined) {
26815
- _this30.isEndUserTask = res.data.isEndUserTask;
27313
+ _this31.isEndUserTask = res.data.isEndUserTask;
26816
27314
  }
26817
27315
  if (JSON.stringify(taskExamine) != '{}' && taskExamine) {
26818
- _this30.nodeInfo.nextNode = taskExamine.processDefinitionId;
26819
- _this30.NodeName = taskExamine.nodeName;
26820
- _this30.taskId = taskExamine.taskId;
26821
- _this30.businessIds = taskExamine.businessId;
26822
- _this30.appId = taskExamine.appId;
26823
- _this30.taskExamineInfo = taskExamine;
26824
- _this30.taskExamineInfo.choiceOrgId = choiceOrgId;
26825
- _this30.taskExamineInfo.choiceDeptId = choiceDeptId;
26826
- _this30.endFlowInfo.processType = taskExamine.processType;
27316
+ _this31.nodeInfo.nextNode = taskExamine.processDefinitionId;
27317
+ _this31.NodeName = taskExamine.nodeName;
27318
+ _this31.taskId = taskExamine.taskId;
27319
+ _this31.businessIds = taskExamine.businessId;
27320
+ _this31.appId = taskExamine.appId;
27321
+ _this31.taskExamineInfo = taskExamine;
27322
+ _this31.taskExamineInfo.choiceOrgId = choiceOrgId;
27323
+ _this31.taskExamineInfo.choiceDeptId = choiceDeptId;
27324
+ _this31.endFlowInfo.processType = taskExamine.processType;
26827
27325
  // this.endFlowInfo.isReturnSubmitter =
26828
27326
  // taskExamine.isReturnSubmitter;
26829
27327
  // this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
@@ -26835,78 +27333,78 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26835
27333
  // this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
26836
27334
  // this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
26837
27335
  // this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
26838
- _this30.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
26839
- _this30.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
26840
- _this30.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
26841
- _this30.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
26842
- _this30.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
26843
- _this30.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
26844
- _this30.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
26845
- _this30.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
26846
- _this30.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
27336
+ _this31.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
27337
+ _this31.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
27338
+ _this31.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
27339
+ _this31.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
27340
+ _this31.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
27341
+ _this31.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
27342
+ _this31.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
27343
+ _this31.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
27344
+ _this31.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
26847
27345
  // this.endFlowInfo.isReadDealReply =
26848
27346
  // taskExamine.isReadDealReplybusinessId;
26849
- _this30.endFlowInfo.appId = taskExamine.appId;
26850
- _this30.endFlowInfo.businessId = taskExamine.businessId;
26851
- _this30.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
26852
- _this30.endFlowInfo.nodeId = taskExamine.nodeId;
27347
+ _this31.endFlowInfo.appId = taskExamine.appId;
27348
+ _this31.endFlowInfo.businessId = taskExamine.businessId;
27349
+ _this31.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
27350
+ _this31.endFlowInfo.nodeId = taskExamine.nodeId;
26853
27351
  }
26854
- if (_this30.nodeName) {
26855
- _this30.NodeName = _this30.nodeName;
27352
+ if (_this31.nodeName) {
27353
+ _this31.NodeName = _this31.nodeName;
26856
27354
  }
26857
- _this30.isCanAddSign = isCanAddSign;
26858
- _this30.processObj = res.data;
26859
- if (_this30.isCanAddSign) {
26860
- _this30.nextNode.isAddSign = '2';
27355
+ _this31.isCanAddSign = isCanAddSign;
27356
+ _this31.processObj = res.data;
27357
+ if (_this31.isCanAddSign) {
27358
+ _this31.nextNode.isAddSign = '2';
26861
27359
  }
26862
- _this30.isCanRemoveSign = isCanRemoveSign;
26863
- if (_this30.isCanRemoveSign) {
26864
- _this30.nextNode.isRemoveSign = '2';
27360
+ _this31.isCanRemoveSign = isCanRemoveSign;
27361
+ if (_this31.isCanRemoveSign) {
27362
+ _this31.nextNode.isRemoveSign = '2';
26865
27363
  }
26866
27364
 
26867
- if (!_this30.isOpinionRequired) {
26868
- _this30.isOpinionRequired = 0;
27365
+ if (!_this31.isOpinionRequired) {
27366
+ _this31.isOpinionRequired = 0;
26869
27367
  }
26870
27368
  // opinion && (this.value = opinion);
26871
- _this30.nextNode.notificationMsg = defaultNotificationMessage;
26872
- _this30.moreList = [];
27369
+ _this31.nextNode.notificationMsg = defaultNotificationMessage;
27370
+ _this31.moreList = [];
26873
27371
  if (taskButtonList && taskButtonList.length != 0) {
26874
27372
  taskButtonList.map(function (item) {
26875
27373
  if (item.fun === 'reject()') {
26876
- _this30.rejectObj = item;
27374
+ _this31.rejectObj = item;
26877
27375
  } else if (item.fun === 'toStartTaskRead()') {
26878
- _this30.pointsReadingObj = item;
27376
+ _this31.pointsReadingObj = item;
26879
27377
  } else {
26880
- _this30.moreList.push(item);
27378
+ _this31.moreList.push(item);
26881
27379
  }
26882
27380
  });
26883
27381
  }
26884
- _this30.isMainSubProcess = res.data.isMainSubProcess == 'true';
26885
- _this30.isCustomPreset = isCustomPreset;
26886
- _this30.isPreset = isPreset;
26887
- _this30.presetTaskNodeMap = presetTaskNodeMap;
26888
- _this30.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
26889
- _this30.getFind();
26890
- _this30.selecNext(_this30.nextNode.nextOperate, true, true);
27382
+ _this31.isMainSubProcess = res.data.isMainSubProcess == 'true';
27383
+ _this31.isCustomPreset = isCustomPreset;
27384
+ _this31.isPreset = isPreset;
27385
+ _this31.presetTaskNodeMap = presetTaskNodeMap;
27386
+ _this31.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
27387
+ _this31.getFind();
27388
+ _this31.selecNext(_this31.nextNode.nextOperate, true, true);
26891
27389
  // this.getNodeInfo();
26892
- _this30.StartTaskReadKey++;
27390
+ _this31.StartTaskReadKey++;
26893
27391
  } else {
26894
27392
  if (res.status === 'taskCompleted') {
26895
- _this30.$emit('shrink', true);
26896
- _this30.shrinkAbled = true;
26897
- _this30.$message.warning(res.message || '系统错误,请联系管理员!');
27393
+ _this31.$emit('shrink', true);
27394
+ _this31.shrinkAbled = true;
27395
+ _this31.$message.warning(res.message || '系统错误,请联系管理员!');
26898
27396
  } else {
26899
- _this30.$message.error(res.message || '系统错误,请联系管理员!');
27397
+ _this31.$message.error(res.message || '系统错误,请联系管理员!');
26900
27398
  }
26901
27399
  }
26902
- _this30.showOpinion = false;
27400
+ _this31.showOpinion = false;
26903
27401
  setTimeout(function () {
26904
- _this30.showOpinion = true;
27402
+ _this31.showOpinion = true;
26905
27403
  }, 0);
26906
27404
  }).catch(function (err) {
26907
- _this30.loading.close();
27405
+ _this31.loading.close();
26908
27406
  if (err.message && err.message !== 'canceled') {
26909
- _this30.$message.error(err.message);
27407
+ _this31.$message.error(err.message);
26910
27408
  }
26911
27409
  });
26912
27410
  },
@@ -26968,7 +27466,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26968
27466
  * @date 2022年5月25日
26969
27467
  **/
26970
27468
  getProcess: function getProcess(val) {
26971
- var _this31 = this;
27469
+ var _this32 = this;
26972
27470
 
26973
27471
  var params = mainvue_type_script_lang_js_extends({
26974
27472
  businessId: this.businessId,
@@ -26983,44 +27481,44 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26983
27481
  message = res.message,
26984
27482
  data = res.data;
26985
27483
 
26986
- _this31.loading.close();
27484
+ _this32.loading.close();
26987
27485
  if (status === 'success') {
26988
27486
  if (data.simpleTips != undefined) {
26989
- _this31.simpleTips = data.simpleTips;
27487
+ _this32.simpleTips = data.simpleTips;
26990
27488
  }
26991
- _this31.isStartFlowChartView = data.isStartFlowChartView;
27489
+ _this32.isStartFlowChartView = data.isStartFlowChartView;
26992
27490
  if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
26993
- _this31.$message.error('流程不存在或未关联对应流程!');
27491
+ _this32.$message.error('流程不存在或未关联对应流程!');
26994
27492
  } else {
26995
- _this31.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
26996
-
26997
- _this31.nodeInfo.option = data.definitionList;
26998
- _this31.nodeInfo.nextNode = data.definitionList.filter(function (item) {
26999
- return item.processDefKey == _this31.defaultProcessKey;
27493
+ _this32.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
27494
+ _this32.activitiDefinitionSort = data.activitiDefinitionSort;
27495
+ _this32.nodeInfo.option = data.definitionList;
27496
+ _this32.nodeInfo.nextNode = data.definitionList.filter(function (item) {
27497
+ return item.processDefKey == _this32.defaultProcessKey;
27000
27498
  });
27001
- if (_this31.nodeInfo.nextNode.length) {
27002
- _this31.nodeInfo.nextNode = _this31.nodeInfo.nextNode[0].processDefId;
27499
+ if (_this32.nodeInfo.nextNode.length) {
27500
+ _this32.nodeInfo.nextNode = _this32.nodeInfo.nextNode[0].processDefId;
27003
27501
  } else {
27004
27502
  if (data.definitionList.length != 0) {
27005
- _this31.nodeInfo.nextNode = data.definitionList[0].processDefId;
27503
+ _this32.nodeInfo.nextNode = data.definitionList[0].processDefId;
27006
27504
  } else {
27007
- _this31.nodeInfo.nextNode = '';
27505
+ _this32.nodeInfo.nextNode = '';
27008
27506
  }
27009
27507
  }
27010
- if (_this31.nodeInfo.nextNode) {
27011
- _this31.handleChange(_this31.nodeInfo.nextNode, true);
27508
+ if (_this32.nodeInfo.nextNode) {
27509
+ _this32.handleChange(_this32.nodeInfo.nextNode, true);
27012
27510
  }
27013
- if (_this31.showCirculate != undefined && !_this31.showCirculate && _this31.urgencyLevel) {
27014
- _this31.getAdminMsgType();
27511
+ if (_this32.showCirculate != undefined && !_this32.showCirculate && _this32.urgencyLevel) {
27512
+ _this32.getAdminMsgType();
27015
27513
  }
27016
27514
  }
27017
27515
  } else {
27018
- _this31.$message.error(message || '系统错误,请联系管理员!');
27516
+ _this32.$message.error(message || '系统错误,请联系管理员!');
27019
27517
  }
27020
27518
  }).catch(function (err) {
27021
- _this31.loading.close();
27519
+ _this32.loading.close();
27022
27520
  if (err.message && err.message !== 'canceled') {
27023
- _this31.$message.error(err.message);
27521
+ _this32.$message.error(err.message);
27024
27522
  }
27025
27523
  });
27026
27524
  },
@@ -27032,35 +27530,35 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27032
27530
  * @date 2022年5月25日
27033
27531
  **/
27034
27532
  getPendedhistoryList: function getPendedhistoryList() {
27035
- var _this32 = this;
27533
+ var _this33 = this;
27036
27534
 
27037
27535
  var params = {
27038
27536
  apprecordId: this.businessIds,
27039
27537
  userId: util["a" /* default */].getStorage('userId'),
27040
27538
  type: 2
27041
27539
  };
27042
- util["a" /* default */].ajax({ url: api["yb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
27540
+ util["a" /* default */].ajax({ url: api["zb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
27043
27541
  var rCode = res.rCode,
27044
27542
  msg = res.msg,
27045
27543
  results = res.results;
27046
27544
 
27047
27545
  if (!rCode) {
27048
- _this32.nextNode.nextUserId = [];
27049
- _this32.showNews = false;
27050
- _this32.nextNode.notificationType = [];
27051
- _this32.pendingId = results[results.length - 1].attachId;
27052
- _this32.getHedInfo();
27546
+ _this33.nextNode.nextUserId = [];
27547
+ _this33.showNews = false;
27548
+ _this33.nextNode.notificationType = [];
27549
+ _this33.pendingId = results[results.length - 1].attachId;
27550
+ _this33.getHedInfo();
27053
27551
  } else {
27054
- _this32.$message.error(msg || '系统错误,请联系管理员!');
27552
+ _this33.$message.error(msg || '系统错误,请联系管理员!');
27055
27553
  }
27056
27554
  }).catch(function (err) {
27057
27555
  if (err.message && err.message !== 'canceled') {
27058
- _this32.$message.error(err.message);
27556
+ _this33.$message.error(err.message);
27059
27557
  }
27060
27558
  });
27061
27559
  },
27062
27560
  reqCircularRead: function reqCircularRead(type) {
27063
- var _this33 = this;
27561
+ var _this34 = this;
27064
27562
 
27065
27563
  var _that = this;
27066
27564
  var params = {
@@ -27074,7 +27572,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27074
27572
  };
27075
27573
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
27076
27574
  util["a" /* default */].ajax(params).then(function (res) {
27077
- _this33.loading.close();
27575
+ _this34.loading.close();
27078
27576
  if (res.rCode == 0) {
27079
27577
  if (res.results.alert) {
27080
27578
  _that.$confirm(res.results.message, {
@@ -27096,6 +27594,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27096
27594
  }
27097
27595
  },
27098
27596
 
27597
+ // 提交流程前验证
27598
+ beforeSubProcess: function beforeSubProcess() {},
27599
+
27099
27600
  // 提交流程
27100
27601
  /**
27101
27602
  * subProcess
@@ -27105,20 +27606,20 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27105
27606
  * @date 2022年5月25日
27106
27607
  **/
27107
27608
  subProcess: function subProcess(val, type) {
27108
- var _this34 = this;
27609
+ var _this35 = this;
27109
27610
 
27110
27611
  return this.$refs['nextNode'].validate(function (valid) {
27111
27612
  if (valid) {
27112
- if (_this34.isSubmitButtonShowAgreeAndDisagree == 1) {
27113
- _this34.value = _this34.value.replace(RegExp('不同意。', 'g'), '');
27114
- _this34.value = _this34.value.replace(RegExp('同意。', 'g'), '');
27115
- _this34.value = val + _this34.value;
27613
+ if (_this35.isSubmitButtonShowAgreeAndDisagree == 1) {
27614
+ _this35.value = _this35.value.replace(RegExp('不同意。', 'g'), '');
27615
+ _this35.value = _this35.value.replace(RegExp('同意。', 'g'), '');
27616
+ _this35.value = val + _this35.value;
27116
27617
  }
27117
- if (!_this34.validInfo()) {
27118
- _this34.freeValid = false;
27618
+ if (!_this35.validInfo()) {
27619
+ _this35.freeValid = false;
27119
27620
  return;
27120
27621
  } else {
27121
- _this34.freeValid = true;
27622
+ _this35.freeValid = true;
27122
27623
  }
27123
27624
  // if (
27124
27625
  // this.currentNodeIsCircularReadNode &&
@@ -27127,28 +27628,28 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27127
27628
  // this.reqCircularRead(type);
27128
27629
  // return;
27129
27630
  // }
27130
- if (_this34.submitButtonFunKey) {
27131
- var btnInfo = _this34.taskNodeButtons.filter(function (x) {
27132
- return x.key === _this34.submitButtonFunKey;
27631
+ if (_this35.submitButtonFunKey) {
27632
+ var btnInfo = _this35.taskNodeButtons.filter(function (x) {
27633
+ return x.key === _this35.submitButtonFunKey;
27133
27634
  });
27134
27635
  if (btnInfo.length > 0) {
27135
27636
  if (btnInfo[0].type == 4) {
27136
- _this34.$emit('buttonClick', { fun: btnInfo[0].fun, opinion: _this34.value }, _this34.sendData);
27637
+ _this35.$emit('buttonClick', { fun: btnInfo[0].fun, opinion: _this35.value }, _this35.sendData);
27137
27638
  } else if (btnInfo[0].type == 2) {
27138
- _this34.goView(btnInfo[0]);
27639
+ _this35.goView(btnInfo[0]);
27139
27640
  }
27140
27641
  }
27141
27642
  return;
27142
27643
  }
27143
27644
  if (type == 'multiInsMidwayWithSubmitScene') {
27144
- _this34.sendData(type);
27645
+ _this35.sendData(type);
27145
27646
  return;
27146
27647
  }
27147
- if (_this34.beforeSubmit == undefined) {
27148
- _this34.subFun(_this34.sendData);
27648
+ if (_this35.beforeSubmit == undefined) {
27649
+ _this35.subFun(_this35.sendData);
27149
27650
  } else {
27150
- _this34.beforeSubmit(1).then(function (next) {
27151
- _this34.sendData();
27651
+ _this35.beforeSubmit(1).then(function (next) {
27652
+ _this35.sendData();
27152
27653
  }).catch(function (e) {});
27153
27654
  }
27154
27655
  }
@@ -27193,14 +27694,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27193
27694
  return true;
27194
27695
  },
27195
27696
  flowSuccess: function flowSuccess(hideMessage) {
27196
- var _this35 = this;
27697
+ var _this36 = this;
27197
27698
 
27198
27699
  if (!this.simpleTips) {
27199
27700
  this.$alert('提交成功', '', {
27200
27701
  confirmButtonText: '确定',
27201
27702
  type: 'success',
27202
27703
  callback: function callback(action) {
27203
- _this35.$emit('success');
27704
+ _this36.$emit('success');
27204
27705
  }
27205
27706
  });
27206
27707
  } else {
@@ -27211,7 +27712,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27211
27712
  }
27212
27713
  },
27213
27714
  sendData: function sendData(freetype) {
27214
- var _this36 = this;
27715
+ var _this37 = this;
27215
27716
 
27216
27717
  if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
27217
27718
  if (this.directCreateCircularReadWhenFlowStarted) {
@@ -27222,141 +27723,264 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27222
27723
  return;
27223
27724
  }
27224
27725
  this.$refs['nextNode'].validate(function () {
27225
- var _ref2 = mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee(valid) {
27726
+ var _ref2 = mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee2(valid) {
27226
27727
  var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap, currentNodeEnableItemHandleDescription;
27227
- return regenerator_default.a.wrap(function _callee$(_context) {
27728
+ return regenerator_default.a.wrap(function _callee2$(_context2) {
27228
27729
  while (1) {
27229
- switch (_context.prev = _context.next) {
27730
+ switch (_context2.prev = _context2.next) {
27230
27731
  case 0:
27231
27732
  if (!valid) {
27232
- _context.next = 57;
27733
+ _context2.next = 60;
27233
27734
  break;
27234
27735
  }
27235
27736
 
27236
- if (!_this36.isFlow) {
27237
- _context.next = 7;
27737
+ if (!_this37.isFlow) {
27738
+ _context2.next = 7;
27238
27739
  break;
27239
27740
  }
27240
27741
 
27241
- if (!(_this36.isOpinionRequired && !_this36.$refs.commonOpinions.validate())) {
27242
- _context.next = 5;
27742
+ if (!(_this37.isOpinionRequired && !_this37.$refs.commonOpinions.validate())) {
27743
+ _context2.next = 5;
27243
27744
  break;
27244
27745
  }
27245
27746
 
27246
- _this36.$message.warning('请输入审批意见');
27247
- return _context.abrupt('return');
27747
+ _this37.$message.warning('请输入审批意见');
27748
+ return _context2.abrupt('return');
27248
27749
 
27249
27750
  case 5:
27250
- if (_this36.directCreateCircularReadWhenFlowStarted) {
27251
- _this36.circulateVisible = true;
27751
+ if (_this37.directCreateCircularReadWhenFlowStarted) {
27752
+ _this37.circulateVisible = true;
27252
27753
  } else {
27253
- _this36.handleVisible = true;
27754
+ _this37.handleVisible = true;
27254
27755
  }
27255
- return _context.abrupt('return');
27756
+ return _context2.abrupt('return');
27256
27757
 
27257
27758
  case 7:
27258
27759
  nextUserId = [];
27259
27760
 
27260
- if (_this36.multiple) {
27261
- _this36.nextNode.nextUserId && _this36.nextNode.nextUserId.map(function (item) {
27761
+ if (_this37.multiple) {
27762
+ _this37.nextNode.nextUserId && _this37.nextNode.nextUserId.map(function (item) {
27262
27763
  return nextUserId.push(item);
27263
27764
  });
27264
27765
  }
27265
27766
  addSignUserId = [];
27266
27767
 
27267
- if (_this36.isCanAddSign && _this36.nextNode.isAddSign == '1') {
27268
- _this36.nextNode.addSignUserId.map(function (item) {
27768
+ if (_this37.isCanAddSign && _this37.nextNode.isAddSign == '1') {
27769
+ _this37.nextNode.addSignUserId.map(function (item) {
27269
27770
  addSignUserId.push(item);
27270
27771
  });
27271
27772
  }
27272
27773
  removeSignUserId = [];
27273
27774
 
27274
- if (_this36.isCanRemoveSign && _this36.nextNode.isRemoveSign == '1') {
27275
- _this36.nextNode.removeSignUserId.map(function (item) {
27775
+ if (_this37.isCanRemoveSign && _this37.nextNode.isRemoveSign == '1') {
27776
+ _this37.nextNode.removeSignUserId.map(function (item) {
27276
27777
  removeSignUserId.push(item);
27277
27778
  });
27278
27779
  }
27279
27780
  str = '';
27280
27781
 
27281
- if (_this36.value) {
27282
- str = _this36.value.replace(/\s+/g, '');
27782
+ if (_this37.value) {
27783
+ str = _this37.value.replace(/\s+/g, '');
27283
27784
  }
27284
- if ((!_this36.value || str === '') && _this36.nodeDefaultSubmitOpinion) {
27285
- _this36.value = _this36.nodeDefaultSubmitOpinion;
27785
+ if ((!_this37.value || str === '') && _this37.nodeDefaultSubmitOpinion) {
27786
+ _this37.value = _this37.nodeDefaultSubmitOpinion;
27286
27787
  }
27287
- if (!_this36.isSpecial) {
27288
- delete _this36.nextNode.nextOperate;
27289
- delete _this36.nextNode.nextNodeId;
27788
+ if (!_this37.isSpecial) {
27789
+ delete _this37.nextNode.nextOperate;
27790
+ delete _this37.nextNode.nextNodeId;
27290
27791
  }
27291
- if (_this36.nextNode.nextOperate === 9 || _this36.oldNextOperate == 9) {
27292
- _this36.nextNode.isReturnRejectNode = 1;
27293
- _this36.nextNode.processDefinitionId = _this36.processObj.taskExamine.processDefinitionId;
27792
+ if (_this37.nextNode.nextOperate === 9 || _this37.oldNextOperate == 9) {
27793
+ _this37.nextNode.isReturnRejectNode = 1;
27794
+ _this37.nextNode.processDefinitionId = _this37.processObj.taskExamine.processDefinitionId;
27294
27795
  }
27295
- if (_this36.nextNode.nextOperate != 0 && _this36.nextNode.nextOperate != 1 && _this36.oldNextOperate === '' || _this36.oldNextOperate !== '' && _this36.oldNextOperate != 0 && _this36.oldNextOperate != 1) {
27296
- delete _this36.nextNode.nextNodeId;
27796
+ if (_this37.nextNode.nextOperate != 0 && _this37.nextNode.nextOperate != 1 && _this37.oldNextOperate === '' || _this37.oldNextOperate !== '' && _this37.oldNextOperate != 0 && _this37.oldNextOperate != 1) {
27797
+ delete _this37.nextNode.nextNodeId;
27297
27798
  }
27298
27799
 
27299
- if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
27300
- _context.next = 23;
27800
+ if (!_this37.isCancelSecondConfirmationType) {
27801
+ _context2.next = 22;
27301
27802
  break;
27302
27803
  }
27303
27804
 
27304
- _context.next = 22;
27305
- return _this36.saveInfo('subMit');
27805
+ _this37.$confirm('确认提交吗?', '提示', {
27806
+ confirmButtonText: '确定',
27807
+ cancelButtonText: '取消',
27808
+ type: 'warning'
27809
+ }).then(mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee() {
27810
+ var notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap, currentNodeEnableItemHandleDescription;
27811
+ return regenerator_default.a.wrap(function _callee$(_context) {
27812
+ while (1) {
27813
+ switch (_context.prev = _context.next) {
27814
+ case 0:
27815
+ if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
27816
+ _context.next = 4;
27817
+ break;
27818
+ }
27819
+
27820
+ _context.next = 3;
27821
+ return _this37.saveInfo('subMit');
27822
+
27823
+ case 3:
27824
+ _this37.loading = util["a" /* default */].loading(_this37.$loading, '加载中...');
27825
+
27826
+ case 4:
27827
+ notificationType = '';
27828
+
27829
+ notificationType = _this37.nextNode.notificationType.join(',');
27830
+ addSignUserId = addSignUserId.join(',');
27831
+ removeSignUserId = removeSignUserId.join(',');
27832
+ if (!_this37.isCanPreAddSign || _this37.nextNode.isAddSign != '1') {
27833
+ delete _this37.nextNode.addSignMode;
27834
+ }
27835
+
27836
+ params = mainvue_type_script_lang_js_extends({}, _this37.nextNode, {
27837
+ nextOperate: _this37.oldNextOperate !== '' ? _this37.oldNextOperate : _this37.nextNode.nextOperate,
27838
+ pendingId: _this37.pendingId,
27839
+ opinion: _this37.isForceDisplayDefaultOptionForPrefix && !_this37.value.startsWith(_this37.nodeDefaultSubmitOpinion) ? _this37.nodeDefaultSubmitOpinion + _this37.value : _this37.value,
27840
+ userId: util["a" /* default */].getStorage('userId'),
27841
+ nextUserId: _this37.multiple ? nextUserId.join(',') : _this37.nextNode.nextUserId,
27842
+ addSignUserId: addSignUserId,
27843
+ customPresetUserJson: JSON.stringify(_this37.presetList),
27844
+ presetUserJson: JSON.stringify(_this37.presetUserJson),
27845
+ removeSignUserId: removeSignUserId,
27846
+ nextReadUserId: _this37.readMultiple ? _this37.mixReadList && _this37.mixReadList.join('|') : _this37.nextNode.nextReadUserId,
27847
+ nextOrgId: !_this37.isShowNextUser ? _this37.multiple ? _this37.mixOrgIdList && _this37.mixOrgIdList.join('|') : _this37.nextNode.nextOrgId : '',
27848
+ presetReadUserId: _this37.mixPresetList && _this37.mixPresetList.length > 0 ? _this37.mixPresetList.join('|') : _this37.nextNode.presetReadUserId.join(','),
27849
+ notificationType: notificationType
27850
+ });
27851
+
27852
+ if (_this37.activeNames != '1') delete params.customPresetUserJson;
27853
+ delete params.customLimitTimeText;
27854
+ if (_this37.nextNode.isRemoveSign != '1') {
27855
+ delete params.removeSignUserId;
27856
+ }
27857
+ if (_this37.nextNode.isAddSign != '1') {
27858
+ delete params.addSignUserId;
27859
+ }
27860
+ if (!_this37.isSpecial) {
27861
+ delete params.nextUserId;
27862
+ }
27863
+
27864
+ if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
27865
+ _context.next = 19;
27866
+ break;
27867
+ }
27868
+
27869
+ params.isSubFlow = _this37.taskExamineInfo.isSubFlow;
27870
+ _this37.taskParams = params;
27871
+ return _context.abrupt('return');
27872
+
27873
+ case 19:
27874
+ _this37.loading = util["a" /* default */].loading(_this37.$loading, '提交中...');
27875
+ isEndUserTask = _this37.isEndUserTask, choiceOrgId = _this37.choiceOrgId, choiceDeptId = _this37.choiceDeptId, pOrgId = _this37.pOrgId, taskExamineInfo = _this37.taskExamineInfo, currentNodeIsCircularReadNode = _this37.currentNodeIsCircularReadNode, needRetrialAuth = _this37.needRetrialAuth, circularReadParamsMap = _this37.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this37.currentNodeEnableItemHandleDescription;
27876
+
27877
+ params.isEndUserTask = isEndUserTask;
27878
+ params.choiceOrgId = choiceOrgId;
27879
+ params.choiceDeptId = choiceDeptId;
27880
+ params.pOrgId = pOrgId;
27881
+ params.processType = taskExamineInfo.processType;
27882
+ params.businessId = taskExamineInfo.businessId;
27883
+ params.appId = taskExamineInfo.appId;
27884
+ params.processDefinitionId = taskExamineInfo.processDefinitionId;
27885
+ params.isSubFlow = taskExamineInfo.isSubFlow;
27886
+ params.nodeId = taskExamineInfo.nodeId;
27887
+ params.needRetrialAuth = needRetrialAuth;
27888
+ params.taskHandleSubmitMode = currentNodeIsCircularReadNode ? 'circularReadMode' : undefined;
27889
+ if (currentNodeIsCircularReadNode) {
27890
+ params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
27891
+ }
27892
+ if (!currentNodeEnableItemHandleDescription) {
27893
+ delete params.nextItemHandleDescription;
27894
+ }
27895
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Yb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
27896
+ var status = res.status,
27897
+ message = res.message;
27898
+
27899
+ _this37.loading.close();
27900
+ if (status === 'success') {
27901
+ _this37.flowSuccess();
27902
+ } else {
27903
+ _this37.$message.error(message || '系统错误,请联系管理员!');
27904
+ _this37.$emit('error');
27905
+ }
27906
+ }).catch(function (err) {
27907
+ _this37.loading.close();
27908
+ if (err.message && err.message !== 'canceled') {
27909
+ _this37.$message.error(err.message);
27910
+ }
27911
+ }));
27912
+
27913
+ case 36:
27914
+ case 'end':
27915
+ return _context.stop();
27916
+ }
27917
+ }
27918
+ }, _callee, _this37);
27919
+ })));
27920
+ return _context2.abrupt('return');
27306
27921
 
27307
27922
  case 22:
27308
- _this36.loading = util["a" /* default */].loading(_this36.$loading, '加载中...');
27923
+ if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
27924
+ _context2.next = 26;
27925
+ break;
27926
+ }
27927
+
27928
+ _context2.next = 25;
27929
+ return _this37.saveInfo('subMit');
27309
27930
 
27310
- case 23:
27931
+ case 25:
27932
+ _this37.loading = util["a" /* default */].loading(_this37.$loading, '加载中...');
27933
+
27934
+ case 26:
27311
27935
  notificationType = '';
27312
27936
 
27313
- notificationType = _this36.nextNode.notificationType.join(',');
27937
+ notificationType = _this37.nextNode.notificationType.join(',');
27314
27938
  addSignUserId = addSignUserId.join(',');
27315
27939
  removeSignUserId = removeSignUserId.join(',');
27316
- if (!_this36.isCanPreAddSign || _this36.nextNode.isAddSign != '1') {
27317
- delete _this36.nextNode.addSignMode;
27940
+ if (!_this37.isCanPreAddSign || _this37.nextNode.isAddSign != '1') {
27941
+ delete _this37.nextNode.addSignMode;
27318
27942
  }
27319
27943
 
27320
- params = mainvue_type_script_lang_js_extends({}, _this36.nextNode, {
27321
- nextOperate: _this36.oldNextOperate !== '' ? _this36.oldNextOperate : _this36.nextNode.nextOperate,
27322
- pendingId: _this36.pendingId,
27323
- opinion: _this36.isForceDisplayDefaultOptionForPrefix && !_this36.value.startsWith(_this36.nodeDefaultSubmitOpinion) ? _this36.nodeDefaultSubmitOpinion + _this36.value : _this36.value,
27944
+ params = mainvue_type_script_lang_js_extends({}, _this37.nextNode, {
27945
+ nextOperate: _this37.oldNextOperate !== '' ? _this37.oldNextOperate : _this37.nextNode.nextOperate,
27946
+ pendingId: _this37.pendingId,
27947
+ opinion: _this37.isForceDisplayDefaultOptionForPrefix && !_this37.value.startsWith(_this37.nodeDefaultSubmitOpinion) ? _this37.nodeDefaultSubmitOpinion + _this37.value : _this37.value,
27324
27948
  userId: util["a" /* default */].getStorage('userId'),
27325
- nextUserId: _this36.multiple ? nextUserId.join(',') : _this36.nextNode.nextUserId,
27949
+ nextUserId: _this37.multiple ? nextUserId.join(',') : _this37.nextNode.nextUserId,
27326
27950
  addSignUserId: addSignUserId,
27327
- customPresetUserJson: JSON.stringify(_this36.presetList),
27328
- presetUserJson: JSON.stringify(_this36.presetUserJson),
27951
+ customPresetUserJson: JSON.stringify(_this37.presetList),
27952
+ presetUserJson: JSON.stringify(_this37.presetUserJson),
27329
27953
  removeSignUserId: removeSignUserId,
27330
- nextReadUserId: _this36.readMultiple ? _this36.mixReadList && _this36.mixReadList.join('|') : _this36.nextNode.nextReadUserId,
27331
- nextOrgId: !_this36.isShowNextUser ? _this36.multiple ? _this36.mixOrgIdList && _this36.mixOrgIdList.join('|') : _this36.nextNode.nextOrgId : '',
27332
- presetReadUserId: _this36.mixPresetList && _this36.mixPresetList.length > 0 ? _this36.mixPresetList.join('|') : _this36.nextNode.presetReadUserId.join(','),
27954
+ nextReadUserId: _this37.readMultiple ? _this37.mixReadList && _this37.mixReadList.join('|') : _this37.nextNode.nextReadUserId,
27955
+ nextOrgId: !_this37.isShowNextUser ? _this37.multiple ? _this37.mixOrgIdList && _this37.mixOrgIdList.join('|') : _this37.nextNode.nextOrgId : '',
27956
+ presetReadUserId: _this37.mixPresetList && _this37.mixPresetList.length > 0 ? _this37.mixPresetList.join('|') : _this37.nextNode.presetReadUserId.join(','),
27333
27957
  notificationType: notificationType
27334
27958
  });
27335
27959
 
27336
- if (_this36.activeNames != '1') delete params.customPresetUserJson;
27960
+ if (_this37.activeNames != '1') delete params.customPresetUserJson;
27337
27961
  delete params.customLimitTimeText;
27338
- if (_this36.nextNode.isRemoveSign != '1') {
27962
+ if (_this37.nextNode.isRemoveSign != '1') {
27339
27963
  delete params.removeSignUserId;
27340
27964
  }
27341
- if (_this36.nextNode.isAddSign != '1') {
27965
+ if (_this37.nextNode.isAddSign != '1') {
27342
27966
  delete params.addSignUserId;
27343
27967
  }
27344
- if (!_this36.isSpecial) {
27968
+ if (!_this37.isSpecial) {
27345
27969
  delete params.nextUserId;
27346
27970
  }
27347
27971
 
27348
27972
  if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
27349
- _context.next = 38;
27973
+ _context2.next = 41;
27350
27974
  break;
27351
27975
  }
27352
27976
 
27353
- params.isSubFlow = _this36.taskExamineInfo.isSubFlow;
27354
- _this36.taskParams = params;
27355
- return _context.abrupt('return');
27977
+ params.isSubFlow = _this37.taskExamineInfo.isSubFlow;
27978
+ _this37.taskParams = params;
27979
+ return _context2.abrupt('return');
27356
27980
 
27357
- case 38:
27358
- _this36.loading = util["a" /* default */].loading(_this36.$loading, '提交中...');
27359
- isEndUserTask = _this36.isEndUserTask, choiceOrgId = _this36.choiceOrgId, choiceDeptId = _this36.choiceDeptId, pOrgId = _this36.pOrgId, taskExamineInfo = _this36.taskExamineInfo, currentNodeIsCircularReadNode = _this36.currentNodeIsCircularReadNode, needRetrialAuth = _this36.needRetrialAuth, circularReadParamsMap = _this36.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this36.currentNodeEnableItemHandleDescription;
27981
+ case 41:
27982
+ _this37.loading = util["a" /* default */].loading(_this37.$loading, '提交中...');
27983
+ isEndUserTask = _this37.isEndUserTask, choiceOrgId = _this37.choiceOrgId, choiceDeptId = _this37.choiceDeptId, pOrgId = _this37.pOrgId, taskExamineInfo = _this37.taskExamineInfo, currentNodeIsCircularReadNode = _this37.currentNodeIsCircularReadNode, needRetrialAuth = _this37.needRetrialAuth, circularReadParamsMap = _this37.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this37.currentNodeEnableItemHandleDescription;
27360
27984
 
27361
27985
  params.isEndUserTask = isEndUserTask;
27362
27986
  params.choiceOrgId = choiceOrgId;
@@ -27376,33 +28000,33 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27376
28000
  if (!currentNodeEnableItemHandleDescription) {
27377
28001
  delete params.nextItemHandleDescription;
27378
28002
  }
27379
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Wb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
28003
+ return _context2.abrupt('return', util["a" /* default */].ajax({ url: api["Yb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
27380
28004
  var status = res.status,
27381
28005
  message = res.message;
27382
28006
 
27383
- _this36.loading.close();
28007
+ _this37.loading.close();
27384
28008
  if (status === 'success') {
27385
- _this36.flowSuccess();
28009
+ _this37.flowSuccess();
27386
28010
  } else {
27387
- _this36.$message.error(message || '系统错误,请联系管理员!');
27388
- _this36.$emit('error');
28011
+ _this37.$message.error(message || '系统错误,请联系管理员!');
28012
+ _this37.$emit('error');
27389
28013
  }
27390
28014
  }).catch(function (err) {
27391
- _this36.loading.close();
28015
+ _this37.loading.close();
27392
28016
  if (err.message && err.message !== 'canceled') {
27393
- _this36.$message.error(err.message);
28017
+ _this37.$message.error(err.message);
27394
28018
  }
27395
28019
  }));
27396
28020
 
27397
- case 57:
27398
- return _context.abrupt('return', false);
28021
+ case 60:
28022
+ return _context2.abrupt('return', false);
27399
28023
 
27400
- case 58:
28024
+ case 61:
27401
28025
  case 'end':
27402
- return _context.stop();
28026
+ return _context2.stop();
27403
28027
  }
27404
28028
  }
27405
- }, _callee, _this36);
28029
+ }, _callee2, _this37);
27406
28030
  }));
27407
28031
 
27408
28032
  return function (_x) {