eoss-ui 0.8.20 → 0.8.22

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 (244) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +941 -802
  3. package/lib/flow.js +246 -246
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +440 -302
  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/upload.js +6 -5
  10. package/package.json +2 -2
  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 +420 -420
  46. package/packages/flow/src/component/CustomPreset.vue +324 -324
  47. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  48. package/packages/flow/src/component/Preset.vue +257 -257
  49. package/packages/flow/src/component/TimeLimit.vue +190 -190
  50. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  51. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  52. package/packages/flow/src/main.vue +4248 -4248
  53. package/packages/flow/src/processForm.vue +1806 -1806
  54. package/packages/flow/src/processReject.vue +311 -311
  55. package/packages/flow/src/reset.vue +952 -952
  56. package/packages/flow/src/startTaskRead.vue +698 -698
  57. package/packages/flow/src/supervise.vue +162 -162
  58. package/packages/flow-group/index.js +5 -5
  59. package/packages/flow-group/src/main.vue +750 -750
  60. package/packages/flow-list/index.js +5 -5
  61. package/packages/form/index.js +5 -5
  62. package/packages/handle-user/index.js +5 -5
  63. package/packages/handle-user/src/main.vue +137 -137
  64. package/packages/handler/index.js +5 -5
  65. package/packages/handler/src/main.vue +499 -499
  66. package/packages/icon/index.js +5 -5
  67. package/packages/icons/index.js +5 -5
  68. package/packages/icons/src/main.vue +81 -81
  69. package/packages/input/index.js +5 -5
  70. package/packages/input/src/main.vue +356 -356
  71. package/packages/input-number/index.js +5 -5
  72. package/packages/input-number/src/main.vue +106 -106
  73. package/packages/label/index.js +5 -5
  74. package/packages/label/src/main.vue +457 -457
  75. package/packages/layout/index.js +5 -5
  76. package/packages/layout/src/item.vue +152 -152
  77. package/packages/layout/src/main.vue +31 -31
  78. package/packages/login/index.js +5 -5
  79. package/packages/login/src/main.vue +2088 -2088
  80. package/packages/main/index.js +5 -5
  81. package/packages/main/src/default/message.vue +249 -249
  82. package/packages/main/src/default/notice.vue +157 -157
  83. package/packages/main/src/default/userinfo.vue +513 -513
  84. package/packages/main/src/simplicity/index.vue +2397 -2335
  85. package/packages/main/src/simplicity/lists.vue +84 -84
  86. package/packages/main/src/simplicity/router-page.vue +45 -45
  87. package/packages/main/src/simplicity/userinfo.vue +408 -408
  88. package/packages/main/src/simplicityTop/index.vue +2688 -2626
  89. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  90. package/packages/menu/index.js +5 -5
  91. package/packages/menu/src/main.vue +597 -597
  92. package/packages/nav/index.js +5 -5
  93. package/packages/notify/index.js +5 -5
  94. package/packages/notify/src/main.vue +538 -538
  95. package/packages/page/index.js +5 -5
  96. package/packages/page/src/main.vue +167 -167
  97. package/packages/pagination/index.js +5 -5
  98. package/packages/pagination/src/main.vue +96 -96
  99. package/packages/player/index.js +5 -5
  100. package/packages/player/src/main.vue +194 -194
  101. package/packages/qr-code/index.js +5 -5
  102. package/packages/qr-code/src/main.vue +170 -170
  103. package/packages/radio-group/index.js +6 -6
  104. package/packages/radio-group/src/main.vue +319 -319
  105. package/packages/retrial-auth/index.js +5 -5
  106. package/packages/retrial-auth/src/main.vue +299 -299
  107. package/packages/select/index.js +5 -5
  108. package/packages/select-ganged/index.js +5 -5
  109. package/packages/select-ganged/src/main.vue +724 -724
  110. package/packages/selector/index.js +5 -5
  111. package/packages/selector-panel/index.js +5 -5
  112. package/packages/selector-panel/src/tree.vue +129 -129
  113. package/packages/sizer/index.js +5 -5
  114. package/packages/sizer/src/main.vue +257 -257
  115. package/packages/steps/index.js +5 -5
  116. package/packages/steps/src/main.vue +181 -181
  117. package/packages/switch/index.js +5 -5
  118. package/packages/table-form/index.js +5 -5
  119. package/packages/tabs/index.js +5 -5
  120. package/packages/tabs/src/main.vue +788 -788
  121. package/packages/tabs-panel/index.js +5 -5
  122. package/packages/tabs-panel/src/main.vue +29 -29
  123. package/packages/theme-chalk/lib/base.css +1 -0
  124. package/packages/theme-chalk/lib/button-group.css +1 -0
  125. package/packages/theme-chalk/lib/button.css +1 -0
  126. package/packages/theme-chalk/lib/calendar.css +1 -0
  127. package/packages/theme-chalk/lib/calogin.css +0 -0
  128. package/packages/theme-chalk/lib/card.css +1 -0
  129. package/packages/theme-chalk/lib/cascader.css +0 -0
  130. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  131. package/packages/theme-chalk/lib/clients.css +1 -0
  132. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  133. package/packages/theme-chalk/lib/data-table.css +1 -0
  134. package/packages/theme-chalk/lib/date-picker.css +1 -0
  135. package/packages/theme-chalk/lib/dialog.css +1 -0
  136. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  137. package/packages/theme-chalk/lib/enterprise.css +1 -0
  138. package/packages/theme-chalk/lib/error-page.css +1 -0
  139. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  140. package/packages/theme-chalk/lib/flow-group.css +1 -0
  141. package/packages/theme-chalk/lib/flow-list.css +1 -0
  142. package/packages/theme-chalk/lib/flow.css +1 -0
  143. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  144. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  145. package/packages/theme-chalk/lib/form.css +1 -0
  146. package/packages/theme-chalk/lib/handle-user.css +1 -0
  147. package/packages/theme-chalk/lib/handler.css +1 -0
  148. package/packages/theme-chalk/lib/icon.css +1 -0
  149. package/packages/theme-chalk/lib/icons.css +1 -0
  150. package/packages/theme-chalk/lib/index.css +1 -0
  151. package/packages/theme-chalk/lib/input-number.css +0 -0
  152. package/packages/theme-chalk/lib/input.css +1 -0
  153. package/packages/theme-chalk/lib/label.css +1 -0
  154. package/packages/theme-chalk/lib/layout.css +1 -0
  155. package/packages/theme-chalk/lib/login.css +1 -0
  156. package/packages/theme-chalk/lib/main.css +1 -0
  157. package/packages/theme-chalk/lib/menu.css +1 -0
  158. package/packages/theme-chalk/lib/nav.css +1 -0
  159. package/packages/theme-chalk/lib/notify.css +0 -0
  160. package/packages/theme-chalk/lib/page.css +1 -0
  161. package/packages/theme-chalk/lib/pagination.css +1 -0
  162. package/packages/theme-chalk/lib/player.css +1 -0
  163. package/packages/theme-chalk/lib/qr-code.css +1 -0
  164. package/packages/theme-chalk/lib/radio-group.css +1 -0
  165. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  166. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  167. package/packages/theme-chalk/lib/select.css +1 -0
  168. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  169. package/packages/theme-chalk/lib/selector.css +1 -0
  170. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  171. package/packages/theme-chalk/lib/simplicity.css +1 -0
  172. package/packages/theme-chalk/lib/sizer.css +1 -0
  173. package/packages/theme-chalk/lib/steps.css +1 -0
  174. package/packages/theme-chalk/lib/switch.css +1 -0
  175. package/packages/theme-chalk/lib/table-form.css +0 -0
  176. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  177. package/packages/theme-chalk/lib/tabs.css +1 -0
  178. package/packages/theme-chalk/lib/tips.css +1 -0
  179. package/packages/theme-chalk/lib/toolbar.css +1 -0
  180. package/packages/theme-chalk/lib/tree-group.css +1 -0
  181. package/packages/theme-chalk/lib/tree.css +1 -0
  182. package/packages/theme-chalk/lib/upload.css +1 -0
  183. package/packages/theme-chalk/lib/wujie.css +0 -0
  184. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  185. package/packages/theme-chalk/src/base.scss +261 -261
  186. package/packages/theme-chalk/src/button-group.scss +176 -176
  187. package/packages/theme-chalk/src/button.scss +24 -24
  188. package/packages/theme-chalk/src/calendar.scss +113 -113
  189. package/packages/theme-chalk/src/card.scss +99 -99
  190. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  191. package/packages/theme-chalk/src/clients.scss +87 -87
  192. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  193. package/packages/theme-chalk/src/date-picker.scss +7 -7
  194. package/packages/theme-chalk/src/dialog.scss +77 -77
  195. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  196. package/packages/theme-chalk/src/enterprise.scss +5 -5
  197. package/packages/theme-chalk/src/error-page.scss +18 -18
  198. package/packages/theme-chalk/src/flow-group.scss +110 -110
  199. package/packages/theme-chalk/src/flow.scss +376 -376
  200. package/packages/theme-chalk/src/handle-user.scss +40 -40
  201. package/packages/theme-chalk/src/icons.scss +99 -99
  202. package/packages/theme-chalk/src/input.scss +9 -9
  203. package/packages/theme-chalk/src/label.scss +24 -24
  204. package/packages/theme-chalk/src/layout.scss +46 -46
  205. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  206. package/packages/theme-chalk/src/nav.scss +111 -111
  207. package/packages/theme-chalk/src/page.scss +3 -3
  208. package/packages/theme-chalk/src/pagination.scss +29 -29
  209. package/packages/theme-chalk/src/player.scss +9 -9
  210. package/packages/theme-chalk/src/qr-code.scss +17 -17
  211. package/packages/theme-chalk/src/radio-group.scss +9 -9
  212. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  213. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  214. package/packages/theme-chalk/src/select.scss +8 -8
  215. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  216. package/packages/theme-chalk/src/sizer.scss +36 -36
  217. package/packages/theme-chalk/src/steps.scss +88 -88
  218. package/packages/theme-chalk/src/switch.scss +3 -3
  219. package/packages/theme-chalk/src/table-form.scss +1 -1
  220. package/packages/theme-chalk/src/tabs.scss +87 -87
  221. package/packages/theme-chalk/src/tips.scss +7 -7
  222. package/packages/theme-chalk/src/toolbar.scss +179 -179
  223. package/packages/theme-chalk/src/tree-group.scss +72 -72
  224. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  225. package/packages/tips/index.js +5 -5
  226. package/packages/toolbar/index.js +5 -5
  227. package/packages/toolbar/src/main.vue +430 -430
  228. package/packages/tree/index.js +5 -5
  229. package/packages/tree-group/index.js +5 -5
  230. package/packages/upload/index.js +5 -5
  231. package/packages/upload/src/main.vue +1345 -1344
  232. package/packages/upload/src/picture.js +15 -15
  233. package/packages/wujie/index.js +5 -5
  234. package/packages/wxlogin/index.js +5 -5
  235. package/packages/wxlogin/src/main.vue +128 -128
  236. package/src/config/api.js +351 -351
  237. package/src/config/image.js +2 -2
  238. package/src/index.js +1 -1
  239. package/src/utils/bus.js +3 -3
  240. package/src/utils/date-util.js +312 -312
  241. package/src/utils/http.js +50 -50
  242. package/src/utils/store.js +21 -21
  243. package/src/utils/webSocket.js +107 -107
  244. package/packages/theme-chalk/gulpfile.js +0 -25
