eoss-ui 0.6.51 → 0.6.52

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 (218) hide show
  1. package/lib/eoss-ui.common.js +546 -523
  2. package/lib/flow-list.js +110 -87
  3. package/lib/flow.js +280 -280
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +132 -132
  6. package/lib/qr-code.js +13 -13
  7. package/lib/upload.js +6 -6
  8. package/package.json +159 -159
  9. package/packages/button/index.js +5 -5
  10. package/packages/button/src/main.vue +418 -418
  11. package/packages/button-group/index.js +5 -5
  12. package/packages/button-group/src/main.vue +298 -298
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/card/index.js +5 -5
  15. package/packages/card/src/main.vue +156 -156
  16. package/packages/cascader/index.js +5 -5
  17. package/packages/cascader/src/main.vue +168 -168
  18. package/packages/checkbox-group/index.js +5 -5
  19. package/packages/checkbox-group/src/main.vue +333 -333
  20. package/packages/clients/index.js +5 -5
  21. package/packages/clients/src/main.vue +144 -144
  22. package/packages/data-table/index.js +5 -5
  23. package/packages/data-table/src/children.vue +39 -39
  24. package/packages/data-table/src/column.vue +989 -989
  25. package/packages/data-table/src/main.vue +1822 -1822
  26. package/packages/data-table/src/sizer.vue +195 -195
  27. package/packages/data-table-form/index.js +5 -5
  28. package/packages/data-table-form/src/checkbox.vue +101 -101
  29. package/packages/data-table-form/src/colgroup.vue +17 -17
  30. package/packages/data-table-form/src/main.vue +181 -181
  31. package/packages/data-table-form/src/radio.vue +65 -65
  32. package/packages/data-table-form/src/table.vue +233 -233
  33. package/packages/data-table-form/src/tbody.vue +336 -336
  34. package/packages/data-table-form/src/thead.vue +68 -68
  35. package/packages/date-picker/index.js +5 -5
  36. package/packages/date-picker/src/main.vue +236 -236
  37. package/packages/dialog/index.js +5 -5
  38. package/packages/enable-drag/index.js +5 -5
  39. package/packages/enterprise/index.js +5 -5
  40. package/packages/enterprise/src/main.vue +66 -66
  41. package/packages/error-page/index.js +5 -5
  42. package/packages/error-page/src/main.vue +44 -44
  43. package/packages/flow/index.js +5 -5
  44. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  45. package/packages/flow/src/component/CustomPreset.vue +322 -322
  46. package/packages/flow/src/component/FileList.vue +99 -99
  47. package/packages/flow/src/component/Preset.vue +255 -255
  48. package/packages/flow/src/component/SendMsg.vue +229 -229
  49. package/packages/flow/src/component/TimeLimit.vue +190 -190
  50. package/packages/flow/src/component/taskUnionExamine.vue +611 -611
  51. package/packages/flow/src/form.vue +121 -121
  52. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  53. package/packages/flow/src/main.vue +3131 -3131
  54. package/packages/flow/src/processForm.vue +1031 -1031
  55. package/packages/flow/src/processReject.vue +293 -293
  56. package/packages/flow/src/reset.vue +902 -902
  57. package/packages/flow/src/startTaskRead.vue +597 -597
  58. package/packages/flow/src/supervise.vue +138 -138
  59. package/packages/flow/src/table.vue +58 -58
  60. package/packages/flow-group/index.js +5 -5
  61. package/packages/flow-group/src/main.vue +688 -688
  62. package/packages/flow-list/index.js +5 -5
  63. package/packages/flow-list/src/main.vue +1434 -1411
  64. package/packages/form/index.js +5 -5
  65. package/packages/form/src/main.vue +3583 -3583
  66. package/packages/form/src/table.vue +1426 -1426
  67. package/packages/handle-user/index.js +5 -5
  68. package/packages/handle-user/src/main.vue +138 -138
  69. package/packages/handler/index.js +5 -5
  70. package/packages/handler/src/main.vue +493 -493
  71. package/packages/icon/index.js +5 -5
  72. package/packages/icon/src/main.vue +101 -101
  73. package/packages/icons/index.js +5 -5
  74. package/packages/icons/src/main.vue +81 -81
  75. package/packages/input/index.js +5 -5
  76. package/packages/input/src/main.vue +356 -356
  77. package/packages/input-number/index.js +5 -5
  78. package/packages/input-number/src/main.vue +106 -106
  79. package/packages/label/index.js +5 -5
  80. package/packages/label/src/main.vue +457 -457
  81. package/packages/layout/index.js +5 -5
  82. package/packages/layout/src/item.vue +152 -152
  83. package/packages/layout/src/main.vue +31 -31
  84. package/packages/login/index.js +5 -5
  85. package/packages/login/src/main.vue +1935 -1935
  86. package/packages/login/src/resetPassword.vue +562 -562
  87. package/packages/main/index.js +5 -5
  88. package/packages/main/src/default/message.vue +249 -249
  89. package/packages/main/src/default/notice.vue +157 -157
  90. package/packages/main/src/default/userinfo.vue +503 -503
  91. package/packages/main/src/public/online.vue +89 -89
  92. package/packages/main/src/public/search.vue +461 -461
  93. package/packages/main/src/public/settings.vue +221 -221
  94. package/packages/main/src/simplicity/apps.vue +388 -388
  95. package/packages/main/src/simplicity/avatar.vue +82 -82
  96. package/packages/main/src/simplicity/handler.vue +259 -259
  97. package/packages/main/src/simplicity/index.vue +2064 -2064
  98. package/packages/main/src/simplicity/lists.vue +84 -84
  99. package/packages/main/src/simplicity/menu-list.vue +128 -128
  100. package/packages/main/src/simplicity/message.vue +259 -259
  101. package/packages/main/src/simplicity/notice.vue +190 -190
  102. package/packages/main/src/simplicity/router-page.vue +45 -45
  103. package/packages/main/src/simplicity/sub-menu.vue +241 -241
  104. package/packages/main/src/simplicity/user.vue +257 -257
  105. package/packages/main/src/simplicity/userinfo.vue +312 -312
  106. package/packages/menu/index.js +5 -5
  107. package/packages/menu/src/main.vue +536 -536
  108. package/packages/nav/index.js +5 -5
  109. package/packages/nav/src/main.vue +351 -351
  110. package/packages/notify/index.js +5 -5
  111. package/packages/notify/src/main.vue +538 -538
  112. package/packages/page/index.js +5 -5
  113. package/packages/page/src/main.vue +167 -167
  114. package/packages/pagination/index.js +5 -5
  115. package/packages/pagination/src/main.vue +96 -96
  116. package/packages/player/index.js +5 -5
  117. package/packages/player/src/main.vue +194 -194
  118. package/packages/qr-code/index.js +5 -5
  119. package/packages/qr-code/src/main.vue +170 -170
  120. package/packages/radio-group/index.js +6 -6
  121. package/packages/radio-group/src/main.vue +319 -319
  122. package/packages/retrial-auth/index.js +5 -5
  123. package/packages/retrial-auth/src/main.vue +280 -280
  124. package/packages/select/index.js +5 -5
  125. package/packages/select/src/main.vue +775 -775
  126. package/packages/select-ganged/index.js +5 -5
  127. package/packages/select-ganged/src/main.vue +724 -724
  128. package/packages/selector/index.js +5 -5
  129. package/packages/selector/src/main.vue +687 -687
  130. package/packages/selector-panel/index.js +5 -5
  131. package/packages/selector-panel/src/main.vue +1027 -1027
  132. package/packages/selector-panel/src/selection.vue +177 -177
  133. package/packages/selector-panel/src/tree.vue +129 -129
  134. package/packages/sizer/index.js +5 -5
  135. package/packages/sizer/src/main.vue +254 -254
  136. package/packages/steps/index.js +5 -5
  137. package/packages/steps/src/main.vue +181 -181
  138. package/packages/switch/index.js +5 -5
  139. package/packages/switch/src/main.vue +154 -154
  140. package/packages/table-form/index.js +5 -5
  141. package/packages/tabs/index.js +5 -5
  142. package/packages/tabs/src/main.vue +788 -788
  143. package/packages/tabs-panel/index.js +5 -5
  144. package/packages/tabs-panel/src/main.vue +29 -29
  145. package/packages/theme-chalk/src/base.scss +260 -260
  146. package/packages/theme-chalk/src/button-group.scss +175 -175
  147. package/packages/theme-chalk/src/button.scss +24 -24
  148. package/packages/theme-chalk/src/calendar.scss +113 -113
  149. package/packages/theme-chalk/src/card.scss +99 -99
  150. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  151. package/packages/theme-chalk/src/clients.scss +87 -87
  152. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  153. package/packages/theme-chalk/src/data-table.scss +293 -293
  154. package/packages/theme-chalk/src/date-picker.scss +7 -7
  155. package/packages/theme-chalk/src/dialog.scss +77 -77
  156. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  157. package/packages/theme-chalk/src/enterprise.scss +5 -5
  158. package/packages/theme-chalk/src/error-page.scss +18 -18
  159. package/packages/theme-chalk/src/flow-group.scss +110 -110
  160. package/packages/theme-chalk/src/flow-list.scss +36 -36
  161. package/packages/theme-chalk/src/flow.scss +335 -335
  162. package/packages/theme-chalk/src/form.scss +496 -496
  163. package/packages/theme-chalk/src/handle-user.scss +40 -40
  164. package/packages/theme-chalk/src/handler.scss +143 -143
  165. package/packages/theme-chalk/src/icon.scss +1789 -1789
  166. package/packages/theme-chalk/src/icons.scss +99 -99
  167. package/packages/theme-chalk/src/input.scss +9 -9
  168. package/packages/theme-chalk/src/label.scss +24 -24
  169. package/packages/theme-chalk/src/layout.scss +46 -46
  170. package/packages/theme-chalk/src/login.scss +969 -969
  171. package/packages/theme-chalk/src/main.scss +663 -663
  172. package/packages/theme-chalk/src/menu.scss +222 -222
  173. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  174. package/packages/theme-chalk/src/nav.scss +111 -111
  175. package/packages/theme-chalk/src/page.scss +3 -3
  176. package/packages/theme-chalk/src/pagination.scss +29 -29
  177. package/packages/theme-chalk/src/player.scss +9 -9
  178. package/packages/theme-chalk/src/qr-code.scss +17 -17
  179. package/packages/theme-chalk/src/radio-group.scss +9 -9
  180. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  181. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  182. package/packages/theme-chalk/src/select.scss +8 -8
  183. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  184. package/packages/theme-chalk/src/selector.scss +91 -91
  185. package/packages/theme-chalk/src/simplicity.scss +1265 -1265
  186. package/packages/theme-chalk/src/sizer.scss +36 -36
  187. package/packages/theme-chalk/src/steps.scss +88 -88
  188. package/packages/theme-chalk/src/switch.scss +3 -3
  189. package/packages/theme-chalk/src/table-form.scss +1 -1
  190. package/packages/theme-chalk/src/tabs.scss +87 -87
  191. package/packages/theme-chalk/src/tips.scss +7 -7
  192. package/packages/theme-chalk/src/toolbar.scss +179 -179
  193. package/packages/theme-chalk/src/tree-group.scss +72 -72
  194. package/packages/theme-chalk/src/tree.scss +165 -165
  195. package/packages/theme-chalk/src/upload.scss +167 -167
  196. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  197. package/packages/tips/index.js +5 -5
  198. package/packages/tips/src/main.vue +141 -141
  199. package/packages/toolbar/index.js +5 -5
  200. package/packages/toolbar/src/main.vue +430 -430
  201. package/packages/tree/index.js +5 -5
  202. package/packages/tree-group/index.js +5 -5
  203. package/packages/upload/index.js +5 -5
  204. package/packages/upload/src/main.vue +1339 -1335
  205. package/packages/upload/src/picture.js +15 -15
  206. package/packages/wujie/index.js +5 -5
  207. package/packages/wujie/src/main.vue +145 -145
  208. package/packages/wxlogin/index.js +5 -5
  209. package/packages/wxlogin/src/main.vue +128 -128
  210. package/src/config/api.js +281 -281
  211. package/src/config/image.js +2 -2
  212. package/src/index.js +1 -1
  213. package/src/utils/bus.js +3 -3
  214. package/src/utils/date-util.js +312 -312
  215. package/src/utils/http.js +50 -50
  216. package/src/utils/rules.js +18 -18
  217. package/src/utils/store.js +21 -21
  218. package/src/utils/webSocket.js +107 -107
