eoss-ui 0.7.27 → 0.7.28

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 (280) hide show
  1. package/lib/button-group.js +0 -6
  2. package/lib/button.js +0 -6
  3. package/lib/calogin.js +233 -239
  4. package/lib/checkbox-group.js +0 -6
  5. package/lib/data-table-form.js +0 -6
  6. package/lib/data-table.js +12 -14
  7. package/lib/date-picker.js +0 -6
  8. package/lib/dialog.js +0 -6
  9. package/lib/eoss-ui.common.js +1236 -1141
  10. package/lib/flow-group.js +3 -9
  11. package/lib/flow-list.js +81 -87
  12. package/lib/flow.js +293 -296
  13. package/lib/form.js +0 -6
  14. package/lib/handle-user.js +0 -6
  15. package/lib/handler.js +0 -6
  16. package/lib/icon.js +0 -6
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +0 -6
  19. package/lib/input.js +0 -6
  20. package/lib/login.js +219 -114
  21. package/lib/main.js +370 -393
  22. package/lib/nav.js +0 -6
  23. package/lib/page.js +0 -6
  24. package/lib/pagination.js +0 -6
  25. package/lib/player.js +0 -6
  26. package/lib/qr-code.js +13 -19
  27. package/lib/radio-group.js +0 -6
  28. package/lib/retrial-auth.js +0 -6
  29. package/lib/select-ganged.js +0 -6
  30. package/lib/select.js +0 -6
  31. package/lib/selector-panel.js +0 -6
  32. package/lib/selector.js +0 -6
  33. package/lib/sizer.js +0 -6
  34. package/lib/steps.js +0 -6
  35. package/lib/switch.js +0 -6
  36. package/lib/table-form.js +0 -6
  37. package/lib/tabs.js +0 -6
  38. package/lib/tips.js +0 -6
  39. package/lib/tree-group.js +0 -6
  40. package/lib/tree.js +0 -6
  41. package/lib/upload.js +0 -6
  42. package/lib/utils/util.js +0 -6
  43. package/lib/wujie.js +0 -6
  44. package/lib/wxlogin.js +0 -6
  45. package/package.json +160 -160
  46. package/packages/.DS_Store +0 -0
  47. package/packages/button/index.js +5 -5
  48. package/packages/button/src/main.vue +418 -418
  49. package/packages/button-group/index.js +5 -5
  50. package/packages/button-group/src/main.vue +346 -346
  51. package/packages/calendar/index.js +5 -5
  52. package/packages/calogin/.DS_Store +0 -0
  53. package/packages/calogin/index.js +5 -5
  54. package/packages/calogin/src/main.vue +412 -412
  55. package/packages/calogin/src/plugin.js +915 -915
  56. package/packages/card/index.js +5 -5
  57. package/packages/card/src/main.vue +156 -156
  58. package/packages/cascader/index.js +5 -5
  59. package/packages/cascader/src/main.vue +168 -168
  60. package/packages/checkbox-group/index.js +5 -5
  61. package/packages/checkbox-group/src/main.vue +333 -333
  62. package/packages/clients/index.js +5 -5
  63. package/packages/clients/src/main.vue +151 -151
  64. package/packages/data-table/index.js +5 -5
  65. package/packages/data-table/src/children.vue +39 -39
  66. package/packages/data-table/src/column.vue +992 -988
  67. package/packages/data-table/src/main.vue +1831 -1831
  68. package/packages/data-table/src/sizer.vue +195 -195
  69. package/packages/data-table-form/index.js +5 -5
  70. package/packages/data-table-form/src/checkbox.vue +101 -101
  71. package/packages/data-table-form/src/colgroup.vue +17 -17
  72. package/packages/data-table-form/src/main.vue +181 -181
  73. package/packages/data-table-form/src/radio.vue +65 -65
  74. package/packages/data-table-form/src/table.vue +233 -233
  75. package/packages/data-table-form/src/tbody.vue +336 -336
  76. package/packages/data-table-form/src/thead.vue +68 -68
  77. package/packages/date-picker/.DS_Store +0 -0
  78. package/packages/date-picker/index.js +5 -5
  79. package/packages/date-picker/src/.DS_Store +0 -0
  80. package/packages/date-picker/src/main.vue +236 -236
  81. package/packages/dialog/index.js +5 -5
  82. package/packages/enable-drag/index.js +5 -5
  83. package/packages/enterprise/index.js +5 -5
  84. package/packages/enterprise/src/main.vue +66 -66
  85. package/packages/error-page/index.js +5 -5
  86. package/packages/error-page/src/main.vue +44 -44
  87. package/packages/flow/.DS_Store +0 -0
  88. package/packages/flow/index.js +5 -5
  89. package/packages/flow/src/.DS_Store +0 -0
  90. package/packages/flow/src/component/Circulate.vue +413 -413
  91. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  92. package/packages/flow/src/component/CustomPreset.vue +322 -322
  93. package/packages/flow/src/component/FileList.vue +97 -97
  94. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  95. package/packages/flow/src/component/Preset.vue +255 -255
  96. package/packages/flow/src/component/SendMsg.vue +242 -242
  97. package/packages/flow/src/component/TimeLimit.vue +190 -190
  98. package/packages/flow/src/component/taskUnionExamine.vue +755 -755
  99. package/packages/flow/src/form.vue +121 -121
  100. package/packages/flow/src/freeStartFlow.vue +2847 -2847
  101. package/packages/flow/src/main.vue +3853 -3854
  102. package/packages/flow/src/processForm.vue +1363 -1363
  103. package/packages/flow/src/processReject.vue +309 -309
  104. package/packages/flow/src/reset.vue +941 -941
  105. package/packages/flow/src/startTaskRead.vue +691 -691
  106. package/packages/flow/src/supervise.vue +159 -159
  107. package/packages/flow/src/table.vue +58 -58
  108. package/packages/flow-group/index.js +5 -5
  109. package/packages/flow-group/src/main.vue +717 -717
  110. package/packages/flow-list/.DS_Store +0 -0
  111. package/packages/flow-list/index.js +5 -5
  112. package/packages/flow-list/src/main.vue +1787 -1787
  113. package/packages/form/.DS_Store +0 -0
  114. package/packages/form/index.js +5 -5
  115. package/packages/form/src/main.vue +3901 -3901
  116. package/packages/form/src/table.vue +1512 -1512
  117. package/packages/handle-user/index.js +5 -5
  118. package/packages/handle-user/src/main.vue +137 -137
  119. package/packages/handler/index.js +5 -5
  120. package/packages/handler/src/main.vue +496 -496
  121. package/packages/icon/index.js +5 -5
  122. package/packages/icon/src/main.vue +104 -104
  123. package/packages/icons/index.js +5 -5
  124. package/packages/icons/src/main.vue +81 -81
  125. package/packages/input/index.js +5 -5
  126. package/packages/input/src/main.vue +356 -356
  127. package/packages/input-number/index.js +5 -5
  128. package/packages/input-number/src/main.vue +106 -106
  129. package/packages/label/index.js +5 -5
  130. package/packages/label/src/main.vue +457 -457
  131. package/packages/layout/index.js +5 -5
  132. package/packages/layout/src/item.vue +152 -152
  133. package/packages/layout/src/main.vue +31 -31
  134. package/packages/login/.DS_Store +0 -0
  135. package/packages/login/index.js +5 -5
  136. package/packages/login/src/main.vue +2068 -2020
  137. package/packages/login/src/resetPassword.vue +557 -557
  138. package/packages/main/.DS_Store +0 -0
  139. package/packages/main/index.js +5 -5
  140. package/packages/main/src/.DS_Store +0 -0
  141. package/packages/main/src/default/message.vue +249 -249
  142. package/packages/main/src/default/notice.vue +157 -157
  143. package/packages/main/src/default/userinfo.vue +502 -502
  144. package/packages/main/src/public/online.vue +89 -89
  145. package/packages/main/src/public/search.vue +464 -464
  146. package/packages/main/src/public/settings.vue +221 -221
  147. package/packages/main/src/simplicity/apps.vue +388 -388
  148. package/packages/main/src/simplicity/avatar.vue +82 -82
  149. package/packages/main/src/simplicity/handler.vue +144 -263
  150. package/packages/main/src/simplicity/index.vue +2211 -2135
  151. package/packages/main/src/simplicity/lists.vue +84 -84
  152. package/packages/main/src/simplicity/menu-list.vue +135 -135
  153. package/packages/main/src/simplicity/message.vue +259 -259
  154. package/packages/main/src/simplicity/notice.vue +190 -190
  155. package/packages/main/src/simplicity/router-page.vue +45 -45
  156. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  157. package/packages/main/src/simplicity/user.vue +259 -259
  158. package/packages/main/src/simplicity/userinfo.vue +398 -398
  159. package/packages/menu/.DS_Store +0 -0
  160. package/packages/menu/index.js +5 -5
  161. package/packages/menu/src/main.vue +596 -596
  162. package/packages/nav/index.js +5 -5
  163. package/packages/nav/src/main.vue +351 -351
  164. package/packages/notify/index.js +5 -5
  165. package/packages/notify/src/main.vue +538 -538
  166. package/packages/page/index.js +5 -5
  167. package/packages/page/src/main.vue +167 -167
  168. package/packages/pagination/index.js +5 -5
  169. package/packages/pagination/src/main.vue +96 -96
  170. package/packages/player/index.js +5 -5
  171. package/packages/player/src/main.vue +194 -194
  172. package/packages/qr-code/index.js +5 -5
  173. package/packages/qr-code/src/main.vue +170 -170
  174. package/packages/radio-group/index.js +6 -6
  175. package/packages/radio-group/src/main.vue +319 -319
  176. package/packages/retrial-auth/index.js +5 -5
  177. package/packages/retrial-auth/src/main.vue +280 -280
  178. package/packages/select/.DS_Store +0 -0
  179. package/packages/select/index.js +5 -5
  180. package/packages/select/src/main.vue +782 -782
  181. package/packages/select-ganged/index.js +5 -5
  182. package/packages/select-ganged/src/main.vue +724 -724
  183. package/packages/selector/.DS_Store +0 -0
  184. package/packages/selector/index.js +5 -5
  185. package/packages/selector/src/main.vue +761 -761
  186. package/packages/selector-panel/.DS_Store +0 -0
  187. package/packages/selector-panel/index.js +5 -5
  188. package/packages/selector-panel/src/main.vue +1027 -1027
  189. package/packages/selector-panel/src/selection.vue +170 -170
  190. package/packages/selector-panel/src/tree.vue +129 -129
  191. package/packages/sizer/index.js +5 -5
  192. package/packages/sizer/src/main.vue +254 -254
  193. package/packages/steps/index.js +5 -5
  194. package/packages/steps/src/main.vue +181 -181
  195. package/packages/switch/index.js +5 -5
  196. package/packages/switch/src/main.vue +170 -170
  197. package/packages/table-form/index.js +5 -5
  198. package/packages/tabs/index.js +5 -5
  199. package/packages/tabs/src/main.vue +788 -788
  200. package/packages/tabs-panel/index.js +5 -5
  201. package/packages/tabs-panel/src/main.vue +29 -29
  202. package/packages/theme-chalk/src/.DS_Store +0 -0
  203. package/packages/theme-chalk/src/base.scss +261 -261
  204. package/packages/theme-chalk/src/button-group.scss +176 -176
  205. package/packages/theme-chalk/src/button.scss +24 -24
  206. package/packages/theme-chalk/src/calendar.scss +113 -113
  207. package/packages/theme-chalk/src/card.scss +99 -99
  208. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  209. package/packages/theme-chalk/src/clients.scss +87 -87
  210. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  211. package/packages/theme-chalk/src/data-table.scss +293 -293
  212. package/packages/theme-chalk/src/date-picker.scss +7 -7
  213. package/packages/theme-chalk/src/dialog.scss +77 -77
  214. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  215. package/packages/theme-chalk/src/enterprise.scss +5 -5
  216. package/packages/theme-chalk/src/error-page.scss +18 -18
  217. package/packages/theme-chalk/src/flow-group.scss +110 -110
  218. package/packages/theme-chalk/src/flow-list.scss +39 -39
  219. package/packages/theme-chalk/src/flow.scss +351 -351
  220. package/packages/theme-chalk/src/form.scss +501 -501
  221. package/packages/theme-chalk/src/handle-user.scss +40 -40
  222. package/packages/theme-chalk/src/handler.scss +148 -148
  223. package/packages/theme-chalk/src/icon.scss +1817 -1817
  224. package/packages/theme-chalk/src/icons.scss +99 -99
  225. package/packages/theme-chalk/src/input.scss +9 -9
  226. package/packages/theme-chalk/src/label.scss +24 -24
  227. package/packages/theme-chalk/src/layout.scss +46 -46
  228. package/packages/theme-chalk/src/login.scss +987 -987
  229. package/packages/theme-chalk/src/main.scss +663 -663
  230. package/packages/theme-chalk/src/menu.scss +224 -224
  231. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  232. package/packages/theme-chalk/src/nav.scss +111 -111
  233. package/packages/theme-chalk/src/page.scss +3 -3
  234. package/packages/theme-chalk/src/pagination.scss +29 -29
  235. package/packages/theme-chalk/src/player.scss +9 -9
  236. package/packages/theme-chalk/src/qr-code.scss +17 -17
  237. package/packages/theme-chalk/src/radio-group.scss +9 -9
  238. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  239. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  240. package/packages/theme-chalk/src/select.scss +8 -8
  241. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  242. package/packages/theme-chalk/src/selector.scss +92 -92
  243. package/packages/theme-chalk/src/simplicity.scss +1370 -1370
  244. package/packages/theme-chalk/src/sizer.scss +36 -36
  245. package/packages/theme-chalk/src/steps.scss +88 -88
  246. package/packages/theme-chalk/src/switch.scss +3 -3
  247. package/packages/theme-chalk/src/table-form.scss +1 -1
  248. package/packages/theme-chalk/src/tabs.scss +87 -87
  249. package/packages/theme-chalk/src/tips.scss +7 -7
  250. package/packages/theme-chalk/src/toolbar.scss +179 -179
  251. package/packages/theme-chalk/src/tree-group.scss +72 -72
  252. package/packages/theme-chalk/src/tree.scss +165 -165
  253. package/packages/theme-chalk/src/upload.scss +172 -172
  254. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  255. package/packages/tips/index.js +5 -5
  256. package/packages/tips/src/main.vue +141 -141
  257. package/packages/toolbar/index.js +5 -5
  258. package/packages/toolbar/src/main.vue +430 -430
  259. package/packages/tree/index.js +5 -5
  260. package/packages/tree-group/index.js +5 -5
  261. package/packages/upload/.DS_Store +0 -0
  262. package/packages/upload/index.js +5 -5
  263. package/packages/upload/src/main.vue +1343 -1343
  264. package/packages/upload/src/picture.js +15 -15
  265. package/packages/wujie/index.js +5 -5
  266. package/packages/wujie/src/main.vue +145 -145
  267. package/packages/wxlogin/index.js +5 -5
  268. package/packages/wxlogin/src/main.vue +128 -128
  269. package/src/.DS_Store +0 -0
  270. package/src/config/api.js +315 -315
  271. package/src/config/image.js +2 -2
  272. package/src/index.js +163 -163
  273. package/src/utils/.DS_Store +0 -0
  274. package/src/utils/bus.js +3 -3
  275. package/src/utils/date-util.js +312 -312
  276. package/src/utils/http.js +50 -50
  277. package/src/utils/rules.js +18 -18
  278. package/src/utils/store.js +21 -21
  279. package/src/utils/util.js +0 -6
  280. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -544,12 +544,6 @@ var ajaxStream = function ajaxStream(_ref2) {
544
544
  console.log('解析数据出错:', parseError);
545
545
  }
