eoss-ui 0.8.9 → 0.8.10

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 (241) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +858 -805
  3. package/lib/flow.js +246 -246
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +283 -283
  6. package/lib/qr-code.js +13 -13
  7. package/lib/theme-chalk/index.css +1 -1
  8. package/lib/theme-chalk/login.css +1 -1
  9. package/lib/tree.js +77 -24
  10. package/package.json +1 -1
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/calendar/index.js +5 -5
  15. package/packages/calogin/index.js +5 -5
  16. package/packages/calogin/src/plugin.js +915 -915
  17. package/packages/card/index.js +5 -5
  18. package/packages/card/src/main.vue +156 -156
  19. package/packages/cascader/index.js +5 -5
  20. package/packages/cascader/src/main.vue +168 -168
  21. package/packages/checkbox-group/index.js +5 -5
  22. package/packages/checkbox-group/src/main.vue +333 -333
  23. package/packages/clients/index.js +5 -5
  24. package/packages/data-table/index.js +5 -5
  25. package/packages/data-table/src/children.vue +46 -46
  26. package/packages/data-table/src/main.vue +1876 -1876
  27. package/packages/data-table/src/sizer.vue +195 -195
  28. package/packages/data-table-form/index.js +5 -5
  29. package/packages/data-table-form/src/checkbox.vue +101 -101
  30. package/packages/data-table-form/src/colgroup.vue +17 -17
  31. package/packages/data-table-form/src/main.vue +181 -181
  32. package/packages/data-table-form/src/radio.vue +65 -65
  33. package/packages/data-table-form/src/table.vue +233 -233
  34. package/packages/data-table-form/src/tbody.vue +336 -336
  35. package/packages/data-table-form/src/thead.vue +68 -68
  36. package/packages/date-picker/index.js +5 -5
  37. package/packages/date-picker/src/main.vue +236 -236
  38. package/packages/dialog/index.js +5 -5
  39. package/packages/enable-drag/index.js +5 -5
  40. package/packages/enterprise/index.js +5 -5
  41. package/packages/enterprise/src/main.vue +66 -66
  42. package/packages/error-page/index.js +5 -5
  43. package/packages/error-page/src/main.vue +44 -44
  44. package/packages/flow/index.js +5 -5
  45. package/packages/flow/src/component/Circulate.vue +419 -419
  46. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  47. package/packages/flow/src/component/TimeLimit.vue +190 -190
  48. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  49. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  50. package/packages/flow/src/main.vue +4201 -4201
  51. package/packages/flow/src/processForm.vue +1717 -1717
  52. package/packages/flow/src/processReject.vue +311 -311
  53. package/packages/flow/src/reset.vue +952 -952
  54. package/packages/flow/src/startTaskRead.vue +698 -698
  55. package/packages/flow/src/supervise.vue +162 -162
  56. package/packages/flow-group/index.js +5 -5
  57. package/packages/flow-group/src/main.vue +750 -750
  58. package/packages/flow-list/index.js +5 -5
  59. package/packages/form/index.js +5 -5
  60. package/packages/handle-user/index.js +5 -5
  61. package/packages/handle-user/src/main.vue +137 -137
  62. package/packages/handler/index.js +5 -5
  63. package/packages/handler/src/main.vue +499 -499
  64. package/packages/icon/index.js +5 -5
  65. package/packages/icons/index.js +5 -5
  66. package/packages/icons/src/main.vue +81 -81
  67. package/packages/input/index.js +5 -5
  68. package/packages/input/src/main.vue +356 -356
  69. package/packages/input-number/index.js +5 -5
  70. package/packages/input-number/src/main.vue +106 -106
  71. package/packages/label/index.js +5 -5
  72. package/packages/label/src/main.vue +457 -457
  73. package/packages/layout/index.js +5 -5
  74. package/packages/layout/src/item.vue +152 -152
  75. package/packages/layout/src/main.vue +31 -31
  76. package/packages/login/index.js +5 -5
  77. package/packages/login/src/main.vue +2088 -2088
  78. package/packages/main/index.js +5 -5
  79. package/packages/main/src/default/message.vue +249 -249
  80. package/packages/main/src/default/notice.vue +157 -157
  81. package/packages/main/src/default/userinfo.vue +513 -513
  82. package/packages/main/src/simplicity/index.vue +2335 -2335
  83. package/packages/main/src/simplicity/lists.vue +84 -84
  84. package/packages/main/src/simplicity/router-page.vue +45 -45
  85. package/packages/main/src/simplicity/userinfo.vue +408 -408
  86. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  87. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  88. package/packages/menu/index.js +5 -5
  89. package/packages/nav/index.js +5 -5
  90. package/packages/notify/index.js +5 -5
  91. package/packages/notify/src/main.vue +538 -538
  92. package/packages/page/index.js +5 -5
  93. package/packages/page/src/main.vue +167 -167
  94. package/packages/pagination/index.js +5 -5
  95. package/packages/pagination/src/main.vue +96 -96
  96. package/packages/player/index.js +5 -5
  97. package/packages/player/src/main.vue +194 -194
  98. package/packages/qr-code/index.js +5 -5
  99. package/packages/qr-code/src/main.vue +170 -170
  100. package/packages/radio-group/index.js +6 -6
  101. package/packages/radio-group/src/main.vue +319 -319
  102. package/packages/retrial-auth/index.js +5 -5
  103. package/packages/retrial-auth/src/main.vue +299 -299
  104. package/packages/select/index.js +5 -5
  105. package/packages/select-ganged/index.js +5 -5
  106. package/packages/select-ganged/src/main.vue +724 -724
  107. package/packages/selector/index.js +5 -5
  108. package/packages/selector-panel/index.js +5 -5
  109. package/packages/selector-panel/src/tree.vue +129 -129
  110. package/packages/sizer/index.js +5 -5
  111. package/packages/sizer/src/main.vue +254 -254
  112. package/packages/steps/index.js +5 -5
  113. package/packages/steps/src/main.vue +181 -181
  114. package/packages/switch/index.js +5 -5
  115. package/packages/table-form/index.js +5 -5
  116. package/packages/tabs/index.js +5 -5
  117. package/packages/tabs/src/main.vue +788 -788
  118. package/packages/tabs-panel/index.js +5 -5
  119. package/packages/tabs-panel/src/main.vue +29 -29
  120. package/packages/theme-chalk/lib/base.css +1 -0
  121. package/packages/theme-chalk/lib/button-group.css +1 -0
  122. package/packages/theme-chalk/lib/button.css +1 -0
  123. package/packages/theme-chalk/lib/calendar.css +1 -0
  124. package/packages/theme-chalk/lib/calogin.css +0 -0
  125. package/packages/theme-chalk/lib/card.css +1 -0
  126. package/packages/theme-chalk/lib/cascader.css +0 -0
  127. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  128. package/packages/theme-chalk/lib/clients.css +1 -0
  129. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  130. package/packages/theme-chalk/lib/data-table.css +1 -0
  131. package/packages/theme-chalk/lib/date-picker.css +1 -0
  132. package/packages/theme-chalk/lib/dialog.css +1 -0
  133. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  134. package/packages/theme-chalk/lib/enterprise.css +1 -0
  135. package/packages/theme-chalk/lib/error-page.css +1 -0
  136. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  137. package/packages/theme-chalk/lib/flow-group.css +1 -0
  138. package/packages/theme-chalk/lib/flow-list.css +1 -0
  139. package/packages/theme-chalk/lib/flow.css +1 -0
  140. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  141. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  142. package/packages/theme-chalk/lib/form.css +1 -0
  143. package/packages/theme-chalk/lib/handle-user.css +1 -0
  144. package/packages/theme-chalk/lib/handler.css +1 -0
  145. package/packages/theme-chalk/lib/icon.css +1 -0
  146. package/packages/theme-chalk/lib/icons.css +1 -0
  147. package/packages/theme-chalk/lib/index.css +1 -0
  148. package/packages/theme-chalk/lib/input-number.css +0 -0
  149. package/packages/theme-chalk/lib/input.css +1 -0
  150. package/packages/theme-chalk/lib/label.css +1 -0
  151. package/packages/theme-chalk/lib/layout.css +1 -0
  152. package/packages/theme-chalk/lib/login.css +1 -0
  153. package/packages/theme-chalk/lib/main.css +1 -0
  154. package/packages/theme-chalk/lib/menu.css +1 -0
  155. package/packages/theme-chalk/lib/nav.css +1 -0
  156. package/packages/theme-chalk/lib/notify.css +0 -0
  157. package/packages/theme-chalk/lib/page.css +1 -0
  158. package/packages/theme-chalk/lib/pagination.css +1 -0
  159. package/packages/theme-chalk/lib/player.css +1 -0
  160. package/packages/theme-chalk/lib/qr-code.css +1 -0
  161. package/packages/theme-chalk/lib/radio-group.css +1 -0
  162. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  163. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  164. package/packages/theme-chalk/lib/select.css +1 -0
  165. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  166. package/packages/theme-chalk/lib/selector.css +1 -0
  167. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  168. package/packages/theme-chalk/lib/simplicity.css +1 -0
  169. package/packages/theme-chalk/lib/sizer.css +1 -0
  170. package/packages/theme-chalk/lib/steps.css +1 -0
  171. package/packages/theme-chalk/lib/switch.css +1 -0
  172. package/packages/theme-chalk/lib/table-form.css +0 -0
  173. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  174. package/packages/theme-chalk/lib/tabs.css +1 -0
  175. package/packages/theme-chalk/lib/tips.css +1 -0
  176. package/packages/theme-chalk/lib/toolbar.css +1 -0
  177. package/packages/theme-chalk/lib/tree-group.css +1 -0
  178. package/packages/theme-chalk/lib/tree.css +1 -0
  179. package/packages/theme-chalk/lib/upload.css +1 -0
  180. package/packages/theme-chalk/lib/wujie.css +0 -0
  181. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  182. package/packages/theme-chalk/src/base.scss +261 -261
  183. package/packages/theme-chalk/src/button-group.scss +176 -176
  184. package/packages/theme-chalk/src/button.scss +24 -24
  185. package/packages/theme-chalk/src/calendar.scss +113 -113
  186. package/packages/theme-chalk/src/card.scss +99 -99
  187. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  188. package/packages/theme-chalk/src/clients.scss +87 -87
  189. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  190. package/packages/theme-chalk/src/date-picker.scss +7 -7
  191. package/packages/theme-chalk/src/dialog.scss +77 -77
  192. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  193. package/packages/theme-chalk/src/enterprise.scss +5 -5
  194. package/packages/theme-chalk/src/error-page.scss +18 -18
  195. package/packages/theme-chalk/src/flow-group.scss +110 -110
  196. package/packages/theme-chalk/src/flow.scss +373 -373
  197. package/packages/theme-chalk/src/handle-user.scss +40 -40
  198. package/packages/theme-chalk/src/icons.scss +99 -99
  199. package/packages/theme-chalk/src/input.scss +9 -9
  200. package/packages/theme-chalk/src/label.scss +24 -24
  201. package/packages/theme-chalk/src/layout.scss +46 -46
  202. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  203. package/packages/theme-chalk/src/nav.scss +111 -111
  204. package/packages/theme-chalk/src/page.scss +3 -3
  205. package/packages/theme-chalk/src/pagination.scss +29 -29
  206. package/packages/theme-chalk/src/player.scss +9 -9
  207. package/packages/theme-chalk/src/qr-code.scss +17 -17
  208. package/packages/theme-chalk/src/radio-group.scss +9 -9
  209. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  210. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  211. package/packages/theme-chalk/src/select.scss +8 -8
  212. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  213. package/packages/theme-chalk/src/sizer.scss +36 -36
  214. package/packages/theme-chalk/src/steps.scss +88 -88
  215. package/packages/theme-chalk/src/switch.scss +3 -3
  216. package/packages/theme-chalk/src/table-form.scss +1 -1
  217. package/packages/theme-chalk/src/tabs.scss +87 -87
  218. package/packages/theme-chalk/src/tips.scss +7 -7
  219. package/packages/theme-chalk/src/toolbar.scss +179 -179
  220. package/packages/theme-chalk/src/tree-group.scss +72 -72
  221. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  222. package/packages/tips/index.js +5 -5
  223. package/packages/toolbar/index.js +5 -5
  224. package/packages/toolbar/src/main.vue +430 -430
  225. package/packages/tree/index.js +5 -5
  226. package/packages/tree/src/main.vue +66 -5
  227. package/packages/tree-group/index.js +5 -5
  228. package/packages/upload/index.js +5 -5
  229. package/packages/upload/src/main.vue +1344 -1344
  230. package/packages/upload/src/picture.js +15 -15
  231. package/packages/wujie/index.js +5 -5
  232. package/packages/wxlogin/index.js +5 -5
  233. package/packages/wxlogin/src/main.vue +128 -128
  234. package/src/config/image.js +2 -2
  235. package/src/index.js +1 -1
  236. package/src/utils/bus.js +3 -3
  237. package/src/utils/date-util.js +312 -312
  238. package/src/utils/http.js +50 -50
  239. package/src/utils/store.js +21 -21
  240. package/src/utils/webSocket.js +107 -107
  241. package/packages/theme-chalk/gulpfile.js +0 -25
