eoss-ui 0.7.98 → 0.8.0

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 (232) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/data-table.js +16 -13
  3. package/lib/eoss-ui.common.js +681 -671
  4. package/lib/flow.js +118 -118
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +283 -283
  7. package/lib/qr-code.js +13 -13
  8. package/lib/select.js +15 -8
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/lib/theme-chalk/login.css +1 -1
  11. package/package.json +1 -1
  12. package/packages/button/index.js +5 -5
  13. package/packages/button/src/main.vue +418 -418
  14. package/packages/button-group/index.js +5 -5
  15. package/packages/calendar/index.js +5 -5
  16. package/packages/calogin/index.js +5 -5
  17. package/packages/calogin/src/plugin.js +915 -915
  18. package/packages/card/index.js +5 -5
  19. package/packages/card/src/main.vue +156 -156
  20. package/packages/cascader/index.js +5 -5
  21. package/packages/cascader/src/main.vue +168 -168
  22. package/packages/checkbox-group/index.js +5 -5
  23. package/packages/checkbox-group/src/main.vue +333 -333
  24. package/packages/clients/index.js +5 -5
  25. package/packages/data-table/index.js +5 -5
  26. package/packages/data-table/src/children.vue +39 -39
  27. package/packages/data-table/src/column.vue +2 -1
  28. package/packages/data-table/src/main.vue +1847 -1845
  29. package/packages/data-table/src/sizer.vue +195 -195
  30. package/packages/data-table-form/index.js +5 -5
  31. package/packages/data-table-form/src/checkbox.vue +101 -101
  32. package/packages/data-table-form/src/colgroup.vue +17 -17
  33. package/packages/data-table-form/src/main.vue +181 -181
  34. package/packages/data-table-form/src/radio.vue +65 -65
  35. package/packages/data-table-form/src/table.vue +233 -233
  36. package/packages/data-table-form/src/tbody.vue +336 -336
  37. package/packages/data-table-form/src/thead.vue +68 -68
  38. package/packages/date-picker/index.js +5 -5
  39. package/packages/date-picker/src/main.vue +236 -236
  40. package/packages/dialog/index.js +5 -5
  41. package/packages/enable-drag/index.js +5 -5
  42. package/packages/enterprise/index.js +5 -5
  43. package/packages/enterprise/src/main.vue +66 -66
  44. package/packages/error-page/index.js +5 -5
  45. package/packages/error-page/src/main.vue +44 -44
  46. package/packages/flow/index.js +5 -5
  47. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  48. package/packages/flow/src/component/TimeLimit.vue +190 -190
  49. package/packages/flow/src/main.vue +4145 -4145
  50. package/packages/flow-group/index.js +5 -5
  51. package/packages/flow-group/src/main.vue +750 -750
  52. package/packages/flow-list/index.js +5 -5
  53. package/packages/form/index.js +5 -5
  54. package/packages/handle-user/index.js +5 -5
  55. package/packages/handle-user/src/main.vue +137 -137
  56. package/packages/handler/index.js +5 -5
  57. package/packages/handler/src/main.vue +499 -499
  58. package/packages/icon/index.js +5 -5
  59. package/packages/icons/index.js +5 -5
  60. package/packages/icons/src/main.vue +81 -81
  61. package/packages/input/index.js +5 -5
  62. package/packages/input/src/main.vue +356 -356
  63. package/packages/input-number/index.js +5 -5
  64. package/packages/input-number/src/main.vue +106 -106
  65. package/packages/label/index.js +5 -5
  66. package/packages/label/src/main.vue +457 -457
  67. package/packages/layout/index.js +5 -5
  68. package/packages/layout/src/item.vue +152 -152
  69. package/packages/layout/src/main.vue +31 -31
  70. package/packages/login/index.js +5 -5
  71. package/packages/login/src/main.vue +2088 -2088
  72. package/packages/main/index.js +5 -5
  73. package/packages/main/src/default/message.vue +249 -249
  74. package/packages/main/src/default/notice.vue +157 -157
  75. package/packages/main/src/default/userinfo.vue +513 -513
  76. package/packages/main/src/simplicity/index.vue +2335 -2335
  77. package/packages/main/src/simplicity/lists.vue +84 -84
  78. package/packages/main/src/simplicity/router-page.vue +45 -45
  79. package/packages/main/src/simplicity/userinfo.vue +408 -408
  80. package/packages/main/src/simplicityTop/index.vue +2625 -2625
  81. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  82. package/packages/menu/index.js +5 -5
  83. package/packages/nav/index.js +5 -5
  84. package/packages/notify/index.js +5 -5
  85. package/packages/notify/src/main.vue +538 -538
  86. package/packages/page/index.js +5 -5
  87. package/packages/page/src/main.vue +167 -167
  88. package/packages/pagination/index.js +5 -5
  89. package/packages/pagination/src/main.vue +96 -96
  90. package/packages/player/index.js +5 -5
  91. package/packages/player/src/main.vue +194 -194
  92. package/packages/qr-code/index.js +5 -5
  93. package/packages/qr-code/src/main.vue +170 -170
  94. package/packages/radio-group/index.js +6 -6
  95. package/packages/radio-group/src/main.vue +319 -319
  96. package/packages/retrial-auth/index.js +5 -5
  97. package/packages/retrial-auth/src/main.vue +299 -299
  98. package/packages/select/index.js +5 -5
  99. package/packages/select/src/main.vue +17 -10
  100. package/packages/select-ganged/index.js +5 -5
  101. package/packages/select-ganged/src/main.vue +724 -724
  102. package/packages/selector/index.js +5 -5
  103. package/packages/selector-panel/index.js +5 -5
  104. package/packages/selector-panel/src/tree.vue +129 -129
  105. package/packages/sizer/index.js +5 -5
  106. package/packages/sizer/src/main.vue +254 -254
  107. package/packages/steps/index.js +5 -5
  108. package/packages/steps/src/main.vue +181 -181
  109. package/packages/switch/index.js +5 -5
  110. package/packages/table-form/index.js +5 -5
  111. package/packages/tabs/index.js +5 -5
  112. package/packages/tabs/src/main.vue +788 -788
  113. package/packages/tabs-panel/index.js +5 -5
  114. package/packages/tabs-panel/src/main.vue +29 -29
  115. package/packages/theme-chalk/gulpfile.js +25 -0
  116. package/packages/theme-chalk/src/base.scss +261 -261
  117. package/packages/theme-chalk/src/button-group.scss +176 -176
  118. package/packages/theme-chalk/src/button.scss +24 -24
  119. package/packages/theme-chalk/src/calendar.scss +113 -113
  120. package/packages/theme-chalk/src/card.scss +99 -99
  121. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  122. package/packages/theme-chalk/src/clients.scss +87 -87
  123. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  124. package/packages/theme-chalk/src/date-picker.scss +7 -7
  125. package/packages/theme-chalk/src/dialog.scss +77 -77
  126. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  127. package/packages/theme-chalk/src/enterprise.scss +5 -5
  128. package/packages/theme-chalk/src/error-page.scss +18 -18
  129. package/packages/theme-chalk/src/flow-group.scss +110 -110
  130. package/packages/theme-chalk/src/handle-user.scss +40 -40
  131. package/packages/theme-chalk/src/icons.scss +99 -99
  132. package/packages/theme-chalk/src/input.scss +9 -9
  133. package/packages/theme-chalk/src/label.scss +24 -24
  134. package/packages/theme-chalk/src/layout.scss +46 -46
  135. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  136. package/packages/theme-chalk/src/nav.scss +111 -111
  137. package/packages/theme-chalk/src/page.scss +3 -3
  138. package/packages/theme-chalk/src/pagination.scss +29 -29
  139. package/packages/theme-chalk/src/player.scss +9 -9
  140. package/packages/theme-chalk/src/qr-code.scss +17 -17
  141. package/packages/theme-chalk/src/radio-group.scss +9 -9
  142. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  143. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  144. package/packages/theme-chalk/src/select.scss +8 -8
  145. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  146. package/packages/theme-chalk/src/sizer.scss +36 -36
  147. package/packages/theme-chalk/src/steps.scss +88 -88
  148. package/packages/theme-chalk/src/switch.scss +3 -3
  149. package/packages/theme-chalk/src/table-form.scss +1 -1
  150. package/packages/theme-chalk/src/tabs.scss +87 -87
  151. package/packages/theme-chalk/src/tips.scss +7 -7
  152. package/packages/theme-chalk/src/toolbar.scss +179 -179
  153. package/packages/theme-chalk/src/tree-group.scss +72 -72
  154. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  155. package/packages/tips/index.js +5 -5
  156. package/packages/toolbar/index.js +5 -5
  157. package/packages/tree/index.js +5 -5
  158. package/packages/tree-group/index.js +5 -5
  159. package/packages/upload/index.js +5 -5
  160. package/packages/upload/src/picture.js +15 -15
  161. package/packages/wujie/index.js +5 -5
  162. package/packages/wxlogin/index.js +5 -5
  163. package/packages/wxlogin/src/main.vue +128 -128
  164. package/src/config/image.js +2 -2
  165. package/src/index.js +1 -1
  166. package/src/utils/bus.js +3 -3
  167. package/src/utils/date-util.js +312 -312
  168. package/src/utils/http.js +50 -50
  169. package/src/utils/store.js +21 -21
  170. package/src/utils/webSocket.js +107 -107
  171. package/packages/theme-chalk/lib/base.css +0 -1
  172. package/packages/theme-chalk/lib/button-group.css +0 -1
  173. package/packages/theme-chalk/lib/button.css +0 -1
  174. package/packages/theme-chalk/lib/calendar.css +0 -1
  175. package/packages/theme-chalk/lib/calogin.css +0 -0
  176. package/packages/theme-chalk/lib/card.css +0 -1
  177. package/packages/theme-chalk/lib/cascader.css +0 -0
  178. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  179. package/packages/theme-chalk/lib/clients.css +0 -1
  180. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  181. package/packages/theme-chalk/lib/data-table.css +0 -1
  182. package/packages/theme-chalk/lib/date-picker.css +0 -1
  183. package/packages/theme-chalk/lib/dialog.css +0 -1
  184. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  185. package/packages/theme-chalk/lib/enterprise.css +0 -1
  186. package/packages/theme-chalk/lib/error-page.css +0 -1
  187. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  188. package/packages/theme-chalk/lib/flow-group.css +0 -1
  189. package/packages/theme-chalk/lib/flow-list.css +0 -1
  190. package/packages/theme-chalk/lib/flow.css +0 -1
  191. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  192. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  193. package/packages/theme-chalk/lib/form.css +0 -1
  194. package/packages/theme-chalk/lib/handle-user.css +0 -1
  195. package/packages/theme-chalk/lib/handler.css +0 -1
  196. package/packages/theme-chalk/lib/icon.css +0 -1
  197. package/packages/theme-chalk/lib/icons.css +0 -1
  198. package/packages/theme-chalk/lib/index.css +0 -1
  199. package/packages/theme-chalk/lib/input-number.css +0 -0
  200. package/packages/theme-chalk/lib/input.css +0 -1
  201. package/packages/theme-chalk/lib/label.css +0 -1
  202. package/packages/theme-chalk/lib/layout.css +0 -1
  203. package/packages/theme-chalk/lib/login.css +0 -1
  204. package/packages/theme-chalk/lib/main.css +0 -1
  205. package/packages/theme-chalk/lib/menu.css +0 -1
  206. package/packages/theme-chalk/lib/nav.css +0 -1
  207. package/packages/theme-chalk/lib/notify.css +0 -0
  208. package/packages/theme-chalk/lib/page.css +0 -1
  209. package/packages/theme-chalk/lib/pagination.css +0 -1
  210. package/packages/theme-chalk/lib/player.css +0 -1
  211. package/packages/theme-chalk/lib/qr-code.css +0 -1
  212. package/packages/theme-chalk/lib/radio-group.css +0 -1
  213. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  214. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  215. package/packages/theme-chalk/lib/select.css +0 -1
  216. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  217. package/packages/theme-chalk/lib/selector.css +0 -1
  218. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  219. package/packages/theme-chalk/lib/simplicity.css +0 -1
  220. package/packages/theme-chalk/lib/sizer.css +0 -1
  221. package/packages/theme-chalk/lib/steps.css +0 -1
  222. package/packages/theme-chalk/lib/switch.css +0 -1
  223. package/packages/theme-chalk/lib/table-form.css +0 -0
  224. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  225. package/packages/theme-chalk/lib/tabs.css +0 -1
  226. package/packages/theme-chalk/lib/tips.css +0 -1
  227. package/packages/theme-chalk/lib/toolbar.css +0 -1
  228. package/packages/theme-chalk/lib/tree-group.css +0 -1
  229. package/packages/theme-chalk/lib/tree.css +0 -1
  230. package/packages/theme-chalk/lib/upload.css +0 -1
  231. package/packages/theme-chalk/lib/wujie.css +0 -0
  232. package/packages/theme-chalk/lib/wxlogin.css +0 -1