546
546
  }
547
- // }
548
- // else {
549
- // console.log('未处理的数据:', line);
550
- // // 保存未处理完的部分数据
551
- // remainingData += line.replace('data:', '\ndata:');
552
- // }
553
547
  });
554
548
  info.primeval = primeval;
555
549
  info.chunk = chunks;
@@ -4624,7 +4618,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4624
4618
  // ESM COMPAT FLAG
4625
4619
  __webpack_require__.r(__webpack_exports__);
4626
4620
 
4627
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=640e2c46&
4621
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=c935f720&
4628
4622
  var render = function () {
4629
4623
  var _vm = this
4630
4624
  var _h = _vm.$createElement
@@ -7520,7 +7514,7 @@ var staticRenderFns = []
7520
7514
  render._withStripped = true
7521
7515
 
7522
7516
 
7523
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=640e2c46&
7517
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=c935f720&
7524
7518
 
7525
7519
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7526
7520
  var regenerator_ = __webpack_require__(4);
@@ -8380,21 +8374,21 @@ var _components;
8380
8374
  return validSate;
8381
8375
  },
8382
8376
 
8383
- /**
8384
- * changeOpinion
8385
- * @desc:监听意见变化
8386
- * @author liufan
8387
- * @date 2022年10月28日
8377
+ /**
8378
+ * changeOpinion
8379
+ * @desc:监听意见变化
8380
+ * @author liufan
8381
+ * @date 2022年10月28日
8388
8382
  **/