package/lib/flow.js CHANGED
@@ -12734,11 +12734,11 @@ var processFormvue_type_script_lang_js_components;
12734
12734
  });
12735
12735
  },
12736
12736
 
12737
- /**
12738
- * isMultiple
12739
- * @desc:是否多选
12740
- * @author liufan
12741
- * @date 2022年9月13日
12737
+ /**
12738
+ * isMultiple
12739
+ * @desc:是否多选
12740
+ * @author liufan
12741
+ * @date 2022年9月13日
12742
12742
  **/
12743
12743
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12744
12744
  var multiple = false;
@@ -16820,11 +16820,11 @@ var resetvue_type_script_lang_js_components;
16820
16820
  });
16821
16821
  },
16822
16822
 
16823
- /**
16824
- * isMultiple
16825
- * @desc:是否多选
16826
- * @author liufan
16827
- * @date 2022年9月13日
16823
+ /**
16824
+ * isMultiple
16825
+ * @desc:是否多选
16826
+ * @author liufan
16827
+ * @date 2022年9月13日
16828
16828
  **/
16829
16829
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16830
16830
  var multiple = false;
@@ -21472,11 +21472,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21472
21472
  });
21473
21473
  },
21474
21474
 
21475
- /**
21476
- * saveInfo
21477
- * @desc:暂存
21478
- * @author liufan
21479
- * @date 2022年9月9日
21475
+ /**
21476
+ * saveInfo
21477
+ * @desc:暂存
21478
+ * @author liufan
21479
+ * @date 2022年9月9日
21480
21480
  **/
