eoss-ui 0.6.84 → 0.6.86

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 (306) hide show
  1. package/lib/button-group.js +105 -93
  2. package/lib/button.js +105 -93
  3. package/lib/calogin.js +338 -326
  4. package/lib/checkbox-group.js +105 -93
  5. package/lib/data-table-form.js +105 -93
  6. package/lib/data-table.js +105 -93
  7. package/lib/date-picker.js +105 -93
  8. package/lib/dialog.js +105 -93
  9. package/lib/eoss-ui.common.js +1169 -1185
  10. package/lib/flow-group.js +112 -95
  11. package/lib/flow-list.js +186 -174
  12. package/lib/flow.js +465 -417
  13. package/lib/form.js +227 -264
  14. package/lib/handle-user.js +105 -93
  15. package/lib/handler.js +105 -93
  16. package/lib/icon.js +105 -93
  17. package/lib/icons.js +1 -1
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +105 -93
  20. package/lib/input.js +105 -93
  21. package/lib/login.js +112 -97
  22. package/lib/main.js +237 -225
  23. package/lib/nav.js +105 -93
  24. package/lib/page.js +105 -93
  25. package/lib/pagination.js +105 -93
  26. package/lib/player.js +105 -93
  27. package/lib/qr-code.js +118 -106
  28. package/lib/radio-group.js +105 -93
  29. package/lib/retrial-auth.js +105 -93
  30. package/lib/select-ganged.js +105 -93
  31. package/lib/select.js +105 -93
  32. package/lib/selector-panel.js +105 -93
  33. package/lib/selector.js +123 -99
  34. package/lib/sizer.js +105 -93
  35. package/lib/steps.js +105 -93
  36. package/lib/switch.js +105 -93
  37. package/lib/table-form.js +167 -190
  38. package/lib/tabs.js +105 -93
  39. package/lib/theme-chalk/base.css +1 -1
  40. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  41. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  42. package/lib/theme-chalk/icon.css +1 -1
  43. package/lib/theme-chalk/index.css +1 -1
  44. package/lib/theme-chalk/main.css +1 -1
  45. package/lib/theme-chalk/menu.css +1 -1
  46. package/lib/theme-chalk/simplicity.css +1 -1
  47. package/lib/theme-chalk/sizer.css +1 -1
  48. package/lib/theme-chalk/upload.css +1 -1
  49. package/lib/tips.js +105 -93
  50. package/lib/tree-group.js +105 -93
  51. package/lib/tree.js +105 -93
  52. package/lib/upload.js +105 -93
  53. package/lib/utils/util.js +105 -93
  54. package/lib/wujie.js +105 -93
  55. package/lib/wxlogin.js +105 -93
  56. package/package.json +160 -160
  57. package/packages/.DS_Store +0 -0
  58. package/packages/autocomplete/.DS_Store +0 -0
  59. package/packages/button/index.js +5 -5
  60. package/packages/button/src/main.vue +418 -418
  61. package/packages/button-group/index.js +5 -5
  62. package/packages/button-group/src/main.vue +298 -298
  63. package/packages/calendar/index.js +5 -5
  64. package/packages/calogin/.DS_Store +0 -0
  65. package/packages/calogin/index.js +5 -5
  66. package/packages/calogin/src/main.vue +412 -412
  67. package/packages/calogin/src/plugin.js +915 -915
  68. package/packages/card/index.js +5 -5
  69. package/packages/card/src/main.vue +156 -156
  70. package/packages/cascader/index.js +5 -5
  71. package/packages/cascader/src/main.vue +168 -168
  72. package/packages/checkbox-group/index.js +5 -5
  73. package/packages/checkbox-group/src/main.vue +333 -333
  74. package/packages/clients/index.js +5 -5
  75. package/packages/clients/src/main.vue +151 -151
  76. package/packages/data-table/index.js +5 -5
  77. package/packages/data-table/src/children.vue +39 -39
  78. package/packages/data-table/src/column.vue +989 -989
  79. package/packages/data-table/src/main.vue +1822 -1822
  80. package/packages/data-table/src/sizer.vue +195 -195
  81. package/packages/data-table-form/index.js +5 -5
  82. package/packages/data-table-form/src/checkbox.vue +101 -101
  83. package/packages/data-table-form/src/colgroup.vue +17 -17
  84. package/packages/data-table-form/src/main.vue +181 -181
  85. package/packages/data-table-form/src/radio.vue +65 -65
  86. package/packages/data-table-form/src/table.vue +233 -233
  87. package/packages/data-table-form/src/tbody.vue +336 -336
  88. package/packages/data-table-form/src/thead.vue +68 -68
  89. package/packages/date-picker/.DS_Store +0 -0
  90. package/packages/date-picker/index.js +5 -5
  91. package/packages/date-picker/src/.DS_Store +0 -0
  92. package/packages/date-picker/src/main.vue +236 -236
  93. package/packages/dialog/index.js +5 -5
  94. package/packages/enable-drag/index.js +5 -5
  95. package/packages/enterprise/index.js +5 -5
  96. package/packages/enterprise/src/main.vue +66 -66
  97. package/packages/error-page/index.js +5 -5
  98. package/packages/error-page/src/main.vue +44 -44
  99. package/packages/flow/.DS_Store +0 -0
  100. package/packages/flow/index.js +5 -5
  101. package/packages/flow/src/.DS_Store +0 -0
  102. package/packages/flow/src/component/Circulate.vue +370 -370
  103. package/packages/flow/src/component/CommonOpinions.vue +364 -364
  104. package/packages/flow/src/component/CustomPreset.vue +322 -322
  105. package/packages/flow/src/component/FileList.vue +99 -99
  106. package/packages/flow/src/component/Preset.vue +255 -255
  107. package/packages/flow/src/component/SendMsg.vue +241 -241
  108. package/packages/flow/src/component/TimeLimit.vue +190 -190
  109. package/packages/flow/src/component/taskUnionExamine.vue +639 -627
  110. package/packages/flow/src/form.vue +121 -121
  111. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  112. package/packages/flow/src/main.vue +3654 -3650
  113. package/packages/flow/src/processForm.vue +1245 -1245
  114. package/packages/flow/src/processReject.vue +295 -295
  115. package/packages/flow/src/reset.vue +918 -918
  116. package/packages/flow/src/selectUser.vue +22 -8
  117. package/packages/flow/src/startTaskRead.vue +683 -683
  118. package/packages/flow/src/supervise.vue +152 -151
  119. package/packages/flow/src/table.vue +58 -58
  120. package/packages/flow-group/index.js +5 -5
  121. package/packages/flow-group/src/main.vue +692 -688
  122. package/packages/flow-list/.DS_Store +0 -0
  123. package/packages/flow-list/index.js +5 -5
  124. package/packages/flow-list/src/main.vue +1770 -1770
  125. package/packages/form/.DS_Store +0 -0
  126. package/packages/form/index.js +5 -5
  127. package/packages/form/src/main.vue +3814 -3797
  128. package/packages/form/src/table.vue +1508 -1502
  129. package/packages/handle-user/index.js +5 -5
  130. package/packages/handle-user/src/main.vue +138 -138
  131. package/packages/handler/index.js +5 -5
  132. package/packages/handler/src/main.vue +493 -493
  133. package/packages/icon/index.js +5 -5
  134. package/packages/icon/src/main.vue +101 -101
  135. package/packages/icons/index.js +5 -5
  136. package/packages/icons/src/icon.json +1 -1
  137. package/packages/icons/src/main.vue +81 -81
  138. package/packages/input/index.js +5 -5
  139. package/packages/input/src/main.vue +356 -356
  140. package/packages/input-number/index.js +5 -5
  141. package/packages/input-number/src/main.vue +106 -106
  142. package/packages/label/index.js +5 -5
  143. package/packages/label/src/main.vue +457 -457
  144. package/packages/layout/index.js +5 -5
  145. package/packages/layout/src/item.vue +152 -152
  146. package/packages/layout/src/main.vue +31 -31
  147. package/packages/login/.DS_Store +0 -0
  148. package/packages/login/index.js +5 -5
  149. package/packages/login/src/main.vue +1998 -2001
  150. package/packages/login/src/resetPassword.vue +562 -562
  151. package/packages/main/.DS_Store +0 -0
  152. package/packages/main/index.js +5 -5
  153. package/packages/main/src/.DS_Store +0 -0
  154. package/packages/main/src/default/message.vue +249 -249
  155. package/packages/main/src/default/notice.vue +157 -157
  156. package/packages/main/src/default/userinfo.vue +503 -503
  157. package/packages/main/src/public/online.vue +89 -89
  158. package/packages/main/src/public/search.vue +458 -458
  159. package/packages/main/src/public/settings.vue +221 -221
  160. package/packages/main/src/simplicity/apps.vue +388 -388
  161. package/packages/main/src/simplicity/avatar.vue +82 -82
  162. package/packages/main/src/simplicity/handler.vue +259 -259
  163. package/packages/main/src/simplicity/index.vue +2102 -2102
  164. package/packages/main/src/simplicity/lists.vue +84 -84
  165. package/packages/main/src/simplicity/menu-list.vue +135 -135
  166. package/packages/main/src/simplicity/message.vue +259 -259
  167. package/packages/main/src/simplicity/notice.vue +190 -190
  168. package/packages/main/src/simplicity/router-page.vue +45 -45
  169. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  170. package/packages/main/src/simplicity/user.vue +260 -260
  171. package/packages/main/src/simplicity/userinfo.vue +312 -312
  172. package/packages/menu/.DS_Store +0 -0
  173. package/packages/menu/index.js +5 -5
  174. package/packages/menu/src/main.vue +584 -584
  175. package/packages/nav/index.js +5 -5
  176. package/packages/nav/src/main.vue +351 -351
  177. package/packages/notify/index.js +5 -5
  178. package/packages/notify/src/main.vue +538 -538
  179. package/packages/page/index.js +5 -5
  180. package/packages/page/src/main.vue +167 -167
  181. package/packages/pagination/index.js +5 -5
  182. package/packages/pagination/src/main.vue +96 -96
  183. package/packages/player/index.js +5 -5
  184. package/packages/player/src/main.vue +194 -194
  185. package/packages/qr-code/index.js +5 -5
  186. package/packages/qr-code/src/main.vue +170 -170
  187. package/packages/radio-group/index.js +6 -6
  188. package/packages/radio-group/src/main.vue +319 -319
  189. package/packages/retrial-auth/index.js +5 -5
  190. package/packages/retrial-auth/src/main.vue +280 -280
  191. package/packages/scrollbar/.DS_Store +0 -0
  192. package/packages/select/.DS_Store +0 -0
  193. package/packages/select/index.js +5 -5
  194. package/packages/select/src/main.vue +778 -778
  195. package/packages/select-ganged/index.js +5 -5
  196. package/packages/select-ganged/src/main.vue +724 -724
  197. package/packages/selector/.DS_Store +0 -0
  198. package/packages/selector/index.js +5 -5
  199. package/packages/selector/src/main.vue +745 -729
  200. package/packages/selector-panel/.DS_Store +0 -0
  201. package/packages/selector-panel/index.js +5 -5
  202. package/packages/selector-panel/src/main.vue +1027 -1027
  203. package/packages/selector-panel/src/selection.vue +170 -170
  204. package/packages/selector-panel/src/tree.vue +129 -129
  205. package/packages/sizer/index.js +5 -5
  206. package/packages/sizer/src/main.vue +254 -254
  207. package/packages/steps/index.js +5 -5
  208. package/packages/steps/src/main.vue +181 -181
  209. package/packages/switch/index.js +5 -5
  210. package/packages/switch/src/main.vue +154 -154
  211. package/packages/table-form/index.js +5 -5
  212. package/packages/tabs/index.js +5 -5
  213. package/packages/tabs/src/main.vue +788 -788
  214. package/packages/tabs-panel/index.js +5 -5
  215. package/packages/tabs-panel/src/main.vue +29 -29
  216. package/packages/theme-chalk/lib/base.css +1 -1
  217. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  218. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  219. package/packages/theme-chalk/lib/icon.css +1 -1
  220. package/packages/theme-chalk/lib/index.css +1 -1
  221. package/packages/theme-chalk/lib/main.css +1 -1
  222. package/packages/theme-chalk/lib/menu.css +1 -1
  223. package/packages/theme-chalk/lib/simplicity.css +1 -1
  224. package/packages/theme-chalk/lib/sizer.css +1 -1
  225. package/packages/theme-chalk/lib/upload.css +1 -1
  226. package/packages/theme-chalk/src/.DS_Store +0 -0
  227. package/packages/theme-chalk/src/base.scss +261 -261
  228. package/packages/theme-chalk/src/button-group.scss +176 -176
  229. package/packages/theme-chalk/src/button.scss +24 -24
  230. package/packages/theme-chalk/src/calendar.scss +113 -113
  231. package/packages/theme-chalk/src/card.scss +99 -99
  232. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  233. package/packages/theme-chalk/src/clients.scss +87 -87
  234. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  235. package/packages/theme-chalk/src/data-table.scss +293 -293
  236. package/packages/theme-chalk/src/date-picker.scss +7 -7
  237. package/packages/theme-chalk/src/dialog.scss +77 -77
  238. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  239. package/packages/theme-chalk/src/enterprise.scss +5 -5
  240. package/packages/theme-chalk/src/error-page.scss +18 -18
  241. package/packages/theme-chalk/src/flow-group.scss +110 -110
  242. package/packages/theme-chalk/src/flow-list.scss +39 -39
  243. package/packages/theme-chalk/src/flow.scss +348 -348
  244. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  245. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  246. package/packages/theme-chalk/src/form.scss +499 -499
  247. package/packages/theme-chalk/src/handle-user.scss +40 -40
  248. package/packages/theme-chalk/src/handler.scss +143 -143
  249. package/packages/theme-chalk/src/icon.scss +1817 -1805
  250. package/packages/theme-chalk/src/icons.scss +99 -99
  251. package/packages/theme-chalk/src/input.scss +9 -9
  252. package/packages/theme-chalk/src/label.scss +24 -24
  253. package/packages/theme-chalk/src/layout.scss +46 -46
  254. package/packages/theme-chalk/src/login.scss +984 -984
  255. package/packages/theme-chalk/src/main.scss +663 -663
  256. package/packages/theme-chalk/src/menu.scss +222 -222
  257. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  258. package/packages/theme-chalk/src/nav.scss +111 -111
  259. package/packages/theme-chalk/src/page.scss +3 -3
  260. package/packages/theme-chalk/src/pagination.scss +29 -29
  261. package/packages/theme-chalk/src/player.scss +9 -9
  262. package/packages/theme-chalk/src/qr-code.scss +17 -17
  263. package/packages/theme-chalk/src/radio-group.scss +9 -9
  264. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  265. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  266. package/packages/theme-chalk/src/select.scss +8 -8
  267. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  268. package/packages/theme-chalk/src/selector.scss +91 -91
  269. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  270. package/packages/theme-chalk/src/sizer.scss +36 -36
  271. package/packages/theme-chalk/src/steps.scss +88 -88
  272. package/packages/theme-chalk/src/switch.scss +3 -3
  273. package/packages/theme-chalk/src/table-form.scss +1 -1
  274. package/packages/theme-chalk/src/tabs.scss +87 -87
  275. package/packages/theme-chalk/src/tips.scss +7 -7
  276. package/packages/theme-chalk/src/toolbar.scss +179 -179
  277. package/packages/theme-chalk/src/tree-group.scss +72 -72
  278. package/packages/theme-chalk/src/tree.scss +165 -165
  279. package/packages/theme-chalk/src/upload.scss +172 -172
  280. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  281. package/packages/tips/index.js +5 -5
  282. package/packages/tips/src/main.vue +141 -141
  283. package/packages/toolbar/index.js +5 -5
  284. package/packages/toolbar/src/main.vue +430 -430
  285. package/packages/tree/index.js +5 -5
  286. package/packages/tree-group/index.js +5 -5
  287. package/packages/upload/.DS_Store +0 -0
  288. package/packages/upload/index.js +5 -5
  289. package/packages/upload/src/main.vue +1348 -1348
  290. package/packages/upload/src/picture.js +15 -15
  291. package/packages/wujie/index.js +5 -5
  292. package/packages/wujie/src/main.vue +145 -145
  293. package/packages/wxlogin/index.js +5 -5
  294. package/packages/wxlogin/src/main.vue +128 -128
  295. package/src/.DS_Store +0 -0
  296. package/src/config/api.js +294 -294
  297. package/src/config/image.js +2 -2
  298. package/src/index.js +163 -163
  299. package/src/utils/.DS_Store +0 -0
  300. package/src/utils/bus.js +3 -3
  301. package/src/utils/date-util.js +312 -312
  302. package/src/utils/http.js +50 -50
  303. package/src/utils/rules.js +18 -18
  304. package/src/utils/store.js +21 -21
  305. package/src/utils/util.js +141 -129
  306. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -257,99 +257,7 @@ var ajax = function ajax(_ref) {
257
257
  }
