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
@@ -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,
@@ -4182,7 +4194,7 @@ module.exports = require("ua-parser-js");
4182
4194
  /* 15 */
4183
4195
  /***/ (function(module) {
4184
4196
 
4185
- module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\",\"HarmonyOs\",\"juqian\",\"shendusikao\",\"fensizengchang\"]");
4197
+ module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\",\"HarmonyOs\",\"juqian\",\"shendusikao\",\"fensizengchang\",\"daimakuai\",\"stop\",\"fuzhi\"]");
4186
4198
 
4187
4199
  /***/ }),
4188
4200
  /* 16 */
@@ -5949,8 +5961,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
5949
5961
 
5950
5962
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5951
5963
 
5952
- /**
5953
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5964
+ /**
5965
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5954
5966
  */
5955
5967
  var CA_ExtInterface = function () {
5956
5968
  function CA_ExtInterface() {
@@ -5963,11 +5975,11 @@ var CA_ExtInterface = function () {
5963
5975
  this.init();
5964
5976
  }
5965
5977
 
5966
- /**
5967
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5968
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5969
- * @param {Object} target - 目标对象
5970
- * @param {Object} options - 新的选项对象
5978
+ /**
5979
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5980
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5981
+ * @param {Object} target - 目标对象
5982
+ * @param {Object} options - 新的选项对象
5971
5983
  */
5972
5984
 
5973
5985
 
@@ -5982,8 +5994,8 @@ var CA_ExtInterface = function () {
5982
5994
  }
5983
5995
  };
5984
5996
 
5985
- /**
5986
- * 检查当前会话的 WebSocket URL
5997
+ /**
5998
+ * 检查当前会话的 WebSocket URL
5987
5999
  */
5988
6000
 
5989
6001
 
@@ -5997,8 +6009,8 @@ var CA_ExtInterface = function () {
5997
6009
  }
5998
6010
  };
5999
6011
 
6000
- /**
6001
- * 检查是否使用 ActiveX
6012
+ /**
6013
+ * 检查是否使用 ActiveX
6002
6014
  */
6003
6015
 
6004
6016
 
@@ -6010,11 +6022,11 @@ var CA_ExtInterface = function () {
6010
6022
  }
6011
6023
  };
6012
6024
 
6013
- /**
6014
- * 扩展发送消息并等待响应
6015
- * @param {string} operatorCmd - 操作命令
6016
- * @param {string} sendMsg - 发送的消息
6017
- * @returns {string} 响应消息
6025
+ /**
6026
+ * 扩展发送消息并等待响应
6027
+ * @param {string} operatorCmd - 操作命令
6028
+ * @param {string} sendMsg - 发送的消息
6029
+ * @returns {string} 响应消息
6018
6030
  */
6019
6031
 
6020
6032
 
@@ -6024,11 +6036,11 @@ var CA_ExtInterface = function () {
6024
6036
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6025
6037
  };
6026
6038
 
6027
- /**
6028
- * 发送消息并等待响应
6029
- * @param {string} wsurl - WebSocket URL
6030
- * @param {string} sendMsg - 发送的消息
6031
- * @returns {string} 响应消息
6039
+ /**
6040
+ * 发送消息并等待响应
6041
+ * @param {string} wsurl - WebSocket URL
6042
+ * @param {string} sendMsg - 发送的消息
6043
+ * @returns {string} 响应消息
6032
6044
  */
6033
6045
 
6034
6046
 
@@ -6052,9 +6064,9 @@ var CA_ExtInterface = function () {
6052
6064
  return ResultMsg;
6053
6065
  };
6054
6066
 
6055
- /**
6056
- * 配置选项
6057
- * @param {Object} extendOption - 扩展选项
6067
+ /**
6068
+ * 配置选项
6069
+ * @param {Object} extendOption - 扩展选项
6058
6070
  */
6059
6071
 
6060
6072
 
@@ -6064,8 +6076,8 @@ var CA_ExtInterface = function () {
6064
6076
  }
6065
6077
  };
6066
6078
 
6067
- /**
6068
- * 初始化
6079
+ /**
6080
+ * 初始化
6069
6081
  */
6070
6082
 
6071
6083
 
@@ -6073,9 +6085,9 @@ var CA_ExtInterface = function () {
6073
6085
  this.isUseActioveX();
6074
6086
  };
6075
6087
 
6076
- /**
6077
- * 返回客户端的版本
6078
- * @returns {string} 客户端版本
6088
+ /**
6089
+ * 返回客户端的版本
6090
+ * @returns {string} 客户端版本
6079
6091
  */
6080
6092
 
6081
6093
 
@@ -6088,13 +6100,13 @@ var CA_ExtInterface = function () {
6088
6100
  }
6089
6101
  };
6090
6102
 
6091
- /**
6092
- * 下载客户端程序并安装
6093
- * @param {string} bstrURL - 下载地址
6094
- * @param {string} bstrHashValue - 哈希值
6095
- * @param {boolean} bSync - 是否同步安装
6096
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6097
- * @returns {number} 安装结果
6103
+ /**
6104
+ * 下载客户端程序并安装
6105
+ * @param {string} bstrURL - 下载地址
6106
+ * @param {string} bstrHashValue - 哈希值
6107
+ * @param {boolean} bSync - 是否同步安装
6108
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6109
+ * @returns {number} 安装结果
6098
6110
  */
6099
6111
 
6100
6112
 
@@ -6108,11 +6120,11 @@ var CA_ExtInterface = function () {
6108
6120
  }
6109
6121
  };
6110
6122
 
6111
- /**
6112
- * 获取硬件指纹信息
6113
- * @param {number} dwSign - 签名
6114
- * @param {string} strGateWayIP - 网关 IP
6115
- * @returns {string} 硬件指纹信息
6123
+ /**
6124
+ * 获取硬件指纹信息
6125
+ * @param {number} dwSign - 签名
6126
+ * @param {string} strGateWayIP - 网关 IP
6127
+ * @returns {string} 硬件指纹信息
6116
6128
  */
6117
6129
 
6118
6130
 
@@ -6126,12 +6138,12 @@ var CA_ExtInterface = function () {
6126
6138
  }
6127
6139
  };
6128
6140
 
6129
- /**
6130
- * 设置转发策略和代填策略
6131
- * @param {string} strProxyPolicy - 转发策略
6132
- * @param {string} strSSOPolicy - 代填策略
6133
- * @param {string} strGatewayAddress - 网关地址
6134
- * @returns {number} 设置结果
6141
+ /**
6142
+ * 设置转发策略和代填策略
6143
+ * @param {string} strProxyPolicy - 转发策略
6144
+ * @param {string} strSSOPolicy - 代填策略
6145
+ * @param {string} strGatewayAddress - 网关地址
6146
+ * @returns {number} 设置结果
6135
6147
  */
6136
6148
 
6137
6149
 
@@ -6145,11 +6157,11 @@ var CA_ExtInterface = function () {
6145
6157
  }
6146
6158
  };
6147
6159
 
6148
- /**
6149
- * 启动认证信息模块
6150
- * @param {string} strFileName - 文件名
6151
- * @param {string} strXmlData - XML 数据
6152
- * @returns {string} 认证信息
6160
+ /**
6161
+ * 启动认证信息模块
6162
+ * @param {string} strFileName - 文件名
6163
+ * @param {string} strXmlData - XML 数据
6164
+ * @returns {string} 认证信息
6153
6165
  */
6154
6166
 
6155
6167
 
@@ -6163,10 +6175,10 @@ var CA_ExtInterface = function () {
6163
6175
  }
6164
6176
  };
6165
6177
 
6166
- /**
6167
- * 打开 BS 应用
6168
- * @param {string} strUrl - 应用 URL
6169
- * @returns {number} 打开结果
6178
+ /**
6179
+ * 打开 BS 应用
6180
+ * @param {string} strUrl - 应用 URL
6181
+ * @returns {number} 打开结果
6170
6182
  */
6171
6183
 
6172
6184
 
@@ -6180,12 +6192,12 @@ var CA_ExtInterface = function () {
6180
6192
  }
6181
6193
  };
6182
6194
 
6183
- /**
6184
- * 打开 CS 应用
6185
- * @param {string} strGatewayAddress - 网关地址
6186
- * @param {string} strAppFlag - 应用标识
6187
- * @param {string} strAppPath - 应用路径
6188
- * @returns {number} 打开结果
6195
+ /**
6196
+ * 打开 CS 应用
6197
+ * @param {string} strGatewayAddress - 网关地址
6198
+ * @param {string} strAppFlag - 应用标识
6199
+ * @param {string} strAppPath - 应用路径
6200
+ * @returns {number} 打开结果
6189
6201
  */
6190
6202
 
6191
6203
 
@@ -6199,13 +6211,13 @@ var CA_ExtInterface = function () {
6199
6211
  }
6200
6212
  };
6201
6213
 
6202
- /**
6203
- * 设置自动更新策略
6204
- * @param {string} strGatewayAddress - 网关地址
6205
- * @param {number} nGatewayPort - 网关端口
6206
- * @param {string} strUserToken - 用户令牌
6207
- * @param {number} updatedelay - 更新延迟
6208
- * @returns {number} 设置结果
6214
+ /**
6215
+ * 设置自动更新策略
6216
+ * @param {string} strGatewayAddress - 网关地址
6217
+ * @param {number} nGatewayPort - 网关端口
6218
+ * @param {string} strUserToken - 用户令牌
6219
+ * @param {number} updatedelay - 更新延迟
6220
+ * @returns {number} 设置结果
6209
6221
  */
6210
6222
 
6211
6223
 
@@ -6219,10 +6231,10 @@ var CA_ExtInterface = function () {
6219
6231
  }
6220
6232
  };
6221
6233
 
6222
- /**
6223
- * 获取客户端 IP
6224
- * @param {string} strGatewayIP - 网关 IP
6225
- * @returns {string} 客户端 IP
6234
+ /**
6235
+ * 获取客户端 IP
6236
+ * @param {string} strGatewayIP - 网关 IP
6237
+ * @returns {string} 客户端 IP
6226
6238
  */
6227
6239
 
6228
6240
 
@@ -6236,10 +6248,10 @@ var CA_ExtInterface = function () {
6236
6248
  }
6237
6249
  };
6238
6250
 
6239
- /**
6240
- * 登出网关
6241
- * @param {string} strServerIP - 服务器 IP
6242
- * @returns {number} 登出结果
6251
+ /**
6252
+ * 登出网关
6253
+ * @param {string} strServerIP - 服务器 IP
6254
+ * @returns {number} 登出结果
6243
6255
  */
6244
6256
 
6245
6257
 
@@ -6253,11 +6265,11 @@ var CA_ExtInterface = function () {
6253
6265
  }
6254
6266
  };
6255
6267
 
6256
- /**
6257
- * 运行安装包
6258
- * @param {number} lRunType - 运行类型
6259
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6260
- * @returns {number} 运行结果
6268
+ /**
6269
+ * 运行安装包
6270
+ * @param {number} lRunType - 运行类型
6271
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6272
+ * @returns {number} 运行结果
6261
6273
  */
6262
6274
 
6263
6275
 
@@ -6271,9 +6283,9 @@ var CA_ExtInterface = function () {
6271
6283
  }
6272
6284
  };
6273
6285
 
6274
- /**
6275
- * 获取下载进度
6276
- * @returns {number} 下载进度
6286
+ /**
6287
+ * 获取下载进度
6288
+ * @returns {number} 下载进度
6277
6289
  */
6278
6290
 
6279
6291
 
@@ -6287,9 +6299,9 @@ var CA_ExtInterface = function () {
6287
6299
  }
6288
6300
  };
6289
6301
 
6290
- /**
6291
- * 是否安装完成
6292
- * @returns {boolean} 安装完成状态
6302
+ /**
6303
+ * 是否安装完成
6304
+ * @returns {boolean} 安装完成状态
6293
6305
  */
6294
6306
 
6295
6307
 
@@ -6303,11 +6315,11 @@ var CA_ExtInterface = function () {
6303
6315
  }
6304
6316
  };
6305
6317
 
6306
- /**
6307
- * 初始化签包对象
6308
- * @param {string} strAlgType - 算法类型
6309
- * @param {string} strAuxParam - 辅助参数
6310
- * @returns {number} 初始化结果
6318
+ /**
6319
+ * 初始化签包对象
6320
+ * @param {string} strAlgType - 算法类型
6321
+ * @param {string} strAuxParam - 辅助参数
6322
+ * @returns {number} 初始化结果
6311
6323
  */
6312
6324
 
6313
6325
 
@@ -6321,10 +6333,10 @@ var CA_ExtInterface = function () {
6321
6333
  }
6322
6334
  };
6323
6335
 
6324
- /**
6325
- * 设置摘要算法
6326
- * @param {string} strDigestAlg - 摘要算法
6327
- * @returns {number} 设置结果
6336
+ /**
6337
+ * 设置摘要算法
6338
+ * @param {string} strDigestAlg - 摘要算法
6339
+ * @returns {number} 设置结果
6328
6340
  */
6329
6341
 
6330
6342
 
@@ -6338,10 +6350,10 @@ var CA_ExtInterface = function () {
6338
6350
  }
6339
6351
  };
6340
6352
 
6341
- /**
6342
- * 设置单证书是否弹出对话框
6343
- * @param {number} isChoose - 是否弹出对话框
6344
- * @returns {number} 设置结果
6353
+ /**
6354
+ * 设置单证书是否弹出对话框
6355
+ * @param {number} isChoose - 是否弹出对话框
6356
+ * @returns {number} 设置结果
6345
6357
  */
6346
6358
 
6347
6359
 
@@ -6355,11 +6367,11 @@ var CA_ExtInterface = function () {
6355
6367
  }
6356
6368
  };
6357
6369
 
6358
- /**
6359
- * 添加证书过滤条件
6360
- * @param {number} ulType - 过滤类型
6361
- * @param {string} strValue - 过滤值
6362
- * @returns {number} 添加结果
6370
+ /**
6371
+ * 添加证书过滤条件
6372
+ * @param {number} ulType - 过滤类型
6373
+ * @param {string} strValue - 过滤值
6374
+ * @returns {number} 添加结果
6363
6375
  */
6364
6376
 
6365
6377
 
@@ -6373,9 +6385,9 @@ var CA_ExtInterface = function () {
6373
6385
  }
6374
6386
  };
6375
6387
 
6376
- /**
6377
- * 清除所有过滤条件
6378
- * @returns {number} 清除结果
6388
+ /**
6389
+ * 清除所有过滤条件
6390
+ * @returns {number} 清除结果
6379
6391
  */
6380
6392
 
6381
6393
 
@@ -6389,10 +6401,10 @@ var CA_ExtInterface = function () {
6389
6401
  }
6390
6402
  };
6391
6403
 
6392
- /**
6393
- * P1 签名
6394
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6395
- * @returns {string} 签名结果
6404
+ /**
6405
+ * P1 签名
6406
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6407
+ * @returns {string} 签名结果
6396
6408
  */
6397
6409
 
6398
6410
 
@@ -6406,10 +6418,10 @@ var CA_ExtInterface = function () {
6406
6418
  }
6407
6419
  };
6408
6420
 
6409
- /**
6410
- * P1 签名字符串
6411
- * @param {string} strValue - 待签名的字符串
6412
- * @returns {string} 签名结果
6421
+ /**
6422
+ * P1 签名字符串
6423
+ * @param {string} strValue - 待签名的字符串
6424
+ * @returns {string} 签名结果
6413
6425
  */
6414
6426
 
6415
6427
 
@@ -6423,12 +6435,12 @@ var CA_ExtInterface = function () {
6423
6435
  }
6424
6436
  };
6425
6437
 
6426
- /**
6427
- * P7 签名
6428
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6429
- * @param {boolean} isDetach - 是否分离签名
6430
- * @param {boolean} isIncludeCert - 是否包含证书
6431
- * @returns {string} 签名结果
6438
+ /**
6439
+ * P7 签名
6440
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6441
+ * @param {boolean} isDetach - 是否分离签名
6442
+ * @param {boolean} isIncludeCert - 是否包含证书
6443
+ * @returns {string} 签名结果
6432
6444
  */
6433
6445
 
6434
6446
 
@@ -6442,12 +6454,12 @@ var CA_ExtInterface = function () {
6442
6454
  }
6443
6455
  };
6444
6456
 
6445
- /**
6446
- * P7 签名字符串
6447
- * @param {string} strValue - 待签名的字符串
6448
- * @param {boolean} isDetach - 是否分离签名
6449
- * @param {boolean} isIncludeCert - 是否包含证书
6450
- * @returns {string} 签名结果
6457
+ /**
6458
+ * P7 签名字符串
6459
+ * @param {string} strValue - 待签名的字符串
6460
+ * @param {boolean} isDetach - 是否分离签名
6461
+ * @param {boolean} isIncludeCert - 是否包含证书
6462
+ * @returns {string} 签名结果
6451
6463
  */