21481
21481
  saveInfo: function saveInfo(type, btn) {
21482
21482
  var _this6 = this;
@@ -21538,11 +21538,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21538
21538
  });
21539
21539
  },
21540
21540
 
21541
- /**
21542
- * rejectBtn
21543
- * @desc:点击驳回
21544
- * @author liufan
21545
- * @date 2022年5月25日
21541
+ /**
21542
+ * rejectBtn
21543
+ * @desc:点击驳回
21544
+ * @author liufan
21545
+ * @date 2022年5月25日
21546
21546
  **/
21547
21547
  rejectBtn: function rejectBtn() {
21548
21548
  var _this8 = this;
@@ -21560,11 +21560,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21560
21560
  }
21561
21561
  },
21562
21562
 
21563
- /**
21564
- * taskReadBtn
21565
- * @desc:点击分阅
21566
- * @author liufan
21567
- * @date 2022年5月25日
21563
+ /**
21564
+ * taskReadBtn
21565
+ * @desc:点击分阅
21566
+ * @author liufan
21567
+ * @date 2022年5月25日
21568
21568
  **/
21569
21569
  taskReadBtn: function taskReadBtn() {
21570
21570
  var _this9 = this;
@@ -21583,11 +21583,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21583
21583
  }
21584
21584
  },