@@ -28270,21 +28270,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
28270
28270
  return validSate;
28271
28271
  },
28272
28272
 
28273
- /**
28274
- * changeOpinion
28275
- * @desc:监听意见变化
28276
- * @author liufan
28277
- * @date 2022年10月28日
28273
+ /**
28274
+ * changeOpinion
28275
+ * @desc:监听意见变化
28276
+ * @author liufan
28277
+ * @date 2022年10月28日
28278
28278
  **/
28279
28279
  changeOpinion: function changeOpinion() {
28280
28280
  this.$emit('change', this.form.value);
28281
28281
  },
28282
28282
 
28283
- /**
28284
- * getCommonOpion
28285
- * @desc:获取意见
28286
- * @author liufan
28287
- * @date 2022年5月25日
28283
+ /**
28284
+ * getCommonOpion
28285
+ * @desc:获取意见
28286
+ * @author liufan
28287
+ * @date 2022年5月25日
28288
28288
  **/
28289
28289
  getCommonOpion: function getCommonOpion() {
28290
28290
  var _this = this;
@@ -28313,24 +28313,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
28313
28313
  });
28314
28314
  },
28315
28315
 
28316
- /**
28317
- * upDate
28318
- * @desc:修改常用语
28319
- * @author liufan
28320
- * @param {Object} val 修改值
28321
- * @date 2022年5月25日
28316
+ /**
28317
+ * upDate
28318
+ * @desc:修改常用语
28319
+ * @author liufan
28320
+ * @param {Object} val 修改值
28321
+ * @date 2022年5月25日
28322
28322
  **/
28323
28323
  upDate: function upDate(val) {
28324
28324
  this.FormData.id = val.id;
28325
28325
  this.addVisible = true;
28326
28326
  },
28327
28327
 
28328
- /**
28329
- * selectChange
28330
- * @desc:常用语选择
28331
- * @author liufan
28332
- * @param {String} val 选中值
28333
- * @date 2022年5月25日
28328
+ /**
28329
+ * selectChange
28330
+ * @desc:常用语选择
28331
+ * @author liufan
28332
+ * @param {String} val 选中值
28333
+ * @date 2022年5月25日
28334
28334
  **/
28335
28335
  selectChange: function selectChange(val) {
28336
28336
  var _this2 = this;
@@ -28349,12 +28349,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28349
28349
  });
28350
28350
  },
28351
28351
 
28352
- /**
28353
- * del
28354
- * @desc:删除常用语
28355
- * @author liufan
28356
- * @param {Object} val 删除的数据
28357
- * @date 2022年5月25日
28352
+ /**
28353
+ * del
28354
+ * @desc:删除常用语
28355
+ * @author liufan
28356
+ * @param {Object} val 删除的数据
28357
+ * @date 2022年5月25日
28358
28358
  **/
28359
28359
  del: function del(val) {
28360
28360
  var _this3 = this;
@@ -28396,12 +28396,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28396
28396
  }).catch(function (e) {});
28397
28397
  },
28398
28398
 
28399
- /**
28400
- * submit
28401
- * @desc:新增/编辑意见保存
28402
- * @author liufan
28403
- * @param {Object} val 保存数据
28404
- * @date 2022年5月25日
28399
+ /**
28400
+ * submit
28401
+ * @desc:新增/编辑意见保存
28402
+ * @author liufan
28403
+ * @param {Object} val 保存数据
28404
+ * @date 2022年5月25日
28405
28405
  **/
28406
28406
  submit: function submit(val) {
28407
28407
  var _this4 = this;
@@ -31288,11 +31288,11 @@ var processFormvue_type_script_lang_js_components;
31288
31288
  });
31289
31289
  },
31290
31290
 
31291
- /**
31292
- * isMultiple
31293
- * @desc:是否多选
31294
- * @author liufan
31295
- * @date 2022年9月13日
31291
+ /**
31292
+ * isMultiple
31293
+ * @desc:是否多选
31294
+ * @author liufan
31295
+ * @date 2022年9月13日
31296
31296
  **/
31297
31297
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
31298
31298
  var multiple = false;
@@ -35256,11 +35256,11 @@ var resetvue_type_script_lang_js_components;
35256
35256
  });
35257
35257
  },
35258
35258
 
35259
- /**
35260
- * isMultiple
35261
- * @desc:是否多选
35262
- * @author liufan
35263
- * @date 2022年9月13日
35259
+ /**
35260
+ * isMultiple
35261
+ * @desc:是否多选
35262
+ * @author liufan
35263
+ * @date 2022年9月13日
35264
35264
  **/
35265
35265
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35266
35266
  var multiple = false;
@@ -39624,11 +39624,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39624
39624
  });
39625
39625
  },
39626
39626
 
39627
- /**
39628
- * saveInfo
39629
- * @desc:暂存
39630
- * @author liufan
39631
- * @date 2022年9月9日
39627
+ /**
39628
+ * saveInfo
39629
+ * @desc:暂存
39630
+ * @author liufan
39631
+ * @date 2022年9月9日
39632
39632
  **/
39633
39633
  saveInfo: function saveInfo(type, btn) {
39634
39634
  var _this6 = this;
@@ -39690,11 +39690,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39690
39690
  });
39691
39691
  },
39692
39692
 
39693
- /**
39694
- * rejectBtn
39695
- * @desc:点击驳回
39696
- * @author liufan
39697
- * @date 2022年5月25日
39693
+ /**
39694
+ * rejectBtn
39695
+ * @desc:点击驳回
39696
+ * @author liufan
39697
+ * @date 2022年5月25日
39698
39698
  **/
39699
39699
  rejectBtn: function rejectBtn() {
39700
39700
  var _this8 = this;
@@ -39712,11 +39712,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39712
39712
  }
39713
39713
  },
39714
39714
 
39715
- /**
39716
- * taskReadBtn
39717
- * @desc:点击分阅
39718
- * @author liufan
39719
- * @date 2022年5月25日
39715
+ /**
39716
+ * taskReadBtn
39717
+ * @desc:点击分阅
39718
+ * @author liufan
39719
+ * @date 2022年5月25日
39720
39720
  **/
39721
39721
  taskReadBtn: function taskReadBtn() {
39722
39722
  var _this9 = this;
@@ -39735,11 +39735,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39735
39735
  }
39736
39736
  },
39737
39737
 
39738
- /**
39739
- * getFind
39740
- * @desc:获取通知方式
39741
- * @author liufan
39742
- * @date 2022年5月25日
39738
+ /**
39739
+ * getFind
39740
+ * @desc:获取通知方式
39741
+ * @author liufan
39742
+ * @date 2022年5月25日
39743
39743
  **/
39744
39744
  getFind: function getFind() {
39745
39745
  var _this10 = this;
@@ -39794,12 +39794,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39794
39794
  });