package/lib/flow.js CHANGED
@@ -12797,11 +12797,11 @@ var processFormvue_type_script_lang_js_components;
12797
12797
  });
12798
12798
  },
12799
12799
 
12800
- /**
12801
- * isMultiple
12802
- * @desc:是否多选
12803
- * @author liufan
12804
- * @date 2022年9月13日
12800
+ /**
12801
+ * isMultiple
12802
+ * @desc:是否多选
12803
+ * @author liufan
12804
+ * @date 2022年9月13日
12805
12805
  **/
12806
12806
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12807
12807
  var multiple = false;
@@ -16896,11 +16896,11 @@ var resetvue_type_script_lang_js_components;
16896
16896
  });
16897
16897
  },
16898
16898
 
16899
- /**
16900
- * isMultiple
16901
- * @desc:是否多选
16902
- * @author liufan
16903
- * @date 2022年9月13日
16899
+ /**
16900
+ * isMultiple
16901
+ * @desc:是否多选
16902
+ * @author liufan
16903
+ * @date 2022年9月13日
16904
16904
  **/
16905
16905
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16906
16906
  var multiple = false;
@@ -21548,11 +21548,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21548
21548
  });
21549
21549
  },
21550
21550
 
21551
- /**
21552
- * saveInfo
21553
- * @desc:暂存
21554
- * @author liufan
21555
- * @date 2022年9月9日
21551
+ /**
21552
+ * saveInfo
21553
+ * @desc:暂存
21554
+ * @author liufan
21555
+ * @date 2022年9月9日
21556
21556
  **/