21585
21585
 
21586
- /**
21587
- * getFind
21588
- * @desc:获取通知方式
21589
- * @author liufan
21590
- * @date 2022年5月25日
21586
+ /**
21587
+ * getFind
21588
+ * @desc:获取通知方式
21589
+ * @author liufan
21590
+ * @date 2022年5月25日
21591
21591
  **/
21592
21592
  getFind: function getFind() {
21593
21593
  var _this10 = this;
@@ -21643,12 +21643,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21643
21643
  });
21644
21644
  },
21645
21645
 
21646
- /**
21647
- * endFlows
21648
- * @desc:直接办结
21649
- * @author liufan
21650
- * @param {Object} res 直接办结数据
21651
- * @date 2022年5月25日
21646
+ /**
21647
+ * endFlows
21648
+ * @desc:直接办结
21649
+ * @author liufan
21650
+ * @param {Object} res 直接办结数据
21651
+ * @date 2022年5月25日
21652
21652
  **/
21653
21653
  endFlows: function endFlows(res) {
21654
21654
  var _this12 = this;
@@ -21702,12 +21702,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21702
21702
  }).catch(function (e) {});
21703
21703
  },
21704
21704
 
21705
- /**
21706
- * goView
21707
- * @desc:更多流程按钮操作
21708
- * @author liufan
21709
- * @param {Object} res 当前点击操作按钮数据
21710
- * @date 2022年5月25日
21705
+ /**
21706
+ * goView
21707
+ * @desc:更多流程按钮操作
21708
+ * @author liufan
21709
+ * @param {Object} res 当前点击操作按钮数据
21710
+ * @date 2022年5月25日
21711
21711
  **/
21712
21712
  goView: function goView(res) {
21713
21713
  // 驳回并办结:rejectAndEndHtml
@@ -21792,11 +21792,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21792
21792
  // isCanStartSubFlow
21793
21793
  },
21794
21794
 
21795
- /**
21796
- * toTakeAdvice
21797
- * @desc:征求意见
21798
- * @author liufan
21799
- * @date 2022年9月29日
21795
+ /**
21796
+ * toTakeAdvice
21797
+ * @desc:征求意见
21798
+ * @author liufan
21799
+ * @date 2022年9月29日
21800
21800
  **/
21801
21801
  toTakeAdvice: function toTakeAdvice(res) {
21802
21802
  var _this14 = this;
@@ -21840,11 +21840,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21840
21840
  });
21841
21841
  },
21842
21842
 
21843
- /**
21844
- * toStartDraf
21845
- * @desc: 稿件递送、联合审核、复核
21846
- * @author liufan
21847
- * @date 2022年9月29日
21843
+ /**
21844
+ * toStartDraf
21845
+ * @desc: 稿件递送、联合审核、复核
21846
+ * @author liufan
21847
+ * @date 2022年9月29日
21848
21848
  **/
21849
21849
  toStartDraf: function toStartDraf(res) {
21850
21850
  var _this16 = this;
@@ -21858,11 +21858,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21858
21858
  }
21859
21859
  },
21860
21860
 
21861
- /**
21862
- * toSendMsg
21863
- * @desc:核稿通知
21864
- * @author liufan
21865
- * @date 2022年9月29日
21861
+ /**
21862
+ * toSendMsg
21863
+ * @desc:核稿通知
21864
+ * @author liufan
21865
+ * @date 2022年9月29日
21866
21866
  **/
21867
21867
  toSendMsg: function toSendMsg(res) {
21868
21868
  var _this17 = this;
@@ -21876,11 +21876,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21876
21876
  }
21877
21877
  },
21878
21878
 
21879
- /**
21880
- * toTaskReadAndEnd
21881
- * @desc:分阅并办结
21882
- * @author liufan
21883
- * @date 2022年9月29日
21879
+ /**
21880
+ * toTaskReadAndEnd
21881
+ * @desc:分阅并办结
21882
+ * @author liufan
21883
+ * @date 2022年9月29日
21884
21884
  **/