39795
39795
  },
39796
39796
 
39797
- /**
39798
- * endFlows
39799
- * @desc:直接办结
39800
- * @author liufan
39801
- * @param {Object} res 直接办结数据
39802
- * @date 2022年5月25日
39797
+ /**
39798
+ * endFlows
39799
+ * @desc:直接办结
39800
+ * @author liufan
39801
+ * @param {Object} res 直接办结数据
39802
+ * @date 2022年5月25日
39803
39803
  **/
39804
39804
  endFlows: function endFlows(res) {
39805
39805
  var _this12 = this;
@@ -39853,12 +39853,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39853
39853
  }).catch(function (e) {});
39854
39854
  },
39855
39855
 
39856
- /**
39857
- * goView
39858
- * @desc:更多流程按钮操作
39859
- * @author liufan
39860
- * @param {Object} res 当前点击操作按钮数据
39861
- * @date 2022年5月25日
39856
+ /**
39857
+ * goView
39858
+ * @desc:更多流程按钮操作
39859
+ * @author liufan
39860
+ * @param {Object} res 当前点击操作按钮数据
39861
+ * @date 2022年5月25日
39862
39862
  **/
39863
39863
  goView: function goView(res) {
39864
39864
  // 驳回并办结:rejectAndEndHtml
@@ -39943,11 +39943,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39943
39943
  // isCanStartSubFlow
39944
39944
  },
39945
39945
 
39946
- /**
39947
- * toTakeAdvice
39948
- * @desc:征求意见
39949
- * @author liufan
39950
- * @date 2022年9月29日
39946
+ /**
39947
+ * toTakeAdvice
39948
+ * @desc:征求意见
39949
+ * @author liufan
39950
+ * @date 2022年9月29日
39951
39951
  **/
39952
39952
  toTakeAdvice: function toTakeAdvice(res) {
39953
39953
  var _this14 = this;
@@ -39991,11 +39991,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39991
39991
  });
39992
39992
  },
39993
39993
 
39994
- /**
39995
- * toStartDraf
39996
- * @desc: 稿件递送、联合审核、复核
39997
- * @author liufan
39998
- * @date 2022年9月29日
39994
+ /**
39995
+ * toStartDraf
39996
+ * @desc: 稿件递送、联合审核、复核
39997
+ * @author liufan
39998
+ * @date 2022年9月29日
39999
39999
  **/
40000
40000
  toStartDraf: function toStartDraf(res) {
40001
40001
  var _this16 = this;
@@ -40009,11 +40009,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40009
40009
  }
40010
40010
  },
40011
40011
 
40012
- /**
40013
- * toSendMsg
40014
- * @desc:核稿通知
40015
- * @author liufan
40016
- * @date 2022年9月29日
40012
+ /**
40013
+ * toSendMsg
40014
+ * @desc:核稿通知
40015
+ * @author liufan
40016
+ * @date 2022年9月29日
40017
40017
  **/
40018
40018
  toSendMsg: function toSendMsg(res) {
40019
40019
  var _this17 = this;
@@ -40027,11 +40027,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40027
40027
  }
40028
40028
  },
40029
40029
 
40030
- /**
40031
- * toTaskReadAndEnd
40032
- * @desc:分阅并办结
40033
- * @author liufan
40034
- * @date 2022年9月29日
40030
+ /**
40031
+ * toTaskReadAndEnd
40032
+ * @desc:分阅并办结
40033
+ * @author liufan
40034
+ * @date 2022年9月29日
40035
40035
  **/
40036
40036
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
40037
40037
  var _this18 = this;
@@ -40049,11 +40049,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40049
40049
  }
40050
40050
  },
40051
40051
 
40052
- /**
40053
- * rejectAndEnd
40054
- * @desc:驳回并办结
40055
- * @author liufan
40056
- * @date 2022年9月29日
40052
+ /**
40053
+ * rejectAndEnd
40054
+ * @desc:驳回并办结
40055
+ * @author liufan
40056
+ * @date 2022年9月29日
40057
40057
  **/
40058
40058
  rejectAndEnd: function rejectAndEnd(res) {
40059
40059
  var _this19 = this;
@@ -40108,11 +40108,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40108
40108
  });
40109
40109
  },
40110
40110
 
40111
- /**
40112
- * toTransfer
40113
- * @desc:转办
40114
- * @author liufan
40115
- * @date 2022年9月29日
40111
+ /**
40112
+ * toTransfer
40113
+ * @desc:转办
40114
+ * @author liufan
40115
+ * @date 2022年9月29日
40116
40116
  **/
40117
40117
  toTransfer: function toTransfer(res) {
40118
40118
  var _this21 = this;
@@ -40128,11 +40128,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40128
40128
  }
40129
40129
  },
40130
40130
 
40131
- /**
40132
- * getNodeInfo
40133
- * @desc:获取节点信息
40134
- * @author liufan
40135
- * @date 2022年5月25日
40131
+ /**
40132
+ * getNodeInfo
40133
+ * @desc:获取节点信息
40134
+ * @author liufan
40135
+ * @date 2022年5月25日
40136
40136
  **/
40137
40137
  getNodeInfo: function getNodeInfo() {
40138
40138
  var _this22 = this;
@@ -40231,12 +40231,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40231
40231
  });
40232
40232
  },
40233
40233
 
40234
- /**
40235
- * selecNext
40236
- * @desc:下步节点变化时更新数据
40237
- * @author liufan
40238
- * @param {String} val 当前选中值
40239
- * @date 2022年5月25日
40234
+ /**
40235
+ * selecNext
40236
+ * @desc:下步节点变化时更新数据
40237
+ * @author liufan
40238
+ * @param {String} val 当前选中值
40239
+ * @date 2022年5月25日
40240
40240
  **/
40241
40241
  selecNext: function selecNext(val, type, isDef) {
40242
40242
  var _this23 = this;
@@ -40345,11 +40345,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40345
40345
  if (isDef !== true) this.getNodeInfo();
40346
40346
  },
40347
40347
 
40348
- /**
40349
- * isMultiple
40350
- * @desc:是否多选
40351
- * @author liufan
40352
- * @date 2022年9月13日
40348
+ /**
40349
+ * isMultiple
40350
+ * @desc:是否多选
40351
+ * @author liufan
40352
+ * @date 2022年9月13日
40353
40353
  **/
40354
40354
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40355
40355
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -40381,11 +40381,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40381
40381
  }
40382
40382
  },
40383
40383
 
40384
- /**
40385
- * getHedInfo
40386
- * @desc:获取审核页面数据
40387
- * @author liufan
40388
- * @date 2022年5月25日
40384
+ /**
40385
+ * getHedInfo
40386
+ * @desc:获取审核页面数据
40387
+ * @author liufan
40388
+ * @date 2022年5月25日
40389
40389
  **/
40390
40390
  getHedInfo: function getHedInfo() {
40391
40391
  var _this24 = this;
@@ -40621,13 +40621,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40621
40621
  });
40622
40622
  },
40623
40623
 
40624
- /**
40625
- * closeProcess
40626
- * @desc:关闭弹窗
40627
- * @author liufan
40628
- * @param {boolean} val 当前是否办理流程
40629
- * @param {String} type 当前点击的弹窗类型
40630
- * @date 2022年5月25日
40624
+ /**
40625
+ * closeProcess
40626
+ * @desc:关闭弹窗
40627
+ * @author liufan
40628
+ * @param {boolean} val 当前是否办理流程
40629
+ * @param {String} type 当前点击的弹窗类型
40630
+ * @date 2022年5月25日
40631
40631
  **/
40632
40632
  closeProcess: function closeProcess(val, type, closeParent) {
40633
40633
  if (closeParent) {
@@ -40644,23 +40644,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40644
40644
  }
40645
40645
  },
40646
40646
 
40647
- /**
40648
- * selectChange
40649
- * @desc:常用语选择
40650
- * @author liufan
40651
- * @param {String} val 选中值
40652
- * @date 2022年5月25日
40647
+ /**
40648
+ * selectChange
40649
+ * @desc:常用语选择
40650
+ * @author liufan
40651
+ * @param {String} val 选中值
40652
+ * @date 2022年5月25日
40653
40653
  **/
40654
40654
  selectChange: function selectChange(val) {
40655
40655
  this.value = val;
40656
40656
  },
40657
40657
 
40658
- /**
40659
- * upDate
40660
- * @desc:修改常用语
40661
- * @author liufan
40662
- * @param {Object} val 修改值
40663
- * @date 2022年5月25日
40658
+ /**
40659
+ * upDate
40660
+ * @desc:修改常用语
40661
+ * @author liufan
40662
+ * @param {Object} val 修改值
40663
+ * @date 2022年5月25日
40664
40664
  **/
40665
40665
  upDate: function upDate(val) {
40666
40666
  this.FormData.id = val.id;
@@ -40668,11 +40668,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40668
40668
  },
40669
40669
 
40670
40670
 
40671
- /**
40672
- * getProcess
40673
- * @desc:获取选择流程
40674
- * @author liufan
40675
- * @date 2022年5月25日
40671
+ /**
40672
+ * getProcess
40673
+ * @desc:获取选择流程
40674
+ * @author liufan
40675
+ * @date 2022年5月25日
40676
40676
  **/
40677
40677
  getProcess: function getProcess() {
40678
40678
  var _this25 = this;
@@ -40726,11 +40726,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40726
40726
  });
40727
40727
  },
40728
40728
 
40729
- /**
40730
- * getPendedhistoryList
40731
- * @desc:获取流程列表
40732
- * @author liufan
40733
- * @date 2022年5月25日
40729
+ /**
40730
+ * getPendedhistoryList
40731
+ * @desc:获取流程列表
40732
+ * @author liufan
40733
+ * @date 2022年5月25日
40734
40734
  **/
