eoss-ui 0.7.22 → 0.7.24

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 (119) hide show
  1. package/lib/button-group.js +48 -7
  2. package/lib/button.js +48 -7
  3. package/lib/calogin.js +48 -7
  4. package/lib/checkbox-group.js +48 -7
  5. package/lib/data-table-form.js +48 -7
  6. package/lib/data-table.js +48 -7
  7. package/lib/date-picker.js +48 -7
  8. package/lib/dialog.js +48 -7
  9. package/lib/eoss-ui.common.js +608 -525
  10. package/lib/flow-group.js +70 -9
  11. package/lib/flow-list.js +129 -88
  12. package/lib/flow.js +340 -294
  13. package/lib/form.js +48 -7
  14. package/lib/handle-user.js +48 -7
  15. package/lib/handler.js +48 -7
  16. package/lib/icon.js +48 -7
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +48 -7
  19. package/lib/input.js +48 -7
  20. package/lib/login.js +74 -16
  21. package/lib/main.js +176 -135
  22. package/lib/nav.js +48 -7
  23. package/lib/page.js +48 -7
  24. package/lib/pagination.js +48 -7
  25. package/lib/player.js +48 -7
  26. package/lib/qr-code.js +48 -7
  27. package/lib/radio-group.js +48 -7
  28. package/lib/retrial-auth.js +48 -7
  29. package/lib/select-ganged.js +48 -7
  30. package/lib/select.js +48 -7
  31. package/lib/selector-panel.js +48 -7
  32. package/lib/selector.js +48 -7
  33. package/lib/sizer.js +48 -7
  34. package/lib/steps.js +48 -7
  35. package/lib/switch.js +48 -7
  36. package/lib/table-form.js +48 -7
  37. package/lib/tabs.js +48 -7
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/theme-chalk/login.css +1 -1
  40. package/lib/tips.js +48 -7
  41. package/lib/tree-group.js +48 -7
  42. package/lib/tree.js +48 -7
  43. package/lib/upload.js +48 -7
  44. package/lib/utils/util.js +48 -7
  45. package/lib/wujie.js +48 -7
  46. package/lib/wxlogin.js +48 -7
  47. package/package.json +160 -160
  48. package/packages/.DS_Store +0 -0
  49. package/packages/button-group/src/main.vue +346 -346
  50. package/packages/calogin/.DS_Store +0 -0
  51. package/packages/calogin/src/main.vue +412 -412
  52. package/packages/data-table/src/column.vue +988 -988
  53. package/packages/data-table/src/main.vue +1831 -1831
  54. package/packages/date-picker/.DS_Store +0 -0
  55. package/packages/date-picker/src/.DS_Store +0 -0
  56. package/packages/flow/.DS_Store +0 -0
  57. package/packages/flow/src/.DS_Store +0 -0
  58. package/packages/flow/src/component/Circulate.vue +413 -413
  59. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  60. package/packages/flow/src/component/FileList.vue +97 -97
  61. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  62. package/packages/flow/src/component/SendMsg.vue +242 -242
  63. package/packages/flow/src/component/taskUnionExamine.vue +738 -738
  64. package/packages/flow/src/freeStartFlow.vue +2847 -2847
  65. package/packages/flow/src/main.vue +3843 -3843
  66. package/packages/flow/src/processForm.vue +1370 -1366
  67. package/packages/flow/src/processReject.vue +308 -308
  68. package/packages/flow/src/reset.vue +941 -941
  69. package/packages/flow/src/startTaskRead.vue +691 -691
  70. package/packages/flow/src/supervise.vue +159 -159
  71. package/packages/flow-group/src/main.vue +717 -696
  72. package/packages/flow-list/.DS_Store +0 -0
  73. package/packages/flow-list/src/main.vue +1770 -1770
  74. package/packages/form/.DS_Store +0 -0
  75. package/packages/form/src/main.vue +3901 -3901
  76. package/packages/form/src/table.vue +1512 -1512
  77. package/packages/handle-user/src/main.vue +137 -137
  78. package/packages/handler/src/main.vue +496 -496
  79. package/packages/icon/src/main.vue +104 -104
  80. package/packages/login/.DS_Store +0 -0
  81. package/packages/login/src/main.vue +2020 -1994
  82. package/packages/login/src/resetPassword.vue +557 -557
  83. package/packages/main/.DS_Store +0 -0
  84. package/packages/main/src/.DS_Store +0 -0
  85. package/packages/main/src/default/userinfo.vue +502 -502
  86. package/packages/main/src/public/search.vue +464 -464
  87. package/packages/main/src/simplicity/avatar.vue +82 -82
  88. package/packages/main/src/simplicity/handler.vue +263 -263
  89. package/packages/main/src/simplicity/index.vue +2125 -2125
  90. package/packages/main/src/simplicity/user.vue +259 -259
  91. package/packages/main/src/simplicity/userinfo.vue +398 -398
  92. package/packages/menu/.DS_Store +0 -0
  93. package/packages/select/.DS_Store +0 -0
  94. package/packages/select/src/main.vue +782 -782
  95. package/packages/selector/.DS_Store +0 -0
  96. package/packages/selector/src/main.vue +761 -761
  97. package/packages/selector-panel/.DS_Store +0 -0
  98. package/packages/selector-panel/src/main.vue +1027 -1027
  99. package/packages/selector-panel/src/selection.vue +170 -170
  100. package/packages/switch/src/main.vue +170 -170
  101. package/packages/theme-chalk/lib/index.css +1 -1
  102. package/packages/theme-chalk/lib/login.css +1 -1
  103. package/packages/theme-chalk/src/.DS_Store +0 -0
  104. package/packages/theme-chalk/src/flow.scss +351 -351
  105. package/packages/theme-chalk/src/form.scss +501 -501
  106. package/packages/theme-chalk/src/handler.scss +148 -148
  107. package/packages/theme-chalk/src/icon.scss +1817 -1817
  108. package/packages/theme-chalk/src/login.scss +987 -984
  109. package/packages/theme-chalk/src/selector.scss +92 -92
  110. package/packages/theme-chalk/src/simplicity.scss +1366 -1366
  111. package/packages/theme-chalk/src/upload.scss +172 -172
  112. package/packages/upload/.DS_Store +0 -0
  113. package/packages/upload/src/main.vue +1343 -1343
  114. package/src/.DS_Store +0 -0
  115. package/src/config/api.js +315 -315
  116. package/src/index.js +163 -163
  117. package/src/utils/.DS_Store +0 -0
  118. package/src/utils/rules.js +18 -18
  119. package/src/utils/util.js +49 -9