21557
21557
  saveInfo: function saveInfo(type, btn) {
21558
21558
  var _this6 = this;
@@ -21614,11 +21614,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21614
21614
  });
21615
21615
  },
21616
21616
 
21617
- /**
21618
- * rejectBtn
21619
- * @desc:点击驳回
21620
- * @author liufan
21621
- * @date 2022年5月25日
21617
+ /**
21618
+ * rejectBtn
21619
+ * @desc:点击驳回
21620
+ * @author liufan
21621
+ * @date 2022年5月25日
21622
21622
  **/
21623
21623
  rejectBtn: function rejectBtn() {
21624
21624
  var _this8 = this;
@@ -21636,11 +21636,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21636
21636
  }
21637
21637
  },
21638
21638
 
21639
- /**
21640
- * taskReadBtn
21641
- * @desc:点击分阅
21642
- * @author liufan
21643
- * @date 2022年5月25日
21639
+ /**
21640
+ * taskReadBtn
21641
+ * @desc:点击分阅
21642
+ * @author liufan
21643
+ * @date 2022年5月25日
21644
21644
  **/
21645
21645
  taskReadBtn: function taskReadBtn() {
21646
21646
  var _this9 = this;
@@ -21659,11 +21659,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21659
21659
  }
21660
21660
  },
