eoss-ui 0.7.85 → 0.7.87

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 (160) hide show
  1. package/lib/button-group.js +155 -143
  2. package/lib/button.js +155 -143
  3. package/lib/calogin.js +155 -143
  4. package/lib/checkbox-group.js +157 -145
  5. package/lib/config/api.js +8 -0
  6. package/lib/data-table-form.js +157 -145
  7. package/lib/data-table.js +160 -148
  8. package/lib/date-picker.js +155 -143
  9. package/lib/dialog.js +155 -143
  10. package/lib/eoss-ui.common.js +1514 -786
  11. package/lib/flow-group.js +155 -143
  12. package/lib/flow-list.js +1060 -333
  13. package/lib/flow.js +565 -548
  14. package/lib/form.js +157 -145
  15. package/lib/handle-user.js +156 -144
  16. package/lib/handler.js +156 -144
  17. package/lib/icon.js +156 -144
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +155 -143
  20. package/lib/input.js +155 -143
  21. package/lib/login.js +170 -158
  22. package/lib/main.js +502 -490
  23. package/lib/nav.js +155 -143
  24. package/lib/notify.js +158 -146
  25. package/lib/page.js +155 -143
  26. package/lib/pagination.js +155 -143
  27. package/lib/player.js +155 -143
  28. package/lib/qr-code.js +155 -143
  29. package/lib/radio-group.js +157 -145
  30. package/lib/retrial-auth.js +159 -147
  31. package/lib/select-ganged.js +157 -145
  32. package/lib/select.js +157 -145
  33. package/lib/selector-panel.js +173 -161
  34. package/lib/selector.js +157 -145
  35. package/lib/sizer.js +157 -145
  36. package/lib/steps.js +155 -143
  37. package/lib/switch.js +155 -143
  38. package/lib/table-form.js +155 -143
  39. package/lib/tabs.js +155 -143
  40. package/lib/theme-chalk/flow-list.css +1 -1
  41. package/lib/theme-chalk/index.css +1 -1
  42. package/lib/theme-chalk/login.css +1 -1
  43. package/lib/tips.js +156 -144
  44. package/lib/tree-group.js +155 -143
  45. package/lib/tree.js +156 -144
  46. package/lib/upload.js +168 -156
  47. package/lib/wujie.js +155 -143
  48. package/lib/wxlogin.js +155 -143
  49. package/package.json +161 -161
  50. package/packages/button-group/src/main.vue +346 -346
  51. package/packages/calogin/src/main.vue +412 -412
  52. package/packages/clients/src/main.vue +151 -151
  53. package/packages/data-table/src/column.vue +992 -992
  54. package/packages/data-table/src/main.vue +1840 -1840
  55. package/packages/flow/src/component/Circulate.vue +417 -417
  56. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  57. package/packages/flow/src/component/CustomPreset.vue +324 -324
  58. package/packages/flow/src/component/FileList.vue +97 -97
  59. package/packages/flow/src/component/FreeCirculation.vue +244 -244
  60. package/packages/flow/src/component/Preset.vue +257 -257
  61. package/packages/flow/src/component/SendMsg.vue +242 -242
  62. package/packages/flow/src/component/SortFlow.vue +110 -110
  63. package/packages/flow/src/component/taskUnionExamine.vue +761 -761
  64. package/packages/flow/src/form.vue +123 -123
  65. package/packages/flow/src/freeStartFlow.vue +2855 -2855
  66. package/packages/flow/src/main.vue +4139 -4135
  67. package/packages/flow/src/processForm.vue +1680 -1671
  68. package/packages/flow/src/processReject.vue +309 -309
  69. package/packages/flow/src/reset.vue +946 -946
  70. package/packages/flow/src/selectUser.vue +1 -5
  71. package/packages/flow/src/startTaskRead.vue +695 -695
  72. package/packages/flow/src/supervise.vue +159 -159
  73. package/packages/flow/src/table.vue +58 -58
  74. package/packages/flow-group/src/main.vue +727 -727
  75. package/packages/flow-list/src/main.vue +2337 -1803
  76. package/packages/form/src/main.vue +3901 -3901
  77. package/packages/form/src/table.vue +1512 -1512
  78. package/packages/handle-user/src/main.vue +137 -137
  79. package/packages/handler/src/main.vue +496 -496
  80. package/packages/icon/src/main.vue +104 -104
  81. package/packages/login/src/main.vue +2087 -2087
  82. package/packages/login/src/resetPassword.vue +557 -557
  83. package/packages/main/src/default/userinfo.vue +503 -503
  84. package/packages/main/src/public/online.vue +89 -89
  85. package/packages/main/src/public/search.vue +464 -464
  86. package/packages/main/src/public/settings.vue +273 -273
  87. package/packages/main/src/simplicity/apps.vue +388 -388
  88. package/packages/main/src/simplicity/avatar.vue +82 -82
  89. package/packages/main/src/simplicity/handler.vue +158 -158
  90. package/packages/main/src/simplicity/index.vue +2328 -2328
  91. package/packages/main/src/simplicity/menu-list.vue +135 -135
  92. package/packages/main/src/simplicity/message.vue +293 -293
  93. package/packages/main/src/simplicity/notice.vue +222 -222
  94. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  95. package/packages/main/src/simplicity/user.vue +259 -259
  96. package/packages/main/src/simplicity/userinfo.vue +401 -401
  97. package/packages/main/src/simplicityTop/apps.vue +388 -388
  98. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  99. package/packages/main/src/simplicityTop/handler.vue +215 -215
  100. package/packages/main/src/simplicityTop/index.vue +2618 -2618
  101. package/packages/main/src/simplicityTop/lists.vue +84 -84
  102. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  103. package/packages/main/src/simplicityTop/message.vue +293 -293
  104. package/packages/main/src/simplicityTop/notice.vue +222 -222
  105. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  106. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  107. package/packages/main/src/simplicityTop/user.vue +259 -259
  108. package/packages/main/src/simplicityTop/userinfo.vue +401 -401
  109. package/packages/menu/src/main.vue +595 -595
  110. package/packages/nav/src/main.vue +351 -351
  111. package/packages/select/src/main.vue +782 -782
  112. package/packages/selector/src/main.vue +761 -761
  113. package/packages/selector-panel/src/main.vue +1036 -1036
  114. package/packages/selector-panel/src/selection.vue +174 -174
  115. package/packages/switch/src/main.vue +170 -170
  116. package/packages/theme-chalk/lib/flow-list.css +1 -1
  117. package/packages/theme-chalk/lib/index.css +1 -1
  118. package/packages/theme-chalk/lib/login.css +1 -1
  119. package/packages/theme-chalk/src/data-table.scss +297 -297
  120. package/packages/theme-chalk/src/flow-list.scss +55 -39
  121. package/packages/theme-chalk/src/flow.scss +373 -373
  122. package/packages/theme-chalk/src/form.scss +501 -501
  123. package/packages/theme-chalk/src/handler.scss +148 -148
  124. package/packages/theme-chalk/src/icon.scss +3452 -3452
  125. package/packages/theme-chalk/src/login.scss +1006 -1006
  126. package/packages/theme-chalk/src/main.scss +664 -664
  127. package/packages/theme-chalk/src/menu.scss +224 -224
  128. package/packages/theme-chalk/src/selector.scss +114 -114
  129. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  130. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  131. package/packages/theme-chalk/src/tree.scss +165 -165
  132. package/packages/theme-chalk/src/upload.scss +172 -172
  133. package/packages/tips/src/main.vue +141 -141
  134. package/packages/toolbar/src/main.vue +430 -430
  135. package/packages/upload/src/main.vue +1344 -1344
  136. package/packages/wujie/src/main.vue +146 -146
  137. package/src/config/api.js +348 -340
  138. package/src/index.js +163 -163
  139. package/src/utils/rules.js +18 -18
  140. package/packages/.DS_Store +0 -0
  141. package/packages/calogin/.DS_Store +0 -0
  142. package/packages/date-picker/.DS_Store +0 -0
  143. package/packages/date-picker/src/.DS_Store +0 -0
  144. package/packages/dialog/.DS_Store +0 -0
  145. package/packages/flow/.DS_Store +0 -0
  146. package/packages/flow/src/.DS_Store +0 -0
  147. package/packages/flow-list/.DS_Store +0 -0
  148. package/packages/form/.DS_Store +0 -0
  149. package/packages/icon/.DS_Store +0 -0
  150. package/packages/login/.DS_Store +0 -0
  151. package/packages/main/.DS_Store +0 -0
  152. package/packages/main/src/.DS_Store +0 -0
  153. package/packages/menu/.DS_Store +0 -0
  154. package/packages/select/.DS_Store +0 -0
  155. package/packages/selector/.DS_Store +0 -0
  156. package/packages/selector-panel/.DS_Store +0 -0
  157. package/packages/theme-chalk/src/.DS_Store +0 -0
  158. package/packages/upload/.DS_Store +0 -0
  159. package/src/.DS_Store +0 -0
  160. package/src/utils/.DS_Store +0 -0
@@ -253,7 +253,7 @@ module.exports = require("lodash");
253
253
 
254
254
  exports = module.exports = __webpack_require__(24)(false);
255
255
  // Module
256
- exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
256
+ exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
257
257
 
258
258
 
259
259
 
@@ -1110,6 +1110,14 @@ var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStarted
1110
1110
  var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
1111
1111
  // 获取分阅情况列表
1112
1112
  var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
1113
+ // 获取重设记录列表
1114
+ var resetJson = '/bpm/wfResetRecord/listJson.dhtml';
1115
+ // 获取删除记录列表
1116
+ var deletedListJson = '/bpm/pendedhistoryManager/deletedListJson.dhtml';
1117
+ // 恢复删除记录
1118
+ var restoredHistory = '/bpm/pendedhistoryManager/restoredHistory.dhtml';
1119
+ // 批量删除
1120
+ var batchDelete = '/bpm/pendedhistoryManager/batchDelete.dhtml';
1113
1121
 
1114
1122
  // 传阅列表撤回
1115
1123
  var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
@@ -28262,8 +28270,8 @@ form_src_main.install = function (Vue) {
28262
28270
  };
28263
28271
 
28264
28272
  /* harmony default export */ var packages_form = (form_src_main);
28265
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=f5a32352&
28266
- var mainvue_type_template_id_f5a32352_render = function () {
28273
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=2e509c0a&
28274
+ var mainvue_type_template_id_2e509c0a_render = function () {
28267
28275
  var _vm = this
28268
28276
  var _h = _vm.$createElement
28269
28277
  var _c = _vm._self._c || _h
@@ -28306,7 +28314,7 @@ var mainvue_type_template_id_f5a32352_render = function () {
28306
28314
  },
28307
28315
  [
28308
28316
  _vm._v(
28309
- "当前节点:" +
28317
+ "当前步骤:" +
28310
28318
  _vm._s(
28311
28319
  _vm.isFlow
28312
28320
  ? _vm.nodeName || "拟稿"
@@ -28601,7 +28609,7 @@ var mainvue_type_template_id_f5a32352_render = function () {
28601
28609
  },
28602
28610
  [
28603
28611
  _vm._v(
28604
- "当前节点:" +
28612
+ "当前步骤:" +
28605
28613
  _vm._s(
28606
28614
  _vm.isFlow
28607
28615
  ? _vm.nodeName || "拟稿"
@@ -31280,11 +31288,11 @@ var mainvue_type_template_id_f5a32352_render = function () {
31280
31288
  )
31281
31289
  : _vm._e()
31282
31290
  }
31283
- var mainvue_type_template_id_f5a32352_staticRenderFns = []
31284
- mainvue_type_template_id_f5a32352_render._withStripped = true
31291
+ var mainvue_type_template_id_2e509c0a_staticRenderFns = []
31292
+ mainvue_type_template_id_2e509c0a_render._withStripped = true
31285
31293
 
31286
31294
 
31287
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=f5a32352&
31295
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2e509c0a&
31288
31296
 
31289
31297
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=7b4f1542&
31290
31298
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32139,21 +32147,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32139
32147
  return validSate;
32140
32148
  },
32141
32149
 
32142
- /**
32143
- * changeOpinion
32144
- * @desc:监听意见变化
32145
- * @author liufan
32146
- * @date 2022年10月28日
32150
+ /**
32151
+ * changeOpinion
32152
+ * @desc:监听意见变化
32153
+ * @author liufan
32154
+ * @date 2022年10月28日
32147
32155
  **/
32148
32156
  changeOpinion: function changeOpinion() {
32149
32157
  this.$emit('change', this.form.value);
32150
32158
  },
32151
32159
 
32152
- /**
32153
- * getCommonOpion
32154
- * @desc:获取意见
32155
- * @author liufan
32156
- * @date 2022年5月25日
32160
+ /**
32161
+ * getCommonOpion
32162
+ * @desc:获取意见
32163
+ * @author liufan
32164
+ * @date 2022年5月25日
32157
32165
  **/
32158
32166
  getCommonOpion: function getCommonOpion() {
32159
32167
  var _this = this;
@@ -32182,24 +32190,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32182
32190
  });
32183
32191
  },
32184
32192
 
32185
- /**
32186
- * upDate
32187
- * @desc:修改常用语
32188
- * @author liufan
32189
- * @param {Object} val 修改值
32190
- * @date 2022年5月25日
32193
+ /**
32194
+ * upDate
32195
+ * @desc:修改常用语
32196
+ * @author liufan
32197
+ * @param {Object} val 修改值
32198
+ * @date 2022年5月25日
32191
32199
  **/
32192
32200
  upDate: function upDate(val) {
32193
32201
  this.FormData.id = val.id;
32194
32202
  this.addVisible = true;
32195
32203
  },
32196
32204
 
32197
- /**
32198
- * selectChange
32199
- * @desc:常用语选择
32200
- * @author liufan
32201
- * @param {String} val 选中值
32202
- * @date 2022年5月25日
32205
+ /**
32206
+ * selectChange
32207
+ * @desc:常用语选择
32208
+ * @author liufan
32209
+ * @param {String} val 选中值
32210
+ * @date 2022年5月25日
32203
32211
  **/
32204
32212
  selectChange: function selectChange(val) {
32205
32213
  var _this2 = this;
@@ -32218,12 +32226,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32218
32226
  });
32219
32227
  },
32220
32228
 
32221
- /**
32222
- * del
32223
- * @desc:删除常用语
32224
- * @author liufan
32225
- * @param {Object} val 删除的数据
32226
- * @date 2022年5月25日
32229
+ /**
32230
+ * del
32231
+ * @desc:删除常用语
32232
+ * @author liufan
32233
+ * @param {Object} val 删除的数据
32234
+ * @date 2022年5月25日
32227
32235
  **/
32228
32236
  del: function del(val) {
32229
32237
  var _this3 = this;
@@ -32265,12 +32273,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32265
32273
  }).catch(function (e) {});
32266
32274
  },
32267
32275
 
32268
- /**
32269
- * submit
32270
- * @desc:新增/编辑意见保存
32271
- * @author liufan
32272
- * @param {Object} val 保存数据
32273
- * @date 2022年5月25日
32276
+ /**
32277
+ * submit
32278
+ * @desc:新增/编辑意见保存
32279
+ * @author liufan
32280
+ * @param {Object} val 保存数据
32281
+ * @date 2022年5月25日
32274
32282
  **/
32275
32283
  submit: function submit(val) {
32276
32284
  var _this4 = this;
@@ -32335,8 +32343,8 @@ var CommonOpinions_component = normalizeComponent(
32335
32343
  )
32336
32344
 
32337
32345
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
32338
- // 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=61fadcfb&
32339
- var processFormvue_type_template_id_61fadcfb_render = function () {
32346
+ // 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=80a2c5c2&
32347
+ var processFormvue_type_template_id_80a2c5c2_render = function () {
32340
32348
  var _vm = this
32341
32349
  var _h = _vm.$createElement
32342
32350
  var _c = _vm._self._c || _h
@@ -33164,14 +33172,14 @@ var processFormvue_type_template_id_61fadcfb_render = function () {
33164
33172
  1
33165
33173
  )
33166
33174
  }
33167
- var processFormvue_type_template_id_61fadcfb_staticRenderFns = []
33168
- processFormvue_type_template_id_61fadcfb_render._withStripped = true
33175
+ var processFormvue_type_template_id_80a2c5c2_staticRenderFns = []
33176
+ processFormvue_type_template_id_80a2c5c2_render._withStripped = true
33169
33177
 
33170
33178
 
33171
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=61fadcfb&
33179
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=80a2c5c2&
33172
33180
 
33173
- // 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=406a9f9a&
33174
- var selectUservue_type_template_id_406a9f9a_render = function () {
33181
+ // 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=5424da0a&
33182
+ var selectUservue_type_template_id_5424da0a_render = function () {
33175
33183
  var _vm = this
33176
33184
  var _h = _vm.$createElement
33177
33185
  var _c = _vm._self._c || _h
@@ -33290,6 +33298,7 @@ var selectUservue_type_template_id_406a9f9a_render = function () {
33290
33298
  types: _vm.types,
33291
33299
  tabs: _vm.tabs,
33292
33300
  title: _vm.title,
33301
+ reset: "",
33293
33302
  classify: _vm.classify,
33294
33303
  "collapse-tags": _vm.selectorTags,
33295
33304
  mix: _vm.mix,
@@ -33331,11 +33340,11 @@ var selectUservue_type_template_id_406a9f9a_render = function () {
33331
33340
  1
33332
33341
  )
33333
33342
  }
33334
- var selectUservue_type_template_id_406a9f9a_staticRenderFns = []
33335
- selectUservue_type_template_id_406a9f9a_render._withStripped = true
33343
+ var selectUservue_type_template_id_5424da0a_staticRenderFns = []
33344
+ selectUservue_type_template_id_5424da0a_render._withStripped = true
33336
33345
 
33337
33346
 
33338
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=406a9f9a&
33347
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
33339
33348
 
33340
33349
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
33341
33350
  var selectUservue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -33441,6 +33450,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33441
33450
  //
33442
33451
  //
33443
33452
  //
33453
+ //
33444
33454
 
33445
33455
 
33446
33456
 
@@ -33607,7 +33617,6 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33607
33617
  },
33608
33618
  nextUser: {
33609
33619
  handler: function handler(val) {
33610
- console.log(val, 'nextUser');
33611
33620
  this.newNextUser = val;
33612
33621
  },
33613
33622
 
@@ -33767,21 +33776,18 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33767
33776
  _this4.newNextUser.push(item.showid);
33768
33777
  });
33769
33778
  } else {
33770
- console.log(val, this.newSelectUserList, 'aaaa');
33771
33779
  if (this.newSelectUserList.length > 0) {
33772
33780
  var _newSelectUserList$ = this.newSelectUserList[0],
33773
33781
  showid = _newSelectUserList$.showid,
33774
33782
  showname = _newSelectUserList$.showname;
33775
33783
 
33776
33784
  if (val[0]) {
33777
- console.log(val[0], '1111');
33778
33785
  this.newOptions.push(selectUservue_type_script_lang_js_extends({}, this.newSelectUserList[0], {
33779
33786
  id: showid,
33780
33787
  name: showname
33781
33788
  }));
33782
33789
  this.newNextUser = showid;
33783
33790
  } else {
33784
- console.log(val[0], '2222');
33785
33791
  this.newOptions = [];
33786
33792
  this.newNextUser = '';
33787
33793
  this.showSelectUser = false;
@@ -33798,7 +33804,6 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33798
33804
  }, 0);
33799
33805
  }
33800
33806
  }