package/lib/flow.js CHANGED
@@ -26367,11 +26367,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26367
26367
  });
26368
26368
  },
26369
26369
 
26370
- /**
26371
- * saveInfo
26372
- * @desc:暂存
26373
- * @author liufan
26374
- * @date 2022年9月9日
26370
+ /**
26371
+ * saveInfo
26372
+ * @desc:暂存
26373
+ * @author liufan
26374
+ * @date 2022年9月9日
26375
26375
  **/
26376
26376
  saveInfo: function saveInfo(type, btn) {
26377
26377
  var _this13 = this;
@@ -26433,11 +26433,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26433
26433
  });
26434
26434
  },
26435
26435
 
26436
- /**
26437
- * rejectBtn
26438
- * @desc:点击驳回
26439
- * @author liufan
26440
- * @date 2022年5月25日
26436
+ /**
26437
+ * rejectBtn
26438
+ * @desc:点击驳回
26439
+ * @author liufan
26440
+ * @date 2022年5月25日
26441
26441
  **/
26442
26442
  rejectBtn: function rejectBtn() {
26443
26443
  var _this15 = this;
@@ -26455,11 +26455,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26455
26455
  }
26456
26456
  },
26457
26457
 
26458
- /**
26459
- * taskReadBtn
26460
- * @desc:点击分阅
26461
- * @author liufan
26462
- * @date 2022年5月25日
26458
+ /**
26459
+ * taskReadBtn
26460
+ * @desc:点击分阅
26461
+ * @author liufan
26462
+ * @date 2022年5月25日
26463
26463
  **/