@@ -242,16 +242,17 @@ var ajax = function ajax(_ref) {
242
242
  http.interceptors.response.use(function (response) {
243
243
  // delPendingRequest(response.config);
244
244
  loading && loading.close();
245
- if (response.headers.authorization && response.headers.authorization !== getStorage('token')) {
246
- setStorage({
245
+ if (response.headers.authorization) {
246
+ response.headers.authorization !== getStorage('token') && setStorage({
247
+
247
248
  key: ['token', 'Authorization'],
248
249
  value: response.headers.authorization
249
250
  });
250
251
  }
251
252
  var ssId = response.headers.ssId || response.headers.Ssid || response.headers.ssid;
252
253
 
253
- if (ssId && ssId !== getStorage('ssId')) {
254
- setStorage({
254
+ if (ssId) {
255
+ ssId !== getStorage('ssId') && setStorage({
255
256
  key: 'ssId',
256
257
  value: ssId
257
258
  });
@@ -3449,6 +3450,9 @@ var getStorage = function getStorage(key) {
3449
3450
  if (key === 'host' && !res) {
3450
3451
  return win.location.origin;
3451
3452
  }
3453
+ if (!res && key === 'token') {
3454
+ res = getCookie('token');
3455
+ }
3452
3456
  return res;
3453
3457
  }
3454
3458
  var defaults = {};
@@ -3502,11 +3506,48 @@ var removeStorage = function removeStorage(key) {
3502
3506
  * @desc 设置cookie
3503
3507
  * @author huangbo
3504
3508
  * @param {string} [name] cookie名称
3505
- * @return {string} [value] cookie值
3509
+ * @param {string} [value] cookie值
3510
+ * @param {boolean} [isSession] 是否是会话cookie
3506
3511
  **/
3507
3512
  var setCookie = function setCookie(name, value) {
3508
- // 不设置 expires max-age,默认为会话 Cookie
3509
- document.cookie = encodeURIComponent(name) + '=' + encodeURIComponent(value) + '; path=/';
3513
+ var isSession = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
3514
+ var time = arguments[3];
3515
+
3516
+ var isIE = /MSIE|Trident/.test(navigator.userAgent);
3517
+ try {
3518
+ var cookieParts = [encodeURIComponent(name) + '=' + encodeURIComponent(value), 'path=/' // 仅保留path设置,确保全站访问
3519
+ ];
3520
+ // 会话/持久Cookie设置
3521
+ if (!isSession) {
3522
+ if (isIE) {
3523
+ // IE使用expires
3524
+ var date = new Date();
3525
+ date.setTime(date.getTime() + (time || 7 * 24 * 60 * 60 * 1000));
3526
+ cookieParts.push('expires=' + date.toUTCString());
3527
+ } else {
3528
+ // 其他浏览器使用max-age
3529
+ cookieParts.push('max-age=' + (time || 7 * 24 * 60 * 60));
3530
+ }
3531
+ }
3532
+ // 内核兼容处理
3533
+ if (isIE) {
3534
+ // IE特殊处理:添加P3P协议头
3535
+ cookieParts.push('P3P=CP="CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR"');
3536
+ } else {
3537
+ // 现代浏览器设置
3538
+ cookieParts.push('samesite=lax');
3539
+ if (window.location.protocol === 'https:') {
3540
+ cookieParts.push('secure');
3541
+ }
3542
+ }
3543
+
3544
+ // 设置Cookie
3545
+ document.cookie = cookieParts.join('; ');
3546
+ return true;
3547
+ } catch (e) {
3548
+ console.error('Cookie设置失败:', e);
3549
+ return false;
3550
+ }
3510
3551
  };
3511
3552
 
3512
3553
  /**
@@ -31405,21 +31446,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
31405
31446
  return validSate;
31406
31447
  },
31407
31448
 
31408
- /**
31409
- * changeOpinion
31410
- * @desc:监听意见变化
31411
- * @author liufan
31412
- * @date 2022年10月28日
31449
+ /**
31450
+ * changeOpinion
31451
+ * @desc:监听意见变化
31452
+ * @author liufan
31453
+ * @date 2022年10月28日
31413
31454
  **/
31414
31455
  changeOpinion: function changeOpinion() {
31415
31456
  this.$emit('change', this.form.value);
31416
31457
  },
31417
31458
 
31418
- /**
31419
- * getCommonOpion
31420
- * @desc:获取意见
31421
- * @author liufan
31422
- * @date 2022年5月25日
31459
+ /**
31460
+ * getCommonOpion
31461
+ * @desc:获取意见
31462
+ * @author liufan
31463
+ * @date 2022年5月25日
31423
31464
  **/
31424
31465
  getCommonOpion: function getCommonOpion() {
31425
31466
  var _this = this;
@@ -31448,24 +31489,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
31448
31489
  });
31449
31490
  },
31450
31491
 
31451
- /**
31452
- * upDate
31453
- * @desc:修改常用语
31454
- * @author liufan
31455
- * @param {Object} val 修改值
31456
- * @date 2022年5月25日
31492
+ /**
31493
+ * upDate
31494
+ * @desc:修改常用语
31495
+ * @author liufan
31496
+ * @param {Object} val 修改值
31497
+ * @date 2022年5月25日
31457
31498
  **/
31458
31499
  upDate: function upDate(val) {
31459
31500
  this.FormData.id = val.id;
31460
31501
  this.addVisible = true;
31461
31502
  },
31462
31503
 
31463
- /**
31464
- * selectChange
31465
- * @desc:常用语选择
31466
- * @author liufan
31467
- * @param {String} val 选中值
31468
- * @date 2022年5月25日
31504
+ /**
31505
+ * selectChange
31506
+ * @desc:常用语选择
31507
+ * @author liufan
31508
+ * @param {String} val 选中值
31509
+ * @date 2022年5月25日
31469
31510
  **/
31470
31511
  selectChange: function selectChange(val) {
31471
31512
  var _this2 = this;
@@ -31484,12 +31525,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31484
31525
  });
31485
31526
  },
31486
31527
 
31487
- /**
31488
- * del
31489
- * @desc:删除常用语
31490
- * @author liufan
31491
- * @param {Object} val 删除的数据
31492
- * @date 2022年5月25日
31528
+ /**
31529
+ * del
31530
+ * @desc:删除常用语
31531
+ * @author liufan
31532
+ * @param {Object} val 删除的数据
31533
+ * @date 2022年5月25日
31493
31534
  **/
31494
31535
  del: function del(val) {
31495
31536
  var _this3 = this;
@@ -31531,12 +31572,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31531
31572
  }).catch(function (e) {});
31532
31573
  },
31533
31574
 
31534
- /**
31535
- * submit
31536
- * @desc:新增/编辑意见保存
31537
- * @author liufan
31538
- * @param {Object} val 保存数据
31539
- * @date 2022年5月25日
31575
+ /**
31576
+ * submit
31577
+ * @desc:新增/编辑意见保存
31578
+ * @author liufan
31579
+ * @param {Object} val 保存数据
31580
+ * @date 2022年5月25日
31540
31581
  **/
31541
31582
  submit: function submit(val) {
31542
31583
  var _this4 = this;
@@ -31601,8 +31642,8 @@ var CommonOpinions_component = normalizeComponent(
31601
31642
  )
31602
31643
 
31603
31644
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
31604
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=e6806444&
31605
- var processFormvue_type_template_id_e6806444_render = function () {
31645
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=46843512&
31646
+ var processFormvue_type_template_id_46843512_render = function () {
31606
31647
  var _vm = this
31607
31648
  var _h = _vm.$createElement
31608
31649
  var _c = _vm._self._c || _h
@@ -31888,6 +31929,8 @@ var processFormvue_type_template_id_e6806444_render = function () {
31888
31929
  radioList: _vm.radioList,
31889
31930
  multiple: _vm.multiple,
31890
31931
  isCustomUser: !_vm.isShowNextUser ? 1 : _vm.isCustomUser,
31932
+ isCurrentNodeForbiddenChangeCandidate:
31933
+ _vm.isCurrentNodeForbiddenChangeCandidate,
31891
31934
  options: _vm.options,
31892
31935
  presetEdit: _vm.presetEdit,
31893
31936
  mix: _vm.multiple,
@@ -32379,11 +32422,11 @@ var processFormvue_type_template_id_e6806444_render = function () {
32379
32422
  1
32380
32423
  )
32381
32424
  }
32382
- var processFormvue_type_template_id_e6806444_staticRenderFns = []
32383
- processFormvue_type_template_id_e6806444_render._withStripped = true
32425
+ var processFormvue_type_template_id_46843512_staticRenderFns = []
32426
+ processFormvue_type_template_id_46843512_render._withStripped = true
32384
32427
 
32385
32428
 
32386
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=e6806444&
32429
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=46843512&
32387
32430
 
32388
32431
  // 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=4750588e&
32389
32432
  var selectUservue_type_template_id_4750588e_render = function () {
@@ -34273,6 +34316,7 @@ var processFormvue_type_script_lang_js_components;
34273
34316
  //
34274
34317
  //
34275
34318
  //
34319
+ //
34276
34320
 
34277
34321
 
34278
34322
 
@@ -34353,6 +34397,7 @@ var processFormvue_type_script_lang_js_components;
34353
34397
  return {
34354
34398
  loading: false,
34355
34399
  isCustomUser: 0,
34400
+ isCurrentNodeForbiddenChangeCandidate: 0,
34356
34401
  allLoading: null,
34357
34402
  selectUser: false,
34358
34403
  multiple: false,
@@ -34895,6 +34940,7 @@ var processFormvue_type_script_lang_js_components;
34895
34940
  _this6.allLoading.close();
34896
34941
  }
34897
34942
  if (status === 'success') {
34943
+ _this6.isCurrentNodeForbiddenChangeCandidate = nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
34898
34944
  _this6.nextNode.userInfo = nextUserList;
34899
34945
  _this6.countersignaturetypeCode = countersignaturetypeCode;
34900
34946
  _this6.nextNode.countersignaturetypeText = countersignaturetypeText;
@@ -35011,11 +35057,11 @@ var processFormvue_type_script_lang_js_components;
35011
35057
  });
35012
35058
  },
35013
35059
 
35014
- /**
35015
- * isMultiple
35016
- * @desc:是否多选
35017
- * @author liufan
35018
- * @date 2022年9月13日
35060
+ /**
35061
+ * isMultiple
35062
+ * @desc:是否多选
35063
+ * @author liufan
35064
+ * @date 2022年9月13日
35019
35065
  **/
35020
35066
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35021
35067
  var multiple = false;
@@ -35177,8 +35223,8 @@ var processFormvue_type_script_lang_js_components;
35177
35223
 
35178
35224
  var processForm_component = normalizeComponent(
35179
35225
  src_processFormvue_type_script_lang_js_,
35180
- processFormvue_type_template_id_e6806444_render,
35181
- processFormvue_type_template_id_e6806444_staticRenderFns,
35226
+ processFormvue_type_template_id_46843512_render,
35227
+ processFormvue_type_template_id_46843512_staticRenderFns,
35182
35228
  false,
35183
35229
  null,
35184
35230
  null,
@@ -39213,11 +39259,11 @@ var resetvue_type_script_lang_js_components;
39213
39259
  });
39214
39260
  },
39215
39261
 
39216
- /**
39217
- * isMultiple
39218
- * @desc:是否多选
39219
- * @author liufan
39220
- * @date 2022年9月13日
39262
+ /**
39263
+ * isMultiple
39264
+ * @desc:是否多选
39265
+ * @author liufan
39266
+ * @date 2022年9月13日
39221
39267
  **/
39222
39268
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
39223
39269
  var multiple = false;
@@ -43803,11 +43849,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43803
43849
  });
43804
43850
  },
43805
43851
 
43806
- /**
43807
- * saveInfo
43808
- * @desc:暂存
43809
- * @author liufan
43810
- * @date 2022年9月9日
43852
+ /**
43853
+ * saveInfo
43854
+ * @desc:暂存
43855
+ * @author liufan
43856
+ * @date 2022年9月9日
43811
43857
  **/
43812
43858
  saveInfo: function saveInfo(type, btn) {
43813
43859
  var _this6 = this;
@@ -43869,11 +43915,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43869
43915
  });
43870
43916
  },
43871
43917
 
43872
- /**
43873
- * rejectBtn
43874
- * @desc:点击驳回
43875
- * @author liufan
43876
- * @date 2022年5月25日
43918
+ /**
43919
+ * rejectBtn
43920
+ * @desc:点击驳回
43921
+ * @author liufan
43922
+ * @date 2022年5月25日
43877
43923
  **/
43878
43924
  rejectBtn: function rejectBtn() {
43879
43925
  var _this8 = this;
@@ -43891,11 +43937,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43891
43937
  }
43892
43938
  },
43893
43939
 
43894
- /**
43895
- * taskReadBtn
43896
- * @desc:点击分阅
43897
- * @author liufan
43898
- * @date 2022年5月25日
43940
+ /**
43941
+ * taskReadBtn
43942
+ * @desc:点击分阅
43943
+ * @author liufan
43944
+ * @date 2022年5月25日
43899
43945
  **/