258
258
  }
259
259
  if (response.status === 200) {
260
- if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
261
- removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
262
- var href = '';
263
- try {
264
- href = win.top.location.href;
265
- } catch (error) {
266
- href = win.location.href;
267
- }
268
- if (href.indexOf('#/login') === -1 && href.indexOf('/login.html') === -1) {
269
- var remind = sessionStorage.getItem('remind');
270
- if (!remind) {
271
- clearTimeout(loginMsg);
272
- loginMsg = setTimeout(function () {
273
- sessionStorage.setItem('remind', 1);
274
- eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
275
- confirmButtonText: '确定',
276
- closeOnClickModal: false,
277
- type: 'warning'
278
- } : {
279
- confirmButtonText: '确定',
280
- cancelButtonText: '取消',
281
- closeOnClickModal: false,
282
- type: 'warning'
283
- }).then(function () {
284
- try {
285
- var loginPage = getStorage('login') || getStorage('loginPage');
286
- if (loginPage) {
287
- var src = void 0;
288
- if (!startWith(loginPage, ['http', '/'], true)) {
289
- var pathname = win.top.location.pathname;
290
- if (pathname !== '/') {
291
- pathname = pathname.split('/');
292
- pathname.splice(pathname.length - 1);
293
- pathname = pathname.join('/');
294
- src = pathname + '/' + loginPage.replace('./', '');
295
- } else {
296
- src = pathname + loginPage.replace('./', '');
297
- }
298
- } else {
299
- src = loginPage;
300
- }
301
- win.top.location.href = src;
302
- } else if (win.top.location.href.indexOf('main.html') > -1) {
303
- win.top.location.href = './login.html';
304
- } else {
305
- var hash = win.top.location.hash;
306
- if (hash) {
307
- var len = win.top.location.href.indexOf(hash);
308
- win.top.location.href = win.location.href.slice(0, len) + '#/login';
309
- } else {
310
- win.top.location.href = '/login.html';
311
- }
312
- }
313
- } catch (error) {
314
- win.postMessage({ type: 1 }, '*');
315
- }
316
- }).catch(function (e) {
317
- sessionStorage.removeItem('remind');
318
- });
319
- }, 2000);
320
- }
321
- }
322
- } else if (response.data.rCode === 61) {
323
- clearTimeout(initAuth);
324
- initAuth = setTimeout(function () {
325
- Object(eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"])({
326
- title: '请进行二次鉴权',
327
- closeOnClickModal: false,
328
- closeOnPressEscape: false,
329
- showConfirmButton: false,
330
- dangerouslyUseHTMLString: true,
331
- scroll: false,
332
- customClass: 'es-retrial-auth-msg',
333
- render: function render(h, msgBox) {
334
- return h('es-retrial-auth', {
335
- ref: 'auth',
336
- props: {
337
- reload: response.data.results.reload || response.data.results.refresh,
338
- group: response.data.results.retrialAuthGroupIds,
339
- type: response.data.results.retrialAuthType,
340
- msgBox: msgBox
341
- }
342
- });
343
- },
344
- callback: function callback(res, obj) {
345
- obj.$children.forEach(function (item) {
346
- item.clearTimeouts && item.clearTimeouts();
347
- return;
348
- });
349
- }
350
- });
351
- }, 1000);
352
- }
260
+ responses(response.data);
353
261
  // eslint-disable-next-line no-undef