33801
- console.log(this.newNextUser, this.newOptions, 'bbb');
33802
33807
  this.$emit('change', {
33803
33808
  nextUser: this.newNextUser,
33804
33809
  mixList: data,
@@ -33869,8 +33874,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33869
33874
 
33870
33875
  var selectUser_component = normalizeComponent(
33871
33876
  src_selectUservue_type_script_lang_js_,
33872
- selectUservue_type_template_id_406a9f9a_render,
33873
- selectUservue_type_template_id_406a9f9a_staticRenderFns,
33877
+ selectUservue_type_template_id_5424da0a_render,
33878
+ selectUservue_type_template_id_5424da0a_staticRenderFns,
33874
33879
  false,
33875
33880
  null,
33876
33881
  null,
@@ -35952,6 +35957,7 @@ var processFormvue_type_script_lang_js_components;
35952
35957
  _res$data = res.data,
35953
35958
  nextUserList = _res$data.nextUserList,
35954
35959
  nodeExtAttr = _res$data.nodeExtAttr,
35960
+ nodeMoreInfo = _res$data.nodeMoreInfo,
35955
35961
  countersignaturetypeText = _res$data.countersignaturetypeText,
35956
35962
  countersignaturetypeCode = _res$data.countersignaturetypeCode;
35957
35963
 
@@ -35966,6 +35972,9 @@ var processFormvue_type_script_lang_js_components;
35966
35972
  _this6.countersignaturetypeCode = countersignaturetypeCode;
35967
35973
  _this6.nextNode.countersignaturetypeText = countersignaturetypeText;
35968
35974
  _this6.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
35975
+ if (_this6.enableCustomLimitTimeSetting && nodeMoreInfo.defaultCustomLimitDays) {
35976
+ _this6.nextNode.customLimitTime = _this6.nextNode.customLimitTimeText = nodeMoreInfo.defaultCustomLimitDays + '';
35977
+ }
35969
35978
  _this6.isTaskread = nodeExtAttr.isTaskread;
35970
35979
  _this6.isHandleExplain = nodeExtAttr.isHandleExplain;
35971
35980
  _this6.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
@@ -36085,11 +36094,11 @@ var processFormvue_type_script_lang_js_components;
36085
36094
  });
36086
36095
  },
36087
36096
 
36088
- /**
36089
- * isMultiple
36090
- * @desc:是否多选
36091
- * @author liufan
36092
- * @date 2022年9月13日
36097
+ /**
36098
+ * isMultiple
36099
+ * @desc:是否多选
36100
+ * @author liufan
36101
+ * @date 2022年9月13日
36093
36102
  **/
36094
36103
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36095
36104
  var multiple = false;
@@ -36259,8 +36268,8 @@ var processFormvue_type_script_lang_js_components;
36259
36268
 
36260
36269
  var processForm_component = normalizeComponent(
36261
36270
  src_processFormvue_type_script_lang_js_,
36262
- processFormvue_type_template_id_61fadcfb_render,
36263
- processFormvue_type_template_id_61fadcfb_staticRenderFns,
36271
+ processFormvue_type_template_id_80a2c5c2_render,
36272
+ processFormvue_type_template_id_80a2c5c2_staticRenderFns,
36264
36273
  false,
36265
36274
  null,
36266
36275
  null,
@@ -40302,11 +40311,11 @@ var resetvue_type_script_lang_js_components;
40302
40311
  });
40303
40312
  },
40304
40313
 
40305
- /**
40306
- * isMultiple
40307
- * @desc:是否多选
40308
- * @author liufan
40309
- * @date 2022年9月13日
40314
+ /**
40315
+ * isMultiple
40316
+ * @desc:是否多选
40317
+ * @author liufan
40318
+ * @date 2022年9月13日
40310
40319
  **/
40311
40320
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40312
40321
  var multiple = false;
@@ -40450,8 +40459,8 @@ var reset_component = normalizeComponent(
40450
40459
  )
40451
40460
 
40452
40461
  /* harmony default export */ var src_reset = (reset_component.exports);
40453
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=47ede613&
40454
- var taskUnionExaminevue_type_template_id_47ede613_render = function () {
40462
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
40463
+ var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
40455
40464
  var _vm = this
40456
40465
  var _h = _vm.$createElement
40457
40466
  var _c = _vm._self._c || _h
@@ -40539,7 +40548,7 @@ var taskUnionExaminevue_type_template_id_47ede613_render = function () {
40539
40548
  ? _vm.currentOrgTabs
40540
40549
  : ["department", "employee"]
40541
40550
  : _vm.type == "startDraf"
40542
- ? ["enterprise", "employee"]
40551
+ ? ["employee", "enterprise"]
40543
40552
  : ["enterprise"],
40544
40553
  params:
40545
40554
  _vm.type == "startDraf" || _vm.type == "unionExamine"
@@ -40755,11 +40764,11 @@ var taskUnionExaminevue_type_template_id_47ede613_render = function () {
40755
40764
  1
40756
40765
  )
40757
40766
  }
40758
- var taskUnionExaminevue_type_template_id_47ede613_staticRenderFns = []
40759
- taskUnionExaminevue_type_template_id_47ede613_render._withStripped = true
40767
+ var taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns = []
40768
+ taskUnionExaminevue_type_template_id_5a32ec13_render._withStripped = true
40760
40769
 
40761
40770
 
40762
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=47ede613&
40771
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
40763
40772
 
40764
40773
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
40765
40774
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -41457,8 +41466,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
41457
41466
 
41458
41467
  var taskUnionExamine_component = normalizeComponent(
41459
41468
  component_taskUnionExaminevue_type_script_lang_js_,
41460
- taskUnionExaminevue_type_template_id_47ede613_render,
41461
- taskUnionExaminevue_type_template_id_47ede613_staticRenderFns,
41469
+ taskUnionExaminevue_type_template_id_5a32ec13_render,
41470
+ taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns,
41462
41471
  false,
41463
41472
  null,
41464
41473
  null,
@@ -44895,11 +44904,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44895
44904
  });
44896
44905
  },
44897
44906
 
44898
- /**
44899
- * saveInfo
44900
- * @desc:暂存
44901
- * @author liufan
44902
- * @date 2022年9月9日
44907
+ /**
44908
+ * saveInfo
44909
+ * @desc:暂存
44910
+ * @author liufan
44911
+ * @date 2022年9月9日
44903
44912
  **/
44904
44913
  saveInfo: function saveInfo(type, btn) {
44905
44914
  var _this6 = this;
@@ -44961,11 +44970,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44961
44970
  });
44962
44971
  },
44963
44972
 
44964
- /**
44965
- * rejectBtn
44966
- * @desc:点击驳回
44967
- * @author liufan
44968
- * @date 2022年5月25日
44973
+ /**
44974
+ * rejectBtn
44975
+ * @desc:点击驳回
44976
+ * @author liufan
44977
+ * @date 2022年5月25日
44969
44978
  **/
44970
44979
  rejectBtn: function rejectBtn() {
44971
44980
  var _this8 = this;
@@ -44983,11 +44992,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44983
44992
  }
44984
44993
  },
44985
44994
 
44986
- /**
44987
- * taskReadBtn
44988
- * @desc:点击分阅
44989
- * @author liufan
44990
- * @date 2022年5月25日
44995
+ /**
44996
+ * taskReadBtn
44997
+ * @desc:点击分阅
44998
+ * @author liufan
44999
+ * @date 2022年5月25日
44991
45000
  **/
44992
45001
  taskReadBtn: function taskReadBtn() {
44993
45002
  var _this9 = this;
@@ -45006,11 +45015,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45006
45015
  }
45007
45016
  },
45008
45017
 
45009
- /**
45010
- * getFind
45011
- * @desc:获取通知方式
45012
- * @author liufan
45013
- * @date 2022年5月25日
45018
+ /**
45019
+ * getFind
45020
+ * @desc:获取通知方式
45021
+ * @author liufan
45022
+ * @date 2022年5月25日
45014
45023
  **/
45015
45024
  getFind: function getFind() {
45016
45025
  var _this10 = this;
@@ -45065,12 +45074,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45065
45074
  });
45066
45075
  },
45067
45076
 
45068
- /**
45069
- * endFlows
45070
- * @desc:直接办结
45071
- * @author liufan
45072
- * @param {Object} res 直接办结数据
45073
- * @date 2022年5月25日
45077
+ /**
45078
+ * endFlows
45079
+ * @desc:直接办结
45080
+ * @author liufan
45081
+ * @param {Object} res 直接办结数据
45082
+ * @date 2022年5月25日
45074
45083
  **/
45075
45084
  endFlows: function endFlows(res) {
45076
45085
  var _this12 = this;
@@ -45124,12 +45133,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45124
45133
  }).catch(function (e) {});
45125
45134
  },
45126
45135
 
45127
- /**
45128
- * goView
45129
- * @desc:更多流程按钮操作
45130
- * @author liufan
45131
- * @param {Object} res 当前点击操作按钮数据
45132
- * @date 2022年5月25日
45136
+ /**
45137
+ * goView
45138
+ * @desc:更多流程按钮操作
45139
+ * @author liufan
45140
+ * @param {Object} res 当前点击操作按钮数据
45141
+ * @date 2022年5月25日
45133
45142
  **/
45134
45143
  goView: function goView(res) {
45135
45144
  // 驳回并办结:rejectAndEndHtml
@@ -45214,11 +45223,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45214
45223
  // isCanStartSubFlow
45215
45224
  },
45216
45225
 
45217
- /**
45218
- * toTakeAdvice
45219
- * @desc:征求意见
45220
- * @author liufan
45221
- * @date 2022年9月29日
45226
+ /**
45227
+ * toTakeAdvice
45228
+ * @desc:征求意见
45229
+ * @author liufan
45230
+ * @date 2022年9月29日
45222
45231
  **/
45223
45232
  toTakeAdvice: function toTakeAdvice(res) {
45224
45233
  var _this14 = this;
@@ -45262,11 +45271,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45262
45271
  });
45263
45272
  },
45264
45273
 
45265
- /**
45266
- * toStartDraf
45267
- * @desc: 稿件递送、联合审核、复核
45268
- * @author liufan
45269
- * @date 2022年9月29日
45274
+ /**
45275
+ * toStartDraf
45276
+ * @desc: 稿件递送、联合审核、复核
45277
+ * @author liufan
45278
+ * @date 2022年9月29日
45270
45279
  **/
45271
45280
  toStartDraf: function toStartDraf(res) {
45272
45281
  var _this16 = this;
@@ -45280,11 +45289,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45280
45289
  }
45281
45290
  },
45282
45291
 
45283
- /**
45284
- * toSendMsg
45285
- * @desc:核稿通知
45286
- * @author liufan
45287
- * @date 2022年9月29日
45292
+ /**
45293
+ * toSendMsg
45294
+ * @desc:核稿通知
45295
+ * @author liufan
45296
+ * @date 2022年9月29日
45288
45297
  **/
45289
45298
  toSendMsg: function toSendMsg(res) {
45290
45299
  var _this17 = this;
@@ -45298,11 +45307,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45298
45307
  }
45299
45308
  },
45300
45309
 
45301
- /**
45302
- * toTaskReadAndEnd
45303
- * @desc:分阅并办结
45304
- * @author liufan
45305
- * @date 2022年9月29日
45310
+ /**
45311
+ * toTaskReadAndEnd
45312
+ * @desc:分阅并办结
45313
+ * @author liufan
45314
+ * @date 2022年9月29日
45306
45315
  **/
45307
45316
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45308
45317
  var _this18 = this;
@@ -45320,11 +45329,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45320
45329
  }
45321
45330
  },
45322
45331
 
45323
- /**
45324
- * rejectAndEnd
45325
- * @desc:驳回并办结
45326
- * @author liufan
45327
- * @date 2022年9月29日
45332
+ /**
45333
+ * rejectAndEnd
45334
+ * @desc:驳回并办结
45335
+ * @author liufan
45336
+ * @date 2022年9月29日
45328
45337
  **/
45329
45338
  rejectAndEnd: function rejectAndEnd(res) {
45330
45339
  var _this19 = this;
@@ -45379,11 +45388,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45379
45388
  });
45380
45389
  },
45381
45390
 
45382
- /**
45383
- * toTransfer
45384
- * @desc:转办
45385
- * @author liufan
45386
- * @date 2022年9月29日
45391
+ /**
45392
+ * toTransfer
45393
+ * @desc:转办
45394
+ * @author liufan
45395
+ * @date 2022年9月29日
45387
45396
  **/
45388
45397
  toTransfer: function toTransfer(res) {
45389
45398
  var _this21 = this;
@@ -45399,11 +45408,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45399
45408
  }
45400
45409
  },
45401
45410
 
45402
- /**
45403
- * getNodeInfo
45404
- * @desc:获取节点信息
45405
- * @author liufan
45406
- * @date 2022年5月25日
45411
+ /**
45412
+ * getNodeInfo
45413
+ * @desc:获取节点信息
45414
+ * @author liufan
45415
+ * @date 2022年5月25日
45407
45416
  **/
45408
45417
  getNodeInfo: function getNodeInfo() {
45409
45418
  var _this22 = this;
@@ -45502,12 +45511,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45502
45511
  });
45503
45512
  },
45504
45513
 
45505
- /**
45506
- * selecNext
45507
- * @desc:下步节点变化时更新数据
45508
- * @author liufan
45509
- * @param {String} val 当前选中值
45510
- * @date 2022年5月25日
45514
+ /**
45515
+ * selecNext
45516
+ * @desc:下步节点变化时更新数据
45517
+ * @author liufan
45518
+ * @param {String} val 当前选中值
45519
+ * @date 2022年5月25日
45511
45520
  **/
45512
45521
  selecNext: function selecNext(val, type, isDef) {
45513
45522
  var _this23 = this;
@@ -45616,11 +45625,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45616
45625
  if (isDef !== true) this.getNodeInfo();
45617
45626
  },
45618
45627
 
45619
- /**
45620
- * isMultiple
45621
- * @desc:是否多选
45622
- * @author liufan
45623
- * @date 2022年9月13日
45628
+ /**
45629
+ * isMultiple
45630
+ * @desc:是否多选
45631
+ * @author liufan
45632
+ * @date 2022年9月13日
45624
45633
  **/
45625
45634
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45626
45635
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45652,11 +45661,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45652
45661
  }
45653
45662
  },
45654
45663
 
45655
- /**
45656
- * getHedInfo
45657
- * @desc:获取审核页面数据
45658
- * @author liufan
45659
- * @date 2022年5月25日
45664
+ /**
45665
+ * getHedInfo
45666
+ * @desc:获取审核页面数据
45667
+ * @author liufan
45668
+ * @date 2022年5月25日
45660
45669
  **/
45661
45670
  getHedInfo: function getHedInfo() {
45662
45671
  var _this24 = this;
@@ -45892,13 +45901,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45892
45901
  });
45893
45902
  },
45894
45903
 
45895
- /**
45896
- * closeProcess
45897
- * @desc:关闭弹窗
45898
- * @author liufan
45899
- * @param {boolean} val 当前是否办理流程
45900
- * @param {String} type 当前点击的弹窗类型
45901
- * @date 2022年5月25日
45904
+ /**
45905
+ * closeProcess
45906
+ * @desc:关闭弹窗
45907
+ * @author liufan
45908
+ * @param {boolean} val 当前是否办理流程
45909
+ * @param {String} type 当前点击的弹窗类型
45910
+ * @date 2022年5月25日
45902
45911
  **/