43900
43946
  taskReadBtn: function taskReadBtn() {
43901
43947
  var _this9 = this;
@@ -43914,11 +43960,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43914
43960
  }
43915
43961
  },
43916
43962
 
43917
- /**
43918
- * getFind
43919
- * @desc:获取通知方式
43920
- * @author liufan
43921
- * @date 2022年5月25日
43963
+ /**
43964
+ * getFind
43965
+ * @desc:获取通知方式
43966
+ * @author liufan
43967
+ * @date 2022年5月25日
43922
43968
  **/
43923
43969
  getFind: function getFind() {
43924
43970
  var _this10 = this;
@@ -43973,12 +44019,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43973
44019
  });
43974
44020
  },
43975
44021
 
43976
- /**
43977
- * endFlows
43978
- * @desc:直接办结
43979
- * @author liufan
43980
- * @param {Object} res 直接办结数据
43981
- * @date 2022年5月25日
44022
+ /**
44023
+ * endFlows
44024
+ * @desc:直接办结
44025
+ * @author liufan
44026
+ * @param {Object} res 直接办结数据
44027
+ * @date 2022年5月25日
43982
44028
  **/
43983
44029
  endFlows: function endFlows(res) {
43984
44030
  var _this12 = this;
@@ -44032,12 +44078,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44032
44078
  }).catch(function (e) {});
44033
44079
  },
44034
44080
 
44035
- /**
44036
- * goView
44037
- * @desc:更多流程按钮操作
44038
- * @author liufan
44039
- * @param {Object} res 当前点击操作按钮数据
44040
- * @date 2022年5月25日
44081
+ /**
44082
+ * goView
44083
+ * @desc:更多流程按钮操作
44084
+ * @author liufan
44085
+ * @param {Object} res 当前点击操作按钮数据
44086
+ * @date 2022年5月25日
44041
44087
  **/
44042
44088
  goView: function goView(res) {
44043
44089
  // 驳回并办结:rejectAndEndHtml
@@ -44122,11 +44168,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44122
44168
  // isCanStartSubFlow
44123
44169
  },
44124
44170
 
44125
- /**
44126
- * toTakeAdvice
44127
- * @desc:征求意见
44128
- * @author liufan
44129
- * @date 2022年9月29日
44171
+ /**
44172
+ * toTakeAdvice
44173
+ * @desc:征求意见
44174
+ * @author liufan
44175
+ * @date 2022年9月29日
44130
44176
  **/
44131
44177
  toTakeAdvice: function toTakeAdvice(res) {
44132
44178
  var _this14 = this;
@@ -44170,11 +44216,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44170
44216
  });
44171
44217
  },
44172
44218
 
44173
- /**
44174
- * toStartDraf
44175
- * @desc: 稿件递送、联合审核、复核
44176
- * @author liufan
44177
- * @date 2022年9月29日
44219
+ /**
44220
+ * toStartDraf
44221
+ * @desc: 稿件递送、联合审核、复核
44222
+ * @author liufan
44223
+ * @date 2022年9月29日
44178
44224
  **/
44179
44225
  toStartDraf: function toStartDraf(res) {
44180
44226
  var _this16 = this;
@@ -44188,11 +44234,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44188
44234
  }
44189
44235
  },
44190
44236
 
44191
- /**
44192
- * toSendMsg
44193
- * @desc:核稿通知
44194
- * @author liufan
44195
- * @date 2022年9月29日
44237
+ /**
44238
+ * toSendMsg
44239
+ * @desc:核稿通知
44240
+ * @author liufan
44241
+ * @date 2022年9月29日
44196
44242
  **/
44197
44243
  toSendMsg: function toSendMsg(res) {
44198
44244
  var _this17 = this;
@@ -44206,11 +44252,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44206
44252
  }
44207
44253
  },
44208
44254
 
44209
- /**
44210
- * toTaskReadAndEnd
44211
- * @desc:分阅并办结
44212
- * @author liufan
44213
- * @date 2022年9月29日
44255
+ /**
44256
+ * toTaskReadAndEnd
44257
+ * @desc:分阅并办结
44258
+ * @author liufan
44259
+ * @date 2022年9月29日
44214
44260
  **/
44215
44261
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
44216
44262
  var _this18 = this;
@@ -44228,11 +44274,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44228
44274
  }
44229
44275
  },
44230
44276
 
44231
- /**
44232
- * rejectAndEnd
44233
- * @desc:驳回并办结
44234
- * @author liufan
44235
- * @date 2022年9月29日
44277
+ /**
44278
+ * rejectAndEnd
44279
+ * @desc:驳回并办结
44280
+ * @author liufan
44281
+ * @date 2022年9月29日
44236
44282
  **/
44237
44283
  rejectAndEnd: function rejectAndEnd(res) {
44238
44284
  var _this19 = this;
@@ -44287,11 +44333,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44287
44333
  });
44288
44334
  },
44289
44335
 
44290
- /**
44291
- * toTransfer
44292
- * @desc:转办
44293
- * @author liufan
44294
- * @date 2022年9月29日
44336
+ /**
44337
+ * toTransfer
44338
+ * @desc:转办
44339
+ * @author liufan
44340
+ * @date 2022年9月29日
44295
44341
  **/
44296
44342
  toTransfer: function toTransfer(res) {
44297
44343
  var _this21 = this;
@@ -44307,11 +44353,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44307
44353
  }
44308
44354
  },
44309
44355
 
44310
- /**
44311
- * getNodeInfo
44312
- * @desc:获取节点信息
44313
- * @author liufan
44314
- * @date 2022年5月25日
44356
+ /**
44357
+ * getNodeInfo
44358
+ * @desc:获取节点信息
44359
+ * @author liufan
44360
+ * @date 2022年5月25日
44315
44361
  **/
44316
44362
  getNodeInfo: function getNodeInfo() {
44317
44363
  var _this22 = this;
@@ -44410,12 +44456,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44410
44456
  });
44411
44457
  },
44412
44458
 
44413
- /**
44414
- * selecNext
44415
- * @desc:下步节点变化时更新数据
44416
- * @author liufan
44417
- * @param {String} val 当前选中值
44418
- * @date 2022年5月25日
44459
+ /**
44460
+ * selecNext
44461
+ * @desc:下步节点变化时更新数据
44462
+ * @author liufan
44463
+ * @param {String} val 当前选中值
44464
+ * @date 2022年5月25日
44419
44465
  **/
44420
44466
  selecNext: function selecNext(val, type, isDef) {
44421
44467
  var _this23 = this;
@@ -44524,11 +44570,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44524
44570
  if (isDef !== true) this.getNodeInfo();
44525
44571
  },
44526
44572
 
44527
- /**
44528
- * isMultiple
44529
- * @desc:是否多选
44530
- * @author liufan
44531
- * @date 2022年9月13日
44573
+ /**
44574
+ * isMultiple
44575
+ * @desc:是否多选
44576
+ * @author liufan
44577
+ * @date 2022年9月13日
44532
44578
  **/
44533
44579
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
44534
44580
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -44560,11 +44606,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44560
44606
  }
44561
44607
  },
44562
44608
 
44563
- /**
44564
- * getHedInfo
44565
- * @desc:获取审核页面数据
44566
- * @author liufan
44567
- * @date 2022年5月25日
44609
+ /**
44610
+ * getHedInfo
44611
+ * @desc:获取审核页面数据
44612
+ * @author liufan
44613
+ * @date 2022年5月25日
44568
44614
  **/
44569
44615
  getHedInfo: function getHedInfo() {
44570
44616
  var _this24 = this;
@@ -44800,13 +44846,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44800
44846
  });
44801
44847
  },
44802
44848
 
44803
- /**
44804
- * closeProcess
44805
- * @desc:关闭弹窗
44806
- * @author liufan
44807
- * @param {boolean} val 当前是否办理流程
44808
- * @param {String} type 当前点击的弹窗类型
44809
- * @date 2022年5月25日
44849
+ /**
44850
+ * closeProcess
44851
+ * @desc:关闭弹窗
44852
+ * @author liufan
44853
+ * @param {boolean} val 当前是否办理流程
44854
+ * @param {String} type 当前点击的弹窗类型
44855
+ * @date 2022年5月25日
44810
44856
  **/
44811
44857
  closeProcess: function closeProcess(val, type, closeParent) {
44812
44858
  if (closeParent) {
@@ -44823,23 +44869,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44823
44869
  }
44824
44870
  },
44825
44871
 
44826
- /**
44827
- * selectChange
44828
- * @desc:常用语选择
44829
- * @author liufan
44830
- * @param {String} val 选中值
44831
- * @date 2022年5月25日
44872
+ /**
44873
+ * selectChange
44874
+ * @desc:常用语选择
44875
+ * @author liufan
44876
+ * @param {String} val 选中值
44877
+ * @date 2022年5月25日
44832
44878
  **/
44833
44879
  selectChange: function selectChange(val) {
44834
44880
  this.value = val;
44835
44881
  },
44836
44882
 
44837
- /**
44838
- * upDate
44839
- * @desc:修改常用语
44840
- * @author liufan
44841
- * @param {Object} val 修改值
44842
- * @date 2022年5月25日
44883
+ /**
44884
+ * upDate
44885
+ * @desc:修改常用语
44886
+ * @author liufan
44887
+ * @param {Object} val 修改值
44888
+ * @date 2022年5月25日
44843
44889
  **/
44844
44890
  upDate: function upDate(val) {
44845
44891
  this.FormData.id = val.id;
@@ -44847,11 +44893,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44847
44893
  },
44848
44894
 
44849
44895
 
44850
- /**
44851
- * getProcess
44852
- * @desc:获取选择流程
44853
- * @author liufan
44854
- * @date 2022年5月25日
44896
+ /**
44897
+ * getProcess
44898
+ * @desc:获取选择流程
44899
+ * @author liufan
44900
+ * @date 2022年5月25日
44855
44901
  **/