21661
21661
 
21662
- /**
21663
- * getFind
21664
- * @desc:获取通知方式
21665
- * @author liufan
21666
- * @date 2022年5月25日
21662
+ /**
21663
+ * getFind
21664
+ * @desc:获取通知方式
21665
+ * @author liufan
21666
+ * @date 2022年5月25日
21667
21667
  **/
21668
21668
  getFind: function getFind() {
21669
21669
  var _this10 = this;
@@ -21719,12 +21719,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21719
21719
  });
21720
21720
  },
21721
21721
 
21722
- /**
21723
- * endFlows
21724
- * @desc:直接办结
21725
- * @author liufan
21726
- * @param {Object} res 直接办结数据
21727
- * @date 2022年5月25日
21722
+ /**
21723
+ * endFlows
21724
+ * @desc:直接办结
21725
+ * @author liufan
21726
+ * @param {Object} res 直接办结数据
21727
+ * @date 2022年5月25日
21728
21728
  **/
21729
21729
  endFlows: function endFlows(res) {
21730
21730
  var _this12 = this;
@@ -21778,12 +21778,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21778
21778
  }).catch(function (e) {});
21779
21779
  },
21780
21780
 
21781
- /**
21782
- * goView
21783
- * @desc:更多流程按钮操作
21784
- * @author liufan
21785
- * @param {Object} res 当前点击操作按钮数据
21786
- * @date 2022年5月25日
21781
+ /**
21782
+ * goView
21783
+ * @desc:更多流程按钮操作
21784
+ * @author liufan
21785
+ * @param {Object} res 当前点击操作按钮数据
21786
+ * @date 2022年5月25日
21787
21787
  **/
21788
21788
  goView: function goView(res) {
21789
21789
  // 驳回并办结:rejectAndEndHtml
@@ -21868,11 +21868,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21868
21868
  // isCanStartSubFlow
21869
21869
  },
21870
21870
 
21871
- /**
21872
- * toTakeAdvice
21873
- * @desc:征求意见
21874
- * @author liufan
21875
- * @date 2022年9月29日
21871
+ /**
21872
+ * toTakeAdvice
21873
+ * @desc:征求意见
21874
+ * @author liufan
21875
+ * @date 2022年9月29日
21876
21876
  **/
21877
21877
  toTakeAdvice: function toTakeAdvice(res) {
21878
21878
  var _this14 = this;
@@ -21916,11 +21916,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21916
21916
  });
21917
21917
  },
21918
21918
 
21919
- /**
21920
- * toStartDraf
21921
- * @desc: 稿件递送、联合审核、复核
21922
- * @author liufan
21923
- * @date 2022年9月29日
21919
+ /**
21920
+ * toStartDraf
21921
+ * @desc: 稿件递送、联合审核、复核
21922
+ * @author liufan
21923
+ * @date 2022年9月29日
21924
21924
  **/
21925
21925
  toStartDraf: function toStartDraf(res) {
21926
21926
  var _this16 = this;
@@ -21934,11 +21934,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21934
21934
  }
21935
21935
  },
21936
21936
 
21937
- /**
21938
- * toSendMsg
21939
- * @desc:核稿通知
21940
- * @author liufan
21941
- * @date 2022年9月29日
21937
+ /**
21938
+ * toSendMsg
21939
+ * @desc:核稿通知
21940
+ * @author liufan
21941
+ * @date 2022年9月29日
21942
21942
  **/
21943
21943
  toSendMsg: function toSendMsg(res) {
21944
21944
  var _this17 = this;
@@ -21952,11 +21952,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21952
21952
  }
21953
21953
  },
21954
21954
 
21955
- /**
21956
- * toTaskReadAndEnd
21957
- * @desc:分阅并办结
21958
- * @author liufan
21959
- * @date 2022年9月29日
21955
+ /**
21956
+ * toTaskReadAndEnd
21957
+ * @desc:分阅并办结
21958
+ * @author liufan
21959
+ * @date 2022年9月29日
21960
21960
  **/
21961
21961
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21962
21962
  var _this18 = this;
@@ -21974,11 +21974,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21974
21974
  }
21975
21975
  },
21976
21976
 
21977
- /**
21978
- * rejectAndEnd
21979
- * @desc:驳回并办结
21980
- * @author liufan
21981
- * @date 2022年9月29日
21977
+ /**
21978
+ * rejectAndEnd
21979
+ * @desc:驳回并办结
21980
+ * @author liufan
21981
+ * @date 2022年9月29日
21982
21982
  **/
21983
21983
  rejectAndEnd: function rejectAndEnd(res) {
21984
21984
  var _this19 = this;
@@ -22033,11 +22033,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22033
22033
  });
22034
22034
  },
22035
22035
 
