eoss-ui 0.6.83 → 0.6.85

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 (82) hide show
  1. package/lib/button-group.js +105 -93
  2. package/lib/button.js +105 -93
  3. package/lib/calogin.js +105 -93
  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 +540 -460
  10. package/lib/flow-group.js +112 -95
  11. package/lib/flow-list.js +105 -93
  12. package/lib/flow.js +309 -151
  13. package/lib/form.js +216 -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 +105 -93
  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 +105 -93
  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 +164 -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 +1 -1
  57. package/packages/flow/src/component/taskUnionExamine.vue +18 -6
  58. package/packages/flow/src/main.vue +79 -24
  59. package/packages/flow/src/selectUser.vue +22 -8
  60. package/packages/flow/src/startTaskRead.vue +7 -0
  61. package/packages/flow/src/supervise.vue +5 -2
  62. package/packages/flow-group/src/main.vue +4 -0
  63. package/packages/form/src/main.vue +84 -72
  64. package/packages/form/src/table.vue +42 -36
  65. package/packages/icons/src/icon.json +1 -1
  66. package/packages/login/src/main.vue +5 -8
  67. package/packages/selector/src/main.vue +20 -4
  68. package/packages/theme-chalk/lib/base.css +1 -1
  69. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  70. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  71. package/packages/theme-chalk/lib/icon.css +1 -1
  72. package/packages/theme-chalk/lib/index.css +1 -1
  73. package/packages/theme-chalk/lib/main.css +1 -1
  74. package/packages/theme-chalk/lib/menu.css +1 -1
  75. package/packages/theme-chalk/lib/simplicity.css +1 -1
  76. package/packages/theme-chalk/lib/sizer.css +1 -1
  77. package/packages/theme-chalk/lib/upload.css +1 -1
  78. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  79. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  80. package/packages/theme-chalk/src/icon.scss +12 -0
  81. package/src/index.js +1 -1
  82. package/src/utils/util.js +141 -129
@@ -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\"]");
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\"]");
4186
4198
 
4187
4199
  /***/ }),
4188
4200
  /* 16 */
@@ -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=099da8e8&
17222
+ var mainvue_type_template_id_099da8e8_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(
@@ -19529,30 +19533,22 @@ var mainvue_type_template_id_0b9762be_render = function () {
19529
19533
  )
19530
19534
  )
19531
19535
  : 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"