6452
6464
 
6453
6465
 
@@ -6461,9 +6473,9 @@ var CA_ExtInterface = function () {
6461
6473
  }
6462
6474
  };
6463
6475
 
6464
- /**
6465
- * 释放签名对象
6466
- * @returns {number} 释放结果
6476
+ /**
6477
+ * 释放签名对象
6478
+ * @returns {number} 释放结果
6467
6479
  */
6468
6480
 
6469
6481
 
@@ -6477,9 +6489,9 @@ var CA_ExtInterface = function () {
6477
6489
  }
6478
6490
  };
6479
6491
 
6480
- /**
6481
- * 获取签名版本
6482
- * @returns {string} 签名版本
6492
+ /**
6493
+ * 获取签名版本
6494
+ * @returns {string} 签名版本
6483
6495
  */
6484
6496
 
6485
6497
 
@@ -6493,9 +6505,9 @@ var CA_ExtInterface = function () {
6493
6505
  }
6494
6506
  };
6495
6507
 
6496
- /**
6497
- * 获取签名证书
6498
- * @returns {string} 签名证书
6508
+ /**
6509
+ * 获取签名证书
6510
+ * @returns {string} 签名证书
6499
6511
  */
6500
6512
 
6501
6513
 
@@ -6509,9 +6521,9 @@ var CA_ExtInterface = function () {
6509
6521
  }
6510
6522
  };
6511
6523
 
6512
- /**
6513
- * 获取错误码
6514
- * @returns {number} 错误码
6524
+ /**
6525
+ * 获取错误码
6526
+ * @returns {number} 错误码
6515
6527
  */
6516
6528
 
6517
6529
 
@@ -6525,9 +6537,9 @@ var CA_ExtInterface = function () {
6525
6537
  }
6526
6538
  };
6527
6539
 
6528
- /**
6529
- * 获取错误信息
6530
- * @returns {string} 错误信息
6540
+ /**
6541
+ * 获取错误信息
6542
+ * @returns {string} 错误信息
6531
6543
  */
6532
6544
 
6533
6545
 
@@ -6541,9 +6553,9 @@ var CA_ExtInterface = function () {
6541
6553
  }
6542
6554
  };
6543
6555
 
6544
- /**
6545
- * 销毁认证对象
6546
- * @returns {number} 销毁结果
6556
+ /**
6557
+ * 销毁认证对象
6558
+ * @returns {number} 销毁结果
6547
6559
  */
6548
6560
 
6549
6561
 
@@ -6557,9 +6569,9 @@ var CA_ExtInterface = function () {
6557
6569
  }
6558
6570
  };
6559
6571
 
6560
- /**
6561
- * 获取证书类型
6562
- * @returns {string} 证书类型
6572
+ /**
6573
+ * 获取证书类型
6574
+ * @returns {string} 证书类型
6563
6575
  */
6564
6576
 
6565
6577
 
@@ -6573,9 +6585,9 @@ var CA_ExtInterface = function () {
6573
6585
  }
6574
6586
  };
6575
6587
 
6576
- /**
6577
- * 获取签名摘要算法
6578
- * @returns {string} 签名摘要算法
6588
+ /**
6589
+ * 获取签名摘要算法
6590
+ * @returns {string} 签名摘要算法
6579
6591
  */
6580
6592
 
6581
6593
 
@@ -6589,11 +6601,11 @@ var CA_ExtInterface = function () {
6589
6601
  }
6590
6602
  };
6591
6603
 
6592
- /**
6593
- * 使能调用序列
6594
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6595
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6596
- * @returns {number} 使能结果
6604
+ /**
6605
+ * 使能调用序列
6606
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6607
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6608
+ * @returns {number} 使能结果
6597
6609
  */
6598
6610
 
6599
6611
 
@@ -6607,9 +6619,9 @@ var CA_ExtInterface = function () {
6607
6619
  }
6608
6620
  };
6609
6621
 
6610
- /**
6611
- * 清空调用序列结果
6612
- * @returns {number} 清空调用序列结果
6622
+ /**
6623
+ * 清空调用序列结果
6624
+ * @returns {number} 清空调用序列结果
6613
6625
  */
6614
6626
 
6615
6627
 
@@ -6623,9 +6635,9 @@ var CA_ExtInterface = function () {
6623
6635
  }
6624
6636
  };
6625
6637
 
6626
- /**
6627
- * 获取调用序列结果
6628
- * @returns {string} 调用序列结果
6638
+ /**
6639
+ * 获取调用序列结果
6640
+ * @returns {string} 调用序列结果
6629
6641
  */
6630
6642
 
6631
6643
 
@@ -6639,12 +6651,12 @@ var CA_ExtInterface = function () {
6639
6651
  }
6640
6652
  };
6641
6653
 
6642
- /**
6643
- * 客户端安全策略检查
6644
- * @param {string} strGatewayAddress - 网关地址
6645
- * @param {number} usGatewayPort - 网关端口
6646
- * @param {string} strSecurityPolicys - 安全策略
6647
- * @returns {boolean} 检查结果
6654
+ /**
6655
+ * 客户端安全策略检查
6656
+ * @param {string} strGatewayAddress - 网关地址
6657
+ * @param {number} usGatewayPort - 网关端口
6658
+ * @param {string} strSecurityPolicys - 安全策略
6659
+ * @returns {boolean} 检查结果
6648
6660
  */
6649
6661
 
6650
6662
 
@@ -6658,9 +6670,9 @@ var CA_ExtInterface = function () {
6658
6670
  }
6659
6671
  };
6660
6672
 
6661
- /**
6662
- * 获取通讯协议版本
6663
- * @returns {string} 通讯协议版本
6673
+ /**
6674
+ * 获取通讯协议版本
6675
+ * @returns {string} 通讯协议版本
6664
6676
  */
6665
6677
 
6666
6678
 
@@ -6674,13 +6686,13 @@ var CA_ExtInterface = function () {
6674
6686
  }
6675
6687
  };
6676
6688
 
6677
- /**
6678
- * 修改 Key 的 Pin 码
6679
- * @param {string} strCertSn - 证书序列号
6680
- * @param {number} lPinCodeType - Pin 码类型
6681
- * @param {string} strCurPinCode - 当前 Pin 码
6682
- * @param {string} strNewPinCode - 新 Pin 码
6683
- * @returns {number} 修改结果
6689
+ /**
6690
+ * 修改 Key 的 Pin 码
6691
+ * @param {string} strCertSn - 证书序列号
6692
+ * @param {number} lPinCodeType - Pin 码类型
6693
+ * @param {string} strCurPinCode - 当前 Pin 码
6694
+ * @param {string} strNewPinCode - 新 Pin 码
6695
+ * @returns {number} 修改结果
6684
6696
  */
6685
6697
 
6686
6698
 
@@ -6694,10 +6706,10 @@ var CA_ExtInterface = function () {
6694
6706
  }
6695
6707
  };
6696
6708
 
6697
- /**
6698
- * 等待策略设置完毕
6699
- * @param {string} strGatewayAddress - 网关地址
6700
- * @returns {number} 等待结果
6709
+ /**
6710
+ * 等待策略设置完毕
6711
+ * @param {string} strGatewayAddress - 网关地址
6712
+ * @returns {number} 等待结果
6701
6713
  */
6702
6714
 
6703
6715
 
@@ -6711,10 +6723,10 @@ var CA_ExtInterface = function () {
6711
6723
  }
6712
6724
  };
6713
6725
 
6714
- /**
6715
- * 获取会话 Token
6716
- * @param {string} strGatewayAddress - 网关地址
6717
- * @returns {string} 会话 Token
6726
+ /**
6727
+ * 获取会话 Token
6728
+ * @param {string} strGatewayAddress - 网关地址
6729
+ * @returns {string} 会话 Token
6718
6730
  */
6719
6731
 
6720
6732
 
@@ -6728,9 +6740,9 @@ var CA_ExtInterface = function () {
6728
6740
  }
6729
6741
  };
6730
6742
 
6731
- /**
6732
- * 获取控件版本
6733
- * @returns {string} 控件版本
6743
+ /**
6744
+ * 获取控件版本
6745
+ * @returns {string} 控件版本
6734
6746
  */
6735
6747
 
6736
6748
 
@@ -6744,10 +6756,10 @@ var CA_ExtInterface = function () {
6744
6756
  }
6745
6757
  };
6746
6758
 
6747
- /**
6748
- * 设置语言资源
6749
- * @param {string} strLanguage - 语言资源
6750
- * @returns {number} 设置结果
6759
+ /**
6760
+ * 设置语言资源
6761
+ * @param {string} strLanguage - 语言资源
6762
+ * @returns {number} 设置结果
6751
6763
  */
6752
6764
 
6753
6765
 
@@ -6761,12 +6773,12 @@ var CA_ExtInterface = function () {
6761
6773
  }
6762
6774
  };
6763
6775
 
6764
- /**
6765
- * 获取用户属性
6766
- * @param {string} strGatewayAddress - 网关地址
6767
- * @param {string} strAppFlag - 应用标识
6768
- * @param {string} strAttributeName - 属性名称
6769
- * @returns {string} 用户属性值
6776
+ /**
6777
+ * 获取用户属性
6778
+ * @param {string} strGatewayAddress - 网关地址
6779
+ * @param {string} strAppFlag - 应用标识
6780
+ * @param {string} strAttributeName - 属性名称
6781
+ * @returns {string} 用户属性值
6770
6782
  */
6771
6783
 
6772
6784
 
@@ -6780,9 +6792,9 @@ var CA_ExtInterface = function () {
6780
6792
  }
6781
6793
  };
6782
6794
 
6783
- /**
6784
- * 获取签名加密 PIN 码
6785
- * @returns {string} 签名加密 PIN 码
6795
+ /**
6796
+ * 获取签名加密 PIN 码
6797
+ * @returns {string} 签名加密 PIN 码
6786
6798
  */
6787
6799
 
6788
6800
 
@@ -6795,20 +6807,20 @@ var CA_ExtInterface = function () {
6795
6807
  return result.value;
6796
6808
  }
6797
6809
  };
6798
- /*
6799
- *曙光四川CA
6800
- *'SOF_GetUserList' 证书列表
6801
- *'SOF_ExportUserCert' 导出证书
6802
- *'SOF_GetCertInfo': 获取证书信息
6803
- *'SOF_GenRandom': 生成随机数
6804
- *'SOF_SignData': 获取证书签名
6805
- *'SOF_Login': 登录证书
6806
- *'SOF_GetPinRetryCount': 剩余次数
6810
+ /*
6811
+ *曙光四川CA
6812
+ *'SOF_GetUserList' 证书列表
6813
+ *'SOF_ExportUserCert' 导出证书
6814
+ *'SOF_GetCertInfo': 获取证书信息
6815
+ *'SOF_GenRandom': 生成随机数
6816
+ *'SOF_SignData': 获取证书签名
6817
+ *'SOF_Login': 登录证书
6818
+ *'SOF_GetPinRetryCount': 剩余次数
6807
6819
  */
6808
- /**
6809
- *
6810
- * 获取webSocket消息
6811
- * @returns {string}
6820
+ /**
6821
+ *
6822
+ * 获取webSocket消息
6823
+ * @returns {string}
6812
6824
  */
6813
6825
 
6814
6826
 
@@ -6844,10 +6856,10 @@ var CA_ExtInterface = function () {
6844
6856
  };
6845
6857
  });
6846
6858
  };
6847
- /**
6848
- *
6849
- * base64解码
6850
- * @returns {string} base64解码后的字符串
6859
+ /**
6860
+ *
6861
+ * base64解码
6862
+ * @returns {string} base64解码后的字符串
6851
6863
  */
6852
6864
 
6853
6865
 
@@ -6882,10 +6894,10 @@ var CA_ExtInterface = function () {
6882
6894
  val = this.utf8_decode(val);
6883
6895
  return val;
6884
6896
  };
6885
- /**
6886
- *
6887
- * base64编码
6888
- * @returns {string} base64编码后的字符串
6897
+ /**
6898
+ *
6899
+ * base64编码
6900
+ * @returns {string} base64编码后的字符串
6889
6901
  */
6890
6902
 
6891
6903
 
@@ -6918,10 +6930,10 @@ var CA_ExtInterface = function () {
6918
6930
  }
6919
6931
  return val;
6920
6932
  };
6921
- /**
6922
- *
6923
- * utf8解码
6924
- * @returns {string} utf8解码后的字符串
6933
+ /**
6934
+ *
6935
+ * utf8解码
6936
+ * @returns {string} utf8解码后的字符串
6925
6937
  */
6926
6938
 
6927
6939
 
@@ -6950,10 +6962,10 @@ var CA_ExtInterface = function () {
6950
6962
  }
6951
6963
  return string;
6952
6964
  };
6953
- /**
6954
- *
6955
- * utf8编码
6956
- * @returns {string} utf8编码后的字符串
6965
+ /**
6966
+ *
6967
+ * utf8编码
6968
+ * @returns {string} utf8编码后的字符串
6957
6969
  */
6958
6970
 
6959
6971
 
@@ -17206,8 +17218,8 @@ error_page_src_main.install = function (Vue) {
17206
17218
  };
17207
17219
 
17208
17220
  /* harmony default export */ var error_page = (error_page_src_main);
17209
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=0b9762be&
17210
- var mainvue_type_template_id_0b9762be_render = function () {
17221
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=63df963e&
17222
+ var mainvue_type_template_id_63df963e_render = function () {
17211
17223
  var _vm = this
17212
17224
  var _h = _vm.$createElement
17213
17225
  var _c = _vm._self._c || _h
@@ -18515,30 +18527,22 @@ var mainvue_type_template_id_0b9762be_render = function () {
18515
18527
  )
18516
18528
  )
18517
18529
  : item.date ||
18518
- item.type ==
18519
- "date" ||
18520
- item.type ==
18521
- "year" ||
18522
- item.type ==
18523
- "month" ||
18524
- item.type ==
18525
- "date" ||
18526
- item.type ==
18527
- "dates" ||
18528
- item.type ==
18529
- "week" ||
18530
- item.type ==
18531
- "datetime" ||
18532
- item.type ==
18533
- "datetimerange" ||
18534
- item.type ==
18535
- "daterange" ||
18536
- item.type ==
18537
- "monthrange" ||
18538
- item.type ==
18539
- "quarter" ||
18540
- item.type ==
18541
- "halfyear"
18530
+ [
18531
+ "date",
18532
+ "year",
18533
+ "month",
18534
+ "date",
18535
+ "dates",
18536
+ "week",
18537
+ "datetime",
18538
+ "datetimerange",
18539
+ "daterange",
18540
+ "monthrange",
18541
+ "quarter",
18542
+ "halfyear",
18543
+ ].includes(
18544
+ item.type
18545
+ )
18542
18546
  ? _c(
18543
18547
  "es-date-picker",
18544
18548
  _vm._b(
@@ -19075,6 +19079,7 @@ var mainvue_type_template_id_0b9762be_render = function () {
19075
19079
  "value",
19076
19080
  "type",
19077
19081
  "is",
19082
+ "label",
19078
19083
  ],
19079
19084
  }
19080
19085
  ),
@@ -19529,30 +19534,22 @@ var mainvue_type_template_id_0b9762be_render = function () {
19529
19534
  )
19530
19535
  )
19531
19536
  : inline.date ||
19532
- inline.type ==
19533
- "date" ||
19534
- inline.type ==
19535
- "year" ||
19536
- inline.type ==
19537
- "month" ||
19538
- inline.type ==
19539
- "date" ||
19540
- inline.type ==
19541
- "dates" ||
19542
- inline.type ==
19543
- "week" ||
19544
- inline.type ==
19545
- "datetime" ||
19546
- inline.type ==
19547
- "datetimerange" ||
19548
- inline.type ==
19549
- "daterange" ||
19550
- inline.type ==
19551
- "monthrange" ||
19552
- inline.type ==
19553
- "quarter" ||
19554
- inline.type ==
19555
- "halfyear"
19537
+ [
19538
+ "date",
19539
+ "year",
19540
+ "month",
19541
+ "date",
19542
+ "dates",
19543
+ "week",
19544
+ "datetime",
19545
+ "datetimerange",
19546
+ "daterange",
19547
+ "monthrange",
19548
+ "quarter",
19549
+ "halfyear",
19550
+ ].includes(
19551
+ inline.type
19552
+ )
19556
19553
  ? _c(
19557
19554
  "es-date-picker",
19558
19555
  _vm._b(
@@ -19781,6 +19778,7 @@ var mainvue_type_template_id_0b9762be_render = function () {
19781
19778
  "value",
19782
19779
  "type",
19783
19780
  "is",
19781
+ "label",
19784
19782
  ],
19785
19783
  }
19786
19784
  ),
