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
package/lib/wxlogin.js CHANGED
@@ -258,99 +258,7 @@ var ajax = function ajax(_ref) {
258
258
  }
259
259
  }
260
260
  if (response.status === 200) {
261
- if (response.data.rCode === 64 || response.data.rCode === 65 || response.data.rCode === 67 || response.data.rCode === 69) {
262
- removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
263
- var href = '';
264
- try {
265
- href = win.top.location.href;
266
- } catch (error) {
267
- href = win.location.href;
268
- }
269
- if (href.indexOf('#/login') === -1 && href.indexOf('/login.html') === -1) {
270
- var remind = sessionStorage.getItem('remind');
271
- if (!remind) {
272
- clearTimeout(loginMsg);
273
- loginMsg = setTimeout(function () {
274
- sessionStorage.setItem('remind', 1);
275
- eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
276
- confirmButtonText: '确定',
277
- closeOnClickModal: false,
278
- type: 'warning'
279
- } : {
280
- confirmButtonText: '确定',
281
- cancelButtonText: '取消',
282
- closeOnClickModal: false,
283
- type: 'warning'
284
- }).then(function () {
285
- try {
286
- var loginPage = getStorage('login') || getStorage('loginPage');
287
- if (loginPage) {
288
- var src = void 0;
289
- if (!startWith(loginPage, ['http', '/'], true)) {
290
- var pathname = win.top.location.pathname;
291
- if (pathname !== '/') {
292
- pathname = pathname.split('/');
293
- pathname.splice(pathname.length - 1);
294
- pathname = pathname.join('/');
295
- src = pathname + '/' + loginPage.replace('./', '');
296
- } else {
297
- src = pathname + loginPage.replace('./', '');
298
- }
299
- } else {
300
- src = loginPage;
301
- }
302
- win.top.location.href = src;
303
- } else if (win.top.location.href.indexOf('main.html') > -1) {
304
- win.top.location.href = './login.html';
305
- } else {
306
- var hash = win.top.location.hash;
307
- if (hash) {
308
- var len = win.top.location.href.indexOf(hash);
309
- win.top.location.href = win.location.href.slice(0, len) + '#/login';
310
- } else {
311
- win.top.location.href = '/login.html';
312
- }
313
- }
314
- } catch (error) {
315
- win.postMessage({ type: 1 }, '*');
316
- }
317
- }).catch(function (e) {
318
- sessionStorage.removeItem('remind');
319
- });
320
- }, 2000);
321
- }
322
- }
323
- } else if (response.data.rCode === 61) {
324
- clearTimeout(initAuth);
325
- initAuth = setTimeout(function () {
326
- Object(eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"])({
327
- title: '请进行二次鉴权',
328
- closeOnClickModal: false,
329
- closeOnPressEscape: false,
330
- showConfirmButton: false,
331
- dangerouslyUseHTMLString: true,
332
- scroll: false,
333
- customClass: 'es-retrial-auth-msg',
334
- render: function render(h, msgBox) {
335
- return h('es-retrial-auth', {
336
- ref: 'auth',
337
- props: {
338
- reload: response.data.results.reload || response.data.results.refresh,
339
- group: response.data.results.retrialAuthGroupIds,
340
- type: response.data.results.retrialAuthType,
341
- msgBox: msgBox
342
- }
343
- });
344
- },
345
- callback: function callback(res, obj) {
346
- obj.$children.forEach(function (item) {
347
- item.clearTimeouts && item.clearTimeouts();
348
- return;
349
- });
350
- }
351
- });
352
- }, 1000);
353
- }
261
+ responses(response.data);
354
262
  // eslint-disable-next-line no-undef
355
263
  return Promise.resolve(JSON.parse(JSON.stringify(response.data)));
356
264
  }
@@ -2871,6 +2779,109 @@ var replenish = function replenish(_ref15) {
2871
2779
  return data;
2872
2780
  };
2873
2781
 