21885
21885
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21886
21886
  var _this18 = this;
@@ -21898,11 +21898,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21898
21898
  }
21899
21899
  },
21900
21900
 
21901
- /**
21902
- * rejectAndEnd
21903
- * @desc:驳回并办结
21904
- * @author liufan
21905
- * @date 2022年9月29日
21901
+ /**
21902
+ * rejectAndEnd
21903
+ * @desc:驳回并办结
21904
+ * @author liufan
21905
+ * @date 2022年9月29日
21906
21906
  **/
21907
21907
  rejectAndEnd: function rejectAndEnd(res) {
21908
21908
  var _this19 = this;
@@ -21957,11 +21957,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21957
21957
  });
21958
21958
  },
21959
21959
 
21960
- /**
21961
- * toTransfer
21962
- * @desc:转办
21963
- * @author liufan
21964
- * @date 2022年9月29日
21960
+ /**
21961
+ * toTransfer
21962
+ * @desc:转办
21963
+ * @author liufan
21964
+ * @date 2022年9月29日
21965
21965
  **/
21966
21966
  toTransfer: function toTransfer(res) {
21967
21967
  var _this21 = this;
@@ -21977,11 +21977,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21977
21977
  }
21978
21978
  },
21979
21979
 
21980
- /**
21981
- * getNodeInfo
21982
- * @desc:获取节点信息
21983
- * @author liufan
21984
- * @date 2022年5月25日
21980
+ /**
21981
+ * getNodeInfo
21982
+ * @desc:获取节点信息
21983
+ * @author liufan
21984
+ * @date 2022年5月25日
21985
21985
  **/
21986
21986
  getNodeInfo: function getNodeInfo() {
21987
21987
  var _this22 = this;
@@ -22080,12 +22080,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22080
22080
  });
22081
22081
  },
22082
22082
 
22083
- /**
22084
- * selecNext
22085
- * @desc:下步节点变化时更新数据
22086
- * @author liufan
22087
- * @param {String} val 当前选中值
22088
- * @date 2022年5月25日
22083
+ /**
22084
+ * selecNext
22085
+ * @desc:下步节点变化时更新数据
22086
+ * @author liufan
22087
+ * @param {String} val 当前选中值
22088
+ * @date 2022年5月25日
22089
22089
  **/
22090
22090
  selecNext: function selecNext(val, type, isDef) {
22091
22091
  var _this23 = this;
@@ -22194,11 +22194,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22194
22194
  if (isDef !== true) this.getNodeInfo();
22195
22195
  },
22196
22196
 
22197
- /**
22198
- * isMultiple
22199
- * @desc:是否多选
22200
- * @author liufan
22201
- * @date 2022年9月13日
22197
+ /**
22198
+ * isMultiple
22199
+ * @desc:是否多选
22200
+ * @author liufan
22201
+ * @date 2022年9月13日
22202
22202
  **/
22203
22203
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
22204
22204
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -22230,11 +22230,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22230
22230
  }
22231
22231
  },
22232
22232
 
22233
- /**
22234
- * getHedInfo
22235
- * @desc:获取审核页面数据
22236
- * @author liufan
22237
- * @date 2022年5月25日
22233
+ /**
22234
+ * getHedInfo
22235
+ * @desc:获取审核页面数据
22236
+ * @author liufan
22237
+ * @date 2022年5月25日
22238
22238
  **/
22239
22239
  getHedInfo: function getHedInfo() {
22240
22240
  var _this24 = this;
@@ -22470,13 +22470,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22470
22470
  });
22471
22471
  },
22472
22472
 
22473
- /**
22474
- * closeProcess
22475
- * @desc:关闭弹窗
22476
- * @author liufan
22477
- * @param {boolean} val 当前是否办理流程
22478
- * @param {String} type 当前点击的弹窗类型
22479
- * @date 2022年5月25日
22473
+ /**
22474
+ * closeProcess
22475
+ * @desc:关闭弹窗
22476
+ * @author liufan
22477
+ * @param {boolean} val 当前是否办理流程
22478
+ * @param {String} type 当前点击的弹窗类型
22479
+ * @date 2022年5月25日
22480
22480
  **/
22481
22481
  closeProcess: function closeProcess(val, type, closeParent) {
22482
22482
  if (closeParent) {
@@ -22493,23 +22493,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22493
22493
  }
22494
22494
  },
22495
22495
 
22496
- /**
22497
- * selectChange
22498
- * @desc:常用语选择
22499
- * @author liufan
22500
- * @param {String} val 选中值
22501
- * @date 2022年5月25日
22496
+ /**
22497
+ * selectChange
22498
+ * @desc:常用语选择
22499
+ * @author liufan
22500
+ * @param {String} val 选中值
22501
+ * @date 2022年5月25日
22502
22502
  **/
22503
22503
  selectChange: function selectChange(val) {
22504
22504
  this.value = val;
22505
22505
  },
22506
22506
 