26464
26464
  taskReadBtn: function taskReadBtn() {
26465
26465
  var _this16 = this;
@@ -26478,11 +26478,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26478
26478
  }
26479
26479
  },
26480
26480
 
26481
- /**
26482
- * getFind
26483
- * @desc:获取通知方式
26484
- * @author liufan
26485
- * @date 2022年5月25日
26481
+ /**
26482
+ * getFind
26483
+ * @desc:获取通知方式
26484
+ * @author liufan
26485
+ * @date 2022年5月25日
26486
26486
  **/
26487
26487
  getFind: function getFind() {
26488
26488
  var _this17 = this;
@@ -26548,12 +26548,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26548
26548
  });
26549
26549
  },
26550
26550
 
26551
- /**
26552
- * endFlows
26553
- * @desc:直接办结
26554
- * @author liufan
26555
- * @param {Object} res 直接办结数据
26556
- * @date 2022年5月25日
26551
+ /**
26552
+ * endFlows
26553
+ * @desc:直接办结
26554
+ * @author liufan
26555
+ * @param {Object} res 直接办结数据
26556
+ * @date 2022年5月25日
26557
26557
  **/
26558
26558
  endFlows: function endFlows(res) {
26559
26559
  var _this19 = this;
@@ -26608,12 +26608,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26608
26608
  }).catch(function (e) {});