@@ -20239,54 +20237,24 @@ var mainvue_type_template_id_0b9762be_render = function () {
20239
20237
  : item
20240
20238
  .inline
20241
20239
  .date ||
20242
- item
20243
- .inline
20244
- .type ==
20245
- "date" ||
20246
- item
20247
- .inline
20248
- .type ==
20249
- "year" ||
20250
- item
20251
- .inline
20252
- .type ==
20253
- "month" ||
20254
- item
20255
- .inline
20256
- .type ==
20257
- "date" ||
20258
- item
20259
- .inline
20260
- .type ==
20261
- "dates" ||
20262
- item
20263
- .inline
20264
- .type ==
20265
- "week" ||
20266
- item
20267
- .inline
20268
- .type ==
20269
- "datetime" ||
20270
- item
20271
- .inline
20272
- .type ==
20273
- "datetimerange" ||
20274
- item
20275
- .inline
20276
- .type ==
20277
- "daterange" ||
20278
- item
20279
- .inline
20280
- .type ==
20281
- "monthrange" ||
20282
- item
20283
- .inline
20284
- .type ==
20285
- "quarter" ||
20286
- item
20287
- .inline
20288
- .type ==
20289
- "halfyear"
20240
+ [
20241
+ "date",
20242
+ "year",
20243
+ "month",
20244
+ "date",
20245
+ "dates",
20246
+ "week",
20247
+ "datetime",
20248
+ "datetimerange",
20249
+ "daterange",
20250
+ "monthrange",
20251
+ "quarter",
20252
+ "halfyear",
20253
+ ].includes(
20254
+ item
20255
+ .inline
20256
+ .type
20257
+ )
20290
20258
  ? _c(
20291
20259
  "es-date-picker",
20292
20260
  _vm._b(
@@ -20562,6 +20530,7 @@ var mainvue_type_template_id_0b9762be_render = function () {
20562
20530
  "value",
20563
20531
  "type",
20564
20532
  "is",
20533
+ "label",
20565
20534
  ],
20566
20535
  }
20567
20536
  ),
@@ -21287,19 +21256,20 @@ var mainvue_type_template_id_0b9762be_render = function () {
21287
21256
  )
21288
21257
  )
21289
21258
  : item.date ||
21290
- item.type == "date" ||
21291
- item.type == "year" ||
21292
- item.type == "month" ||
21293
- item.type == "date" ||
21294
- item.type == "dates" ||
21295
- item.type == "week" ||
21296
- item.type == "datetime" ||
21297
- item.type ==
21298
- "datetimerange" ||
21299
- item.type == "daterange" ||
21300
- item.type == "monthrange" ||
21301
- item.type == "quarter" ||
21302
- item.type == "halfyear"
21259
+ [
21260
+ "date",
21261
+ "year",
21262
+ "month",
21263
+ "date",
21264
+ "dates",
21265
+ "week",
21266
+ "datetime",
21267
+ "datetimerange",
21268
+ "daterange",
21269
+ "monthrange",
21270
+ "quarter",
21271
+ "halfyear",
21272
+ ].includes(item.type)
21303
21273
  ? _c(
21304
21274
  "es-date-picker",
21305
21275
  _vm._b(
@@ -21766,6 +21736,7 @@ var mainvue_type_template_id_0b9762be_render = function () {
21766
21736
  "value",
21767
21737
  "type",
21768
21738
  "is",
21739
+ "label",
21769
21740
  ],
21770
21741
  }
21771
21742
  ),
@@ -22206,30 +22177,22 @@ var mainvue_type_template_id_0b9762be_render = function () {
22206
22177
  )
22207
22178
  )
22208
22179
  : inline.date ||
22209
- inline.type ==
22210
- "date" ||
22211
- inline.type ==
22212
- "year" ||
22213
- inline.type ==
22214
- "month" ||
22215
- inline.type ==
22216
- "date" ||
22217
- inline.type ==
22218
- "dates" ||
22219
- inline.type ==
22220
- "week" ||
22221
- inline.type ==
22222
- "datetime" ||
22223
- inline.type ==
22224
- "datetimerange" ||
22225
- inline.type ==
22226
- "daterange" ||
22227
- inline.type ==
22228
- "monthrange" ||
22229
- inline.type ==
22230
- "quarter" ||
22231
- inline.type ==
22232
- "halfyear"
22180
+ [
22181
+ "date",
22182
+ "year",
22183
+ "month",
22184
+ "date",
22185
+ "dates",
22186
+ "week",
22187
+ "datetime",
22188
+ "datetimerange",
22189
+ "daterange",
22190
+ "monthrange",
22191
+ "quarter",
22192
+ "halfyear",
22193
+ ].includes(
22194
+ item.type
22195
+ )
22233
22196
  ? _c(
22234
22197
  "es-date-picker",
22235
22198
  _vm._b(
@@ -22458,6 +22421,7 @@ var mainvue_type_template_id_0b9762be_render = function () {
22458
22421
  "value",
22459
22422
  "type",
22460
22423
  "is",
22424
+ "label",
22461
22425
  ],
22462
22426
  }
22463
22427
  ),
@@ -22898,42 +22862,23 @@ var mainvue_type_template_id_0b9762be_render = function () {
22898
22862
  )
22899
22863
  : item.inline
22900
22864
  .date ||
22901
- item.inline
22902
- .type ==
22903
- "date" ||
22904
- item.inline
22905
- .type ==
22906
- "year" ||
22907
- item.inline
22908
- .type ==
22909
- "month" ||
22910
- item.inline
22911
- .type ==
22912
- "date" ||
22913
- item.inline
22914
- .type ==
22915
- "dates" ||
22916
- item.inline
22917
- .type ==
22918
- "week" ||
22919
- item.inline
22920
- .type ==
22921
- "datetime" ||
22922
- item.inline
22923
- .type ==
22924
- "datetimerange" ||
22925
- item.inline
22926
- .type ==
22927
- "daterange" ||
22928
- item.inline
22929
- .type ==
22930
- "monthrange" ||
22931
- item.inline
22932
- .type ==
22933
- "quarter" ||
22934
- item.inline
22935
- .type ==
22936
- "halfyear"
22865
+ [
22866
+ "date",
22867
+ "year",
22868
+ "month",
22869
+ "date",
22870
+ "dates",
22871
+ "week",
22872
+ "datetime",
22873
+ "datetimerange",
22874
+ "daterange",
22875
+ "monthrange",
22876
+ "quarter",
22877
+ "halfyear",
22878
+ ].includes(
22879
+ item.inline
22880
+ .type
22881
+ )
22937
22882
  ? _c(
22938
22883
  "es-date-picker",
22939
22884
  _vm._b(
@@ -23149,6 +23094,7 @@ var mainvue_type_template_id_0b9762be_render = function () {
23149
23094
  "value",
23150
23095
  "type",
23151
23096
  "is",
23097
+ "label",
23152
23098
  ],
23153
23099
  }
23154
23100
  ),
@@ -23400,11 +23346,11 @@ var mainvue_type_template_id_0b9762be_render = function () {
23400
23346
  )
23401
23347
  : _vm._e()
23402
23348
  }
23403
- var mainvue_type_template_id_0b9762be_staticRenderFns = []
23404
- mainvue_type_template_id_0b9762be_render._withStripped = true
23349
+ var mainvue_type_template_id_63df963e_staticRenderFns = []
23350
+ mainvue_type_template_id_63df963e_render._withStripped = true
23405
23351
 
23406
23352
 
23407
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=0b9762be&
23353
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=63df963e&
23408
23354
 
23409
23355
  // CONCATENATED MODULE: ./src/utils/rules.js
23410
23356
  // 手机号
@@ -25828,6 +25774,23 @@ function form_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
25828
25774
  //
25829
25775
  //
25830
25776
  //
25777
+ //
25778
+ //
25779
+ //
25780
+ //
25781
+ //
25782
+ //
25783
+ //
25784
+ //
25785
+ //
25786
+ //
25787
+ //
25788
+ //
25789
+ //
25790
+ //
25791
+ //
25792
+ //
25793
+ //
25831
25794
 
25832
25795
 
25833
25796
 
@@ -27162,8 +27125,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
27162
27125
 
27163
27126
  var form_src_main_component = normalizeComponent(
27164
27127
  packages_form_src_mainvue_type_script_lang_js_,
27165
- mainvue_type_template_id_0b9762be_render,
27166
- mainvue_type_template_id_0b9762be_staticRenderFns,
27128
+ mainvue_type_template_id_63df963e_render,
27129
+ mainvue_type_template_id_63df963e_staticRenderFns,
27167
27130
  false,
27168
27131
  null,
27169
27132
  null,
@@ -27180,8 +27143,8 @@ form_src_main.install = function (Vue) {
27180
27143
  };
27181
27144
 
27182
27145
  /* harmony default export */ var packages_form = (form_src_main);
27183
- // 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&
27184
- var mainvue_type_template_id_324ca57c_render = function () {
27146
+ // 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&
27147
+ var mainvue_type_template_id_439fd8c6_render = function () {
27185
27148
  var _vm = this
27186
27149
  var _h = _vm.$createElement
27187
27150
  var _c = _vm._self._c || _h
@@ -29238,18 +29201,20 @@ var mainvue_type_template_id_324ca57c_render = function () {
29238
29201
  },
29239
29202
  [_vm._v("不同意")]
29240
29203
  ),
29241
- _c(
29242
- "el-button",
29243
- {
29244
- staticClass: "es-button-agree-save",
29245
- on: {
29246
- click: function ($event) {
29247
- _vm.saveInfo()
29204
+ !_vm.isHideTemporarySave
29205
+ ? _c(
29206
+ "el-button",
29207
+ {
29208
+ staticClass: "es-button-agree-save",
29209
+ on: {
29210
+ click: function ($event) {
29211
+ _vm.saveInfo()
29212
+ },
29213
+ },
29248
29214
  },
29249
- },
29250
- },
29251
- [_vm._v("暂存")]
29252
- ),
29215
+ [_vm._v("暂存")]
29216
+ )
29217
+ : _vm._e(),
29253
29218
  ],
29254
29219
  1
29255
29220
  )
@@ -29263,7 +29228,7 @@ var mainvue_type_template_id_324ca57c_render = function () {
29263
29228
  { staticClass: "es-user-defined" },
29264
29229
  [
29265
29230
  _vm._l(
29266
- _vm.hideBtn
29231
+ _vm.hideBtn || _vm.isHideTemporarySave
29267
29232
  ? _vm.btnList.slice(0, 1)
29268
29233
  : _vm.btnList,
29269
29234
  function (item) {
@@ -30048,11 +30013,11 @@ var mainvue_type_template_id_324ca57c_render = function () {
30048
30013
  )
30049
30014
  : _vm._e()
30050
30015
  }
30051
- var mainvue_type_template_id_324ca57c_staticRenderFns = []
30052
- mainvue_type_template_id_324ca57c_render._withStripped = true
30016
+ var mainvue_type_template_id_439fd8c6_staticRenderFns = []
30017
+ mainvue_type_template_id_439fd8c6_render._withStripped = true
30053
30018
 
30054
30019
 
30055
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=324ca57c&
30020
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=439fd8c6&
30056
30021
 
30057
30022
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=19364a89&
30058
30023
  var CommonOpinionsvue_type_template_id_19364a89_render = function () {
@@ -30896,21 +30861,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
30896
30861
  return validSate;
30897
30862
  },
30898
30863
 
30899
- /**
30900
- * changeOpinion
30901
- * @desc:监听意见变化
30902
- * @author liufan
30903
- * @date 2022年10月28日
30864
+ /**
30865
+ * changeOpinion
30866
+ * @desc:监听意见变化
30867
+ * @author liufan
30868
+ * @date 2022年10月28日
30904
30869
  **/
30905
30870
  changeOpinion: function changeOpinion() {
30906
30871
  this.$emit('change', this.form.value);
30907
30872
  },
30908
30873
 
30909
- /**
30910
- * getCommonOpion
30911
- * @desc:获取意见
30912
- * @author liufan
30913
- * @date 2022年5月25日
30874
+ /**
30875
+ * getCommonOpion
30876
+ * @desc:获取意见
30877
+ * @author liufan
30878
+ * @date 2022年5月25日
30914
30879
  **/
30915
30880
  getCommonOpion: function getCommonOpion() {
30916
30881
  var _this = this;
@@ -30939,24 +30904,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
30939
30904
  });
30940
30905
  },
30941
30906
 
30942
- /**
30943
- * upDate
30944
- * @desc:修改常用语
30945
- * @author liufan
30946
- * @param {Object} val 修改值
30947
- * @date 2022年5月25日
30907
+ /**
30908
+ * upDate
30909
+ * @desc:修改常用语
30910
+ * @author liufan
30911
+ * @param {Object} val 修改值
30912
+ * @date 2022年5月25日
30948
30913
  **/
30949
30914
  upDate: function upDate(val) {
30950
30915
  this.FormData.id = val.id;
30951
30916
  this.addVisible = true;
30952
30917
  },
30953
30918
 
30954
- /**
30955
- * selectChange
30956
- * @desc:常用语选择
30957
- * @author liufan
30958
- * @param {String} val 选中值
30959
- * @date 2022年5月25日
30919
+ /**
30920
+ * selectChange
30921
+ * @desc:常用语选择
30922
+ * @author liufan
30923
+ * @param {String} val 选中值
30924
+ * @date 2022年5月25日
30960
30925
  **/
30961
30926
  selectChange: function selectChange(val) {
30962
30927
  var _this2 = this;
@@ -30975,12 +30940,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30975
30940
  });
30976
30941
  },
30977
30942
 
30978
- /**
30979
- * del
30980
- * @desc:删除常用语
30981
- * @author liufan
30982
- * @param {Object} val 删除的数据
30983
- * @date 2022年5月25日
30943
+ /**
30944
+ * del
30945
+ * @desc:删除常用语
30946
+ * @author liufan
30947
+ * @param {Object} val 删除的数据
30948
+ * @date 2022年5月25日
30984
30949
  **/
30985
30950
  del: function del(val) {
30986
30951
  var _this3 = this;
@@ -31022,12 +30987,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31022
30987
  }).catch(function (e) {});
31023
30988
  },
31024
30989
 
31025
- /**
31026
- * submit
31027
- * @desc:新增/编辑意见保存
31028
- * @author liufan
31029
- * @param {Object} val 保存数据
31030
- * @date 2022年5月25日
30990
+ /**
30991
+ * submit
30992
+ * @desc:新增/编辑意见保存
30993
+ * @author liufan
30994
+ * @param {Object} val 保存数据
30995
+ * @date 2022年5月25日
31031
30996
  **/
