eoss-ui 0.6.84 → 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 (81) 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 +416 -446
  10. package/lib/flow-group.js +112 -95
  11. package/lib/flow-list.js +105 -93
  12. package/lib/flow.js +185 -137
  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 +17 -5
  58. package/packages/flow/src/main.vue +7 -3
  59. package/packages/flow/src/selectUser.vue +22 -8
  60. package/packages/flow/src/supervise.vue +1 -0
  61. package/packages/flow-group/src/main.vue +4 -0
  62. package/packages/form/src/main.vue +84 -72
  63. package/packages/form/src/table.vue +42 -36
  64. package/packages/icons/src/icon.json +1 -1
  65. package/packages/login/src/main.vue +5 -8
  66. package/packages/selector/src/main.vue +20 -4
  67. package/packages/theme-chalk/lib/base.css +1 -1
  68. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  69. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  70. package/packages/theme-chalk/lib/icon.css +1 -1
  71. package/packages/theme-chalk/lib/index.css +1 -1
  72. package/packages/theme-chalk/lib/main.css +1 -1
  73. package/packages/theme-chalk/lib/menu.css +1 -1
  74. package/packages/theme-chalk/lib/simplicity.css +1 -1
  75. package/packages/theme-chalk/lib/sizer.css +1 -1
  76. package/packages/theme-chalk/lib/upload.css +1 -1
  77. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  78. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  79. package/packages/theme-chalk/src/icon.scss +4 -0
  80. package/src/index.js +1 -1
  81. 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\",\"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\"]");
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=324ca57c&
27184
- var mainvue_type_template_id_324ca57c_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
@@ -29238,18 +29190,20 @@ var mainvue_type_template_id_324ca57c_render = function () {
29238
29190
  },
29239
29191
  [_vm._v("不同意")]
29240
29192
  ),
29241
- _c(
29242
- "el-button",
29243
- {
29244
- staticClass: "es-button-agree-save",
29245
- on: {
29246
- click: function ($event) {
29247
- _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
+ },
29248
29203
  },
29249
- },
29250
- },
29251
- [_vm._v("暂存")]
29252
- ),
29204
+ [_vm._v("暂存")]
29205
+ )
29206
+ : _vm._e(),
29253
29207
  ],
29254
29208
  1
29255
29209
  )