26609
26609
  },
26610
26610
 
26611
- /**
26612
- * goView
26613
- * @desc:更多流程按钮操作
26614
- * @author liufan
26615
- * @param {Object} res 当前点击操作按钮数据
26616
- * @date 2022年5月25日
26611
+ /**
26612
+ * goView
26613
+ * @desc:更多流程按钮操作
26614
+ * @author liufan
26615
+ * @param {Object} res 当前点击操作按钮数据
26616
+ * @date 2022年5月25日
26617
26617
  **/
26618
26618
  goView: function goView(res) {
26619
26619
  // 驳回并办结:rejectAndEndHtml
@@ -26700,11 +26700,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26700
26700
  // isCanStartSubFlow
26701
26701
  },
26702
26702
 
26703
- /**
26704
- * toTakeAdvice
26705
- * @desc:征求意见
26706
- * @author liufan
26707
- * @date 2022年9月29日
26703
+ /**
26704
+ * toTakeAdvice
26705
+ * @desc:征求意见
26706
+ * @author liufan
26707
+ * @date 2022年9月29日
26708
26708
  **/
26709
26709
  toTakeAdvice: function toTakeAdvice(res) {
26710
26710
  var _this21 = this;
@@ -26748,11 +26748,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26748
26748
  });
26749
26749
  },
26750
26750
 