354
262
  return Promise.resolve(JSON.parse(JSON.stringify(response.data)));
355
263
  }
@@ -2870,6 +2778,109 @@ var replenish = function replenish(_ref15) {
2870
2778
  return data;
2871
2779
  };
2872
2780
 
2781
+ /**
2782
+ * responses
2783
+ * @desc:状态码响应
2784
+ * @author huangbo
2785
+ * @date 2022年5月7日
2786
+ * @param {object} [data] - 数字或字符串型数字
2787
+ **/
2788
+ var responses = function responses(data) {
2789
+ if (data.rCode === 64 || data.rCode === 65 || data.rCode === 67 || data.rCode === 69) {
2790
+ removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
2791
+ var href = '';
2792
+ try {
2793
+ href = win.top.location.href;
2794
+ } catch (error) {
2795
+ href = win.location.href;
2796
+ }
2797
+ if (href.indexOf('#/login') === -1 && href.indexOf('/login.html') === -1) {
2798
+ var remind = sessionStorage.getItem('remind');
2799
+ if (!remind) {
2800
+ clearTimeout(loginMsg);
2801
+ loginMsg = setTimeout(function () {
2802
+ sessionStorage.setItem('remind', 1);
2803
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].confirm(data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', data.rCode === 69 ? {
2804
+ confirmButtonText: '确定',
2805
+ closeOnClickModal: false,
2806
+ type: 'warning'
2807
+ } : {
2808
+ confirmButtonText: '确定',
2809
+ cancelButtonText: '取消',
2810
+ closeOnClickModal: false,
2811
+ type: 'warning'
2812
+ }).then(function () {
2813
+ try {
2814
+ var loginPage = getStorage('login') || getStorage('loginPage');
2815
+ if (loginPage) {
2816
+ var src = void 0;
2817
+ if (!startWith(loginPage, ['http', '/'], true)) {
2818
+ var pathname = win.top.location.pathname;
2819
+ if (pathname !== '/') {
2820
+ pathname = pathname.split('/');
2821
+ pathname.splice(pathname.length - 1);
2822
+ pathname = pathname.join('/');
2823
+ src = pathname + '/' + loginPage.replace('./', '');
2824
+ } else {
2825
+ src = pathname + loginPage.replace('./', '');
2826
+ }
2827
+ } else {
2828
+ src = loginPage;
2829
+ }
2830
+ win.top.location.href = src;
2831
+ } else if (win.top.location.href.indexOf('main.html') > -1) {
2832
+ win.top.location.href = './login.html';
2833
+ } else {
2834
+ var hash = win.top.location.hash;
2835
+ if (hash) {
2836
+ var len = win.top.location.href.indexOf(hash);
2837
+ win.top.location.href = win.location.href.slice(0, len) + '#/login';
2838
+ } else {
2839
+ win.top.location.href = '/login.html';
2840
+ }
2841
+ }
2842
+ } catch (error) {
2843
+ win.postMessage({ type: 1 }, '*');
2844
+ }
2845
+ }).catch(function (e) {
2846
+ sessionStorage.removeItem('remind');
2847
+ });
2848
+ }, 2000);
2849
+ }
2850
+ }
2851
+ } else if (data.rCode === 61) {
2852
+ clearTimeout(initAuth);
2853
+ initAuth = setTimeout(function () {
2854
+ Object(eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"])({
2855
+ title: '请进行二次鉴权',
2856
+ closeOnClickModal: false,
2857
+ closeOnPressEscape: false,
2858
+ showConfirmButton: false,
2859
+ dangerouslyUseHTMLString: true,
2860
+ scroll: false,
2861
+ customClass: 'es-retrial-auth-msg',
2862
+ render: function render(h, msgBox) {
2863
+ return h('es-retrial-auth', {
2864
+ ref: 'auth',
2865
+ props: {
2866
+ reload: data.results.reload || data.results.refresh,
2867
+ group: data.results.retrialAuthGroupIds,
2868
+ type: data.results.retrialAuthType,
2869
+ msgBox: msgBox
2870
+ }
2871
+ });
2872
+ },
2873
+ callback: function callback(res, obj) {
2874
+ obj.$children.forEach(function (item) {
2875
+ item.clearTimeouts && item.clearTimeouts();
2876
+ return;
2877
+ });
2878
+ }
2879
+ });
2880
+ }, 1000);
2881
+ }
2882
+ };
2883
+
2873
2884
  /**
2874
2885
  * rgbToHsv
2875
2886
  * @desc:rgb转化成hsv
@@ -3526,6 +3537,7 @@ var watermark = function watermark(option) {
3526
3537
  receiveMessage: receiveMessage,
3527
3538
  removeStorage: removeStorage,
3528
3539
  replenish: replenish,
3540
+ responses: responses,
3529
3541
  rgbToHsv: rgbToHsv,
3530
3542
  rmbToCapital: rmbToCapital,
3531
3543
  sendMessage: sendMessage,
@@ -4469,7 +4481,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4469
4481
  // ESM COMPAT FLAG
4470
4482
  __webpack_require__.r(__webpack_exports__);
4471
4483
 
4472
- // 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=324ca57c&
4484
+ // 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=439fd8c6&
4473
4485
  var render = function () {
4474
4486
  var _vm = this
4475
4487
  var _h = _vm.$createElement
@@ -6527,18 +6539,20 @@ var render = function () {
6527
6539
  },
6528
6540
  [_vm._v("不同意")]
6529
6541
  ),
6530
- _c(
6531
- "el-button",
6532
- {
6533
- staticClass: "es-button-agree-save",
6534
- on: {
6535
- click: function ($event) {
6536
- _vm.saveInfo()
6542
+ !_vm.isHideTemporarySave
6543
+ ? _c(
6544
+ "el-button",
6545
+ {
6546
+ staticClass: "es-button-agree-save",
6547
+ on: {
6548
+ click: function ($event) {
6549
+ _vm.saveInfo()
6550
+ },
6551
+ },
6537
6552
  },
6538
- },
6539
- },
6540
- [_vm._v("暂存")]
6541
- ),
6553
+ [_vm._v("暂存")]
6554
+ )
6555
+ : _vm._e(),
6542
6556
  ],
6543
6557
  1
6544
6558
  )
@@ -6552,7 +6566,7 @@ var render = function () {
6552
6566
  { staticClass: "es-user-defined" },
6553
6567
  [
6554
6568
  _vm._l(
6555
- _vm.hideBtn
6569
+ _vm.hideBtn || _vm.isHideTemporarySave
6556
6570
  ? _vm.btnList.slice(0, 1)
6557
6571
  : _vm.btnList,
6558
6572
  function (item) {
@@ -7341,7 +7355,7 @@ var staticRenderFns = []
7341
7355
  render._withStripped = true
7342
7356
 
7343
7357
 
7344
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=324ca57c&
7358
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=439fd8c6&
7345
7359
 
7346
7360
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7347
7361
  var regenerator_ = __webpack_require__(4);
@@ -8198,21 +8212,21 @@ var _components;
8198
8212
  return validSate;
8199
8213
  },
8200
8214
 
8201
- /**
8202
- * changeOpinion
8203
- * @desc:监听意见变化
8204
- * @author liufan
8205
- * @date 2022年10月28日
8215
+ /**
8216
+ * changeOpinion
8217
+ * @desc:监听意见变化
8218
+ * @author liufan
8219
+ * @date 2022年10月28日
8206
8220
  **/