45903
45912
  closeProcess: function closeProcess(val, type, closeParent) {
45904
45913
  if (closeParent) {
@@ -45915,23 +45924,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45915
45924
  }
45916
45925
  },
45917
45926
 
45918
- /**
45919
- * selectChange
45920
- * @desc:常用语选择
45921
- * @author liufan
45922
- * @param {String} val 选中值
45923
- * @date 2022年5月25日
45927
+ /**
45928
+ * selectChange
45929
+ * @desc:常用语选择
45930
+ * @author liufan
45931
+ * @param {String} val 选中值
45932
+ * @date 2022年5月25日
45924
45933
  **/
45925
45934
  selectChange: function selectChange(val) {
45926
45935
  this.value = val;
45927
45936
  },
45928
45937
 
45929
- /**
45930
- * upDate
45931
- * @desc:修改常用语
45932
- * @author liufan
45933
- * @param {Object} val 修改值
45934
- * @date 2022年5月25日
45938
+ /**
45939
+ * upDate
45940
+ * @desc:修改常用语
45941
+ * @author liufan
45942
+ * @param {Object} val 修改值
45943
+ * @date 2022年5月25日
45935
45944
  **/
45936
45945
  upDate: function upDate(val) {
45937
45946
  this.FormData.id = val.id;
@@ -45939,11 +45948,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45939
45948
  },
45940
45949
 
45941
45950
 
45942
- /**
45943
- * getProcess
45944
- * @desc:获取选择流程
45945
- * @author liufan
45946
- * @date 2022年5月25日
45951
+ /**
45952
+ * getProcess
45953
+ * @desc:获取选择流程
45954
+ * @author liufan
45955
+ * @date 2022年5月25日
45947
45956
  **/
45948
45957
  getProcess: function getProcess() {
45949
45958
  var _this25 = this;
@@ -45997,11 +46006,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45997
46006
  });
45998
46007
  },
45999
46008
 
46000
- /**
46001
- * getPendedhistoryList
46002
- * @desc:获取流程列表
46003
- * @author liufan
46004
- * @date 2022年5月25日
46009
+ /**
46010
+ * getPendedhistoryList
46011
+ * @desc:获取流程列表
46012
+ * @author liufan
46013
+ * @date 2022年5月25日
46005
46014
  **/
46006
46015
  getPendedhistoryList: function getPendedhistoryList() {
46007
46016
  var _this26 = this;
@@ -46033,12 +46042,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46033
46042
  },
46034
46043
 
46035
46044
  // 提交流程
46036
- /**
46037
- * subProcess
46038
- * @desc:提交流程
46039
- * @author liufan
46040
- * @param {String} formName 当前form表单ref值
46041
- * @date 2022年5月25日
46045
+ /**
46046
+ * subProcess
46047
+ * @desc:提交流程
46048
+ * @author liufan
46049
+ * @param {String} formName 当前form表单ref值
46050
+ * @date 2022年5月25日
46042
46051
  **/
46043
46052
  subProcess: function subProcess(val) {
46044
46053
  var _this27 = this;
@@ -49942,11 +49951,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49942
49951
  });
49943
49952
  },
49944
49953
 
49945
- /**
49946
- * saveInfo
49947
- * @desc:暂存
49948
- * @author liufan
49949
- * @date 2022年9月9日
49954
+ /**
49955
+ * saveInfo
49956
+ * @desc:暂存
49957
+ * @author liufan
49958
+ * @date 2022年9月9日
49950
49959
  **/
49951
49960
  saveInfo: function saveInfo(type, btn) {
49952
49961
  var _this13 = this;
@@ -50008,11 +50017,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50008
50017
  });
50009
50018
  },
50010
50019
 
50011
- /**
50012
- * rejectBtn
50013
- * @desc:点击驳回
50014
- * @author liufan
50015
- * @date 2022年5月25日
50020
+ /**
50021
+ * rejectBtn
50022
+ * @desc:点击驳回
50023
+ * @author liufan
50024
+ * @date 2022年5月25日
50016
50025
  **/
50017
50026
  rejectBtn: function rejectBtn() {
50018
50027
  var _this15 = this;
@@ -50030,11 +50039,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50030
50039
  }
50031
50040
  },
50032
50041
 
50033
- /**
50034
- * taskReadBtn
50035
- * @desc:点击分阅
50036
- * @author liufan
50037
- * @date 2022年5月25日
50042
+ /**
50043
+ * taskReadBtn
50044
+ * @desc:点击分阅
50045
+ * @author liufan
50046
+ * @date 2022年5月25日
50038
50047
  **/
50039
50048
  taskReadBtn: function taskReadBtn() {
50040
50049
  var _this16 = this;
@@ -50053,11 +50062,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50053
50062
  }
50054
50063
  },
50055
50064
 
50056
- /**
50057
- * getFind
50058
- * @desc:获取通知方式
50059
- * @author liufan
50060
- * @date 2022年5月25日
50065
+ /**
50066
+ * getFind
50067
+ * @desc:获取通知方式
50068
+ * @author liufan
50069
+ * @date 2022年5月25日
50061
50070
  **/
50062
50071
  getFind: function getFind() {
50063
50072
  var _this17 = this;
@@ -50123,12 +50132,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50123
50132
  });
50124
50133
  },
50125
50134
 
50126
- /**
50127
- * endFlows
50128
- * @desc:直接办结
50129
- * @author liufan
50130
- * @param {Object} res 直接办结数据
50131
- * @date 2022年5月25日
50135
+ /**
50136
+ * endFlows
50137
+ * @desc:直接办结
50138
+ * @author liufan
50139
+ * @param {Object} res 直接办结数据
50140
+ * @date 2022年5月25日
50132
50141
  **/
50133
50142
  endFlows: function endFlows(res) {
50134
50143
  var _this19 = this;
@@ -50183,12 +50192,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50183
50192
  }).catch(function (e) {});
50184
50193
  },
50185
50194
 
50186
- /**
50187
- * goView
50188
- * @desc:更多流程按钮操作
50189
- * @author liufan
50190
- * @param {Object} res 当前点击操作按钮数据
50191
- * @date 2022年5月25日
50195
+ /**
50196
+ * goView
50197
+ * @desc:更多流程按钮操作
50198
+ * @author liufan
50199
+ * @param {Object} res 当前点击操作按钮数据
50200
+ * @date 2022年5月25日
50192
50201
  **/
50193
50202
  goView: function goView(res) {
50194
50203
  // 驳回并办结:rejectAndEndHtml
@@ -50275,11 +50284,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50275
50284
  // isCanStartSubFlow
50276
50285
  },
50277
50286
 
50278
- /**
50279
- * toTakeAdvice
50280
- * @desc:征求意见
50281
- * @author liufan
50282
- * @date 2022年9月29日
50287
+ /**
50288
+ * toTakeAdvice
50289
+ * @desc:征求意见
50290
+ * @author liufan
50291
+ * @date 2022年9月29日
50283
50292
  **/
50284
50293
  toTakeAdvice: function toTakeAdvice(res) {
50285
50294
  var _this21 = this;
@@ -50323,11 +50332,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50323
50332
  });
50324
50333
  },
50325
50334
 
50326
- /**
50327
- * toStartDraf
50328
- * @desc: 稿件递送、联合审核、复核
50329
- * @author liufan
50330
- * @date 2022年9月29日
50335
+ /**
50336
+ * toStartDraf
50337
+ * @desc: 稿件递送、联合审核、复核
50338
+ * @author liufan
50339
+ * @date 2022年9月29日
50331
50340
  **/
50332
50341
  toStartDraf: function toStartDraf(res) {
50333
50342
  var _this23 = this;
@@ -50341,11 +50350,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50341
50350
  }
50342
50351
  },
50343
50352
 
50344
- /**
50345
- * toSendMsg
50346
- * @desc:核稿通知
50347
- * @author liufan
50348
- * @date 2022年9月29日
50353
+ /**
50354
+ * toSendMsg
50355
+ * @desc:核稿通知
50356
+ * @author liufan
50357
+ * @date 2022年9月29日
50349
50358
  **/
50350
50359
  toSendMsg: function toSendMsg(res) {
50351
50360
  var _this24 = this;
@@ -50359,11 +50368,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50359
50368
  }
50360
50369
  },
50361
50370
 
50362
- /**
50363
- * toTaskReadAndEnd
50364
- * @desc:分阅并办结
50365
- * @author liufan
50366
- * @date 2022年9月29日
50371
+ /**
50372
+ * toTaskReadAndEnd
50373
+ * @desc:分阅并办结
50374
+ * @author liufan
50375
+ * @date 2022年9月29日
50367
50376
  **/
50368
50377
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50369
50378
  var _this25 = this;
@@ -50381,11 +50390,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50381
50390
  }
50382
50391
  },
50383
50392
 
50384
- /**
50385
- * rejectAndEnd
50386
- * @desc:驳回并办结
50387
- * @author liufan
50388
- * @date 2022年9月29日
50393
+ /**
50394
+ * rejectAndEnd
50395
+ * @desc:驳回并办结
50396
+ * @author liufan
50397
+ * @date 2022年9月29日
50389
50398
  **/
50390
50399
  rejectAndEnd: function rejectAndEnd(res) {
50391
50400
  var _this26 = this;
@@ -50441,11 +50450,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50441
50450
  });
50442
50451
  },
50443
50452
 
50444
- /**
50445
- * toTransfer
50446
- * @desc:转办
50447
- * @author liufan
50448
- * @date 2022年9月29日
50453
+ /**
50454
+ * toTransfer
50455
+ * @desc:转办
50456
+ * @author liufan
50457
+ * @date 2022年9月29日
50449
50458
  **/
50450
50459
  toTransfer: function toTransfer(res) {
50451
50460
  var _this28 = this;
@@ -50464,11 +50473,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50464
50473
  this.nextNode.customLimitTime = val;
50465
50474
  },
50466
50475
 
50467
- /**
50468
- * getNodeInfo
50469
- * @desc:获取节点信息
50470
- * @author liufan
50471
- * @date 2022年5月25日
50476
+ /**
50477
+ * getNodeInfo
50478
+ * @desc:获取节点信息
50479
+ * @author liufan
50480
+ * @date 2022年5月25日
50472
50481
  **/
50473
50482
  getNodeInfo: function getNodeInfo() {
50474
50483
  var _this29 = this;
@@ -50576,12 +50585,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50576
50585
  });
50577
50586
  },
50578
50587
 
50579
- /**
50580
- * selecNext
50581
- * @desc:下步节点变化时更新数据
50582
- * @author liufan
50583
- * @param {String} val 当前选中值
50584
- * @date 2022年5月25日
50588
+ /**
50589
+ * selecNext
50590
+ * @desc:下步节点变化时更新数据
50591
+ * @author liufan
50592
+ * @param {String} val 当前选中值
50593
+ * @date 2022年5月25日
50585
50594
  **/
50586
50595
  selecNext: function selecNext(val, type, isDef) {
50587
50596
  var _this30 = this;
@@ -50713,11 +50722,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50713
50722
  this.getNodeInfo();
50714
50723
  },
50715
50724
 
50716
- /**
50717
- * isMultiple
50718
- * @desc:是否多选
50719
- * @author liufan
50720
- * @date 2022年9月13日
50725
+ /**
50726
+ * isMultiple
50727
+ * @desc:是否多选
50728
+ * @author liufan
50729
+ * @date 2022年9月13日
50721
50730
  **/
50722
50731
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50723
50732
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50749,11 +50758,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50749
50758
  }
50750
50759
  },
50751
50760
 
50752
- /**
50753
- * getHedInfo
50754
- * @desc:获取审核页面数据
50755
- * @author liufan
50756
- * @date 2022年5月25日
50761
+ /**
50762
+ * getHedInfo
50763
+ * @desc:获取审核页面数据
50764
+ * @author liufan
50765
+ * @date 2022年5月25日
50757
50766
  **/
50758
50767
  getHedInfo: function getHedInfo() {
50759
50768
  var _this31 = this;
@@ -50785,6 +50794,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50785
50794
  notificationMessageReadOnly = _res$data2.notificationMessageReadOnly,
50786
50795
  nextNodeCheckType = _res$data2.nextNodeCheckType,
50787
50796
  pOrgId = _res$data2.pOrgId,
50797
+ extendData = _res$data2.extendData,
50788
50798
  currentOrgName = _res$data2.currentOrgName,
50789
50799
  pendingItemHandleDescription = _res$data2.pendingItemHandleDescription,
50790
50800
  currentOrgSelectorParams = _res$data2.currentOrgSelectorParams,
@@ -50999,6 +51009,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50999
51009
  _this31.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
51000
51010
  _this31.endFlowInfo.nodeId = taskExamine.nodeId;
51001
51011
  }
51012
+ if (extendData && extendData.pendingData && extendData.pendingData.itemname) {
51013
+ _this31.NodeName = extendData.pendingData.itemname;
51014
+ }
51002
51015
  if (_this31.nodeName) {
51003
51016
  _this31.NodeName = _this31.nodeName;
51004
51017
  }
@@ -51059,13 +51072,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51059
51072
  });
51060
51073
  },
51061
51074
 
51062
- /**
51063
- * closeProcess
51064
- * @desc:关闭弹窗
51065
- * @author liufan
51066
- * @param {boolean} val 当前是否办理流程
51067
- * @param {String} type 当前点击的弹窗类型
51068
- * @date 2022年5月25日
51075
+ /**
51076
+ * closeProcess
51077
+ * @desc:关闭弹窗
51078
+ * @author liufan
51079
+ * @param {boolean} val 当前是否办理流程
51080
+ * @param {String} type 当前点击的弹窗类型
51081
+ * @date 2022年5月25日
51069
51082
  **/
51070
51083
  closeProcess: function closeProcess(val, type, closeParent) {
51071
51084
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51085,23 +51098,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51085
51098
  }
51086
51099
  },
51087
51100
 
51088
- /**
51089
- * selectChange
51090
- * @desc:常用语选择
51091
- * @author liufan
51092
- * @param {String} val 选中值
51093
- * @date 2022年5月25日
51101
+ /**
51102
+ * selectChange
51103
+ * @desc:常用语选择
51104
+ * @author liufan
51105
+ * @param {String} val 选中值
51106
+ * @date 2022年5月25日
51094
51107
  **/
51095
51108
  selectChange: function selectChange(val) {
51096
51109
  this.value = val;
51097
51110
  },
51098
51111
 
51099
- /**
51100
- * upDate
51101
- * @desc:修改常用语
51102
- * @author liufan
51103
- * @param {Object} val 修改值
51104
- * @date 2022年5月25日
51112
+ /**
51113
+ * upDate
51114
+ * @desc:修改常用语
51115
+ * @author liufan
51116
+ * @param {Object} val 修改值
51117
+ * @date 2022年5月25日
51105
51118
  **/
51106
51119
  upDate: function upDate(val) {
51107
51120
  this.FormData.id = val.id;
@@ -51109,11 +51122,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51109
51122
  },
51110
51123
 
51111
51124
 
51112
- /**
51113
- * getProcess
51114
- * @desc:获取选择流程
51115
- * @author liufan
51116
- * @date 2022年5月25日
51125
+ /**
51126
+ * getProcess
51127
+ * @desc:获取选择流程
51128
+ * @author liufan
51129
+ * @date 2022年5月25日
51117
51130
  **/
51118
51131
  getProcess: function getProcess(val) {
51119
51132
  var _this32 = this;
@@ -51173,11 +51186,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51173
51186
  });
51174
51187
  },
51175
51188
 
51176
- /**
51177
- * getPendedhistoryList
51178
- * @desc:获取流程列表
51179
- * @author liufan
51180
- * @date 2022年5月25日
51189
+ /**
51190
+ * getPendedhistoryList
51191
+ * @desc:获取流程列表
51192
+ * @author liufan
51193
+ * @date 2022年5月25日
51181
51194
  **/