31032
30997
  submit: function submit(val) {
31033
30998
  var _this4 = this;
@@ -31856,8 +31821,8 @@ processFormvue_type_template_id_09ba35c6_render._withStripped = true
31856
31821
 
31857
31822
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=09ba35c6&
31858
31823
 
31859
- // 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&
31860
- var selectUservue_type_template_id_2f6c6827_render = function () {
31824
+ // 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&
31825
+ var selectUservue_type_template_id_3588d66f_render = function () {
31861
31826
  var _vm = this
31862
31827
  var _h = _vm.$createElement
31863
31828
  var _c = _vm._self._c || _h
@@ -31961,7 +31926,8 @@ var selectUservue_type_template_id_2f6c6827_render = function () {
31961
31926
  {
31962
31927
  class:
31963
31928
  _vm.isCustomUser &&
31964
- _vm.isCurrentNodeForbiddenChangeCandidate == 0
31929
+ _vm.isCurrentNodeForbiddenChangeCandidate == 0 &&
31930
+ !_vm.isUnionSeal
31965
31931
  ? ""
31966
31932
  : "no-icon",
31967
31933
  attrs: {
@@ -31971,10 +31937,12 @@ var selectUservue_type_template_id_2f6c6827_render = function () {
31971
31937
  title: _vm.title,
31972
31938
  max: "5",
31973
31939
  mix: _vm.mix,
31940
+ min: _vm.isUnionSeal ? 1 : 0,
31974
31941
  disabled:
31975
31942
  !_vm.isCustomUser ||
31976
31943
  _vm.isCurrentNodeForbiddenChangeCandidate == 1,
31977
- filterable: Boolean(_vm.isCustomUser),
31944
+ filterable: Boolean(_vm.isCustomUser && !_vm.isUnionSeal),
31945
+ select: _vm.isUnionSeal == false,
31978
31946
  where: _vm.newWhere,
31979
31947
  multiple: _vm.newMultiple,
31980
31948
  param: Object.assign({}, _vm.newParams, { info: "no" }),
@@ -32002,11 +31970,11 @@ var selectUservue_type_template_id_2f6c6827_render = function () {
32002
31970
  2
32003
31971
  )
32004
31972
  }
32005
- var selectUservue_type_template_id_2f6c6827_staticRenderFns = []
32006
- selectUservue_type_template_id_2f6c6827_render._withStripped = true
31973
+ var selectUservue_type_template_id_3588d66f_staticRenderFns = []
31974
+ selectUservue_type_template_id_3588d66f_render._withStripped = true
32007
31975
 
32008
31976
 
32009
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=2f6c6827&
31977
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=3588d66f&
32010
31978
 
32011
31979
  // 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&
32012
31980
  var selectUservue_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; };
@@ -32103,6 +32071,10 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32103
32071
  //
32104
32072
  //
32105
32073
  //
32074
+ //
32075
+ //
32076
+ //
32077
+ //
32106
32078
 
32107
32079
 
32108
32080
 
@@ -32116,6 +32088,10 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32116
32088
  tabs: {
32117
32089
  type: Object
32118
32090
  },
32091
+ isUnionSeal: {
32092
+ type: Boolean,
32093
+ default: false
32094
+ },
32119
32095
  nextUser: {
32120
32096
  default: function _default() {
32121
32097
  return [];
@@ -32213,7 +32189,10 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32213
32189
 
32214
32190
  computed: {
32215
32191
  newWhere: function newWhere() {
32216
- return selectUservue_type_script_lang_js_extends({ mid: JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId + '-org-1', filid: JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId }, this.where);
32192
+ return selectUservue_type_script_lang_js_extends({
32193
+ mid: JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId + '-org-1',
32194
+ filid: JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId
32195
+ }, this.where);
32217
32196
  }
32218
32197
  },
32219
32198
  watch: {
@@ -32489,8 +32468,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32489
32468
 
32490
32469
  var selectUser_component = normalizeComponent(
32491
32470
  src_selectUservue_type_script_lang_js_,
32492
- selectUservue_type_template_id_2f6c6827_render,
32493
- selectUservue_type_template_id_2f6c6827_staticRenderFns,
32471
+ selectUservue_type_template_id_3588d66f_render,
32472
+ selectUservue_type_template_id_3588d66f_staticRenderFns,
32494
32473
  false,
32495
32474
  null,
32496
32475
  null,
@@ -34343,11 +34322,11 @@ var processFormvue_type_script_lang_js_components;
34343
34322
  });
34344
34323
  },
34345
34324
 
34346
- /**
34347
- * isMultiple
34348
- * @desc:是否多选
34349
- * @author liufan
34350
- * @date 2022年9月13日
34325
+ /**
34326
+ * isMultiple
34327
+ * @desc:是否多选
34328
+ * @author liufan
34329
+ * @date 2022年9月13日
34351
34330
  **/
34352
34331
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34353
34332
  var multiple = false;
@@ -38449,11 +38428,11 @@ var resetvue_type_script_lang_js_components;
38449
38428
  });
38450
38429
  },
38451
38430
 
38452
- /**
38453
- * isMultiple
38454
- * @desc:是否多选
38455
- * @author liufan
38456
- * @date 2022年9月13日
38431
+ /**
38432
+ * isMultiple
38433
+ * @desc:是否多选
38434
+ * @author liufan
38435
+ * @date 2022年9月13日
38457
38436
  **/
38458
38437
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
38459
38438
  var multiple = false;
@@ -38597,8 +38576,8 @@ var reset_component = normalizeComponent(
38597
38576
  )
38598
38577
 
38599
38578
  /* harmony default export */ var src_reset = (reset_component.exports);
38600
- // 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&
38601
- var taskUnionExaminevue_type_template_id_5a4f1a86_render = function () {
38579
+ // 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&
38580
+ var taskUnionExaminevue_type_template_id_97551c4a_render = function () {
38602
38581
  var _vm = this
38603
38582
  var _h = _vm.$createElement
38604
38583
  var _c = _vm._self._c || _h
@@ -38672,6 +38651,8 @@ var taskUnionExaminevue_type_template_id_5a4f1a86_render = function () {
38672
38651
  : _vm.infoList.nextCurrentOrgObj,
38673
38652
  multiple: _vm.newMultiple,
38674
38653
  mix: _vm.currentMix,
38654
+ isUnionSeal: _vm.type == "unionSeal",
38655
+ selectUserList: _vm.unionSealData || [],
38675
38656
  types:
38676
38657
  _vm.type == "takeAdvice"
38677
38658
  ? _vm.currentOrgTabs.length > 0
@@ -38855,11 +38836,11 @@ var taskUnionExaminevue_type_template_id_5a4f1a86_render = function () {
38855
38836
  1
38856
38837
  )
38857
38838
  }
38858
- var taskUnionExaminevue_type_template_id_5a4f1a86_staticRenderFns = []
38859
- taskUnionExaminevue_type_template_id_5a4f1a86_render._withStripped = true
38839
+ var taskUnionExaminevue_type_template_id_97551c4a_staticRenderFns = []
38840
+ taskUnionExaminevue_type_template_id_97551c4a_render._withStripped = true
38860
38841
 
38861
38842
 
38862
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a4f1a86&
38843
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=97551c4a&
38863
38844
 
38864
38845
  // 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&
38865
38846
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -38994,6 +38975,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
38994
38975
  //
38995
38976
  //
38996
38977
  //
38978
+ //
38979
+ //
38997
38980
 
38998
38981
 
38999
38982
 
@@ -39027,6 +39010,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39027
39010
  opinion: ''
39028
39011
  },
39029
39012
  onlyName: '',
39013
+ unionSealData: [],
39030
39014
  currentOrgTabs: [],
39031
39015
  foreignOrgTabs: [],
39032
39016
  foreignOrgTabsParam: {},
@@ -39176,10 +39160,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39176
39160
  isHideCurrentOrg = _res$data2$nodeInfoMa.isHideCurrentOrg,
39177
39161
  isOpinionRequired = _res$data2$nodeInfoMa.isOpinionRequired;
39178
39162
 
39179
- console.log(otherOrgDisabledObjId, 'otherOrgDisabledObjId');
39180
39163
  if (otherOrgDisabledObjId) {
39181
39164
  _this3.otherOrgDisabledObjId = otherOrgDisabledObjId.split(',');
39182
- console.log(_this3.otherOrgDisabledObjId, otherOrgDisabledObjId.split(','));
39183
39165
  }
39184
39166
  if (res.data.customizedConfig) {
39185
39167
  if (res.data.customizedConfig.currentOrgSelectorCustomized) {
@@ -39224,8 +39206,18 @@ var taskUnionExaminevue_type_script_lang_js_components;
39224
39206
  }
39225
39207
  _this3.isOpinionRequired = isOpinionRequired;
39226
39208
  if (_this3.type == 'unionSeal') {
39227
- _this3.onlyName = unionDispatchOrgName;
39228
- _this3.infoList.nextOtherOrgObj.push(unionDispatchOrgId);
39209
+ var names = unionDispatchOrgName.split(',');
39210
+ var ids = unionDispatchOrgId.split(',');
39211
+ names.map(function (x, i) {
39212
+ if (x) {
39213
+ _this3.unionSealData.push({
39214
+ showname: x,
39215
+ showid: ids[i]
39216
+ });
39217
+ }
39218
+ });
39219
+ // this.onlyName = unionDispatchOrgName;
39220
+ // this.infoList.nextOtherOrgObj.push(unionDispatchOrgId);
39229
39221
  }
39230
39222
  if (_this3.type == 'twoOfficesDispatch') {
39231
39223
  _this3.onlyName = orgNames;
@@ -39284,7 +39276,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
39284
39276
  data: {
39285
39277
  opinion: opinion,
39286
39278
  pendingId: pendingId,
39287
- nextOtherOrgObj: Array.isArray(nextOtherOrgObj) ? nextOtherOrgObj.join(',') : nextOtherOrgObj,
39279
+ nextOtherOrgObj: this.type == 'unionSeal' ? this.unionSealData.map(function (x) {
39280
+ return x.showid;
39281
+ }).join(',') : Array.isArray(nextOtherOrgObj) ? nextOtherOrgObj.join(',') : nextOtherOrgObj,
39288
39282
  nextCurrentOrgObj: Array.isArray(nextCurrentOrgObj) ? nextCurrentOrgObj.join(',') : nextCurrentOrgObj,
39289
39283
  notificationMsg: noticeInfo,
39290
39284
  notificationType: noticeType.join(','),
@@ -39430,8 +39424,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39430
39424
 
39431
39425
  var taskUnionExamine_component = normalizeComponent(
39432
39426
  component_taskUnionExaminevue_type_script_lang_js_,
39433
- taskUnionExaminevue_type_template_id_5a4f1a86_render,
39434
- taskUnionExaminevue_type_template_id_5a4f1a86_staticRenderFns,
39427
+ taskUnionExaminevue_type_template_id_97551c4a_render,
39428
+ taskUnionExaminevue_type_template_id_97551c4a_staticRenderFns,
39435
39429
  false,
39436
39430
  null,
39437
39431
  null,
@@ -42838,11 +42832,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42838
42832
  });
42839
42833
  },
42840
42834
 
42841
- /**
42842
- * saveInfo
42843
- * @desc:暂存
42844
- * @author liufan
42845
- * @date 2022年9月9日
42835
+ /**
42836
+ * saveInfo
42837
+ * @desc:暂存
42838
+ * @author liufan
42839
+ * @date 2022年9月9日
42846
42840
  **/
42847
42841
  saveInfo: function saveInfo(type, btn) {
42848
42842
  var _this6 = this;
@@ -42904,11 +42898,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42904
42898
  });
42905
42899
  },
42906
42900
 
42907
- /**
42908
- * rejectBtn
42909
- * @desc:点击驳回
42910
- * @author liufan
42911
- * @date 2022年5月25日
42901
+ /**
42902
+ * rejectBtn
42903
+ * @desc:点击驳回
42904
+ * @author liufan
42905
+ * @date 2022年5月25日
42912
42906
  **/
42913
42907
  rejectBtn: function rejectBtn() {
42914
42908
  var _this8 = this;
@@ -42926,11 +42920,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42926
42920
  }
42927
42921
  },
42928
42922
 
42929
- /**
42930
- * taskReadBtn
42931
- * @desc:点击分阅
42932
- * @author liufan
42933
- * @date 2022年5月25日
42923
+ /**
42924
+ * taskReadBtn
42925
+ * @desc:点击分阅
42926
+ * @author liufan
42927
+ * @date 2022年5月25日
42934
42928
  **/
42935
42929
  taskReadBtn: function taskReadBtn() {
42936
42930
  var _this9 = this;
@@ -42949,11 +42943,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42949
42943
  }
42950
42944
  },
42951
42945
 
42952
- /**
42953
- * getFind
42954
- * @desc:获取通知方式
42955
- * @author liufan
42956
- * @date 2022年5月25日
42946
+ /**
42947
+ * getFind
42948
+ * @desc:获取通知方式
42949
+ * @author liufan
42950
+ * @date 2022年5月25日
42957
42951
  **/
42958
42952
  getFind: function getFind() {
42959
42953
  var _this10 = this;
@@ -43008,12 +43002,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43008
43002
  });
43009
43003
  },
43010
43004
 
43011
- /**
43012
- * endFlows
43013
- * @desc:直接办结
43014
- * @author liufan
43015
- * @param {Object} res 直接办结数据
43016
- * @date 2022年5月25日
43005
+ /**
43006
+ * endFlows
43007
+ * @desc:直接办结
43008
+ * @author liufan
43009
+ * @param {Object} res 直接办结数据
43010
+ * @date 2022年5月25日
43017
43011
  **/
43018
43012
  endFlows: function endFlows(res) {
43019
43013
  var _this12 = this;
@@ -43067,12 +43061,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43067
43061
  }).catch(function (e) {});
43068
43062
  },
43069
43063
 
43070
- /**
43071
- * goView
43072
- * @desc:更多流程按钮操作
43073
- * @author liufan
43074
- * @param {Object} res 当前点击操作按钮数据
43075
- * @date 2022年5月25日
43064
+ /**
43065
+ * goView
43066
+ * @desc:更多流程按钮操作
43067
+ * @author liufan
43068
+ * @param {Object} res 当前点击操作按钮数据
43069
+ * @date 2022年5月25日
43076
43070
  **/
43077
43071
  goView: function goView(res) {
43078
43072
  // 驳回并办结:rejectAndEndHtml
@@ -43157,11 +43151,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43157
43151
  // isCanStartSubFlow
43158
43152
  },
43159
43153
 
43160
- /**
43161
- * toTakeAdvice
43162
- * @desc:征求意见
43163
- * @author liufan
43164
- * @date 2022年9月29日
43154
+ /**
43155
+ * toTakeAdvice
43156
+ * @desc:征求意见
43157
+ * @author liufan
43158
+ * @date 2022年9月29日
43165
43159
  **/
43166
43160
  toTakeAdvice: function toTakeAdvice(res) {
43167
43161
  var _this14 = this;
@@ -43205,11 +43199,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43205
43199
  });
43206
43200
  },
43207
43201
 
43208
- /**
43209
- * toStartDraf
43210
- * @desc: 稿件递送、联合审核、复核
43211
- * @author liufan
43212
- * @date 2022年9月29日
43202
+ /**
43203
+ * toStartDraf
43204
+ * @desc: 稿件递送、联合审核、复核
43205
+ * @author liufan
43206
+ * @date 2022年9月29日
43213
43207
  **/
43214
43208
  toStartDraf: function toStartDraf(res) {
43215
43209
  var _this16 = this;
@@ -43223,11 +43217,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43223
43217
  }
43224
43218
  },
43225
43219
 
43226
- /**
43227
- * toSendMsg
43228
- * @desc:核稿通知
43229
- * @author liufan
43230
- * @date 2022年9月29日
43220
+ /**
43221
+ * toSendMsg
43222
+ * @desc:核稿通知
43223
+ * @author liufan
43224
+ * @date 2022年9月29日
43231
43225
  **/
43232
43226
  toSendMsg: function toSendMsg(res) {
43233
43227
  var _this17 = this;
@@ -43241,11 +43235,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43241
43235
  }
43242
43236
  },
43243
43237
 
43244
- /**
43245
- * toTaskReadAndEnd
43246
- * @desc:分阅并办结
43247
- * @author liufan
43248
- * @date 2022年9月29日
43238
+ /**
43239
+ * toTaskReadAndEnd
43240
+ * @desc:分阅并办结
43241
+ * @author liufan
43242
+ * @date 2022年9月29日
43249
43243
  **/
43250
43244
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43251
43245
  var _this18 = this;
@@ -43263,11 +43257,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43263
43257
  }
43264
43258
  },
43265
43259
 
43266
- /**
43267
- * rejectAndEnd
43268
- * @desc:驳回并办结
43269
- * @author liufan
43270
- * @date 2022年9月29日
43260
+ /**
43261
+ * rejectAndEnd
43262
+ * @desc:驳回并办结
43263
+ * @author liufan
43264
+ * @date 2022年9月29日
43271
43265
  **/
43272
43266
  rejectAndEnd: function rejectAndEnd(res) {
43273
43267
  var _this19 = this;
@@ -43322,11 +43316,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43322
43316
  });
43323
43317
  },
43324
43318
 
43325
- /**
43326
- * toTransfer
43327
- * @desc:转办
43328
- * @author liufan
43329
- * @date 2022年9月29日
43319
+ /**
43320
+ * toTransfer
43321
+ * @desc:转办
43322
+ * @author liufan
43323
+ * @date 2022年9月29日
43330
43324
  **/
43331
43325
  toTransfer: function toTransfer(res) {
43332
43326
  var _this21 = this;
@@ -43342,11 +43336,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43342
43336
  }
43343
43337
  },
43344
43338
 
43345
- /**
43346
- * getNodeInfo
43347
- * @desc:获取节点信息
43348
- * @author liufan
43349
- * @date 2022年5月25日
43339
+ /**
43340
+ * getNodeInfo
43341
+ * @desc:获取节点信息
43342
+ * @author liufan
43343
+ * @date 2022年5月25日
43350
43344
  **/
43351
43345
  getNodeInfo: function getNodeInfo() {
43352
43346
  var _this22 = this;
@@ -43445,12 +43439,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43445
43439
  });
43446
43440
  },
43447
43441
 
43448
- /**
43449
- * selecNext
43450
- * @desc:下步节点变化时更新数据
43451
- * @author liufan
43452
- * @param {String} val 当前选中值
43453
- * @date 2022年5月25日
43442
+ /**
43443
+ * selecNext
43444
+ * @desc:下步节点变化时更新数据
43445
+ * @author liufan
43446
+ * @param {String} val 当前选中值
43447
+ * @date 2022年5月25日
43454
43448
  **/