8389
8383
  changeOpinion: function changeOpinion() {
8390
8384
  this.$emit('change', this.form.value);
8391
8385
  },
8392
8386
 
8393
- /**
8394
- * getCommonOpion
8395
- * @desc:获取意见
8396
- * @author liufan
8397
- * @date 2022年5月25日
8387
+ /**
8388
+ * getCommonOpion
8389
+ * @desc:获取意见
8390
+ * @author liufan
8391
+ * @date 2022年5月25日
8398
8392
  **/
8399
8393
  getCommonOpion: function getCommonOpion() {
8400
8394
  var _this = this;
@@ -8423,24 +8417,24 @@ var _components;
8423
8417
  });
8424
8418
  },
8425
8419
 
8426
- /**
8427
- * upDate
8428
- * @desc:修改常用语
8429
- * @author liufan
8430
- * @param {Object} val 修改值
8431
- * @date 2022年5月25日
8420
+ /**
8421
+ * upDate
8422
+ * @desc:修改常用语
8423
+ * @author liufan
8424
+ * @param {Object} val 修改值
8425
+ * @date 2022年5月25日
8432
8426
  **/
8433
8427
  upDate: function upDate(val) {
8434
8428
  this.FormData.id = val.id;
8435
8429
  this.addVisible = true;
8436
8430
  },