51182
51195
  getPendedhistoryList: function getPendedhistoryList() {
51183
51196
  var _this33 = this;
@@ -51248,12 +51261,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51248
51261
  beforeSubProcess: function beforeSubProcess() {},
51249
51262
 
51250
51263
  // 提交流程
51251
- /**
51252
- * subProcess
51253
- * @desc:提交流程
51254
- * @author liufan
51255
- * @param {String} formName 当前form表单ref值
51256
- * @date 2022年5月25日
51264
+ /**
51265
+ * subProcess
51266
+ * @desc:提交流程
51267
+ * @author liufan
51268
+ * @param {String} formName 当前form表单ref值
51269
+ * @date 2022年5月25日
51257
51270
  **/
51258
51271
  subProcess: function subProcess(val, type) {
51259
51272
  var _this35 = this;
@@ -51732,8 +51745,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51732
51745
 
51733
51746
  var flow_src_main_component = normalizeComponent(
51734
51747
  packages_flow_src_mainvue_type_script_lang_js_,
51735
- mainvue_type_template_id_f5a32352_render,
51736
- mainvue_type_template_id_f5a32352_staticRenderFns,
51748
+ mainvue_type_template_id_2e509c0a_render,
51749
+ mainvue_type_template_id_2e509c0a_staticRenderFns,
51737
51750
  false,
51738
51751
  null,
51739
51752
  null,
@@ -53760,8 +53773,8 @@ flow_group_src_main.install = function (Vue) {
53760
53773
  };
53761
53774
 
53762
53775
  /* harmony default export */ var flow_group = (flow_group_src_main);
53763
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=6a860319&
53764
- var mainvue_type_template_id_6a860319_render = function () {
53776
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=7e636ba0&
53777
+ var mainvue_type_template_id_7e636ba0_render = function () {
53765
53778
  var _vm = this
53766
53779
  var _h = _vm.$createElement
53767
53780
  var _c = _vm._self._c || _h
@@ -53877,6 +53890,222 @@ var mainvue_type_template_id_6a860319_render = function () {
53877
53890
  1
53878
53891
  )
53879
53892
  : _vm._e(),
53893
+ _vm.showBatchDelete
53894
+ ? _c(
53895
+ "es-dialog",
53896
+ {
53897
+ staticClass: "es-flow-list-dialog",
53898
+ attrs: {
53899
+ "append-to-body": "",
53900
+ "close-on-click-modal": false,
53901
+ title: "流程历史批量删除",
53902
+ visible: _vm.showBatchDelete,
53903
+ },
53904
+ on: {
53905
+ "update:visible": function ($event) {
53906
+ _vm.showBatchDelete = $event
53907
+ },
53908
+ },
53909
+ },
53910
+ [
53911
+ _c(
53912
+ "div",
53913
+ {
53914
+ directives: [
53915
+ {
53916
+ name: "loading",
53917
+ rawName: "v-loading",
53918
+ value: _vm.batchDeleteLoading,
53919
+ expression: "batchDeleteLoading",
53920
+ },
53921
+ ],
53922
+ staticStyle: { height: "100%" },
53923
+ },
53924
+ [
53925
+ _vm.showBatchDelete
53926
+ ? _c("es-data-table", {
53927
+ staticStyle: { width: "100%" },
53928
+ attrs: {
53929
+ checkbox: "",
53930
+ data: _vm.batchdeleteTableList,
53931
+ thead: _vm.batchdeleteThead,
53932
+ numbers: "",
53933
+ full: "",
53934
+ },
53935
+ on: {
53936
+ "selection-change": function ($event) {
53937
+ _vm.handleSelectionChange($event, "batchDelete")
53938
+ },
53939
+ },
53940
+ })
53941
+ : _vm._e(),
53942
+ _c(
53943
+ "div",
53944
+ { staticClass: "batch-delete-footer" },
53945
+ [
53946
+ _c("el-input", {
53947
+ staticClass: "batch-delete-footer-input",
53948
+ attrs: { placeholder: "请输入批量删除的原因" },
53949
+ model: {
53950
+ value: _vm.batchdeletereason,
53951
+ callback: function ($$v) {
53952
+ _vm.batchdeletereason = $$v
53953
+ },
53954
+ expression: "batchdeletereason",
53955
+ },
53956
+ }),
53957
+ _c(
53958
+ "es-button",
53959
+ {
53960
+ attrs: { type: "primary" },
53961
+ on: { click: _vm.handleBatchDelete },
53962
+ },
53963
+ [_vm._v("批量删除")]
53964
+ ),
53965
+ _c(
53966
+ "es-button",
53967
+ {
53968
+ attrs: { type: "primary" },
53969
+ on: {
53970
+ click: function ($event) {
53971
+ _vm.showBatchDelete = false
53972
+ },
53973
+ },
53974
+ },
53975
+ [_vm._v("取消")]
53976
+ ),
53977
+ ],
53978
+ 1
53979
+ ),
53980
+ ],
53981
+ 1
53982
+ ),
53983
+ ]
53984
+ )
53985
+ : _vm._e(),
53986
+ _vm.showDelete
53987
+ ? _c(
53988
+ "es-dialog",
53989
+ {
53990
+ staticClass: "es-flow-list-dialog",
53991
+ attrs: {
53992
+ "append-to-body": "",
53993
+ "close-on-click-modal": false,
53994
+ title: "查看删除记录",
53995
+ visible: _vm.showDelete,
53996
+ },
53997
+ on: {
53998
+ "update:visible": function ($event) {
53999
+ _vm.showDelete = $event
54000
+ },
54001
+ },
54002
+ },
54003
+ [
54004
+ _c(
54005
+ "div",
54006
+ {
54007
+ directives: [
54008
+ {
54009
+ name: "loading",
54010
+ rawName: "v-loading",
54011
+ value: _vm.deleteLoading,
54012
+ expression: "deleteLoading",
54013
+ },
54014
+ ],
54015
+ staticStyle: { height: "100%" },
54016
+ },
54017
+ [
54018
+ _vm.showDelete
54019
+ ? _c("es-data-table", {
54020
+ staticStyle: { width: "100%" },
54021
+ attrs: {
54022
+ data: _vm.deleteTableList,
54023
+ thead: _vm.deleteThead,
54024
+ numbers: "",
54025
+ full: "",
54026
+ page: _vm.pageInfo,
54027
+ },
54028
+ on: {
54029
+ "btn-click": _vm.handleBtnShowClick,
54030
+ "page-size-change": function ($event) {
54031
+ _vm.handleSizeChange($event, "delete")
54032
+ },
54033
+ "page-current-change": function ($event) {
54034
+ _vm.handleCurrentChange($event, "delete")
54035
+ },
54036
+ "sort-change": function ($event) {
54037
+ _vm.sortChange($event, "delete")
54038
+ },
54039
+ },
54040
+ })
54041
+ : _vm._e(),
54042
+ ],
54043
+ 1
54044
+ ),
54045
+ ]
54046
+ )
54047
+ : _vm._e(),
54048
+ _vm.showReset
54049
+ ? _c(
54050
+ "es-dialog",
54051
+ {
54052
+ staticClass: "es-flow-list-dialog",
54053
+ attrs: {
54054
+ "append-to-body": "",
54055
+ "close-on-click-modal": false,
54056
+ title: "查看重设记录",
54057
+ visible: _vm.showReset,
54058
+ },
54059
+ on: {
54060
+ "update:visible": function ($event) {
54061
+ _vm.showReset = $event
54062
+ },
54063
+ },
54064
+ },
54065
+ [
54066
+ _c(
54067
+ "div",
54068
+ {
54069
+ directives: [
54070
+ {
54071
+ name: "loading",
54072
+ rawName: "v-loading",
54073
+ value: _vm.resetLoading,
54074
+ expression: "resetLoading",
54075
+ },
54076
+ ],
54077
+ staticStyle: { height: "100%" },
54078
+ },
54079
+ [
54080
+ _vm.showReset
54081
+ ? _c("es-data-table", {
54082
+ staticStyle: { width: "100%" },
54083
+ attrs: {
54084
+ data: _vm.resetTableList,
54085
+ thead: _vm.resetThead,
54086
+ numbers: "",
54087
+ full: "",
54088
+ page: _vm.pageInfo,
54089
+ },
54090
+ on: {
54091
+ "page-size-change": function ($event) {
54092
+ _vm.handleSizeChange($event, "reset")
54093
+ },
54094
+ "page-current-change": function ($event) {
54095
+ _vm.handleCurrentChange($event, "reset")
54096
+ },
54097
+ "sort-change": function ($event) {
54098
+ _vm.sortChange($event, "reset")
54099
+ },
54100
+ },
54101
+ })
54102
+ : _vm._e(),
54103
+ ],
54104
+ 1
54105
+ ),
54106
+ ]
54107
+ )
54108
+ : _vm._e(),
53880
54109
  _vm.showPress
53881
54110
  ? _c(
53882
54111
  "es-dialog",
@@ -53886,7 +54115,6 @@ var mainvue_type_template_id_6a860319_render = function () {
53886
54115
  "close-on-click-modal": false,
53887
54116
  title: "查看催办记录",
53888
54117
  visible: _vm.showPress,
53889
- height: "500px",
53890
54118
  },
53891
54119
  on: {
53892
54120
  "update:visible": function ($event) {
@@ -53906,7 +54134,7 @@ var mainvue_type_template_id_6a860319_render = function () {
53906
54134
  expression: "pressLoading",
53907
54135
  },
53908
54136
  ],
53909
- staticStyle: { height: "400px" },
54137
+ staticStyle: { height: "100%" },
53910
54138
  },
53911
54139
  [
53912
54140
  _vm.show
@@ -53920,9 +54148,15 @@ var mainvue_type_template_id_6a860319_render = function () {
53920
54148
  page: _vm.pageInfo,
53921
54149
  },
53922
54150
  on: {
53923
- "page-size-change": _vm.handleSizeChange,
53924
- "page-current-change": _vm.handleCurrentChange,
53925
- "sort-change": _vm.sortChange,
54151
+ "page-size-change": function ($event) {
54152
+ _vm.handleSizeChange($event, "press")
54153
+ },
54154
+ "page-current-change": function ($event) {
54155
+ _vm.handleCurrentChange($event, "press")
54156
+ },
54157
+ "sort-change": function ($event) {
54158
+ _vm.sortChange($event, "press")
54159
+ },
53926
54160
  },
53927
54161
  })
53928
54162
  : _vm._e(),
@@ -53971,11 +54205,11 @@ var mainvue_type_template_id_6a860319_render = function () {
53971
54205
  2
53972
54206
  )
53973
54207
  }
53974
- var mainvue_type_template_id_6a860319_staticRenderFns = []
53975
- mainvue_type_template_id_6a860319_render._withStripped = true
54208
+ var mainvue_type_template_id_7e636ba0_staticRenderFns = []
54209
+ mainvue_type_template_id_7e636ba0_render._withStripped = true
53976
54210
 
53977
54211
 
53978
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=6a860319&
54212
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=7e636ba0&
53979
54213
 
53980
54214
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
53981
54215
 
@@ -54085,6 +54319,78 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54085
54319
  //
54086
54320
  //
54087
54321
  //
54322
+ //
54323
+ //
54324
+ //
54325
+ //
54326
+ //
54327
+ //
54328
+ //
54329
+ //
54330
+ //
54331
+ //
54332
+ //
54333
+ //
54334
+ //
54335
+ //
54336
+ //
54337
+ //
54338
+ //
54339
+ //
54340
+ //
54341
+ //
54342
+ //
54343
+ //
54344
+ //
54345
+ //
54346
+ //
54347
+ //
54348
+ //
54349
+ //
54350
+ //
54351
+ //
54352
+ //
54353
+ //
54354
+ //
54355
+ //
54356
+ //
54357
+ //
54358
+ //
54359
+ //
54360
+ //
54361
+ //
54362
+ //
54363
+ //
54364
+ //
54365
+ //
54366
+ //
54367
+ //
54368
+ //
54369
+ //
54370
+ //
54371
+ //
54372
+ //
54373
+ //
54374
+ //
54375
+ //
54376
+ //
54377
+ //
54378
+ //
54379
+ //
54380
+ //
54381
+ //
54382
+ //
54383
+ //
54384
+ //
54385
+ //
54386
+ //
54387
+ //
54388
+ //
54389
+ //
54390
+ //
54391
+ //
54392
+ //
54393
+ //
54088
54394
 
54089
54395
 
54090
54396
 
@@ -54168,6 +54474,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54168
54474
  pressTableList: [],
54169
54475
  circularData: [],
54170
54476
  selectList: [],
54477
+ batchDeleteSelectList: [],
54171
54478
  flowHeight: '',
54172
54479
  presetHeight: '',
54173
54480
  signHeight: '',
@@ -54212,6 +54519,164 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54212
54519
  loading: '', //加载中
54213
54520
  preset_type: [], //预设类型
54214
54521
  showPress: false, //查看催办记录弹窗
54522
+ showDelete: false, //删除记录弹窗
54523
+ showBatchDelete: false,
54524
+ deleteLoading: false,
54525
+ batchDeleteLoading: false,
54526
+ deleteTableList: [],
54527
+ batchdeleteTableList: [],
54528
+ batchdeletereason: '',
54529
+ batchdeleteThead: [{
54530
+ title: '步骤',
54531
+ align: 'center',
54532
+ // sortable: true,
54533
+ showOverflowTooltip: true,
54534
+ field: 'itemname'
54535
+ }, {
54536
+ title: '办理人',
54537
+ align: 'center',
54538
+ showOverflowTooltip: true,
54539
+ width: 120,
54540
+ // sortable: true,
54541
+ field: 'userName'
54542
+ }, {
54543
+ label: '状态',
54544
+ field: 'pendstate',
54545
+ key: 'zt',
54546
+ align: 'center',
54547
+ showOverflowTooltip: true,
54548
+ width: this.theadWidth.pendstate || 80,
54549
+ render: function render(h, params) {
54550
+ return h('span', {
54551
+ style: {
54552
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : params.row.pendstate == -1 ? 'orange' : 'deepskyblue'
54553
+ },
54554
+ domProps: { innerHTML: params.row.querykeywords }
54555
+ });
54556
+ }
54557
+ }, {
54558
+ title: '办理意见',
54559
+ align: 'center',
54560
+ showOverflowTooltip: true,
54561
+ // sortable: true,
54562
+ field: 'doresult'
54563
+ }, {
54564
+ title: '办理时间',
54565
+ align: 'center',
54566
+ showOverflowTooltip: true,
54567
+ // sortable: true,
54568
+ field: 'doetime',
54569
+ render: function render(h, params) {
54570
+ return h('span', {}, params.row.doetime ? utils_util.formatDate(params.row.doetime, 'yyyy-MM-dd HH:mm') : '');
54571
+ }
54572
+ }],
54573
+ deleteThead: [{
54574
+ title: '步骤',
54575
+ align: 'center',
54576
+ // sortable: true,
54577
+ showOverflowTooltip: true,
54578
+ field: 'itemname'
54579
+ }, {
54580
+ title: '办理人',
54581
+ align: 'center',
54582
+ showOverflowTooltip: true,
54583
+ width: 120,
54584
+ // sortable: true,
54585
+ field: 'userName'
54586
+ }, {
54587
+ title: '办理意见',
54588
+ align: 'center',
54589
+ showOverflowTooltip: true,
54590
+ width: 240,
54591
+ // sortable: true,
54592
+ field: 'doresult'
54593
+ }, {
54594
+ title: '办理时间',
54595
+ align: 'center',
54596
+ width: 150,
54597
+ showOverflowTooltip: true,
54598
+ // sortable: true,
54599
+ field: 'doetime'
54600
+ }, {
54601
+ title: '删除人',
54602
+ showOverflowTooltip: true,
54603
+ width: 120,
54604
+ align: 'center',
54605
+ // sortable: true,
54606
+ field: 'querykeywords'
54607
+ }, {
54608
+ title: '删除原因',
54609
+ align: 'center',
54610
+ width: 240,
54611
+ showOverflowTooltip: true,
54612
+ // sortable: true,
54613
+ field: 'upstepInfo'
54614
+ }, {
54615
+ title: '删除时间',
54616
+ align: 'center',
54617
+ width: 150,
54618
+ showOverflowTooltip: true,
54619
+ // sortable: true,
54620
+ field: 'statechangetime'
54621
+ }, {
54622
+ title: '操作',
54623
+ type: 'handle',
54624
+ events: [{
54625
+ text: '恢复'
54626
+ }]
54627
+ }],
54628
+ showReset: false, //重设记录弹窗
54629
+ resetLoading: false,
54630
+ resetTableList: [],
54631
+ resetThead: [{
54632
+ title: '重设人登录名',
54633
+ align: 'center',
54634
+ // sortable: true,
54635
+ showOverflowTooltip: true,
54636
+ field: 'reset_person_login_name'
54637
+ }, {
54638
+ title: '重设人姓名',
54639
+ align: 'center',
54640
+ showOverflowTooltip: true,
54641
+ // sortable: true,
54642
+ field: 'reset_person_name'
54643
+ }, {
54644
+ title: '重设前节点',
54645
+ align: 'center',
54646
+ showOverflowTooltip: true,
54647
+ // sortable: true,
54648
+ field: 'reset_bf_item'
54649
+ }, {
54650
+ title: '重设前执行人',
54651
+ align: 'center',
54652
+ showOverflowTooltip: true,
54653
+ // sortable: true,
54654
+ field: 'reset_bf_user'
54655
+ }, {
54656
+ title: '重设后节点',
54657
+ showOverflowTooltip: true,
54658
+ align: 'center',
54659
+ // sortable: true,
54660
+ field: 'reset_af_item'
54661
+ }, {
54662
+ title: '重设后执行人',
54663
+ align: 'center',
54664
+ showOverflowTooltip: true,
54665
+ // sortable: true,
54666
+ field: 'reset_af_user'
54667
+ }, {
54668
+ title: '重设时间',
54669
+ align: 'center',
54670
+ showOverflowTooltip: true,
54671
+ // sortable: true,
54672
+ field: 'reset_time'
54673
+ }, {
54674
+ title: '操作IP',
54675
+ align: 'center',
54676
+ showOverflowTooltip: true,
54677
+ // sortable: true,
54678
+ field: 'reset_ip'
54679
+ }],
54215
54680
  modify: false,
54216
54681
  formData: { reason: '' },
54217
54682
 
@@ -54235,9 +54700,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54235
54700
  showSuggest: 'all', //筛选显示数据
54236
54701
  presetInfoListHiddenColumns: '', //隐藏表格展示数据
54237
54702
  canDelete: false, //是否展示操作按钮
54703
+ canBatchDelete: false, //是否可以批量删除
54704
+ isSuperRole: false, //是否管理员
54705
+ isShowReset: false, //是否显示重设记录
54238
54706
  historyId: '',
54239
54707
  sidx: '',
54240
- sord: '',
54708
+ sord: 'asc',
54241
54709
  modalType: '',
54242
54710
  total: 0
54243
54711
  };
@@ -54323,8 +54791,53 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54323
54791
  }, {
54324
54792
  value: 2,
54325
54793
  name: '部门排序'
54794
+ // {
54795
+ // value: 3,
54796
+ // name: '树形排序'
54797
+ // }
54326
54798
  }]
54327
54799
  }]