2782
+ /**
2783
+ * responses
2784
+ * @desc:状态码响应
2785
+ * @author huangbo
2786
+ * @date 2022年5月7日
2787
+ * @param {object} [data] - 数字或字符串型数字
2788
+ **/
2789
+ var responses = function responses(data) {
2790
+ if (data.rCode === 64 || data.rCode === 65 || data.rCode === 67 || data.rCode === 69) {
2791
+ removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump', 'showLaunch']);
2792
+ var href = '';
2793
+ try {
2794
+ href = win.top.location.href;
2795
+ } catch (error) {
2796
+ href = win.location.href;
2797
+ }
2798
+ if (href.indexOf('#/login') === -1 && href.indexOf('/login.html') === -1) {
2799
+ var remind = sessionStorage.getItem('remind');
2800
+ if (!remind) {
2801
+ clearTimeout(loginMsg);
2802
+ loginMsg = setTimeout(function () {
2803
+ sessionStorage.setItem('remind', 1);
2804
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].confirm(data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', data.rCode === 69 ? {
2805
+ confirmButtonText: '确定',
2806
+ closeOnClickModal: false,
2807
+ type: 'warning'
2808
+ } : {
2809
+ confirmButtonText: '确定',
2810
+ cancelButtonText: '取消',
2811
+ closeOnClickModal: false,
2812
+ type: 'warning'
2813
+ }).then(function () {
2814
+ try {
2815
+ var loginPage = getStorage('login') || getStorage('loginPage');
2816
+ if (loginPage) {
2817
+ var src = void 0;
2818
+ if (!startWith(loginPage, ['http', '/'], true)) {
2819
+ var pathname = win.top.location.pathname;
2820
+ if (pathname !== '/') {
2821
+ pathname = pathname.split('/');
2822
+ pathname.splice(pathname.length - 1);
2823
+ pathname = pathname.join('/');
2824
+ src = pathname + '/' + loginPage.replace('./', '');
2825
+ } else {
2826
+ src = pathname + loginPage.replace('./', '');
2827
+ }
2828
+ } else {
2829
+ src = loginPage;
2830
+ }
2831
+ win.top.location.href = src;
2832
+ } else if (win.top.location.href.indexOf('main.html') > -1) {
2833
+ win.top.location.href = './login.html';
2834
+ } else {
2835
+ var hash = win.top.location.hash;
2836
+ if (hash) {
2837
+ var len = win.top.location.href.indexOf(hash);
2838
+ win.top.location.href = win.location.href.slice(0, len) + '#/login';
2839
+ } else {
2840
+ win.top.location.href = '/login.html';
2841
+ }
2842
+ }
2843
+ } catch (error) {
2844
+ win.postMessage({ type: 1 }, '*');
2845
+ }
2846
+ }).catch(function (e) {
2847
+ sessionStorage.removeItem('remind');
2848
+ });
2849
+ }, 2000);
2850
+ }
2851
+ }
2852
+ } else if (data.rCode === 61) {
2853
+ clearTimeout(initAuth);
2854
+ initAuth = setTimeout(function () {
2855
+ Object(eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"])({
2856
+ title: '请进行二次鉴权',
2857
+ closeOnClickModal: false,
2858
+ closeOnPressEscape: false,
2859
+ showConfirmButton: false,
2860
+ dangerouslyUseHTMLString: true,
2861
+ scroll: false,
2862
+ customClass: 'es-retrial-auth-msg',
2863
+ render: function render(h, msgBox) {
2864
+ return h('es-retrial-auth', {
2865
+ ref: 'auth',
2866
+ props: {
2867
+ reload: data.results.reload || data.results.refresh,
2868
+ group: data.results.retrialAuthGroupIds,
2869
+ type: data.results.retrialAuthType,
2870
+ msgBox: msgBox
2871
+ }
2872
+ });
2873
+ },
2874
+ callback: function callback(res, obj) {
2875
+ obj.$children.forEach(function (item) {
2876
+ item.clearTimeouts && item.clearTimeouts();
2877
+ return;
2878
+ });
2879
+ }
2880
+ });
2881
+ }, 1000);
2882
+ }
2883
+ };
2884
+
2874
2885
  /**
2875
2886
  * rgbToHsv
2876
2887
  * @desc:rgb转化成hsv
@@ -3527,6 +3538,7 @@ var watermark = function watermark(option) {
3527
3538
  receiveMessage: receiveMessage,
3528
3539
  removeStorage: removeStorage,
3529
3540
  replenish: replenish,
3541
+ responses: responses,
3530
3542
  rgbToHsv: rgbToHsv,
3531
3543
  rmbToCapital: rmbToCapital,
3532
3544
  sendMessage: sendMessage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoss-ui",
3
- "version": "0.6.84",
3
+ "version": "0.6.85",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -34,6 +34,8 @@
34
34
  "
35
35
  :multiple="newMultiple"
36
36
  :mix="currentMix"
37
+ :isUnionSeal="type == 'unionSeal'"
38
+ :selectUserList="unionSealData || []"
37
39
  @change="
38
40
  changeSelectUser(
39
41
  $event,
@@ -180,6 +182,7 @@ export default {
180
182
  opinion: ''
181
183
  },
182
184
  onlyName: '',
185
+ unionSealData:[],
183
186
  currentOrgTabs: [],
184
187
  foreignOrgTabs: [],
185
188
  foreignOrgTabsParam: {},
@@ -335,10 +338,8 @@ export default {
335
338
  }
336
339
  }
337
340
  } = res;
338
- console.log(otherOrgDisabledObjId,'otherOrgDisabledObjId')
339
341
  if(otherOrgDisabledObjId){
340
342
  this.otherOrgDisabledObjId = otherOrgDisabledObjId.split(',')
341
- console.log( this.otherOrgDisabledObjId,otherOrgDisabledObjId.split(','))
342
343
  }
343
344
  if (res.data.customizedConfig) {
344
345
  if (res.data.customizedConfig.currentOrgSelectorCustomized) {
@@ -407,8 +408,19 @@ export default {
407
408
  }
408
409
  this.isOpinionRequired = isOpinionRequired;
409
410
  if (this.type == 'unionSeal') {
410
- this.onlyName = unionDispatchOrgName;
411
- this.infoList.nextOtherOrgObj.push(unionDispatchOrgId);
411
+ let names = unionDispatchOrgName.split(',')
412
+ let ids = unionDispatchOrgId.split(',')
413
+ names.map((x,i) => {
414
+ if(x){
415
+ this.unionSealData.push({
416
+ showname: x,
417
+ showid: ids[i]
418
+ })
419
+
420
+ }
421
+ })
422
+ // this.onlyName = unionDispatchOrgName;
423
+ // this.infoList.nextOtherOrgObj.push(unionDispatchOrgId);
412
424
  }
413
425
  if (this.type == 'twoOfficesDispatch') {
414
426
  this.onlyName = orgNames;
@@ -487,7 +499,7 @@ export default {
487
499
  data: {
488
500
  opinion,
489
501
  pendingId,
490
- nextOtherOrgObj: Array.isArray(nextOtherOrgObj)
502
+ nextOtherOrgObj:this.type == 'unionSeal'?this.unionSealData.map(x => x.showid).join(',') : Array.isArray(nextOtherOrgObj)
491
503
  ? nextOtherOrgObj.join(',')
492
504
  : nextOtherOrgObj,
493
505
  nextCurrentOrgObj: Array.isArray(nextCurrentOrgObj)
@@ -787,7 +787,8 @@
787
787
  <el-button class="es-button-agree" @click="subProcess('不同意。')"
788
788
  >不同意</el-button
789
789
  >
790
- <el-button class="es-button-agree-save" @click="saveInfo()"
790
+ <el-button class="es-button-agree-save"
791
+ v-if="!isHideTemporarySave" @click="saveInfo()"
791
792
  >暂存</el-button
792
793
  >
793
794
  </div>
@@ -802,7 +803,7 @@
802
803
  >
803
804
  <el-button
804
805
  v-show="isSubmitButtonShowAgreeAndDisagree != 1"
805
- v-for="item of hideBtn ? btnList.slice(0, 1) : btnList"
806
+ v-for="item of hideBtn || isHideTemporarySave ? btnList.slice(0, 1) : btnList"
806
807
  :key="item.name"
807
808
  :type="item.type"
808
809
  :style="btnStyle"
@@ -1219,6 +1220,7 @@ export default {
1219
1220
  styles: {},
1220
1221
  optionsKey: 0,
1221
1222
  endMessage:'',
1223
+ isHideTemporarySave:false,
1222
1224
  oldNextOperate:'',
1223
1225
  taskOperationShiftedNodeList: null,
1224
1226
  currentNodeEnableItemHandleDescription: false,
@@ -1554,6 +1556,7 @@ export default {
1554
1556
  };
1555
1557
  util.ajax(params).then((res) => {
1556
1558
  if (res.status == 'success') {
1559
+ this.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1
1557
1560
  this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
1558
1561
  this.directCreateCircularReadWhenFlowStarted =
1559
1562
  res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
@@ -2249,7 +2252,7 @@ export default {
2249
2252
  } else if (res.fun === 'toUnionSeal()') {
2250
2253
  // 联合用印
2251
2254
  this.flowType = 'unionSeal';
2252
- this.flowDisabled = true;
2255
+ this.flowDisabled = false;
2253
2256
  this.flowTitle = res.value;
2254
2257
  this.toStartDraf(res);
2255
2258
  } else if (res.fun == 'toTwoOfficesDispatch()') {
@@ -2846,6 +2849,7 @@ export default {
2846
2849
  });
2847
2850
  });
2848
2851
  }
2852
+ this.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1
2849
2853
  this.pendingItemHandleDescription = pendingItemHandleDescription;
2850
2854
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
2851
2855
  this.currentOrgSelectorTabs =
@@ -68,18 +68,22 @@
68
68
  :title="title"
69
69
  max="5"
70
70
  :mix="mix"
71
+ :min="isUnionSeal ? 1 : 0"
71
72
  :disabled="!isCustomUser || isCurrentNodeForbiddenChangeCandidate == 1"
72
- :filterable="Boolean(isCustomUser)"
73
+ :filterable="Boolean(isCustomUser && !isUnionSeal)"
73
74
  :class="
74
- isCustomUser && isCurrentNodeForbiddenChangeCandidate == 0
75
+ isCustomUser &&
76
+ isCurrentNodeForbiddenChangeCandidate == 0 &&
77
+ !isUnionSeal
75
78
  ? ''
76
79
  : 'no-icon'
77
80
  "
81
+ :select="isUnionSeal == false"
78
82
  :where="newWhere"
79
83
  :multiple="newMultiple"
80
84
  @cancel="cancelSelectUser"
81
85
  @change="getSelectUser"
82
- :param="{...newParams,info:'no'}"
86
+ :param="{ ...newParams, info: 'no' }"
83
87
  :disableds="disableds"
84
88
  ><i class="es-icon-user"></i
85
89
  ></es-selector>
@@ -103,11 +107,15 @@ export default {
103
107
  tabs: {
104
108
  type: Object
105
109
  },
110
+ isUnionSeal: {
111
+ type: Boolean,
112
+ default: false
113
+ },
106
114
  nextUser: {
107
115
  default: () => []
108
116
  },
109
- disableds:{
110
- type:Array,
117
+ disableds: {
118
+ type: Array,
111
119
  default: () => []
112
120
  },
113
121
  radioList: {
@@ -185,9 +193,15 @@ export default {
185
193
  newRadioList: []
186
194
  };
187
195
  },
188
- computed:{
189
- newWhere(){
190
- return {mid:`${JSON.parse(util.getStorage('mainConfig')).userModel.orgId}-org-1`,filid:JSON.parse(util.getStorage('mainConfig')).userModel.orgId,...this.where}
196
+ computed: {
197
+ newWhere() {
198
+ return {
199
+ mid: `${
200
+ JSON.parse(util.getStorage('mainConfig')).userModel.orgId
201
+ }-org-1`,
202
+ filid: JSON.parse(util.getStorage('mainConfig')).userModel.orgId,
203
+ ...this.where
204
+ };
191
205
  }
192
206
  },
193
207
  watch: {
@@ -126,6 +126,7 @@ export default {
126
126
  url: toTaskSupervise,
127
127
  params: {
128
128
  businessId: this.businessId,
129
+ appId: this.appId,
129
130
  userId: util.getStorage('userId')
130
131
  }
131
132
  })
@@ -437,6 +437,7 @@
437
437
  @startTaskRead="handleTaskRead"
438
438
  @success="handleSuccess"
439
439
  @save="handleSave"
440
+ @endMessageChange="handleEndMessageChange"
440
441
  :closeParent="closeParent"
441
442
  ></es-flow>
442
443
  <slot></slot>
@@ -656,6 +657,9 @@ export default {
656
657
  this.injector.handleChangeData({ appId: this.taskExamineAppId });
657
658
  }
658
659
  },
660
+ handleEndMessageChange(val){
661
+ this.$emit('endMessageChange',val)
662
+ },
659
663
  handleSuccess() {
660
664
  if (this.closeDialog && this.esDialog) {
661
665
  this.esDialog.handleClose();
@@ -503,18 +503,20 @@
503
503
  <es-date-picker
504
504
  v-else-if="
505
505
  item.date ||
506
- item.type == 'date' ||
507
- item.type == 'year' ||
508
- item.type == 'month' ||
509
- item.type == 'date' ||
510
- item.type == 'dates' ||
511
- item.type == 'week' ||
512
- item.type == 'datetime' ||
513
- item.type == 'datetimerange' ||
514
- item.type == 'daterange' ||
515
- item.type == 'monthrange' ||
516
- item.type == 'quarter' ||
517
- item.type == 'halfyear'
506
+ [
507
+ 'date',
508
+ 'year',
509
+ 'month',
510
+ 'date',
511
+ 'dates',
512
+ 'week',
513
+ 'datetime',
514
+ 'datetimerange',
515
+ 'daterange',
516
+ 'monthrange',
517
+ 'quarter',
518
+ 'halfyear'
519
+ ].includes(item.type)
518
520
  "
519
521
  v-bind="
520
522
  handleExclAttribute({
@@ -914,18 +916,20 @@
914
916
  <es-date-picker
915
917
  v-else-if="
916
918
  inline.date ||
917
- inline.type == 'date' ||
918
- inline.type == 'year' ||
919
- inline.type == 'month' ||
920
- inline.type == 'date' ||
921
- inline.type == 'dates' ||
922
- inline.type == 'week' ||
923
- inline.type == 'datetime' ||
924
- inline.type == 'datetimerange' ||
925
- inline.type == 'daterange' ||
926
- inline.type == 'monthrange' ||
927
- inline.type == 'quarter' ||
928
- inline.type == 'halfyear'
919
+ [
920
+ 'date',
921
+ 'year',
922
+ 'month',
923
+ 'date',
924
+ 'dates',
925
+ 'week',
926
+ 'datetime',
927
+ 'datetimerange',
928
+ 'daterange',
929
+ 'monthrange',
930
+ 'quarter',
931
+ 'halfyear'
932
+ ].includes(inline.type)
929
933
  "
930
934
  v-bind="
931
935
  handleExclAttribute({
@@ -1190,18 +1194,20 @@
1190
1194
  <es-date-picker
1191
1195
  v-else-if="
1192
1196
  item.inline.date ||
1193
- item.inline.type == 'date' ||
1194
- item.inline.type == 'year' ||
1195
- item.inline.type == 'month' ||
1196
- item.inline.type == 'date' ||
1197
- item.inline.type == 'dates' ||
1198
- item.inline.type == 'week' ||
1199
- item.inline.type == 'datetime' ||
1200
- item.inline.type == 'datetimerange' ||
1201
- item.inline.type == 'daterange' ||
1202
- item.inline.type == 'monthrange' ||
1203
- item.inline.type == 'quarter' ||
1204
- item.inline.type == 'halfyear'
1197
+ [
1198
+ 'date',
1199
+ 'year',
1200
+ 'month',
1201
+ 'date',
1202
+ 'dates',
1203
+ 'week',
1204
+ 'datetime',
1205
+ 'datetimerange',
1206
+ 'daterange',
1207
+ 'monthrange',
1208
+ 'quarter',
1209
+ 'halfyear'
1210
+ ].includes(item.inline.type)
1205
1211
  "
1206
1212
  v-bind="
1207
1213
  handleExclAttribute({
@@ -1592,18 +1598,20 @@
1592
1598
  <es-date-picker
1593
1599
  v-else-if="
1594
1600
  item.date ||
1595
- item.type == 'date' ||
1596
- item.type == 'year' ||
1597
- item.type == 'month' ||
1598
- item.type == 'date' ||
1599
- item.type == 'dates' ||
1600
- item.type == 'week' ||
1601
- item.type == 'datetime' ||
1602
- item.type == 'datetimerange' ||
1603
- item.type == 'daterange' ||
1604
- item.type == 'monthrange' ||
1605
- item.type == 'quarter' ||
1606
- item.type == 'halfyear'
1601
+ [
1602
+ 'date',
1603
+ 'year',
1604
+ 'month',
1605
+ 'date',
1606
+ 'dates',
1607
+ 'week',
1608
+ 'datetime',
1609
+ 'datetimerange',
1610
+ 'daterange',
1611
+ 'monthrange',
1612
+ 'quarter',
1613
+ 'halfyear'
1614
+ ].includes(item.type)
1607
1615
  "
1608
1616
  v-bind="
1609
1617
  handleExclAttribute({ data: item, attrs: ['value'] })
@@ -1962,18 +1970,20 @@
1962
1970
  <es-date-picker
1963
1971
  v-else-if="
1964
1972
  inline.date ||
1965
- inline.type == 'date' ||
1966
- inline.type == 'year' ||
1967
- inline.type == 'month' ||
1968
- inline.type == 'date' ||
1969
- inline.type == 'dates' ||
1970
- inline.type == 'week' ||
1971
- inline.type == 'datetime' ||
1972
- inline.type == 'datetimerange' ||
1973
- inline.type == 'daterange' ||
1974
- inline.type == 'monthrange' ||
1975
- inline.type == 'quarter' ||
1976
- inline.type == 'halfyear'
1973
+ [
1974
+ 'date',
1975
+ 'year',
1976
+ 'month',
1977
+ 'date',
1978
+ 'dates',
1979
+ 'week',
1980
+ 'datetime',
1981
+ 'datetimerange',
1982
+ 'daterange',
1983
+ 'monthrange',
1984
+ 'quarter',
1985
+ 'halfyear'
1986
+ ].includes(item.type)
1977
1987
  "
1978
1988
  v-bind="
1979
1989
  handleExclAttribute({
@@ -2228,18 +2238,20 @@
2228
2238
  <es-date-picker
2229
2239
  v-else-if="
2230
2240
  item.inline.date ||
2231
- item.inline.type == 'date' ||
2232
- item.inline.type == 'year' ||
2233
- item.inline.type == 'month' ||
2234
- item.inline.type == 'date' ||
2235
- item.inline.type == 'dates' ||
2236
- item.inline.type == 'week' ||
2237
- item.inline.type == 'datetime' ||
2238
- item.inline.type == 'datetimerange' ||
2239
- item.inline.type == 'daterange' ||
2240
- item.inline.type == 'monthrange' ||
2241
- item.inline.type == 'quarter' ||
2242
- item.inline.type == 'halfyear'
2241
+ [
2242
+ 'date',
2243
+ 'year',
2244
+ 'month',
2245
+ 'date',
2246
+ 'dates',
2247
+ 'week',
2248
+ 'datetime',
2249
+ 'datetimerange',
2250
+ 'daterange',
2251
+ 'monthrange',
2252
+ 'quarter',
2253
+ 'halfyear'
2254
+ ].includes(item.inline.type)
2243
2255
  "
2244
2256
  v-bind="
2245
2257
  handleExclAttribute({