8437
8431
 
8438
- /**
8439
- * selectChange
8440
- * @desc:常用语选择
8441
- * @author liufan
8442
- * @param {String} val 选中值
8443
- * @date 2022年5月25日
8432
+ /**
8433
+ * selectChange
8434
+ * @desc:常用语选择
8435
+ * @author liufan
8436
+ * @param {String} val 选中值
8437
+ * @date 2022年5月25日
8444
8438
  **/
8445
8439
  selectChange: function selectChange(val) {
8446
8440
  var _this2 = this;
@@ -8459,12 +8453,12 @@ var _components;
8459
8453
  });
8460
8454
  },
8461
8455
 
8462
- /**
8463
- * del
8464
- * @desc:删除常用语
8465
- * @author liufan
8466
- * @param {Object} val 删除的数据
8467
- * @date 2022年5月25日
8456
+ /**
8457
+ * del
8458
+ * @desc:删除常用语
8459
+ * @author liufan
8460
+ * @param {Object} val 删除的数据
8461
+ * @date 2022年5月25日
8468
8462
  **/
8469
8463
  del: function del(val) {
8470
8464
  var _this3 = this;
@@ -8506,12 +8500,12 @@ var _components;
8506
8500
  }).catch(function (e) {});
8507
8501
  },
8508
8502
 
8509
- /**
8510
- * submit
8511
- * @desc:新增/编辑意见保存
8512
- * @author liufan
8513
- * @param {Object} val 保存数据
8514
- * @date 2022年5月25日
8503
+ /**
8504
+ * submit
8505
+ * @desc:新增/编辑意见保存
8506
+ * @author liufan
8507
+ * @param {Object} val 保存数据
8508
+ * @date 2022年5月25日
8515
8509
  **/
8516
8510
  submit: function submit(val) {
8517
8511
  var _this4 = this;
@@ -8576,8 +8570,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
8576
8570
  )
8577
8571
 
8578
8572
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
8579
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=a8d066e4&
8580
- var processFormvue_type_template_id_a8d066e4_render = function () {
8573
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=280a0570&
8574
+ var processFormvue_type_template_id_280a0570_render = function () {
8581
8575
  var _vm = this
8582
8576
  var _h = _vm.$createElement
8583
8577
  var _c = _vm._self._c || _h
@@ -8998,7 +8992,10 @@ var processFormvue_type_template_id_a8d066e4_render = function () {
8998
8992
  }),
8999
8993
  _c("el-input", {
9000
8994
  staticClass: "input-with-select custom-limit-time",
9001
- staticStyle: { width: "50%", display: "inline-block" },
8995
+ style:
8996
+ "width: " +
8997
+ (_vm.showBtn ? "20%" : "50%") +
8998
+ " !important; display: inline-block;",
9002
8999
  attrs: { placeholder: "请输入限时办理的天数" },
9003
9000
  on: { change: _vm.changeCustomLimitTime },
9004
9001
  model: {
@@ -9324,11 +9321,11 @@ var processFormvue_type_template_id_a8d066e4_render = function () {
9324
9321
  1
9325
9322
  )
9326
9323
  }
9327
- var processFormvue_type_template_id_a8d066e4_staticRenderFns = []
9328
- processFormvue_type_template_id_a8d066e4_render._withStripped = true
9324
+ var processFormvue_type_template_id_280a0570_staticRenderFns = []
9325
+ processFormvue_type_template_id_280a0570_render._withStripped = true
9329
9326
 
9330
9327
 
9331
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=a8d066e4&
9328
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=280a0570&
9332
9329
 
9333
9330
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=4750588e&
9334
9331
  var selectUservue_type_template_id_4750588e_render = function () {
@@ -11952,11 +11949,11 @@ var processFormvue_type_script_lang_js_components;
11952
11949
  });
11953
11950
  },
11954
11951
 
11955
- /**
11956
- * isMultiple
11957
- * @desc:是否多选
11958
- * @author liufan
11959
- * @date 2022年9月13日
11952
+ /**
11953
+ * isMultiple
11954
+ * @desc:是否多选
11955
+ * @author liufan
11956
+ * @date 2022年9月13日
11960
11957
  **/
11961
11958
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
11962
11959
  var multiple = false;
@@ -12118,8 +12115,8 @@ var processFormvue_type_script_lang_js_components;
12118
12115
 
12119
12116
  var processForm_component = Object(componentNormalizer["a" /* default */])(
12120
12117
  src_processFormvue_type_script_lang_js_,
12121
- processFormvue_type_template_id_a8d066e4_render,
12122
- processFormvue_type_template_id_a8d066e4_staticRenderFns,
12118
+ processFormvue_type_template_id_280a0570_render,
12119
+ processFormvue_type_template_id_280a0570_staticRenderFns,
12123
12120
  false,
12124
12121
  null,
12125
12122
  null,
@@ -15999,11 +15996,11 @@ var resetvue_type_script_lang_js_components;
15999
15996
  });
16000
15997
  },
16001
15998
 
16002
- /**
16003
- * isMultiple
16004
- * @desc:是否多选
16005
- * @author liufan
16006
- * @date 2022年9月13日
15999
+ /**
16000
+ * isMultiple
16001
+ * @desc:是否多选
16002
+ * @author liufan
16003
+ * @date 2022年9月13日
16007
16004
  **/
16008
16005
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16009
16006
  var multiple = false;
@@ -20575,11 +20572,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20575
20572
  });
20576
20573
  },
20577
20574
 
20578
- /**
20579
- * saveInfo
20580
- * @desc:暂存
20581
- * @author liufan
20582
- * @date 2022年9月9日
20575
+ /**
20576
+ * saveInfo
20577
+ * @desc:暂存
20578
+ * @author liufan
20579
+ * @date 2022年9月9日
20583
20580
  **/
20584
20581
  saveInfo: function saveInfo(type, btn) {
20585
20582
  var _this6 = this;
@@ -20641,11 +20638,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20641
20638
  });
20642
20639
  },
20643
20640
 