26751
- /**
26752
- * toStartDraf
26753
- * @desc: 稿件递送、联合审核、复核
26754
- * @author liufan
26755
- * @date 2022年9月29日
26751
+ /**
26752
+ * toStartDraf
26753
+ * @desc: 稿件递送、联合审核、复核
26754
+ * @author liufan
26755
+ * @date 2022年9月29日
26756
26756
  **/
26757
26757
  toStartDraf: function toStartDraf(res) {
26758
26758
  var _this23 = this;
@@ -26766,11 +26766,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26766
26766
  }
26767
26767
  },
26768
26768
 
26769
- /**
26770
- * toSendMsg
26771
- * @desc:核稿通知
26772
- * @author liufan
26773
- * @date 2022年9月29日
26769
+ /**
26770
+ * toSendMsg
26771
+ * @desc:核稿通知
26772
+ * @author liufan
26773
+ * @date 2022年9月29日
26774
26774
  **/
26775
26775
  toSendMsg: function toSendMsg(res) {
26776
26776
  var _this24 = this;
@@ -26784,11 +26784,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26784
26784
  }
26785
26785
  },
26786
26786
 
26787
- /**
26788
- * toTaskReadAndEnd
26789
- * @desc:分阅并办结
26790
- * @author liufan
26791
- * @date 2022年9月29日
26787
+ /**
26788
+ * toTaskReadAndEnd
26789
+ * @desc:分阅并办结
26790
+ * @author liufan
26791
+ * @date 2022年9月29日
26792
26792
  **/
26793
26793
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
26794
26794
  var _this25 = this;
@@ -26806,11 +26806,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26806
26806
  }
26807
26807
  },
26808
26808
 
26809
- /**
26810
- * rejectAndEnd
26811
- * @desc:驳回并办结
26812
- * @author liufan
26813
- * @date 2022年9月29日
26809
+ /**
26810
+ * rejectAndEnd
26811
+ * @desc:驳回并办结
26812
+ * @author liufan
26813
+ * @date 2022年9月29日
26814
26814
  **/
26815
26815
  rejectAndEnd: function rejectAndEnd(res) {
26816
26816
  var _this26 = this;
@@ -26866,11 +26866,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26866
26866
  });
26867
26867
  },
26868
26868
 
26869
- /**
26870
- * toTransfer
26871
- * @desc:转办
26872
- * @author liufan
26873
- * @date 2022年9月29日
26869
+ /**
26870
+ * toTransfer
26871
+ * @desc:转办
26872
+ * @author liufan
26873
+ * @date 2022年9月29日
26874
26874
  **/
26875
26875
  toTransfer: function toTransfer(res) {
26876
26876
  var _this28 = this;
@@ -26889,11 +26889,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26889
26889
  this.nextNode.customLimitTime = val;
26890
26890
  },
26891
26891
 
26892
- /**
26893
- * getNodeInfo
26894
- * @desc:获取节点信息
26895
- * @author liufan
26896
- * @date 2022年5月25日
26892
+ /**
26893
+ * getNodeInfo
26894
+ * @desc:获取节点信息
26895
+ * @author liufan
26896
+ * @date 2022年5月25日
26897
26897
  **/
26898
26898
  getNodeInfo: function getNodeInfo() {
26899
26899
  var _this29 = this;
@@ -27004,12 +27004,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27004
27004
  });
27005
27005
  },
27006
27006
 
27007
- /**
27008
- * selecNext
27009
- * @desc:下步节点变化时更新数据
27010
- * @author liufan
27011
- * @param {String} val 当前选中值
27012
- * @date 2022年5月25日
27007
+ /**
27008
+ * selecNext
27009
+ * @desc:下步节点变化时更新数据
27010
+ * @author liufan
27011
+ * @param {String} val 当前选中值
27012
+ * @date 2022年5月25日
27013
27013
  **/
27014
27014
  selecNext: function selecNext(val, type, isDef) {
27015
27015
  var _this30 = this;
@@ -27142,11 +27142,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27142
27142
  this.getNodeInfo();
27143
27143
  },
27144
27144
 
27145
- /**
27146
- * isMultiple
27147
- * @desc:是否多选
27148
- * @author liufan
27149
- * @date 2022年9月13日
27145
+ /**
27146
+ * isMultiple
27147
+ * @desc:是否多选
27148
+ * @author liufan
27149
+ * @date 2022年9月13日
27150
27150
  **/