8207
8221
  changeOpinion: function changeOpinion() {
8208
8222
  this.$emit('change', this.form.value);
8209
8223
  },
8210
8224
 
8211
- /**
8212
- * getCommonOpion
8213
- * @desc:获取意见
8214
- * @author liufan
8215
- * @date 2022年5月25日
8225
+ /**
8226
+ * getCommonOpion
8227
+ * @desc:获取意见
8228
+ * @author liufan
8229
+ * @date 2022年5月25日
8216
8230
  **/
8217
8231
  getCommonOpion: function getCommonOpion() {
8218
8232
  var _this = this;
@@ -8241,24 +8255,24 @@ var _components;
8241
8255
  });
8242
8256
  },
8243
8257
 
8244
- /**
8245
- * upDate
8246
- * @desc:修改常用语
8247
- * @author liufan
8248
- * @param {Object} val 修改值
8249
- * @date 2022年5月25日
8258
+ /**
8259
+ * upDate
8260
+ * @desc:修改常用语
8261
+ * @author liufan
8262
+ * @param {Object} val 修改值
8263
+ * @date 2022年5月25日
8250
8264
  **/
8251
8265
  upDate: function upDate(val) {
8252
8266
  this.FormData.id = val.id;
8253
8267
  this.addVisible = true;
8254
8268
  },
8255
8269
 
8256
- /**
8257
- * selectChange
8258
- * @desc:常用语选择
8259
- * @author liufan
8260
- * @param {String} val 选中值
8261
- * @date 2022年5月25日
8270
+ /**
8271
+ * selectChange
8272
+ * @desc:常用语选择
8273
+ * @author liufan
8274
+ * @param {String} val 选中值
8275
+ * @date 2022年5月25日
8262
8276
  **/
8263
8277
  selectChange: function selectChange(val) {
8264
8278
  var _this2 = this;
@@ -8277,12 +8291,12 @@ var _components;
8277
8291
  });
8278
8292
  },
8279
8293
 
8280
- /**
8281
- * del
8282
- * @desc:删除常用语
8283
- * @author liufan
8284
- * @param {Object} val 删除的数据
8285
- * @date 2022年5月25日
8294
+ /**
8295
+ * del
8296
+ * @desc:删除常用语
8297
+ * @author liufan
8298
+ * @param {Object} val 删除的数据
8299
+ * @date 2022年5月25日
8286
8300
  **/
8287
8301
  del: function del(val) {
8288
8302
  var _this3 = this;
@@ -8324,12 +8338,12 @@ var _components;
8324
8338
  }).catch(function (e) {});
8325
8339
  },
8326
8340
 
8327
- /**
8328
- * submit
8329
- * @desc:新增/编辑意见保存
8330
- * @author liufan
8331
- * @param {Object} val 保存数据
8332
- * @date 2022年5月25日
8341
+ /**
8342
+ * submit
8343
+ * @desc:新增/编辑意见保存
8344
+ * @author liufan
8345
+ * @param {Object} val 保存数据
8346
+ * @date 2022年5月25日
8333
8347
  **/