@@ -29263,7 +29217,7 @@ var mainvue_type_template_id_324ca57c_render = function () {
29263
29217
  { staticClass: "es-user-defined" },
29264
29218
  [
29265
29219
  _vm._l(
29266
- _vm.hideBtn
29220
+ _vm.hideBtn || _vm.isHideTemporarySave
29267
29221
  ? _vm.btnList.slice(0, 1)
29268
29222
  : _vm.btnList,
29269
29223
  function (item) {
@@ -30048,11 +30002,11 @@ var mainvue_type_template_id_324ca57c_render = function () {
30048
30002
  )
30049
30003
  : _vm._e()
30050
30004
  }
30051
- var mainvue_type_template_id_324ca57c_staticRenderFns = []
30052
- mainvue_type_template_id_324ca57c_render._withStripped = true
30005
+ var mainvue_type_template_id_439fd8c6_staticRenderFns = []
30006
+ mainvue_type_template_id_439fd8c6_render._withStripped = true
30053
30007
 
30054
30008
 
30055
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=324ca57c&
30009
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=439fd8c6&
30056
30010
 
30057
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&
30058
30012
  var CommonOpinionsvue_type_template_id_19364a89_render = function () {
@@ -31856,8 +31810,8 @@ processFormvue_type_template_id_09ba35c6_render._withStripped = true
31856
31810
 
31857
31811
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=09ba35c6&
31858
31812
 
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 () {
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 () {
31861
31815
  var _vm = this
31862
31816
  var _h = _vm.$createElement
31863
31817
  var _c = _vm._self._c || _h
@@ -31961,7 +31915,8 @@ var selectUservue_type_template_id_2f6c6827_render = function () {
31961
31915
  {
31962
31916
  class:
31963
31917
  _vm.isCustomUser &&
31964
- _vm.isCurrentNodeForbiddenChangeCandidate == 0
31918
+ _vm.isCurrentNodeForbiddenChangeCandidate == 0 &&
31919
+ !_vm.isUnionSeal
31965
31920
  ? ""
31966
31921
  : "no-icon",
31967
31922
  attrs: {
@@ -31971,10 +31926,12 @@ var selectUservue_type_template_id_2f6c6827_render = function () {
31971
31926
  title: _vm.title,
31972
31927
  max: "5",
31973
31928
  mix: _vm.mix,
31929
+ min: _vm.isUnionSeal ? 1 : 0,
31974
31930
  disabled:
31975
31931
  !_vm.isCustomUser ||
31976
31932
  _vm.isCurrentNodeForbiddenChangeCandidate == 1,
31977
- filterable: Boolean(_vm.isCustomUser),
31933
+ filterable: Boolean(_vm.isCustomUser && !_vm.isUnionSeal),
31934
+ select: _vm.isUnionSeal == false,
31978
31935
  where: _vm.newWhere,
31979
31936
  multiple: _vm.newMultiple,
31980
31937
  param: Object.assign({}, _vm.newParams, { info: "no" }),
@@ -32002,11 +31959,11 @@ var selectUservue_type_template_id_2f6c6827_render = function () {
32002
31959
  2
32003
31960
  )
32004
31961
  }
32005
- var selectUservue_type_template_id_2f6c6827_staticRenderFns = []
32006
- 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
32007
31964
 
32008
31965
 
32009
- // 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&
32010
31967
 
32011
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&
32012
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; };
@@ -32103,6 +32060,10 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32103
32060
  //
32104
32061
  //
32105
32062
  //
32063
+ //
32064
+ //
32065
+ //
32066
+ //
32106
32067
 
32107
32068
 
32108
32069
 
@@ -32116,6 +32077,10 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32116
32077
  tabs: {
32117
32078
  type: Object
32118
32079
  },
32080
+ isUnionSeal: {
32081
+ type: Boolean,
32082
+ default: false
32083
+ },
32119
32084
  nextUser: {
32120
32085
  default: function _default() {
32121
32086
  return [];
@@ -32213,7 +32178,10 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32213
32178
 
32214
32179
  computed: {
32215
32180
  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);
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);
32217
32185
  }
32218
32186
  },
32219
32187
  watch: {
@@ -32489,8 +32457,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32489
32457
 
32490
32458
  var selectUser_component = normalizeComponent(
32491
32459
  src_selectUservue_type_script_lang_js_,
32492
- selectUservue_type_template_id_2f6c6827_render,
32493
- selectUservue_type_template_id_2f6c6827_staticRenderFns,
32460
+ selectUservue_type_template_id_3588d66f_render,
32461
+ selectUservue_type_template_id_3588d66f_staticRenderFns,
32494
32462
  false,
32495
32463
  null,
32496
32464
  null,
@@ -38597,8 +38565,8 @@ var reset_component = normalizeComponent(
38597
38565
  )
38598
38566
 
38599
38567
  /* 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 () {
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 () {
38602
38570
  var _vm = this
38603
38571
  var _h = _vm.$createElement
38604
38572
  var _c = _vm._self._c || _h
@@ -38672,6 +38640,8 @@ var taskUnionExaminevue_type_template_id_5a4f1a86_render = function () {
38672
38640
  : _vm.infoList.nextCurrentOrgObj,
38673
38641
  multiple: _vm.newMultiple,
38674
38642
  mix: _vm.currentMix,
38643
+ isUnionSeal: _vm.type == "unionSeal",
38644
+ selectUserList: _vm.unionSealData || [],
38675
38645
  types:
38676
38646
  _vm.type == "takeAdvice"
38677
38647
  ? _vm.currentOrgTabs.length > 0
@@ -38855,11 +38825,11 @@ var taskUnionExaminevue_type_template_id_5a4f1a86_render = function () {
38855
38825
  1
38856
38826
  )
38857
38827
  }
38858
- var taskUnionExaminevue_type_template_id_5a4f1a86_staticRenderFns = []
38859
- taskUnionExaminevue_type_template_id_5a4f1a86_render._withStripped = true
38828
+ var taskUnionExaminevue_type_template_id_97551c4a_staticRenderFns = []
38829
+ taskUnionExaminevue_type_template_id_97551c4a_render._withStripped = true
38860
38830
 
38861
38831
 
38862
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a4f1a86&
38832
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=97551c4a&
38863
38833
 
38864
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&
38865
38835
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -38994,6 +38964,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
38994
38964
  //
38995
38965
  //
38996
38966
  //
38967
+ //
38968
+ //
38997
38969
 
38998
38970
 
38999
38971
 
@@ -39027,6 +38999,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39027
38999
  opinion: ''
39028
39000
  },
39029
39001
  onlyName: '',
39002
+ unionSealData: [],
39030
39003
  currentOrgTabs: [],
39031
39004
  foreignOrgTabs: [],
39032
39005
  foreignOrgTabsParam: {},
@@ -39176,10 +39149,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39176
39149
  isHideCurrentOrg = _res$data2$nodeInfoMa.isHideCurrentOrg,
39177
39150
  isOpinionRequired = _res$data2$nodeInfoMa.isOpinionRequired;
39178
39151
 
39179
- console.log(otherOrgDisabledObjId, 'otherOrgDisabledObjId');
39180
39152
  if (otherOrgDisabledObjId) {
39181
39153
  _this3.otherOrgDisabledObjId = otherOrgDisabledObjId.split(',');
39182
- console.log(_this3.otherOrgDisabledObjId, otherOrgDisabledObjId.split(','));
39183
39154
  }
39184
39155
  if (res.data.customizedConfig) {
39185
39156
  if (res.data.customizedConfig.currentOrgSelectorCustomized) {
@@ -39224,8 +39195,18 @@ var taskUnionExaminevue_type_script_lang_js_components;
39224
39195
  }
39225
39196
  _this3.isOpinionRequired = isOpinionRequired;
39226
39197
  if (_this3.type == 'unionSeal') {
39227
- _this3.onlyName = unionDispatchOrgName;
39228
- _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);
39229
39210
  }
39230
39211
  if (_this3.type == 'twoOfficesDispatch') {
39231
39212
  _this3.onlyName = orgNames;
@@ -39284,7 +39265,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
39284
39265
  data: {
39285
39266
  opinion: opinion,
39286
39267
  pendingId: pendingId,
39287
- 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,
39288
39271
  nextCurrentOrgObj: Array.isArray(nextCurrentOrgObj) ? nextCurrentOrgObj.join(',') : nextCurrentOrgObj,
39289
39272
  notificationMsg: noticeInfo,
39290
39273
  notificationType: noticeType.join(','),
@@ -39430,8 +39413,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39430
39413
 
39431
39414
  var taskUnionExamine_component = normalizeComponent(
39432
39415
  component_taskUnionExaminevue_type_script_lang_js_,
39433
- taskUnionExaminevue_type_template_id_5a4f1a86_render,
39434
- taskUnionExaminevue_type_template_id_5a4f1a86_staticRenderFns,
39416
+ taskUnionExaminevue_type_template_id_97551c4a_render,
39417
+ taskUnionExaminevue_type_template_id_97551c4a_staticRenderFns,
39435
39418
  false,
39436
39419
  null,
39437
39420
  null,
@@ -44241,8 +44224,8 @@ var freeStartFlow_component = normalizeComponent(
44241
44224
  )
44242
44225
 
44243
44226
  /* 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 () {
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 () {
44246
44229
  var _vm = this
44247
44230
  var _h = _vm.$createElement
44248
44231
  var _c = _vm._self._c || _h
@@ -44395,11 +44378,11 @@ var supervisevue_type_template_id_36b18004_render = function () {
44395
44378
  1
44396
44379
  )
44397
44380
  }
44398
- var supervisevue_type_template_id_36b18004_staticRenderFns = []
44399
- supervisevue_type_template_id_36b18004_render._withStripped = true
44381
+ var supervisevue_type_template_id_5fbd4d48_staticRenderFns = []
44382
+ supervisevue_type_template_id_5fbd4d48_render._withStripped = true
44400
44383
 
44401
44384
 
44402
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=36b18004&
44385
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=5fbd4d48&
44403
44386
 
44404
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&
44405
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; };
@@ -44539,6 +44522,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44539
44522
  url: api["hc" /* toTaskSupervise */],
44540
44523
  params: {
44541
44524
  businessId: this.businessId,
44525
+ appId: this.appId,
44542
44526
  userId: utils_util["a" /* default */].getStorage('userId')
44543
44527
  }
44544
44528
  }).then(function (res) {
@@ -44569,8 +44553,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44569
44553
 
44570
44554
  var supervise_component = normalizeComponent(
44571
44555
  src_supervisevue_type_script_lang_js_,
44572
- supervisevue_type_template_id_36b18004_render,
44573
- supervisevue_type_template_id_36b18004_staticRenderFns,
44556
+ supervisevue_type_template_id_5fbd4d48_render,
44557
+ supervisevue_type_template_id_5fbd4d48_staticRenderFns,
44574
44558
  false,
44575
44559
  null,
44576
44560
  null,
@@ -46270,6 +46254,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46270
46254
  //
46271
46255
  //
46272
46256
  //
46257
+ //
46273
46258
 
46274
46259
 
46275
46260
 
@@ -46356,6 +46341,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46356
46341
  styles: {},
46357
46342
  optionsKey: 0,
46358
46343
  endMessage: '',
46344
+ isHideTemporarySave: false,
46359
46345
  oldNextOperate: '',
46360
46346
  taskOperationShiftedNodeList: null,
46361
46347
  currentNodeEnableItemHandleDescription: false,
@@ -46654,6 +46640,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46654
46640
  };
46655
46641
  utils_util["a" /* default */].ajax(params).then(function (res) {
46656
46642
  if (res.status == 'success') {
46643
+ _this.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
46657
46644
  _this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
46658
46645
  _this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
46659
46646
 
@@ -47330,7 +47317,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47330
47317
  } else if (res.fun === 'toUnionSeal()') {
47331
47318
  // 联合用印
47332
47319
  this.flowType = 'unionSeal';
47333
- this.flowDisabled = true;
47320
+ this.flowDisabled = false;
47334
47321
  this.flowTitle = res.value;
47335
47322
  this.toStartDraf(res);
47336
47323
  } else if (res.fun == 'toTwoOfficesDispatch()') {
@@ -47890,6 +47877,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47890
47877
  });
47891
47878
  });
47892
47879
  }
47880
+ _this27.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
47893
47881
  _this27.pendingItemHandleDescription = pendingItemHandleDescription;
47894
47882
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
47895
47883
  _this27.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
@@ -48628,8 +48616,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48628
48616
 
48629
48617
  var flow_src_main_component = normalizeComponent(
48630
48618
  packages_flow_src_mainvue_type_script_lang_js_,
48631
- mainvue_type_template_id_324ca57c_render,
48632
- mainvue_type_template_id_324ca57c_staticRenderFns,
48619
+ mainvue_type_template_id_439fd8c6_render,
48620
+ mainvue_type_template_id_439fd8c6_staticRenderFns,
48633
48621
  false,
48634
48622
  null,
48635
48623
  null,
@@ -48646,8 +48634,8 @@ flow_src_main.install = function (Vue) {
48646
48634
  };
48647
48635
 
48648
48636
  /* 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 () {
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 () {
48651
48639
  var _vm = this
48652
48640
  var _h = _vm.$createElement
48653
48641
  var _c = _vm._self._c || _h
@@ -49895,6 +49883,7 @@ var mainvue_type_template_id_16ba9e56_render = function () {
49895
49883
  startTaskRead: _vm.handleTaskRead,
49896
49884
  success: _vm.handleSuccess,
49897
49885
  save: _vm.handleSave,
49886
+ endMessageChange: _vm.handleEndMessageChange,
49898
49887
  },
49899
49888
  },
49900
49889
  "es-flow",
@@ -49908,11 +49897,11 @@ var mainvue_type_template_id_16ba9e56_render = function () {
49908
49897
  2
49909
49898
  )
49910
49899
  }
49911
- var mainvue_type_template_id_16ba9e56_staticRenderFns = []
49912
- 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
49913
49902
 
49914
49903
 
49915
- // 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&
49916
49905
 
49917
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&
49918
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; };
@@ -50361,6 +50350,7 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
50361
50350
  //
50362
50351
  //
50363
50352
  //
50353
+ //
50364
50354
 
50365
50355
 
50366
50356
  /* harmony default export */ var flow_group_src_mainvue_type_script_lang_js_ = ({
@@ -50560,6 +50550,9 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
50560
50550
  this.injector && this.injector.handleChangeData({ appId: this.taskExamineAppId });
50561
50551
  }
50562
50552
  },
50553
+ handleEndMessageChange: function handleEndMessageChange(val) {
50554
+ this.$emit('endMessageChange', val);
50555
+ },
50563
50556
  handleSuccess: function handleSuccess() {
50564
50557
  if (this.closeDialog && this.esDialog) {
50565
50558
  this.esDialog.handleClose();
@@ -50601,8 +50594,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
50601
50594
 
50602
50595
  var flow_group_src_main_component = normalizeComponent(
50603
50596
  packages_flow_group_src_mainvue_type_script_lang_js_,
50604
- mainvue_type_template_id_16ba9e56_render,
50605
- mainvue_type_template_id_16ba9e56_staticRenderFns,
50597
+ mainvue_type_template_id_00cf2c99_render,
50598
+ mainvue_type_template_id_00cf2c99_staticRenderFns,
50606
50599
  false,
50607
50600
  null,
50608
50601
  null,
@@ -55016,8 +55009,8 @@ layout_src_main.install = function (Vue) {
55016
55009
  };
55017
55010
 
55018
55011
  /* 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 () {
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 () {
55021
55014
  var _vm = this
55022
55015
  var _h = _vm.$createElement
55023
55016
  var _c = _vm._self._c || _h
@@ -56292,7 +56285,7 @@ var mainvue_type_template_id_5a822b69_render = function () {
56292
56285
  )
56293
56286
  : _vm._e()
56294
56287
  }
56295
- var mainvue_type_template_id_5a822b69_staticRenderFns = [
56288
+ var mainvue_type_template_id_8146921c_staticRenderFns = [
56296
56289
  function () {
56297
56290
  var _vm = this
56298
56291
  var _h = _vm.$createElement
@@ -56307,10 +56300,10 @@ var mainvue_type_template_id_5a822b69_staticRenderFns = [
56307
56300
  ])
56308
56301
  },
56309
56302
  ]
56310
- mainvue_type_template_id_5a822b69_render._withStripped = true
56303
+ mainvue_type_template_id_8146921c_render._withStripped = true
56311
56304
 
56312
56305
 
56313
- // 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&
56314
56307
 
56315
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&
56316
56309
  var resetPasswordvue_type_template_id_45dccfdc_render = function () {
@@ -58239,8 +58232,11 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58239
58232
  if (res.subsystemExtend.login_url) {
58240
58233
  this.actionUrl = res.subsystemExtend.login_url;
58241
58234
  }
58242
- if (res.subsystemExtend.loginModel && (ceshi == 'true' || ceshi == true)) {
58243
- 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;
58244
58240
  }
58245
58241
  if (res.subsystemExtend.caModel) {
58246
58242
  this.caLoginModel = res.subsystemExtend.caModel;
@@ -58784,8 +58780,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58784
58780
 
58785
58781
  var login_src_main_component = normalizeComponent(
58786
58782
  packages_login_src_mainvue_type_script_lang_js_,
58787
- mainvue_type_template_id_5a822b69_render,
58788
- mainvue_type_template_id_5a822b69_staticRenderFns,
58783
+ mainvue_type_template_id_8146921c_render,
58784
+ mainvue_type_template_id_8146921c_staticRenderFns,
58789
58785
  false,
58790
58786
  null,
58791
58787
  null,
@@ -76404,8 +76400,8 @@ select_ganged_src_main.install = function (Vue) {
76404
76400
  };
76405
76401
 
76406
76402
  /* 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 () {
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 () {
76409
76405
  var _vm = this
76410
76406
  var _h = _vm.$createElement
76411
76407
  var _c = _vm._self._c || _h
@@ -76576,7 +76572,8 @@ var mainvue_type_template_id_03999292_render = function () {
76576
76572
  attrs: {
76577
76573
  closable:
76578
76574
  !_vm.selectorDisabled &&
76579
- !_vm.readonly,
76575
+ !_vm.readonly &&
76576
+ _vm.selected.length > _vm.min,
76580
76577
  type: "info",
76581
76578
  "disable-transitions": "",
76582
76579
  },
@@ -76979,11 +76976,11 @@ var mainvue_type_template_id_03999292_render = function () {
76979
76976
  )
76980
76977
  : _vm._e()
76981
76978
  }
76982
- var mainvue_type_template_id_03999292_staticRenderFns = []
76983
- 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
76984
76981
 
76985
76982
 
76986
- // 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&
76987
76984
 
76988
76985
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
76989
76986
  var clickoutside_ = __webpack_require__(17);
@@ -77215,6 +77212,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77215
77212
  //
77216
77213
  //
77217
77214
  //
77215
+ //
77216
+ //
77218
77217
 
77219
77218
 
77220
77219
 
@@ -77347,6 +77346,14 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77347
77346
  inputHeight: {
77348
77347
  type: Number,
77349
77348
  default: 40
77349
+ },
77350
+ min: {
77351
+ type: Number,
77352
+ default: 0
77353
+ },
77354
+ select: {
77355
+ type: Boolean,
77356
+ default: true
77350
77357
  }
77351
77358
  },
77352
77359
  data: function data() {
@@ -77512,12 +77519,13 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77512
77519
  return utils_util["a" /* default */].isObject(obj) ? obj[this.valueKey] : obj;
77513
77520
  },
77514
77521
  toggleMenu: function toggleMenu() {
77515
- if (!this.selectorDisabled && !this.readonly && !this.filterable) {
77522
+ if (!this.selectorDisabled && !this.readonly && !this.filterable && this.select) {
77516
77523
  this.visible = true;
77517
77524
  }
77518
77525
  },
77519
77526
  openDialog: function openDialog() {
77520
- if (!this.selectorDisabled && !this.readonly) {
77527
+
77528
+ if (!this.selectorDisabled && !this.readonly && this.select) {
77521
77529
  this.visible = true;
77522
77530
  }
77523
77531
  },
@@ -77645,7 +77653,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77645
77653
  event;
77646
77654
  item;
77647
77655
  index = index === undefined ? 0 : index;
77648
- this.selected.splice(index, 1);
77656
+ this.selected.length > this.min && this.selected.splice(index, 1);
77649
77657
  },
77650
77658
  resetInputHeight: function resetInputHeight() {
77651
77659
  var _this4 = this;
@@ -77710,8 +77718,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77710
77718
 
77711
77719
  var selector_src_main_component = normalizeComponent(
77712
77720
  packages_selector_src_mainvue_type_script_lang_js_,
77713
- mainvue_type_template_id_03999292_render,
77714
- mainvue_type_template_id_03999292_staticRenderFns,
77721
+ mainvue_type_template_id_3cb8fed2_render,
77722
+ mainvue_type_template_id_3cb8fed2_staticRenderFns,
77715
77723
  false,
77716
77724
  null,
77717
77725
  null,
@@ -85654,8 +85662,8 @@ toolbar_src_main.install = function (Vue) {
85654
85662
  };
85655
85663
 
85656
85664
  /* 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 () {
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 () {
85659
85667
  var _vm = this
85660
85668
  var _h = _vm.$createElement
85661
85669
  var _c = _vm._self._c || _h
@@ -86382,26 +86390,20 @@ var tablevue_type_template_id_445ecb10_render = function () {
86382
86390
  )
86383
86391
  )
86384
86392
  : 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"
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)
86405
86407
  ? _c(
86406
86408
  "es-date-picker",
86407
86409
  _vm._b(
@@ -87252,30 +87254,22 @@ var tablevue_type_template_id_445ecb10_render = function () {
87252
87254
  )
87253
87255
  )
87254
87256
  : 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"
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
+ )
87279
87273
  ? _c(
87280
87274
  "es-date-picker",
87281
87275
  _vm._b(
@@ -87935,54 +87929,24 @@ var tablevue_type_template_id_445ecb10_render = function () {
87935
87929
  : item
87936
87930
  .inline
87937
87931
  .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"
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
+ )
87986
87950
  ? _c(
87987
87951
  "es-date-picker",
87988
87952
  _vm._b(
@@ -88541,11 +88505,11 @@ var tablevue_type_template_id_445ecb10_render = function () {
88541
88505
  2
88542
88506
  )
88543
88507
  }
88544
- var tablevue_type_template_id_445ecb10_staticRenderFns = []
88545
- 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
88546
88510
 
88547
88511
 
88548
- // 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&
88549
88513
 
88550
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&
88551
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; };
@@ -89726,6 +89690,12 @@ var src_tablevue_type_script_lang_js_extends = Object.assign || function (target
89726
89690
  //
89727
89691
  //
89728
89692
  //
89693
+ //
89694
+ //
89695
+ //
89696
+ //
89697
+ //
89698
+ //
89729
89699
 
89730
89700
 
89731
89701
 
@@ -90047,8 +90017,8 @@ var src_tablevue_type_script_lang_js_extends = Object.assign || function (target
90047
90017
 
90048
90018
  var form_src_table_component = normalizeComponent(
90049
90019
  packages_form_src_tablevue_type_script_lang_js_,
90050
- tablevue_type_template_id_445ecb10_render,
90051
- tablevue_type_template_id_445ecb10_staticRenderFns,
90020
+ tablevue_type_template_id_a829d438_render,
90021
+ tablevue_type_template_id_a829d438_staticRenderFns,
90052
90022
  false,
90053
90023
  null,
90054
90024
  null,
@@ -92115,7 +92085,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92115
92085
  }
92116
92086
 
92117
92087
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92118
- version: '0.6.84',
92088
+ version: '0.6.85',
92119
92089
  install: install,
92120
92090
  Button: packages_button,
92121
92091
  ButtonGroup: button_group,