22036
- /**
22037
- * toTransfer
22038
- * @desc:转办
22039
- * @author liufan
22040
- * @date 2022年9月29日
22036
+ /**
22037
+ * toTransfer
22038
+ * @desc:转办
22039
+ * @author liufan
22040
+ * @date 2022年9月29日
22041
22041
  **/
22042
22042
  toTransfer: function toTransfer(res) {
22043
22043
  var _this21 = this;
@@ -22053,11 +22053,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22053
22053
  }
22054
22054
  },
22055
22055
 
22056
- /**
22057
- * getNodeInfo
22058
- * @desc:获取节点信息
22059
- * @author liufan
22060
- * @date 2022年5月25日
22056
+ /**
22057
+ * getNodeInfo
22058
+ * @desc:获取节点信息
22059
+ * @author liufan
22060
+ * @date 2022年5月25日
22061
22061
  **/
22062
22062
  getNodeInfo: function getNodeInfo() {
22063
22063
  var _this22 = this;
@@ -22156,12 +22156,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22156
22156
  });
22157
22157
  },
22158
22158
 
22159
- /**
22160
- * selecNext
22161
- * @desc:下步节点变化时更新数据
22162
- * @author liufan
22163
- * @param {String} val 当前选中值
22164
- * @date 2022年5月25日
22159
+ /**
22160
+ * selecNext
22161
+ * @desc:下步节点变化时更新数据
22162
+ * @author liufan
22163
+ * @param {String} val 当前选中值
22164
+ * @date 2022年5月25日
22165
22165
  **/
22166
22166
  selecNext: function selecNext(val, type, isDef) {
22167
22167
  var _this23 = this;
@@ -22270,11 +22270,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22270
22270
  if (isDef !== true) this.getNodeInfo();
22271
22271
  },
22272
22272
 
22273
- /**
22274
- * isMultiple
22275
- * @desc:是否多选
22276
- * @author liufan
22277
- * @date 2022年9月13日
22273
+ /**
22274
+ * isMultiple
22275
+ * @desc:是否多选
22276
+ * @author liufan
22277
+ * @date 2022年9月13日
22278
22278
  **/
22279
22279
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
22280
22280
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -22306,11 +22306,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22306
22306
  }
22307
22307
  },
22308
22308
 
22309
- /**
22310
- * getHedInfo
22311
- * @desc:获取审核页面数据
22312
- * @author liufan
22313
- * @date 2022年5月25日
22309
+ /**
22310
+ * getHedInfo
22311
+ * @desc:获取审核页面数据
22312
+ * @author liufan
22313
+ * @date 2022年5月25日
22314
22314
  **/
22315
22315
  getHedInfo: function getHedInfo() {
22316
22316
  var _this24 = this;
@@ -22546,13 +22546,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22546
22546
  });
22547
22547
  },
22548
22548
 
22549
- /**
22550
- * closeProcess
22551
- * @desc:关闭弹窗
22552
- * @author liufan
22553
- * @param {boolean} val 当前是否办理流程
22554
- * @param {String} type 当前点击的弹窗类型
22555
- * @date 2022年5月25日
22549
+ /**
22550
+ * closeProcess
22551
+ * @desc:关闭弹窗
22552
+ * @author liufan
22553
+ * @param {boolean} val 当前是否办理流程
22554
+ * @param {String} type 当前点击的弹窗类型
22555
+ * @date 2022年5月25日
22556
22556
  **/
22557
22557
  closeProcess: function closeProcess(val, type, closeParent) {
22558
22558
  if (closeParent) {
@@ -22569,23 +22569,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22569
22569
  }
22570
22570
  },
22571
22571
 
22572
- /**
22573
- * selectChange
22574
- * @desc:常用语选择
22575
- * @author liufan
22576
- * @param {String} val 选中值
22577
- * @date 2022年5月25日
22572
+ /**
22573
+ * selectChange
22574
+ * @desc:常用语选择
22575
+ * @author liufan
22576
+ * @param {String} val 选中值
22577
+ * @date 2022年5月25日
22578
22578
  **/
22579
22579
  selectChange: function selectChange(val) {
22580
22580
  this.value = val;
22581
22581
  },
22582
22582
 
22583
- /**
22584
- * upDate
22585
- * @desc:修改常用语
22586
- * @author liufan
22587
- * @param {Object} val 修改值
22588
- * @date 2022年5月25日
22583
+ /**
22584
+ * upDate
22585
+ * @desc:修改常用语
22586
+ * @author liufan
22587
+ * @param {Object} val 修改值
22588
+ * @date 2022年5月25日
22589
22589
  **/
22590
22590
  upDate: function upDate(val) {
22591
22591
  this.FormData.id = val.id;
@@ -22593,11 +22593,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22593
22593
  },
22594
22594
 
22595
22595
 