8334
8348
  submit: function submit(val) {
8335
8349
  var _this4 = this;
@@ -9158,8 +9172,8 @@ processFormvue_type_template_id_09ba35c6_render._withStripped = true
9158
9172
 
9159
9173
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=09ba35c6&
9160
9174
 
9161
- // 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=2f6c6827&
9162
- var selectUservue_type_template_id_2f6c6827_render = function () {
9175
+ // 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=3588d66f&
9176
+ var selectUservue_type_template_id_3588d66f_render = function () {
9163
9177
  var _vm = this
9164
9178
  var _h = _vm.$createElement
9165
9179
  var _c = _vm._self._c || _h
@@ -9263,7 +9277,8 @@ var selectUservue_type_template_id_2f6c6827_render = function () {
9263
9277
  {
9264
9278
  class:
9265
9279
  _vm.isCustomUser &&
9266
- _vm.isCurrentNodeForbiddenChangeCandidate == 0
9280
+ _vm.isCurrentNodeForbiddenChangeCandidate == 0 &&
9281
+ !_vm.isUnionSeal
9267
9282
  ? ""
9268
9283
  : "no-icon",
9269
9284
  attrs: {
@@ -9273,10 +9288,12 @@ var selectUservue_type_template_id_2f6c6827_render = function () {
9273
9288
  title: _vm.title,
9274
9289
  max: "5",
9275
9290
  mix: _vm.mix,
9291
+ min: _vm.isUnionSeal ? 1 : 0,
9276
9292
  disabled:
9277
9293
  !_vm.isCustomUser ||
9278
9294
  _vm.isCurrentNodeForbiddenChangeCandidate == 1,
9279
- filterable: Boolean(_vm.isCustomUser),
9295
+ filterable: Boolean(_vm.isCustomUser && !_vm.isUnionSeal),
9296
+ select: _vm.isUnionSeal == false,
9280
9297
  where: _vm.newWhere,
9281
9298
  multiple: _vm.newMultiple,
9282
9299
  param: Object.assign({}, _vm.newParams, { info: "no" }),
@@ -9304,11 +9321,11 @@ var selectUservue_type_template_id_2f6c6827_render = function () {
9304
9321
  2
9305
9322
  )
9306
9323
  }
9307
- var selectUservue_type_template_id_2f6c6827_staticRenderFns = []
9308
- selectUservue_type_template_id_2f6c6827_render._withStripped = true
9324
+ var selectUservue_type_template_id_3588d66f_staticRenderFns = []
9325
+ selectUservue_type_template_id_3588d66f_render._withStripped = true
9309
9326
 
9310
9327
 
9311
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=2f6c6827&
9328
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=3588d66f&
9312
9329
 
9313
9330
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
9314
9331
  var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -9405,6 +9422,10 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9405
9422
  //
9406
9423
  //
9407
9424
  //
9425
+ //
9426
+ //
9427
+ //
9428
+ //
9408
9429
 
9409
9430
 
9410
9431
 
@@ -9418,6 +9439,10 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9418
9439
  tabs: {
9419
9440
  type: Object
9420
9441
  },
9442
+ isUnionSeal: {
9443
+ type: Boolean,
9444
+ default: false
9445
+ },
9421
9446
  nextUser: {
9422
9447
  default: function _default() {
9423
9448
  return [];
@@ -9515,7 +9540,10 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9515
9540
 
9516
9541
  computed: {
9517
9542
  newWhere: function newWhere() {
9518
- return _extends({ mid: JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId + '-org-1', filid: JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId }, this.where);
9543
+ return _extends({
9544
+ mid: JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId + '-org-1',
9545
+ filid: JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId
9546
+ }, this.where);
9519
9547
  }
9520
9548
  },
9521
9549
  watch: {
@@ -9791,8 +9819,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9791
9819
 
9792
9820
  var selectUser_component = Object(componentNormalizer["a" /* default */])(
9793
9821
  src_selectUservue_type_script_lang_js_,
9794
- selectUservue_type_template_id_2f6c6827_render,
9795
- selectUservue_type_template_id_2f6c6827_staticRenderFns,
9822
+ selectUservue_type_template_id_3588d66f_render,
9823
+ selectUservue_type_template_id_3588d66f_staticRenderFns,
9796
9824
  false,
9797
9825
  null,
9798
9826
  null,
@@ -11645,11 +11673,11 @@ var processFormvue_type_script_lang_js_components;
11645
11673
  });
11646
11674
  },
11647
11675
 
11648
- /**
11649
- * isMultiple
11650
- * @desc:是否多选
11651
- * @author liufan
11652
- * @date 2022年9月13日
11676
+ /**
11677
+ * isMultiple
11678
+ * @desc:是否多选
11679
+ * @author liufan
11680
+ * @date 2022年9月13日
11653
11681
  **/
11654
11682
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
11655
11683
  var multiple = false;
@@ -15594,11 +15622,11 @@ var resetvue_type_script_lang_js_components;
15594
15622
  });
15595
15623
  },
15596
15624
 
15597
- /**
15598
- * isMultiple
15599
- * @desc:是否多选
15600
- * @author liufan
15601
- * @date 2022年9月13日
15625
+ /**
15626
+ * isMultiple
15627
+ * @desc:是否多选
15628
+ * @author liufan
15629
+ * @date 2022年9月13日
15602
15630
  **/
15603
15631
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
15604
15632
  var multiple = false;
@@ -15742,8 +15770,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
15742
15770
  )
15743
15771
 
15744
15772
  /* harmony default export */ var src_reset = (reset_component.exports);
15745
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a4f1a86&
15746
- var taskUnionExaminevue_type_template_id_5a4f1a86_render = function () {
15773
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=97551c4a&
15774
+ var taskUnionExaminevue_type_template_id_97551c4a_render = function () {
15747
15775
  var _vm = this
15748
15776
  var _h = _vm.$createElement
15749
15777
  var _c = _vm._self._c || _h
@@ -15817,6 +15845,8 @@ var taskUnionExaminevue_type_template_id_5a4f1a86_render = function () {
15817
15845
  : _vm.infoList.nextCurrentOrgObj,
15818
15846
  multiple: _vm.newMultiple,
15819
15847
  mix: _vm.currentMix,
15848
+ isUnionSeal: _vm.type == "unionSeal",
15849
+ selectUserList: _vm.unionSealData || [],
15820
15850
  types:
15821
15851
  _vm.type == "takeAdvice"
15822
15852
  ? _vm.currentOrgTabs.length > 0
@@ -16000,11 +16030,11 @@ var taskUnionExaminevue_type_template_id_5a4f1a86_render = function () {
16000
16030
  1
16001
16031
  )
16002
16032
  }
16003
- var taskUnionExaminevue_type_template_id_5a4f1a86_staticRenderFns = []
16004
- taskUnionExaminevue_type_template_id_5a4f1a86_render._withStripped = true
16033
+ var taskUnionExaminevue_type_template_id_97551c4a_staticRenderFns = []
16034
+ taskUnionExaminevue_type_template_id_97551c4a_render._withStripped = true
16005
16035
 
16006
16036
 
16007
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a4f1a86&
16037
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=97551c4a&
16008
16038
 
16009
16039
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
16010
16040
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -16139,6 +16169,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
16139
16169
  //
16140
16170
  //
16141
16171
  //
16172
+ //
16173
+ //
16142
16174
 
16143
16175
 
16144
16176
 
@@ -16172,6 +16204,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16172
16204
  opinion: ''
16173
16205
  },
16174
16206
  onlyName: '',
16207
+ unionSealData: [],
16175
16208
  currentOrgTabs: [],
16176
16209
  foreignOrgTabs: [],
16177
16210
  foreignOrgTabsParam: {},
@@ -16321,10 +16354,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
16321
16354
  isHideCurrentOrg = _res$data2$nodeInfoMa.isHideCurrentOrg,
16322
16355
  isOpinionRequired = _res$data2$nodeInfoMa.isOpinionRequired;
16323
16356
 
16324
- console.log(otherOrgDisabledObjId, 'otherOrgDisabledObjId');
16325
16357
  if (otherOrgDisabledObjId) {
16326
16358
  _this3.otherOrgDisabledObjId = otherOrgDisabledObjId.split(',');
16327
- console.log(_this3.otherOrgDisabledObjId, otherOrgDisabledObjId.split(','));
16328
16359
  }
16329
16360
  if (res.data.customizedConfig) {
16330
16361
  if (res.data.customizedConfig.currentOrgSelectorCustomized) {
@@ -16369,8 +16400,18 @@ var taskUnionExaminevue_type_script_lang_js_components;
16369
16400
  }
16370
16401
  _this3.isOpinionRequired = isOpinionRequired;
16371
16402
  if (_this3.type == 'unionSeal') {
16372
- _this3.onlyName = unionDispatchOrgName;
16373
- _this3.infoList.nextOtherOrgObj.push(unionDispatchOrgId);
16403
+ var names = unionDispatchOrgName.split(',');
16404
+ var ids = unionDispatchOrgId.split(',');
16405
+ names.map(function (x, i) {
16406
+ if (x) {
16407
+ _this3.unionSealData.push({
16408
+ showname: x,
16409
+ showid: ids[i]
16410
+ });
16411
+ }
16412
+ });
16413
+ // this.onlyName = unionDispatchOrgName;
16414
+ // this.infoList.nextOtherOrgObj.push(unionDispatchOrgId);
16374
16415
  }
16375
16416
  if (_this3.type == 'twoOfficesDispatch') {
16376
16417
  _this3.onlyName = orgNames;
@@ -16429,7 +16470,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
16429
16470
  data: {
16430
16471
  opinion: opinion,
16431
16472
  pendingId: pendingId,
16432
- nextOtherOrgObj: Array.isArray(nextOtherOrgObj) ? nextOtherOrgObj.join(',') : nextOtherOrgObj,
16473
+ nextOtherOrgObj: this.type == 'unionSeal' ? this.unionSealData.map(function (x) {
16474
+ return x.showid;
16475
+ }).join(',') : Array.isArray(nextOtherOrgObj) ? nextOtherOrgObj.join(',') : nextOtherOrgObj,
16433
16476
  nextCurrentOrgObj: Array.isArray(nextCurrentOrgObj) ? nextCurrentOrgObj.join(',') : nextCurrentOrgObj,
16434
16477
  notificationMsg: noticeInfo,
16435
16478
  notificationType: noticeType.join(','),
@@ -16575,8 +16618,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
16575
16618
 
16576
16619
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
16577
16620
  component_taskUnionExaminevue_type_script_lang_js_,
16578
- taskUnionExaminevue_type_template_id_5a4f1a86_render,
16579
- taskUnionExaminevue_type_template_id_5a4f1a86_staticRenderFns,
16621
+ taskUnionExaminevue_type_template_id_97551c4a_render,
16622
+ taskUnionExaminevue_type_template_id_97551c4a_staticRenderFns,
16580
16623
  false,
16581
16624
  null,
16582
16625
  null,
@@ -19983,11 +20026,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19983
20026
  });
19984
20027
  },
19985
20028
 
19986
- /**
19987
- * saveInfo
19988
- * @desc:暂存
19989
- * @author liufan
19990
- * @date 2022年9月9日
20029
+ /**
20030
+ * saveInfo
20031
+ * @desc:暂存
20032
+ * @author liufan
20033
+ * @date 2022年9月9日
19991
20034
  **/
19992
20035
  saveInfo: function saveInfo(type, btn) {
19993
20036
  var _this6 = this;
@@ -20049,11 +20092,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20049
20092
  });
20050
20093
  },
20051
20094
 
20052
- /**
20053
- * rejectBtn
20054
- * @desc:点击驳回
20055
- * @author liufan
20056
- * @date 2022年5月25日
20095
+ /**
20096
+ * rejectBtn
20097
+ * @desc:点击驳回
20098
+ * @author liufan
20099
+ * @date 2022年5月25日
20057
20100
  **/
20058
20101
  rejectBtn: function rejectBtn() {
20059
20102
  var _this8 = this;
@@ -20071,11 +20114,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20071
20114
  }
20072
20115
  },
20073
20116
 
20074
- /**
20075
- * taskReadBtn
20076
- * @desc:点击分阅
20077
- * @author liufan
20078
- * @date 2022年5月25日
20117
+ /**
20118
+ * taskReadBtn
20119
+ * @desc:点击分阅
20120
+ * @author liufan
20121
+ * @date 2022年5月25日
20079
20122
  **/
20080
20123
  taskReadBtn: function taskReadBtn() {
20081
20124
  var _this9 = this;
@@ -20094,11 +20137,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20094
20137
  }
20095
20138
  },
20096
20139
 
20097
- /**
20098
- * getFind
20099
- * @desc:获取通知方式
20100
- * @author liufan
20101
- * @date 2022年5月25日
20140
+ /**
20141
+ * getFind
20142
+ * @desc:获取通知方式
20143
+ * @author liufan
20144
+ * @date 2022年5月25日
20102
20145
  **/
20103
20146
  getFind: function getFind() {
20104
20147
  var _this10 = this;
@@ -20153,12 +20196,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20153
20196
  });
20154
20197
  },
20155
20198
 