54800
+ }, {
54801
+ type: 'button',
54802
+ name: 'btn',
54803
+ width: '140px',
54804
+ contents: [{
54805
+ text: '删除记录',
54806
+ type: 'primary',
54807
+ hide: !this.canDelete && !this.isSuperRole,
54808
+ event: function event(res) {
54809
+ // click: (key, value) => {
54810
+ _this.showDelete = true;
54811
+ _this.currentPage = 1;
54812
+ _this.pageSize = 20;
54813
+ _this.getDeletList();
54814
+ // }
54815
+ }
54816
+ }, {
54817
+ text: '批量删除',
54818
+ type: 'primary',
54819
+ hide: !this.canBatchDelete && !this.isSuperRole,
54820
+ event: function event(res) {
54821
+ // click: (key, value) => {
54822
+ _this.showBatchDelete = true;
54823
+ _this.batchdeleteTableList = _this.flowData.filter(function (x) {
54824
+ return x.pendstate == 2;
54825
+ });
54826
+ // }
54827
+ }
54828
+ }, {
54829
+ text: '重设记录',
54830
+ type: 'primary',
54831
+ hide: !this.isShowReset,
54832
+ event: function event(res) {
54833
+ // click: (key, value) => {
54834
+ _this.showReset = true;
54835
+ _this.currentPage = 1;
54836
+ _this.pageSize = 20;
54837
+ _this.getResetList();
54838
+ // }
54839
+ }
54840
+ }]
54328
54841
  }],
54329
54842
  preset: [{
54330
54843
  type: 'text',
@@ -55043,9 +55556,103 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55043
55556
 
55044
55557
 
55045
55558
  methods: {
55046
- recallReadFun: function recallReadFun() {
55559
+ /**
55560
+ * handleBatchDelete
55561
+ * @desc:批量删除
55562
+ * @author liufan
55563
+ * @date 2025年12月31日
55564
+ **/
55565
+ handleBatchDelete: function handleBatchDelete() {
55047
55566
  var _this6 = this;
55048
55567
 
55568
+ if (this.batchDeleteSelectList.length == 0) {
55569
+ this.$message.error('请选择需要删除的流程历史数据!');
55570
+ return;
55571
+ }
55572
+ if (!this.batchdeletereason) {
55573
+ this.$message.error('请输入批量删除的原因!');
55574
+ return;
55575
+ }
55576
+ var ids = this.batchDeleteSelectList.map(function (item) {
55577
+ return item.id;
55578
+ }).join(',');
55579
+ var params = {
55580
+ url: batchDelete,
55581
+ method: 'POST',
55582
+ data: { ids: ids, reason: this.batchdeletereason }
55583
+ };
55584
+ this.$confirm('您确定要批量删除勾选上的流程历史数据吗?', {
55585
+ confirmButtonText: '确定',
55586
+ cancelButtonText: '取消',
55587
+ type: 'warning'
55588
+ }).then(function () {
55589
+ _this6.loading = utils_util.loading(_this6.$loading, '批量删除中...');
55590
+ utils_util.ajax(params).then(function (res) {
55591
+ _this6.loading.close();
55592
+ if (res.rCode == 0 || res.status == 'success') {
55593
+ _this6.flowData = _this6.flowData.filter(function (item) {
55594
+ return ids.indexOf(item.id) == -1;
55595
+ });
55596
+ _this6.batchdeleteTableList = _this6.flowData.filter(function (x) {
55597
+ return x.pendstate == 2;
55598
+ });
55599
+ _this6.batchdeletereason = '';
55600
+ _this6.show = false;
55601
+ setTimeout(function () {
55602
+ _this6.show = true;
55603
+ }, 0);
55604
+ _this6.$message({
55605
+ message: '删除成功',
55606
+ type: 'success'
55607
+ });
55608
+ } else {
55609
+ _this6.$message.error(res.message);
55610
+ }
55611
+ }).catch(function (err) {
55612
+ _this6.loading.close();
55613
+ if (err.message && err.message !== 'canceled') {
55614
+ _this6.$message.error(err.message);
55615
+ }
55616
+ });
55617
+ }).catch(function () {});
55618
+ },
55619
+ handleBtnShowClick: function handleBtnShowClick(val) {
55620
+ var _this7 = this;
55621
+
55622
+ var handle = val.handle,
55623
+ row = val.row;
55624
+
55625
+ if (handle.text == '恢复') {
55626
+ var params = {
55627
+ url: restoredHistory,
55628
+ params: {
55629
+ id: row.id
55630
+ }
55631
+ };
55632
+ this.$confirm('您确定要恢复这条办理历史吗?', {
55633
+ confirmButtonText: '确定',
55634
+ cancelButtonText: '取消',
55635
+ type: 'warning'
55636
+ }).then(function () {
55637
+ _this7.loading = utils_util.loading(_this7.$loading, '恢复中...');
55638
+ utils_util.ajax(params).then(function (res) {
55639
+ _this7.loading.close();
55640
+ if (res.rCode == 0 || res.status == 'success') {
55641
+ _this7.getDeletList();
55642
+ _this7.getFlowList();
55643
+ _this7.$message({
55644
+ message: '恢复成功',
55645
+ type: 'success'
55646
+ });
55647
+ }
55648
+ });
55649
+ // _that.subMit(res.results,type)
55650
+ }).catch(function () {});
55651
+ }
55652
+ },
55653
+ recallReadFun: function recallReadFun() {
55654
+ var _this8 = this;
55655
+
55049
55656
  var _that = this;
55050
55657
  var pendingIds = _that.selectList.map(function (x) {
55051
55658
  return x.id;
@@ -55087,7 +55694,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55087
55694
  return _context2.stop();
55088
55695
  }
55089
55696
  }
55090
- }, _callee2, _this6);
55697
+ }, _callee2, _this8);
55091
55698
  }));
55092
55699
 
55093
55700
  return function (_x) {
@@ -55096,7 +55703,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55096
55703
  }());
55097
55704
  },
55098
55705
  recallRead: function recallRead() {
55099
- var _this7 = this;
55706
+ var _this9 = this;
55100
55707
 
55101
55708
  if (this.selectList.length == 0) return this.$message.warning('请选择需要撤销的分阅');
55102
55709
  this.$confirm('是否确认撤销选中的分阅?', '提示', {
@@ -55104,14 +55711,18 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55104
55711
  cancelButtonText: '取消',
55105
55712
  type: 'warning'
55106
55713
  }).then(function () {
55107
- _this7.recallReadFun();
55714
+ _this9.recallReadFun();
55108
55715
  });
55109
55716
  },
55110
- handleSelectionChange: function handleSelectionChange(val) {
55111
- this.selectList = val;
55717
+ handleSelectionChange: function handleSelectionChange(val, type) {
55718
+ if (type == 'batchDelete') {
55719
+ this.batchDeleteSelectList = val;
55720
+ } else {
55721
+ this.selectList = val;
55722
+ }
55112
55723
  },
55113
55724
  handledraw: function handledraw(pendedHistoryId) {
55114
- var _this8 = this;
55725
+ var _this10 = this;
55115
55726
 
55116
55727
  var params = {
55117
55728
  url: circularReadWithdraw,
@@ -55122,15 +55733,15 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55122
55733
  cancelButtonText: '取消',
55123
55734
  type: 'warning'
55124
55735
  }).then(function () {
55125
- _this8.loading = utils_util.loading(_this8.$loading, '撤回中...');
55736
+ _this10.loading = utils_util.loading(_this10.$loading, '撤回中...');
55126
55737
  utils_util.ajax(params).then(function (res) {
55127
- _this8.loading.close();
55738
+ _this10.loading.close();
55128
55739
  if (res.rCode == 0) {
55129
- _this8.$message({
55740
+ _this10.$message({
55130
55741
  message: '撤回成功',
55131
55742
  type: 'success'
55132
55743
  });
55133
- _this8.getCircularReadList();
55744
+ _this10.getCircularReadList();
55134
55745
  }
55135
55746
  });
55136
55747
  // _that.subMit(res.results,type)
@@ -55199,6 +55810,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55199
55810
  }
55200
55811
  },
55201
55812
  handleBtnClick: function handleBtnClick(data) {
55813
+ var _this11 = this;
55814
+
55202
55815
  // recallRead
55203
55816
  var handle = data.handle,
55204
55817
  row = data.row;
@@ -55208,18 +55821,51 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55208
55821
  this.del(row.id, handle.text == '删除' ? 'del' : 'modify');
55209
55822
  } else if (handle.fun == 'recallRead') {
55210
55823
  this[handle.fun]();
55824
+ } else if (handle.text == '置为失效') {
55825
+ if (row.status == 0) {
55826
+ this.$confirm('您确定要置为失效吗?').then(function () {
55827
+ _this11.loading = utils_util.loading(_this11.$loading, '提交中...');
55828
+ var param = {
55829
+ url: deletePresetInfo,
55830
+ headers: { Accept: 'application/json,text/plain' },
55831
+ method: 'post',
55832
+ data: { id: row.id }
55833
+ };
55834
+ utils_util.ajax(param).then(function (res) {
55835
+ var status = res.status,
55836
+ message = res.message;
55837
+
55838
+ _this11.loading.close();
55839
+ if (status === 'success') {
55840
+ _this11.$message.success('操作成功');
55841
+ _this11.getListInfo();
55842
+ } else {
55843
+ _this11.$message.error(message || '系统错误,请联系管理员!');
55844
+ }
55845
+ }).catch(function (err) {
55846
+ _this11.loading.close();
55847
+ if (err.message && err.message !== 'canceled') {
55848
+ _this11.$message.error(err.message);
55849
+ }
55850
+ });
55851
+ }).catch(function (e) {
55852
+ // on cancel
55853
+ });
55854
+ } else {
55855
+ this.$message.warning('当前数据已为失效状态');
55856
+ }
55211
55857
  }
55212
55858
  },
55213
55859
 
55214
- /**
55215
- * handleFormSubmit
55216
- * @desc:删除节点点击事件
55217
- * @param {Object} formData 点击删除的form数据
55218
- * @author liufan
55219
- * @date 2022年11月29日
55860
+ /**
55861
+ * handleFormSubmit
55862
+ * @desc:删除节点点击事件
55863
+ * @param {Object} formData 点击删除的form数据
55864
+ * @author liufan
55865
+ * @date 2022年11月29日
55220
55866
  **/
55221
55867
  handleFormSubmit: function handleFormSubmit(formData) {
55222
- var _this9 = this;
55868
+ var _this12 = this;
55223
55869
 
55224
55870
  this.delLoading = true;
55225
55871
  var params = {
@@ -55236,28 +55882,28 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55236
55882
  var status = res.status,
55237
55883
  message = res.message;
55238
55884
 
55239
- _this9.delLoading = false;
55885
+ _this12.delLoading = false;
55240
55886
  if (status === 'success') {
55241
- _this9.$message.success((_this9.modalType == 'del' ? '删除' : '修改') + '\u6210\u529F');
55242
- _this9.showDel = false;
55243
- _this9.handleChange();
55887
+ _this12.$message.success((_this12.modalType == 'del' ? '删除' : '修改') + '\u6210\u529F');
55888
+ _this12.showDel = false;
55889
+ _this12.handleChange();
55244
55890
  } else {
55245
- _this9.$message.error(message || '系统错误,请联系管理员!');
55891
+ _this12.$message.error(message || '系统错误,请联系管理员!');
55246
55892
  }
55247
55893
  }).catch(function (err) {
55248
- _this9.delLoading = false;
55894
+ _this12.delLoading = false;
55249
55895
  if (err.message && err.message !== 'canceled') {
55250
- _this9.$message.error(err.message);
55896
+ _this12.$message.error(err.message);
55251
55897
  }
55252
55898
  });
55253
55899
  },
55254
55900
 
55255
- /**
55256
- * del
55257
- * @desc:展示删除弹窗
55258
- * @param {String} id 当前点击数据id
55259
- * @author liufan
55260
- * @date 2022年11月29日
55901
+ /**
55902
+ * del
55903
+ * @desc:展示删除弹窗
55904
+ * @param {String} id 当前点击数据id
55905
+ * @author liufan
55906
+ * @date 2022年11月29日
55261
55907
  **/
55262
55908
  del: function del(id, type) {
55263
55909
  this.modalType = type;
@@ -55265,54 +55911,130 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55265
55911
  this.showDel = true;
55266
55912
  },
55267
55913
 
55268
- /**
55269
- * handleCurrentChange
55270
- * @desc:监听页码变化
55271
- * @param {String} val 当前页
55272
- * @author liufan
55273
- * @date 2022年11月29日
55914
+ /**
55915
+ * handleCurrentChange
55916
+ * @desc:监听页码变化
55917
+ * @param {String} val 当前页
55918
+ * @author liufan
55919
+ * @date 2022年11月29日
55274
55920
  **/
55275
- handleCurrentChange: function handleCurrentChange(val) {
55921
+ handleCurrentChange: function handleCurrentChange(val, type) {
55276
55922
  this.currentPage = val;
55277
- this.getPressList();
55923
+ if (type == 'press') {
55924
+ this.getPressList();
55925
+ }
55278
55926
  },
55279
55927
 
55280
- /**
55281
- * handleSizeChange
55282
- * @desc:监听每页数据显示数量变化
55283
- * @param {String} val 每页展示数量
55284
- * @author liufan
55285
- * @date 2022年11月29日
55928
+ /**
55929
+ * handleSizeChange
55930
+ * @desc:监听每页数据显示数量变化
55931
+ * @param {String} val 每页展示数量
55932
+ * @author liufan
55933
+ * @date 2022年11月29日
55286
55934
  **/
55287
55935
  handleSizeChange: function handleSizeChange(val) {
55288
55936
  this.pageSize = val;
55289
- this.getPressList();
55937
+ if (type == 'press') {
55938
+ this.getPressList();
55939
+ }
55290
55940
  },
55291
55941
 
55292
- /**
55293
- * sortChange
55294
- * @desc:监听排序变化
55295
- * @param {Object} info 需要排序的字段及排序方式
55296
- * @author liufan
55297
- * @date 2022年11月29日
55942
+ /**
55943
+ * sortChange
55944
+ * @desc:监听排序变化
55945
+ * @param {Object} info 需要排序的字段及排序方式
55946
+ * @author liufan
55947
+ * @date 2022年11月29日
55298
55948
  **/
55299
- sortChange: function sortChange(info) {
55300
- var prop = info.prop,
55301
- order = info.order;
55949
+ sortChange: function sortChange(info, type) {
55950
+ var prop = info.prop;
55302
55951
 
55303
55952
  this.sidx = prop;
55304
- this.sord = order.replace('ending', '');
55305
- this.getPressList();
55953
+ this.sord = this.sord == 'asc' ? 'desc' : 'asc';
55954
+ if (type == 'press') {
55955
+ this.getPressList();
55956
+ } else if (type == 'reset') {
55957
+ this.getResetList();
55958
+ } else if (type == 'delete') {
55959
+ this.getDeletList();
55960
+ }
55306
55961
  },
55307
55962
 
55308
- /**
55309
- * getPressList
55310
- * @desc:催办列表数据
55311
- * @author liufan
55312
- * @date 20221129
55963
+ /**
55964
+ * getDeletList
55965
+ * @desc:删除列表数据
55966
+ * @author liufan
55967
+ * @date 20251230
55968
+ **/
55969
+ getDeletList: function getDeletList() {
55970
+ var _this13 = this;
55971
+
55972
+ var pageSize = this.pageSize,
55973
+ sidx = this.sidx,
55974
+ sord = this.sord,
55975
+ currentPage = this.currentPage,
55976
+ businessId = this.businessId;
55977
+
55978
+ this.deleteLoading = true;
55979
+ var params = {
55980
+ url: deletedListJson + '?apprecordId=' + businessId,
55981
+ method: 'POST',
55982
+ data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
55983
+ };
55984
+ utils_util.ajax(params).then(function (res) {
55985
+ _this13.deleteTableList = res.data;
55986
+ _this13.total = res.totalrecords;
55987
+ _this13.deleteLoading = false;
55988
+ }).catch(function (err) {
55989
+ _this13.deleteLoading = false;
55990
+ if (err.message && err.message !== 'canceled') {
55991
+ _this13.$message.error(err.message);
55992
+ }
55993
+ });
55994
+ },
55995
+
55996
+ /**
55997
+ * getResetList
55998
+ * @desc:重设列表数据
55999
+ * @author liufan
56000
+ * @date 2025年12月30日
56001
+ **/
56002
+ getResetList: function getResetList() {
56003
+ var _this14 = this;
56004
+
56005
+ var pageSize = this.pageSize,
56006
+ sidx = this.sidx,
56007
+ sord = this.sord,
56008
+ currentPage = this.currentPage,
56009
+ businessId = this.businessId;
56010
+
56011
+ this.resetLoading = true;
56012
+ var params = {
56013
+ url: resetJson + '?appRecordId=' + businessId,
56014
+ params: { appRecordId: businessId },
56015
+ method: 'POST',
56016
+ data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
56017
+ };
56018
+ utils_util.ajax(params).then(function (res) {
56019
+ _this14.resetTableList = res.data;
56020
+ _this14.total = res.totalrecords;
56021
+ _this14.resetLoading = false;
56022
+ }).catch(function (err) {
56023
+ _this14.resetLoading = false;
56024
+ if (err.message && err.message !== 'canceled') {
56025
+ _this14.$message.error(err.message);
56026
+ }
56027
+ });
56028
+ },
56029
+
56030
+ /**
56031
+ * getPressList
56032
+ * @desc:催办列表数据
56033
+ * @author liufan
56034
+ * @date 2022年11月29日
55313
56035
  **/
55314
56036
  getPressList: function getPressList() {
55315
- var _this10 = this;
56037
+ var _this15 = this;
55316
56038
 
55317
56039
  var historyId = this.historyId,
55318
56040
  pageSize = this.pageSize,
@@ -55328,23 +56050,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55328
56050
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
55329
56051
  };
55330
56052
  utils_util.ajax(params).then(function (res) {
55331
- _this10.pressTableList = res.data;
55332
- _this10.total = res.totalrecords;
55333
- _this10.pressLoading = false;
56053
+ _this15.pressTableList = res.data;
56054
+ _this15.total = res.totalrecords;
56055
+ _this15.pressLoading = false;
55334
56056
  }).catch(function (err) {
55335
- _this10.pressLoading = false;
56057
+ _this15.pressLoading = false;
55336
56058
  if (err.message && err.message !== 'canceled') {
55337
- _this10.$message.error(err.message);
56059
+ _this15.$message.error(err.message);
55338
56060
  }
55339
56061
  });
55340
56062
  },
55341
56063
 
55342
- /**
55343
- * goPress
55344
- * @desc:催办列表查看
55345
- * @param {String} id 催办列表id
55346
- * @author liufan
55347
- * @date 2022年11月29日
56064
+ /**
56065
+ * goPress
56066
+ * @desc:催办列表查看
56067
+ * @param {String} id 催办列表id
56068
+ * @author liufan
56069
+ * @date 2022年11月29日
55348
56070
  **/
55349
56071
  goPress: function goPress(id) {
55350
56072
  this.historyId = id;
@@ -55352,23 +56074,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55352
56074
  this.getPressList();
55353
56075
  },
55354
56076
 
55355
- /**
55356
- * showFile
55357
- * @desc:附件查看
55358
- * @param {String} ownId 附件id
55359
- * @author liufan
55360
- * @date 2022年11月29日
56077
+ /**
56078
+ * showFile
56079
+ * @desc:附件查看
56080
+ * @param {String} ownId 附件id
56081
+ * @author liufan
56082
+ * @date 2022年11月29日
55361
56083
  **/
55362
56084
  showFile: function showFile(ownId) {
55363
56085
  this.wfpendingid = ownId;
55364
56086
  this.showFileList = true;
55365
56087
  },
55366
56088
 
55367
- /**
55368
- * handleChange
55369
- * @desc:切换排序方式
55370
- * @author liufan
55371
- * @date 2022年11月22日
56089
+ /**
56090
+ * handleChange
56091
+ * @desc:切换排序方式
56092
+ * @author liufan
56093
+ * @date 2022年11月22日
55372
56094
  **/
55373
56095
  handleChange: function handleChange(key, value) {
55374
56096
  if (value) {
@@ -55379,7 +56101,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55379
56101
  this.getFlowList();
55380
56102
  },
55381
56103
  getFyListJson: function getFyListJson(type) {
55382
- var _this11 = this;
56104
+ var _this16 = this;
55383
56105
 
55384
56106
  return flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
55385
56107
  var params;
@@ -55390,20 +56112,20 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55390
56112
  params = {
55391
56113
  url: fyListJson,
55392
56114
  params: {
55393
- appRecordId: _this11.businessId,
56115
+ appRecordId: _this16.businessId,
55394
56116
  status: type
55395
56117
  }
55396
56118
  };
55397
56119
  _context3.next = 3;
55398
56120
  return utils_util.ajax(params).then(function (res) {
55399
56121
  if (type == 1) {
55400
- _this11.untreatedReadData = res.data;
55401
- _this11.untreatedReadData.map(function (x, i) {
56122
+ _this16.untreatedReadData = res.data;
56123
+ _this16.untreatedReadData.map(function (x, i) {
55402
56124
  x.sort = i + 1;
55403
56125
  });
55404
56126
  } else {
55405
- _this11.processedReadData = res.data;
55406
- _this11.processedReadData.map(function (x, i) {
56127
+ _this16.processedReadData = res.data;
56128
+ _this16.processedReadData.map(function (x, i) {
55407
56129
  x.sort = i + 1;
55408
56130
  });
55409
56131
  }
@@ -55414,18 +56136,18 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55414
56136
  return _context3.stop();
55415
56137
  }
55416
56138
  }
55417
- }, _callee3, _this11);
56139
+ }, _callee3, _this16);
55418
56140
  }))();
55419
56141
  },