22596
- /**
22597
- * getProcess
22598
- * @desc:获取选择流程
22599
- * @author liufan
22600
- * @date 2022年5月25日
22596
+ /**
22597
+ * getProcess
22598
+ * @desc:获取选择流程
22599
+ * @author liufan
22600
+ * @date 2022年5月25日
22601
22601
  **/
22602
22602
  getProcess: function getProcess() {
22603
22603
  var _this25 = this;
@@ -22651,11 +22651,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22651
22651
  });
22652
22652
  },
22653
22653
 
22654
- /**
22655
- * getPendedhistoryList
22656
- * @desc:获取流程列表
22657
- * @author liufan
22658
- * @date 2022年5月25日
22654
+ /**
22655
+ * getPendedhistoryList
22656
+ * @desc:获取流程列表
22657
+ * @author liufan
22658
+ * @date 2022年5月25日
22659
22659
  **/
22660
22660
  getPendedhistoryList: function getPendedhistoryList() {
22661
22661
  var _this26 = this;
@@ -22687,12 +22687,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22687
22687
  },
22688
22688
 
22689
22689
  // 提交流程
22690
- /**
22691
- * subProcess
22692
- * @desc:提交流程
22693
- * @author liufan
22694
- * @param {String} formName 当前form表单ref值
22695
- * @date 2022年5月25日
22690
+ /**
22691
+ * subProcess
22692
+ * @desc:提交流程
22693
+ * @author liufan
22694
+ * @param {String} formName 当前form表单ref值
22695
+ * @date 2022年5月25日
22696
22696
  **/
22697
22697
  subProcess: function subProcess(val) {
22698
22698
  var _this27 = this;
@@ -26668,11 +26668,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26668
26668
  });
26669
26669
  },
26670
26670
 
26671
- /**
26672
- * saveInfo
26673
- * @desc:暂存
26674
- * @author liufan
26675
- * @date 2022年9月9日
26671
+ /**
26672
+ * saveInfo
26673
+ * @desc:暂存
26674
+ * @author liufan
26675
+ * @date 2022年9月9日
26676
26676
  **/
26677
26677
  saveInfo: function saveInfo(type, btn) {
26678
26678
  var _this14 = this;
@@ -26734,11 +26734,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26734
26734
  });
26735
26735
  },
26736
26736
 
26737
- /**
26738
- * rejectBtn
26739
- * @desc:点击驳回
26740
- * @author liufan
26741
- * @date 2022年5月25日
26737
+ /**
26738
+ * rejectBtn
26739
+ * @desc:点击驳回
26740
+ * @author liufan
26741
+ * @date 2022年5月25日
26742
26742
  **/
26743
26743
  rejectBtn: function rejectBtn() {
26744
26744
  var _this16 = this;
@@ -26756,11 +26756,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26756
26756
  }
26757
26757
  },
26758
26758
 
26759
- /**
26760
- * taskReadBtn
26761
- * @desc:点击分阅
26762
- * @author liufan
26763
- * @date 2022年5月25日
26759
+ /**
26760
+ * taskReadBtn
26761
+ * @desc:点击分阅
26762
+ * @author liufan
26763
+ * @date 2022年5月25日
26764
26764
  **/
26765
26765
  taskReadBtn: function taskReadBtn() {
26766
26766
  var _this17 = this;
@@ -26779,11 +26779,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26779
26779
  }
26780
26780
  },
26781
26781
 
26782
- /**
26783
- * getFind
26784
- * @desc:获取通知方式
26785
- * @author liufan
26786
- * @date 2022年5月25日
26782
+ /**
26783
+ * getFind
26784
+ * @desc:获取通知方式
26785
+ * @author liufan
26786
+ * @date 2022年5月25日
26787
26787
  **/
26788
26788
  getFind: function getFind() {
26789
26789
  var _this18 = this;
@@ -26850,12 +26850,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26850
26850
  });
26851
26851
  },
26852
26852
 
26853
- /**
26854
- * endFlows
26855
- * @desc:直接办结
26856
- * @author liufan
26857
- * @param {Object} res 直接办结数据
26858
- * @date 2022年5月25日
26853
+ /**
26854
+ * endFlows
26855
+ * @desc:直接办结
26856
+ * @author liufan
26857
+ * @param {Object} res 直接办结数据
26858
+ * @date 2022年5月25日
26859
26859
  **/
26860
26860
  endFlows: function endFlows(res) {
26861
26861
  var _this20 = this;
@@ -26910,12 +26910,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26910
26910
  }).catch(function (e) {});
26911
26911
  },
26912
26912
 
26913
- /**
26914
- * goView
26915
- * @desc:更多流程按钮操作
26916
- * @author liufan
26917
- * @param {Object} res 当前点击操作按钮数据
26918
- * @date 2022年5月25日
26913
+ /**
26914
+ * goView
26915
+ * @desc:更多流程按钮操作
26916
+ * @author liufan
26917
+ * @param {Object} res 当前点击操作按钮数据
26918
+ * @date 2022年5月25日
26919
26919
  **/