40735
40735
  getPendedhistoryList: function getPendedhistoryList() {
40736
40736
  var _this26 = this;
@@ -40762,12 +40762,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40762
40762
  },
40763
40763
 
40764
40764
  // 提交流程
40765
- /**
40766
- * subProcess
40767
- * @desc:提交流程
40768
- * @author liufan
40769
- * @param {String} formName 当前form表单ref值
40770
- * @date 2022年5月25日
40765
+ /**
40766
+ * subProcess
40767
+ * @desc:提交流程
40768
+ * @author liufan
40769
+ * @param {String} formName 当前form表单ref值
40770
+ * @date 2022年5月25日
40771
40771
  **/
40772
40772
  subProcess: function subProcess(val) {
40773
40773
  var _this27 = this;
@@ -42837,11 +42837,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42837
42837
  });
42838
42838
  },
42839
42839
 
42840
- /**
42841
- * saveInfo
42842
- * @desc:暂存
42843
- * @author liufan
42844
- * @date 2022年9月9日
42840
+ /**
42841
+ * saveInfo
42842
+ * @desc:暂存
42843
+ * @author liufan
42844
+ * @date 2022年9月9日
42845
42845
  **/
42846
42846
  saveInfo: function saveInfo(type, btn) {
42847
42847
  var _this8 = this;
@@ -42903,11 +42903,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42903
42903
  });
42904
42904
  },
42905
42905
 
42906
- /**
42907
- * rejectBtn
42908
- * @desc:点击驳回
42909
- * @author liufan
42910
- * @date 2022年5月25日
42906
+ /**
42907
+ * rejectBtn
42908
+ * @desc:点击驳回
42909
+ * @author liufan
42910
+ * @date 2022年5月25日
42911
42911
  **/
42912
42912
  rejectBtn: function rejectBtn() {
42913
42913
  var _this10 = this;
@@ -42925,11 +42925,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42925
42925
  }
42926
42926
  },
42927
42927
 
42928
- /**
42929
- * taskReadBtn
42930
- * @desc:点击分阅
42931
- * @author liufan
42932
- * @date 2022年5月25日
42928
+ /**
42929
+ * taskReadBtn
42930
+ * @desc:点击分阅
42931
+ * @author liufan
42932
+ * @date 2022年5月25日
42933
42933
  **/
42934
42934
  taskReadBtn: function taskReadBtn() {
42935
42935
  var _this11 = this;
@@ -42948,11 +42948,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42948
42948
  }
42949
42949
  },
42950
42950
 
42951
- /**
42952
- * getFind
42953
- * @desc:获取通知方式
42954
- * @author liufan
42955
- * @date 2022年5月25日
42951
+ /**
42952
+ * getFind
42953
+ * @desc:获取通知方式
42954
+ * @author liufan
42955
+ * @date 2022年5月25日
42956
42956
  **/
42957
42957
  getFind: function getFind() {
42958
42958
  var _this12 = this;
@@ -43017,12 +43017,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43017
43017
  });
43018
43018
  },
43019
43019
 
43020
- /**
43021
- * endFlows
43022
- * @desc:直接办结
43023
- * @author liufan
43024
- * @param {Object} res 直接办结数据
43025
- * @date 2022年5月25日
43020
+ /**
43021
+ * endFlows
43022
+ * @desc:直接办结
43023
+ * @author liufan
43024
+ * @param {Object} res 直接办结数据
43025
+ * @date 2022年5月25日
43026
43026
  **/
43027
43027
  endFlows: function endFlows(res) {
43028
43028
  var _this14 = this;
@@ -43076,12 +43076,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43076
43076
  }).catch(function (e) {});
43077
43077
  },
43078
43078
 
43079
- /**
43080
- * goView
43081
- * @desc:更多流程按钮操作
43082
- * @author liufan
43083
- * @param {Object} res 当前点击操作按钮数据
43084
- * @date 2022年5月25日
43079
+ /**
43080
+ * goView
43081
+ * @desc:更多流程按钮操作
43082
+ * @author liufan
43083
+ * @param {Object} res 当前点击操作按钮数据
43084
+ * @date 2022年5月25日
43085
43085
  **/
43086
43086
  goView: function goView(res) {
43087
43087
  // 驳回并办结:rejectAndEndHtml
@@ -43166,11 +43166,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43166
43166
  // isCanStartSubFlow
43167
43167
  },
43168
43168
 
43169
- /**
43170
- * toTakeAdvice
43171
- * @desc:征求意见
43172
- * @author liufan
43173
- * @date 2022年9月29日
43169
+ /**
43170
+ * toTakeAdvice
43171
+ * @desc:征求意见
43172
+ * @author liufan
43173
+ * @date 2022年9月29日
43174
43174
  **/
43175
43175
  toTakeAdvice: function toTakeAdvice(res) {
43176
43176
  var _this16 = this;
@@ -43214,11 +43214,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43214
43214
  });
43215
43215
  },
43216
43216
 
43217
- /**
43218
- * toStartDraf
43219
- * @desc: 稿件递送、联合审核、复核
43220
- * @author liufan
43221
- * @date 2022年9月29日
43217
+ /**
43218
+ * toStartDraf
43219
+ * @desc: 稿件递送、联合审核、复核
43220
+ * @author liufan
43221
+ * @date 2022年9月29日
43222
43222
  **/
43223
43223
  toStartDraf: function toStartDraf(res) {
43224
43224
  var _this18 = this;
@@ -43232,11 +43232,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43232
43232
  }
43233
43233
  },
43234
43234
 
43235
- /**
43236
- * toSendMsg
43237
- * @desc:核稿通知
43238
- * @author liufan
43239
- * @date 2022年9月29日
43235
+ /**
43236
+ * toSendMsg
43237
+ * @desc:核稿通知
43238
+ * @author liufan
43239
+ * @date 2022年9月29日
43240
43240
  **/
43241
43241
  toSendMsg: function toSendMsg(res) {
43242
43242
  var _this19 = this;
@@ -43250,11 +43250,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43250
43250
  }
43251
43251
  },
43252
43252
 
43253
- /**
43254
- * toTaskReadAndEnd
43255
- * @desc:分阅并办结
43256
- * @author liufan
43257
- * @date 2022年9月29日
43253
+ /**
43254
+ * toTaskReadAndEnd
43255
+ * @desc:分阅并办结
43256
+ * @author liufan
43257
+ * @date 2022年9月29日
43258
43258
  **/
43259
43259
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43260
43260
  var _this20 = this;
@@ -43272,11 +43272,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43272
43272
  }
43273
43273
  },
43274
43274
 
43275
- /**
43276
- * rejectAndEnd
43277
- * @desc:驳回并办结
43278
- * @author liufan
43279
- * @date 2022年9月29日
43275
+ /**
43276
+ * rejectAndEnd
43277
+ * @desc:驳回并办结
43278
+ * @author liufan
43279
+ * @date 2022年9月29日
43280
43280
  **/
43281
43281
  rejectAndEnd: function rejectAndEnd(res) {
43282
43282
  var _this21 = this;
@@ -43331,11 +43331,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43331
43331
  });
43332
43332
  },
43333
43333
 
43334
- /**
43335
- * toTransfer
43336
- * @desc:转办
43337
- * @author liufan
43338
- * @date 2022年9月29日
43334
+ /**
43335
+ * toTransfer
43336
+ * @desc:转办
43337
+ * @author liufan
43338
+ * @date 2022年9月29日
43339
43339
  **/
43340
43340
  toTransfer: function toTransfer(res) {
43341
43341
  var _this23 = this;
@@ -43351,11 +43351,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43351
43351
  }
43352
43352
  },
43353
43353
 
43354
- /**
43355
- * getNodeInfo
43356
- * @desc:获取节点信息
43357
- * @author liufan
43358
- * @date 2022年5月25日
43354
+ /**
43355
+ * getNodeInfo
43356
+ * @desc:获取节点信息
43357
+ * @author liufan
43358
+ * @date 2022年5月25日
43359
43359
  **/
43360
43360
  getNodeInfo: function getNodeInfo() {
43361
43361
  var _this24 = this;
@@ -43454,12 +43454,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43454
43454
  });
43455
43455
  },
43456
43456
 
43457
- /**
43458
- * selecNext
43459
- * @desc:下步节点变化时更新数据
43460
- * @author liufan
43461
- * @param {String} val 当前选中值
43462
- * @date 2022年5月25日
43457
+ /**
43458
+ * selecNext
43459
+ * @desc:下步节点变化时更新数据
43460
+ * @author liufan
43461
+ * @param {String} val 当前选中值
43462
+ * @date 2022年5月25日
43463
43463
  **/
43464
43464
  selecNext: function selecNext(val, type, isDef) {
43465
43465
  var _this25 = this;
@@ -43568,11 +43568,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43568
43568
  if (isDef !== true) this.getNodeInfo();
43569
43569
  },
43570
43570
 
43571
- /**
43572
- * isMultiple
43573
- * @desc:是否多选
43574
- * @author liufan
43575
- * @date 2022年9月13日
43571
+ /**
43572
+ * isMultiple
43573
+ * @desc:是否多选
43574
+ * @author liufan
43575
+ * @date 2022年9月13日
43576
43576
  **/
43577
43577
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43578
43578
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43604,11 +43604,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43604
43604
  }
43605
43605
  },
43606
43606
 