55420
56142
 
55421
- /**
55422
- * getFlowList
55423
- * @desc:获取流程列表
55424
- * @author liufan
55425
- * @date 2022年11月22日
56143
+ /**
56144
+ * getFlowList
56145
+ * @desc:获取流程列表
56146
+ * @author liufan
56147
+ * @date 2022年11月22日
55426
56148
  **/
55427
56149
  getFlowList: function getFlowList(type) {
55428
- var _this12 = this;
56150
+ var _this17 = this;
55429
56151
 
55430
56152
  var params = {
55431
56153
  url: pendedhistoryListJson,
@@ -55447,64 +56169,70 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55447
56169
  isShort = _res$data.isShort,
55448
56170
  modify = _res$data.modify,
55449
56171
  canDelete = _res$data.canDelete,
56172
+ canBatchDelete = _res$data.canBatchDelete,
56173
+ isSuperRole = _res$data.isSuperRole,
56174
+ isShowReset = _res$data.isShowReset,
55450
56175
  taskReadName = _res$data.taskReadName;
55451
56176
 
55452
- _this12.loading.close();
56177
+ _this17.loading.close();
55453
56178
  if (status == 'success') {
55454
- _this12.flowTableInfo.adjunctCode = adjunctCode;
55455
- _this12.flowTableInfo.hasAgent = hasAgent;
55456
- _this12.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
55457
- _this12.isShort = isShort;
55458
- _this12.taskReadName = taskReadName;
55459
- _this12.flowData = wfHistoryList;
55460
- _this12.flowData.map(function (x, i) {
56179
+ _this17.flowTableInfo.adjunctCode = adjunctCode;
56180
+ _this17.flowTableInfo.hasAgent = hasAgent;
56181
+ _this17.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
56182
+ _this17.isShort = isShort;
56183
+ _this17.taskReadName = taskReadName;
56184
+ _this17.flowData = wfHistoryList;
56185
+ _this17.flowData.map(function (x, i) {
55461
56186
  x.sort = i + 1;
55462
56187
  if (!x.deptid) {
55463
56188
  x.deptid = x.deptName;
55464
56189
  }
55465
56190
  });
55466
- _this12.splitReadingData = fyHistoryList;
55467
- _this12.splitReadingData.map(function (x, i) {
56191
+ _this17.splitReadingData = fyHistoryList;
56192
+ _this17.splitReadingData.map(function (x, i) {
55468
56193
  x.sort = i + 1;
55469
56194
  });
55470
- _this12.modify = modify;
55471
- _this12.canDelete = canDelete;
55472
- _this12.show = true;
55473
- if (_this12.height == 'auto') {
55474
- _this12.$nextTick(function () {
55475
- _this12.content.map(function (x) {
55476
- _this12[x.type + 'Height'] = _this12.$refs[x.type][0].offsetHeight;
56195
+ _this17.modify = modify;
56196
+ _this17.canDelete = canDelete;
56197
+ _this17.canBatchDelete = canBatchDelete;
56198
+ _this17.isSuperRole = isSuperRole;
56199
+ _this17.isShowReset = isShowReset;
56200
+ _this17.show = true;
56201
+ if (_this17.height == 'auto') {
56202
+ _this17.$nextTick(function () {
56203
+ _this17.content.map(function (x) {
56204
+ _this17[x.type + 'Height'] = _this17.$refs[x.type][0].offsetHeight;
55477
56205
  });
55478
56206
  });
55479
56207
  }
55480
- if (_this12.contents.indexOf('circular') != -1) {
55481
- _this12.getCircularReadList();
56208
+ if (_this17.contents.indexOf('circular') != -1) {
56209
+ _this17.getCircularReadList();
55482
56210
  } else {
55483
- _this12.$nextTick(function () {
55484
- _this12.getListCount(_this12.flowListCount);
56211
+ _this17.$nextTick(function () {
56212
+ _this17.getListCount(_this17.flowListCount);
55485
56213
  });
55486
56214
  }
55487
56215
  } else {
55488
- _this12.$message.error(message || '系统错误,请联系管理员!');
56216
+ _this17.$message.error(message || '系统错误,请联系管理员!');
55489
56217
  }
55490
56218
  }).catch(function (err) {
55491
- _this12.loading.close();
56219
+ _this17.loading.close();
55492
56220
  if (err.message && err.message !== 'canceled') {
55493
- _this12.$message.error(err.message);
56221
+ _this17.$message.error(err.message);
55494
56222
  }
55495
- _this12.show = true;
56223
+ _this17.show = true;
55496
56224
  });
55497
56225
  },
55498
56226
 
55499
- /**
55500
- * handleClick
55501
- * @desc:表单点击事件
55502
- * @param {Object} val 当前点击行数据及按钮
55503
- * @author liufan
55504
- * @date 2022年11月10日
56227
+ /**
56228
+ * handleClick
56229
+ * @desc:表单点击事件
56230
+ * @param {Object} val 当前点击行数据及按钮
56231
+ * @author liufan
56232
+ * @date 2022年11月10日
55505
56233
  **/
55506
56234
  handleClick: function handleClick(val) {
55507
- var _this13 = this;
56235
+ var _this18 = this;
55508
56236
 
55509
56237
  var text = val.handle.text,
55510
56238
  _val$row = val.row,
@@ -55514,7 +56242,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55514
56242
  if (text === '置为失效') {
55515
56243
  if (status == 0) {
55516
56244
  this.$confirm('您确定要置为失效吗?').then(function () {
55517
- _this13.loading = utils_util.loading(_this13.$loading, '提交中...');
56245
+ _this18.loading = utils_util.loading(_this18.$loading, '提交中...');
55518
56246
  var param = {
55519
56247
  url: deletePresetInfo,
55520
56248
  headers: { Accept: 'application/json,text/plain' },
@@ -55525,17 +56253,17 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55525
56253
  var status = res.status,
55526
56254
  message = res.message;
55527
56255
 
55528
- _this13.loading.close();
56256
+ _this18.loading.close();
55529
56257
  if (status === 'success') {
55530
- _this13.$message.success('操作成功');
55531
- _this13.getListInfo();
56258
+ _this18.$message.success('操作成功');
56259
+ _this18.getListInfo();
55532
56260
  } else {
55533
- _this13.$message.error(message || '系统错误,请联系管理员!');
56261
+ _this18.$message.error(message || '系统错误,请联系管理员!');
55534
56262
  }
55535
56263
  }).catch(function (err) {
55536
- _this13.loading.close();
56264
+ _this18.loading.close();
55537
56265
  if (err.message && err.message !== 'canceled') {
55538
- _this13.$message.error(err.message);
56266
+ _this18.$message.error(err.message);
55539
56267
  }
55540
56268
  });
55541
56269
  }).catch(function (e) {
@@ -55547,13 +56275,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55547
56275
  }
55548
56276
  },
55549
56277
 
55550
- /**
55551
- * getCodeValue
55552
- * @desc:获取代码表过滤后的值
55553
- * @param {String} value 展示数据的代码值
55554
- * @param {String} type 代码表类型
55555
- * @author liufan
55556
- * @date 2022年11月10日
56278
+ /**
56279
+ * getCodeValue
56280
+ * @desc:获取代码表过滤后的值
56281
+ * @param {String} value 展示数据的代码值
56282
+ * @param {String} type 代码表类型
56283
+ * @author liufan
56284
+ * @date 2022年11月10日
55557
56285
  **/
55558
56286
  getCodeValue: function getCodeValue(value, type) {
55559
56287
  var val = this[type].filter(function (item) {
@@ -55562,15 +56290,15 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55562
56290
  return val[0].shortName;
55563
56291
  },
55564
56292
 
55565
- /**
55566
- * getSysInfo
55567
- * @desc:获取代码表
55568
- * @param {String} code 编码code值
55569
- * @author liufan
55570
- * @date 2022年11月10日
56293
+ /**
56294
+ * getSysInfo
56295
+ * @desc:获取代码表
56296
+ * @param {String} code 编码code值
56297
+ * @author liufan
56298
+ * @date 2022年11月10日
55571
56299
  **/
55572
56300
  getSysInfo: function getSysInfo(code) {
55573
- var _this14 = this;
56301
+ var _this19 = this;
55574
56302
 
55575
56303
  var params = {
55576
56304
  url: findCodeValues,
@@ -55582,21 +56310,21 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55582
56310
  data = res.data;
55583
56311
 
55584
56312
  if (status == 'success') {
55585
- _this14[code] = data;
56313
+ _this19[code] = data;
55586
56314
  } else {
55587
- _this14.$message.error(message || '系统错误,请联系管理员!');
56315
+ _this19.$message.error(message || '系统错误,请联系管理员!');
55588
56316
  }
55589
56317
  }).catch(function (e) {});
55590
56318
  },
55591
56319
 
55592
- /**
55593
- * getListInfo
55594
- * @desc:获取预设列表数据
55595
- * @author liufan
55596
- * @date 2022年11月10日
56320
+ /**
56321
+ * getListInfo
56322
+ * @desc:获取预设列表数据
56323
+ * @author liufan
56324
+ * @date 2022年11月10日
55597
56325
  **/
55598
56326
  getListInfo: function getListInfo() {
55599
- var _this15 = this;
56327
+ var _this20 = this;
55600
56328
 
55601
56329
  var param = {
55602
56330
  url: toPresetInfoListIndex,
@@ -55611,24 +56339,24 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55611
56339
  canDelete = _res$data2.canDelete,
55612
56340
  currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
55613
56341
 
55614
- _this15.loading.close();
56342
+ _this20.loading.close();
55615
56343
  if (status == 'success') {
55616
56344
  if (presetInfoList) {
55617
- _this15.presetData = presetInfoList;
55618
- _this15.presetData.map(function (x, i) {
56345
+ _this20.presetData = presetInfoList;
56346
+ _this20.presetData.map(function (x, i) {
55619
56347
  x.sort = i + 1;
55620
56348
  });
55621
56349
  }
55622
- _this15.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
55623
- _this15.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
55624
- _this15.canDelete = canDelete;
56350
+ _this20.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
56351
+ _this20.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
56352
+ _this20.canDelete = canDelete;
55625
56353
  } else {
55626
- _this15.$message.error(message || '系统错误,请联系管理员!');
56354
+ _this20.$message.error(message || '系统错误,请联系管理员!');
55627
56355
  }
55628
56356
  }).catch(function (err) {
55629
- _this15.loading.close();
56357
+ _this20.loading.close();
55630
56358
  if (err.message && err.message !== 'canceled') {
55631
- _this15.$message.error(err.message);
56359
+ _this20.$message.error(err.message);
55632
56360
  }
55633
56361
  });
55634
56362
  }
@@ -55646,8 +56374,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55646
56374
 
55647
56375
  var flow_list_src_main_component = normalizeComponent(
55648
56376
  packages_flow_list_src_mainvue_type_script_lang_js_,
55649
- mainvue_type_template_id_6a860319_render,
55650
- mainvue_type_template_id_6a860319_staticRenderFns,
56377
+ mainvue_type_template_id_7e636ba0_render,
56378
+ mainvue_type_template_id_7e636ba0_staticRenderFns,
55651
56379
  false,
55652
56380
  null,
55653
56381
  null,
@@ -65096,10 +65824,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
65096
65824
  this.$emit('click', res);
65097
65825
  },
65098
65826
 
65099
- /**
65100
- * @desc:获取气泡提醒
65101
- * @author huangbo
65102
- * @date 2024年9月7日
65827
+ /**
65828
+ * @desc:获取气泡提醒
65829
+ * @author huangbo
65830
+ * @date 2024年9月7日
65103
65831
  **/
65104
65832
  getBadge: function getBadge(res) {
65105
65833
  var num = res.tips || 0;
@@ -69498,10 +70226,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69498
70226
  this.$refs.user.handleSelect(res);
69499
70227
  },
69500
70228
 
69501
- /**
69502
- * @desc:匹配路由
69503
- * @author huangbo
69504
- * @date 2024年9月7日
70229
+ /**
70230
+ * @desc:匹配路由
70231
+ * @author huangbo
70232
+ * @date 2024年9月7日
69505
70233
  **/
69506
70234
  hasRouter: function hasRouter(res, url, code) {
69507
70235
  if (!url) {
@@ -69545,10 +70273,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69545
70273
  return false;
69546
70274
  },
69547
70275
 
69548
- /**
69549
- * @desc:获取初始数据
69550
- * @author huangbo
69551
- * @date 2024年9月7日
70276
+ /**
70277
+ * @desc:获取初始数据
70278
+ * @author huangbo
70279
+ * @date 2024年9月7日
69552
70280
  **/
69553
70281
  init: function init(results, first) {
69554
70282
  this.setConfig(results);
@@ -69557,10 +70285,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69557
70285
  }
69558
70286
  },
69559
70287
 
69560
- /**
69561
- * @desc:设置用户配置及信息
69562
- * @author huangbo
69563
- * @date 2024年9月7日
70288
+ /**
70289
+ * @desc:设置用户配置及信息
70290
+ * @author huangbo
70291
+ * @date 2024年9月7日
69564
70292
  **/
69565
70293
  setConfig: function setConfig(results) {
69566
70294
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -69728,10 +70456,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69728
70456
  }
69729
70457
  },
69730
70458
 
69731
- /**
69732
- * @desc:获取所有应用
69733
- * @author huangbo
69734
- * @date 2024年9月7日
70459
+ /**
70460
+ * @desc:获取所有应用
70461
+ * @author huangbo
70462
+ * @date 2024年9月7日
69735
70463
  **/
69736
70464
  getApplications: function getApplications() {
69737
70465
  var _this2 = this;
@@ -69779,10 +70507,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69779
70507
  });
69780
70508
  },
69781
70509
 
69782
- /**
69783
- * @desc:获取菜单列表
69784
- * @author huangbo
69785
- * @date 2024年9月7日
70510
+ /**
70511
+ * @desc:获取菜单列表
70512
+ * @author huangbo
70513
+ * @date 2024年9月7日
69786
70514
  **/
69787
70515
  getMenus: function getMenus(loading) {
69788
70516
  var _this3 = this;
@@ -69815,10 +70543,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69815
70543
  });
69816
70544
  },
69817
70545
 
69818
- /**
69819
- * @desc:处理菜单列表
69820
- * @author huangbo
69821
- * @date 2024年9月7日
70546
+ /**
70547
+ * @desc:处理菜单列表
70548
+ * @author huangbo
70549
+ * @date 2024年9月7日
69822
70550
  **/
69823
70551
  renderMenus: function renderMenus(res) {
69824
70552
  this.menus = res;
@@ -69914,10 +70642,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69914
70642
  }
69915
70643
  },
69916
70644
 
69917
- /**
69918
- * @desc:设置页面加载类型
69919
- * @author huangbo
69920
- * @date 2024年9月7日
70645
+ /**
70646
+ * @desc:设置页面加载类型
70647
+ * @author huangbo
70648
+ * @date 2024年9月7日
69921
70649
  **/
69922
70650
  setIframeType: function setIframeType(res) {
69923
70651
  var url = res.url;
@@ -69973,10 +70701,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
69973
70701
  return res;
69974
70702
  },
69975
70703
 
69976
- /**
69977
- * @desc:获取菜单
69978
- * @author huangbo
69979
- * @date 2024年9月7日
70704
+ /**
70705
+ * @desc:获取菜单
70706
+ * @author huangbo
70707
+ * @date 2024年9月7日
69980
70708
  **/
69981
70709
  getMenu: function getMenu(menus, res, key) {
69982
70710
  if (Array.isArray(menus)) {
@@ -70005,10 +70733,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70005
70733
  return false;
70006
70734
  },
70007
70735
 
70008
- /**
70009
- * @desc:获取菜单第一条数据
70010
- * @author huangbo
70011
- * @date 2024年9月7日
70736
+ /**
70737
+ * @desc:获取菜单第一条数据
70738
+ * @author huangbo
70739
+ * @date 2024年9月7日
70012
70740
  **/
70013
70741
  getFirst: function getFirst(obj) {
70014
70742
  if (!obj) {
@@ -70027,10 +70755,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70027
70755
  }
70028
70756
  },
70029
70757
 
70030
- /**
70031
- * @desc:遍历设置菜单气泡提醒
70032
- * @author huangbo
70033
- * @date 2024年9月7日
70758
+ /**
70759
+ * @desc:遍历设置菜单气泡提醒
70760
+ * @author huangbo
70761
+ * @date 2024年9月7日
70034
70762
  **/
70035
70763
  setTips: function setTips(obj) {
70036
70764
  var _this4 = this;
@@ -70101,10 +70829,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70101
70829
  }
70102
70830
  },
70103
70831
 
70104
- /**
70105
- * @desc:获取气泡提醒
70106
- * @author huangbo
70107
- * @date 2024年9月7日
70832
+ /**
70833
+ * @desc:获取气泡提醒
70834
+ * @author huangbo
70835
+ * @date 2024年9月7日
70108
70836
  **/
70109
70837
  getBadge: function getBadge(res) {
70110
70838
  var num = res.tips || 0;
@@ -70118,10 +70846,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70118
70846
  };
70119
70847
  },
70120
70848
 
70121
- /**
70122
- * @desc:开启weosocket
70123
- * @author huangbo
70124
- * @date 2024年9月7日
70849
+ /**
70850
+ * @desc:开启weosocket
70851
+ * @author huangbo
70852
+ * @date 2024年9月7日
70125
70853
  **/
70126
70854
  initWebSocket: function initWebSocket() {
70127
70855
  var _this6 = this;
@@ -70170,10 +70898,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70170
70898
  });
70171
70899
  },
70172
70900
 
70173
- /**
70174
- * @desc:显示用户信息
70175
- * @author huangbo
70176
- * @date 2024年9月7日
70901
+ /**
70902
+ * @desc:显示用户信息
70903
+ * @author huangbo
70904
+ * @date 2024年9月7日
70177
70905
  **/
70178
70906
  showUserInfo: function showUserInfo() {
70179
70907
  if (this.showUser === false) {
@@ -70181,19 +70909,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70181
70909
  }
70182
70910
  },
70183
70911
 
70184
- /**
70185
- * @desc:删除更多应用菜单点击
70186
- * @author huangbo
70187
- * @date 2024年9月7日
70912
+ /**
70913
+ * @desc:删除更多应用菜单点击
70914
+ * @author huangbo
70915
+ * @date 2024年9月7日
70188
70916
  **/
70189
70917
  handleDelete: function handleDelete(index) {
70190
70918
  this.newApps.splice(index, 1);
70191
70919
  },
70192
70920
 
70193
- /**
70194
- * @desc:储存更多应用菜单点击
70195
- * @author huangbo
70196
- * @date 2024年9月7日
70921
+ /**
70922
+ * @desc:储存更多应用菜单点击
70923
+ * @author huangbo
70924
+ * @date 2024年9月7日
70197
70925
  **/
70198
70926
  handlerClickApps: function handlerClickApps(res) {
70199
70927
  if (res.permission === false) {
@@ -70206,10 +70934,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70206
70934
  this.handlerClickApp(res);
70207
70935
  },
70208
70936
 
70209
- /**
70210
- * @desc:侧边应用菜单点击
70211
- * @author huangbo
70212
- * @date 2024年9月7日
70937
+ /**
70938
+ * @desc:侧边应用菜单点击
70939
+ * @author huangbo
70940
+ * @date 2024年9月7日
70213
70941
  **/
70214
70942
  handlerClickApp: function handlerClickApp(res) {
70215
70943
  this.showMsg = false;
@@ -70298,10 +71026,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70298
71026
  }
70299
71027
  },
70300
71028
 
70301
- /**
70302
- * @desc:显示Drawer界面
70303
- * @author huangbo
70304
- * @date 2024年9月7日
71029
+ /**
71030
+ * @desc:显示Drawer界面
71031
+ * @author huangbo
71032
+ * @date 2024年9月7日
70305
71033
  **/
70306
71034
  handlerSetDrawer: function handlerSetDrawer(res, type) {
70307
71035
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -70321,19 +71049,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70321
71049
  }
70322
71050
  },
70323
71051
 
70324
- /**
70325
- * @desc:关闭Drawer界面
70326
- * @author huangbo
70327
- * @date 2024年9月7日
71052
+ /**
71053
+ * @desc:关闭Drawer界面
71054
+ * @author huangbo
71055
+ * @date 2024年9月7日
70328
71056
  **/
70329
71057
  handleCloseDrawer: function handleCloseDrawer() {
70330
71058
  this.drawer = { visible: false };
70331
71059
  },
70332
71060
 
70333
- /**
70334
- * @desc:菜单点击
70335
- * @author huangbo
70336
- * @date 2024年9月7日
71061
+ /**
71062
+ * @desc:菜单点击
71063
+ * @author huangbo
71064
+ * @date 2024年9月7日
70337
71065
  **/
70338
71066
  handlerClickMenu: function handlerClickMenu(res) {
70339
71067
  utils_util.ajax({
@@ -70382,19 +71110,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70382
71110
  },
70383
71111
 
70384
71112
 
70385
- /**
70386
- * @desc:用户详情请求成功
70387
- * @author huangbo
70388
- * @date 2024年9月7日
71113
+ /**
71114
+ * @desc:用户详情请求成功
71115
+ * @author huangbo
71116
+ * @date 2024年9月7日
70389
71117
  **/
70390
71118
  handleSuccess: function handleSuccess(res) {
70391
71119
  this.simpleUserInfo = res.simpleUserInfo;
70392
71120
  },
70393
71121
 
70394
- /**
70395
- * @desc:修改用户配置
70396
- * @author huangbo
70397
- * @date 2024年9月7日
71122
+ /**
71123
+ * @desc:修改用户配置
71124
+ * @author huangbo
71125
+ * @date 2024年9月7日
70398
71126
  **/
70399
71127
  handleChangeConfig: function handleChangeConfig(name, res) {
70400
71128
  if (name == 'userHeadUrl') {
@@ -70410,10 +71138,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70410
71138
  }
70411
71139
  },
70412
71140
 
70413
- /**
70414
- * @desc:关闭webSocket
70415
- * @author huangbo
70416
- * @date 2024年9月7日
71141
+ /**
71142
+ * @desc:关闭webSocket
71143
+ * @author huangbo
71144
+ * @date 2024年9月7日
70417
71145
  **/
70418
71146
  handlerClose: function handlerClose() {
70419
71147
  if (this.webSocket) {
@@ -70421,10 +71149,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70421
71149
  }
70422
71150
  },
70423
71151
 
70424
- /**
70425
- * @desc:刷新选中iframe页签
70426
- * @author huangbo
70427
- * @date 2024年9月7日
71152
+ /**
71153
+ * @desc:刷新选中iframe页签
71154
+ * @author huangbo
71155
+ * @date 2024年9月7日
70428
71156
  **/
70429
71157
  handleRefresh: function handleRefresh(arg) {
70430
71158
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -70461,10 +71189,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70461
71189
  }
70462
71190
  },
70463
71191
 
70464
- /**
70465
- * @desc:删除iframe
70466
- * @author huangbo
70467
- * @date 2024年9月7日
71192
+ /**
71193
+ * @desc:删除iframe
71194
+ * @author huangbo
71195
+ * @date 2024年9月7日
70468
71196
  **/
70469
71197
  handleRemove: function handleRemove(name) {
70470
71198
  var len = this.tabs.length - 1;
@@ -70481,10 +71209,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70481
71209
  }
70482
71210
  },
70483
71211
 
70484
- /**
70485
- * @desc:tabs鼠标右键事件
70486
- * @author huangbo
70487
- * @date 2024年9月7日
71212
+ /**
71213
+ * @desc:tabs鼠标右键事件
71214
+ * @author huangbo
71215
+ * @date 2024年9月7日
70488
71216
  **/
70489
71217
  handleContextmenu: function handleContextmenu(tabs, e) {
70490
71218
  var disabled = {};
@@ -70509,10 +71237,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70509
71237
  window.addEventListener('click', this.closeTabsEvents);
70510
71238
  },
70511
71239
 
70512
- /**
70513
- * @desc:tabs页签事件
70514
- * @author huangbo
70515
- * @date 2024年9月7日
71240
+ /**
71241
+ * @desc:tabs页签事件
71242
+ * @author huangbo
71243
+ * @date 2024年9月7日
70516
71244
  **/
70517
71245
  handleTabsEvents: function handleTabsEvents(num) {
70518
71246
  if (this.pane !== null) {
@@ -70523,10 +71251,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70523
71251
  },
70524
71252
 
70525
71253
 
70526
- /**
70527
- * @desc:关闭页签事件面板
70528
- * @author huangbo
70529
- * @date 2024年9月7日
71254
+ /**
71255
+ * @desc:关闭页签事件面板
71256
+ * @author huangbo
71257
+ * @date 2024年9月7日
70530
71258
  **/
70531
71259
  closeTabsEvents: function closeTabsEvents(e) {
70532
71260
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -70536,10 +71264,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70536
71264
  },
70537
71265
 
70538
71266
 
70539
- /**
70540
- * @desc:tabs页签点击事件
70541
- * @author huangbo
70542
- * @date 2024年9月7日
71267
+ /**
71268
+ * @desc:tabs页签点击事件
71269
+ * @author huangbo
71270
+ * @date 2024年9月7日
70543
71271
  **/
70544
71272
  handleTabClick: function handleTabClick() {
70545
71273
  this.active = '';
@@ -70547,10 +71275,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70547
71275
  this.showMenu = false;
70548
71276
  },
70549
71277
 
70550
- /**
70551
- * @desc:handler工具栏点击事件
70552
- * @author huangbo
70553
- * @date 2024年9月7日
71278
+ /**
71279
+ * @desc:handler工具栏点击事件
71280
+ * @author huangbo
71281
+ * @date 2024年9月7日
70554
71282
  **/
70555
71283
  handleClick: function handleClick(res) {
70556
71284
  var type = res.type,
@@ -70631,10 +71359,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70631
71359
  this.$emit('handler-click', res);
70632
71360
  },
70633
71361
 
70634
- /**
70635
- * @desc:退出登录
70636
- * @author huangbo
70637
- * @date 2024年9月7日
71362
+ /**
71363
+ * @desc:退出登录
71364
+ * @author huangbo
71365
+ * @date 2024年9月7日
70638
71366
  **/
70639
71367
  handleQuit: function handleQuit() {
70640
71368
  var _this7 = this;
@@ -70709,10 +71437,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70709
71437
  }).catch(function (e) {});
70710
71438
  },
70711
71439
 
70712
- /**
70713
- * @desc:主题、消息回调
70714
- * @author huangbo
70715
- * @date 2024年9月7日
71440
+ /**
71441
+ * @desc:主题、消息回调
71442
+ * @author huangbo
71443
+ * @date 2024年9月7日
70716
71444
  **/
70717
71445
  handleChange: function handleChange(res) {
70718
71446
  var type = res.type,
@@ -70728,10 +71456,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70728
71456
  }
70729
71457
  },
70730
71458
 
70731
- /**
70732
- * @desc:菜单布局样式切换
70733
- * @author huangbo
70734
- * @date 2024年9月7日
71459
+ /**
71460
+ * @desc:菜单布局样式切换
71461
+ * @author huangbo
71462
+ * @date 2024年9月7日
70735
71463
  **/
70736
71464
  handleLayout: function handleLayout(res, active) {
70737
71465
  if (active) {
@@ -70741,10 +71469,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70741
71469
  this.$emit('chang-layout', res, active);
70742
71470
  },
70743
71471
 
70744
- /**
70745
- * @desc:消息修改总数
70746
- * @author huangbo
70747
- * @date 2024年9月7日
71472
+ /**
71473
+ * @desc:消息修改总数
71474
+ * @author huangbo
71475
+ * @date 2024年9月7日
70748
71476
  **/
70749
71477
  handleMenuTips: function handleMenuTips(id, num) {
70750
71478
  if (num) {
@@ -70755,10 +71483,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70755
71483
  }
70756
71484
  },
70757
71485
 
70758
- /**
70759
- * @desc:处理即时消息
70760
- * @author huangbo
70761
- * @date 2024年9月7日
71486
+ /**
71487
+ * @desc:处理即时消息
71488
+ * @author huangbo
71489
+ * @date 2024年9月7日
70762
71490
  **/
70763
71491
  handleOpened: function handleOpened(res) {
70764
71492
  var _this8 = this;
@@ -74776,8 +75504,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
74776
75504
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
74777
75505
  },
74778
75506
 
74779
- /**
74780
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75507
+ /**
75508
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
74781
75509
  */
74782
75510
  queryChildMenuData: function queryChildMenuData() {
74783
75511
  var _this2 = this;
@@ -74896,8 +75624,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
74896
75624
  }))();
74897
75625
  },
74898
75626
 
74899
- /**
74900
- * getVoteMeetingNum: 查询会议数量
75627
+ /**
75628
+ * getVoteMeetingNum: 查询会议数量
74901
75629
  */
74902
75630
  getVoteMeetingNum: function getVoteMeetingNum() {
74903
75631
  var _this5 = this;
@@ -74922,8 +75650,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
74922
75650
  });