22507
- /**
22508
- * upDate
22509
- * @desc:修改常用语
22510
- * @author liufan
22511
- * @param {Object} val 修改值
22512
- * @date 2022年5月25日
22507
+ /**
22508
+ * upDate
22509
+ * @desc:修改常用语
22510
+ * @author liufan
22511
+ * @param {Object} val 修改值
22512
+ * @date 2022年5月25日
22513
22513
  **/
22514
22514
  upDate: function upDate(val) {
22515
22515
  this.FormData.id = val.id;
@@ -22517,11 +22517,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22517
22517
  },
22518
22518
 
22519
22519
 
22520
- /**
22521
- * getProcess
22522
- * @desc:获取选择流程
22523
- * @author liufan
22524
- * @date 2022年5月25日
22520
+ /**
22521
+ * getProcess
22522
+ * @desc:获取选择流程
22523
+ * @author liufan
22524
+ * @date 2022年5月25日
22525
22525
  **/
22526
22526
  getProcess: function getProcess() {
22527
22527
  var _this25 = this;
@@ -22575,11 +22575,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22575
22575
  });
22576
22576
  },
22577
22577
 
22578
- /**
22579
- * getPendedhistoryList
22580
- * @desc:获取流程列表
22581
- * @author liufan
22582
- * @date 2022年5月25日
22578
+ /**
22579
+ * getPendedhistoryList
22580
+ * @desc:获取流程列表
22581
+ * @author liufan
22582
+ * @date 2022年5月25日
22583
22583
  **/
22584
22584
  getPendedhistoryList: function getPendedhistoryList() {
22585
22585
  var _this26 = this;
@@ -22611,12 +22611,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22611
22611
  },
22612
22612
 
22613
22613
  // 提交流程
22614
- /**
22615
- * subProcess
22616
- * @desc:提交流程
22617
- * @author liufan
22618
- * @param {String} formName 当前form表单ref值
22619
- * @date 2022年5月25日
22614
+ /**
22615
+ * subProcess
22616
+ * @desc:提交流程
22617
+ * @author liufan
22618
+ * @param {String} formName 当前form表单ref值
22619
+ * @date 2022年5月25日
22620
22620
  **/
22621
22621
  subProcess: function subProcess(val) {
22622
22622
  var _this27 = this;
@@ -26569,11 +26569,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26569
26569
  });
26570
26570
  },
26571
26571
 
26572
- /**
26573
- * saveInfo
26574
- * @desc:暂存
26575
- * @author liufan
26576
- * @date 2022年9月9日
26572
+ /**
26573
+ * saveInfo
26574
+ * @desc:暂存
26575
+ * @author liufan
26576
+ * @date 2022年9月9日
26577
26577
  **/
26578
26578
  saveInfo: function saveInfo(type, btn) {
26579
26579
  var _this13 = this;
@@ -26635,11 +26635,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26635
26635
  });
26636
26636
  },
26637
26637
 
26638
- /**
26639
- * rejectBtn
26640
- * @desc:点击驳回
26641
- * @author liufan
26642
- * @date 2022年5月25日
26638
+ /**
26639
+ * rejectBtn
26640
+ * @desc:点击驳回
26641
+ * @author liufan
26642
+ * @date 2022年5月25日
26643
26643
  **/
26644
26644
  rejectBtn: function rejectBtn() {
26645
26645
  var _this15 = this;
@@ -26657,11 +26657,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26657
26657
  }
26658
26658
  },
26659
26659
 
26660
- /**
26661
- * taskReadBtn
26662
- * @desc:点击分阅
26663
- * @author liufan
26664
- * @date 2022年5月25日
26660
+ /**
26661
+ * taskReadBtn
26662
+ * @desc:点击分阅
26663
+ * @author liufan
26664
+ * @date 2022年5月25日
26665
26665
  **/
26666
26666
  taskReadBtn: function taskReadBtn() {
26667
26667
  var _this16 = this;
@@ -26680,11 +26680,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26680
26680
  }
26681
26681
  },
26682
26682
 
26683
- /**
26684
- * getFind
26685
- * @desc:获取通知方式
26686
- * @author liufan
26687
- * @date 2022年5月25日
26683
+ /**
26684
+ * getFind
26685
+ * @desc:获取通知方式
26686
+ * @author liufan
26687
+ * @date 2022年5月25日
26688
26688
  **/
26689
26689
  getFind: function getFind() {
26690
26690
  var _this17 = this;
@@ -26751,12 +26751,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26751
26751
  });
26752
26752
  },
26753
26753
 
26754
- /**
26755
- * endFlows
26756
- * @desc:直接办结
26757
- * @author liufan
26758
- * @param {Object} res 直接办结数据
26759
- * @date 2022年5月25日
26754
+ /**
26755
+ * endFlows
26756
+ * @desc:直接办结
26757
+ * @author liufan
26758
+ * @param {Object} res 直接办结数据
26759
+ * @date 2022年5月25日
26760
26760
  **/
26761
26761
  endFlows: function endFlows(res) {
26762
26762
  var _this19 = this;
@@ -26811,12 +26811,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26811
26811
  }).catch(function (e) {});