43607
- /**
43608
- * getHedInfo
43609
- * @desc:获取审核页面数据
43610
- * @author liufan
43611
- * @date 2022年5月25日
43607
+ /**
43608
+ * getHedInfo
43609
+ * @desc:获取审核页面数据
43610
+ * @author liufan
43611
+ * @date 2022年5月25日
43612
43612
  **/
43613
43613
  getHedInfo: function getHedInfo() {
43614
43614
  var _this26 = this;
@@ -43848,13 +43848,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43848
43848
  });
43849
43849
  },
43850
43850
 
43851
- /**
43852
- * closeProcess
43853
- * @desc:关闭弹窗
43854
- * @author liufan
43855
- * @param {boolean} val 当前是否办理流程
43856
- * @param {String} type 当前点击的弹窗类型
43857
- * @date 2022年5月25日
43851
+ /**
43852
+ * closeProcess
43853
+ * @desc:关闭弹窗
43854
+ * @author liufan
43855
+ * @param {boolean} val 当前是否办理流程
43856
+ * @param {String} type 当前点击的弹窗类型
43857
+ * @date 2022年5月25日
43858
43858
  **/
43859
43859
  closeProcess: function closeProcess(val, type, closeParent) {
43860
43860
  if (closeParent) {
@@ -43871,23 +43871,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43871
43871
  }
43872
43872
  },
43873
43873
 
43874
- /**
43875
- * selectChange
43876
- * @desc:常用语选择
43877
- * @author liufan
43878
- * @param {String} val 选中值
43879
- * @date 2022年5月25日
43874
+ /**
43875
+ * selectChange
43876
+ * @desc:常用语选择
43877
+ * @author liufan
43878
+ * @param {String} val 选中值
43879
+ * @date 2022年5月25日
43880
43880
  **/
43881
43881
  selectChange: function selectChange(val) {
43882
43882
  this.value = val;
43883
43883
  },
43884
43884
 
43885
- /**
43886
- * upDate
43887
- * @desc:修改常用语
43888
- * @author liufan
43889
- * @param {Object} val 修改值
43890
- * @date 2022年5月25日
43885
+ /**
43886
+ * upDate
43887
+ * @desc:修改常用语
43888
+ * @author liufan
43889
+ * @param {Object} val 修改值
43890
+ * @date 2022年5月25日
43891
43891
  **/
43892
43892
  upDate: function upDate(val) {
43893
43893
  this.FormData.id = val.id;
@@ -43895,11 +43895,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43895
43895
  },
43896
43896
 
43897
43897
 
43898
- /**
43899
- * getProcess
43900
- * @desc:获取选择流程
43901
- * @author liufan
43902
- * @date 2022年5月25日
43898
+ /**
43899
+ * getProcess
43900
+ * @desc:获取选择流程
43901
+ * @author liufan
43902
+ * @date 2022年5月25日
43903
43903
  **/
43904
43904
  getProcess: function getProcess(val) {
43905
43905
  var _this27 = this;
@@ -43951,11 +43951,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43951
43951
  });
43952
43952
  },
43953
43953
 
43954
- /**
43955
- * getPendedhistoryList
43956
- * @desc:获取流程列表
43957
- * @author liufan
43958
- * @date 2022年5月25日
43954
+ /**
43955
+ * getPendedhistoryList
43956
+ * @desc:获取流程列表
43957
+ * @author liufan
43958
+ * @date 2022年5月25日
43959
43959
  **/
43960
43960
  getPendedhistoryList: function getPendedhistoryList() {
43961
43961
  var _this28 = this;
@@ -44022,12 +44022,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44022
44022
  },
44023
44023
 
44024
44024
  // 提交流程
44025
- /**
44026
- * subProcess
44027
- * @desc:提交流程
44028
- * @author liufan
44029
- * @param {String} formName 当前form表单ref值
44030
- * @date 2022年5月25日
44025
+ /**
44026
+ * subProcess
44027
+ * @desc:提交流程
44028
+ * @author liufan
44029
+ * @param {String} formName 当前form表单ref值
44030
+ * @date 2022年5月25日
44031
44031
  **/
44032
44032
  subProcess: function subProcess(val, type) {
44033
44033
  var _this30 = this;
@@ -46314,8 +46314,8 @@ flow_group_src_main.install = function (Vue) {
46314
46314
  };
46315
46315
 
46316
46316
  /* harmony default export */ var flow_group = (flow_group_src_main);
46317
- // 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=6c84bda0&
46318
- var mainvue_type_template_id_6c84bda0_render = function () {
46317
+ // 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=6c50def7&
46318
+ var mainvue_type_template_id_6c50def7_render = function () {
46319
46319
  var _vm = this
46320
46320
  var _h = _vm.$createElement
46321
46321
  var _c = _vm._self._c || _h
@@ -46511,11 +46511,11 @@ var mainvue_type_template_id_6c84bda0_render = function () {
46511
46511
  2
46512
46512
  )
46513
46513
  }
46514
- var mainvue_type_template_id_6c84bda0_staticRenderFns = []
46515
- mainvue_type_template_id_6c84bda0_render._withStripped = true
46514
+ var mainvue_type_template_id_6c50def7_staticRenderFns = []
46515
+ mainvue_type_template_id_6c50def7_render._withStripped = true
46516
46516
 
46517
46517
 
46518
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=6c84bda0&
46518
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=6c50def7&
46519
46519
 
46520
46520
  // 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&
46521
46521
  var flow_list_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -46639,6 +46639,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46639
46639
  return [];
46640
46640
  }
46641
46641
  },
46642
+ headFields: {
46643
+ type: Array,
46644
+ default: function _default() {
46645
+ return [];
46646
+ }
46647
+ },
46642
46648
  contents: {
46643
46649
  type: Array,
46644
46650
  default: function _default() {
@@ -47191,6 +47197,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47191
47197
  content: function content() {
47192
47198
  var _this3 = this;
47193
47199
 
47200
+ var _that = this;
47194
47201
  var newContents = JSON.parse(JSON.stringify(this.contents));
47195
47202
  if (this.contents.indexOf('circular') != -1) {
47196
47203
  newContents = newContents.filter(function (item) {
@@ -47199,10 +47206,26 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47199
47206
  }
47200
47207
  var contents = newContents.map(function (item) {
47201
47208
  if (typeof item === 'string') {
47209
+ var data = [];
47210
+ if (_that.headFields.length > 0) {
47211
+ _that.headFields.map(function (headFiled) {
47212
+ _that.theads[item].map(function (theadItem) {
47213
+ if (theadItem.field === headFiled.field) {
47214
+ theadItem = headFiled;
47215
+ data.push(theadItem);
47216
+ }
47217
+ });
47218
+ });
47219
+ _that.theads[item].map(function (x) {
47220
+ if (x.type == 'handle') {
47221
+ data.push(x);
47222
+ }
47223
+ });
47224
+ }
47202
47225
  return {
47203
47226
  type: item,
47204
47227
  toolbar: _this3.toolbars[item],
47205
- thead: _this3.theads[item],
47228
+ thead: data.length > 0 ? data : _this3.theads[item],
47206
47229
  showFormBtn: false
47207
47230
  };
47208
47231
  } else {
@@ -47399,12 +47422,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47399
47422
  }
47400
47423
  },
47401
47424
 
47402
- /**
47403
- * handleFormSubmit
47404
- * @desc:删除节点点击事件
47405
- * @param {Object} formData 点击删除的form数据
47406
- * @author liufan
47407
- * @date 2022年11月29日
47425
+ /**
47426
+ * handleFormSubmit
47427
+ * @desc:删除节点点击事件
47428
+ * @param {Object} formData 点击删除的form数据
47429
+ * @author liufan
47430
+ * @date 2022年11月29日
47408
47431
  **/
47409
47432
  handleFormSubmit: function handleFormSubmit(formData) {
47410
47433
  var _this7 = this;
@@ -47435,48 +47458,48 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47435
47458
  });
47436
47459
  },
47437
47460
 
47438
- /**
47439
- * del
47440
- * @desc:展示删除弹窗
47441
- * @param {String} id 当前点击数据id
47442
- * @author liufan
47443
- * @date 2022年11月29日
47461
+ /**
47462
+ * del
47463
+ * @desc:展示删除弹窗
47464
+ * @param {String} id 当前点击数据id
47465
+ * @author liufan
47466
+ * @date 2022年11月29日
47444
47467
  **/
47445
47468
  del: function del(id) {
47446
47469
  this.historyId = id;
47447
47470
  this.showDel = true;
47448
47471
  },
47449
47472
 
47450
- /**
47451
- * handleCurrentChange
47452
- * @desc:监听页码变化
47453
- * @param {String} val 当前页
47454
- * @author liufan
47455
- * @date 2022年11月29日
47473
+ /**
47474
+ * handleCurrentChange
47475
+ * @desc:监听页码变化
47476
+ * @param {String} val 当前页
47477
+ * @author liufan
47478
+ * @date 2022年11月29日
47456
47479
  **/
47457
47480
  handleCurrentChange: function handleCurrentChange(val) {
47458
47481
  this.currentPage = val;
47459
47482
  this.getPressList();
47460
47483
  },
47461
47484
 
47462
- /**
47463
- * handleSizeChange
47464
- * @desc:监听每页数据显示数量变化
47465
- * @param {String} val 每页展示数量
47466
- * @author liufan
47467
- * @date 2022年11月29日
47485
+ /**
47486
+ * handleSizeChange
47487
+ * @desc:监听每页数据显示数量变化
47488
+ * @param {String} val 每页展示数量
47489
+ * @author liufan
47490
+ * @date 2022年11月29日
47468
47491
  **/
47469
47492
  handleSizeChange: function handleSizeChange(val) {
47470
47493
  this.pageSize = val;
47471
47494
  this.getPressList();
47472
47495
  },
47473
47496
 
47474
- /**
47475
- * sortChange
47476
- * @desc:监听排序变化
47477
- * @param {Object} info 需要排序的字段及排序方式
47478
- * @author liufan
47479
- * @date 2022年11月29日
47497
+ /**
47498
+ * sortChange
47499
+ * @desc:监听排序变化
47500
+ * @param {Object} info 需要排序的字段及排序方式
47501
+ * @author liufan
47502
+ * @date 2022年11月29日
47480
47503
  **/
47481
47504
  sortChange: function sortChange(info) {
47482
47505
  var prop = info.prop,
@@ -47487,11 +47510,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47487
47510
  this.getPressList();
47488
47511
  },
47489
47512
 
47490
- /**
47491
- * getPressList
47492
- * @desc:催办列表数据
47493
- * @author liufan
47494
- * @date 2022年11月29日
47513
+ /**
47514
+ * getPressList
47515
+ * @desc:催办列表数据
47516
+ * @author liufan
47517
+ * @date 2022年11月29日
47495
47518
  **/
47496
47519
  getPressList: function getPressList() {
47497
47520
  var _this8 = this;
@@ -47521,12 +47544,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47521
47544
  });
47522
47545
  },
47523
47546
 
47524
- /**
47525
- * goPress
47526
- * @desc:催办列表查看
47527
- * @param {String} id 催办列表id
47528
- * @author liufan
47529
- * @date 2022年11月29日
47547
+ /**
47548
+ * goPress
47549
+ * @desc:催办列表查看
47550
+ * @param {String} id 催办列表id
47551
+ * @author liufan
47552
+ * @date 2022年11月29日
47530
47553
  **/
47531
47554
  goPress: function goPress(id) {
47532
47555
  this.historyId = id;
@@ -47534,23 +47557,23 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47534
47557
  this.getPressList();
47535
47558
  },
47536
47559
 
47537
- /**
47538
- * showFile
47539
- * @desc:附件查看
47540
- * @param {String} ownId 附件id
47541
- * @author liufan
47542
- * @date 2022年11月29日
47560
+ /**
47561
+ * showFile
47562
+ * @desc:附件查看
47563
+ * @param {String} ownId 附件id
47564
+ * @author liufan
47565
+ * @date 2022年11月29日
47543
47566
  **/
47544
47567
  showFile: function showFile(ownId) {
47545
47568
  this.wfpendingid = ownId;
47546
47569
  this.showFileList = true;
47547
47570
  },
47548
47571
 
47549
- /**
47550
- * handleChange
47551
- * @desc:切换排序方式
47552
- * @author liufan
47553
- * @date 2022年11月22日
47572
+ /**
47573
+ * handleChange
47574
+ * @desc:切换排序方式
47575
+ * @author liufan
47576
+ * @date 2022年11月22日
47554
47577
  **/
47555
47578
  handleChange: function handleChange(key, value) {
47556
47579
  if (value) {
@@ -47561,11 +47584,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47561
47584
  this.getFlowList();
47562
47585
  },
47563
47586
 
47564
- /**
47565
- * getFlowList
47566
- * @desc:获取流程列表
47567
- * @author liufan
47568
- * @date 2022年11月22日
47587
+ /**
47588
+ * getFlowList
47589
+ * @desc:获取流程列表
47590
+ * @author liufan
47591
+ * @date 2022年11月22日
47569
47592
  **/
47570
47593
  getFlowList: function getFlowList() {
47571
47594
  var _this9 = this;
@@ -47619,12 +47642,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47619
47642
  });
47620
47643
  },
47621
47644
 
47622
- /**
47623
- * handleClick
47624
- * @desc:表单点击事件
47625
- * @param {Object} val 当前点击行数据及按钮
47626
- * @author liufan
47627
- * @date 2022年11月10日
47645
+ /**
47646
+ * handleClick
47647
+ * @desc:表单点击事件
47648
+ * @param {Object} val 当前点击行数据及按钮
47649
+ * @author liufan
47650
+ * @date 2022年11月10日
47628
47651
  **/
47629
47652
  handleClick: function handleClick(val) {
47630
47653
  var _this10 = this;
@@ -47670,13 +47693,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47670
47693
  }
47671
47694
  },