26920
26920
  goView: function goView(res) {
26921
26921
  // 驳回并办结:rejectAndEndHtml
@@ -27002,11 +27002,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27002
27002
  // isCanStartSubFlow
27003
27003
  },
27004
27004
 
27005
- /**
27006
- * toTakeAdvice
27007
- * @desc:征求意见
27008
- * @author liufan
27009
- * @date 2022年9月29日
27005
+ /**
27006
+ * toTakeAdvice
27007
+ * @desc:征求意见
27008
+ * @author liufan
27009
+ * @date 2022年9月29日
27010
27010
  **/
27011
27011
  toTakeAdvice: function toTakeAdvice(res) {
27012
27012
  var _this22 = this;
@@ -27050,11 +27050,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27050
27050
  });
27051
27051
  },
27052
27052
 
27053
- /**
27054
- * toStartDraf
27055
- * @desc: 稿件递送、联合审核、复核
27056
- * @author liufan
27057
- * @date 2022年9月29日
27053
+ /**
27054
+ * toStartDraf
27055
+ * @desc: 稿件递送、联合审核、复核
27056
+ * @author liufan
27057
+ * @date 2022年9月29日
27058
27058
  **/
27059
27059
  toStartDraf: function toStartDraf(res) {
27060
27060
  var _this24 = this;
@@ -27068,11 +27068,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27068
27068
  }
27069
27069
  },
27070
27070
 
27071
- /**
27072
- * toSendMsg
27073
- * @desc:核稿通知
27074
- * @author liufan
27075
- * @date 2022年9月29日
27071
+ /**
27072
+ * toSendMsg
27073
+ * @desc:核稿通知
27074
+ * @author liufan
27075
+ * @date 2022年9月29日
27076
27076
  **/
27077
27077
  toSendMsg: function toSendMsg(res) {
27078
27078
  var _this25 = this;
@@ -27086,11 +27086,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27086
27086
  }
27087
27087
  },
27088
27088
 
27089
- /**
27090
- * toTaskReadAndEnd
27091
- * @desc:分阅并办结
27092
- * @author liufan
27093
- * @date 2022年9月29日
27089
+ /**
27090
+ * toTaskReadAndEnd
27091
+ * @desc:分阅并办结
27092
+ * @author liufan
27093
+ * @date 2022年9月29日
27094
27094
  **/
27095
27095
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
27096
27096
  var _this26 = this;
@@ -27108,11 +27108,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27108
27108
  }
27109
27109
  },
27110
27110
 
27111
- /**
27112
- * rejectAndEnd
27113
- * @desc:驳回并办结
27114
- * @author liufan
27115
- * @date 2022年9月29日
27111
+ /**
27112
+ * rejectAndEnd
27113
+ * @desc:驳回并办结
27114
+ * @author liufan
27115
+ * @date 2022年9月29日
27116
27116
  **/
27117
27117
  rejectAndEnd: function rejectAndEnd(res) {
27118
27118
  var _this27 = this;
@@ -27168,11 +27168,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27168
27168
  });
27169
27169
  },
27170
27170
 
27171
- /**
27172
- * toTransfer
27173
- * @desc:转办
27174
- * @author liufan
27175
- * @date 2022年9月29日
27171
+ /**
27172
+ * toTransfer
27173
+ * @desc:转办
27174
+ * @author liufan
27175
+ * @date 2022年9月29日
27176
27176
  **/
27177
27177
  toTransfer: function toTransfer(res) {
27178
27178
  var _this29 = this;
@@ -27191,11 +27191,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27191
27191
  this.nextNode.customLimitTime = val;
27192
27192
  },
27193
27193
 
27194
- /**
27195
- * getNodeInfo
27196
- * @desc:获取节点信息
27197
- * @author liufan
27198
- * @date 2022年5月25日
27194
+ /**
27195
+ * getNodeInfo
27196
+ * @desc:获取节点信息
27197
+ * @author liufan
27198
+ * @date 2022年5月25日
27199
27199
  **/
27200
27200
  getNodeInfo: function getNodeInfo() {
27201
27201
  var _this30 = this;
@@ -27326,12 +27326,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27326
27326
  });
27327
27327
  },
27328
27328
 
27329
- /**
27330
- * selecNext
27331
- * @desc:下步节点变化时更新数据
27332
- * @author liufan
27333
- * @param {String} val 当前选中值
27334
- * @date 2022年5月25日
27329
+ /**
27330
+ * selecNext
27331
+ * @desc:下步节点变化时更新数据
27332
+ * @author liufan
27333
+ * @param {String} val 当前选中值
27334
+ * @date 2022年5月25日
27335
27335
  **/