74923
75651
  },
74924
75652
 
74925
- /**
74926
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75653
+ /**
75654
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
74927
75655
  */
74928
75656
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
74929
75657
  var _this6 = this;
@@ -74948,8 +75676,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
74948
75676
  },
74949
75677
 
74950
75678
 
74951
- /**
74952
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75679
+ /**
75680
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
74953
75681
  */
74954
75682
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
74955
75683
  var _this7 = this;
@@ -74977,8 +75705,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
74977
75705
  });
74978
75706
  },
74979
75707
 
74980
- /**
74981
- * getIndexCount: 查询待办任务数量
75708
+ /**
75709
+ * getIndexCount: 查询待办任务数量
74982
75710
  */
74983
75711
  getIndexCount: function getIndexCount() {
74984
75712
  var _this8 = this;
@@ -75009,10 +75737,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75009
75737
  this.$refs.user.handleSelect(res);
75010
75738
  },
75011
75739
 
75012
- /**
75013
- * @desc:匹配路由
75014
- * @author huangbo
75015
- * @date 2024年9月7日
75740
+ /**
75741
+ * @desc:匹配路由
75742
+ * @author huangbo
75743
+ * @date 2024年9月7日
75016
75744
  **/
75017
75745
  hasRouter: function hasRouter(res, url, code) {
75018
75746
  if (!url) {
@@ -75056,10 +75784,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75056
75784
  return false;
75057
75785
  },
75058
75786
 
75059
- /**
75060
- * @desc:获取初始数据
75061
- * @author huangbo
75062
- * @date 2024年9月7日
75787
+ /**
75788
+ * @desc:获取初始数据
75789
+ * @author huangbo
75790
+ * @date 2024年9月7日
75063
75791
  **/
75064
75792
  init: function init(results) {
75065
75793
  this.setConfig(results);
@@ -75070,10 +75798,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75070
75798
  // }
75071
75799
  },
75072
75800
 
75073
- /**
75074
- * @desc:设置用户配置及信息
75075
- * @author huangbo
75076
- * @date 2024年9月7日
75801
+ /**
75802
+ * @desc:设置用户配置及信息
75803
+ * @author huangbo
75804
+ * @date 2024年9月7日
75077
75805
  **/
75078
75806
  setConfig: function setConfig(results) {
75079
75807
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -75237,8 +75965,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75237
75965
  }
75238
75966
  },