27151
27151
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
27152
27152
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -27178,11 +27178,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27178
27178
  }
27179
27179
  },
27180
27180
 
27181
- /**
27182
- * getHedInfo
27183
- * @desc:获取审核页面数据
27184
- * @author liufan
27185
- * @date 2022年5月25日
27181
+ /**
27182
+ * getHedInfo
27183
+ * @desc:获取审核页面数据
27184
+ * @author liufan
27185
+ * @date 2022年5月25日
27186
27186
  **/
27187
27187
  getHedInfo: function getHedInfo() {
27188
27188
  var _this31 = this;
@@ -27493,13 +27493,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27493
27493
  });
27494
27494
  },
27495
27495
 
27496
- /**
27497
- * closeProcess
27498
- * @desc:关闭弹窗
27499
- * @author liufan
27500
- * @param {boolean} val 当前是否办理流程
27501
- * @param {String} type 当前点击的弹窗类型
27502
- * @date 2022年5月25日
27496
+ /**
27497
+ * closeProcess
27498
+ * @desc:关闭弹窗
27499
+ * @author liufan
27500
+ * @param {boolean} val 当前是否办理流程
27501
+ * @param {String} type 当前点击的弹窗类型
27502
+ * @date 2022年5月25日
27503
27503
  **/
27504
27504
  closeProcess: function closeProcess(val, type, closeParent) {
27505
27505
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -27519,23 +27519,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27519
27519
  }
27520
27520
  },
27521
27521
 
27522
- /**
27523
- * selectChange
27524
- * @desc:常用语选择
27525
- * @author liufan
27526
- * @param {String} val 选中值
27527
- * @date 2022年5月25日
27522
+ /**
27523
+ * selectChange
27524
+ * @desc:常用语选择
27525
+ * @author liufan
27526
+ * @param {String} val 选中值
27527
+ * @date 2022年5月25日
27528
27528
  **/
27529
27529
  selectChange: function selectChange(val) {
27530
27530
  this.value = val;
27531
27531
  },
27532
27532
 
27533
- /**
27534
- * upDate
27535
- * @desc:修改常用语
27536
- * @author liufan
27537
- * @param {Object} val 修改值
27538
- * @date 2022年5月25日
27533
+ /**
27534
+ * upDate
27535
+ * @desc:修改常用语
27536
+ * @author liufan
27537
+ * @param {Object} val 修改值
27538
+ * @date 2022年5月25日
27539
27539
  **/
27540
27540
  upDate: function upDate(val) {
27541
27541
  this.FormData.id = val.id;
@@ -27543,11 +27543,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27543
27543
  },
27544
27544
 
27545
27545
 
27546
- /**
27547
- * getProcess
27548
- * @desc:获取选择流程
27549
- * @author liufan
27550
- * @date 2022年5月25日
27546
+ /**
27547
+ * getProcess
27548
+ * @desc:获取选择流程
27549
+ * @author liufan
27550
+ * @date 2022年5月25日
27551
27551
  **/
27552
27552
  getProcess: function getProcess(val) {
27553
27553
  var _this32 = this;
@@ -27607,11 +27607,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27607
27607
  });
27608
27608
  },
27609
27609
 
27610
- /**
27611
- * getPendedhistoryList
27612
- * @desc:获取流程列表
27613
- * @author liufan
27614
- * @date 2022年5月25日
27610
+ /**
27611
+ * getPendedhistoryList
27612
+ * @desc:获取流程列表
27613
+ * @author liufan
27614
+ * @date 2022年5月25日
27615
27615
  **/
27616
27616
  getPendedhistoryList: function getPendedhistoryList() {
27617
27617
  var _this33 = this;
@@ -27682,12 +27682,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27682
27682
  beforeSubProcess: function beforeSubProcess() {},
27683
27683
 
27684
27684
  // 提交流程
27685
- /**
27686
- * subProcess
27687
- * @desc:提交流程
27688
- * @author liufan
27689
- * @param {String} formName 当前form表单ref值
27690
- * @date 2022年5月25日
27685
+ /**
27686
+ * subProcess
27687
+ * @desc:提交流程
27688
+ * @author liufan
27689
+ * @param {String} formName 当前form表单ref值
27690
+ * @date 2022年5月25日
27691
27691
  **/
27692
27692
  subProcess: function subProcess(val, type) {
27693
27693
  var _this35 = this;