26812
26812
  },
26813
26813
 
26814
- /**
26815
- * goView
26816
- * @desc:更多流程按钮操作
26817
- * @author liufan
26818
- * @param {Object} res 当前点击操作按钮数据
26819
- * @date 2022年5月25日
26814
+ /**
26815
+ * goView
26816
+ * @desc:更多流程按钮操作
26817
+ * @author liufan
26818
+ * @param {Object} res 当前点击操作按钮数据
26819
+ * @date 2022年5月25日
26820
26820
  **/
26821
26821
  goView: function goView(res) {
26822
26822
  // 驳回并办结:rejectAndEndHtml
@@ -26903,11 +26903,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26903
26903
  // isCanStartSubFlow
26904
26904
  },
26905
26905
 
26906
- /**
26907
- * toTakeAdvice
26908
- * @desc:征求意见
26909
- * @author liufan
26910
- * @date 2022年9月29日
26906
+ /**
26907
+ * toTakeAdvice
26908
+ * @desc:征求意见
26909
+ * @author liufan
26910
+ * @date 2022年9月29日
26911
26911
  **/
26912
26912
  toTakeAdvice: function toTakeAdvice(res) {
26913
26913
  var _this21 = this;
@@ -26951,11 +26951,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26951
26951
  });
26952
26952
  },
26953
26953
 
26954
- /**
26955
- * toStartDraf
26956
- * @desc: 稿件递送、联合审核、复核
26957
- * @author liufan
26958
- * @date 2022年9月29日
26954
+ /**
26955
+ * toStartDraf
26956
+ * @desc: 稿件递送、联合审核、复核
26957
+ * @author liufan
26958
+ * @date 2022年9月29日
26959
26959
  **/
26960
26960
  toStartDraf: function toStartDraf(res) {
26961
26961
  var _this23 = this;
@@ -26969,11 +26969,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26969
26969
  }
26970
26970
  },
26971
26971
 
26972
- /**
26973
- * toSendMsg
26974
- * @desc:核稿通知
26975
- * @author liufan
26976
- * @date 2022年9月29日
26972
+ /**
26973
+ * toSendMsg
26974
+ * @desc:核稿通知
26975
+ * @author liufan
26976
+ * @date 2022年9月29日
26977
26977
  **/
26978
26978
  toSendMsg: function toSendMsg(res) {
26979
26979
  var _this24 = this;
@@ -26987,11 +26987,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26987
26987
  }
26988
26988
  },
26989
26989
 
26990
- /**
26991
- * toTaskReadAndEnd
26992
- * @desc:分阅并办结
26993
- * @author liufan
26994
- * @date 2022年9月29日
26990
+ /**
26991
+ * toTaskReadAndEnd
26992
+ * @desc:分阅并办结
26993
+ * @author liufan
26994
+ * @date 2022年9月29日
26995
26995
  **/
26996
26996
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
26997
26997
  var _this25 = this;
@@ -27009,11 +27009,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27009
27009
  }
27010
27010
  },
27011
27011
 
27012
- /**
27013
- * rejectAndEnd
27014
- * @desc:驳回并办结
27015
- * @author liufan
27016
- * @date 2022年9月29日
27012
+ /**
27013
+ * rejectAndEnd
27014
+ * @desc:驳回并办结
27015
+ * @author liufan
27016
+ * @date 2022年9月29日
27017
27017
  **/
27018
27018
  rejectAndEnd: function rejectAndEnd(res) {
27019
27019
  var _this26 = this;
@@ -27069,11 +27069,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27069
27069
  });
27070
27070
  },
27071
27071
 
27072
- /**
27073
- * toTransfer
27074
- * @desc:转办
27075
- * @author liufan
27076
- * @date 2022年9月29日
27072
+ /**
27073
+ * toTransfer
27074
+ * @desc:转办
27075
+ * @author liufan
27076
+ * @date 2022年9月29日
27077
27077
  **/
27078
27078
  toTransfer: function toTransfer(res) {
27079
27079
  var _this28 = this;
@@ -27092,11 +27092,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27092
27092
  this.nextNode.customLimitTime = val;
27093
27093
  },
27094
27094
 
27095
- /**
27096
- * getNodeInfo
27097
- * @desc:获取节点信息
27098
- * @author liufan
27099
- * @date 2022年5月25日
27095
+ /**
27096
+ * getNodeInfo
27097
+ * @desc:获取节点信息
27098
+ * @author liufan
27099
+ * @date 2022年5月25日
27100
27100
  **/
27101
27101
  getNodeInfo: function getNodeInfo() {
27102
27102
  var _this29 = this;
@@ -27207,12 +27207,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27207
27207
  });
27208
27208
  },
27209
27209
 
27210
- /**
27211
- * selecNext
27212
- * @desc:下步节点变化时更新数据
27213
- * @author liufan
27214
- * @param {String} val 当前选中值
27215
- * @date 2022年5月25日
27210
+ /**
27211
+ * selecNext
27212
+ * @desc:下步节点变化时更新数据
27213
+ * @author liufan
27214
+ * @param {String} val 当前选中值
27215
+ * @date 2022年5月25日
27216
27216
  **/