43455
43449
  selecNext: function selecNext(val, type, isDef) {
43456
43450
  var _this23 = this;
@@ -43559,11 +43553,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43559
43553
  if (isDef !== true) this.getNodeInfo();
43560
43554
  },
43561
43555
 
43562
- /**
43563
- * isMultiple
43564
- * @desc:是否多选
43565
- * @author liufan
43566
- * @date 2022年9月13日
43556
+ /**
43557
+ * isMultiple
43558
+ * @desc:是否多选
43559
+ * @author liufan
43560
+ * @date 2022年9月13日
43567
43561
  **/
43568
43562
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43569
43563
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43595,11 +43589,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43595
43589
  }
43596
43590
  },
43597
43591
 
43598
- /**
43599
- * getHedInfo
43600
- * @desc:获取审核页面数据
43601
- * @author liufan
43602
- * @date 2022年5月25日
43592
+ /**
43593
+ * getHedInfo
43594
+ * @desc:获取审核页面数据
43595
+ * @author liufan
43596
+ * @date 2022年5月25日
43603
43597
  **/
43604
43598
  getHedInfo: function getHedInfo() {
43605
43599
  var _this24 = this;
@@ -43835,13 +43829,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43835
43829
  });
43836
43830
  },
43837
43831
 
43838
- /**
43839
- * closeProcess
43840
- * @desc:关闭弹窗
43841
- * @author liufan
43842
- * @param {boolean} val 当前是否办理流程
43843
- * @param {String} type 当前点击的弹窗类型
43844
- * @date 2022年5月25日
43832
+ /**
43833
+ * closeProcess
43834
+ * @desc:关闭弹窗
43835
+ * @author liufan
43836
+ * @param {boolean} val 当前是否办理流程
43837
+ * @param {String} type 当前点击的弹窗类型
43838
+ * @date 2022年5月25日
43845
43839
  **/
43846
43840
  closeProcess: function closeProcess(val, type, closeParent) {
43847
43841
  if (closeParent) {
@@ -43858,23 +43852,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43858
43852
  }
43859
43853
  },
43860
43854
 
43861
- /**
43862
- * selectChange
43863
- * @desc:常用语选择
43864
- * @author liufan
43865
- * @param {String} val 选中值
43866
- * @date 2022年5月25日
43855
+ /**
43856
+ * selectChange
43857
+ * @desc:常用语选择
43858
+ * @author liufan
43859
+ * @param {String} val 选中值
43860
+ * @date 2022年5月25日
43867
43861
  **/
43868
43862
  selectChange: function selectChange(val) {
43869
43863
  this.value = val;
43870
43864
  },
43871
43865
 
43872
- /**
43873
- * upDate
43874
- * @desc:修改常用语
43875
- * @author liufan
43876
- * @param {Object} val 修改值
43877
- * @date 2022年5月25日
43866
+ /**
43867
+ * upDate
43868
+ * @desc:修改常用语
43869
+ * @author liufan
43870
+ * @param {Object} val 修改值
43871
+ * @date 2022年5月25日
43878
43872
  **/
43879
43873
  upDate: function upDate(val) {
43880
43874
  this.FormData.id = val.id;
@@ -43882,11 +43876,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43882
43876
  },
43883
43877
 
43884
43878
 
43885
- /**
43886
- * getProcess
43887
- * @desc:获取选择流程
43888
- * @author liufan
43889
- * @date 2022年5月25日
43879
+ /**
43880
+ * getProcess
43881
+ * @desc:获取选择流程
43882
+ * @author liufan
43883
+ * @date 2022年5月25日
43890
43884
  **/
43891
43885
  getProcess: function getProcess() {
43892
43886
  var _this25 = this;
@@ -43940,11 +43934,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43940
43934
  });
43941
43935
  },
43942
43936
 
43943
- /**
43944
- * getPendedhistoryList
43945
- * @desc:获取流程列表
43946
- * @author liufan
43947
- * @date 2022年5月25日
43937
+ /**
43938
+ * getPendedhistoryList
43939
+ * @desc:获取流程列表
43940
+ * @author liufan
43941
+ * @date 2022年5月25日
43948
43942
  **/
43949
43943
  getPendedhistoryList: function getPendedhistoryList() {
43950
43944
  var _this26 = this;
@@ -43976,12 +43970,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43976
43970
  },
43977
43971
 
43978
43972
  // 提交流程
43979
- /**
43980
- * subProcess
43981
- * @desc:提交流程
43982
- * @author liufan
43983
- * @param {String} formName 当前form表单ref值
43984
- * @date 2022年5月25日
43973
+ /**
43974
+ * subProcess
43975
+ * @desc:提交流程
43976
+ * @author liufan
43977
+ * @param {String} formName 当前form表单ref值
43978
+ * @date 2022年5月25日
43985
43979
  **/
43986
43980
  subProcess: function subProcess(val) {
43987
43981
  var _this27 = this;
@@ -44241,8 +44235,8 @@ var freeStartFlow_component = normalizeComponent(
44241
44235
  )
44242
44236
 
44243
44237
  /* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
44244
- // 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&
44245
- var supervisevue_type_template_id_36b18004_render = function () {
44238
+ // 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&
44239
+ var supervisevue_type_template_id_5fbd4d48_render = function () {
44246
44240
  var _vm = this
44247
44241
  var _h = _vm.$createElement
44248
44242
  var _c = _vm._self._c || _h
@@ -44395,11 +44389,11 @@ var supervisevue_type_template_id_36b18004_render = function () {
44395
44389
  1
44396
44390
  )
44397
44391
  }
44398
- var supervisevue_type_template_id_36b18004_staticRenderFns = []
44399
- supervisevue_type_template_id_36b18004_render._withStripped = true
44392
+ var supervisevue_type_template_id_5fbd4d48_staticRenderFns = []
44393
+ supervisevue_type_template_id_5fbd4d48_render._withStripped = true
44400
44394
 
44401
44395
 
44402
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=36b18004&
44396
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=5fbd4d48&
44403
44397
 
44404
44398
  // 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&
44405
44399
  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; };
@@ -44539,6 +44533,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44539
44533
  url: api["hc" /* toTaskSupervise */],
44540
44534
  params: {
44541
44535
  businessId: this.businessId,
44536
+ appId: this.appId,
44542
44537
  userId: utils_util["a" /* default */].getStorage('userId')
44543
44538
  }
44544
44539
  }).then(function (res) {
@@ -44569,8 +44564,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44569
44564
 
44570
44565
  var supervise_component = normalizeComponent(
44571
44566
  src_supervisevue_type_script_lang_js_,
44572
- supervisevue_type_template_id_36b18004_render,
44573
- supervisevue_type_template_id_36b18004_staticRenderFns,
44567
+ supervisevue_type_template_id_5fbd4d48_render,
44568
+ supervisevue_type_template_id_5fbd4d48_staticRenderFns,
44574
44569
  false,
44575
44570
  null,
44576
44571
  null,
@@ -46270,6 +46265,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46270
46265
  //
46271
46266
  //
46272
46267
  //
46268
+ //
46273
46269
 
46274
46270
 
46275
46271
 
@@ -46356,6 +46352,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46356
46352
  styles: {},
46357
46353
  optionsKey: 0,
46358
46354
  endMessage: '',
46355
+ isHideTemporarySave: false,
46359
46356
  oldNextOperate: '',
46360
46357
  taskOperationShiftedNodeList: null,
46361
46358
  currentNodeEnableItemHandleDescription: false,
@@ -46654,6 +46651,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46654
46651
  };
46655
46652
  utils_util["a" /* default */].ajax(params).then(function (res) {
46656
46653
  if (res.status == 'success') {
46654
+ _this.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
46657
46655
  _this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
46658
46656
  _this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
46659
46657
 
@@ -47021,11 +47019,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47021
47019
  });
47022
47020
  },
47023
47021
 
47024
- /**
47025
- * saveInfo
47026
- * @desc:暂存
47027
- * @author liufan
47028
- * @date 2022年9月9日
47022
+ /**
47023
+ * saveInfo
47024
+ * @desc:暂存
47025
+ * @author liufan
47026
+ * @date 2022年9月9日
47029
47027
  **/
47030
47028
  saveInfo: function saveInfo(type, btn) {
47031
47029
  var _this9 = this;
@@ -47087,11 +47085,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47087
47085
  });
47088
47086
  },
47089
47087
 
47090
- /**
47091
- * rejectBtn
47092
- * @desc:点击驳回
47093
- * @author liufan
47094
- * @date 2022年5月25日
47088
+ /**
47089
+ * rejectBtn
47090
+ * @desc:点击驳回
47091
+ * @author liufan
47092
+ * @date 2022年5月25日
47095
47093
  **/
47096
47094
  rejectBtn: function rejectBtn() {
47097
47095
  var _this11 = this;
@@ -47109,11 +47107,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47109
47107
  }
47110
47108
  },
47111
47109
 
47112
- /**
47113
- * taskReadBtn
47114
- * @desc:点击分阅
47115
- * @author liufan
47116
- * @date 2022年5月25日
47110
+ /**
47111
+ * taskReadBtn
47112
+ * @desc:点击分阅
47113
+ * @author liufan
47114
+ * @date 2022年5月25日
47117
47115
  **/
47118
47116
  taskReadBtn: function taskReadBtn() {
47119
47117
  var _this12 = this;
@@ -47132,11 +47130,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47132
47130
  }
47133
47131
  },
47134
47132
 
47135
- /**
47136
- * getFind
47137
- * @desc:获取通知方式
47138
- * @author liufan
47139
- * @date 2022年5月25日
47133
+ /**
47134
+ * getFind
47135
+ * @desc:获取通知方式
47136
+ * @author liufan
47137
+ * @date 2022年5月25日
47140
47138
  **/
47141
47139
  getFind: function getFind() {
47142
47140
  var _this13 = this;
@@ -47202,12 +47200,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47202
47200
  });
47203
47201
  },
47204
47202
 
47205
- /**
47206
- * endFlows
47207
- * @desc:直接办结
47208
- * @author liufan
47209
- * @param {Object} res 直接办结数据
47210
- * @date 2022年5月25日
47203
+ /**
47204
+ * endFlows
47205
+ * @desc:直接办结
47206
+ * @author liufan
47207
+ * @param {Object} res 直接办结数据
47208
+ * @date 2022年5月25日
47211
47209
  **/
47212
47210
  endFlows: function endFlows(res) {
47213
47211
  var _this15 = this;
@@ -47262,12 +47260,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47262
47260
  }).catch(function (e) {});
47263
47261
  },
47264
47262
 
47265
- /**
47266
- * goView
47267
- * @desc:更多流程按钮操作
47268
- * @author liufan
47269
- * @param {Object} res 当前点击操作按钮数据
47270
- * @date 2022年5月25日
47263
+ /**
47264
+ * goView
47265
+ * @desc:更多流程按钮操作
47266
+ * @author liufan
47267
+ * @param {Object} res 当前点击操作按钮数据
47268
+ * @date 2022年5月25日
47271
47269
  **/
47272
47270
  goView: function goView(res) {
47273
47271
  // 驳回并办结:rejectAndEndHtml
@@ -47330,7 +47328,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47330
47328
  } else if (res.fun === 'toUnionSeal()') {
47331
47329
  // 联合用印
47332
47330
  this.flowType = 'unionSeal';
47333
- this.flowDisabled = true;
47331
+ this.flowDisabled = false;
47334
47332
  this.flowTitle = res.value;
47335
47333
  this.toStartDraf(res);
47336
47334
  } else if (res.fun == 'toTwoOfficesDispatch()') {
@@ -47352,11 +47350,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47352
47350
  // isCanStartSubFlow
47353
47351
  },
47354
47352
 
47355
- /**
47356
- * toTakeAdvice
47357
- * @desc:征求意见
47358
- * @author liufan
47359
- * @date 2022年9月29日
47353
+ /**
47354
+ * toTakeAdvice
47355
+ * @desc:征求意见
47356
+ * @author liufan
47357
+ * @date 2022年9月29日
47360
47358
  **/
47361
47359
  toTakeAdvice: function toTakeAdvice(res) {
47362
47360
  var _this17 = this;
@@ -47400,11 +47398,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47400
47398
  });
47401
47399
  },
47402
47400
 
47403
- /**
47404
- * toStartDraf
47405
- * @desc: 稿件递送、联合审核、复核
47406
- * @author liufan
47407
- * @date 2022年9月29日
47401
+ /**
47402
+ * toStartDraf
47403
+ * @desc: 稿件递送、联合审核、复核
47404
+ * @author liufan
47405
+ * @date 2022年9月29日
47408
47406
  **/
47409
47407
  toStartDraf: function toStartDraf(res) {
47410
47408
  var _this19 = this;
@@ -47418,11 +47416,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47418
47416
  }
47419
47417
  },
47420
47418
 
47421
- /**
47422
- * toSendMsg
47423
- * @desc:核稿通知
47424
- * @author liufan
47425
- * @date 2022年9月29日
47419
+ /**
47420
+ * toSendMsg
47421
+ * @desc:核稿通知
47422
+ * @author liufan
47423
+ * @date 2022年9月29日
47426
47424
  **/
47427
47425
  toSendMsg: function toSendMsg(res) {
47428
47426
  var _this20 = this;
@@ -47436,11 +47434,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47436
47434
  }
47437
47435
  },
47438
47436
 
47439
- /**
47440
- * toTaskReadAndEnd
47441
- * @desc:分阅并办结
47442
- * @author liufan
47443
- * @date 2022年9月29日
47437
+ /**
47438
+ * toTaskReadAndEnd
47439
+ * @desc:分阅并办结
47440
+ * @author liufan
47441
+ * @date 2022年9月29日
47444
47442
  **/
47445
47443
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
47446
47444
  var _this21 = this;
@@ -47458,11 +47456,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47458
47456
  }
47459
47457
  },
47460
47458
 
47461
- /**
47462
- * rejectAndEnd
47463
- * @desc:驳回并办结
47464
- * @author liufan
47465
- * @date 2022年9月29日
47459
+ /**
47460
+ * rejectAndEnd
47461
+ * @desc:驳回并办结
47462
+ * @author liufan
47463
+ * @date 2022年9月29日
47466
47464
  **/
47467
47465
  rejectAndEnd: function rejectAndEnd(res) {
47468
47466
  var _this22 = this;
@@ -47518,11 +47516,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47518
47516
  });
47519
47517
  },
47520
47518
 
47521
- /**
47522
- * toTransfer
47523
- * @desc:转办
47524
- * @author liufan
47525
- * @date 2022年9月29日
47519
+ /**
47520
+ * toTransfer
47521
+ * @desc:转办
47522
+ * @author liufan
47523
+ * @date 2022年9月29日
47526
47524
  **/
47527
47525
  toTransfer: function toTransfer(res) {
47528
47526
  var _this24 = this;
@@ -47538,11 +47536,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47538
47536
  }
47539
47537
  },
47540
47538
 
47541
- /**
47542
- * getNodeInfo
47543
- * @desc:获取节点信息
47544
- * @author liufan
47545
- * @date 2022年5月25日
47539
+ /**
47540
+ * getNodeInfo
47541
+ * @desc:获取节点信息
47542
+ * @author liufan
47543
+ * @date 2022年5月25日
47546
47544
  **/
47547
47545
  getNodeInfo: function getNodeInfo() {
47548
47546
  var _this25 = this;
@@ -47646,12 +47644,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47646
47644
  });
47647
47645
  },
47648
47646
 
47649
- /**
47650
- * selecNext
47651
- * @desc:下步节点变化时更新数据
47652
- * @author liufan
47653
- * @param {String} val 当前选中值
47654
- * @date 2022年5月25日
47647
+ /**
47648
+ * selecNext
47649
+ * @desc:下步节点变化时更新数据
47650
+ * @author liufan
47651
+ * @param {String} val 当前选中值
47652
+ * @date 2022年5月25日
47655
47653
  **/
47656
47654
  selecNext: function selecNext(val, type, isDef) {
47657
47655
  var _this26 = this;
@@ -47783,11 +47781,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47783
47781
  this.getNodeInfo();
47784
47782
  },
47785
47783
 
47786
- /**
47787
- * isMultiple
47788
- * @desc:是否多选
47789
- * @author liufan
47790
- * @date 2022年9月13日
47784
+ /**
47785
+ * isMultiple
47786
+ * @desc:是否多选
47787
+ * @author liufan
47788
+ * @date 2022年9月13日
47791
47789
  **/
47792
47790
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
47793
47791
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -47819,11 +47817,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47819
47817
  }
47820
47818
  },
47821
47819
 
47822
- /**
47823
- * getHedInfo
47824
- * @desc:获取审核页面数据
47825
- * @author liufan
47826
- * @date 2022年5月25日
47820
+ /**
47821
+ * getHedInfo
47822
+ * @desc:获取审核页面数据
47823
+ * @author liufan
47824
+ * @date 2022年5月25日
47827
47825
  **/