20156
- /**
20157
- * endFlows
20158
- * @desc:直接办结
20159
- * @author liufan
20160
- * @param {Object} res 直接办结数据
20161
- * @date 2022年5月25日
20199
+ /**
20200
+ * endFlows
20201
+ * @desc:直接办结
20202
+ * @author liufan
20203
+ * @param {Object} res 直接办结数据
20204
+ * @date 2022年5月25日
20162
20205
  **/
20163
20206
  endFlows: function endFlows(res) {
20164
20207
  var _this12 = this;
@@ -20212,12 +20255,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20212
20255
  }).catch(function (e) {});
20213
20256
  },
20214
20257
 
20215
- /**
20216
- * goView
20217
- * @desc:更多流程按钮操作
20218
- * @author liufan
20219
- * @param {Object} res 当前点击操作按钮数据
20220
- * @date 2022年5月25日
20258
+ /**
20259
+ * goView
20260
+ * @desc:更多流程按钮操作
20261
+ * @author liufan
20262
+ * @param {Object} res 当前点击操作按钮数据
20263
+ * @date 2022年5月25日
20221
20264
  **/
20222
20265
  goView: function goView(res) {
20223
20266
  // 驳回并办结:rejectAndEndHtml
@@ -20302,11 +20345,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20302
20345
  // isCanStartSubFlow
20303
20346
  },
20304
20347
 
20305
- /**
20306
- * toTakeAdvice
20307
- * @desc:征求意见
20308
- * @author liufan
20309
- * @date 2022年9月29日
20348
+ /**
20349
+ * toTakeAdvice
20350
+ * @desc:征求意见
20351
+ * @author liufan
20352
+ * @date 2022年9月29日
20310
20353
  **/
20311
20354
  toTakeAdvice: function toTakeAdvice(res) {
20312
20355
  var _this14 = this;
@@ -20350,11 +20393,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20350
20393
  });
20351
20394
  },
20352
20395
 
20353
- /**
20354
- * toStartDraf
20355
- * @desc: 稿件递送、联合审核、复核
20356
- * @author liufan
20357
- * @date 2022年9月29日
20396
+ /**
20397
+ * toStartDraf
20398
+ * @desc: 稿件递送、联合审核、复核
20399
+ * @author liufan
20400
+ * @date 2022年9月29日
20358
20401
  **/
20359
20402
  toStartDraf: function toStartDraf(res) {
20360
20403
  var _this16 = this;
@@ -20368,11 +20411,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20368
20411
  }
20369
20412
  },
20370
20413
 
20371
- /**
20372
- * toSendMsg
20373
- * @desc:核稿通知
20374
- * @author liufan
20375
- * @date 2022年9月29日
20414
+ /**
20415
+ * toSendMsg
20416
+ * @desc:核稿通知
20417
+ * @author liufan
20418
+ * @date 2022年9月29日
20376
20419
  **/
20377
20420
  toSendMsg: function toSendMsg(res) {
20378
20421
  var _this17 = this;
@@ -20386,11 +20429,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20386
20429
  }
20387
20430
  },
20388
20431
 
20389
- /**
20390
- * toTaskReadAndEnd
20391
- * @desc:分阅并办结
20392
- * @author liufan
20393
- * @date 2022年9月29日
20432
+ /**
20433
+ * toTaskReadAndEnd
20434
+ * @desc:分阅并办结
20435
+ * @author liufan
20436
+ * @date 2022年9月29日
20394
20437
  **/
20395
20438
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
20396
20439
  var _this18 = this;
@@ -20408,11 +20451,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20408
20451
  }
20409
20452
  },
20410
20453
 
20411
- /**
20412
- * rejectAndEnd
20413
- * @desc:驳回并办结
20414
- * @author liufan
20415
- * @date 2022年9月29日
20454
+ /**
20455
+ * rejectAndEnd
20456
+ * @desc:驳回并办结
20457
+ * @author liufan
20458
+ * @date 2022年9月29日
20416
20459
  **/
20417
20460
  rejectAndEnd: function rejectAndEnd(res) {
20418
20461
  var _this19 = this;
@@ -20467,11 +20510,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20467
20510
  });
20468
20511
  },
20469
20512
 
20470
- /**
20471
- * toTransfer
20472
- * @desc:转办
20473
- * @author liufan
20474
- * @date 2022年9月29日
20513
+ /**
20514
+ * toTransfer
20515
+ * @desc:转办
20516
+ * @author liufan
20517
+ * @date 2022年9月29日
20475
20518
  **/
20476
20519
  toTransfer: function toTransfer(res) {
20477
20520
  var _this21 = this;
@@ -20487,11 +20530,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20487
20530
  }
20488
20531
  },
20489
20532
 
20490
- /**
20491
- * getNodeInfo
20492
- * @desc:获取节点信息
20493
- * @author liufan
20494
- * @date 2022年5月25日
20533
+ /**
20534
+ * getNodeInfo
20535
+ * @desc:获取节点信息
20536
+ * @author liufan
20537
+ * @date 2022年5月25日
20495
20538
  **/
20496
20539
  getNodeInfo: function getNodeInfo() {
20497
20540
  var _this22 = this;
@@ -20590,12 +20633,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20590
20633
  });
20591
20634
  },
20592
20635
 
20593
- /**
20594
- * selecNext
20595
- * @desc:下步节点变化时更新数据
20596
- * @author liufan
20597
- * @param {String} val 当前选中值
20598
- * @date 2022年5月25日
20636
+ /**
20637
+ * selecNext
20638
+ * @desc:下步节点变化时更新数据
20639
+ * @author liufan
20640
+ * @param {String} val 当前选中值
20641
+ * @date 2022年5月25日
20599
20642
  **/
20600
20643
  selecNext: function selecNext(val, type, isDef) {
20601
20644
  var _this23 = this;
@@ -20704,11 +20747,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20704
20747
  if (isDef !== true) this.getNodeInfo();
20705
20748
  },
20706
20749
 
20707
- /**
20708
- * isMultiple
20709
- * @desc:是否多选
20710
- * @author liufan
20711
- * @date 2022年9月13日
20750
+ /**
20751
+ * isMultiple
20752
+ * @desc:是否多选
20753
+ * @author liufan
20754
+ * @date 2022年9月13日
20712
20755
  **/
20713
20756
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
20714
20757
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -20740,11 +20783,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20740
20783
  }
20741
20784
  },
20742
20785
 
20743
- /**
20744
- * getHedInfo
20745
- * @desc:获取审核页面数据
20746
- * @author liufan
20747
- * @date 2022年5月25日
20786
+ /**
20787
+ * getHedInfo
20788
+ * @desc:获取审核页面数据
20789
+ * @author liufan
20790
+ * @date 2022年5月25日
20748
20791
  **/
20749
20792
  getHedInfo: function getHedInfo() {
20750
20793
  var _this24 = this;
@@ -20980,13 +21023,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20980
21023
  });
20981
21024
  },
20982
21025
 
20983
- /**
20984
- * closeProcess
20985
- * @desc:关闭弹窗
20986
- * @author liufan
20987
- * @param {boolean} val 当前是否办理流程
20988
- * @param {String} type 当前点击的弹窗类型
20989
- * @date 2022年5月25日
21026
+ /**
21027
+ * closeProcess
21028
+ * @desc:关闭弹窗
21029
+ * @author liufan
21030
+ * @param {boolean} val 当前是否办理流程
21031
+ * @param {String} type 当前点击的弹窗类型
21032
+ * @date 2022年5月25日
20990
21033
  **/
20991
21034
  closeProcess: function closeProcess(val, type, closeParent) {
20992
21035
  if (closeParent) {
@@ -21003,23 +21046,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21003
21046
  }
21004
21047
  },
21005
21048
 
21006
- /**
21007
- * selectChange
21008
- * @desc:常用语选择
21009
- * @author liufan
21010
- * @param {String} val 选中值
21011
- * @date 2022年5月25日
21049
+ /**
21050
+ * selectChange
21051
+ * @desc:常用语选择
21052
+ * @author liufan
21053
+ * @param {String} val 选中值
21054
+ * @date 2022年5月25日
21012
21055
  **/
21013
21056
  selectChange: function selectChange(val) {
21014
21057
  this.value = val;
21015
21058
  },
21016
21059
 
21017
- /**
21018
- * upDate
21019
- * @desc:修改常用语
21020
- * @author liufan
21021
- * @param {Object} val 修改值
21022
- * @date 2022年5月25日
21060
+ /**
21061
+ * upDate
21062
+ * @desc:修改常用语
21063
+ * @author liufan
21064
+ * @param {Object} val 修改值
21065
+ * @date 2022年5月25日
21023
21066
  **/
21024
21067
  upDate: function upDate(val) {
21025
21068
  this.FormData.id = val.id;
@@ -21027,11 +21070,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21027
21070
  },
21028
21071
 
21029
21072
 
21030
- /**
21031
- * getProcess
21032
- * @desc:获取选择流程
21033
- * @author liufan
21034
- * @date 2022年5月25日
21073
+ /**
21074
+ * getProcess
21075
+ * @desc:获取选择流程
21076
+ * @author liufan
21077
+ * @date 2022年5月25日
21035
21078
  **/