44856
44902
  getProcess: function getProcess() {
44857
44903
  var _this25 = this;
@@ -44905,11 +44951,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44905
44951
  });
44906
44952
  },
44907
44953
 
44908
- /**
44909
- * getPendedhistoryList
44910
- * @desc:获取流程列表
44911
- * @author liufan
44912
- * @date 2022年5月25日
44954
+ /**
44955
+ * getPendedhistoryList
44956
+ * @desc:获取流程列表
44957
+ * @author liufan
44958
+ * @date 2022年5月25日
44913
44959
  **/
44914
44960
  getPendedhistoryList: function getPendedhistoryList() {
44915
44961
  var _this26 = this;
@@ -44941,12 +44987,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44941
44987
  },
44942
44988
 
44943
44989
  // 提交流程
44944
- /**
44945
- * subProcess
44946
- * @desc:提交流程
44947
- * @author liufan
44948
- * @param {String} formName 当前form表单ref值
44949
- * @date 2022年5月25日
44990
+ /**
44991
+ * subProcess
44992
+ * @desc:提交流程
44993
+ * @author liufan
44994
+ * @param {String} formName 当前form表单ref值
44995
+ * @date 2022年5月25日
44950
44996
  **/
44951
44997
  subProcess: function subProcess(val) {
44952
44998
  var _this27 = this;
@@ -48526,11 +48572,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48526
48572
  });
48527
48573
  },
48528
48574
 
48529
- /**
48530
- * saveInfo
48531
- * @desc:暂存
48532
- * @author liufan
48533
- * @date 2022年9月9日
48575
+ /**
48576
+ * saveInfo
48577
+ * @desc:暂存
48578
+ * @author liufan
48579
+ * @date 2022年9月9日
48534
48580
  **/
48535
48581
  saveInfo: function saveInfo(type, btn) {
48536
48582
  var _this11 = this;
@@ -48592,11 +48638,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48592
48638
  });
48593
48639
  },
48594
48640
 
48595
- /**
48596
- * rejectBtn
48597
- * @desc:点击驳回
48598
- * @author liufan
48599
- * @date 2022年5月25日
48641
+ /**
48642
+ * rejectBtn
48643
+ * @desc:点击驳回
48644
+ * @author liufan
48645
+ * @date 2022年5月25日
48600
48646
  **/
48601
48647
  rejectBtn: function rejectBtn() {
48602
48648
  var _this13 = this;
@@ -48614,11 +48660,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48614
48660
  }
48615
48661
  },
48616
48662
 
48617
- /**
48618
- * taskReadBtn
48619
- * @desc:点击分阅
48620
- * @author liufan
48621
- * @date 2022年5月25日
48663
+ /**
48664
+ * taskReadBtn
48665
+ * @desc:点击分阅
48666
+ * @author liufan
48667
+ * @date 2022年5月25日
48622
48668
  **/
48623
48669
  taskReadBtn: function taskReadBtn() {
48624
48670
  var _this14 = this;
@@ -48637,11 +48683,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48637
48683
  }
48638
48684
  },
48639
48685
 
48640
- /**
48641
- * getFind
48642
- * @desc:获取通知方式
48643
- * @author liufan
48644
- * @date 2022年5月25日
48686
+ /**
48687
+ * getFind
48688
+ * @desc:获取通知方式
48689
+ * @author liufan
48690
+ * @date 2022年5月25日
48645
48691
  **/
48646
48692
  getFind: function getFind() {
48647
48693
  var _this15 = this;
@@ -48707,12 +48753,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48707
48753
  });
48708
48754
  },
48709
48755
 
48710
- /**
48711
- * endFlows
48712
- * @desc:直接办结
48713
- * @author liufan
48714
- * @param {Object} res 直接办结数据
48715
- * @date 2022年5月25日
48756
+ /**
48757
+ * endFlows
48758
+ * @desc:直接办结
48759
+ * @author liufan
48760
+ * @param {Object} res 直接办结数据
48761
+ * @date 2022年5月25日
48716
48762
  **/
48717
48763
  endFlows: function endFlows(res) {
48718
48764
  var _this17 = this;
@@ -48767,12 +48813,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48767
48813
  }).catch(function (e) {});
48768
48814
  },
48769
48815
 
48770
- /**
48771
- * goView
48772
- * @desc:更多流程按钮操作
48773
- * @author liufan
48774
- * @param {Object} res 当前点击操作按钮数据
48775
- * @date 2022年5月25日
48816
+ /**
48817
+ * goView
48818
+ * @desc:更多流程按钮操作
48819
+ * @author liufan
48820
+ * @param {Object} res 当前点击操作按钮数据
48821
+ * @date 2022年5月25日
48776
48822
  **/
48777
48823
  goView: function goView(res) {
48778
48824
  // 驳回并办结:rejectAndEndHtml
@@ -48857,11 +48903,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48857
48903
  // isCanStartSubFlow
48858
48904
  },
48859
48905
 
48860
- /**
48861
- * toTakeAdvice
48862
- * @desc:征求意见
48863
- * @author liufan
48864
- * @date 2022年9月29日
48906
+ /**
48907
+ * toTakeAdvice
48908
+ * @desc:征求意见
48909
+ * @author liufan
48910
+ * @date 2022年9月29日
48865
48911
  **/
48866
48912
  toTakeAdvice: function toTakeAdvice(res) {
48867
48913
  var _this19 = this;
@@ -48905,11 +48951,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48905
48951
  });
48906
48952
  },
48907
48953
 
48908
- /**
48909
- * toStartDraf
48910
- * @desc: 稿件递送、联合审核、复核
48911
- * @author liufan
48912
- * @date 2022年9月29日
48954
+ /**
48955
+ * toStartDraf
48956
+ * @desc: 稿件递送、联合审核、复核
48957
+ * @author liufan
48958
+ * @date 2022年9月29日
48913
48959
  **/
48914
48960
  toStartDraf: function toStartDraf(res) {
48915
48961
  var _this21 = this;
@@ -48923,11 +48969,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48923
48969
  }
48924
48970
  },
48925
48971
 
48926
- /**
48927
- * toSendMsg
48928
- * @desc:核稿通知
48929
- * @author liufan
48930
- * @date 2022年9月29日
48972
+ /**
48973
+ * toSendMsg
48974
+ * @desc:核稿通知
48975
+ * @author liufan
48976
+ * @date 2022年9月29日
48931
48977
  **/
48932
48978
  toSendMsg: function toSendMsg(res) {
48933
48979
  var _this22 = this;
@@ -48941,11 +48987,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48941
48987
  }
48942
48988
  },
48943
48989
 
48944
- /**
48945
- * toTaskReadAndEnd
48946
- * @desc:分阅并办结
48947
- * @author liufan
48948
- * @date 2022年9月29日
48990
+ /**
48991
+ * toTaskReadAndEnd
48992
+ * @desc:分阅并办结
48993
+ * @author liufan
48994
+ * @date 2022年9月29日
48949
48995
  **/
48950
48996
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
48951
48997
  var _this23 = this;
@@ -48963,11 +49009,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48963
49009
  }
48964
49010
  },
48965
49011
 
48966
- /**
48967
- * rejectAndEnd
48968
- * @desc:驳回并办结
48969
- * @author liufan
48970
- * @date 2022年9月29日
49012
+ /**
49013
+ * rejectAndEnd
49014
+ * @desc:驳回并办结
49015
+ * @author liufan
49016
+ * @date 2022年9月29日
48971
49017
  **/
48972
49018
  rejectAndEnd: function rejectAndEnd(res) {
48973
49019
  var _this24 = this;
@@ -49023,11 +49069,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49023
49069
  });
49024
49070
  },
49025
49071
 
49026
- /**
49027
- * toTransfer
49028
- * @desc:转办
49029
- * @author liufan
49030
- * @date 2022年9月29日
49072
+ /**
49073
+ * toTransfer
49074
+ * @desc:转办
49075
+ * @author liufan
49076
+ * @date 2022年9月29日
49031
49077
  **/
49032
49078
  toTransfer: function toTransfer(res) {
49033
49079
  var _this26 = this;
@@ -49043,11 +49089,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49043
49089
  }
49044
49090
  },
49045
49091
 
49046
- /**
49047
- * getNodeInfo
49048
- * @desc:获取节点信息
49049
- * @author liufan
49050
- * @date 2022年5月25日
49092
+ /**
49093
+ * getNodeInfo
49094
+ * @desc:获取节点信息
49095
+ * @author liufan
49096
+ * @date 2022年5月25日
49051
49097
  **/
49052
49098
  getNodeInfo: function getNodeInfo() {
49053
49099
  var _this27 = this;
@@ -49154,12 +49200,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49154
49200
  });
49155
49201
  },
49156
49202
 
49157
- /**
49158
- * selecNext
49159
- * @desc:下步节点变化时更新数据
49160
- * @author liufan
49161
- * @param {String} val 当前选中值
49162
- * @date 2022年5月25日
49203
+ /**
49204
+ * selecNext
49205
+ * @desc:下步节点变化时更新数据
49206
+ * @author liufan
49207
+ * @param {String} val 当前选中值
49208
+ * @date 2022年5月25日
49163
49209
  **/
49164
49210
  selecNext: function selecNext(val, type, isDef) {
49165
49211
  var _this28 = this;
@@ -49291,11 +49337,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49291
49337
  this.getNodeInfo();
49292
49338
  },
49293
49339
 
49294
- /**
49295
- * isMultiple
49296
- * @desc:是否多选
49297
- * @author liufan
49298
- * @date 2022年9月13日
49340
+ /**
49341
+ * isMultiple
49342
+ * @desc:是否多选
49343
+ * @author liufan
49344
+ * @date 2022年9月13日
49299
49345
  **/