47828
47826
  getHedInfo: function getHedInfo() {
47829
47827
  var _this27 = this;
@@ -47890,6 +47888,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47890
47888
  });
47891
47889
  });
47892
47890
  }
47891
+ _this27.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
47893
47892
  _this27.pendingItemHandleDescription = pendingItemHandleDescription;
47894
47893
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
47895
47894
  _this27.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
@@ -48109,13 +48108,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48109
48108
  });
48110
48109
  },
48111
48110
 
48112
- /**
48113
- * closeProcess
48114
- * @desc:关闭弹窗
48115
- * @author liufan
48116
- * @param {boolean} val 当前是否办理流程
48117
- * @param {String} type 当前点击的弹窗类型
48118
- * @date 2022年5月25日
48111
+ /**
48112
+ * closeProcess
48113
+ * @desc:关闭弹窗
48114
+ * @author liufan
48115
+ * @param {boolean} val 当前是否办理流程
48116
+ * @param {String} type 当前点击的弹窗类型
48117
+ * @date 2022年5月25日
48119
48118
  **/
48120
48119
  closeProcess: function closeProcess(val, type, closeParent) {
48121
48120
  if (closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -48135,23 +48134,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48135
48134
  }
48136
48135
  },
48137
48136
 
48138
- /**
48139
- * selectChange
48140
- * @desc:常用语选择
48141
- * @author liufan
48142
- * @param {String} val 选中值
48143
- * @date 2022年5月25日
48137
+ /**
48138
+ * selectChange
48139
+ * @desc:常用语选择
48140
+ * @author liufan
48141
+ * @param {String} val 选中值
48142
+ * @date 2022年5月25日
48144
48143
  **/
48145
48144
  selectChange: function selectChange(val) {
48146
48145
  this.value = val;
48147
48146
  },
48148
48147
 
48149
- /**
48150
- * upDate
48151
- * @desc:修改常用语
48152
- * @author liufan
48153
- * @param {Object} val 修改值
48154
- * @date 2022年5月25日
48148
+ /**
48149
+ * upDate
48150
+ * @desc:修改常用语
48151
+ * @author liufan
48152
+ * @param {Object} val 修改值
48153
+ * @date 2022年5月25日
48155
48154
  **/
48156
48155
  upDate: function upDate(val) {
48157
48156
  this.FormData.id = val.id;
@@ -48159,11 +48158,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48159
48158
  },
48160
48159
 
48161
48160
 
48162
- /**
48163
- * getProcess
48164
- * @desc:获取选择流程
48165
- * @author liufan
48166
- * @date 2022年5月25日
48161
+ /**
48162
+ * getProcess
48163
+ * @desc:获取选择流程
48164
+ * @author liufan
48165
+ * @date 2022年5月25日
48167
48166
  **/
48168
48167
  getProcess: function getProcess(val) {
48169
48168
  var _this28 = this;
@@ -48219,11 +48218,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48219
48218
  });
48220
48219
  },
48221
48220
 
48222
- /**
48223
- * getPendedhistoryList
48224
- * @desc:获取流程列表
48225
- * @author liufan
48226
- * @date 2022年5月25日
48221
+ /**
48222
+ * getPendedhistoryList
48223
+ * @desc:获取流程列表
48224
+ * @author liufan
48225
+ * @date 2022年5月25日
48227
48226
  **/
48228
48227
  getPendedhistoryList: function getPendedhistoryList() {
48229
48228
  var _this29 = this;
@@ -48291,12 +48290,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48291
48290
  },
48292
48291
 
48293
48292
  // 提交流程
48294
- /**
48295
- * subProcess
48296
- * @desc:提交流程
48297
- * @author liufan
48298
- * @param {String} formName 当前form表单ref值
48299
- * @date 2022年5月25日
48293
+ /**
48294
+ * subProcess
48295
+ * @desc:提交流程
48296
+ * @author liufan
48297
+ * @param {String} formName 当前form表单ref值
48298
+ * @date 2022年5月25日
48300
48299
  **/
48301
48300
  subProcess: function subProcess(val, type) {
48302
48301
  var _this31 = this;
@@ -48628,8 +48627,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48628
48627
 
48629
48628
  var flow_src_main_component = normalizeComponent(
48630
48629
  packages_flow_src_mainvue_type_script_lang_js_,
48631
- mainvue_type_template_id_324ca57c_render,
48632
- mainvue_type_template_id_324ca57c_staticRenderFns,
48630
+ mainvue_type_template_id_439fd8c6_render,
48631
+ mainvue_type_template_id_439fd8c6_staticRenderFns,
48633
48632
  false,
48634
48633
  null,
48635
48634
  null,
@@ -48646,8 +48645,8 @@ flow_src_main.install = function (Vue) {
48646
48645
  };
48647
48646
 
48648
48647
  /* harmony default export */ var packages_flow = (flow_src_main);
48649
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=16ba9e56&
48650
- var mainvue_type_template_id_16ba9e56_render = function () {
48648
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=00cf2c99&
48649
+ var mainvue_type_template_id_00cf2c99_render = function () {
48651
48650
  var _vm = this
48652
48651
  var _h = _vm.$createElement
48653
48652
  var _c = _vm._self._c || _h
@@ -49895,6 +49894,7 @@ var mainvue_type_template_id_16ba9e56_render = function () {
49895
49894
  startTaskRead: _vm.handleTaskRead,
49896
49895
  success: _vm.handleSuccess,
49897
49896
  save: _vm.handleSave,
49897
+ endMessageChange: _vm.handleEndMessageChange,
49898
49898
  },
49899
49899
  },
49900
49900
  "es-flow",
@@ -49908,11 +49908,11 @@ var mainvue_type_template_id_16ba9e56_render = function () {
49908
49908
  2
49909
49909
  )
49910
49910
  }
49911
- var mainvue_type_template_id_16ba9e56_staticRenderFns = []
49912
- mainvue_type_template_id_16ba9e56_render._withStripped = true
49911
+ var mainvue_type_template_id_00cf2c99_staticRenderFns = []
49912
+ mainvue_type_template_id_00cf2c99_render._withStripped = true
49913
49913
 
49914
49914
 
49915
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=16ba9e56&
49915
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=00cf2c99&
49916
49916
 
49917
49917
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=script&lang=js&
49918
49918
  var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -50361,6 +50361,7 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
50361
50361
  //
50362
50362
  //
50363
50363
  //
50364
+ //
50364
50365
 
50365
50366
 
50366
50367
  /* harmony default export */ var flow_group_src_mainvue_type_script_lang_js_ = ({
@@ -50560,6 +50561,9 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
50560
50561
  this.injector && this.injector.handleChangeData({ appId: this.taskExamineAppId });
50561
50562
  }
50562
50563
  },
50564
+ handleEndMessageChange: function handleEndMessageChange(val) {
50565
+ this.$emit('endMessageChange', val);
50566
+ },
50563
50567
  handleSuccess: function handleSuccess() {
50564
50568
  if (this.closeDialog && this.esDialog) {
50565
50569
  this.esDialog.handleClose();
@@ -50601,8 +50605,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
50601
50605
 
50602
50606
  var flow_group_src_main_component = normalizeComponent(
50603
50607
  packages_flow_group_src_mainvue_type_script_lang_js_,
50604
- mainvue_type_template_id_16ba9e56_render,
50605
- mainvue_type_template_id_16ba9e56_staticRenderFns,
50608
+ mainvue_type_template_id_00cf2c99_render,
50609
+ mainvue_type_template_id_00cf2c99_staticRenderFns,
50606
50610
  false,
50607
50611
  null,
50608
50612
  null,
@@ -52047,12 +52051,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52047
52051
  }
52048
52052
  },
52049
52053
 
52050
- /**
52051
- * handleFormSubmit
52052
- * @desc:删除节点点击事件
52053
- * @param {Object} formData 点击删除的form数据
52054
- * @author liufan
52055
- * @date 2022年11月29日
52054
+ /**
52055
+ * handleFormSubmit
52056
+ * @desc:删除节点点击事件
52057
+ * @param {Object} formData 点击删除的form数据
52058
+ * @author liufan
52059
+ * @date 2022年11月29日
52056
52060
  **/
52057
52061
  handleFormSubmit: function handleFormSubmit(formData) {
52058
52062
  var _this9 = this;
@@ -52083,48 +52087,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52083
52087
  });
52084
52088
  },
52085
52089
 
52086
- /**
52087
- * del
52088
- * @desc:展示删除弹窗
52089
- * @param {String} id 当前点击数据id
52090
- * @author liufan
52091
- * @date 2022年11月29日
52090
+ /**
52091
+ * del
52092
+ * @desc:展示删除弹窗
52093
+ * @param {String} id 当前点击数据id
52094
+ * @author liufan
52095
+ * @date 2022年11月29日
52092
52096
  **/
52093
52097
  del: function del(id) {
52094
52098
  this.historyId = id;
52095
52099
  this.showDel = true;
52096
52100
  },
52097
52101
 
52098
- /**
52099
- * handleCurrentChange
52100
- * @desc:监听页码变化
52101
- * @param {String} val 当前页
52102
- * @author liufan
52103
- * @date 2022年11月29日
52102
+ /**
52103
+ * handleCurrentChange
52104
+ * @desc:监听页码变化
52105
+ * @param {String} val 当前页
52106
+ * @author liufan
52107
+ * @date 2022年11月29日
52104
52108
  **/
52105
52109
  handleCurrentChange: function handleCurrentChange(val) {
52106
52110
  this.currentPage = val;
52107
52111
  this.getPressList();
52108
52112
  },
52109
52113
 
52110
- /**
52111
- * handleSizeChange
52112
- * @desc:监听每页数据显示数量变化
52113
- * @param {String} val 每页展示数量
52114
- * @author liufan
52115
- * @date 2022年11月29日
52114
+ /**
52115
+ * handleSizeChange
52116
+ * @desc:监听每页数据显示数量变化
52117
+ * @param {String} val 每页展示数量
52118
+ * @author liufan
52119
+ * @date 2022年11月29日
52116
52120
  **/
52117
52121
  handleSizeChange: function handleSizeChange(val) {
52118
52122
  this.pageSize = val;
52119
52123
  this.getPressList();
52120
52124
  },
52121
52125
 
52122
- /**
52123
- * sortChange
52124
- * @desc:监听排序变化
52125
- * @param {Object} info 需要排序的字段及排序方式
52126
- * @author liufan
52127
- * @date 2022年11月29日
52126
+ /**
52127
+ * sortChange
52128
+ * @desc:监听排序变化
52129
+ * @param {Object} info 需要排序的字段及排序方式
52130
+ * @author liufan
52131
+ * @date 2022年11月29日
52128
52132
  **/
52129
52133
  sortChange: function sortChange(info) {
52130
52134
  var prop = info.prop,
@@ -52135,11 +52139,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52135
52139
  this.getPressList();
52136
52140
  },
52137
52141
 
52138
- /**
52139
- * getPressList
52140
- * @desc:催办列表数据
52141
- * @author liufan
52142
- * @date 2022年11月29日
52142
+ /**
52143
+ * getPressList
52144
+ * @desc:催办列表数据
52145
+ * @author liufan
52146
+ * @date 2022年11月29日
52143
52147
  **/
52144
52148
  getPressList: function getPressList() {
52145
52149
  var _this10 = this;
@@ -52169,12 +52173,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52169
52173
  });
52170
52174
  },
52171
52175
 
52172
- /**
52173
- * goPress
52174
- * @desc:催办列表查看
52175
- * @param {String} id 催办列表id
52176
- * @author liufan
52177
- * @date 2022年11月29日
52176
+ /**
52177
+ * goPress
52178
+ * @desc:催办列表查看
52179
+ * @param {String} id 催办列表id
52180
+ * @author liufan
52181
+ * @date 2022年11月29日
52178
52182
  **/
52179
52183
  goPress: function goPress(id) {
52180
52184
  this.historyId = id;
@@ -52182,23 +52186,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52182
52186
  this.getPressList();
52183
52187
  },
52184
52188
 
52185
- /**
52186
- * showFile
52187
- * @desc:附件查看
52188
- * @param {String} ownId 附件id
52189
- * @author liufan
52190
- * @date 2022年11月29日
52189
+ /**
52190
+ * showFile
52191
+ * @desc:附件查看
52192
+ * @param {String} ownId 附件id
52193
+ * @author liufan
52194
+ * @date 2022年11月29日
52191
52195
  **/
52192
52196
  showFile: function showFile(ownId) {
52193
52197
  this.wfpendingid = ownId;
52194
52198
  this.showFileList = true;
52195
52199
  },
52196
52200
 
52197
- /**
52198
- * handleChange
52199
- * @desc:切换排序方式
52200
- * @author liufan
52201
- * @date 2022年11月22日
52201
+ /**
52202
+ * handleChange
52203
+ * @desc:切换排序方式
52204
+ * @author liufan
52205
+ * @date 2022年11月22日
52202
52206
  **/
52203
52207
  handleChange: function handleChange(key, value) {
52204
52208
  if (value) {
@@ -52248,11 +52252,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52248
52252
  }))();
52249
52253
  },
52250
52254
 
52251
- /**
52252
- * getFlowList
52253
- * @desc:获取流程列表
52254
- * @author liufan
52255
- * @date 2022年11月22日
52255
+ /**
52256
+ * getFlowList
52257
+ * @desc:获取流程列表
52258
+ * @author liufan
52259
+ * @date 2022年11月22日
52256
52260
  **/
52257
52261
  getFlowList: function getFlowList() {
52258
52262
  var _this12 = this;
@@ -52324,12 +52328,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52324
52328
  });
52325
52329
  },
52326
52330
 
52327
- /**
52328
- * handleClick
52329
- * @desc:表单点击事件
52330
- * @param {Object} val 当前点击行数据及按钮
52331
- * @author liufan
52332
- * @date 2022年11月10日
52331
+ /**
52332
+ * handleClick
52333
+ * @desc:表单点击事件
52334
+ * @param {Object} val 当前点击行数据及按钮
52335
+ * @author liufan
52336
+ * @date 2022年11月10日
52333
52337
  **/
52334
52338
  handleClick: function handleClick(val) {
52335
52339
  var _this13 = this;
@@ -52375,13 +52379,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52375
52379
  }
52376
52380
  },
52377
52381
 
52378
- /**
52379
- * getCodeValue
52380
- * @desc:获取代码表过滤后的值
52381
- * @param {String} value 展示数据的代码值
52382
- * @param {String} type 代码表类型
52383
- * @author liufan
52384
- * @date 2022年11月10日
52382
+ /**
52383
+ * getCodeValue
52384
+ * @desc:获取代码表过滤后的值
52385
+ * @param {String} value 展示数据的代码值
52386
+ * @param {String} type 代码表类型
52387
+ * @author liufan
52388
+ * @date 2022年11月10日
52385
52389
  **/
52386
52390
  getCodeValue: function getCodeValue(value, type) {
52387
52391
  var val = this[type].filter(function (item) {
@@ -52390,12 +52394,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52390
52394
  return val[0].shortName;
52391
52395
  },
52392
52396
 
52393
- /**
52394
- * getSysInfo
52395
- * @desc:获取代码表
52396
- * @param {String} code 编码code值
52397
- * @author liufan
52398
- * @date 2022年11月10日
52397
+ /**
52398
+ * getSysInfo
52399
+ * @desc:获取代码表
52400
+ * @param {String} code 编码code值
52401
+ * @author liufan
52402
+ * @date 2022年11月10日
52399
52403
  **/
52400
52404
  getSysInfo: function getSysInfo(code) {
52401
52405
  var _this14 = this;
@@ -52417,11 +52421,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52417
52421
  }).catch(function (e) {});
52418
52422
  },
52419
52423
 
52420
- /**
52421
- * getListInfo
52422
- * @desc:获取预设列表数据
52423
- * @author liufan
52424
- * @date 2022年11月10日
52424
+ /**
52425
+ * getListInfo
52426
+ * @desc:获取预设列表数据
52427
+ * @author liufan
52428
+ * @date 2022年11月10日
52425
52429
  **/