21036
21079
  getProcess: function getProcess() {
21037
21080
  var _this25 = this;
@@ -21085,11 +21128,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21085
21128
  });
21086
21129
  },
21087
21130
 
21088
- /**
21089
- * getPendedhistoryList
21090
- * @desc:获取流程列表
21091
- * @author liufan
21092
- * @date 2022年5月25日
21131
+ /**
21132
+ * getPendedhistoryList
21133
+ * @desc:获取流程列表
21134
+ * @author liufan
21135
+ * @date 2022年5月25日
21093
21136
  **/
21094
21137
  getPendedhistoryList: function getPendedhistoryList() {
21095
21138
  var _this26 = this;
@@ -21121,12 +21164,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21121
21164
  },
21122
21165
 
21123
21166
  // 提交流程
21124
- /**
21125
- * subProcess
21126
- * @desc:提交流程
21127
- * @author liufan
21128
- * @param {String} formName 当前form表单ref值
21129
- * @date 2022年5月25日
21167
+ /**
21168
+ * subProcess
21169
+ * @desc:提交流程
21170
+ * @author liufan
21171
+ * @param {String} formName 当前form表单ref值
21172
+ * @date 2022年5月25日
21130
21173
  **/
21131
21174
  subProcess: function subProcess(val) {
21132
21175
  var _this27 = this;
@@ -21386,8 +21429,8 @@ var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
21386
21429
  )
21387
21430
 
21388
21431
  /* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
21389
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=36b18004&
21390
- var supervisevue_type_template_id_36b18004_render = function () {
21432
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=5fbd4d48&
21433
+ var supervisevue_type_template_id_5fbd4d48_render = function () {
21391
21434
  var _vm = this
21392
21435
  var _h = _vm.$createElement
21393
21436
  var _c = _vm._self._c || _h
@@ -21540,11 +21583,11 @@ var supervisevue_type_template_id_36b18004_render = function () {
21540
21583
  1
21541
21584
  )
21542
21585
  }
21543
- var supervisevue_type_template_id_36b18004_staticRenderFns = []
21544
- supervisevue_type_template_id_36b18004_render._withStripped = true
21586
+ var supervisevue_type_template_id_5fbd4d48_staticRenderFns = []
21587
+ supervisevue_type_template_id_5fbd4d48_render._withStripped = true
21545
21588
 
21546
21589
 
21547
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=36b18004&
21590
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=5fbd4d48&
21548
21591
 
21549
21592
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
21550
21593
  var supervisevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -21684,6 +21727,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
21684
21727
  url: api["hc" /* toTaskSupervise */],
21685
21728
  params: {
21686
21729
  businessId: this.businessId,
21730
+ appId: this.appId,
21687
21731
  userId: util["a" /* default */].getStorage('userId')
21688
21732
  }
21689
21733
  }).then(function (res) {
@@ -21714,8 +21758,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
21714
21758
 
21715
21759
  var supervise_component = Object(componentNormalizer["a" /* default */])(
21716
21760
  src_supervisevue_type_script_lang_js_,
21717
- supervisevue_type_template_id_36b18004_render,
21718
- supervisevue_type_template_id_36b18004_staticRenderFns,
21761
+ supervisevue_type_template_id_5fbd4d48_render,
21762
+ supervisevue_type_template_id_5fbd4d48_staticRenderFns,
21719
21763
  false,
21720
21764
  null,
21721
21765
  null,
@@ -23415,6 +23459,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23415
23459
  //
23416
23460
  //
23417
23461
  //
23462
+ //
23418
23463
 
23419
23464
 
23420
23465
 
@@ -23501,6 +23546,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23501
23546
  styles: {},
23502
23547
  optionsKey: 0,
23503
23548
  endMessage: '',
23549
+ isHideTemporarySave: false,
23504
23550
  oldNextOperate: '',
23505
23551
  taskOperationShiftedNodeList: null,
23506
23552
  currentNodeEnableItemHandleDescription: false,
@@ -23799,6 +23845,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23799
23845
  };
23800
23846
  util["a" /* default */].ajax(params).then(function (res) {
23801
23847
  if (res.status == 'success') {
23848
+ _this.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
23802
23849
  _this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
23803
23850
  _this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
23804
23851
 
@@ -24166,11 +24213,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24166
24213
  });
24167
24214
  },
24168
24215
 
24169
- /**
24170
- * saveInfo
24171
- * @desc:暂存
24172
- * @author liufan
24173
- * @date 2022年9月9日
24216
+ /**
24217
+ * saveInfo
24218
+ * @desc:暂存
24219
+ * @author liufan
24220
+ * @date 2022年9月9日
24174
24221
  **/
24175
24222
  saveInfo: function saveInfo(type, btn) {
24176
24223
  var _this9 = this;
@@ -24232,11 +24279,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24232
24279
  });
24233
24280
  },
24234
24281
 
24235
- /**
24236
- * rejectBtn
24237
- * @desc:点击驳回
24238
- * @author liufan
24239
- * @date 2022年5月25日
24282
+ /**
24283
+ * rejectBtn
24284
+ * @desc:点击驳回
24285
+ * @author liufan
24286
+ * @date 2022年5月25日
24240
24287
  **/
24241
24288
  rejectBtn: function rejectBtn() {
24242
24289
  var _this11 = this;
@@ -24254,11 +24301,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24254
24301
  }
24255
24302
  },
24256
24303
 
24257
- /**
24258
- * taskReadBtn
24259
- * @desc:点击分阅
24260
- * @author liufan
24261
- * @date 2022年5月25日
24304
+ /**
24305
+ * taskReadBtn
24306
+ * @desc:点击分阅
24307
+ * @author liufan
24308
+ * @date 2022年5月25日
24262
24309
  **/
24263
24310
  taskReadBtn: function taskReadBtn() {
24264
24311
  var _this12 = this;
@@ -24277,11 +24324,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24277
24324
  }
24278
24325
  },
24279
24326
 
24280
- /**
24281
- * getFind
24282
- * @desc:获取通知方式
24283
- * @author liufan
24284
- * @date 2022年5月25日
24327
+ /**
24328
+ * getFind
24329
+ * @desc:获取通知方式
24330
+ * @author liufan
24331
+ * @date 2022年5月25日
24285
24332
  **/
24286
24333
  getFind: function getFind() {
24287
24334
  var _this13 = this;
@@ -24347,12 +24394,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24347
24394
  });
24348
24395
  },
24349
24396
 
24350
- /**
24351
- * endFlows
24352
- * @desc:直接办结
24353
- * @author liufan
24354
- * @param {Object} res 直接办结数据
24355
- * @date 2022年5月25日
24397
+ /**
24398
+ * endFlows
24399
+ * @desc:直接办结
24400
+ * @author liufan
24401
+ * @param {Object} res 直接办结数据
24402
+ * @date 2022年5月25日
24356
24403
  **/
24357
24404
  endFlows: function endFlows(res) {
24358
24405
  var _this15 = this;
@@ -24407,12 +24454,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24407
24454
  }).catch(function (e) {});
24408
24455
  },
24409
24456
 
24410
- /**
24411
- * goView
24412
- * @desc:更多流程按钮操作
24413
- * @author liufan
24414
- * @param {Object} res 当前点击操作按钮数据
24415
- * @date 2022年5月25日
24457
+ /**
24458
+ * goView
24459
+ * @desc:更多流程按钮操作
24460
+ * @author liufan
24461
+ * @param {Object} res 当前点击操作按钮数据
24462
+ * @date 2022年5月25日
24416
24463
  **/
24417
24464
  goView: function goView(res) {
24418
24465
  // 驳回并办结:rejectAndEndHtml
@@ -24475,7 +24522,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24475
24522
  } else if (res.fun === 'toUnionSeal()') {
24476
24523
  // 联合用印
24477
24524
  this.flowType = 'unionSeal';
24478
- this.flowDisabled = true;
24525
+ this.flowDisabled = false;
24479
24526
  this.flowTitle = res.value;
24480
24527
  this.toStartDraf(res);
24481
24528
  } else if (res.fun == 'toTwoOfficesDispatch()') {
@@ -24497,11 +24544,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24497
24544
  // isCanStartSubFlow
24498
24545
  },
24499
24546
 
24500
- /**
24501
- * toTakeAdvice
24502
- * @desc:征求意见
24503
- * @author liufan
24504
- * @date 2022年9月29日
24547
+ /**
24548
+ * toTakeAdvice
24549
+ * @desc:征求意见
24550
+ * @author liufan
24551
+ * @date 2022年9月29日
24505
24552
  **/
24506
24553
  toTakeAdvice: function toTakeAdvice(res) {
24507
24554
  var _this17 = this;
@@ -24545,11 +24592,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24545
24592
  });