49300
49346
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
49301
49347
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -49327,11 +49373,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49327
49373
  }
49328
49374
  },
49329
49375
 
49330
- /**
49331
- * getHedInfo
49332
- * @desc:获取审核页面数据
49333
- * @author liufan
49334
- * @date 2022年5月25日
49376
+ /**
49377
+ * getHedInfo
49378
+ * @desc:获取审核页面数据
49379
+ * @author liufan
49380
+ * @date 2022年5月25日
49335
49381
  **/
49336
49382
  getHedInfo: function getHedInfo() {
49337
49383
  var _this29 = this;
@@ -49630,13 +49676,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49630
49676
  });
49631
49677
  },
49632
49678
 
49633
- /**
49634
- * closeProcess
49635
- * @desc:关闭弹窗
49636
- * @author liufan
49637
- * @param {boolean} val 当前是否办理流程
49638
- * @param {String} type 当前点击的弹窗类型
49639
- * @date 2022年5月25日
49679
+ /**
49680
+ * closeProcess
49681
+ * @desc:关闭弹窗
49682
+ * @author liufan
49683
+ * @param {boolean} val 当前是否办理流程
49684
+ * @param {String} type 当前点击的弹窗类型
49685
+ * @date 2022年5月25日
49640
49686
  **/
49641
49687
  closeProcess: function closeProcess(val, type, closeParent) {
49642
49688
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -49656,23 +49702,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49656
49702
  }
49657
49703
  },
49658
49704
 
49659
- /**
49660
- * selectChange
49661
- * @desc:常用语选择
49662
- * @author liufan
49663
- * @param {String} val 选中值
49664
- * @date 2022年5月25日
49705
+ /**
49706
+ * selectChange
49707
+ * @desc:常用语选择
49708
+ * @author liufan
49709
+ * @param {String} val 选中值
49710
+ * @date 2022年5月25日
49665
49711
  **/
49666
49712
  selectChange: function selectChange(val) {
49667
49713
  this.value = val;
49668
49714
  },
49669
49715
 
49670
- /**
49671
- * upDate
49672
- * @desc:修改常用语
49673
- * @author liufan
49674
- * @param {Object} val 修改值
49675
- * @date 2022年5月25日
49716
+ /**
49717
+ * upDate
49718
+ * @desc:修改常用语
49719
+ * @author liufan
49720
+ * @param {Object} val 修改值
49721
+ * @date 2022年5月25日
49676
49722
  **/
49677
49723
  upDate: function upDate(val) {
49678
49724
  this.FormData.id = val.id;
@@ -49680,11 +49726,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49680
49726
  },
49681
49727
 
49682
49728
 
49683
- /**
49684
- * getProcess
49685
- * @desc:获取选择流程
49686
- * @author liufan
49687
- * @date 2022年5月25日
49729
+ /**
49730
+ * getProcess
49731
+ * @desc:获取选择流程
49732
+ * @author liufan
49733
+ * @date 2022年5月25日
49688
49734
  **/
49689
49735
  getProcess: function getProcess(val) {
49690
49736
  var _this30 = this;
@@ -49744,11 +49790,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49744
49790
  });
49745
49791
  },
49746
49792
 
49747
- /**
49748
- * getPendedhistoryList
49749
- * @desc:获取流程列表
49750
- * @author liufan
49751
- * @date 2022年5月25日
49793
+ /**
49794
+ * getPendedhistoryList
49795
+ * @desc:获取流程列表
49796
+ * @author liufan
49797
+ * @date 2022年5月25日
49752
49798
  **/
49753
49799
  getPendedhistoryList: function getPendedhistoryList() {
49754
49800
  var _this31 = this;
@@ -49816,12 +49862,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49816
49862
  },
49817
49863
 
49818
49864
  // 提交流程
49819
- /**
49820
- * subProcess
49821
- * @desc:提交流程
49822
- * @author liufan
49823
- * @param {String} formName 当前form表单ref值
49824
- * @date 2022年5月25日
49865
+ /**
49866
+ * subProcess
49867
+ * @desc:提交流程
49868
+ * @author liufan
49869
+ * @param {String} formName 当前form表单ref值
49870
+ * @date 2022年5月25日
49825
49871
  **/
49826
49872
  subProcess: function subProcess(val, type) {
49827
49873
  var _this33 = this;
@@ -50180,8 +50226,8 @@ flow_src_main.install = function (Vue) {
50180
50226
  };
50181
50227
 
50182
50228
  /* harmony default export */ var packages_flow = (flow_src_main);
50183
- // 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=6834898c&
50184
- var mainvue_type_template_id_6834898c_render = function () {
50229
+ // 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=1ed6484e&
50230
+ var mainvue_type_template_id_1ed6484e_render = function () {
50185
50231
  var _vm = this
50186
50232
  var _h = _vm.$createElement
50187
50233
  var _c = _vm._self._c || _h
@@ -51443,11 +51489,11 @@ var mainvue_type_template_id_6834898c_render = function () {
51443
51489
  2
51444
51490
  )
51445
51491
  }
51446
- var mainvue_type_template_id_6834898c_staticRenderFns = []
51447
- mainvue_type_template_id_6834898c_render._withStripped = true
51492
+ var mainvue_type_template_id_1ed6484e_staticRenderFns = []
51493
+ mainvue_type_template_id_1ed6484e_render._withStripped = true
51448
51494
 
51449
51495
 
51450
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=6834898c&
51496
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=1ed6484e&
51451
51497
 
51452
51498
  // 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&
51453
51499
  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; };
@@ -51923,6 +51969,12 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
51923
51969
  type: Boolean,
51924
51970
  default: true
51925
51971
  },
51972
+ otherValidate: {
51973
+ type: Function,
51974
+ default: function _default() {
51975
+ return true;
51976
+ }
51977
+ },
51926
51978
  flow: Object,
51927
51979
  events: Object,
51928
51980
  recordid: String,
@@ -52055,6 +52107,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
52055
52107
  });
52056
52108
  },
52057
52109
  handleSubmit: function handleSubmit(res) {
52110
+ var _this2 = this;
52111
+
52058
52112
  if (this.submit) {
52059
52113
  if (this.submit.id) {
52060
52114
  var iframe = document.getElementById(this.submit.id); //先找到ifram
@@ -52088,6 +52142,18 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
52088
52142
  }
52089
52143
  esFlowForm;
52090
52144
  this.showMsg = res == 1 ? false : true;
52145
+
52146
+ if (this.otherValidate) {
52147
+ return new Promise(function (resolve, reject) {
52148
+ esFlowForm.submitData(undefined, false, {}, res).then(function () {
52149
+ // 如果submitData验证通过,则执行otherValidate验证
52150
+ _this2.otherValidate(resolve, reject);
52151
+ }).catch(function (error) {
52152
+ // 处理submitData可能抛出的错误
52153
+ reject(error);
52154
+ });
52155
+ });
52156
+ }
52091
52157
  return esFlowForm.submitData(undefined, false, {}, res);
52092
52158
  },
52093
52159
  handleTaskRead: function handleTaskRead(res) {
@@ -52144,8 +52210,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
52144
52210
 
52145
52211
  var flow_group_src_main_component = normalizeComponent(
52146
52212
  packages_flow_group_src_mainvue_type_script_lang_js_,
52147
- mainvue_type_template_id_6834898c_render,
52148
- mainvue_type_template_id_6834898c_staticRenderFns,
52213
+ mainvue_type_template_id_1ed6484e_render,
52214
+ mainvue_type_template_id_1ed6484e_staticRenderFns,
52149
52215
  false,
52150
52216
  null,
52151
52217
  null,
@@ -53590,12 +53656,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53590
53656
  }
53591
53657
  },
53592
53658
 
53593
- /**
53594
- * handleFormSubmit
53595
- * @desc:删除节点点击事件
53596
- * @param {Object} formData 点击删除的form数据
53597
- * @author liufan
53598
- * @date 2022年11月29日
53659
+ /**
53660
+ * handleFormSubmit
53661
+ * @desc:删除节点点击事件
53662
+ * @param {Object} formData 点击删除的form数据
53663
+ * @author liufan
53664
+ * @date 2022年11月29日
53599
53665
  **/
53600
53666
  handleFormSubmit: function handleFormSubmit(formData) {
53601
53667
  var _this9 = this;
@@ -53626,48 +53692,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53626
53692
  });
53627
53693
  },
53628
53694
 
53629
- /**
53630
- * del
53631
- * @desc:展示删除弹窗
53632
- * @param {String} id 当前点击数据id
53633
- * @author liufan
53634
- * @date 2022年11月29日
53695
+ /**
53696
+ * del
53697
+ * @desc:展示删除弹窗
53698
+ * @param {String} id 当前点击数据id
53699
+ * @author liufan
53700
+ * @date 2022年11月29日
53635
53701
  **/
53636
53702
  del: function del(id) {
53637
53703
  this.historyId = id;
53638
53704
  this.showDel = true;
53639
53705
  },
53640
53706
 
53641
- /**
53642
- * handleCurrentChange
53643
- * @desc:监听页码变化
53644
- * @param {String} val 当前页
53645
- * @author liufan
53646
- * @date 2022年11月29日
53707
+ /**
53708
+ * handleCurrentChange
53709
+ * @desc:监听页码变化
53710
+ * @param {String} val 当前页
53711
+ * @author liufan
53712
+ * @date 2022年11月29日
53647
53713
  **/
53648
53714
  handleCurrentChange: function handleCurrentChange(val) {
53649
53715
  this.currentPage = val;
53650
53716
  this.getPressList();
53651
53717
  },
53652
53718
 