27217
27217
  selecNext: function selecNext(val, type, isDef) {
27218
27218
  var _this30 = this;
@@ -27352,11 +27352,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27352
27352
  }
27353
27353
  },
27354
27354
 
27355
- /**
27356
- * isMultiple
27357
- * @desc:是否多选
27358
- * @author liufan
27359
- * @date 2022年9月13日
27355
+ /**
27356
+ * isMultiple
27357
+ * @desc:是否多选
27358
+ * @author liufan
27359
+ * @date 2022年9月13日
27360
27360
  **/
27361
27361
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
27362
27362
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -27388,11 +27388,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27388
27388
  }
27389
27389
  },
27390
27390
 
27391
- /**
27392
- * getHedInfo
27393
- * @desc:获取审核页面数据
27394
- * @author liufan
27395
- * @date 2022年5月25日
27391
+ /**
27392
+ * getHedInfo
27393
+ * @desc:获取审核页面数据
27394
+ * @author liufan
27395
+ * @date 2022年5月25日
27396
27396
  **/
27397
27397
  getHedInfo: function getHedInfo() {
27398
27398
  var _this31 = this;
@@ -27708,13 +27708,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27708
27708
  });
27709
27709
  },
27710
27710
 
27711
- /**
27712
- * closeProcess
27713
- * @desc:关闭弹窗
27714
- * @author liufan
27715
- * @param {boolean} val 当前是否办理流程
27716
- * @param {String} type 当前点击的弹窗类型
27717
- * @date 2022年5月25日
27711
+ /**
27712
+ * closeProcess
27713
+ * @desc:关闭弹窗
27714
+ * @author liufan
27715
+ * @param {boolean} val 当前是否办理流程
27716
+ * @param {String} type 当前点击的弹窗类型
27717
+ * @date 2022年5月25日
27718
27718
  **/
27719
27719
  closeProcess: function closeProcess(val, type, closeParent) {
27720
27720
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -27734,23 +27734,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27734
27734
  }
27735
27735
  },
27736
27736
 
27737
- /**
27738
- * selectChange
27739
- * @desc:常用语选择
27740
- * @author liufan
27741
- * @param {String} val 选中值
27742
- * @date 2022年5月25日
27737
+ /**
27738
+ * selectChange
27739
+ * @desc:常用语选择
27740
+ * @author liufan
27741
+ * @param {String} val 选中值
27742
+ * @date 2022年5月25日
27743
27743
  **/
27744
27744
  selectChange: function selectChange(val) {
27745
27745
  this.value = val;
27746
27746
  },
27747
27747
 
27748
- /**
27749
- * upDate
27750
- * @desc:修改常用语
27751
- * @author liufan
27752
- * @param {Object} val 修改值
27753
- * @date 2022年5月25日
27748
+ /**
27749
+ * upDate
27750
+ * @desc:修改常用语
27751
+ * @author liufan
27752
+ * @param {Object} val 修改值
27753
+ * @date 2022年5月25日
27754
27754
  **/
27755
27755
  upDate: function upDate(val) {
27756
27756
  this.FormData.id = val.id;
@@ -27758,11 +27758,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27758
27758
  },
27759
27759
 
27760
27760
 
27761
- /**
27762
- * getProcess
27763
- * @desc:获取选择流程
27764
- * @author liufan
27765
- * @date 2022年5月25日
27761
+ /**
27762
+ * getProcess
27763
+ * @desc:获取选择流程
27764
+ * @author liufan
27765
+ * @date 2022年5月25日
27766
27766
  **/
27767
27767
  getProcess: function getProcess(val) {
27768
27768
  var _this32 = this;
@@ -27822,11 +27822,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27822
27822
  });
27823
27823
  },
27824
27824
 
27825
- /**
27826
- * getPendedhistoryList
27827
- * @desc:获取流程列表
27828
- * @author liufan
27829
- * @date 2022年5月25日
27825
+ /**
27826
+ * getPendedhistoryList
27827
+ * @desc:获取流程列表
27828
+ * @author liufan
27829
+ * @date 2022年5月25日
27830
27830
  **/
27831
27831
  getPendedhistoryList: function getPendedhistoryList() {
27832
27832
  var _this33 = this;
@@ -27897,12 +27897,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27897
27897
  beforeSubProcess: function beforeSubProcess() {},
27898
27898
 
27899
27899
  // 提交流程
27900
- /**
27901
- * subProcess
27902
- * @desc:提交流程
27903
- * @author liufan
27904
- * @param {String} formName 当前form表单ref值
27905
- * @date 2022年5月25日
27900
+ /**
27901
+ * subProcess
27902
+ * @desc:提交流程
27903
+ * @author liufan
27904
+ * @param {String} formName 当前form表单ref值
27905
+ * @date 2022年5月25日
27906
27906
  **/
27907
27907
  subProcess: function subProcess(val, type) {
27908
27908
  var _this35 = this;