24546
24593
  },
24547
24594
 
24548
- /**
24549
- * toStartDraf
24550
- * @desc: 稿件递送、联合审核、复核
24551
- * @author liufan
24552
- * @date 2022年9月29日
24595
+ /**
24596
+ * toStartDraf
24597
+ * @desc: 稿件递送、联合审核、复核
24598
+ * @author liufan
24599
+ * @date 2022年9月29日
24553
24600
  **/
24554
24601
  toStartDraf: function toStartDraf(res) {
24555
24602
  var _this19 = this;
@@ -24563,11 +24610,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24563
24610
  }
24564
24611
  },
24565
24612
 
24566
- /**
24567
- * toSendMsg
24568
- * @desc:核稿通知
24569
- * @author liufan
24570
- * @date 2022年9月29日
24613
+ /**
24614
+ * toSendMsg
24615
+ * @desc:核稿通知
24616
+ * @author liufan
24617
+ * @date 2022年9月29日
24571
24618
  **/
24572
24619
  toSendMsg: function toSendMsg(res) {
24573
24620
  var _this20 = this;
@@ -24581,11 +24628,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24581
24628
  }
24582
24629
  },
24583
24630
 
24584
- /**
24585
- * toTaskReadAndEnd
24586
- * @desc:分阅并办结
24587
- * @author liufan
24588
- * @date 2022年9月29日
24631
+ /**
24632
+ * toTaskReadAndEnd
24633
+ * @desc:分阅并办结
24634
+ * @author liufan
24635
+ * @date 2022年9月29日
24589
24636
  **/
24590
24637
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
24591
24638
  var _this21 = this;
@@ -24603,11 +24650,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24603
24650
  }
24604
24651
  },
24605
24652
 
24606
- /**
24607
- * rejectAndEnd
24608
- * @desc:驳回并办结
24609
- * @author liufan
24610
- * @date 2022年9月29日
24653
+ /**
24654
+ * rejectAndEnd
24655
+ * @desc:驳回并办结
24656
+ * @author liufan
24657
+ * @date 2022年9月29日
24611
24658
  **/
24612
24659
  rejectAndEnd: function rejectAndEnd(res) {
24613
24660
  var _this22 = this;
@@ -24663,11 +24710,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24663
24710
  });
24664
24711
  },
24665
24712
 
24666
- /**
24667
- * toTransfer
24668
- * @desc:转办
24669
- * @author liufan
24670
- * @date 2022年9月29日
24713
+ /**
24714
+ * toTransfer
24715
+ * @desc:转办
24716
+ * @author liufan
24717
+ * @date 2022年9月29日
24671
24718
  **/
24672
24719
  toTransfer: function toTransfer(res) {
24673
24720
  var _this24 = this;
@@ -24683,11 +24730,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24683
24730
  }
24684
24731
  },
24685
24732
 
24686
- /**
24687
- * getNodeInfo
24688
- * @desc:获取节点信息
24689
- * @author liufan
24690
- * @date 2022年5月25日
24733
+ /**
24734
+ * getNodeInfo
24735
+ * @desc:获取节点信息
24736
+ * @author liufan
24737
+ * @date 2022年5月25日
24691
24738
  **/
24692
24739
  getNodeInfo: function getNodeInfo() {
24693
24740
  var _this25 = this;
@@ -24791,12 +24838,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24791
24838
  });
24792
24839
  },
24793
24840
 
24794
- /**
24795
- * selecNext
24796
- * @desc:下步节点变化时更新数据
24797
- * @author liufan
24798
- * @param {String} val 当前选中值
24799
- * @date 2022年5月25日
24841
+ /**
24842
+ * selecNext
24843
+ * @desc:下步节点变化时更新数据
24844
+ * @author liufan
24845
+ * @param {String} val 当前选中值
24846
+ * @date 2022年5月25日
24800
24847
  **/
24801
24848
  selecNext: function selecNext(val, type, isDef) {
24802
24849
  var _this26 = this;
@@ -24928,11 +24975,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24928
24975
  this.getNodeInfo();
24929
24976
  },
24930
24977
 
24931
- /**
24932
- * isMultiple
24933
- * @desc:是否多选
24934
- * @author liufan
24935
- * @date 2022年9月13日
24978
+ /**
24979
+ * isMultiple
24980
+ * @desc:是否多选
24981
+ * @author liufan
24982
+ * @date 2022年9月13日
24936
24983
  **/
24937
24984
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
24938
24985
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -24964,11 +25011,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24964
25011
  }
24965
25012
  },
24966
25013
 
24967
- /**
24968
- * getHedInfo
24969
- * @desc:获取审核页面数据
24970
- * @author liufan
24971
- * @date 2022年5月25日
25014
+ /**
25015
+ * getHedInfo
25016
+ * @desc:获取审核页面数据
25017
+ * @author liufan
25018
+ * @date 2022年5月25日
24972
25019
  **/
24973
25020
  getHedInfo: function getHedInfo() {
24974
25021
  var _this27 = this;
@@ -25035,6 +25082,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25035
25082
  });
25036
25083
  });
25037
25084
  }
25085
+ _this27.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
25038
25086
  _this27.pendingItemHandleDescription = pendingItemHandleDescription;
25039
25087
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
25040
25088
  _this27.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
@@ -25254,13 +25302,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25254
25302
  });
25255
25303
  },
25256
25304
 
25257
- /**
25258
- * closeProcess
25259
- * @desc:关闭弹窗
25260
- * @author liufan
25261
- * @param {boolean} val 当前是否办理流程
25262
- * @param {String} type 当前点击的弹窗类型
25263
- * @date 2022年5月25日
25305
+ /**
25306
+ * closeProcess
25307
+ * @desc:关闭弹窗
25308
+ * @author liufan
25309
+ * @param {boolean} val 当前是否办理流程
25310
+ * @param {String} type 当前点击的弹窗类型
25311
+ * @date 2022年5月25日
25264
25312
  **/
25265
25313
  closeProcess: function closeProcess(val, type, closeParent) {
25266
25314
  if (closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -25280,23 +25328,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25280
25328
  }
25281
25329
  },
25282
25330
 
25283
- /**
25284
- * selectChange
25285
- * @desc:常用语选择
25286
- * @author liufan
25287
- * @param {String} val 选中值
25288
- * @date 2022年5月25日
25331
+ /**
25332
+ * selectChange
25333
+ * @desc:常用语选择
25334
+ * @author liufan
25335
+ * @param {String} val 选中值
25336
+ * @date 2022年5月25日
25289
25337
  **/
25290
25338
  selectChange: function selectChange(val) {
25291
25339
  this.value = val;
25292
25340
  },
25293
25341
 
25294
- /**
25295
- * upDate
25296
- * @desc:修改常用语
25297
- * @author liufan
25298
- * @param {Object} val 修改值
25299
- * @date 2022年5月25日
25342
+ /**
25343
+ * upDate
25344
+ * @desc:修改常用语
25345
+ * @author liufan
25346
+ * @param {Object} val 修改值
25347
+ * @date 2022年5月25日
25300
25348
  **/
25301
25349
  upDate: function upDate(val) {
25302
25350
  this.FormData.id = val.id;
@@ -25304,11 +25352,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25304
25352
  },
25305
25353
 
25306
25354
 
25307
- /**
25308
- * getProcess
25309
- * @desc:获取选择流程
25310
- * @author liufan
25311
- * @date 2022年5月25日
25355
+ /**
25356
+ * getProcess
25357
+ * @desc:获取选择流程
25358
+ * @author liufan
25359
+ * @date 2022年5月25日
25312
25360
  **/
25313
25361
  getProcess: function getProcess(val) {
25314
25362
  var _this28 = this;
@@ -25364,11 +25412,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25364
25412
  });
25365
25413
  },
25366
25414
 
25367
- /**
25368
- * getPendedhistoryList
25369
- * @desc:获取流程列表
25370
- * @author liufan
25371
- * @date 2022年5月25日
25415
+ /**
25416
+ * getPendedhistoryList
25417
+ * @desc:获取流程列表
25418
+ * @author liufan
25419
+ * @date 2022年5月25日
25372
25420
  **/
25373
25421
  getPendedhistoryList: function getPendedhistoryList() {
25374
25422
  var _this29 = this;
@@ -25436,12 +25484,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25436
25484
  },
25437
25485
 
25438
25486
  // 提交流程
25439
- /**
25440
- * subProcess
25441
- * @desc:提交流程
25442
- * @author liufan
25443
- * @param {String} formName 当前form表单ref值
25444
- * @date 2022年5月25日
25487
+ /**
25488
+ * subProcess
25489
+ * @desc:提交流程
25490
+ * @author liufan
25491
+ * @param {String} formName 当前form表单ref值
25492
+ * @date 2022年5月25日
25445
25493
  **/
25446
25494
  subProcess: function subProcess(val, type) {
25447
25495
  var _this31 = this;