53653
- /**
53654
- * handleSizeChange
53655
- * @desc:监听每页数据显示数量变化
53656
- * @param {String} val 每页展示数量
53657
- * @author liufan
53658
- * @date 2022年11月29日
53719
+ /**
53720
+ * handleSizeChange
53721
+ * @desc:监听每页数据显示数量变化
53722
+ * @param {String} val 每页展示数量
53723
+ * @author liufan
53724
+ * @date 2022年11月29日
53659
53725
  **/
53660
53726
  handleSizeChange: function handleSizeChange(val) {
53661
53727
  this.pageSize = val;
53662
53728
  this.getPressList();
53663
53729
  },
53664
53730
 
53665
- /**
53666
- * sortChange
53667
- * @desc:监听排序变化
53668
- * @param {Object} info 需要排序的字段及排序方式
53669
- * @author liufan
53670
- * @date 2022年11月29日
53731
+ /**
53732
+ * sortChange
53733
+ * @desc:监听排序变化
53734
+ * @param {Object} info 需要排序的字段及排序方式
53735
+ * @author liufan
53736
+ * @date 2022年11月29日
53671
53737
  **/
53672
53738
  sortChange: function sortChange(info) {
53673
53739
  var prop = info.prop,
@@ -53678,11 +53744,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53678
53744
  this.getPressList();
53679
53745
  },
53680
53746
 
53681
- /**
53682
- * getPressList
53683
- * @desc:催办列表数据
53684
- * @author liufan
53685
- * @date 2022年11月29日
53747
+ /**
53748
+ * getPressList
53749
+ * @desc:催办列表数据
53750
+ * @author liufan
53751
+ * @date 2022年11月29日
53686
53752
  **/
53687
53753
  getPressList: function getPressList() {
53688
53754
  var _this10 = this;
@@ -53712,12 +53778,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53712
53778
  });
53713
53779
  },
53714
53780
 
53715
- /**
53716
- * goPress
53717
- * @desc:催办列表查看
53718
- * @param {String} id 催办列表id
53719
- * @author liufan
53720
- * @date 2022年11月29日
53781
+ /**
53782
+ * goPress
53783
+ * @desc:催办列表查看
53784
+ * @param {String} id 催办列表id
53785
+ * @author liufan
53786
+ * @date 2022年11月29日
53721
53787
  **/
53722
53788
  goPress: function goPress(id) {
53723
53789
  this.historyId = id;
@@ -53725,23 +53791,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53725
53791
  this.getPressList();
53726
53792
  },
53727
53793
 
53728
- /**
53729
- * showFile
53730
- * @desc:附件查看
53731
- * @param {String} ownId 附件id
53732
- * @author liufan
53733
- * @date 2022年11月29日
53794
+ /**
53795
+ * showFile
53796
+ * @desc:附件查看
53797
+ * @param {String} ownId 附件id
53798
+ * @author liufan
53799
+ * @date 2022年11月29日
53734
53800
  **/
53735
53801
  showFile: function showFile(ownId) {
53736
53802
  this.wfpendingid = ownId;
53737
53803
  this.showFileList = true;
53738
53804
  },
53739
53805
 
53740
- /**
53741
- * handleChange
53742
- * @desc:切换排序方式
53743
- * @author liufan
53744
- * @date 2022年11月22日
53806
+ /**
53807
+ * handleChange
53808
+ * @desc:切换排序方式
53809
+ * @author liufan
53810
+ * @date 2022年11月22日
53745
53811
  **/
53746
53812
  handleChange: function handleChange(key, value) {
53747
53813
  if (value) {
@@ -53791,11 +53857,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53791
53857
  }))();
53792
53858
  },
53793
53859
 
53794
- /**
53795
- * getFlowList
53796
- * @desc:获取流程列表
53797
- * @author liufan
53798
- * @date 2022年11月22日
53860
+ /**
53861
+ * getFlowList
53862
+ * @desc:获取流程列表
53863
+ * @author liufan
53864
+ * @date 2022年11月22日
53799
53865
  **/
53800
53866
  getFlowList: function getFlowList() {
53801
53867
  var _this12 = this;
@@ -53867,12 +53933,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53867
53933
  });
53868
53934
  },
53869
53935
 
53870
- /**
53871
- * handleClick
53872
- * @desc:表单点击事件
53873
- * @param {Object} val 当前点击行数据及按钮
53874
- * @author liufan
53875
- * @date 2022年11月10日
53936
+ /**
53937
+ * handleClick
53938
+ * @desc:表单点击事件
53939
+ * @param {Object} val 当前点击行数据及按钮
53940
+ * @author liufan
53941
+ * @date 2022年11月10日
53876
53942
  **/
53877
53943
  handleClick: function handleClick(val) {
53878
53944
  var _this13 = this;
@@ -53918,13 +53984,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53918
53984
  }
53919
53985
  },
53920
53986
 
53921
- /**
53922
- * getCodeValue
53923
- * @desc:获取代码表过滤后的值
53924
- * @param {String} value 展示数据的代码值
53925
- * @param {String} type 代码表类型
53926
- * @author liufan
53927
- * @date 2022年11月10日
53987
+ /**
53988
+ * getCodeValue
53989
+ * @desc:获取代码表过滤后的值
53990
+ * @param {String} value 展示数据的代码值
53991
+ * @param {String} type 代码表类型
53992
+ * @author liufan
53993
+ * @date 2022年11月10日
53928
53994
  **/
53929
53995
  getCodeValue: function getCodeValue(value, type) {
53930
53996
  var val = this[type].filter(function (item) {
@@ -53933,12 +53999,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53933
53999
  return val[0].shortName;
53934
54000
  },
53935
54001
 
53936
- /**
53937
- * getSysInfo
53938
- * @desc:获取代码表
53939
- * @param {String} code 编码code值
53940
- * @author liufan
53941
- * @date 2022年11月10日
54002
+ /**
54003
+ * getSysInfo
54004
+ * @desc:获取代码表
54005
+ * @param {String} code 编码code值
54006
+ * @author liufan
54007
+ * @date 2022年11月10日
53942
54008
  **/
53943
54009
  getSysInfo: function getSysInfo(code) {
53944
54010
  var _this14 = this;
@@ -53960,11 +54026,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53960
54026
  }).catch(function (e) {});
53961
54027
  },
53962
54028
 
53963
- /**
53964
- * getListInfo
53965
- * @desc:获取预设列表数据
53966
- * @author liufan
53967
- * @date 2022年11月10日
54029
+ /**
54030
+ * getListInfo
54031
+ * @desc:获取预设列表数据
54032
+ * @author liufan
54033
+ * @date 2022年11月10日
53968
54034
  **/