47672
47695
 
47673
- /**
47674
- * getCodeValue
47675
- * @desc:获取代码表过滤后的值
47676
- * @param {String} value 展示数据的代码值
47677
- * @param {String} type 代码表类型
47678
- * @author liufan
47679
- * @date 2022年11月10日
47696
+ /**
47697
+ * getCodeValue
47698
+ * @desc:获取代码表过滤后的值
47699
+ * @param {String} value 展示数据的代码值
47700
+ * @param {String} type 代码表类型
47701
+ * @author liufan
47702
+ * @date 2022年11月10日
47680
47703
  **/
47681
47704
  getCodeValue: function getCodeValue(value, type) {
47682
47705
  var val = this[type].filter(function (item) {
@@ -47685,12 +47708,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47685
47708
  return val[0].shortName;
47686
47709
  },
47687
47710
 
47688
- /**
47689
- * getSysInfo
47690
- * @desc:获取代码表
47691
- * @param {String} code 编码code值
47692
- * @author liufan
47693
- * @date 2022年11月10日
47711
+ /**
47712
+ * getSysInfo
47713
+ * @desc:获取代码表
47714
+ * @param {String} code 编码code值
47715
+ * @author liufan
47716
+ * @date 2022年11月10日
47694
47717
  **/
47695
47718
  getSysInfo: function getSysInfo(code) {
47696
47719
  var _this11 = this;
@@ -47712,11 +47735,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47712
47735
  }).catch(function (e) {});
47713
47736
  },
47714
47737
 
47715
- /**
47716
- * getListInfo
47717
- * @desc:获取预设列表数据
47718
- * @author liufan
47719
- * @date 2022年11月10日
47738
+ /**
47739
+ * getListInfo
47740
+ * @desc:获取预设列表数据
47741
+ * @author liufan
47742
+ * @date 2022年11月10日
47720
47743
  **/