27336
27336
  selecNext: function selecNext(val, type, isDef) {
27337
27337
  var _this31 = this;
@@ -27471,11 +27471,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27471
27471
  }
27472
27472
  },
27473
27473
 
27474
- /**
27475
- * isMultiple
27476
- * @desc:是否多选
27477
- * @author liufan
27478
- * @date 2022年9月13日
27474
+ /**
27475
+ * isMultiple
27476
+ * @desc:是否多选
27477
+ * @author liufan
27478
+ * @date 2022年9月13日
27479
27479
  **/
27480
27480
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
27481
27481
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -27507,11 +27507,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27507
27507
  }
27508
27508
  },
27509
27509
 
27510
- /**
27511
- * getHedInfo
27512
- * @desc:获取审核页面数据
27513
- * @author liufan
27514
- * @date 2022年5月25日
27510
+ /**
27511
+ * getHedInfo
27512
+ * @desc:获取审核页面数据
27513
+ * @author liufan
27514
+ * @date 2022年5月25日
27515
27515
  **/
27516
27516
  getHedInfo: function getHedInfo() {
27517
27517
  var _this32 = this;
@@ -27828,13 +27828,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27828
27828
  });
27829
27829
  },
27830
27830
 
27831
- /**
27832
- * closeProcess
27833
- * @desc:关闭弹窗
27834
- * @author liufan
27835
- * @param {boolean} val 当前是否办理流程
27836
- * @param {String} type 当前点击的弹窗类型
27837
- * @date 2022年5月25日
27831
+ /**
27832
+ * closeProcess
27833
+ * @desc:关闭弹窗
27834
+ * @author liufan
27835
+ * @param {boolean} val 当前是否办理流程
27836
+ * @param {String} type 当前点击的弹窗类型
27837
+ * @date 2022年5月25日
27838
27838
  **/
27839
27839
  closeProcess: function closeProcess(val, type, closeParent) {
27840
27840
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -27854,23 +27854,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27854
27854
  }
27855
27855
  },
27856
27856
 
27857
- /**
27858
- * selectChange
27859
- * @desc:常用语选择
27860
- * @author liufan
27861
- * @param {String} val 选中值
27862
- * @date 2022年5月25日
27857
+ /**
27858
+ * selectChange
27859
+ * @desc:常用语选择
27860
+ * @author liufan
27861
+ * @param {String} val 选中值
27862
+ * @date 2022年5月25日
27863
27863
  **/
27864
27864
  selectChange: function selectChange(val) {
27865
27865
  this.value = val;
27866
27866
  },
27867
27867
 
27868
- /**
27869
- * upDate
27870
- * @desc:修改常用语
27871
- * @author liufan
27872
- * @param {Object} val 修改值
27873
- * @date 2022年5月25日
27868
+ /**
27869
+ * upDate
27870
+ * @desc:修改常用语
27871
+ * @author liufan
27872
+ * @param {Object} val 修改值
27873
+ * @date 2022年5月25日
27874
27874
  **/
27875
27875
  upDate: function upDate(val) {
27876
27876
  this.FormData.id = val.id;
@@ -27878,11 +27878,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27878
27878
  },
27879
27879
 
27880
27880
 
27881
- /**
27882
- * getProcess
27883
- * @desc:获取选择流程
27884
- * @author liufan
27885
- * @date 2022年5月25日
27881
+ /**
27882
+ * getProcess
27883
+ * @desc:获取选择流程
27884
+ * @author liufan
27885
+ * @date 2022年5月25日
27886
27886
  **/
27887
27887
  getProcess: function getProcess(val) {
27888
27888
  var _this33 = this;
@@ -27942,11 +27942,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27942
27942
  });
27943
27943
  },
27944
27944
 
27945
- /**
27946
- * getPendedhistoryList
27947
- * @desc:获取流程列表
27948
- * @author liufan
27949
- * @date 2022年5月25日
27945
+ /**
27946
+ * getPendedhistoryList
27947
+ * @desc:获取流程列表
27948
+ * @author liufan
27949
+ * @date 2022年5月25日
27950
27950
  **/
27951
27951
  getPendedhistoryList: function getPendedhistoryList() {
27952
27952
  var _this34 = this;
@@ -28017,12 +28017,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28017
28017
  beforeSubProcess: function beforeSubProcess() {},
28018
28018
 
28019
28019
  // 提交流程
28020
- /**
28021
- * subProcess
28022
- * @desc:提交流程
28023
- * @author liufan
28024
- * @param {String} formName 当前form表单ref值
28025
- * @date 2022年5月25日
28020
+ /**
28021
+ * subProcess
28022
+ * @desc:提交流程
28023
+ * @author liufan
28024
+ * @param {String} formName 当前form表单ref值
28025
+ * @date 2022年5月25日
28026
28026
  **/
28027
28027
  subProcess: function subProcess(val, type) {
28028
28028
  var _this36 = this;