53969
54035
  getListInfo: function getListInfo() {
53970
54036
  var _this15 = this;
@@ -56568,8 +56634,8 @@ layout_src_main.install = function (Vue) {
56568
56634
  };
56569
56635
 
56570
56636
  /* harmony default export */ var packages_layout = (layout_src_main);
56571
- // 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=e19b01ac&
56572
- var mainvue_type_template_id_e19b01ac_render = function () {
56637
+ // 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=710e2bf9&
56638
+ var mainvue_type_template_id_710e2bf9_render = function () {
56573
56639
  var _vm = this
56574
56640
  var _h = _vm.$createElement
56575
56641
  var _c = _vm._self._c || _h
@@ -57844,7 +57910,7 @@ var mainvue_type_template_id_e19b01ac_render = function () {
57844
57910
  )
57845
57911
  : _vm._e()
57846
57912
  }
57847
- var mainvue_type_template_id_e19b01ac_staticRenderFns = [
57913
+ var mainvue_type_template_id_710e2bf9_staticRenderFns = [
57848
57914
  function () {
57849
57915
  var _vm = this
57850
57916
  var _h = _vm.$createElement
@@ -57859,10 +57925,10 @@ var mainvue_type_template_id_e19b01ac_staticRenderFns = [
57859
57925
  ])
57860
57926
  },
57861
57927
  ]
57862
- mainvue_type_template_id_e19b01ac_render._withStripped = true
57928
+ mainvue_type_template_id_710e2bf9_render._withStripped = true
57863
57929
 
57864
57930
 
57865
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=e19b01ac&
57931
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=710e2bf9&
57866
57932
 
57867
57933
  // 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=325dc074&
57868
57934
  var resetPasswordvue_type_template_id_325dc074_render = function () {
@@ -58954,7 +59020,7 @@ function login_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
58954
59020
 
58955
59021
 
58956
59022
 
58957
- var ceshi = utils_util["a" /* default */].getParams('ceshi');
59023
+ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams();
58958
59024
 
58959
59025
  /* harmony default export */ var login_src_mainvue_type_script_lang_js_ = ({
58960
59026
  name: 'EsLogin',
@@ -58963,6 +59029,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58963
59029
  resetPassword: resetPassword
58964
59030
  },
58965
59031
  props: {
59032
+ ceshi: String,
58966
59033
  //初始登录配置接口地址
58967
59034
  initLogin: {
58968
59035
  type: String,
@@ -59289,6 +59356,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59289
59356
  },
59290
59357
  showForget: function showForget() {
59291
59358
  return this.forgetUrl && typeof this.forgetUrl === 'string' ? true : this.forgetUrl === true && this.loginModel.indexOf('0') > -1;
59359
+ },
59360
+ isCeshi: function isCeshi() {
59361
+ return this.ceshi ? mainvue_type_script_lang_js_params[this.ceshi] : false;
59292
59362
  }
59293
59363
  },
59294
59364
  watch: {
@@ -59427,7 +59497,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59427
59497
  launchTime: 2000,
59428
59498
  switchActive: this.switchsActive,
59429
59499
  loginDownloadApp: this.loginDownloadApps,
59430
- installPath: this.caInstallPath
59500
+ installPath: this.caInstallPath,
59501
+ storageType: this.storage
59431
59502
  };
59432
59503
  },
59433
59504
  beforeCreate: function beforeCreate() {
@@ -59438,8 +59509,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59438
59509
  },
59439
59510
  created: function created() {
59440
59511
  this.launchKey = 5 < new Date().getHours() < 18 ? 'day' : 'night';
59441
- if (ceshi) {
59442
- this.loginModel = ceshi == 'true' || ceshi == true ? '0' : ceshi;
59512
+ if (this.isCeshi) {
59513
+ this.loginModel = this.isCeshi == 'true' || this.isCeshi == true ? '0' : this.isCeshi;
59443
59514
  }
59444
59515
  if (this.isScale || utils_util["a" /* default */].getParams('scale')) {
59445
59516
  utils_util["a" /* default */].setScale();
@@ -59753,7 +59824,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59753
59824
  document.title = res.subsystemName;
59754
59825
  }
59755
59826
  this.app = res.appName || res.subsystemName;
59756
- if (res.loginModel && !ceshi) {
59827
+ if (res.loginModel && !this.isCeshi) {
59757
59828
  this.loginModel = (res.firstLoginModel || this.firstLoginModel) && !isLogined ? res.firstLoginModel || this.firstLoginModel : res.loginModel;
59758
59829
  }
59759
59830
 
@@ -59847,6 +59918,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59847
59918
  if (res.subsystemExtend.caInstallPath) {
59848
59919
  this.installPath = res.subsystemExtend.caInstallPath;
59849
59920
  }
59921
+ if (res.subsystemExtend.storageType) {
59922
+ this.storageType = res.subsystemExtend.storageType;
59923
+ }
59850
59924
  }
59851
59925
  this.passModifyModel = res.passModifyModel;
59852
59926
  this.wechatAppid = res.wechatAppid;
@@ -60114,7 +60188,16 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
60114
60188
  if (results.statusCode === 0 || results.statusCode === 2) {
60115
60189
  // statusCode为2时 代表密码过期,也应执行handleResults
60116
60190
  clearTimeout(_this12.interval);
60117
- _this12.handleResults(results, 3);
60191
+ if (results.statusCode === 2) {
60192
+ _this12.$alert(results.msg ? results.msg : '您的初始密码已过期,请及时修改!', '提示', {
60193
+ confirmButtonText: '确定',
60194
+ type: 'warning'
60195
+ }).then(function () {
60196
+ _this12.handleResults(results, 3);
60197
+ }).catch(function (e) {});
60198
+ } else {
60199
+ _this12.handleResults(results, 3);
60200
+ }
60118
60201
  } else {
60119
60202
  _this12.loginInfo(true);
60120
60203
  }
@@ -60133,7 +60216,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
60133
60216
  case 0:
60134
60217
  this.userName = results.userName;
60135
60218
  utils_util["a" /* default */].setStorage({
60136
- type: this.storage,
60219
+ type: this.storageType,
60137
60220
  key: {
60138
60221
  ssId: results.ssId,
60139
60222
  token: results.token,
@@ -60328,8 +60411,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
60328
60411
 
60329
60412
  var login_src_main_component = normalizeComponent(
60330
60413
  packages_login_src_mainvue_type_script_lang_js_,
60331
- mainvue_type_template_id_e19b01ac_render,
60332
- mainvue_type_template_id_e19b01ac_staticRenderFns,
60414
+ mainvue_type_template_id_710e2bf9_render,
60415
+ mainvue_type_template_id_710e2bf9_staticRenderFns,
60333
60416
  false,
60334
60417
  null,
60335
60418
  null,
@@ -67338,10 +67421,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67338
67421
  },
67339
67422
 
67340
67423
  methods: {
67341
- /**
67342
- * @desc:匹配路由
67343
- * @author huangbo
67344
- * @date 2024年9月7日
67424
+ /**
67425
+ * @desc:匹配路由
67426
+ * @author huangbo
67427
+ * @date 2024年9月7日
67345
67428
  **/
67346
67429
  hasRouter: function hasRouter(res, url, code) {
67347
67430
  if (!url) {
@@ -67385,10 +67468,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67385
67468
  return false;
67386
67469
  },
67387
67470
 
67388
- /**
67389
- * @desc:获取初始数据
67390
- * @author huangbo
67391
- * @date 2024年9月7日
67471
+ /**
67472
+ * @desc:获取初始数据
67473
+ * @author huangbo
67474
+ * @date 2024年9月7日
67392
67475
  **/
67393
67476
  init: function init(results, first) {
67394
67477
  this.setConfig(results);
@@ -67397,10 +67480,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67397
67480
  }
67398
67481
  },
67399
67482
 
67400
- /**
67401
- * @desc:设置用户配置及信息
67402
- * @author huangbo
67403
- * @date 2024年9月7日
67483
+ /**
67484
+ * @desc:设置用户配置及信息
67485
+ * @author huangbo
67486
+ * @date 2024年9月7日
67404
67487
  **/
67405
67488
  setConfig: function setConfig(results) {
67406
67489
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -67537,10 +67620,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67537
67620
  }
67538
67621
  },
67539
67622
 
67540
- /**
67541
- * @desc:获取所有应用
67542
- * @author huangbo
67543
- * @date 2024年9月7日
67623
+ /**
67624
+ * @desc:获取所有应用
67625
+ * @author huangbo
67626
+ * @date 2024年9月7日
67544
67627
  **/
67545
67628
  getApplications: function getApplications() {
67546
67629
  var _this = this;
@@ -67588,10 +67671,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67588
67671
  });
67589
67672
  },
67590
67673
 
67591
- /**
67592
- * @desc:获取菜单列表
67593
- * @author huangbo
67594
- * @date 2024年9月7日
67674
+ /**
67675
+ * @desc:获取菜单列表
67676
+ * @author huangbo
67677
+ * @date 2024年9月7日
67595
67678
  **/
67596
67679
  getMenus: function getMenus(loading) {
67597
67680
  var _this2 = this;
@@ -67624,10 +67707,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67624
67707
  });
67625
67708
  },
67626
67709
 
67627
- /**
67628
- * @desc:处理菜单列表
67629
- * @author huangbo
67630
- * @date 2024年9月7日
67710
+ /**
67711
+ * @desc:处理菜单列表
67712
+ * @author huangbo
67713
+ * @date 2024年9月7日
67631
67714
  **/
67632
67715
  renderMenus: function renderMenus(res) {
67633
67716
  this.menus = res;
@@ -67723,10 +67806,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67723
67806
  }
67724
67807
  },
67725
67808
 
67726
- /**
67727
- * @desc:设置页面加载类型
67728
- * @author huangbo
67729
- * @date 2024年9月7日
67809
+ /**
67810
+ * @desc:设置页面加载类型
67811
+ * @author huangbo
67812
+ * @date 2024年9月7日
67730
67813
  **/
67731
67814
  setIframeType: function setIframeType(res) {
67732
67815
  var url = res.url;
@@ -67782,10 +67865,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67782
67865
  return res;
67783
67866
  },
67784
67867
 
67785
- /**
67786
- * @desc:获取菜单
67787
- * @author huangbo
67788
- * @date 2024年9月7日
67868
+ /**
67869
+ * @desc:获取菜单
67870
+ * @author huangbo
67871
+ * @date 2024年9月7日
67789
67872
  **/
67790
67873
  getMenu: function getMenu(menus, res, key) {
67791
67874
  if (Array.isArray(menus)) {
@@ -67814,10 +67897,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67814
67897
  return false;
67815
67898
  },
67816
67899
 
67817
- /**
67818
- * @desc:获取菜单第一条数据
67819
- * @author huangbo
67820
- * @date 2024年9月7日
67900
+ /**
67901
+ * @desc:获取菜单第一条数据
67902
+ * @author huangbo
67903
+ * @date 2024年9月7日
67821
67904
  **/
67822
67905
  getFirst: function getFirst(obj) {
67823
67906
  if (!obj) {
@@ -67836,10 +67919,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67836
67919
  }
67837
67920
  },
67838
67921
 
67839
- /**
67840
- * @desc:遍历设置菜单气泡提醒
67841
- * @author huangbo
67842
- * @date 2024年9月7日
67922
+ /**
67923
+ * @desc:遍历设置菜单气泡提醒
67924
+ * @author huangbo
67925
+ * @date 2024年9月7日
67843
67926
  **/
67844
67927
  setTips: function setTips(obj) {
67845
67928
  var _this3 = this;
@@ -67902,10 +67985,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67902
67985
  }
67903
67986
  },
67904
67987
 
67905
- /**
67906
- * @desc:获取气泡提醒
67907
- * @author huangbo
67908
- * @date 2024年9月7日
67988
+ /**
67989
+ * @desc:获取气泡提醒
67990
+ * @author huangbo
67991
+ * @date 2024年9月7日
67909
67992
  **/
67910
67993
  getBadge: function getBadge(res) {
67911
67994
  var num = res.tips || 0;
@@ -67919,10 +68002,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67919
68002
  };
67920
68003
  },
67921
68004
 
67922
- /**
67923
- * @desc:开启weosocket
67924
- * @author huangbo
67925
- * @date 2024年9月7日
68005
+ /**
68006
+ * @desc:开启weosocket
68007
+ * @author huangbo
68008
+ * @date 2024年9月7日
67926
68009
  **/
67927
68010
  initWebSocket: function initWebSocket() {
67928
68011
  var _this5 = this;
@@ -67971,10 +68054,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67971
68054
  });
67972
68055
  },
67973
68056
 
67974
- /**
67975
- * @desc:显示用户信息
67976
- * @author huangbo
67977
- * @date 2024年9月7日
68057
+ /**
68058
+ * @desc:显示用户信息
68059
+ * @author huangbo
68060
+ * @date 2024年9月7日
67978
68061
  **/
67979
68062
  showUserInfo: function showUserInfo() {
67980
68063
  if (this.showUser === false) {
@@ -67982,19 +68065,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67982
68065
  }
67983
68066
  },
67984
68067
 