20644
- /**
20645
- * rejectBtn
20646
- * @desc:点击驳回
20647
- * @author liufan
20648
- * @date 2022年5月25日
20641
+ /**
20642
+ * rejectBtn
20643
+ * @desc:点击驳回
20644
+ * @author liufan
20645
+ * @date 2022年5月25日
20649
20646
  **/
20650
20647
  rejectBtn: function rejectBtn() {
20651
20648
  var _this8 = this;
@@ -20663,11 +20660,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20663
20660
  }
20664
20661
  },
20665
20662
 
20666
- /**
20667
- * taskReadBtn
20668
- * @desc:点击分阅
20669
- * @author liufan
20670
- * @date 2022年5月25日
20663
+ /**
20664
+ * taskReadBtn
20665
+ * @desc:点击分阅
20666
+ * @author liufan
20667
+ * @date 2022年5月25日
20671
20668
  **/
20672
20669
  taskReadBtn: function taskReadBtn() {
20673
20670
  var _this9 = this;
@@ -20686,11 +20683,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20686
20683
  }
20687
20684
  },
20688
20685
 
20689
- /**
20690
- * getFind
20691
- * @desc:获取通知方式
20692
- * @author liufan
20693
- * @date 2022年5月25日
20686
+ /**
20687
+ * getFind
20688
+ * @desc:获取通知方式
20689
+ * @author liufan
20690
+ * @date 2022年5月25日
20694
20691
  **/
20695
20692
  getFind: function getFind() {
20696
20693
  var _this10 = this;
@@ -20745,12 +20742,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20745
20742
  });
20746
20743
  },
20747
20744
 
20748
- /**
20749
- * endFlows
20750
- * @desc:直接办结
20751
- * @author liufan
20752
- * @param {Object} res 直接办结数据
20753
- * @date 2022年5月25日
20745
+ /**
20746
+ * endFlows
20747
+ * @desc:直接办结
20748
+ * @author liufan
20749
+ * @param {Object} res 直接办结数据
20750
+ * @date 2022年5月25日
20754
20751
  **/
20755
20752
  endFlows: function endFlows(res) {
20756
20753
  var _this12 = this;
@@ -20804,12 +20801,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20804
20801
  }).catch(function (e) {});
20805
20802
  },
20806
20803
 
20807
- /**
20808
- * goView
20809
- * @desc:更多流程按钮操作
20810
- * @author liufan
20811
- * @param {Object} res 当前点击操作按钮数据
20812
- * @date 2022年5月25日
20804
+ /**
20805
+ * goView
20806
+ * @desc:更多流程按钮操作
20807
+ * @author liufan
20808
+ * @param {Object} res 当前点击操作按钮数据
20809
+ * @date 2022年5月25日
20813
20810
  **/
20814
20811
  goView: function goView(res) {
20815
20812
  // 驳回并办结:rejectAndEndHtml
@@ -20894,11 +20891,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20894
20891
  // isCanStartSubFlow
20895
20892
  },
20896
20893
 
20897
- /**
20898
- * toTakeAdvice
20899
- * @desc:征求意见
20900
- * @author liufan
20901
- * @date 2022年9月29日
20894
+ /**
20895
+ * toTakeAdvice
20896
+ * @desc:征求意见
20897
+ * @author liufan
20898
+ * @date 2022年9月29日
20902
20899
  **/
20903
20900
  toTakeAdvice: function toTakeAdvice(res) {
20904
20901
  var _this14 = this;
@@ -20942,11 +20939,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20942
20939
  });
20943
20940
  },
20944
20941
 
20945
- /**
20946
- * toStartDraf
20947
- * @desc: 稿件递送、联合审核、复核
20948
- * @author liufan
20949
- * @date 2022年9月29日
20942
+ /**
20943
+ * toStartDraf
20944
+ * @desc: 稿件递送、联合审核、复核
20945
+ * @author liufan
20946
+ * @date 2022年9月29日
20950
20947
  **/
20951
20948
  toStartDraf: function toStartDraf(res) {
20952
20949
  var _this16 = this;
@@ -20960,11 +20957,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20960
20957
  }
20961
20958
  },
20962
20959
 
20963
- /**
20964
- * toSendMsg
20965
- * @desc:核稿通知
20966
- * @author liufan
20967
- * @date 2022年9月29日
20960
+ /**
20961
+ * toSendMsg
20962
+ * @desc:核稿通知
20963
+ * @author liufan
20964
+ * @date 2022年9月29日
20968
20965
  **/
20969
20966
  toSendMsg: function toSendMsg(res) {
20970
20967
  var _this17 = this;
@@ -20978,11 +20975,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20978
20975
  }
20979
20976
  },
20980
20977
 
20981
- /**
20982
- * toTaskReadAndEnd
20983
- * @desc:分阅并办结
20984
- * @author liufan
20985
- * @date 2022年9月29日
20978
+ /**
20979
+ * toTaskReadAndEnd
20980
+ * @desc:分阅并办结
20981
+ * @author liufan
20982
+ * @date 2022年9月29日
20986
20983
  **/
20987
20984
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
20988
20985
  var _this18 = this;
@@ -21000,11 +20997,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21000
20997
  }
21001
20998
  },
21002
20999
 
21003
- /**
21004
- * rejectAndEnd
21005
- * @desc:驳回并办结
21006
- * @author liufan
21007
- * @date 2022年9月29日
21000
+ /**
21001
+ * rejectAndEnd
21002
+ * @desc:驳回并办结
21003
+ * @author liufan
21004
+ * @date 2022年9月29日
21008
21005
  **/
21009
21006
  rejectAndEnd: function rejectAndEnd(res) {
21010
21007
  var _this19 = this;
@@ -21059,11 +21056,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21059
21056
  });
21060
21057
  },
21061
21058
 
21062
- /**
21063
- * toTransfer
21064
- * @desc:转办
21065
- * @author liufan
21066
- * @date 2022年9月29日
21059
+ /**
21060
+ * toTransfer
21061
+ * @desc:转办
21062
+ * @author liufan
21063
+ * @date 2022年9月29日
21067
21064
  **/
21068
21065
  toTransfer: function toTransfer(res) {
21069
21066
  var _this21 = this;
@@ -21079,11 +21076,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21079
21076
  }
21080
21077
  },
21081
21078
 