19536
+ [
19537
+ "date",
19538
+ "year",
19539
+ "month",
19540
+ "date",
19541
+ "dates",
19542
+ "week",
19543
+ "datetime",
19544
+ "datetimerange",
19545
+ "daterange",
19546
+ "monthrange",
19547
+ "quarter",
19548
+ "halfyear",
19549
+ ].includes(
19550
+ inline.type
19551
+ )
19556
19552
  ? _c(
19557
19553
  "es-date-picker",
19558
19554
  _vm._b(
@@ -20239,54 +20235,24 @@ var mainvue_type_template_id_0b9762be_render = function () {
20239
20235
  : item
20240
20236
  .inline
20241
20237
  .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"
20238
+ [
20239
+ "date",
20240
+ "year",
20241
+ "month",
20242
+ "date",
20243
+ "dates",
20244
+ "week",
20245
+ "datetime",
20246
+ "datetimerange",
20247
+ "daterange",
20248
+ "monthrange",
20249
+ "quarter",
20250
+ "halfyear",
20251
+ ].includes(
20252
+ item
20253
+ .inline
20254
+ .type
20255
+ )
20290
20256
  ? _c(
20291
20257
  "es-date-picker",
20292
20258
  _vm._b(
@@ -21287,19 +21253,20 @@ var mainvue_type_template_id_0b9762be_render = function () {
21287
21253
  )
21288
21254
  )
21289
21255
  : 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"
21256
+ [
21257
+ "date",
21258
+ "year",
21259
+ "month",
21260
+ "date",
21261
+ "dates",
21262
+ "week",
21263
+ "datetime",
21264
+ "datetimerange",
21265
+ "daterange",
21266
+ "monthrange",
21267
+ "quarter",
21268
+ "halfyear",
21269
+ ].includes(item.type)
21303
21270
  ? _c(
21304
21271
  "es-date-picker",
21305
21272
  _vm._b(
@@ -22206,30 +22173,22 @@ var mainvue_type_template_id_0b9762be_render = function () {
22206
22173
  )
22207
22174
  )
22208
22175
  : 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"
22176
+ [
22177
+ "date",
22178
+ "year",
22179
+ "month",
22180
+ "date",
22181
+ "dates",
22182
+ "week",
22183
+ "datetime",
22184
+ "datetimerange",
22185
+ "daterange",
22186
+ "monthrange",
22187
+ "quarter",
22188
+ "halfyear",
22189
+ ].includes(
22190
+ item.type
22191
+ )
22233
22192
  ? _c(
22234
22193
  "es-date-picker",
22235
22194
  _vm._b(
@@ -22898,42 +22857,23 @@ var mainvue_type_template_id_0b9762be_render = function () {
22898
22857
  )
22899
22858
  : item.inline
22900
22859
  .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"
22860
+ [
22861
+ "date",
22862
+ "year",
22863
+ "month",
22864
+ "date",
22865
+ "dates",
22866
+ "week",
22867
+ "datetime",
22868
+ "datetimerange",
22869
+ "daterange",
22870
+ "monthrange",
22871
+ "quarter",
22872
+ "halfyear",
22873
+ ].includes(
22874
+ item.inline
22875
+ .type
22876
+ )
22937
22877
  ? _c(
22938
22878
  "es-date-picker",
22939
22879
  _vm._b(
@@ -23400,11 +23340,11 @@ var mainvue_type_template_id_0b9762be_render = function () {
23400
23340
  )
23401
23341
  : _vm._e()
23402
23342
  }
23403
- var mainvue_type_template_id_0b9762be_staticRenderFns = []
23404
- mainvue_type_template_id_0b9762be_render._withStripped = true
23343
+ var mainvue_type_template_id_099da8e8_staticRenderFns = []
23344
+ mainvue_type_template_id_099da8e8_render._withStripped = true
23405
23345
 
23406
23346
 
23407
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=0b9762be&
23347
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=099da8e8&
23408
23348
 
23409
23349
  // CONCATENATED MODULE: ./src/utils/rules.js
23410
23350
  // 手机号
@@ -25828,6 +25768,18 @@ function form_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
25828
25768
  //
25829
25769
  //
25830
25770
  //
25771
+ //
25772
+ //
25773
+ //
25774
+ //
25775
+ //
25776
+ //
25777
+ //
25778
+ //
25779
+ //
25780
+ //
25781
+ //
25782
+ //
25831
25783
 
25832
25784
 
25833
25785
 
@@ -27162,8 +27114,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
27162
27114
 
27163
27115
  var form_src_main_component = normalizeComponent(
27164
27116
  packages_form_src_mainvue_type_script_lang_js_,
27165
- mainvue_type_template_id_0b9762be_render,
27166
- mainvue_type_template_id_0b9762be_staticRenderFns,
27117
+ mainvue_type_template_id_099da8e8_render,
27118
+ mainvue_type_template_id_099da8e8_staticRenderFns,
27167
27119
  false,
27168
27120
  null,
27169
27121
  null,
@@ -27180,8 +27132,8 @@ form_src_main.install = function (Vue) {
27180
27132
  };
27181
27133
 
27182
27134
  /* 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=35f5b354&
27184
- var mainvue_type_template_id_35f5b354_render = function () {
27135
+ // 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&
27136
+ var mainvue_type_template_id_439fd8c6_render = function () {
27185
27137
  var _vm = this
27186
27138
  var _h = _vm.$createElement
27187
27139
  var _c = _vm._self._c || _h
@@ -27431,6 +27383,7 @@ var mainvue_type_template_id_35f5b354_render = function () {
27431
27383
  selectorConfig: _vm.selectorConfig,
27432
27384
  resetAppId: _vm.resetAppId,
27433
27385
  taskExamine: _vm.taskExamineInfo,
27386
+ subParams: _vm.subParams,
27434
27387
  "news-info": _vm.nextNode.notificationMsg,
27435
27388
  },
27436
27389
  on: {
@@ -27443,6 +27396,7 @@ var mainvue_type_template_id_35f5b354_render = function () {
27443
27396
  ? _c("Supervise", {
27444
27397
  attrs: {
27445
27398
  businessId: _vm.businessId,
27399
+ appId: _vm.resetAppId,
27446
27400
  simpleTips: _vm.simpleTips,
27447
27401
  },
27448
27402
  on: {
@@ -29151,6 +29105,54 @@ var mainvue_type_template_id_35f5b354_render = function () {
29151
29105
  ],
29152
29106
  1
29153
29107
  ),
29108
+ _vm.isEndMessage
29109
+ ? _c(
29110
+ "el-form",
29111
+ {
29112
+ ref: "nextNode",
29113
+ staticClass: "demo-dynamic",
29114
+ staticStyle: { padding: "0px 8px" },
29115
+ attrs: {
29116
+ model: _vm.isFlow ? _vm.nodeInfo : _vm.nextNode,
29117
+ "label-width":
29118
+ _vm.startFlowPageEmbeddedIntoStartFlowIndex
29119
+ ? "100px"
29120
+ : "120px",
29121
+ "label-position": _vm.formLabelPosition,
29122
+ },
29123
+ },
29124
+ [
29125
+ _c(
29126
+ "el-form-item",
29127
+ {
29128
+ attrs: {
29129
+ prop: "nextItemHandleDescription",
29130
+ label: "办结意见",
29131
+ },
29132
+ },
29133
+ [
29134
+ _c("el-input", {
29135
+ attrs: {
29136
+ placeholder: "请输入办结意见",
29137
+ type: "textarea",
29138
+ autosize: { minRows: 2 },
29139
+ },
29140
+ on: { change: _vm.handleEndMessageChange },
29141
+ model: {
29142
+ value: _vm.endMessage,
29143
+ callback: function ($$v) {
29144
+ _vm.endMessage = $$v
29145
+ },
29146
+ expression: "endMessage",
29147
+ },
29148
+ }),
29149
+ ],
29150
+ 1
29151
+ ),
29152
+ ],
29153
+ 1
29154
+ )
29155
+ : _vm._e(),
29154
29156
  _vm.newTypeCode != "fenyue" && !_vm.shrink
29155
29157
  ? _c(
29156
29158
  "div",
@@ -29188,18 +29190,20 @@ var mainvue_type_template_id_35f5b354_render = function () {
29188
29190
  },
29189
29191
  [_vm._v("不同意")]
29190
29192
  ),
29191
- _c(
29192
- "el-button",
29193
- {
29194
- staticClass: "es-button-agree-save",
29195
- on: {
29196
- click: function ($event) {
29197
- _vm.saveInfo()
29193
+ !_vm.isHideTemporarySave
29194
+ ? _c(
29195
+ "el-button",
29196
+ {
29197
+ staticClass: "es-button-agree-save",
29198
+ on: {
29199
+ click: function ($event) {
29200
+ _vm.saveInfo()
29201
+ },
29202
+ },
29198
29203
  },
29199
- },
29200
- },
29201
- [_vm._v("暂存")]
29202
- ),
29204
+ [_vm._v("暂存")]
29205
+ )
29206
+ : _vm._e(),
29203
29207
  ],
29204
29208
  1
29205
29209
  )
@@ -29213,7 +29217,7 @@ var mainvue_type_template_id_35f5b354_render = function () {
29213
29217
  { staticClass: "es-user-defined" },
29214
29218
  [
29215
29219
  _vm._l(
29216
- _vm.hideBtn
29220
+ _vm.hideBtn || _vm.isHideTemporarySave
29217
29221
  ? _vm.btnList.slice(0, 1)
29218
29222
  : _vm.btnList,
29219
29223
  function (item) {
@@ -29814,6 +29818,7 @@ var mainvue_type_template_id_35f5b354_render = function () {
29814
29818
  type: _vm.taskReadType,
29815
29819
  selectorConfig: _vm.selectorConfig,
29816
29820
  simpleTips: _vm.simpleTips,
29821
+ subParams: _vm.subParams,
29817
29822
  taskExamine: _vm.taskExamineInfo,
29818
29823
  "news-info": _vm.nextNode.notificationMsg,
29819
29824
  },
@@ -29997,11 +30002,11 @@ var mainvue_type_template_id_35f5b354_render = function () {
29997
30002
  )
29998
30003
  : _vm._e()
29999
30004
  }
30000
- var mainvue_type_template_id_35f5b354_staticRenderFns = []
30001
- mainvue_type_template_id_35f5b354_render._withStripped = true
30005
+ var mainvue_type_template_id_439fd8c6_staticRenderFns = []
30006
+ mainvue_type_template_id_439fd8c6_render._withStripped = true
30002
30007
 
30003
30008
 
30004
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=35f5b354&
30009
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=439fd8c6&
30005
30010
 
30006
30011
  // 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&
30007
30012
  var CommonOpinionsvue_type_template_id_19364a89_render = function () {
@@ -31805,8 +31810,8 @@ processFormvue_type_template_id_09ba35c6_render._withStripped = true
31805
31810
 
31806
31811
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=09ba35c6&
31807
31812
 
31808
- // 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&
31809
- var selectUservue_type_template_id_2f6c6827_render = function () {
31813
+ // 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&
31814
+ var selectUservue_type_template_id_3588d66f_render = function () {
31810
31815
  var _vm = this
31811
31816
  var _h = _vm.$createElement
31812
31817
  var _c = _vm._self._c || _h
@@ -31910,7 +31915,8 @@ var selectUservue_type_template_id_2f6c6827_render = function () {
31910
31915
  {
31911
31916
  class:
31912
31917
  _vm.isCustomUser &&
31913
- _vm.isCurrentNodeForbiddenChangeCandidate == 0
31918
+ _vm.isCurrentNodeForbiddenChangeCandidate == 0 &&
31919
+ !_vm.isUnionSeal
31914
31920
  ? ""
31915
31921
  : "no-icon",
31916
31922
  attrs: {
@@ -31920,10 +31926,12 @@ var selectUservue_type_template_id_2f6c6827_render = function () {
31920
31926
  title: _vm.title,
31921
31927
  max: "5",
31922
31928
  mix: _vm.mix,
31929
+ min: _vm.isUnionSeal ? 1 : 0,
31923
31930
  disabled:
31924
31931
  !_vm.isCustomUser ||
31925
31932
  _vm.isCurrentNodeForbiddenChangeCandidate == 1,
31926
- filterable: Boolean(_vm.isCustomUser),
31933
+ filterable: Boolean(_vm.isCustomUser && !_vm.isUnionSeal),
31934
+ select: _vm.isUnionSeal == false,
31927
31935
  where: _vm.newWhere,
31928
31936
  multiple: _vm.newMultiple,
31929
31937
  param: Object.assign({}, _vm.newParams, { info: "no" }),
@@ -31951,11 +31959,11 @@ var selectUservue_type_template_id_2f6c6827_render = function () {
31951
31959
  2
31952
31960
  )
31953
31961
  }
31954
- var selectUservue_type_template_id_2f6c6827_staticRenderFns = []
31955
- selectUservue_type_template_id_2f6c6827_render._withStripped = true
31962
+ var selectUservue_type_template_id_3588d66f_staticRenderFns = []
31963
+ selectUservue_type_template_id_3588d66f_render._withStripped = true
31956
31964
 
31957
31965
 
31958
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=2f6c6827&
31966
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=3588d66f&
31959
31967
 
31960
31968
  // 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&
31961
31969
  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; };
@@ -32052,6 +32060,10 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32052
32060
  //
32053
32061
  //
32054
32062
  //
32063
+ //
32064
+ //
32065
+ //
32066
+ //
32055
32067
 
32056
32068
 
32057
32069
 
@@ -32065,6 +32077,10 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32065
32077
  tabs: {
32066
32078
  type: Object
32067
32079
  },
32080
+ isUnionSeal: {
32081
+ type: Boolean,
32082
+ default: false
32083
+ },
32068
32084
  nextUser: {
32069
32085
  default: function _default() {
32070
32086
  return [];
@@ -32162,7 +32178,10 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32162
32178
 
32163
32179
  computed: {
32164
32180
  newWhere: function newWhere() {
32165
- 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);
32181
+ return selectUservue_type_script_lang_js_extends({
32182
+ mid: JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId + '-org-1',
32183
+ filid: JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId
32184
+ }, this.where);
32166
32185
  }
32167
32186
  },
32168
32187
  watch: {
@@ -32438,8 +32457,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32438
32457
 
32439
32458
  var selectUser_component = normalizeComponent(
32440
32459
  src_selectUservue_type_script_lang_js_,
32441
- selectUservue_type_template_id_2f6c6827_render,
32442
- selectUservue_type_template_id_2f6c6827_staticRenderFns,
32460
+ selectUservue_type_template_id_3588d66f_render,
32461
+ selectUservue_type_template_id_3588d66f_staticRenderFns,
32443
32462
  false,
32444
32463
  null,
32445
32464
  null,
@@ -36051,8 +36070,8 @@ var processReject_component = normalizeComponent(
36051
36070
  )
36052
36071
 
36053
36072
  /* harmony default export */ var processReject = (processReject_component.exports);
36054
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=4ba9d2c0&
36055
- var startTaskReadvue_type_template_id_4ba9d2c0_render = function () {
36073
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=7b879ee0&
36074
+ var startTaskReadvue_type_template_id_7b879ee0_render = function () {
36056
36075
  var _vm = this
36057
36076
  var _h = _vm.$createElement
36058
36077
  var _c = _vm._self._c || _h
@@ -36477,11 +36496,11 @@ var startTaskReadvue_type_template_id_4ba9d2c0_render = function () {
36477
36496
  1
36478
36497
  )
36479
36498
  }
36480
- var startTaskReadvue_type_template_id_4ba9d2c0_staticRenderFns = []
36481
- startTaskReadvue_type_template_id_4ba9d2c0_render._withStripped = true
36499
+ var startTaskReadvue_type_template_id_7b879ee0_staticRenderFns = []
36500
+ startTaskReadvue_type_template_id_7b879ee0_render._withStripped = true
36482
36501
 
36483
36502
 
36484
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4ba9d2c0&
36503
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=7b879ee0&
36485
36504
 
36486
36505
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
36487
36506
  var startTaskReadvue_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; };
@@ -36675,6 +36694,10 @@ var startTaskReadvue_type_script_lang_js_components;
36675
36694
  selectorConfig: { type: [Object, undefined], default: undefined },
36676
36695
  param: { type: Object, default: function _default() {} },
36677
36696
  taskExamine: { type: Object, default: function _default() {} },
36697
+ subParams: {
36698
+ type: [Object, undefined],
36699
+ default: undefined
36700
+ },
36678
36701
  readParams: {
36679
36702
  type: [Object, undefined],
36680
36703
  default: undefined
@@ -37107,6 +37130,9 @@ var startTaskReadvue_type_script_lang_js_components;
37107
37130
  if (_this8.readParams) {
37108
37131
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
37109
37132
  }
37133
+ if (_this8.subParams) {
37134
+ params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.subParams);
37135
+ }
37110
37136
  utils_util["a" /* default */].ajax({
37111
37137
  url: api["Nb" /* taskReadHtml */],
37112
37138
  params: { taskAction: _this8.type },
@@ -37190,8 +37216,8 @@ var startTaskReadvue_type_script_lang_js_components;
37190
37216
 
37191
37217
  var startTaskRead_component = normalizeComponent(
37192
37218
  src_startTaskReadvue_type_script_lang_js_,
37193
- startTaskReadvue_type_template_id_4ba9d2c0_render,
37194
- startTaskReadvue_type_template_id_4ba9d2c0_staticRenderFns,
37219
+ startTaskReadvue_type_template_id_7b879ee0_render,
37220
+ startTaskReadvue_type_template_id_7b879ee0_staticRenderFns,
37195
37221
  false,
37196
37222
  null,
37197
37223
  null,
@@ -38539,8 +38565,8 @@ var reset_component = normalizeComponent(
38539
38565
  )
38540
38566
 
38541
38567
  /* harmony default export */ var src_reset = (reset_component.exports);
38542
- // 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=ea4335d6&
38543
- var taskUnionExaminevue_type_template_id_ea4335d6_render = function () {
38568
+ // 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&
38569
+ var taskUnionExaminevue_type_template_id_97551c4a_render = function () {
38544
38570
  var _vm = this
38545
38571
  var _h = _vm.$createElement
38546
38572
  var _c = _vm._self._c || _h
@@ -38614,6 +38640,8 @@ var taskUnionExaminevue_type_template_id_ea4335d6_render = function () {
38614
38640
  : _vm.infoList.nextCurrentOrgObj,
38615
38641
  multiple: _vm.newMultiple,
38616
38642
  mix: _vm.currentMix,
38643
+ isUnionSeal: _vm.type == "unionSeal",
38644
+ selectUserList: _vm.unionSealData || [],
38617
38645
  types:
38618
38646
  _vm.type == "takeAdvice"
38619
38647
  ? _vm.currentOrgTabs.length > 0
@@ -38623,7 +38651,9 @@ var taskUnionExaminevue_type_template_id_ea4335d6_render = function () {
38623
38651
  ? ["enterprise", "employee"]
38624
38652
  : ["enterprise"],
38625
38653
  params:
38626
- _vm.type == "startDraf" ? _vm.otherParams : _vm.params,
38654
+ _vm.type == "startDraf" || _vm.type == "unionExamine"
38655
+ ? _vm.otherParams
38656
+ : _vm.params,
38627
38657
  tabs: _vm.currentOrgTabsParam,
38628
38658
  disabled: _vm.disabled,
38629
38659
  onlyName: _vm.onlyName,
@@ -38795,11 +38825,11 @@ var taskUnionExaminevue_type_template_id_ea4335d6_render = function () {
38795
38825
  1
38796
38826
  )
38797
38827
  }
38798
- var taskUnionExaminevue_type_template_id_ea4335d6_staticRenderFns = []
38799
- taskUnionExaminevue_type_template_id_ea4335d6_render._withStripped = true
38828
+ var taskUnionExaminevue_type_template_id_97551c4a_staticRenderFns = []
38829
+ taskUnionExaminevue_type_template_id_97551c4a_render._withStripped = true
38800
38830
 
38801
38831
 
38802
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=ea4335d6&
38832
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=97551c4a&
38803
38833
 
38804
38834
  // 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&
38805
38835
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -38934,6 +38964,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
38934
38964
  //
38935
38965
  //
38936
38966
  //
38967
+ //
38968
+ //
38937
38969
 
38938
38970
 
38939
38971
 
@@ -38967,6 +38999,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
38967
38999
  opinion: ''
38968
39000
  },
38969
39001
  onlyName: '',
39002
+ unionSealData: [],
38970
39003
  currentOrgTabs: [],
38971
39004
  foreignOrgTabs: [],
38972
39005
  foreignOrgTabsParam: {},
@@ -39116,10 +39149,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39116
39149
  isHideCurrentOrg = _res$data2$nodeInfoMa.isHideCurrentOrg,
39117
39150
  isOpinionRequired = _res$data2$nodeInfoMa.isOpinionRequired;
39118
39151
 
39119
- console.log(otherOrgDisabledObjId, 'otherOrgDisabledObjId');
39120
39152
  if (otherOrgDisabledObjId) {
39121
39153
  _this3.otherOrgDisabledObjId = otherOrgDisabledObjId.split(',');
39122
- console.log(_this3.otherOrgDisabledObjId, otherOrgDisabledObjId.split(','));
39123
39154
  }
39124
39155
  if (res.data.customizedConfig) {
39125
39156
  if (res.data.customizedConfig.currentOrgSelectorCustomized) {
@@ -39164,8 +39195,18 @@ var taskUnionExaminevue_type_script_lang_js_components;
39164
39195
  }
39165
39196
  _this3.isOpinionRequired = isOpinionRequired;
39166
39197
  if (_this3.type == 'unionSeal') {
39167
- _this3.onlyName = unionDispatchOrgName;
39168
- _this3.infoList.nextOtherOrgObj.push(unionDispatchOrgId);
39198
+ var names = unionDispatchOrgName.split(',');
39199
+ var ids = unionDispatchOrgId.split(',');
39200
+ names.map(function (x, i) {
39201
+ if (x) {
39202
+ _this3.unionSealData.push({
39203
+ showname: x,
39204
+ showid: ids[i]
39205
+ });
39206
+ }
39207
+ });
39208
+ // this.onlyName = unionDispatchOrgName;
39209
+ // this.infoList.nextOtherOrgObj.push(unionDispatchOrgId);
39169
39210
  }
39170
39211
  if (_this3.type == 'twoOfficesDispatch') {
39171
39212
  _this3.onlyName = orgNames;
@@ -39224,7 +39265,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
39224
39265
  data: {
39225
39266
  opinion: opinion,
39226
39267
  pendingId: pendingId,
39227
- nextOtherOrgObj: Array.isArray(nextOtherOrgObj) ? nextOtherOrgObj.join(',') : nextOtherOrgObj,
39268
+ nextOtherOrgObj: this.type == 'unionSeal' ? this.unionSealData.map(function (x) {
39269
+ return x.showid;
39270
+ }).join(',') : Array.isArray(nextOtherOrgObj) ? nextOtherOrgObj.join(',') : nextOtherOrgObj,
39228
39271
  nextCurrentOrgObj: Array.isArray(nextCurrentOrgObj) ? nextCurrentOrgObj.join(',') : nextCurrentOrgObj,
39229
39272
  notificationMsg: noticeInfo,
39230
39273
  notificationType: noticeType.join(','),
@@ -39370,8 +39413,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39370
39413
 
39371
39414
  var taskUnionExamine_component = normalizeComponent(
39372
39415
  component_taskUnionExaminevue_type_script_lang_js_,
39373
- taskUnionExaminevue_type_template_id_ea4335d6_render,
39374
- taskUnionExaminevue_type_template_id_ea4335d6_staticRenderFns,
39416
+ taskUnionExaminevue_type_template_id_97551c4a_render,
39417
+ taskUnionExaminevue_type_template_id_97551c4a_staticRenderFns,
39375
39418
  false,
39376
39419
  null,
39377
39420
  null,
@@ -44181,8 +44224,8 @@ var freeStartFlow_component = normalizeComponent(
44181
44224
  )
44182
44225
 
44183
44226
  /* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
44184
- // 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=b84cd288&
44185
- var supervisevue_type_template_id_b84cd288_render = function () {
44227
+ // 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&
44228
+ var supervisevue_type_template_id_5fbd4d48_render = function () {
44186
44229
  var _vm = this
44187
44230
  var _h = _vm.$createElement
44188
44231
  var _c = _vm._self._c || _h
@@ -44335,11 +44378,11 @@ var supervisevue_type_template_id_b84cd288_render = function () {
44335
44378
  1
44336
44379
  )
44337
44380
  }
44338
- var supervisevue_type_template_id_b84cd288_staticRenderFns = []
44339
- supervisevue_type_template_id_b84cd288_render._withStripped = true
44381
+ var supervisevue_type_template_id_5fbd4d48_staticRenderFns = []
44382
+ supervisevue_type_template_id_5fbd4d48_render._withStripped = true
44340
44383
 
44341
44384
 
44342
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=b84cd288&
44385
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=5fbd4d48&
44343
44386
 
44344
44387
  // 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&
44345
44388
  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; };
@@ -44416,7 +44459,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44416
44459
  businessId: {
44417
44460
  type: String,
44418
44461
  default: ''
44419
- }
44462
+ },
44463
+ appId: { type: String, default: '' }
44420
44464
  },
44421
44465
  data: function data() {
44422
44466
  return {
@@ -44455,7 +44499,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44455
44499
  urgeUserIds: pendingUserIds,
44456
44500
  notificationType: noticeType.join(','),
44457
44501
  notificationMessage: notifyMessage,
44458
- businessId: this.businessId
44502
+ businessId: this.businessId,
44503
+ appId: this.appId
44459
44504
  }
44460
44505
  };
44461
44506
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
@@ -44477,6 +44522,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44477
44522
  url: api["hc" /* toTaskSupervise */],
44478
44523
  params: {
44479
44524
  businessId: this.businessId,
44525
+ appId: this.appId,
44480
44526
  userId: utils_util["a" /* default */].getStorage('userId')
44481
44527
  }
44482
44528
  }).then(function (res) {
@@ -44507,8 +44553,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44507
44553
 
44508
44554
  var supervise_component = normalizeComponent(
44509
44555
  src_supervisevue_type_script_lang_js_,
44510
- supervisevue_type_template_id_b84cd288_render,
44511
- supervisevue_type_template_id_b84cd288_staticRenderFns,
44556
+ supervisevue_type_template_id_5fbd4d48_render,
44557
+ supervisevue_type_template_id_5fbd4d48_staticRenderFns,
44512
44558
  false,
44513
44559
  null,
44514
44560
  null,
@@ -46180,6 +46226,35 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46180
46226
  //
46181
46227
  //
46182
46228
  //
46229
+ //
46230
+ //
46231
+ //
46232
+ //
46233
+ //
46234
+ //
46235
+ //
46236
+ //
46237
+ //
46238
+ //
46239
+ //
46240
+ //
46241
+ //
46242
+ //
46243
+ //
46244
+ //
46245
+ //
46246
+ //
46247
+ //
46248
+ //
46249
+ //
46250
+ //
46251
+ //
46252
+ //
46253
+ //
46254
+ //
46255
+ //
46256
+ //
46257
+ //
46183
46258
 
46184
46259
 
46185
46260
 
@@ -46256,7 +46331,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46256
46331
  rows: {
46257
46332
  type: [String, Number],
46258
46333
  default: 10
46259
- }
46334
+ },
46335
+ isEndMessage: { type: Boolean, default: false }
46260
46336
  },
46261
46337
  data: function data() {
46262
46338
  var _ref;
@@ -46264,6 +46340,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46264
46340
  return _ref = {
46265
46341
  styles: {},
46266
46342
  optionsKey: 0,
46343
+ endMessage: '',
46344
+ isHideTemporarySave: false,
46345
+ oldNextOperate: '',
46267
46346
  taskOperationShiftedNodeList: null,
46268
46347
  currentNodeEnableItemHandleDescription: false,
46269
46348
  startFlowPageEmbeddedIntoStartFlowIndex: false,
@@ -46534,6 +46613,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46534
46613
  }
46535
46614
  },
46536
46615
  methods: {
46616
+ handleEndMessageChange: function handleEndMessageChange() {
46617
+ this.$emit('endMessageChange', this.endMessage);
46618
+ },
46537
46619
  getInfo: function getInfo() {
46538
46620
  if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
46539
46621
  this.getNodeType();
@@ -46558,6 +46640,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46558
46640
  };
46559
46641
  utils_util["a" /* default */].ajax(params).then(function (res) {
46560
46642
  if (res.status == 'success') {
46643
+ _this.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
46561
46644
  _this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
46562
46645
  _this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
46563
46646
 
@@ -47234,7 +47317,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47234
47317
  } else if (res.fun === 'toUnionSeal()') {
47235
47318
  // 联合用印
47236
47319
  this.flowType = 'unionSeal';
47237
- this.flowDisabled = true;
47320
+ this.flowDisabled = false;
47238
47321
  this.flowTitle = res.value;
47239
47322
  this.toStartDraf(res);
47240
47323
  } else if (res.fun == 'toTwoOfficesDispatch()') {
@@ -47572,6 +47655,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47572
47655
  } else {
47573
47656
  this.nextNode.nextUserId = '';
47574
47657
  }
47658
+ if (isNextNode) {
47659
+ this.oldNextOperate = this.operationList.filter(function (x) {
47660
+ return x.key == val;
47661
+ })[0].nextOperate;
47662
+ } else {
47663
+ this.oldNextOperate = '';
47664
+ }
47575
47665
  this.options = [];
47576
47666
  this.selectUserList = [];
47577
47667
  this.radioList = [];
@@ -47779,9 +47869,15 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47779
47869
  _this27.taskOperationShiftedNodeList = [];
47780
47870
  taskOperationShiftedNodeList.map(function (x) {
47781
47871
  _this27.taskOperationShiftedNodeList.push(x.nodeId);
47782
- taskOperations.push({ key: x.nodeId, value: x.nodeName, isNextNode: true });
47872
+ taskOperations.push({
47873
+ key: x.nodeId,
47874
+ value: x.nodeName,
47875
+ nextOperate: x.nextOperate,
47876
+ isNextNode: true
47877
+ });
47783
47878
  });
47784
47879
  }
47880
+ _this27.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
47785
47881
  _this27.pendingItemHandleDescription = pendingItemHandleDescription;
47786
47882
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
47787
47883
  _this27.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
@@ -48352,11 +48448,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48352
48448
  delete _this33.nextNode.nextOperate;
48353
48449
  delete _this33.nextNode.nextNodeId;
48354
48450
  }
48355
- if (_this33.nextNode.nextOperate === 9) {
48451
+ if (_this33.nextNode.nextOperate === 9 || _this33.oldNextOperate == 9) {
48356
48452
  _this33.nextNode.isReturnRejectNode = 1;
48357
48453
  _this33.nextNode.processDefinitionId = _this33.processObj.taskExamine.processDefinitionId;
48358
48454
  }
48359
- if (_this33.nextNode.nextOperate != 0 && _this33.nextNode.nextOperate != 1) {
48455
+ if (_this33.nextNode.nextOperate != 0 && _this33.nextNode.nextOperate != 1 && _this33.oldNextOperate === '' || _this33.oldNextOperate !== '' && _this33.oldNextOperate != 0 && _this33.oldNextOperate != 1) {
48360
48456
  delete _this33.nextNode.nextNodeId;
48361
48457
  }
48362
48458
 
@@ -48380,7 +48476,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48380
48476
  if (!_this33.isCanPreAddSign || _this33.nextNode.isAddSign != '1') {
48381
48477
  delete _this33.nextNode.addSignMode;
48382
48478
  }
48479
+
48383
48480
  params = flow_src_mainvue_type_script_lang_js_extends({}, _this33.nextNode, {
48481
+ nextOperate: _this33.oldNextOperate !== '' ? _this33.oldNextOperate : _this33.nextNode.nextOperate,
48384
48482
  pendingId: _this33.pendingId,
48385
48483
  opinion: _this33.isForceDisplayDefaultOptionForPrefix && !_this33.value.startsWith(_this33.nodeDefaultSubmitOpinion) ? _this33.nodeDefaultSubmitOpinion + _this33.value : _this33.value,
48386
48484
  userId: utils_util["a" /* default */].getStorage('userId'),
@@ -48518,8 +48616,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48518
48616
 
48519
48617
  var flow_src_main_component = normalizeComponent(
48520
48618
  packages_flow_src_mainvue_type_script_lang_js_,
48521
- mainvue_type_template_id_35f5b354_render,
48522
- mainvue_type_template_id_35f5b354_staticRenderFns,
48619
+ mainvue_type_template_id_439fd8c6_render,
48620
+ mainvue_type_template_id_439fd8c6_staticRenderFns,
48523
48621
  false,
48524
48622
  null,
48525
48623
  null,
@@ -48536,8 +48634,8 @@ flow_src_main.install = function (Vue) {
48536
48634
  };
48537
48635
 
48538
48636
  /* harmony default export */ var packages_flow = (flow_src_main);
48539
- // 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&
48540
- var mainvue_type_template_id_16ba9e56_render = function () {
48637
+ // 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&
48638
+ var mainvue_type_template_id_00cf2c99_render = function () {
48541
48639
  var _vm = this
48542
48640
  var _h = _vm.$createElement
48543
48641
  var _c = _vm._self._c || _h
@@ -49785,6 +49883,7 @@ var mainvue_type_template_id_16ba9e56_render = function () {
49785
49883
  startTaskRead: _vm.handleTaskRead,
49786
49884
  success: _vm.handleSuccess,
49787
49885
  save: _vm.handleSave,
49886
+ endMessageChange: _vm.handleEndMessageChange,
49788
49887
  },
49789
49888
  },
49790
49889
  "es-flow",
@@ -49798,11 +49897,11 @@ var mainvue_type_template_id_16ba9e56_render = function () {
49798
49897
  2
49799
49898
  )
49800
49899
  }
49801
- var mainvue_type_template_id_16ba9e56_staticRenderFns = []
49802
- mainvue_type_template_id_16ba9e56_render._withStripped = true
49900
+ var mainvue_type_template_id_00cf2c99_staticRenderFns = []
49901
+ mainvue_type_template_id_00cf2c99_render._withStripped = true
49803
49902
 
49804
49903
 
49805
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=16ba9e56&
49904
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=00cf2c99&
49806
49905
 
49807
49906
  // 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&
49808
49907
  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; };
@@ -50251,6 +50350,7 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
50251
50350
  //
50252
50351
  //
50253
50352
  //
50353
+ //
50254
50354
 
50255
50355
 
50256
50356
  /* harmony default export */ var flow_group_src_mainvue_type_script_lang_js_ = ({
@@ -50450,6 +50550,9 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
50450
50550
  this.injector && this.injector.handleChangeData({ appId: this.taskExamineAppId });
50451
50551
  }
50452
50552
  },
50553
+ handleEndMessageChange: function handleEndMessageChange(val) {
50554
+ this.$emit('endMessageChange', val);
50555
+ },
50453
50556
  handleSuccess: function handleSuccess() {
50454
50557
  if (this.closeDialog && this.esDialog) {
50455
50558
  this.esDialog.handleClose();
@@ -50491,8 +50594,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
50491
50594
 
50492
50595
  var flow_group_src_main_component = normalizeComponent(
50493
50596
  packages_flow_group_src_mainvue_type_script_lang_js_,
50494
- mainvue_type_template_id_16ba9e56_render,
50495
- mainvue_type_template_id_16ba9e56_staticRenderFns,
50597
+ mainvue_type_template_id_00cf2c99_render,
50598
+ mainvue_type_template_id_00cf2c99_staticRenderFns,
50496
50599
  false,
50497
50600
  null,
50498
50601
  null,
@@ -54906,8 +55009,8 @@ layout_src_main.install = function (Vue) {
54906
55009
  };
54907
55010
 
54908
55011
  /* harmony default export */ var packages_layout = (layout_src_main);
54909
- // 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&
54910
- var mainvue_type_template_id_5a822b69_render = function () {
55012
+ // 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&
55013
+ var mainvue_type_template_id_8146921c_render = function () {
54911
55014
  var _vm = this
54912
55015
  var _h = _vm.$createElement
54913
55016
  var _c = _vm._self._c || _h
@@ -56182,7 +56285,7 @@ var mainvue_type_template_id_5a822b69_render = function () {
56182
56285
  )
56183
56286
  : _vm._e()
56184
56287
  }
56185
- var mainvue_type_template_id_5a822b69_staticRenderFns = [
56288
+ var mainvue_type_template_id_8146921c_staticRenderFns = [
56186
56289
  function () {
56187
56290
  var _vm = this
56188
56291
  var _h = _vm.$createElement
@@ -56197,10 +56300,10 @@ var mainvue_type_template_id_5a822b69_staticRenderFns = [
56197
56300
  ])
56198
56301
  },
56199
56302
  ]
56200
- mainvue_type_template_id_5a822b69_render._withStripped = true
56303
+ mainvue_type_template_id_8146921c_render._withStripped = true
56201
56304
 
56202
56305
 
56203
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=5a822b69&
56306
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=8146921c&
56204
56307
 
56205
56308
  // 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&
56206
56309
  var resetPasswordvue_type_template_id_45dccfdc_render = function () {
@@ -58129,8 +58232,11 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58129
58232
  if (res.subsystemExtend.login_url) {
58130
58233
  this.actionUrl = res.subsystemExtend.login_url;
58131
58234
  }
58132
- if (res.subsystemExtend.loginModel && (ceshi == 'true' || ceshi == true)) {
58133
- this.loginModel = (res.firstLoginModel || this.firstLoginModel) && !isLogined ? res.firstLoginModel || this.firstLoginModel : res.subsystemExtend.loginModel;
58235
+ if (res.subsystemExtend.loginModel) {
58236
+ this.loginModel = res.subsystemExtend.loginModel;
58237
+ }
58238
+ if (res.subsystemExtend.firstLoginModel && !isLogined) {
58239
+ this.loginModel = res.subsystemExtend.firstLoginModel;
58134
58240
  }
58135
58241
  if (res.subsystemExtend.caModel) {
58136
58242
  this.caLoginModel = res.subsystemExtend.caModel;
@@ -58674,8 +58780,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58674
58780
 
58675
58781
  var login_src_main_component = normalizeComponent(
58676
58782
  packages_login_src_mainvue_type_script_lang_js_,
58677
- mainvue_type_template_id_5a822b69_render,
58678
- mainvue_type_template_id_5a822b69_staticRenderFns,
58783
+ mainvue_type_template_id_8146921c_render,
58784
+ mainvue_type_template_id_8146921c_staticRenderFns,
58679
58785
  false,
58680
58786
  null,
58681
58787
  null,
@@ -76294,8 +76400,8 @@ select_ganged_src_main.install = function (Vue) {
76294
76400
  };
76295
76401
 
76296
76402
  /* harmony default export */ var select_ganged = (select_ganged_src_main);
76297
- // 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&
76298
- var mainvue_type_template_id_03999292_render = function () {
76403
+ // 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&
76404
+ var mainvue_type_template_id_3cb8fed2_render = function () {
76299
76405
  var _vm = this
76300
76406
  var _h = _vm.$createElement
76301
76407
  var _c = _vm._self._c || _h
@@ -76466,7 +76572,8 @@ var mainvue_type_template_id_03999292_render = function () {
76466
76572
  attrs: {
76467
76573
  closable:
76468
76574
  !_vm.selectorDisabled &&
76469
- !_vm.readonly,
76575
+ !_vm.readonly &&
76576
+ _vm.selected.length > _vm.min,
76470
76577
  type: "info",
76471
76578
  "disable-transitions": "",
76472
76579
  },
@@ -76869,11 +76976,11 @@ var mainvue_type_template_id_03999292_render = function () {
76869
76976
  )
76870
76977
  : _vm._e()
76871
76978
  }
76872
- var mainvue_type_template_id_03999292_staticRenderFns = []
76873
- mainvue_type_template_id_03999292_render._withStripped = true
76979
+ var mainvue_type_template_id_3cb8fed2_staticRenderFns = []
76980
+ mainvue_type_template_id_3cb8fed2_render._withStripped = true
76874
76981
 
76875
76982
 
76876
- // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=03999292&
76983
+ // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=3cb8fed2&
76877
76984
 
76878
76985
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
76879
76986
  var clickoutside_ = __webpack_require__(17);
@@ -77105,6 +77212,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77105
77212
  //
77106
77213
  //
77107
77214
  //
77215
+ //
77216
+ //
77108
77217
 
77109
77218
 
77110
77219
 
@@ -77237,6 +77346,14 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77237
77346
  inputHeight: {
77238
77347
  type: Number,
77239
77348
  default: 40
77349
+ },
77350
+ min: {
77351
+ type: Number,
77352
+ default: 0
77353
+ },
77354
+ select: {
77355
+ type: Boolean,
77356
+ default: true
77240
77357
  }
77241
77358
  },
77242
77359
  data: function data() {
@@ -77402,12 +77519,13 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77402
77519
  return utils_util["a" /* default */].isObject(obj) ? obj[this.valueKey] : obj;
77403
77520
  },
77404
77521
  toggleMenu: function toggleMenu() {
77405
- if (!this.selectorDisabled && !this.readonly && !this.filterable) {
77522
+ if (!this.selectorDisabled && !this.readonly && !this.filterable && this.select) {
77406
77523
  this.visible = true;
77407
77524
  }
77408
77525
  },
77409
77526
  openDialog: function openDialog() {
77410
- if (!this.selectorDisabled && !this.readonly) {
77527
+
77528
+ if (!this.selectorDisabled && !this.readonly && this.select) {
77411
77529
  this.visible = true;
77412
77530
  }
77413
77531
  },
@@ -77535,7 +77653,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77535
77653
  event;
77536
77654
  item;
77537
77655
  index = index === undefined ? 0 : index;
77538
- this.selected.splice(index, 1);
77656
+ this.selected.length > this.min && this.selected.splice(index, 1);
77539
77657
  },
77540
77658
  resetInputHeight: function resetInputHeight() {
77541
77659
  var _this4 = this;
@@ -77600,8 +77718,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77600
77718
 
77601
77719
  var selector_src_main_component = normalizeComponent(
77602
77720
  packages_selector_src_mainvue_type_script_lang_js_,
77603
- mainvue_type_template_id_03999292_render,
77604
- mainvue_type_template_id_03999292_staticRenderFns,
77721
+ mainvue_type_template_id_3cb8fed2_render,
77722
+ mainvue_type_template_id_3cb8fed2_staticRenderFns,
77605
77723
  false,
77606
77724
  null,
77607
77725
  null,
@@ -85544,8 +85662,8 @@ toolbar_src_main.install = function (Vue) {
85544
85662
  };
85545
85663
 
85546
85664
  /* harmony default export */ var packages_toolbar = (toolbar_src_main);
85547
- // 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&
85548
- var tablevue_type_template_id_445ecb10_render = function () {
85665
+ // 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=a829d438&
85666
+ var tablevue_type_template_id_a829d438_render = function () {
85549
85667
  var _vm = this
85550
85668
  var _h = _vm.$createElement
85551
85669
  var _c = _vm._self._c || _h
@@ -86272,26 +86390,20 @@ var tablevue_type_template_id_445ecb10_render = function () {
86272
86390
  )
86273
86391
  )
86274
86392
  : item.date ||
86275
- item.type == "date" ||
86276
- item.type == "year" ||
86277
- item.type ==
86278
- "month" ||
86279
- item.type == "date" ||
86280
- item.type ==
86281
- "dates" ||
86282
- item.type == "week" ||
86283
- item.type ==
86284
- "datetime" ||
86285
- item.type ==
86286
- "datetimerange" ||
86287
- item.type ==
86288
- "daterange" ||
86289
- item.type ==
86290
- "monthrange" ||
86291
- item.type ==
86292
- "quarter" ||
86293
- item.type ==
86294
- "halfyear"
86393
+ [
86394
+ "date",
86395
+ "year",
86396
+ "month",
86397
+ "date",
86398
+ "dates",
86399
+ "week",
86400
+ "datetime",
86401
+ "datetimerange",
86402
+ "daterange",
86403
+ "monthrange",
86404
+ "quarter",
86405
+ "halfyear",
86406
+ ].includes(item.type)
86295
86407
  ? _c(
86296
86408
  "es-date-picker",
86297
86409
  _vm._b(
@@ -87142,30 +87254,22 @@ var tablevue_type_template_id_445ecb10_render = function () {
87142
87254
  )
87143
87255
  )
87144
87256
  : inline.date ||
87145
- inline.type ==
87146
- "date" ||
87147
- inline.type ==
87148
- "year" ||
87149
- inline.type ==
87150
- "month" ||
87151
- inline.type ==
87152
- "date" ||
87153
- inline.type ==
87154
- "dates" ||
87155
- inline.type ==
87156
- "week" ||
87157
- inline.type ==
87158
- "datetime" ||
87159
- inline.type ==
87160
- "datetimerange" ||
87161
- inline.type ==
87162
- "daterange" ||
87163
- inline.type ==
87164
- "monthrange" ||
87165
- inline.type ==
87166
- "quarter" ||
87167
- inline.type ==
87168
- "halfyear"
87257
+ [
87258
+ "date",
87259
+ "year",
87260
+ "month",
87261
+ "date",
87262
+ "dates",
87263
+ "week",
87264
+ "datetime",
87265
+ "datetimerange",
87266
+ "daterange",
87267
+ "monthrange",
87268
+ "quarter",
87269
+ "halfyear",
87270
+ ].includes(
87271
+ inline.type
87272
+ )
87169
87273
  ? _c(
87170
87274
  "es-date-picker",
87171
87275
  _vm._b(
@@ -87825,54 +87929,24 @@ var tablevue_type_template_id_445ecb10_render = function () {
87825
87929
  : item
87826
87930
  .inline
87827
87931
  .date ||
87828
- item
87829
- .inline
87830
- .type ==
87831
- "date" ||
87832
- item
87833
- .inline
87834
- .type ==
87835
- "year" ||
87836
- item
87837
- .inline
87838
- .type ==
87839
- "month" ||
87840
- item
87841
- .inline
87842
- .type ==
87843
- "date" ||
87844
- item
87845
- .inline
87846
- .type ==
87847
- "dates" ||
87848
- item
87849
- .inline
87850
- .type ==
87851
- "week" ||
87852
- item
87853
- .inline
87854
- .type ==
87855
- "datetime" ||
87856
- item
87857
- .inline
87858
- .type ==
87859
- "datetimerange" ||
87860
- item
87861
- .inline
87862
- .type ==
87863
- "daterange" ||
87864
- item
87865
- .inline
87866
- .type ==
87867
- "monthrange" ||
87868
- item
87869
- .inline
87870
- .type ==
87871
- "quarter" ||
87872
- item
87873
- .inline
87874
- .type ==
87875
- "halfyear"
87932
+ [
87933
+ "date",
87934
+ "year",
87935
+ "month",
87936
+ "date",
87937
+ "dates",
87938
+ "week",
87939
+ "datetime",
87940
+ "datetimerange",
87941
+ "daterange",
87942
+ "monthrange",
87943
+ "quarter",
87944
+ "halfyear",
87945
+ ].includes(
87946
+ item
87947
+ .inline
87948
+ .type
87949
+ )
87876
87950
  ? _c(
87877
87951
  "es-date-picker",
87878
87952
  _vm._b(
@@ -88431,11 +88505,11 @@ var tablevue_type_template_id_445ecb10_render = function () {
88431
88505
  2
88432
88506
  )
88433
88507
  }
88434
- var tablevue_type_template_id_445ecb10_staticRenderFns = []
88435
- tablevue_type_template_id_445ecb10_render._withStripped = true
88508
+ var tablevue_type_template_id_a829d438_staticRenderFns = []
88509
+ tablevue_type_template_id_a829d438_render._withStripped = true
88436
88510
 
88437
88511
 
88438
- // CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=445ecb10&
88512
+ // CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=a829d438&
88439
88513
 
88440
88514
  // 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&
88441
88515
  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; };
@@ -89616,6 +89690,12 @@ var src_tablevue_type_script_lang_js_extends = Object.assign || function (target
89616
89690
  //
89617
89691
  //
89618
89692
  //
89693
+ //
89694
+ //
89695
+ //
89696
+ //
89697
+ //
89698
+ //
89619
89699
 
89620
89700
 
89621
89701
 
@@ -89937,8 +90017,8 @@ var src_tablevue_type_script_lang_js_extends = Object.assign || function (target
89937
90017
 
89938
90018
  var form_src_table_component = normalizeComponent(
89939
90019
  packages_form_src_tablevue_type_script_lang_js_,
89940
- tablevue_type_template_id_445ecb10_render,
89941
- tablevue_type_template_id_445ecb10_staticRenderFns,
90020
+ tablevue_type_template_id_a829d438_render,
90021
+ tablevue_type_template_id_a829d438_staticRenderFns,
89942
90022
  false,
89943
90023
  null,
89944
90024
  null,
@@ -92005,7 +92085,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92005
92085
  }
92006
92086
 
92007
92087
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92008
- version: '0.6.83',
92088
+ version: '0.6.85',
92009
92089
  install: install,
92010
92090
  Button: packages_button,
92011
92091
  ButtonGroup: button_group,