67985
- /**
67986
- * @desc:删除更多应用菜单点击
67987
- * @author huangbo
67988
- * @date 2024年9月7日
68068
+ /**
68069
+ * @desc:删除更多应用菜单点击
68070
+ * @author huangbo
68071
+ * @date 2024年9月7日
67989
68072
  **/
67990
68073
  handleDelete: function handleDelete(index) {
67991
68074
  this.newApps.splice(index, 1);
67992
68075
  },
67993
68076
 
67994
- /**
67995
- * @desc:储存更多应用菜单点击
67996
- * @author huangbo
67997
- * @date 2024年9月7日
68077
+ /**
68078
+ * @desc:储存更多应用菜单点击
68079
+ * @author huangbo
68080
+ * @date 2024年9月7日
67998
68081
  **/
67999
68082
  handlerClickApps: function handlerClickApps(res) {
68000
68083
  if (res.permission === false) {
@@ -68007,10 +68090,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68007
68090
  this.handlerClickApp(res);
68008
68091
  },
68009
68092
 
68010
- /**
68011
- * @desc:侧边应用菜单点击
68012
- * @author huangbo
68013
- * @date 2024年9月7日
68093
+ /**
68094
+ * @desc:侧边应用菜单点击
68095
+ * @author huangbo
68096
+ * @date 2024年9月7日
68014
68097
  **/
68015
68098
  handlerClickApp: function handlerClickApp(res) {
68016
68099
  this.showMsg = false;
@@ -68099,10 +68182,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68099
68182
  }
68100
68183
  },
68101
68184
 
68102
- /**
68103
- * @desc:显示Drawer界面
68104
- * @author huangbo
68105
- * @date 2024年9月7日
68185
+ /**
68186
+ * @desc:显示Drawer界面
68187
+ * @author huangbo
68188
+ * @date 2024年9月7日
68106
68189
  **/
68107
68190
  handlerSetDrawer: function handlerSetDrawer(res, type) {
68108
68191
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -68122,19 +68205,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68122
68205
  }
68123
68206
  },
68124
68207
 
68125
- /**
68126
- * @desc:关闭Drawer界面
68127
- * @author huangbo
68128
- * @date 2024年9月7日
68208
+ /**
68209
+ * @desc:关闭Drawer界面
68210
+ * @author huangbo
68211
+ * @date 2024年9月7日
68129
68212
  **/
68130
68213
  handleCloseDrawer: function handleCloseDrawer() {
68131
68214
  this.drawer = { visible: false };
68132
68215
  },
68133
68216
 
68134
- /**
68135
- * @desc:菜单点击
68136
- * @author huangbo
68137
- * @date 2024年9月7日
68217
+ /**
68218
+ * @desc:菜单点击
68219
+ * @author huangbo
68220
+ * @date 2024年9月7日
68138
68221
  **/
68139
68222
  handlerClickMenu: function handlerClickMenu(res) {
68140
68223
  utils_util["a" /* default */].ajax({
@@ -68183,19 +68266,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68183
68266
  },
68184
68267
 
68185
68268
 
68186
- /**
68187
- * @desc:用户详情请求成功
68188
- * @author huangbo
68189
- * @date 2024年9月7日
68269
+ /**
68270
+ * @desc:用户详情请求成功
68271
+ * @author huangbo
68272
+ * @date 2024年9月7日
68190
68273
  **/
68191
68274
  handleSuccess: function handleSuccess(res) {
68192
68275
  this.simpleUserInfo = res.simpleUserInfo;
68193
68276
  },
68194
68277
 
68195
- /**
68196
- * @desc:修改用户配置
68197
- * @author huangbo
68198
- * @date 2024年9月7日
68278
+ /**
68279
+ * @desc:修改用户配置
68280
+ * @author huangbo
68281
+ * @date 2024年9月7日
68199
68282
  **/
68200
68283
  handleChangeConfig: function handleChangeConfig(name, res) {
68201
68284
  if (name == 'userHeadUrl') {
@@ -68211,10 +68294,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68211
68294
  }
68212
68295
  },
68213
68296
 
68214
- /**
68215
- * @desc:关闭webSocket
68216
- * @author huangbo
68217
- * @date 2024年9月7日
68297
+ /**
68298
+ * @desc:关闭webSocket
68299
+ * @author huangbo
68300
+ * @date 2024年9月7日
68218
68301
  **/
68219
68302
  handlerClose: function handlerClose() {
68220
68303
  if (this.webSocket) {
@@ -68222,10 +68305,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68222
68305
  }
68223
68306
  },
68224
68307
 
68225
- /**
68226
- * @desc:刷新选中iframe页签
68227
- * @author huangbo
68228
- * @date 2024年9月7日
68308
+ /**
68309
+ * @desc:刷新选中iframe页签
68310
+ * @author huangbo
68311
+ * @date 2024年9月7日
68229
68312
  **/
68230
68313
  handleRefresh: function handleRefresh() {
68231
68314
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -68246,10 +68329,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68246
68329
  }
68247
68330
  },
68248
68331
 
68249
- /**
68250
- * @desc:删除iframe
68251
- * @author huangbo
68252
- * @date 2024年9月7日
68332
+ /**
68333
+ * @desc:删除iframe
68334
+ * @author huangbo
68335
+ * @date 2024年9月7日
68253
68336
  **/
68254
68337
  handleRemove: function handleRemove(name) {
68255
68338
  var len = this.tabs.length - 1;
@@ -68266,10 +68349,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68266
68349
  }
68267
68350
  },
68268
68351
 
68269
- /**
68270
- * @desc:tabs鼠标右键事件
68271
- * @author huangbo
68272
- * @date 2024年9月7日
68352
+ /**
68353
+ * @desc:tabs鼠标右键事件
68354
+ * @author huangbo
68355
+ * @date 2024年9月7日
68273
68356
  **/
68274
68357
  handleContextmenu: function handleContextmenu(tabs, e) {
68275
68358
  var disabled = {};
@@ -68294,10 +68377,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68294
68377
  window.addEventListener('click', this.closeTabsEvents);
68295
68378
  },
68296
68379
 
68297
- /**
68298
- * @desc:tabs页签事件
68299
- * @author huangbo
68300
- * @date 2024年9月7日
68380
+ /**
68381
+ * @desc:tabs页签事件
68382
+ * @author huangbo
68383
+ * @date 2024年9月7日
68301
68384
  **/
68302
68385
  handleTabsEvents: function handleTabsEvents(num) {
68303
68386
  if (this.pane !== null) {
@@ -68315,10 +68398,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68315
68398
  window.removeEventListener('click', this.closeTabsEvents);
68316
68399
  },
68317
68400
 
68318
- /**
68319
- * @desc:handler工具栏点击事件
68320
- * @author huangbo
68321
- * @date 2024年9月7日
68401
+ /**
68402
+ * @desc:handler工具栏点击事件
68403
+ * @author huangbo
68404
+ * @date 2024年9月7日
68322
68405
  **/
68323
68406
  handleClick: function handleClick(res) {
68324
68407
  var type = res.type,
@@ -68396,10 +68479,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68396
68479
  this.$emit('handler-click', res);
68397
68480
  },
68398
68481
 
68399
- /**
68400
- * @desc:退出登录
68401
- * @author huangbo
68402
- * @date 2024年9月7日
68482
+ /**
68483
+ * @desc:退出登录
68484
+ * @author huangbo
68485
+ * @date 2024年9月7日
68403
68486
  **/
68404
68487
  handleQuit: function handleQuit() {
68405
68488
  var _this6 = this;
@@ -68474,10 +68557,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68474
68557
  }).catch(function (e) {});
68475
68558
  },
68476
68559
 
68477
- /**
68478
- * @desc:主题、消息回调
68479
- * @author huangbo
68480
- * @date 2024年9月7日
68560
+ /**
68561
+ * @desc:主题、消息回调
68562
+ * @author huangbo
68563
+ * @date 2024年9月7日
68481
68564
  **/
68482
68565
  handleChange: function handleChange(res) {
68483
68566
  var type = res.type,
@@ -68493,10 +68576,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68493
68576
  }
68494
68577
  },
68495
68578
 
68496
- /**
68497
- * @desc:菜单布局样式切换
68498
- * @author huangbo
68499
- * @date 2024年9月7日
68579
+ /**
68580
+ * @desc:菜单布局样式切换
68581
+ * @author huangbo
68582
+ * @date 2024年9月7日
68500
68583
  **/
68501
68584
  handleLayout: function handleLayout(res, active) {
68502
68585
  if (active) {
@@ -68505,10 +68588,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68505
68588
  this.$emit('chang-layout', res, active);
68506
68589
  },
68507
68590
 
68508
- /**
68509
- * @desc:消息修改总数
68510
- * @author huangbo
68511
- * @date 2024年9月7日
68591
+ /**
68592
+ * @desc:消息修改总数
68593
+ * @author huangbo
68594
+ * @date 2024年9月7日
68512
68595
  **/
68513
68596
  handleMenuTips: function handleMenuTips(id, num) {
68514
68597
  if (num) {
@@ -68519,10 +68602,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68519
68602
  }
68520
68603
  },
68521
68604
 
68522
- /**
68523
- * @desc:处理即时消息
68524
- * @author huangbo
68525
- * @date 2024年9月7日
68605
+ /**
68606
+ * @desc:处理即时消息
68607
+ * @author huangbo
68608
+ * @date 2024年9月7日
68526
68609
  **/
68527
68610
  handleOpened: function handleOpened(res) {
68528
68611
  var _this7 = this;
@@ -93792,7 +93875,7 @@ if (typeof window !== 'undefined' && window.Vue) {
93792
93875
  }
93793
93876
 
93794
93877
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
93795
- version: '0.7.22',
93878
+ version: '0.7.24',
93796
93879
  install: install,
93797
93880
  Button: packages_button,
93798
93881
  ButtonGroup: button_group,