21082
- /**
21083
- * getNodeInfo
21084
- * @desc:获取节点信息
21085
- * @author liufan
21086
- * @date 2022年5月25日
21079
+ /**
21080
+ * getNodeInfo
21081
+ * @desc:获取节点信息
21082
+ * @author liufan
21083
+ * @date 2022年5月25日
21087
21084
  **/
21088
21085
  getNodeInfo: function getNodeInfo() {
21089
21086
  var _this22 = this;
@@ -21182,12 +21179,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21182
21179
  });
21183
21180
  },
21184
21181
 
21185
- /**
21186
- * selecNext
21187
- * @desc:下步节点变化时更新数据
21188
- * @author liufan
21189
- * @param {String} val 当前选中值
21190
- * @date 2022年5月25日
21182
+ /**
21183
+ * selecNext
21184
+ * @desc:下步节点变化时更新数据
21185
+ * @author liufan
21186
+ * @param {String} val 当前选中值
21187
+ * @date 2022年5月25日
21191
21188
  **/
21192
21189
  selecNext: function selecNext(val, type, isDef) {
21193
21190
  var _this23 = this;
@@ -21296,11 +21293,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21296
21293
  if (isDef !== true) this.getNodeInfo();
21297
21294
  },
21298
21295
 
21299
- /**
21300
- * isMultiple
21301
- * @desc:是否多选
21302
- * @author liufan
21303
- * @date 2022年9月13日
21296
+ /**
21297
+ * isMultiple
21298
+ * @desc:是否多选
21299
+ * @author liufan
21300
+ * @date 2022年9月13日
21304
21301
  **/
21305
21302
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
21306
21303
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -21332,11 +21329,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21332
21329
  }
21333
21330
  },
21334
21331
 
21335
- /**
21336
- * getHedInfo
21337
- * @desc:获取审核页面数据
21338
- * @author liufan
21339
- * @date 2022年5月25日
21332
+ /**
21333
+ * getHedInfo
21334
+ * @desc:获取审核页面数据
21335
+ * @author liufan
21336
+ * @date 2022年5月25日
21340
21337
  **/
21341
21338
  getHedInfo: function getHedInfo() {
21342
21339
  var _this24 = this;
@@ -21572,13 +21569,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21572
21569
  });
21573
21570
  },
21574
21571
 
21575
- /**
21576
- * closeProcess
21577
- * @desc:关闭弹窗
21578
- * @author liufan
21579
- * @param {boolean} val 当前是否办理流程
21580
- * @param {String} type 当前点击的弹窗类型
21581
- * @date 2022年5月25日
21572
+ /**
21573
+ * closeProcess
21574
+ * @desc:关闭弹窗
21575
+ * @author liufan
21576
+ * @param {boolean} val 当前是否办理流程
21577
+ * @param {String} type 当前点击的弹窗类型
21578
+ * @date 2022年5月25日
21582
21579
  **/
21583
21580
  closeProcess: function closeProcess(val, type, closeParent) {
21584
21581
  if (closeParent) {
@@ -21595,23 +21592,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21595
21592
  }
21596
21593
  },
21597
21594
 
21598
- /**
21599
- * selectChange
21600
- * @desc:常用语选择
21601
- * @author liufan
21602
- * @param {String} val 选中值
21603
- * @date 2022年5月25日
21595
+ /**
21596
+ * selectChange
21597
+ * @desc:常用语选择
21598
+ * @author liufan
21599
+ * @param {String} val 选中值
21600
+ * @date 2022年5月25日
21604
21601
  **/
21605
21602
  selectChange: function selectChange(val) {
21606
21603
  this.value = val;
21607
21604
  },
21608
21605
 
21609
- /**
21610
- * upDate
21611
- * @desc:修改常用语
21612
- * @author liufan
21613
- * @param {Object} val 修改值
21614
- * @date 2022年5月25日
21606
+ /**
21607
+ * upDate
21608
+ * @desc:修改常用语
21609
+ * @author liufan
21610
+ * @param {Object} val 修改值
21611
+ * @date 2022年5月25日
21615
21612
  **/
21616
21613
  upDate: function upDate(val) {
21617
21614
  this.FormData.id = val.id;
@@ -21619,11 +21616,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21619
21616
  },
21620
21617
 
21621
21618
 
21622
- /**
21623
- * getProcess
21624
- * @desc:获取选择流程
21625
- * @author liufan
21626
- * @date 2022年5月25日
21619
+ /**
21620
+ * getProcess
21621
+ * @desc:获取选择流程
21622
+ * @author liufan
21623
+ * @date 2022年5月25日
21627
21624
  **/
21628
21625
  getProcess: function getProcess() {
21629
21626
  var _this25 = this;
@@ -21677,11 +21674,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21677
21674
  });
21678
21675
  },
21679
21676
 
21680
- /**
21681
- * getPendedhistoryList
21682
- * @desc:获取流程列表
21683
- * @author liufan
21684
- * @date 2022年5月25日
21677
+ /**
21678
+ * getPendedhistoryList
21679
+ * @desc:获取流程列表
21680
+ * @author liufan
21681
+ * @date 2022年5月25日
21685
21682
  **/
21686
21683
  getPendedhistoryList: function getPendedhistoryList() {
21687
21684
  var _this26 = this;
@@ -21713,12 +21710,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21713
21710
  },
21714
21711
 
21715
21712
  // 提交流程
21716
- /**
21717
- * subProcess
21718
- * @desc:提交流程
21719
- * @author liufan
21720
- * @param {String} formName 当前form表单ref值
21721
- * @date 2022年5月25日
21713
+ /**
21714
+ * subProcess
21715
+ * @desc:提交流程
21716
+ * @author liufan
21717
+ * @param {String} formName 当前form表单ref值
21718
+ * @date 2022年5月25日
21722
21719
  **/
21723
21720
  subProcess: function subProcess(val) {
21724
21721
  var _this27 = this;
@@ -25304,11 +25301,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25304
25301
  });
25305
25302
  },
25306
25303
 
25307
- /**
25308
- * saveInfo
25309
- * @desc:暂存
25310
- * @author liufan
25311
- * @date 2022年9月9日
25304
+ /**
25305
+ * saveInfo
25306
+ * @desc:暂存
25307
+ * @author liufan
25308
+ * @date 2022年9月9日
25312
25309
  **/