52426
52430
  getListInfo: function getListInfo() {
52427
52431
  var _this15 = this;
@@ -55016,8 +55020,8 @@ layout_src_main.install = function (Vue) {
55016
55020
  };
55017
55021
 
55018
55022
  /* harmony default export */ var packages_layout = (layout_src_main);
55019
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=5a822b69&
55020
- var mainvue_type_template_id_5a822b69_render = function () {
55023
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=8146921c&
55024
+ var mainvue_type_template_id_8146921c_render = function () {
55021
55025
  var _vm = this
55022
55026
  var _h = _vm.$createElement
55023
55027
  var _c = _vm._self._c || _h
@@ -56292,7 +56296,7 @@ var mainvue_type_template_id_5a822b69_render = function () {
56292
56296
  )
56293
56297
  : _vm._e()
56294
56298
  }
56295
- var mainvue_type_template_id_5a822b69_staticRenderFns = [
56299
+ var mainvue_type_template_id_8146921c_staticRenderFns = [
56296
56300
  function () {
56297
56301
  var _vm = this
56298
56302
  var _h = _vm.$createElement
@@ -56307,10 +56311,10 @@ var mainvue_type_template_id_5a822b69_staticRenderFns = [
56307
56311
  ])
56308
56312
  },
56309
56313
  ]
56310
- mainvue_type_template_id_5a822b69_render._withStripped = true
56314
+ mainvue_type_template_id_8146921c_render._withStripped = true
56311
56315
 
56312
56316
 
56313
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=5a822b69&
56317
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=8146921c&
56314
56318
 
56315
56319
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=45dccfdc&
56316
56320
  var resetPasswordvue_type_template_id_45dccfdc_render = function () {
@@ -58239,8 +58243,11 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58239
58243
  if (res.subsystemExtend.login_url) {
58240
58244
  this.actionUrl = res.subsystemExtend.login_url;
58241
58245
  }
58242
- if (res.subsystemExtend.loginModel && (ceshi == 'true' || ceshi == true)) {
58243
- this.loginModel = (res.firstLoginModel || this.firstLoginModel) && !isLogined ? res.firstLoginModel || this.firstLoginModel : res.subsystemExtend.loginModel;
58246
+ if (res.subsystemExtend.loginModel) {
58247
+ this.loginModel = res.subsystemExtend.loginModel;
58248
+ }
58249
+ if (res.subsystemExtend.firstLoginModel && !isLogined) {
58250
+ this.loginModel = res.subsystemExtend.firstLoginModel;
58244
58251
  }
58245
58252
  if (res.subsystemExtend.caModel) {
58246
58253
  this.caLoginModel = res.subsystemExtend.caModel;
@@ -58784,8 +58791,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58784
58791
 
58785
58792
  var login_src_main_component = normalizeComponent(
58786
58793
  packages_login_src_mainvue_type_script_lang_js_,
58787
- mainvue_type_template_id_5a822b69_render,
58788
- mainvue_type_template_id_5a822b69_staticRenderFns,
58794
+ mainvue_type_template_id_8146921c_render,
58795
+ mainvue_type_template_id_8146921c_staticRenderFns,
58789
58796
  false,
58790
58797
  null,
58791
58798
  null,
@@ -61645,10 +61652,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
61645
61652
  this.$emit('click', res);
61646
61653
  },
61647
61654
 
61648
- /**
61649
- * @desc:获取气泡提醒
61650
- * @author huangbo
61651
- * @date 2024年9月7日
61655
+ /**
61656
+ * @desc:获取气泡提醒
61657
+ * @author huangbo
61658
+ * @date 2024年9月7日
61652
61659
  **/
61653
61660
  getBadge: function getBadge(res) {
61654
61661
  var num = res.tips || 0;
@@ -65674,10 +65681,10 @@ var events = [function (tabs, index, that) {
65674
65681
  },
65675
65682
 
65676
65683
  methods: {
65677
- /**
65678
- * @desc:匹配路由
65679
- * @author huangbo
65680
- * @date 2024年9月7日
65684
+ /**
65685
+ * @desc:匹配路由
65686
+ * @author huangbo
65687
+ * @date 2024年9月7日
65681
65688
  **/
65682
65689
  hasRouter: function hasRouter(res, url, code) {
65683
65690
  if (!url) {
@@ -65721,10 +65728,10 @@ var events = [function (tabs, index, that) {
65721
65728
  return false;
65722
65729
  },
65723
65730
 
65724
- /**
65725
- * @desc:获取初始数据
65726
- * @author huangbo
65727
- * @date 2024年9月7日
65731
+ /**
65732
+ * @desc:获取初始数据
65733
+ * @author huangbo
65734
+ * @date 2024年9月7日
65728
65735
  **/
65729
65736
  init: function init(results, first) {
65730
65737
  this.setConfig(results);
@@ -65733,10 +65740,10 @@ var events = [function (tabs, index, that) {
65733
65740
  }
65734
65741
  },
65735
65742
 
65736
- /**
65737
- * @desc:设置用户配置及信息
65738
- * @author huangbo
65739
- * @date 2024年9月7日
65743
+ /**
65744
+ * @desc:设置用户配置及信息
65745
+ * @author huangbo
65746
+ * @date 2024年9月7日
65740
65747
  **/
65741
65748
  setConfig: function setConfig(results) {
65742
65749
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -65870,10 +65877,10 @@ var events = [function (tabs, index, that) {
65870
65877
  }
65871
65878
  },
65872
65879
 
65873
- /**
65874
- * @desc:获取所有应用
65875
- * @author huangbo
65876
- * @date 2024年9月7日
65880
+ /**
65881
+ * @desc:获取所有应用
65882
+ * @author huangbo
65883
+ * @date 2024年9月7日
65877
65884
  **/
65878
65885
  getApplications: function getApplications() {
65879
65886
  var _this = this;
@@ -65921,10 +65928,10 @@ var events = [function (tabs, index, that) {
65921
65928
  });
65922
65929
  },
65923
65930
 
65924
- /**
65925
- * @desc:获取菜单列表
65926
- * @author huangbo
65927
- * @date 2024年9月7日
65931
+ /**
65932
+ * @desc:获取菜单列表
65933
+ * @author huangbo
65934
+ * @date 2024年9月7日
65928
65935
  **/
65929
65936
  getMenus: function getMenus(loading) {
65930
65937
  var _this2 = this;
@@ -65957,10 +65964,10 @@ var events = [function (tabs, index, that) {
65957
65964
  });
65958
65965
  },
65959
65966
 
65960
- /**
65961
- * @desc:处理菜单列表
65962
- * @author huangbo
65963
- * @date 2024年9月7日
65967
+ /**
65968
+ * @desc:处理菜单列表
65969
+ * @author huangbo
65970
+ * @date 2024年9月7日
65964
65971
  **/
65965
65972
  renderMenus: function renderMenus(res) {
65966
65973
  this.menus = res;
@@ -66056,10 +66063,10 @@ var events = [function (tabs, index, that) {
66056
66063
  }
66057
66064
  },
66058
66065
 
66059
- /**
66060
- * @desc:设置页面加载类型
66061
- * @author huangbo
66062
- * @date 2024年9月7日
66066
+ /**
66067
+ * @desc:设置页面加载类型
66068
+ * @author huangbo
66069
+ * @date 2024年9月7日
66063
66070
  **/
66064
66071
  setIframeType: function setIframeType(res) {
66065
66072
  var url = res.url;
@@ -66115,10 +66122,10 @@ var events = [function (tabs, index, that) {
66115
66122
  return res;
66116
66123
  },
66117
66124
 
66118
- /**
66119
- * @desc:获取菜单
66120
- * @author huangbo
66121
- * @date 2024年9月7日
66125
+ /**
66126
+ * @desc:获取菜单
66127
+ * @author huangbo
66128
+ * @date 2024年9月7日
66122
66129
  **/
66123
66130
  getMenu: function getMenu(menus, res, key) {
66124
66131
  if (Array.isArray(menus)) {
@@ -66147,10 +66154,10 @@ var events = [function (tabs, index, that) {
66147
66154
  return false;
66148
66155
  },
66149
66156
 
66150
- /**
66151
- * @desc:获取菜单第一条数据
66152
- * @author huangbo
66153
- * @date 2024年9月7日
66157
+ /**
66158
+ * @desc:获取菜单第一条数据
66159
+ * @author huangbo
66160
+ * @date 2024年9月7日
66154
66161
  **/
66155
66162
  getFirst: function getFirst(obj) {
66156
66163
  if (!obj) {
@@ -66169,10 +66176,10 @@ var events = [function (tabs, index, that) {
66169
66176
  }
66170
66177
  },
66171
66178
 
66172
- /**
66173
- * @desc:遍历设置菜单气泡提醒
66174
- * @author huangbo
66175
- * @date 2024年9月7日
66179
+ /**
66180
+ * @desc:遍历设置菜单气泡提醒
66181
+ * @author huangbo
66182
+ * @date 2024年9月7日
66176
66183
  **/
66177
66184
  setTips: function setTips(obj) {
66178
66185
  var _this3 = this;
@@ -66235,10 +66242,10 @@ var events = [function (tabs, index, that) {
66235
66242
  }
66236
66243
  },
66237
66244
 
66238
- /**
66239
- * @desc:获取气泡提醒
66240
- * @author huangbo
66241
- * @date 2024年9月7日
66245
+ /**
66246
+ * @desc:获取气泡提醒
66247
+ * @author huangbo
66248
+ * @date 2024年9月7日
66242
66249
  **/
66243
66250
  getBadge: function getBadge(res) {
66244
66251
  var num = res.tips || 0;
@@ -66252,10 +66259,10 @@ var events = [function (tabs, index, that) {
66252
66259
  };
66253
66260
  },
66254
66261
 
66255
- /**
66256
- * @desc:开启weosocket
66257
- * @author huangbo
66258
- * @date 2024年9月7日
66262
+ /**
66263
+ * @desc:开启weosocket
66264
+ * @author huangbo
66265
+ * @date 2024年9月7日
66259
66266
  **/
66260
66267
  initWebSocket: function initWebSocket() {
66261
66268
  var _this5 = this;
@@ -66304,10 +66311,10 @@ var events = [function (tabs, index, that) {
66304
66311
  });
66305
66312
  },
66306
66313
 
66307
- /**
66308
- * @desc:显示用户信息
66309
- * @author huangbo
66310
- * @date 2024年9月7日
66314
+ /**
66315
+ * @desc:显示用户信息
66316
+ * @author huangbo
66317
+ * @date 2024年9月7日
66311
66318
  **/
66312
66319
  showUserInfo: function showUserInfo() {
66313
66320
  if (this.showUser === false) {
@@ -66315,19 +66322,19 @@ var events = [function (tabs, index, that) {
66315
66322
  }
66316
66323
  },
66317
66324
 
66318
- /**
66319
- * @desc:删除更多应用菜单点击
66320
- * @author huangbo
66321
- * @date 2024年9月7日
66325
+ /**
66326
+ * @desc:删除更多应用菜单点击
66327
+ * @author huangbo
66328
+ * @date 2024年9月7日
66322
66329
  **/
66323
66330
  handleDelete: function handleDelete(index) {
66324
66331
  this.newApps.splice(index, 1);
66325
66332
  },
66326
66333
 
66327
- /**
66328
- * @desc:储存更多应用菜单点击
66329
- * @author huangbo
66330
- * @date 2024年9月7日
66334
+ /**
66335
+ * @desc:储存更多应用菜单点击
66336
+ * @author huangbo
66337
+ * @date 2024年9月7日
66331
66338
  **/
66332
66339
  handlerClickApps: function handlerClickApps(res) {
66333
66340
  if (res.permission === false) {
@@ -66340,10 +66347,10 @@ var events = [function (tabs, index, that) {
66340
66347
  this.handlerClickApp(res);
66341
66348
  },
66342
66349
 
66343
- /**
66344
- * @desc:侧边应用菜单点击
66345
- * @author huangbo
66346
- * @date 2024年9月7日
66350
+ /**
66351
+ * @desc:侧边应用菜单点击
66352
+ * @author huangbo
66353
+ * @date 2024年9月7日
66347
66354
  **/
66348
66355
  handlerClickApp: function handlerClickApp(res) {
66349
66356
  this.showMsg = false;
@@ -66432,10 +66439,10 @@ var events = [function (tabs, index, that) {
66432
66439
  }
66433
66440
  },
66434
66441
 
66435
- /**
66436
- * @desc:显示Drawer界面
66437
- * @author huangbo
66438
- * @date 2024年9月7日
66442
+ /**
66443
+ * @desc:显示Drawer界面
66444
+ * @author huangbo
66445
+ * @date 2024年9月7日
66439
66446
  **/
66440
66447
  handlerSetDrawer: function handlerSetDrawer(res, type) {
66441
66448
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -66455,19 +66462,19 @@ var events = [function (tabs, index, that) {
66455
66462
  }
66456
66463
  },
66457
66464
 
66458
- /**
66459
- * @desc:关闭Drawer界面
66460
- * @author huangbo
66461
- * @date 2024年9月7日
66465
+ /**
66466
+ * @desc:关闭Drawer界面
66467
+ * @author huangbo
66468
+ * @date 2024年9月7日
66462
66469
  **/
66463
66470
  handleCloseDrawer: function handleCloseDrawer() {
66464
66471
  this.drawer = { visible: false };
66465
66472
  },
66466
66473
 
66467
- /**
66468
- * @desc:菜单点击
66469
- * @author huangbo
66470
- * @date 2024年9月7日
66474
+ /**
66475
+ * @desc:菜单点击
66476
+ * @author huangbo
66477
+ * @date 2024年9月7日
66471
66478
  **/
66472
66479
  handlerClickMenu: function handlerClickMenu(res) {
66473
66480
  utils_util["a" /* default */].ajax({
@@ -66516,19 +66523,19 @@ var events = [function (tabs, index, that) {
66516
66523
  },
66517
66524
 
66518
66525
 
66519
- /**
66520
- * @desc:用户详情请求成功
66521
- * @author huangbo
66522
- * @date 2024年9月7日
66526
+ /**
66527
+ * @desc:用户详情请求成功
66528
+ * @author huangbo
66529
+ * @date 2024年9月7日
66523
66530
  **/
66524
66531
  handleSuccess: function handleSuccess(res) {
66525
66532
  this.simpleUserInfo = res.simpleUserInfo;
66526
66533
  },
66527
66534
 
66528
- /**
66529
- * @desc:修改用户配置
66530
- * @author huangbo
66531
- * @date 2024年9月7日
66535
+ /**
66536
+ * @desc:修改用户配置
66537
+ * @author huangbo
66538
+ * @date 2024年9月7日
66532
66539
  **/
66533
66540
  handleChangeConfig: function handleChangeConfig(name, res) {
66534
66541
  if (name == 'userHeadUrl') {
@@ -66544,10 +66551,10 @@ var events = [function (tabs, index, that) {
66544
66551
  }
66545
66552
  },
66546
66553
 
66547
- /**
66548
- * @desc:关闭webSocket
66549
- * @author huangbo
66550
- * @date 2024年9月7日
66554
+ /**
66555
+ * @desc:关闭webSocket
66556
+ * @author huangbo
66557
+ * @date 2024年9月7日
66551
66558
  **/
66552
66559
  handlerClose: function handlerClose() {
66553
66560
  if (this.webSocket) {
@@ -66555,10 +66562,10 @@ var events = [function (tabs, index, that) {
66555
66562
  }
66556
66563
  },
66557
66564
 
66558
- /**
66559
- * @desc:刷新选中iframe页签
66560
- * @author huangbo
66561
- * @date 2024年9月7日
66565
+ /**
66566
+ * @desc:刷新选中iframe页签
66567
+ * @author huangbo
66568
+ * @date 2024年9月7日
66562
66569
  **/
66563
66570
  handleRefresh: function handleRefresh() {
66564
66571
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -66579,10 +66586,10 @@ var events = [function (tabs, index, that) {
66579
66586
  }
66580
66587
  },
66581
66588
 
66582
- /**
66583
- * @desc:删除iframe
66584
- * @author huangbo
66585
- * @date 2024年9月7日
66589
+ /**
66590
+ * @desc:删除iframe
66591
+ * @author huangbo
66592
+ * @date 2024年9月7日
66586
66593
  **/
66587
66594
  handleRemove: function handleRemove(name) {
66588
66595
  var len = this.tabs.length - 1;
@@ -66599,10 +66606,10 @@ var events = [function (tabs, index, that) {
66599
66606
  }
66600
66607
  },
66601
66608
 
66602
- /**
66603
- * @desc:tabs鼠标右键事件
66604
- * @author huangbo
66605
- * @date 2024年9月7日
66609
+ /**
66610
+ * @desc:tabs鼠标右键事件
66611
+ * @author huangbo
66612
+ * @date 2024年9月7日
66606
66613
  **/
66607
66614
  handleContextmenu: function handleContextmenu(tabs, e) {
66608
66615
  var disabled = {};
@@ -66627,10 +66634,10 @@ var events = [function (tabs, index, that) {
66627
66634
  window.addEventListener('click', this.closeTabsEvents);
66628
66635
  },
66629
66636
 
66630
- /**
66631
- * @desc:tabs页签事件
66632
- * @author huangbo
66633
- * @date 2024年9月7日
66637
+ /**
66638
+ * @desc:tabs页签事件
66639
+ * @author huangbo
66640
+ * @date 2024年9月7日
66634
66641
  **/
66635
66642
  handleTabsEvents: function handleTabsEvents(num) {
66636
66643
  if (this.pane !== null) {
@@ -66648,10 +66655,10 @@ var events = [function (tabs, index, that) {
66648
66655
  window.removeEventListener('click', this.closeTabsEvents);
66649
66656
  },
66650
66657
 
66651
- /**
66652
- * @desc:handler工具栏点击事件
66653
- * @author huangbo
66654
- * @date 2024年9月7日
66658
+ /**
66659
+ * @desc:handler工具栏点击事件
66660
+ * @author huangbo
66661
+ * @date 2024年9月7日
66655
66662
  **/
66656
66663
  handleClick: function handleClick(res) {
66657
66664
  var type = res.type,
@@ -66729,10 +66736,10 @@ var events = [function (tabs, index, that) {
66729
66736
  this.$emit('handler-click', res);
66730
66737
  },
66731
66738
 
66732
- /**
66733
- * @desc:退出登录
66734
- * @author huangbo
66735
- * @date 2024年9月7日
66739
+ /**
66740
+ * @desc:退出登录
66741
+ * @author huangbo
66742
+ * @date 2024年9月7日
66736
66743
  **/
66737
66744
  handleQuit: function handleQuit() {
66738
66745
  var _this6 = this;
@@ -66807,10 +66814,10 @@ var events = [function (tabs, index, that) {
66807
66814
  }).catch(function (e) {});
66808
66815
  },
66809
66816
 
66810
- /**
66811
- * @desc:主题、消息回调
66812
- * @author huangbo
66813
- * @date 2024年9月7日
66817
+ /**
66818
+ * @desc:主题、消息回调
66819
+ * @author huangbo
66820
+ * @date 2024年9月7日
66814
66821
  **/
66815
66822
  handleChange: function handleChange(res) {
66816
66823
  var type = res.type,
@@ -66826,10 +66833,10 @@ var events = [function (tabs, index, that) {
66826
66833
  }
66827
66834
  },
66828
66835
 
66829
- /**
66830
- * @desc:菜单布局样式切换
66831
- * @author huangbo
66832
- * @date 2024年9月7日
66836
+ /**
66837
+ * @desc:菜单布局样式切换
66838
+ * @author huangbo
66839
+ * @date 2024年9月7日
66833
66840
  **/
66834
66841
  handleLayout: function handleLayout(res, active) {
66835
66842
  if (active) {
@@ -66838,10 +66845,10 @@ var events = [function (tabs, index, that) {
66838
66845
  this.$emit('chang-layout', res, active);
66839
66846
  },
66840
66847
 
66841
- /**
66842
- * @desc:消息修改总数
66843
- * @author huangbo
66844
- * @date 2024年9月7日
66848
+ /**
66849
+ * @desc:消息修改总数
66850
+ * @author huangbo
66851
+ * @date 2024年9月7日
66845
66852
  **/
66846
66853
  handleMenuTips: function handleMenuTips(id, num) {
66847
66854
  if (num) {
@@ -66852,10 +66859,10 @@ var events = [function (tabs, index, that) {
66852
66859
  }
66853
66860
  },
66854
66861
 
66855
- /**
66856
- * @desc:处理即时消息
66857
- * @author huangbo
66858
- * @date 2024年9月7日
66862
+ /**
66863
+ * @desc:处理即时消息
66864
+ * @author huangbo
66865
+ * @date 2024年9月7日
66859
66866
  **/
66860
66867
  handleOpened: function handleOpened(res) {
66861
66868
  var _this7 = this;
@@ -74018,19 +74025,19 @@ var QRCode = __webpack_require__(24);
74018
74025
  //设置logo大小
74019
74026
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
74020
74027
  //设置获取的logo将其变为圆角以及添加白色背景
74021
- /* ctx.fillStyle = "#fff";
74022
- ctx.beginPath();
74023
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74024
- let w = 46; //圆角宽
74025
- let x = logoPosition - 5;
74026
- let y = logoPosition - 5;
74027
- let r = 5; //圆角半径
74028
- ctx.moveTo(x + r, y);
74029
- ctx.arcTo(x + w, y, x + w, y + h, r);
74030
- ctx.arcTo(x + w, y + h, x, y + h, r);
74031
- ctx.arcTo(x, y + h, x, y, r);
74032
- ctx.arcTo(x, y, x + w, y, r);
74033
- ctx.closePath();
74028
+ /* ctx.fillStyle = "#fff";
74029
+ ctx.beginPath();
74030
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74031
+ let w = 46; //圆角宽
74032
+ let x = logoPosition - 5;
74033
+ let y = logoPosition - 5;
74034
+ let r = 5; //圆角半径
74035
+ ctx.moveTo(x + r, y);
74036
+ ctx.arcTo(x + w, y, x + w, y + h, r);
74037
+ ctx.arcTo(x + w, y + h, x, y + h, r);
74038
+ ctx.arcTo(x, y + h, x, y, r);
74039
+ ctx.arcTo(x, y, x + w, y, r);
74040
+ ctx.closePath();
74034
74041
  ctx.fill(); */
74035
74042
  logo.onload = function () {
74036
74043
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -76404,8 +76411,8 @@ select_ganged_src_main.install = function (Vue) {
76404
76411
  };
76405
76412
 
76406
76413
  /* harmony default export */ var select_ganged = (select_ganged_src_main);
76407
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=03999292&
76408
- var mainvue_type_template_id_03999292_render = function () {
76414
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=3cb8fed2&
76415
+ var mainvue_type_template_id_3cb8fed2_render = function () {
76409
76416
  var _vm = this
76410
76417
  var _h = _vm.$createElement
76411
76418
  var _c = _vm._self._c || _h
@@ -76576,7 +76583,8 @@ var mainvue_type_template_id_03999292_render = function () {
76576
76583
  attrs: {
76577
76584
  closable:
76578
76585
  !_vm.selectorDisabled &&
76579
- !_vm.readonly,
76586
+ !_vm.readonly &&
76587
+ _vm.selected.length > _vm.min,
76580
76588
  type: "info",
76581
76589
  "disable-transitions": "",
76582
76590
  },
@@ -76979,11 +76987,11 @@ var mainvue_type_template_id_03999292_render = function () {
76979
76987
  )
76980
76988
  : _vm._e()
76981
76989
  }
76982
- var mainvue_type_template_id_03999292_staticRenderFns = []
76983
- mainvue_type_template_id_03999292_render._withStripped = true
76990
+ var mainvue_type_template_id_3cb8fed2_staticRenderFns = []
76991
+ mainvue_type_template_id_3cb8fed2_render._withStripped = true
76984
76992
 
76985
76993
 
76986
- // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=03999292&
76994
+ // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=3cb8fed2&
76987
76995
 
76988
76996
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
76989
76997
  var clickoutside_ = __webpack_require__(17);
@@ -77215,6 +77223,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77215
77223
  //
77216
77224
  //
77217
77225
  //
77226
+ //
77227
+ //
77218
77228
 
77219
77229
 
77220
77230
 
@@ -77347,6 +77357,14 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77347
77357
  inputHeight: {
77348
77358
  type: Number,
77349
77359
  default: 40
77360
+ },
77361
+ min: {
77362
+ type: Number,
77363
+ default: 0
77364
+ },
77365
+ select: {
77366
+ type: Boolean,
77367
+ default: true
77350
77368
  }
77351
77369
  },
77352
77370
  data: function data() {
@@ -77512,12 +77530,13 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77512
77530
  return utils_util["a" /* default */].isObject(obj) ? obj[this.valueKey] : obj;
77513
77531
  },
77514
77532
  toggleMenu: function toggleMenu() {
77515
- if (!this.selectorDisabled && !this.readonly && !this.filterable) {
77533
+ if (!this.selectorDisabled && !this.readonly && !this.filterable && this.select) {
77516
77534
  this.visible = true;
77517
77535
  }
77518
77536
  },
77519
77537
  openDialog: function openDialog() {
77520
- if (!this.selectorDisabled && !this.readonly) {
77538
+
77539
+ if (!this.selectorDisabled && !this.readonly && this.select) {
77521
77540
  this.visible = true;
77522
77541
  }
77523
77542
  },
@@ -77645,7 +77664,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77645
77664
  event;
77646
77665
  item;
77647
77666
  index = index === undefined ? 0 : index;
77648
- this.selected.splice(index, 1);
77667
+ this.selected.length > this.min && this.selected.splice(index, 1);
77649
77668
  },
77650
77669
  resetInputHeight: function resetInputHeight() {
77651
77670
  var _this4 = this;
@@ -77710,8 +77729,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77710
77729
 
77711
77730
  var selector_src_main_component = normalizeComponent(
77712
77731
  packages_selector_src_mainvue_type_script_lang_js_,
77713
- mainvue_type_template_id_03999292_render,
77714
- mainvue_type_template_id_03999292_staticRenderFns,
77732
+ mainvue_type_template_id_3cb8fed2_render,
77733
+ mainvue_type_template_id_3cb8fed2_staticRenderFns,
77715
77734
  false,
77716
77735
  null,
77717
77736
  null,
@@ -85654,8 +85673,8 @@ toolbar_src_main.install = function (Vue) {
85654
85673
  };
85655
85674
 
85656
85675
  /* harmony default export */ var packages_toolbar = (toolbar_src_main);
85657
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=template&id=445ecb10&
85658
- var tablevue_type_template_id_445ecb10_render = function () {
85676
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=template&id=0d90ce54&
85677
+ var tablevue_type_template_id_0d90ce54_render = function () {
85659
85678
  var _vm = this
85660
85679
  var _h = _vm.$createElement
85661
85680
  var _c = _vm._self._c || _h
@@ -86382,26 +86401,20 @@ var tablevue_type_template_id_445ecb10_render = function () {
86382
86401
  )
86383
86402
  )
86384
86403
  : item.date ||
86385
- item.type == "date" ||
86386
- item.type == "year" ||
86387
- item.type ==
86388
- "month" ||
86389
- item.type == "date" ||
86390
- item.type ==
86391
- "dates" ||
86392
- item.type == "week" ||
86393
- item.type ==
86394
- "datetime" ||
86395
- item.type ==
86396
- "datetimerange" ||
86397
- item.type ==
86398
- "daterange" ||
86399
- item.type ==
86400
- "monthrange" ||
86401
- item.type ==
86402
- "quarter" ||
86403
- item.type ==
86404
- "halfyear"
86404
+ [
86405
+ "date",
86406
+ "year",
86407
+ "month",
86408
+ "date",
86409
+ "dates",
86410
+ "week",
86411
+ "datetime",
86412
+ "datetimerange",
86413
+ "daterange",
86414
+ "monthrange",
86415
+ "quarter",
86416
+ "halfyear",
86417
+ ].includes(item.type)
86405
86418
  ? _c(
86406
86419
  "es-date-picker",
86407
86420
  _vm._b(
@@ -86705,6 +86718,7 @@ var tablevue_type_template_id_445ecb10_render = function () {
86705
86718
  data: item,
86706
86719
  attrs: [
86707
86720
  "value",
86721
+ "label",
86708
86722
  ],
86709
86723
  }
86710
86724
  ),
@@ -87252,30 +87266,22 @@ var tablevue_type_template_id_445ecb10_render = function () {
87252
87266
  )
87253
87267
  )
87254
87268
  : inline.date ||
87255
- inline.type ==
87256
- "date" ||
87257
- inline.type ==
87258
- "year" ||
87259
- inline.type ==
87260
- "month" ||
87261
- inline.type ==
87262
- "date" ||
87263
- inline.type ==
87264
- "dates" ||
87265
- inline.type ==
87266
- "week" ||
87267
- inline.type ==
87268
- "datetime" ||
87269
- inline.type ==
87270
- "datetimerange" ||
87271
- inline.type ==
87272
- "daterange" ||
87273
- inline.type ==
87274
- "monthrange" ||
87275
- inline.type ==
87276
- "quarter" ||
87277
- inline.type ==
87278
- "halfyear"
87269
+ [
87270
+ "date",
87271
+ "year",
87272
+ "month",
87273
+ "date",
87274
+ "dates",
87275
+ "week",
87276
+ "datetime",
87277
+ "datetimerange",
87278
+ "daterange",
87279
+ "monthrange",
87280
+ "quarter",
87281
+ "halfyear",
87282
+ ].includes(
87283
+ inline.type
87284
+ )
87279
87285
  ? _c(
87280
87286
  "es-date-picker",
87281
87287
  _vm._b(
@@ -87500,6 +87506,7 @@ var tablevue_type_template_id_445ecb10_render = function () {
87500
87506
  attrs:
87501
87507
  [
87502
87508
  "value",
87509
+ "label",
87503
87510
  ],
87504
87511
  }
87505
87512
  ),
@@ -87935,54 +87942,24 @@ var tablevue_type_template_id_445ecb10_render = function () {
87935
87942
  : item
87936
87943
  .inline
87937
87944
  .date ||
87938
- item
87939
- .inline
87940
- .type ==
87941
- "date" ||
87942
- item
87943
- .inline
87944
- .type ==
87945
- "year" ||
87946
- item
87947
- .inline
87948
- .type ==
87949
- "month" ||
87950
- item
87951
- .inline
87952
- .type ==
87953
- "date" ||
87954
- item
87955
- .inline
87956
- .type ==
87957
- "dates" ||
87958
- item
87959
- .inline
87960
- .type ==
87961
- "week" ||
87962
- item
87963
- .inline
87964
- .type ==
87965
- "datetime" ||
87966
- item
87967
- .inline
87968
- .type ==
87969
- "datetimerange" ||
87970
- item
87971
- .inline
87972
- .type ==
87973
- "daterange" ||
87974
- item
87975
- .inline
87976
- .type ==
87977
- "monthrange" ||
87978
- item
87979
- .inline
87980
- .type ==
87981
- "quarter" ||
87982
- item
87983
- .inline
87984
- .type ==
87985
- "halfyear"
87945
+ [
87946
+ "date",
87947
+ "year",
87948
+ "month",
87949
+ "date",
87950
+ "dates",
87951
+ "week",
87952
+ "datetime",
87953
+ "datetimerange",
87954
+ "daterange",
87955
+ "monthrange",
87956
+ "quarter",
87957
+ "halfyear",
87958
+ ].includes(
87959
+ item
87960
+ .inline
87961
+ .type
87962
+ )
87986
87963
  ? _c(
87987
87964
  "es-date-picker",
87988
87965
  _vm._b(
@@ -88189,6 +88166,7 @@ var tablevue_type_template_id_445ecb10_render = function () {
88189
88166
  attrs:
88190
88167
  [
88191
88168
  "value",
88169
+ "label",
88192
88170
  ],
88193
88171
  }
88194
88172
  ),
@@ -88541,11 +88519,11 @@ var tablevue_type_template_id_445ecb10_render = function () {
88541
88519
  2
88542
88520
  )
88543
88521
  }
88544
- var tablevue_type_template_id_445ecb10_staticRenderFns = []
88545
- tablevue_type_template_id_445ecb10_render._withStripped = true
88522
+ var tablevue_type_template_id_0d90ce54_staticRenderFns = []
88523
+ tablevue_type_template_id_0d90ce54_render._withStripped = true
88546
88524
 
88547
88525
 
88548
- // CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=445ecb10&
88526
+ // CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=0d90ce54&
88549
88527
 
88550
88528
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=script&lang=js&
88551
88529
  var src_tablevue_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; };
@@ -89726,6 +89704,12 @@ var src_tablevue_type_script_lang_js_extends = Object.assign || function (target
89726
89704
  //
89727
89705
  //
89728
89706
  //
89707
+ //
89708
+ //
89709
+ //
89710
+ //
89711
+ //
89712
+ //
89729
89713
 
89730
89714
 
89731
89715
 
@@ -90047,8 +90031,8 @@ var src_tablevue_type_script_lang_js_extends = Object.assign || function (target
90047
90031
 
90048
90032
  var form_src_table_component = normalizeComponent(
90049
90033
  packages_form_src_tablevue_type_script_lang_js_,
90050
- tablevue_type_template_id_445ecb10_render,
90051
- tablevue_type_template_id_445ecb10_staticRenderFns,
90034
+ tablevue_type_template_id_0d90ce54_render,
90035
+ tablevue_type_template_id_0d90ce54_staticRenderFns,
90052
90036
  false,
90053
90037
  null,
90054
90038
  null,
@@ -92115,7 +92099,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92115
92099
  }
92116
92100
 
92117
92101
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92118
- version: '0.6.84',
92102
+ version: '0.6.86',
92119
92103
  install: install,
92120
92104
  Button: packages_button,
92121
92105
  ButtonGroup: button_group,