75239
75967
 
75240
- /**
75241
- * @desc:获取用户自定义菜单
75968
+ /**
75969
+ * @desc:获取用户自定义菜单
75242
75970
  **/
75243
75971
  getUseCommonMenu: function getUseCommonMenu() {
75244
75972
  var _this9 = this;
@@ -75268,10 +75996,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75268
75996
  });
75269
75997
  },
75270
75998
 
75271
- /**
75272
- * @desc:获取所有应用
75273
- * @author huangbo
75274
- * @date 2024年9月7日
75999
+ /**
76000
+ * @desc:获取所有应用
76001
+ * @author huangbo
76002
+ * @date 2024年9月7日
75275
76003
  **/
75276
76004
  getApplications: function getApplications() {
75277
76005
  var _this10 = this;
@@ -75319,10 +76047,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75319
76047
  });
75320
76048
  },
75321
76049
 
75322
- /**
75323
- * @desc:获取菜单列表
75324
- * @author huangbo
75325
- * @date 2024年9月7日
76050
+ /**
76051
+ * @desc:获取菜单列表
76052
+ * @author huangbo
76053
+ * @date 2024年9月7日
75326
76054
  **/
75327
76055
  getMenus: function getMenus(loading) {
75328
76056
  var _this11 = this;
@@ -75349,10 +76077,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75349
76077
  });
75350
76078
  },
75351
76079
 
75352
- /**
75353
- * @desc:处理菜单列表
75354
- * @author huangbo
75355
- * @date 2024年9月7日
76080
+ /**
76081
+ * @desc:处理菜单列表
76082
+ * @author huangbo
76083
+ * @date 2024年9月7日
75356
76084
  **/
75357
76085
  renderMenus: function renderMenus(res) {
75358
76086
  // // console.log(res, 'renderMenus');
@@ -75398,9 +76126,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75398
76126
  // console.log(this.currentPage, 'currentPage');
75399
76127
  },
75400
76128
 
75401
- /**
75402
- * 更新myRemind中各项的权限状态
75403
- * @param {Array} menus - 完整的菜单列表
76129
+ /**
76130
+ * 更新myRemind中各项的权限状态
76131
+ * @param {Array} menus - 完整的菜单列表
75404
76132
  */
75405
76133
  updateRemindPermission: function updateRemindPermission(menus) {
75406
76134
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -75428,10 +76156,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75428
76156
  });
75429
76157
  },
75430
76158
 
75431
- /**
75432
- * @desc:设置页面加载类型
75433
- * @author huangbo
75434
- * @date 2024年9月7日
76159
+ /**
76160
+ * @desc:设置页面加载类型
76161
+ * @author huangbo
76162
+ * @date 2024年9月7日
75435
76163
  **/
75436
76164
  setIframeType: function setIframeType(res) {
75437
76165
  var url = res.url;
@@ -75488,10 +76216,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75488
76216
  return res;
75489
76217
  },
75490
76218
 
75491
- /**
75492
- * @desc:获取菜单
75493
- * @author huangbo
75494
- * @date 2024年9月7日
76219
+ /**
76220
+ * @desc:获取菜单
76221
+ * @author huangbo
76222
+ * @date 2024年9月7日
75495
76223
  **/
75496
76224
  getMenu: function getMenu(menus, res, key) {
75497
76225
  if (Array.isArray(menus)) {
@@ -75520,10 +76248,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75520
76248
  return false;
75521
76249
  },
75522
76250
 
75523
- /**
75524
- * @desc:获取菜单第一条数据
75525
- * @author huangbo
75526
- * @date 2024年9月7日
76251
+ /**
76252
+ * @desc:获取菜单第一条数据
76253
+ * @author huangbo
76254
+ * @date 2024年9月7日
75527
76255
  **/
75528
76256
  getFirst: function getFirst(obj) {
75529
76257
  if (!obj) {
@@ -75542,10 +76270,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75542
76270
  }
75543
76271
  },
75544
76272
 
75545
- /**
75546
- * @desc:遍历设置菜单气泡提醒
75547
- * @author huangbo
75548
- * @date 2024年9月7日
76273
+ /**
76274
+ * @desc:遍历设置菜单气泡提醒
76275
+ * @author huangbo
76276
+ * @date 2024年9月7日
75549
76277
  **/
75550
76278
  setTips: function setTips(obj) {
75551
76279
  var _this12 = this;
@@ -75610,10 +76338,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75610
76338
  }
75611
76339
  },
75612
76340
 
75613
- /**
75614
- * @desc:获取气泡提醒
75615
- * @author huangbo
75616
- * @date 2024年9月7日
76341
+ /**
76342
+ * @desc:获取气泡提醒
76343
+ * @author huangbo
76344
+ * @date 2024年9月7日
75617
76345
  **/
75618
76346
  getBadge: function getBadge(res) {
75619
76347
  var num = res.tips || 0;
@@ -75627,10 +76355,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75627
76355
  };
75628
76356
  },
75629
76357
 
75630
- /**
75631
- * @desc:开启weosocket
75632
- * @author huangbo
75633
- * @date 2024年9月7日
76358
+ /**
76359
+ * @desc:开启weosocket
76360
+ * @author huangbo
76361
+ * @date 2024年9月7日
75634
76362
  **/
75635
76363
  initWebSocket: function initWebSocket() {
75636
76364
  var _this14 = this;
@@ -75698,10 +76426,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75698
76426
  });
75699
76427
  },
75700
76428
 
75701
- /**
75702
- * @desc:显示用户信息
75703
- * @author huangbo
75704
- * @date 2024年9月7日
76429
+ /**
76430
+ * @desc:显示用户信息
76431
+ * @author huangbo
76432
+ * @date 2024年9月7日
75705
76433
  **/
75706
76434
  showUserInfo: function showUserInfo() {
75707
76435
  if (this.showUser === false) {
@@ -75709,19 +76437,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75709
76437
  }
75710
76438
  },
75711
76439
 
75712
- /**
75713
- * @desc:删除更多应用菜单点击
75714
- * @author huangbo
75715
- * @date 2024年9月7日
76440
+ /**
76441
+ * @desc:删除更多应用菜单点击
76442
+ * @author huangbo
76443
+ * @date 2024年9月7日
75716
76444
  **/
75717
76445
  handleDelete: function handleDelete(index) {
75718
76446
  this.newApps.splice(index, 1);
75719
76447
  },
75720
76448
 
75721
- /**
75722
- * @desc:显示Drawer界面
75723
- * @author huangbo
75724
- * @date 2024年9月7日
76449
+ /**
76450
+ * @desc:显示Drawer界面
76451
+ * @author huangbo
76452
+ * @date 2024年9月7日
75725
76453
  **/
75726
76454
  handlerSetDrawer: function handlerSetDrawer(res, type) {
75727
76455
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -75741,28 +76469,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75741
76469
  }
75742
76470
  },
75743
76471
 
75744
- /**
75745
- * @desc:关闭Drawer界面
75746
- * @author huangbo
75747
- * @date 2024年9月7日
76472
+ /**
76473
+ * @desc:关闭Drawer界面
76474
+ * @author huangbo
76475
+ * @date 2024年9月7日
75748
76476
  **/
75749
76477
  handleCloseDrawer: function handleCloseDrawer() {
75750
76478
  this.drawer = { visible: false };
75751
76479
  },
75752
76480
 
75753
- /**
75754
- * @desc:用户详情请求成功
75755
- * @author huangbo
75756
- * @date 2024年9月7日
76481
+ /**
76482
+ * @desc:用户详情请求成功
76483
+ * @author huangbo
76484
+ * @date 2024年9月7日
75757
76485
  **/
75758
76486
  handleSuccess: function handleSuccess(res) {
75759
76487
  this.simpleUserInfo = res.simpleUserInfo;
75760
76488
  },
75761
76489
 
75762
- /**
75763
- * @desc:修改用户配置
75764
- * @author huangbo
75765
- * @date 2024年9月7日
76490
+ /**
76491
+ * @desc:修改用户配置
76492
+ * @author huangbo
76493
+ * @date 2024年9月7日
75766
76494
  **/
75767
76495
  handleChangeConfig: function handleChangeConfig(name, res) {
75768
76496
  if (name == 'userHeadUrl') {
@@ -75778,10 +76506,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75778
76506
  }
75779
76507
  },
75780
76508
 
75781
- /**
75782
- * @desc:关闭webSocket
75783
- * @author huangbo
75784
- * @date 2024年9月7日
76509
+ /**
76510
+ * @desc:关闭webSocket
76511
+ * @author huangbo
76512
+ * @date 2024年9月7日
75785
76513
  **/
75786
76514
  handlerClose: function handlerClose() {
75787
76515
  if (this.webSocket) {
@@ -75792,10 +76520,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75792
76520
  this.handleRefresh(1);
75793
76521
  },
75794
76522
 
75795
- /**
75796
- * @desc:刷新选中iframe页签
75797
- * @author huangbo
75798
- * @date 2024年9月7日
76523
+ /**
76524
+ * @desc:刷新选中iframe页签
76525
+ * @author huangbo
76526
+ * @date 2024年9月7日
75799
76527
  **/
75800
76528
  handleRefresh: function handleRefresh(arg) {
75801
76529
  if (arg !== 1) {
@@ -75841,10 +76569,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75841
76569
  }
75842
76570
  },
75843
76571
 
75844
- /**
75845
- * @desc:删除iframe
75846
- * @author huangbo
75847
- * @date 2024年9月7日
76572
+ /**
76573
+ * @desc:删除iframe
76574
+ * @author huangbo
76575
+ * @date 2024年9月7日
75848
76576
  **/
75849
76577
  handleRemove: function handleRemove(name) {
75850
76578
  var len = this.tabs.length - 1;
@@ -75861,10 +76589,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75861
76589
  }
75862
76590
  },
75863
76591
 
75864
- /**
75865
- * @desc:tabs鼠标右键事件
75866
- * @author huangbo
75867
- * @date 2024年9月7日
76592
+ /**
76593
+ * @desc:tabs鼠标右键事件
76594
+ * @author huangbo
76595
+ * @date 2024年9月7日
75868
76596
  **/
75869
76597
  handleContextmenu: function handleContextmenu(tabs, e) {
75870
76598
  var disabled = {};
@@ -75889,10 +76617,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75889
76617
  window.addEventListener('click', this.closeTabsEvents);
75890
76618
  },
75891
76619
 
75892
- /**
75893
- * @desc:tabs页签事件
75894
- * @author huangbo
75895
- * @date 2024年9月7日
76620
+ /**
76621
+ * @desc:tabs页签事件
76622
+ * @author huangbo
76623
+ * @date 2024年9月7日
75896
76624
  **/
75897
76625
  handleTabsEvents: function handleTabsEvents(num) {
75898
76626
  if (this.pane !== null) {
@@ -75903,10 +76631,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75903
76631
  },
75904
76632
 
75905
76633
 
75906
- /**
75907
- * @desc:关闭页签事件面板
75908
- * @author huangbo
75909
- * @date 2024年9月7日
76634
+ /**
76635
+ * @desc:关闭页签事件面板
76636
+ * @author huangbo
76637
+ * @date 2024年9月7日
75910
76638
  **/
75911
76639
  closeTabsEvents: function closeTabsEvents(e) {
75912
76640
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -75916,10 +76644,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75916
76644
  },
75917
76645
 
75918
76646
 
75919
- /**
75920
- * @desc:tabs页签点击事件
75921
- * @author huangbo
75922
- * @date 2024年9月7日
76647
+ /**
76648
+ * @desc:tabs页签点击事件
76649
+ * @author huangbo
76650
+ * @date 2024年9月7日
75923
76651
  **/
75924
76652
  handleTabClick: function handleTabClick() {
75925
76653
  this.active = '';
@@ -75927,10 +76655,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
75927
76655
  this.showMenu = false;
75928
76656
  },
75929
76657
 
75930
- /**
75931
- * @desc:handler工具栏点击事件
75932
- * @author huangbo
75933
- * @date 2024年9月7日
76658
+ /**
76659
+ * @desc:handler工具栏点击事件
76660
+ * @author huangbo
76661
+ * @date 2024年9月7日
75934
76662
  **/
75935
76663
  handleClick: function handleClick(res) {
75936
76664
  var type = res.type,
@@ -76016,10 +76744,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76016
76744
  this.$emit('handler-click', res);
76017
76745
  },
76018
76746
 
76019
- /**
76020
- * @desc:退出登录
76021
- * @author huangbo
76022
- * @date 2024年9月7日
76747
+ /**
76748
+ * @desc:退出登录
76749
+ * @author huangbo
76750
+ * @date 2024年9月7日
76023
76751
  **/
76024
76752
  handleQuit: function handleQuit() {
76025
76753
  var _this15 = this;
@@ -76094,10 +76822,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76094
76822
  }).catch(function (e) {});
76095
76823
  },
76096
76824
 
76097
- /**
76098
- * @desc:主题、消息回调
76099
- * @author huangbo
76100
- * @date 2024年9月7日
76825
+ /**
76826
+ * @desc:主题、消息回调
76827
+ * @author huangbo
76828
+ * @date 2024年9月7日
76101
76829
  **/
76102
76830
  handleChange: function handleChange(res) {
76103
76831
  var type = res.type,
@@ -76113,10 +76841,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76113
76841
  }
76114
76842
  },
76115
76843
 
76116
- /**
76117
- * @desc:菜单布局样式切换
76118
- * @author huangbo
76119
- * @date 2024年9月7日
76844
+ /**
76845
+ * @desc:菜单布局样式切换
76846
+ * @author huangbo
76847
+ * @date 2024年9月7日
76120
76848
  **/
76121
76849
  handleLayout: function handleLayout(res, active) {
76122
76850
  if (active) {
@@ -76126,10 +76854,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76126
76854
  this.$emit('chang-layout', res, active);
76127
76855
  },
76128
76856
 
76129
- /**
76130
- * @desc:消息修改总数
76131
- * @author huangbo
76132
- * @date 2024年9月7日
76857
+ /**
76858
+ * @desc:消息修改总数
76859
+ * @author huangbo
76860
+ * @date 2024年9月7日
76133
76861
  **/
76134
76862
  handleMenuTips: function handleMenuTips(id, num) {
76135
76863
  if (num) {
@@ -76140,10 +76868,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76140
76868
  }
76141
76869
  },
76142
76870
 
76143
- /**
76144
- * @desc:处理即时消息
76145
- * @author huangbo
76146
- * @date 2024年9月7日
76871
+ /**
76872
+ * @desc:处理即时消息
76873
+ * @author huangbo
76874
+ * @date 2024年9月7日
76147
76875
  **/
76148
76876
  handleOpened: function handleOpened(res) {
76149
76877
  var _this16 = this;
@@ -76159,14 +76887,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
76159
76887
  }
76160
76888
  },
76161
76889
 
76162
- /**
76163
- * @desc:菜单点击事件
76164
- * @author huangbo
76165
- * @date 2024年9月7日
76166
- * @param {*} res 菜单点击事件参数
76167
- * @param {*} method 菜单点击事件方法
76168
- * 1.顶部菜单点击跳转已经实现
76169
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
76890
+ /**
76891
+ * @desc:菜单点击事件
76892
+ * @author huangbo
76893
+ * @date 2024年9月7日
76894
+ * @param {*} res 菜单点击事件参数
76895
+ * @param {*} method 菜单点击事件方法
76896
+ * 1.顶部菜单点击跳转已经实现
76897
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
76170
76898
  **/
76171
76899
  handleSelect: function handleSelect(res) {
76172
76900
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -101710,7 +102438,7 @@ if (typeof window !== 'undefined' && window.Vue) {
101710
102438
  }
101711
102439
 
101712
102440
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
101713
- version: '0.7.85',
102441
+ version: '0.7.87',
101714
102442
  install: install,
101715
102443
  Button: packages_button,
101716
102444
  ButtonGroup: button_group,