25313
25310
  saveInfo: function saveInfo(type, btn) {
25314
25311
  var _this11 = this;
@@ -25370,11 +25367,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25370
25367
  });
25371
25368
  },
25372
25369
 
25373
- /**
25374
- * rejectBtn
25375
- * @desc:点击驳回
25376
- * @author liufan
25377
- * @date 2022年5月25日
25370
+ /**
25371
+ * rejectBtn
25372
+ * @desc:点击驳回
25373
+ * @author liufan
25374
+ * @date 2022年5月25日
25378
25375
  **/
25379
25376
  rejectBtn: function rejectBtn() {
25380
25377
  var _this13 = this;
@@ -25392,11 +25389,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25392
25389
  }
25393
25390
  },
25394
25391
 
25395
- /**
25396
- * taskReadBtn
25397
- * @desc:点击分阅
25398
- * @author liufan
25399
- * @date 2022年5月25日
25392
+ /**
25393
+ * taskReadBtn
25394
+ * @desc:点击分阅
25395
+ * @author liufan
25396
+ * @date 2022年5月25日
25400
25397
  **/
25401
25398
  taskReadBtn: function taskReadBtn() {
25402
25399
  var _this14 = this;
@@ -25415,11 +25412,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25415
25412
  }
25416
25413
  },
25417
25414
 
25418
- /**
25419
- * getFind
25420
- * @desc:获取通知方式
25421
- * @author liufan
25422
- * @date 2022年5月25日
25415
+ /**
25416
+ * getFind
25417
+ * @desc:获取通知方式
25418
+ * @author liufan
25419
+ * @date 2022年5月25日
25423
25420
  **/
25424
25421
  getFind: function getFind() {
25425
25422
  var _this15 = this;
@@ -25485,12 +25482,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25485
25482
  });
25486
25483
  },
25487
25484
 
25488
- /**
25489
- * endFlows
25490
- * @desc:直接办结
25491
- * @author liufan
25492
- * @param {Object} res 直接办结数据
25493
- * @date 2022年5月25日
25485
+ /**
25486
+ * endFlows
25487
+ * @desc:直接办结
25488
+ * @author liufan
25489
+ * @param {Object} res 直接办结数据
25490
+ * @date 2022年5月25日
25494
25491
  **/
25495
25492
  endFlows: function endFlows(res) {
25496
25493
  var _this17 = this;
@@ -25545,12 +25542,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25545
25542
  }).catch(function (e) {});
25546
25543
  },
25547
25544
 
25548
- /**
25549
- * goView
25550
- * @desc:更多流程按钮操作
25551
- * @author liufan
25552
- * @param {Object} res 当前点击操作按钮数据
25553
- * @date 2022年5月25日
25545
+ /**
25546
+ * goView
25547
+ * @desc:更多流程按钮操作
25548
+ * @author liufan
25549
+ * @param {Object} res 当前点击操作按钮数据
25550
+ * @date 2022年5月25日
25554
25551
  **/
25555
25552
  goView: function goView(res) {
25556
25553
  // 驳回并办结:rejectAndEndHtml
@@ -25635,11 +25632,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25635
25632
  // isCanStartSubFlow
25636
25633
  },
25637
25634
 
25638
- /**
25639
- * toTakeAdvice
25640
- * @desc:征求意见
25641
- * @author liufan
25642
- * @date 2022年9月29日
25635
+ /**
25636
+ * toTakeAdvice
25637
+ * @desc:征求意见
25638
+ * @author liufan
25639
+ * @date 2022年9月29日
25643
25640
  **/
25644
25641
  toTakeAdvice: function toTakeAdvice(res) {
25645
25642
  var _this19 = this;
@@ -25683,11 +25680,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25683
25680
  });
25684
25681
  },
25685
25682
 
25686
- /**
25687
- * toStartDraf
25688
- * @desc: 稿件递送、联合审核、复核
25689
- * @author liufan
25690
- * @date 2022年9月29日
25683
+ /**
25684
+ * toStartDraf
25685
+ * @desc: 稿件递送、联合审核、复核
25686
+ * @author liufan
25687
+ * @date 2022年9月29日
25691
25688
  **/
25692
25689
  toStartDraf: function toStartDraf(res) {
25693
25690
  var _this21 = this;
@@ -25701,11 +25698,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25701
25698
  }
25702
25699
  },
25703
25700
 
25704
- /**
25705
- * toSendMsg
25706
- * @desc:核稿通知
25707
- * @author liufan
25708
- * @date 2022年9月29日
25701
+ /**
25702
+ * toSendMsg
25703
+ * @desc:核稿通知
25704
+ * @author liufan
25705
+ * @date 2022年9月29日
25709
25706
  **/
25710
25707
  toSendMsg: function toSendMsg(res) {
25711
25708
  var _this22 = this;
@@ -25719,11 +25716,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25719
25716
  }
25720
25717
  },
25721
25718
 
25722
- /**
25723
- * toTaskReadAndEnd
25724
- * @desc:分阅并办结
25725
- * @author liufan
25726
- * @date 2022年9月29日
25719
+ /**
25720
+ * toTaskReadAndEnd
25721
+ * @desc:分阅并办结
25722
+ * @author liufan
25723
+ * @date 2022年9月29日
25727
25724
  **/
25728
25725
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
25729
25726
  var _this23 = this;
@@ -25741,11 +25738,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25741
25738
  }
25742
25739
  },
25743
25740
 
25744
- /**
25745
- * rejectAndEnd
25746
- * @desc:驳回并办结
25747
- * @author liufan
25748
- * @date 2022年9月29日
25741
+ /**
25742
+ * rejectAndEnd
25743
+ * @desc:驳回并办结
25744
+ * @author liufan
25745
+ * @date 2022年9月29日
25749
25746
  **/
25750
25747
  rejectAndEnd: function rejectAndEnd(res) {
25751
25748
  var _this24 = this;
@@ -25801,11 +25798,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25801
25798
  });
25802
25799
  },
25803
25800
 
25804
- /**
25805
- * toTransfer
25806
- * @desc:转办
25807
- * @author liufan
25808
- * @date 2022年9月29日
25801
+ /**
25802
+ * toTransfer
25803
+ * @desc:转办
25804
+ * @author liufan
25805
+ * @date 2022年9月29日
25809
25806
  **/