47721
47744
  getListInfo: function getListInfo() {
47722
47745
  var _this12 = this;
@@ -47764,8 +47787,8 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47764
47787
 
47765
47788
  var flow_list_src_main_component = normalizeComponent(
47766
47789
  packages_flow_list_src_mainvue_type_script_lang_js_,
47767
- mainvue_type_template_id_6c84bda0_render,
47768
- mainvue_type_template_id_6c84bda0_staticRenderFns,
47790
+ mainvue_type_template_id_6c50def7_render,
47791
+ mainvue_type_template_id_6c50def7_staticRenderFns,
47769
47792
  false,
47770
47793
  null,
47771
47794
  null,
@@ -56692,10 +56715,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
56692
56715
  this.$emit('click', res);
56693
56716
  },
56694
56717
 
56695
- /**
56696
- * @desc:获取气泡提醒
56697
- * @author huangbo
56698
- * @date 2024年9月7日
56718
+ /**
56719
+ * @desc:获取气泡提醒
56720
+ * @author huangbo
56721
+ * @date 2024年9月7日
56699
56722
  **/
56700
56723
  getBadge: function getBadge(res) {
56701
56724
  var num = res.tips || 0;
@@ -60713,10 +60736,10 @@ var events = [function (tabs, index, that) {
60713
60736
  },
60714
60737
 
60715
60738
  methods: {
60716
- /**
60717
- * @desc:匹配路由
60718
- * @author huangbo
60719
- * @date 2024年9月7日
60739
+ /**
60740
+ * @desc:匹配路由
60741
+ * @author huangbo
60742
+ * @date 2024年9月7日
60720
60743
  **/
60721
60744
  hasRouter: function hasRouter(res, url, code) {
60722
60745
  if (!url) {
@@ -60760,10 +60783,10 @@ var events = [function (tabs, index, that) {
60760
60783
  return false;
60761
60784
  },
60762
60785
 
60763
- /**
60764
- * @desc:获取初始数据
60765
- * @author huangbo
60766
- * @date 2024年9月7日
60786
+ /**
60787
+ * @desc:获取初始数据
60788
+ * @author huangbo
60789
+ * @date 2024年9月7日
60767
60790
  **/
60768
60791
  init: function init(results, first) {
60769
60792
  this.setConfig(results);
@@ -60772,10 +60795,10 @@ var events = [function (tabs, index, that) {
60772
60795
  }
60773
60796
  },
60774
60797
 
60775
- /**
60776
- * @desc:设置用户配置及信息
60777
- * @author huangbo
60778
- * @date 2024年9月7日
60798
+ /**
60799
+ * @desc:设置用户配置及信息
60800
+ * @author huangbo
60801
+ * @date 2024年9月7日
60779
60802
  **/
60780
60803
  setConfig: function setConfig(results) {
60781
60804
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -60905,10 +60928,10 @@ var events = [function (tabs, index, that) {
60905
60928
  }
60906
60929
  },
60907
60930
 
60908
- /**
60909
- * @desc:获取所有应用
60910
- * @author huangbo
60911
- * @date 2024年9月7日
60931
+ /**
60932
+ * @desc:获取所有应用
60933
+ * @author huangbo
60934
+ * @date 2024年9月7日
60912
60935
  **/
60913
60936
  getApplications: function getApplications() {
60914
60937
  var _this = this;
@@ -60956,10 +60979,10 @@ var events = [function (tabs, index, that) {
60956
60979
  });
60957
60980
  },
60958
60981
 
60959
- /**
60960
- * @desc:获取菜单列表
60961
- * @author huangbo
60962
- * @date 2024年9月7日
60982
+ /**
60983
+ * @desc:获取菜单列表
60984
+ * @author huangbo
60985
+ * @date 2024年9月7日
60963
60986
  **/
60964
60987
  getMenus: function getMenus(loading) {
60965
60988
  var _this2 = this;
@@ -60992,10 +61015,10 @@ var events = [function (tabs, index, that) {
60992
61015
  });
60993
61016
  },
60994
61017
 
60995
- /**
60996
- * @desc:处理菜单列表
60997
- * @author huangbo
60998
- * @date 2024年9月7日
61018
+ /**
61019
+ * @desc:处理菜单列表
61020
+ * @author huangbo
61021
+ * @date 2024年9月7日
60999
61022
  **/
61000
61023
  renderMenus: function renderMenus(res) {
61001
61024
  this.menus = res;
@@ -61085,10 +61108,10 @@ var events = [function (tabs, index, that) {
61085
61108
  }
61086
61109
  },
61087
61110
 
61088
- /**
61089
- * @desc:设置页面加载类型
61090
- * @author huangbo
61091
- * @date 2024年9月7日
61111
+ /**
61112
+ * @desc:设置页面加载类型
61113
+ * @author huangbo
61114
+ * @date 2024年9月7日
61092
61115
  **/
61093
61116
  setIframeType: function setIframeType(res) {
61094
61117
  var url = res.url;
@@ -61144,10 +61167,10 @@ var events = [function (tabs, index, that) {
61144
61167
  return res;
61145
61168
  },
61146
61169
 
61147
- /**
61148
- * @desc:获取菜单
61149
- * @author huangbo
61150
- * @date 2024年9月7日
61170
+ /**
61171
+ * @desc:获取菜单
61172
+ * @author huangbo
61173
+ * @date 2024年9月7日
61151
61174
  **/
61152
61175
  getMenu: function getMenu(menus, res, key) {
61153
61176
  if (Array.isArray(menus)) {
@@ -61176,10 +61199,10 @@ var events = [function (tabs, index, that) {
61176
61199
  return false;
61177
61200
  },
61178
61201
 
61179
- /**
61180
- * @desc:获取菜单第一条数据
61181
- * @author huangbo
61182
- * @date 2024年9月7日
61202
+ /**
61203
+ * @desc:获取菜单第一条数据
61204
+ * @author huangbo
61205
+ * @date 2024年9月7日
61183
61206
  **/
61184
61207
  getFirst: function getFirst(obj) {
61185
61208
  if (!obj) {
@@ -61198,10 +61221,10 @@ var events = [function (tabs, index, that) {
61198
61221
  }
61199
61222
  },
61200
61223
 
61201
- /**
61202
- * @desc:遍历设置菜单气泡提醒
61203
- * @author huangbo
61204
- * @date 2024年9月7日
61224
+ /**
61225
+ * @desc:遍历设置菜单气泡提醒
61226
+ * @author huangbo
61227
+ * @date 2024年9月7日
61205
61228
  **/
61206
61229
  setTips: function setTips(obj) {
61207
61230
  var _this3 = this;
@@ -61264,10 +61287,10 @@ var events = [function (tabs, index, that) {
61264
61287
  }
61265
61288
  },
61266
61289
 
61267
- /**
61268
- * @desc:获取气泡提醒
61269
- * @author huangbo
61270
- * @date 2024年9月7日
61290
+ /**
61291
+ * @desc:获取气泡提醒
61292
+ * @author huangbo
61293
+ * @date 2024年9月7日
61271
61294
  **/
61272
61295
  getBadge: function getBadge(res) {
61273
61296
  var num = res.tips || 0;
@@ -61281,10 +61304,10 @@ var events = [function (tabs, index, that) {
61281
61304
  };
61282
61305
  },
61283
61306
 
61284
- /**
61285
- * @desc:开启weosocket
61286
- * @author huangbo
61287
- * @date 2024年9月7日
61307
+ /**
61308
+ * @desc:开启weosocket
61309
+ * @author huangbo
61310
+ * @date 2024年9月7日
61288
61311
  **/
61289
61312
  initWebSocket: function initWebSocket() {
61290
61313
  var _this5 = this;
@@ -61332,10 +61355,10 @@ var events = [function (tabs, index, that) {
61332
61355
  });
61333
61356
  },
61334
61357
 
61335
- /**
61336
- * @desc:显示用户信息
61337
- * @author huangbo
61338
- * @date 2024年9月7日
61358
+ /**
61359
+ * @desc:显示用户信息
61360
+ * @author huangbo
61361
+ * @date 2024年9月7日
61339
61362
  **/
61340
61363
  showUserInfo: function showUserInfo() {
61341
61364
  if (this.showUser === false) {
@@ -61343,19 +61366,19 @@ var events = [function (tabs, index, that) {
61343
61366
  }
61344
61367
  },
61345
61368
 
61346
- /**
61347
- * @desc:删除更多应用菜单点击
61348
- * @author huangbo
61349
- * @date 2024年9月7日
61369
+ /**
61370
+ * @desc:删除更多应用菜单点击
61371
+ * @author huangbo
61372
+ * @date 2024年9月7日
61350
61373
  **/
61351
61374
  handleDelete: function handleDelete(index) {
61352
61375
  this.newApps.splice(index, 1);
61353
61376
  },
61354
61377
 
61355
- /**
61356
- * @desc:储存更多应用菜单点击
61357
- * @author huangbo
61358
- * @date 2024年9月7日
61378
+ /**
61379
+ * @desc:储存更多应用菜单点击
61380
+ * @author huangbo
61381
+ * @date 2024年9月7日
61359
61382
  **/
61360
61383
  handlerClickApps: function handlerClickApps(res) {
61361
61384
  if (res.permission === false) {
@@ -61368,10 +61391,10 @@ var events = [function (tabs, index, that) {
61368
61391
  this.handlerClickApp(res);
61369
61392
  },
61370
61393
 
61371
- /**
61372
- * @desc:侧边应用菜单点击
61373
- * @author huangbo
61374
- * @date 2024年9月7日
61394
+ /**
61395
+ * @desc:侧边应用菜单点击
61396
+ * @author huangbo
61397
+ * @date 2024年9月7日
61375
61398
  **/
61376
61399
  handlerClickApp: function handlerClickApp(res) {
61377
61400
  this.showMsg = false;
@@ -61458,10 +61481,10 @@ var events = [function (tabs, index, that) {
61458
61481
  }
61459
61482
  },
61460
61483
 
61461
- /**
61462
- * @desc:显示Drawer界面
61463
- * @author huangbo
61464
- * @date 2024年9月7日
61484
+ /**
61485
+ * @desc:显示Drawer界面
61486
+ * @author huangbo
61487
+ * @date 2024年9月7日
61465
61488
  **/
61466
61489
  handlerSetDrawer: function handlerSetDrawer(res, type) {
61467
61490
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -61481,19 +61504,19 @@ var events = [function (tabs, index, that) {
61481
61504
  }
61482
61505
  },
61483
61506
 
61484
- /**
61485
- * @desc:关闭Drawer界面
61486
- * @author huangbo
61487
- * @date 2024年9月7日
61507
+ /**
61508
+ * @desc:关闭Drawer界面
61509
+ * @author huangbo
61510
+ * @date 2024年9月7日
61488
61511
  **/
61489
61512
  handleCloseDrawer: function handleCloseDrawer() {
61490
61513
  this.drawer = { visible: false };
61491
61514
  },
61492
61515
 
61493
- /**
61494
- * @desc:菜单点击
61495
- * @author huangbo
61496
- * @date 2024年9月7日
61516
+ /**
61517
+ * @desc:菜单点击
61518
+ * @author huangbo
61519
+ * @date 2024年9月7日
61497
61520
  **/
61498
61521
  handlerClickMenu: function handlerClickMenu(res) {
61499
61522
  utils_util["a" /* default */].ajax({
@@ -61532,19 +61555,19 @@ var events = [function (tabs, index, that) {
61532
61555
  },
61533
61556
 
61534
61557
 
61535
- /**
61536
- * @desc:用户详情请求成功
61537
- * @author huangbo
61538
- * @date 2024年9月7日
61558
+ /**
61559
+ * @desc:用户详情请求成功
61560
+ * @author huangbo
61561
+ * @date 2024年9月7日
61539
61562
  **/
61540
61563
  handleSuccess: function handleSuccess(res) {
61541
61564
  this.simpleUserInfo = res.simpleUserInfo;
61542
61565
  },
61543
61566
 
61544
- /**
61545
- * @desc:修改用户配置
61546
- * @author huangbo
61547
- * @date 2024年9月7日
61567
+ /**
61568
+ * @desc:修改用户配置
61569
+ * @author huangbo
61570
+ * @date 2024年9月7日
61548
61571
  **/
61549
61572
  handleChangeConfig: function handleChangeConfig(name, res) {
61550
61573
  if (name == 'userHeadUrl') {
@@ -61560,10 +61583,10 @@ var events = [function (tabs, index, that) {
61560
61583
  }
61561
61584
  },
61562
61585
 
61563
- /**
61564
- * @desc:关闭webSocket
61565
- * @author huangbo
61566
- * @date 2024年9月7日
61586
+ /**
61587
+ * @desc:关闭webSocket
61588
+ * @author huangbo
61589
+ * @date 2024年9月7日
61567
61590
  **/
61568
61591
  handlerClose: function handlerClose() {
61569
61592
  if (this.webSocket) {
@@ -61571,10 +61594,10 @@ var events = [function (tabs, index, that) {
61571
61594
  }
61572
61595
  },
61573
61596
 
61574
- /**
61575
- * @desc:刷新选中iframe页签
61576
- * @author huangbo
61577
- * @date 2024年9月7日
61597
+ /**
61598
+ * @desc:刷新选中iframe页签
61599
+ * @author huangbo
61600
+ * @date 2024年9月7日
61578
61601
  **/
61579
61602
  handleRefresh: function handleRefresh() {
61580
61603
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -61595,10 +61618,10 @@ var events = [function (tabs, index, that) {
61595
61618
  }
61596
61619
  },
61597
61620
 
61598
- /**
61599
- * @desc:删除iframe
61600
- * @author huangbo
61601
- * @date 2024年9月7日
61621
+ /**
61622
+ * @desc:删除iframe
61623
+ * @author huangbo
61624
+ * @date 2024年9月7日
61602
61625
  **/
61603
61626
  handleRemove: function handleRemove(name) {
61604
61627
  var len = this.tabs.length - 1;
@@ -61615,10 +61638,10 @@ var events = [function (tabs, index, that) {
61615
61638
  }
61616
61639
  },
61617
61640
 
61618
- /**
61619
- * @desc:tabs鼠标右键事件
61620
- * @author huangbo
61621
- * @date 2024年9月7日
61641
+ /**
61642
+ * @desc:tabs鼠标右键事件
61643
+ * @author huangbo
61644
+ * @date 2024年9月7日
61622
61645
  **/
61623
61646
  handleContextmenu: function handleContextmenu(tabs, e) {
61624
61647
  var disabled = {};
@@ -61643,10 +61666,10 @@ var events = [function (tabs, index, that) {
61643
61666
  window.addEventListener('click', this.closeTabsEvents);
61644
61667
  },
61645
61668
 
61646
- /**
61647
- * @desc:tabs页签事件
61648
- * @author huangbo
61649
- * @date 2024年9月7日
61669
+ /**
61670
+ * @desc:tabs页签事件
61671
+ * @author huangbo
61672
+ * @date 2024年9月7日
61650
61673
  **/
61651
61674
  handleTabsEvents: function handleTabsEvents(num) {
61652
61675
  if (this.pane !== null) {
@@ -61664,10 +61687,10 @@ var events = [function (tabs, index, that) {
61664
61687
  window.removeEventListener('click', this.closeTabsEvents);
61665
61688
  },
61666
61689
 
61667
- /**
61668
- * @desc:handler工具栏点击事件
61669
- * @author huangbo
61670
- * @date 2024年9月7日
61690
+ /**
61691
+ * @desc:handler工具栏点击事件
61692
+ * @author huangbo
61693
+ * @date 2024年9月7日
61671
61694
  **/
61672
61695
  handleClick: function handleClick(res) {
61673
61696
  var type = res.type,
@@ -61745,10 +61768,10 @@ var events = [function (tabs, index, that) {
61745
61768
  this.$emit('handler-click', res);
61746
61769
  },
61747
61770
 
61748
- /**
61749
- * @desc:退出登录
61750
- * @author huangbo
61751
- * @date 2024年9月7日
61771
+ /**
61772
+ * @desc:退出登录
61773
+ * @author huangbo
61774
+ * @date 2024年9月7日
61752
61775
  **/
61753
61776
  handleQuit: function handleQuit() {
61754
61777
  var _this6 = this;
@@ -61823,10 +61846,10 @@ var events = [function (tabs, index, that) {
61823
61846
  }).catch(function (e) {});
61824
61847
  },
61825
61848
 
61826
- /**
61827
- * @desc:主题、消息回调
61828
- * @author huangbo
61829
- * @date 2024年9月7日
61849
+ /**
61850
+ * @desc:主题、消息回调
61851
+ * @author huangbo
61852
+ * @date 2024年9月7日
61830
61853
  **/
61831
61854
  handleChange: function handleChange(res) {
61832
61855
  var type = res.type,
@@ -61842,10 +61865,10 @@ var events = [function (tabs, index, that) {
61842
61865
  }
61843
61866
  },
61844
61867
 
61845
- /**
61846
- * @desc:菜单布局样式切换
61847
- * @author huangbo
61848
- * @date 2024年9月7日
61868
+ /**
61869
+ * @desc:菜单布局样式切换
61870
+ * @author huangbo
61871
+ * @date 2024年9月7日
61849
61872
  **/
61850
61873
  handleLayout: function handleLayout(res, active) {
61851
61874
  if (active) {
@@ -61854,10 +61877,10 @@ var events = [function (tabs, index, that) {
61854
61877
  this.$emit('chang-layout', res, active);
61855
61878
  },
61856
61879
 
61857
- /**
61858
- * @desc:消息修改总数
61859
- * @author huangbo
61860
- * @date 2024年9月7日
61880
+ /**
61881
+ * @desc:消息修改总数
61882
+ * @author huangbo
61883
+ * @date 2024年9月7日
61861
61884
  **/
61862
61885
  handleMenuTips: function handleMenuTips(id, num) {
61863
61886
  if (num) {
@@ -61868,10 +61891,10 @@ var events = [function (tabs, index, that) {
61868
61891
  }
61869
61892
  },
61870
61893
 
61871
- /**
61872
- * @desc:处理即时消息
61873
- * @author huangbo
61874
- * @date 2024年9月7日
61894
+ /**
61895
+ * @desc:处理即时消息
61896
+ * @author huangbo
61897
+ * @date 2024年9月7日
61875
61898
  **/
61876
61899
  handleOpened: function handleOpened(res) {
61877
61900
  var _this7 = this;
@@ -68960,19 +68983,19 @@ var QRCode = __webpack_require__(23);
68960
68983
  //设置logo大小
68961
68984
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
68962
68985
  //设置获取的logo将其变为圆角以及添加白色背景
68963
- /* ctx.fillStyle = "#fff";
68964
- ctx.beginPath();
68965
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
68966
- let w = 46; //圆角宽
68967
- let x = logoPosition - 5;
68968
- let y = logoPosition - 5;
68969
- let r = 5; //圆角半径
68970
- ctx.moveTo(x + r, y);
68971
- ctx.arcTo(x + w, y, x + w, y + h, r);
68972
- ctx.arcTo(x + w, y + h, x, y + h, r);
68973
- ctx.arcTo(x, y + h, x, y, r);
68974
- ctx.arcTo(x, y, x + w, y, r);
68975
- ctx.closePath();
68986
+ /* ctx.fillStyle = "#fff";
68987
+ ctx.beginPath();
68988
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
68989
+ let w = 46; //圆角宽
68990
+ let x = logoPosition - 5;
68991
+ let y = logoPosition - 5;
68992
+ let r = 5; //圆角半径
68993
+ ctx.moveTo(x + r, y);
68994
+ ctx.arcTo(x + w, y, x + w, y + h, r);
68995
+ ctx.arcTo(x + w, y + h, x, y + h, r);
68996
+ ctx.arcTo(x, y + h, x, y, r);
68997
+ ctx.arcTo(x, y, x + w, y, r);
68998
+ ctx.closePath();
68976
68999
  ctx.fill(); */
68977
69000
  logo.onload = function () {
68978
69001
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -84812,8 +84835,8 @@ form_src_table.install = function (Vue) {
84812
84835
  };
84813
84836
 
84814
84837
  /* harmony default export */ var table_form = (form_src_table);
84815
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=8cc84748&
84816
- var mainvue_type_template_id_8cc84748_render = function () {
84838
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=1d8013c6&
84839
+ var mainvue_type_template_id_1d8013c6_render = function () {
84817
84840
  var _vm = this
84818
84841
  var _h = _vm.$createElement
84819
84842
  var _c = _vm._self._c || _h
@@ -85193,11 +85216,11 @@ var mainvue_type_template_id_8cc84748_render = function () {
85193
85216
  )
85194
85217
  : _vm._e()
85195
85218
  }
85196
- var mainvue_type_template_id_8cc84748_staticRenderFns = []
85197
- mainvue_type_template_id_8cc84748_render._withStripped = true
85219
+ var mainvue_type_template_id_1d8013c6_staticRenderFns = []
85220
+ mainvue_type_template_id_1d8013c6_render._withStripped = true
85198
85221
 
85199
85222
 
85200
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=8cc84748&
85223
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=1d8013c6&
85201
85224
 
85202
85225
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
85203
85226
  /* harmony default export */ var picture = ({
@@ -86208,7 +86231,7 @@ var mainvue_type_script_lang_js_props;
86208
86231
  },
86209
86232
  handleDownloads: function handleDownloads() {
86210
86233
  var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["nc" /* uploadDownloads */];
86211
- utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : ''));
86234
+ utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : '') + '&businessId=' + this.ownId + '&fileName=文档.zip' + '&bucketCode=' + this.code);
86212
86235
  },
86213
86236
  handleDownload: function handleDownload(file) {
86214
86237
  if (file.status === 'success') {
@@ -86356,8 +86379,8 @@ var mainvue_type_script_lang_js_props;
86356
86379
 
86357
86380
  var upload_src_main_component = normalizeComponent(
86358
86381
  packages_upload_src_mainvue_type_script_lang_js_,
86359
- mainvue_type_template_id_8cc84748_render,
86360
- mainvue_type_template_id_8cc84748_staticRenderFns,
86382
+ mainvue_type_template_id_1d8013c6_render,
86383
+ mainvue_type_template_id_1d8013c6_staticRenderFns,
86361
86384
  false,
86362
86385
  null,
86363
86386
  null,
@@ -86857,7 +86880,7 @@ if (typeof window !== 'undefined' && window.Vue) {
86857
86880
  }
86858
86881
 
86859
86882
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
86860
- version: '0.6.51',
86883
+ version: '0.6.52',
86861
86884
  install: install,
86862
86885
  Button: packages_button,
86863
86886
  ButtonGroup: button_group,