25810
25807
  toTransfer: function toTransfer(res) {
25811
25808
  var _this26 = this;
@@ -25824,11 +25821,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25824
25821
  this.nextNode.customLimitTime = val;
25825
25822
  },
25826
25823
 
25827
- /**
25828
- * getNodeInfo
25829
- * @desc:获取节点信息
25830
- * @author liufan
25831
- * @date 2022年5月25日
25824
+ /**
25825
+ * getNodeInfo
25826
+ * @desc:获取节点信息
25827
+ * @author liufan
25828
+ * @date 2022年5月25日
25832
25829
  **/
25833
25830
  getNodeInfo: function getNodeInfo() {
25834
25831
  var _this27 = this;
@@ -25935,12 +25932,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25935
25932
  });
25936
25933
  },
25937
25934
 
25938
- /**
25939
- * selecNext
25940
- * @desc:下步节点变化时更新数据
25941
- * @author liufan
25942
- * @param {String} val 当前选中值
25943
- * @date 2022年5月25日
25935
+ /**
25936
+ * selecNext
25937
+ * @desc:下步节点变化时更新数据
25938
+ * @author liufan
25939
+ * @param {String} val 当前选中值
25940
+ * @date 2022年5月25日
25944
25941
  **/
25945
25942
  selecNext: function selecNext(val, type, isDef) {
25946
25943
  var _this28 = this;
@@ -26072,11 +26069,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26072
26069
  this.getNodeInfo();
26073
26070
  },
26074
26071
 
26075
- /**
26076
- * isMultiple
26077
- * @desc:是否多选
26078
- * @author liufan
26079
- * @date 2022年9月13日
26072
+ /**
26073
+ * isMultiple
26074
+ * @desc:是否多选
26075
+ * @author liufan
26076
+ * @date 2022年9月13日
26080
26077
  **/
26081
26078
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
26082
26079
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -26108,11 +26105,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26108
26105
  }
26109
26106
  },
26110
26107
 
26111
- /**
26112
- * getHedInfo
26113
- * @desc:获取审核页面数据
26114
- * @author liufan
26115
- * @date 2022年5月25日
26108
+ /**
26109
+ * getHedInfo
26110
+ * @desc:获取审核页面数据
26111
+ * @author liufan
26112
+ * @date 2022年5月25日
26116
26113
  **/
26117
26114
  getHedInfo: function getHedInfo() {
26118
26115
  var _this29 = this;
@@ -26412,13 +26409,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26412
26409
  });
26413
26410
  },
26414
26411
 
26415
- /**
26416
- * closeProcess
26417
- * @desc:关闭弹窗
26418
- * @author liufan
26419
- * @param {boolean} val 当前是否办理流程
26420
- * @param {String} type 当前点击的弹窗类型
26421
- * @date 2022年5月25日
26412
+ /**
26413
+ * closeProcess
26414
+ * @desc:关闭弹窗
26415
+ * @author liufan
26416
+ * @param {boolean} val 当前是否办理流程
26417
+ * @param {String} type 当前点击的弹窗类型
26418
+ * @date 2022年5月25日
26422
26419
  **/
26423
26420
  closeProcess: function closeProcess(val, type, closeParent) {
26424
26421
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -26438,23 +26435,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26438
26435
  }
26439
26436
  },
26440
26437
 
26441
- /**
26442
- * selectChange
26443
- * @desc:常用语选择
26444
- * @author liufan
26445
- * @param {String} val 选中值
26446
- * @date 2022年5月25日
26438
+ /**
26439
+ * selectChange
26440
+ * @desc:常用语选择
26441
+ * @author liufan
26442
+ * @param {String} val 选中值
26443
+ * @date 2022年5月25日
26447
26444
  **/
26448
26445
  selectChange: function selectChange(val) {
26449
26446
  this.value = val;
26450
26447
  },
26451
26448
 
26452
- /**
26453
- * upDate
26454
- * @desc:修改常用语
26455
- * @author liufan
26456
- * @param {Object} val 修改值
26457
- * @date 2022年5月25日
26449
+ /**
26450
+ * upDate
26451
+ * @desc:修改常用语
26452
+ * @author liufan
26453
+ * @param {Object} val 修改值
26454
+ * @date 2022年5月25日
26458
26455
  **/
26459
26456
  upDate: function upDate(val) {
26460
26457
  this.FormData.id = val.id;
@@ -26462,11 +26459,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26462
26459
  },
26463
26460
 
26464
26461
 
26465
- /**
26466
- * getProcess
26467
- * @desc:获取选择流程
26468
- * @author liufan
26469
- * @date 2022年5月25日
26462
+ /**
26463
+ * getProcess
26464
+ * @desc:获取选择流程
26465
+ * @author liufan
26466
+ * @date 2022年5月25日
26470
26467
  **/
26471
26468
  getProcess: function getProcess(val) {
26472
26469
  var _this30 = this;
@@ -26526,11 +26523,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26526
26523
  });
26527
26524
  },
26528
26525
 
26529
- /**
26530
- * getPendedhistoryList
26531
- * @desc:获取流程列表
26532
- * @author liufan
26533
- * @date 2022年5月25日
26526
+ /**
26527
+ * getPendedhistoryList
26528
+ * @desc:获取流程列表
26529
+ * @author liufan
26530
+ * @date 2022年5月25日
26534
26531
  **/
26535
26532
  getPendedhistoryList: function getPendedhistoryList() {
26536
26533
  var _this31 = this;
@@ -26598,12 +26595,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26598
26595
  },
26599
26596
 
26600
26597
  // 提交流程
26601
- /**
26602
- * subProcess
26603
- * @desc:提交流程
26604
- * @author liufan
26605
- * @param {String} formName 当前form表单ref值
26606
- * @date 2022年5月25日
26598
+ /**
26599
+ * subProcess
26600
+ * @desc:提交流程
26601
+ * @author liufan
26602
+ * @param {String} formName 当前form表单ref值
26603
+ * @date 2022年5月25日
26607
26604
  **/
26608
26605
  subProcess: function subProcess(val, type) {
26609
26606
  var _this33 = this;