eoss-ui 0.7.45 → 0.7.47

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 (283) hide show
  1. package/lib/button-group.js +3 -3
  2. package/lib/calendar.js +6 -6
  3. package/lib/calogin.js +233 -233
  4. package/lib/clients.js +5 -5
  5. package/lib/data-table.js +21 -16
  6. package/lib/enable-drag.js +9 -8
  7. package/lib/eoss-ui.common.js +1126 -1082
  8. package/lib/flow-list.js +81 -81
  9. package/lib/flow.js +354 -348
  10. package/lib/handler.js +8 -8
  11. package/lib/icon.js +3 -3
  12. package/lib/icons.js +1 -1
  13. package/lib/index.js +1 -1
  14. package/lib/login.js +22 -19
  15. package/lib/main.js +296 -267
  16. package/lib/nav.js +4 -4
  17. package/lib/qr-code.js +13 -13
  18. package/lib/theme-chalk/base.css +1 -1
  19. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  20. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  21. package/lib/theme-chalk/icon.css +1 -1
  22. package/lib/theme-chalk/index.css +1 -1
  23. package/lib/theme-chalk/login.css +1 -1
  24. package/lib/theme-chalk/main.css +1 -1
  25. package/lib/theme-chalk/menu.css +1 -1
  26. package/lib/theme-chalk/simplicity.css +1 -1
  27. package/lib/theme-chalk/sizer.css +1 -1
  28. package/lib/theme-chalk/upload.css +1 -1
  29. package/lib/tips.js +3 -3
  30. package/lib/upload.js +9 -9
  31. package/package.json +160 -160
  32. package/packages/button/index.js +5 -5
  33. package/packages/button/src/main.vue +418 -418
  34. package/packages/button-group/index.js +5 -5
  35. package/packages/button-group/src/main.vue +346 -346
  36. package/packages/calendar/index.js +5 -5
  37. package/packages/calendar/src/main.vue +4 -4
  38. package/packages/calogin/index.js +5 -5
  39. package/packages/calogin/src/main.vue +412 -412
  40. package/packages/calogin/src/plugin.js +915 -915
  41. package/packages/card/index.js +5 -5
  42. package/packages/card/src/main.vue +156 -156
  43. package/packages/cascader/index.js +5 -5
  44. package/packages/cascader/src/main.vue +168 -168
  45. package/packages/checkbox-group/index.js +5 -5
  46. package/packages/checkbox-group/src/main.vue +333 -333
  47. package/packages/clients/index.js +5 -5
  48. package/packages/clients/src/main.vue +151 -151
  49. package/packages/data-table/index.js +5 -5
  50. package/packages/data-table/src/children.vue +39 -39
  51. package/packages/data-table/src/column.vue +992 -992
  52. package/packages/data-table/src/main.vue +1840 -1831
  53. package/packages/data-table/src/sizer.vue +195 -195
  54. package/packages/data-table-form/index.js +5 -5
  55. package/packages/data-table-form/src/checkbox.vue +101 -101
  56. package/packages/data-table-form/src/colgroup.vue +17 -17
  57. package/packages/data-table-form/src/main.vue +181 -181
  58. package/packages/data-table-form/src/radio.vue +65 -65
  59. package/packages/data-table-form/src/table.vue +233 -233
  60. package/packages/data-table-form/src/tbody.vue +336 -336
  61. package/packages/data-table-form/src/thead.vue +68 -68
  62. package/packages/date-picker/index.js +5 -5
  63. package/packages/date-picker/src/main.vue +236 -236
  64. package/packages/dialog/index.js +5 -5
  65. package/packages/enable-drag/index.js +5 -5
  66. package/packages/enable-drag/src/main.vue +5 -5
  67. package/packages/enterprise/index.js +5 -5
  68. package/packages/enterprise/src/main.vue +66 -66
  69. package/packages/error-page/index.js +5 -5
  70. package/packages/error-page/src/main.vue +44 -44
  71. package/packages/flow/index.js +5 -5
  72. package/packages/flow/src/component/Circulate.vue +413 -413
  73. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  74. package/packages/flow/src/component/CustomPreset.vue +322 -322
  75. package/packages/flow/src/component/FileList.vue +97 -97
  76. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  77. package/packages/flow/src/component/Preset.vue +255 -255
  78. package/packages/flow/src/component/SendMsg.vue +242 -242
  79. package/packages/flow/src/component/TimeLimit.vue +190 -190
  80. package/packages/flow/src/component/taskUnionExamine.vue +756 -756
  81. package/packages/flow/src/form.vue +121 -121
  82. package/packages/flow/src/freeStartFlow.vue +2846 -2847
  83. package/packages/flow/src/main.vue +3861 -3855
  84. package/packages/flow/src/processForm.vue +1365 -1365
  85. package/packages/flow/src/processReject.vue +309 -309
  86. package/packages/flow/src/reset.vue +942 -941
  87. package/packages/flow/src/selectUser.vue +2 -1
  88. package/packages/flow/src/startTaskRead.vue +692 -691
  89. package/packages/flow/src/supervise.vue +159 -159
  90. package/packages/flow/src/table.vue +58 -58
  91. package/packages/flow-group/index.js +5 -5
  92. package/packages/flow-group/src/main.vue +717 -717
  93. package/packages/flow-list/index.js +5 -5
  94. package/packages/flow-list/src/main.vue +1787 -1787
  95. package/packages/form/index.js +5 -5
  96. package/packages/form/src/main.vue +3901 -3901
  97. package/packages/form/src/table.vue +1512 -1512
  98. package/packages/handle-user/index.js +5 -5
  99. package/packages/handle-user/src/main.vue +137 -137
  100. package/packages/handler/index.js +5 -5
  101. package/packages/handler/src/main.vue +496 -496
  102. package/packages/icon/index.js +5 -5
  103. package/packages/icon/src/main.vue +104 -104
  104. package/packages/icons/index.js +5 -5
  105. package/packages/icons/src/icon.json +1 -1
  106. package/packages/icons/src/main.vue +81 -81
  107. package/packages/input/index.js +5 -5
  108. package/packages/input/src/main.vue +356 -356
  109. package/packages/input-number/index.js +5 -5
  110. package/packages/input-number/src/main.vue +106 -106
  111. package/packages/label/index.js +5 -5
  112. package/packages/label/src/main.vue +457 -457
  113. package/packages/layout/index.js +5 -5
  114. package/packages/layout/src/item.vue +152 -152
  115. package/packages/layout/src/main.vue +31 -31
  116. package/packages/login/index.js +5 -5
  117. package/packages/login/src/main.vue +2082 -2078
  118. package/packages/login/src/resetPassword.vue +557 -557
  119. package/packages/main/index.js +5 -5
  120. package/packages/main/src/default/message.vue +249 -249
  121. package/packages/main/src/default/notice.vue +157 -157
  122. package/packages/main/src/default/userinfo.vue +503 -503
  123. package/packages/main/src/public/online.vue +89 -89
  124. package/packages/main/src/public/search.vue +464 -464
  125. package/packages/main/src/public/settings.vue +227 -221
  126. package/packages/main/src/simplicity/apps.vue +388 -388
  127. package/packages/main/src/simplicity/avatar.vue +82 -82
  128. package/packages/main/src/simplicity/handler.vue +160 -158
  129. package/packages/main/src/simplicity/index.vue +2277 -2277
  130. package/packages/main/src/simplicity/lists.vue +84 -84
  131. package/packages/main/src/simplicity/menu-list.vue +135 -135
  132. package/packages/main/src/simplicity/message.vue +293 -293
  133. package/packages/main/src/simplicity/notice.vue +222 -222
  134. package/packages/main/src/simplicity/router-page.vue +45 -45
  135. package/packages/main/src/simplicity/sub-menu.vue +274 -274
  136. package/packages/main/src/simplicity/user.vue +259 -259
  137. package/packages/main/src/simplicity/userinfo.vue +401 -401
  138. package/packages/menu/index.js +5 -5
  139. package/packages/menu/src/main.vue +595 -595
  140. package/packages/nav/index.js +5 -5
  141. package/packages/nav/src/main.vue +351 -351
  142. package/packages/notify/index.js +5 -5
  143. package/packages/notify/src/main.vue +538 -538
  144. package/packages/page/index.js +5 -5
  145. package/packages/page/src/main.vue +167 -167
  146. package/packages/pagination/index.js +5 -5
  147. package/packages/pagination/src/main.vue +96 -96
  148. package/packages/player/index.js +5 -5
  149. package/packages/player/src/main.vue +194 -194
  150. package/packages/qr-code/index.js +5 -5
  151. package/packages/qr-code/src/main.vue +170 -170
  152. package/packages/radio-group/index.js +6 -6
  153. package/packages/radio-group/src/main.vue +319 -319
  154. package/packages/retrial-auth/index.js +5 -5
  155. package/packages/retrial-auth/src/main.vue +280 -280
  156. package/packages/select/index.js +5 -5
  157. package/packages/select/src/main.vue +782 -782
  158. package/packages/select-ganged/index.js +5 -5
  159. package/packages/select-ganged/src/main.vue +724 -724
  160. package/packages/selector/index.js +5 -5
  161. package/packages/selector/src/main.vue +761 -761
  162. package/packages/selector-panel/index.js +5 -5
  163. package/packages/selector-panel/src/main.vue +1027 -1027
  164. package/packages/selector-panel/src/selection.vue +170 -170
  165. package/packages/selector-panel/src/tree.vue +129 -129
  166. package/packages/sizer/index.js +5 -5
  167. package/packages/sizer/src/main.vue +254 -254
  168. package/packages/steps/index.js +5 -5
  169. package/packages/steps/src/main.vue +181 -181
  170. package/packages/switch/index.js +5 -5
  171. package/packages/switch/src/main.vue +170 -170
  172. package/packages/table-form/index.js +5 -5
  173. package/packages/tabs/index.js +5 -5
  174. package/packages/tabs/src/main.vue +788 -788
  175. package/packages/tabs-panel/index.js +5 -5
  176. package/packages/tabs-panel/src/main.vue +29 -29
  177. package/packages/theme-chalk/lib/base.css +1 -1
  178. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  179. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  180. package/packages/theme-chalk/lib/icon.css +1 -1
  181. package/packages/theme-chalk/lib/index.css +1 -1
  182. package/packages/theme-chalk/lib/login.css +1 -1
  183. package/packages/theme-chalk/lib/main.css +1 -1
  184. package/packages/theme-chalk/lib/menu.css +1 -1
  185. package/packages/theme-chalk/lib/simplicity.css +1 -1
  186. package/packages/theme-chalk/lib/sizer.css +1 -1
  187. package/packages/theme-chalk/lib/upload.css +1 -1
  188. package/packages/theme-chalk/src/base.scss +261 -261
  189. package/packages/theme-chalk/src/button-group.scss +176 -176
  190. package/packages/theme-chalk/src/button.scss +24 -24
  191. package/packages/theme-chalk/src/calendar.scss +113 -113
  192. package/packages/theme-chalk/src/card.scss +99 -99
  193. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  194. package/packages/theme-chalk/src/clients.scss +87 -87
  195. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  196. package/packages/theme-chalk/src/data-table.scss +293 -293
  197. package/packages/theme-chalk/src/date-picker.scss +7 -7
  198. package/packages/theme-chalk/src/dialog.scss +77 -77
  199. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  200. package/packages/theme-chalk/src/enterprise.scss +5 -5
  201. package/packages/theme-chalk/src/error-page.scss +18 -18
  202. package/packages/theme-chalk/src/flow-group.scss +110 -110
  203. package/packages/theme-chalk/src/flow-list.scss +39 -39
  204. package/packages/theme-chalk/src/flow.scss +351 -351
  205. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  206. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  207. package/packages/theme-chalk/src/form.scss +501 -501
  208. package/packages/theme-chalk/src/handle-user.scss +40 -40
  209. package/packages/theme-chalk/src/handler.scss +148 -148
  210. package/packages/theme-chalk/src/icon.scss +1429 -1817
  211. package/packages/theme-chalk/src/icons.scss +99 -99
  212. package/packages/theme-chalk/src/input.scss +9 -9
  213. package/packages/theme-chalk/src/label.scss +24 -24
  214. package/packages/theme-chalk/src/layout.scss +46 -46
  215. package/packages/theme-chalk/src/login.scss +1006 -987
  216. package/packages/theme-chalk/src/main.scss +663 -663
  217. package/packages/theme-chalk/src/menu.scss +224 -224
  218. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  219. package/packages/theme-chalk/src/nav.scss +111 -111
  220. package/packages/theme-chalk/src/page.scss +3 -3
  221. package/packages/theme-chalk/src/pagination.scss +29 -29
  222. package/packages/theme-chalk/src/player.scss +9 -9
  223. package/packages/theme-chalk/src/qr-code.scss +17 -17
  224. package/packages/theme-chalk/src/radio-group.scss +9 -9
  225. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  226. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  227. package/packages/theme-chalk/src/select.scss +8 -8
  228. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  229. package/packages/theme-chalk/src/selector.scss +114 -114
  230. package/packages/theme-chalk/src/simplicity.scss +1380 -1380
  231. package/packages/theme-chalk/src/sizer.scss +36 -36
  232. package/packages/theme-chalk/src/steps.scss +88 -88
  233. package/packages/theme-chalk/src/switch.scss +3 -3
  234. package/packages/theme-chalk/src/table-form.scss +1 -1
  235. package/packages/theme-chalk/src/tabs.scss +87 -87
  236. package/packages/theme-chalk/src/tips.scss +7 -7
  237. package/packages/theme-chalk/src/toolbar.scss +179 -179
  238. package/packages/theme-chalk/src/tree-group.scss +72 -72
  239. package/packages/theme-chalk/src/tree.scss +165 -165
  240. package/packages/theme-chalk/src/upload.scss +172 -172
  241. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  242. package/packages/tips/index.js +5 -5
  243. package/packages/tips/src/main.vue +141 -141
  244. package/packages/toolbar/index.js +5 -5
  245. package/packages/toolbar/src/main.vue +430 -430
  246. package/packages/tree/index.js +5 -5
  247. package/packages/tree-group/index.js +5 -5
  248. package/packages/upload/index.js +5 -5
  249. package/packages/upload/src/main.vue +1344 -1344
  250. package/packages/upload/src/picture.js +15 -15
  251. package/packages/wujie/index.js +5 -5
  252. package/packages/wujie/src/main.vue +145 -145
  253. package/packages/wxlogin/index.js +5 -5
  254. package/packages/wxlogin/src/main.vue +128 -128
  255. package/src/config/api.js +315 -315
  256. package/src/config/image.js +2 -2
  257. package/src/index.js +163 -163
  258. package/src/utils/bus.js +3 -3
  259. package/src/utils/date-util.js +312 -312
  260. package/src/utils/http.js +50 -50
  261. package/src/utils/rules.js +18 -18
  262. package/src/utils/store.js +21 -21
  263. package/src/utils/webSocket.js +107 -107
  264. package/packages/.DS_Store +0 -0
  265. package/packages/calogin/.DS_Store +0 -0
  266. package/packages/date-picker/.DS_Store +0 -0
  267. package/packages/date-picker/src/.DS_Store +0 -0
  268. package/packages/dialog/.DS_Store +0 -0
  269. package/packages/flow/.DS_Store +0 -0
  270. package/packages/flow/src/.DS_Store +0 -0
  271. package/packages/flow-list/.DS_Store +0 -0
  272. package/packages/form/.DS_Store +0 -0
  273. package/packages/login/.DS_Store +0 -0
  274. package/packages/main/.DS_Store +0 -0
  275. package/packages/main/src/.DS_Store +0 -0
  276. package/packages/menu/.DS_Store +0 -0
  277. package/packages/select/.DS_Store +0 -0
  278. package/packages/selector/.DS_Store +0 -0
  279. package/packages/selector-panel/.DS_Store +0 -0
  280. package/packages/theme-chalk/src/.DS_Store +0 -0
  281. package/packages/upload/.DS_Store +0 -0
  282. package/src/.DS_Store +0 -0
  283. package/src/utils/.DS_Store +0 -0
package/lib/flow.js CHANGED
@@ -4656,7 +4656,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4656
4656
  // ESM COMPAT FLAG
4657
4657
  __webpack_require__.r(__webpack_exports__);
4658
4658
 
4659
- // 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=6401a30b&
4659
+ // 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=6aa1c3ab&
4660
4660
  var render = function () {
4661
4661
  var _vm = this
4662
4662
  var _h = _vm.$createElement
@@ -4715,8 +4715,8 @@ var render = function () {
4715
4715
  attrs: {
4716
4716
  size: "medium",
4717
4717
  icon: _vm.shrink
4718
- ? "es-icon-indent"
4719
- : "es-icon-increase",
4718
+ ? "es-icon-shouqi"
4719
+ : "es-icon-zhankai",
4720
4720
  },
4721
4721
  on: { click: _vm.setShrink },
4722
4722
  })
@@ -5005,8 +5005,8 @@ var render = function () {
5005
5005
  attrs: {
5006
5006
  size: "medium",
5007
5007
  icon: _vm.shrink
5008
- ? "es-icon-indent"
5009
- : "es-icon-increase",
5008
+ ? "es-icon-shouqi"
5009
+ : "es-icon-zhankai",
5010
5010
  },
5011
5011
  on: { click: _vm.setShrink },
5012
5012
  })
@@ -5323,7 +5323,7 @@ var render = function () {
5323
5323
  ],
5324
5324
  attrs: {
5325
5325
  slot: "append",
5326
- icon: "el-icon-picture",
5326
+ icon: "es-icon-solid-tupian",
5327
5327
  },
5328
5328
  on: {
5329
5329
  click: function () {
@@ -7197,7 +7197,7 @@ var render = function () {
7197
7197
  ref: "circulateVisible",
7198
7198
  attrs: {
7199
7199
  "append-to-body": "",
7200
- height: "400",
7200
+ height: "auto",
7201
7201
  title: "发起传阅",
7202
7202
  "close-on-click-modal": false,
7203
7203
  visible: _vm.circulateVisible,
@@ -7292,6 +7292,7 @@ var render = function () {
7292
7292
  {
7293
7293
  attrs: {
7294
7294
  "append-to-body": "",
7295
+ height: "auto",
7295
7296
  "close-on-click-modal": false,
7296
7297
  title: "流程图查看",
7297
7298
  visible: _vm.showFlowChart,
@@ -7324,7 +7325,7 @@ var render = function () {
7324
7325
  staticClass: "flow-dialog",
7325
7326
  attrs: {
7326
7327
  "append-to-body": "",
7327
- height: "400px",
7328
+ height: "auto",
7328
7329
  title: "驳回",
7329
7330
  "close-on-click-modal": false,
7330
7331
  visible: _vm.showReject,
@@ -7362,7 +7363,7 @@ var render = function () {
7362
7363
  staticClass: "flow-dialog",
7363
7364
  attrs: {
7364
7365
  "append-to-body": "",
7365
- height: "400px",
7366
+ height: "auto",
7366
7367
  "close-on-click-modal": false,
7367
7368
  title:
7368
7369
  _vm.taskReadType === "transfer" ? "转办" : "分阅",
@@ -7403,6 +7404,7 @@ var render = function () {
7403
7404
  staticClass: "flow-dialog",
7404
7405
  attrs: {
7405
7406
  "append-to-body": "",
7407
+ height: "auto",
7406
7408
  title: "意见附件",
7407
7409
  "close-on-click-modal": false,
7408
7410
  visible: _vm.showFileList,
@@ -7437,7 +7439,7 @@ var render = function () {
7437
7439
  staticClass: "flow-dialog",
7438
7440
  attrs: {
7439
7441
  "append-to-body": "",
7440
- height: "400",
7442
+ height: "auto",
7441
7443
  title: "发送消息",
7442
7444
  "close-on-click-modal": false,
7443
7445
  visible: _vm.showSendMsg,
@@ -7473,7 +7475,7 @@ var render = function () {
7473
7475
  staticClass: "flow-dialog",
7474
7476
  attrs: {
7475
7477
  "append-to-body": "",
7476
- height: "400",
7478
+ height: "auto",
7477
7479
  "close-on-click-modal": false,
7478
7480
  title: _vm.flowTitle,
7479
7481
  visible: _vm.showTaskUnionExamine,
@@ -7513,7 +7515,7 @@ var render = function () {
7513
7515
  ref: "handleVisible",
7514
7516
  staticClass: "flow-dialog",
7515
7517
  attrs: {
7516
- height: "400",
7518
+ height: "auto",
7517
7519
  title: _vm.title,
7518
7520
  "close-on-click-modal": false,
7519
7521
  visible: _vm.showFreeStartFlow,
@@ -7571,7 +7573,7 @@ var staticRenderFns = []
7571
7573
  render._withStripped = true
7572
7574
 
7573
7575
 
7574
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6401a30b&
7576
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6aa1c3ab&
7575
7577
 
7576
7578
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7577
7579
  var regenerator_ = __webpack_require__(4);
@@ -8431,21 +8433,21 @@ var _components;
8431
8433
  return validSate;
8432
8434
  },
8433
8435
 
8434
- /**
8435
- * changeOpinion
8436
- * @desc:监听意见变化
8437
- * @author liufan
8438
- * @date 2022年10月28日
8436
+ /**
8437
+ * changeOpinion
8438
+ * @desc:监听意见变化
8439
+ * @author liufan
8440
+ * @date 2022年10月28日
8439
8441
  **/
8440
8442
  changeOpinion: function changeOpinion() {
8441
8443
  this.$emit('change', this.form.value);
8442
8444
  },
8443
8445
 
8444
- /**
8445
- * getCommonOpion
8446
- * @desc:获取意见
8447
- * @author liufan
8448
- * @date 2022年5月25日
8446
+ /**
8447
+ * getCommonOpion
8448
+ * @desc:获取意见
8449
+ * @author liufan
8450
+ * @date 2022年5月25日
8449
8451
  **/
8450
8452
  getCommonOpion: function getCommonOpion() {
8451
8453
  var _this = this;
@@ -8474,24 +8476,24 @@ var _components;
8474
8476
  });
8475
8477
  },
8476
8478
 
8477
- /**
8478
- * upDate
8479
- * @desc:修改常用语
8480
- * @author liufan
8481
- * @param {Object} val 修改值
8482
- * @date 2022年5月25日
8479
+ /**
8480
+ * upDate
8481
+ * @desc:修改常用语
8482
+ * @author liufan
8483
+ * @param {Object} val 修改值
8484
+ * @date 2022年5月25日
8483
8485
  **/
8484
8486
  upDate: function upDate(val) {
8485
8487
  this.FormData.id = val.id;
8486
8488
  this.addVisible = true;
8487
8489
  },
8488
8490
 
8489
- /**
8490
- * selectChange
8491
- * @desc:常用语选择
8492
- * @author liufan
8493
- * @param {String} val 选中值
8494
- * @date 2022年5月25日
8491
+ /**
8492
+ * selectChange
8493
+ * @desc:常用语选择
8494
+ * @author liufan
8495
+ * @param {String} val 选中值
8496
+ * @date 2022年5月25日
8495
8497
  **/
8496
8498
  selectChange: function selectChange(val) {
8497
8499
  var _this2 = this;
@@ -8510,12 +8512,12 @@ var _components;
8510
8512
  });
8511
8513
  },
8512
8514
 
8513
- /**
8514
- * del
8515
- * @desc:删除常用语
8516
- * @author liufan
8517
- * @param {Object} val 删除的数据
8518
- * @date 2022年5月25日
8515
+ /**
8516
+ * del
8517
+ * @desc:删除常用语
8518
+ * @author liufan
8519
+ * @param {Object} val 删除的数据
8520
+ * @date 2022年5月25日
8519
8521
  **/
8520
8522
  del: function del(val) {
8521
8523
  var _this3 = this;
@@ -8557,12 +8559,12 @@ var _components;
8557
8559
  }).catch(function (e) {});
8558
8560
  },
8559
8561
 
8560
- /**
8561
- * submit
8562
- * @desc:新增/编辑意见保存
8563
- * @author liufan
8564
- * @param {Object} val 保存数据
8565
- * @date 2022年5月25日
8562
+ /**
8563
+ * submit
8564
+ * @desc:新增/编辑意见保存
8565
+ * @author liufan
8566
+ * @param {Object} val 保存数据
8567
+ * @date 2022年5月25日
8566
8568
  **/
8567
8569
  submit: function submit(val) {
8568
8570
  var _this4 = this;
@@ -9403,8 +9405,8 @@ processFormvue_type_template_id_ede024a0_render._withStripped = true
9403
9405
 
9404
9406
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=ede024a0&
9405
9407
 
9406
- // 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&
9407
- var selectUservue_type_template_id_4750588e_render = function () {
9408
+ // 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=316845b7&
9409
+ var selectUservue_type_template_id_316845b7_render = function () {
9408
9410
  var _vm = this
9409
9411
  var _h = _vm.$createElement
9410
9412
  var _c = _vm._self._c || _h
@@ -9547,7 +9549,7 @@ var selectUservue_type_template_id_4750588e_render = function () {
9547
9549
  expression: "newSelectUserList",
9548
9550
  },
9549
9551
  },
9550
- [_c("i", { staticClass: "es-icon-user" })]
9552
+ [_c("i", { staticClass: "es-icon-yonghu" })]
9551
9553
  )
9552
9554
  : _vm._e(),
9553
9555
  ],
@@ -9557,11 +9559,11 @@ var selectUservue_type_template_id_4750588e_render = function () {
9557
9559
  2
9558
9560
  )
9559
9561
  }
9560
- var selectUservue_type_template_id_4750588e_staticRenderFns = []
9561
- selectUservue_type_template_id_4750588e_render._withStripped = true
9562
+ var selectUservue_type_template_id_316845b7_staticRenderFns = []
9563
+ selectUservue_type_template_id_316845b7_render._withStripped = true
9562
9564
 
9563
9565
 
9564
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=4750588e&
9566
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=316845b7&
9565
9567
 
9566
9568
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
9567
9569
  var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -9663,6 +9665,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9663
9665
  //
9664
9666
  //
9665
9667
  //
9668
+ //
9666
9669
 
9667
9670
 
9668
9671
 
@@ -10065,8 +10068,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
10065
10068
 
10066
10069
  var selectUser_component = Object(componentNormalizer["a" /* default */])(
10067
10070
  src_selectUservue_type_script_lang_js_,
10068
- selectUservue_type_template_id_4750588e_render,
10069
- selectUservue_type_template_id_4750588e_staticRenderFns,
10071
+ selectUservue_type_template_id_316845b7_render,
10072
+ selectUservue_type_template_id_316845b7_staticRenderFns,
10070
10073
  false,
10071
10074
  null,
10072
10075
  null,
@@ -12027,11 +12030,11 @@ var processFormvue_type_script_lang_js_components;
12027
12030
  });
12028
12031
  },
12029
12032
 
12030
- /**
12031
- * isMultiple
12032
- * @desc:是否多选
12033
- * @author liufan
12034
- * @date 2022年9月13日
12033
+ /**
12034
+ * isMultiple
12035
+ * @desc:是否多选
12036
+ * @author liufan
12037
+ * @date 2022年9月13日
12035
12038
  **/
12036
12039
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12037
12040
  var multiple = false;
@@ -13659,8 +13662,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
13659
13662
  )
13660
13663
 
13661
13664
  /* harmony default export */ var processReject = (processReject_component.exports);
13662
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=094580c3&
13663
- var startTaskReadvue_type_template_id_094580c3_render = function () {
13665
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=3d56ed51&
13666
+ var startTaskReadvue_type_template_id_3d56ed51_render = function () {
13664
13667
  var _vm = this
13665
13668
  var _h = _vm.$createElement
13666
13669
  var _c = _vm._self._c || _h
@@ -14082,11 +14085,11 @@ var startTaskReadvue_type_template_id_094580c3_render = function () {
14082
14085
  1
14083
14086
  )
14084
14087
  }
14085
- var startTaskReadvue_type_template_id_094580c3_staticRenderFns = []
14086
- startTaskReadvue_type_template_id_094580c3_render._withStripped = true
14088
+ var startTaskReadvue_type_template_id_3d56ed51_staticRenderFns = []
14089
+ startTaskReadvue_type_template_id_3d56ed51_render._withStripped = true
14087
14090
 
14088
14091
 
14089
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=094580c3&
14092
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=3d56ed51&
14090
14093
 
14091
14094
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
14092
14095
  var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -14497,11 +14500,12 @@ var startTaskReadvue_type_script_lang_js_components;
14497
14500
  var newUserNames = userNames.split(',');
14498
14501
  newUserIds.map(function (item, index) {
14499
14502
  _this3.nextNode.nextUser.push(item);
14500
- _this3.userOptions.push({ id: item, name: newUserNames[index] });
14503
+ _this3.userOptions.push({ id: item, name: newUserNames[index], stype: data.stype });
14501
14504
 
14502
14505
  _this3.selectUserList.push({
14503
14506
  showid: item,
14504
- showname: newUserNames[index]
14507
+ showname: newUserNames[index],
14508
+ stype: data.stype
14505
14509
  });
14506
14510
  });
14507
14511
  // this.selectUserList = this.newSelectUserList
@@ -14810,8 +14814,8 @@ var startTaskReadvue_type_script_lang_js_components;
14810
14814
 
14811
14815
  var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
14812
14816
  src_startTaskReadvue_type_script_lang_js_,
14813
- startTaskReadvue_type_template_id_094580c3_render,
14814
- startTaskReadvue_type_template_id_094580c3_staticRenderFns,
14817
+ startTaskReadvue_type_template_id_3d56ed51_render,
14818
+ startTaskReadvue_type_template_id_3d56ed51_staticRenderFns,
14815
14819
  false,
14816
14820
  null,
14817
14821
  null,
@@ -14820,8 +14824,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
14820
14824
  )
14821
14825
 
14822
14826
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
14823
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=f85d1446&
14824
- var resetvue_type_template_id_f85d1446_render = function () {
14827
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=d88bac9e&
14828
+ var resetvue_type_template_id_d88bac9e_render = function () {
14825
14829
  var _vm = this
14826
14830
  var _h = _vm.$createElement
14827
14831
  var _c = _vm._self._c || _h
@@ -15307,11 +15311,11 @@ var resetvue_type_template_id_f85d1446_render = function () {
15307
15311
  1
15308
15312
  )
15309
15313
  }
15310
- var resetvue_type_template_id_f85d1446_staticRenderFns = []
15311
- resetvue_type_template_id_f85d1446_render._withStripped = true
15314
+ var resetvue_type_template_id_d88bac9e_staticRenderFns = []
15315
+ resetvue_type_template_id_d88bac9e_render._withStripped = true
15312
15316
 
15313
15317
 
15314
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=f85d1446&
15318
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=d88bac9e&
15315
15319
 
15316
15320
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
15317
15321
  var resetvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -15940,7 +15944,8 @@ var resetvue_type_script_lang_js_components;
15940
15944
  processDefinitionId: this.processDefinitionId,
15941
15945
  nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
15942
15946
  businessId: this.taskExamine.businessId,
15943
- pendingId: this.taskExamine.pendingId
15947
+ pendingId: this.taskExamine.pendingId,
15948
+ taskAction: this.type == 'reset' ? 'resetProcess' : this.type == 'continuation' ? 'continuation' : ''
15944
15949
  };
15945
15950
  util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
15946
15951
  var status = res.status,
@@ -16074,11 +16079,11 @@ var resetvue_type_script_lang_js_components;
16074
16079
  });
16075
16080
  },
16076
16081
 
16077
- /**
16078
- * isMultiple
16079
- * @desc:是否多选
16080
- * @author liufan
16081
- * @date 2022年9月13日
16082
+ /**
16083
+ * isMultiple
16084
+ * @desc:是否多选
16085
+ * @author liufan
16086
+ * @date 2022年9月13日
16082
16087
  **/
16083
16088
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16084
16089
  var multiple = false;
@@ -16212,8 +16217,8 @@ var resetvue_type_script_lang_js_components;
16212
16217
 
16213
16218
  var reset_component = Object(componentNormalizer["a" /* default */])(
16214
16219
  src_resetvue_type_script_lang_js_,
16215
- resetvue_type_template_id_f85d1446_render,
16216
- resetvue_type_template_id_f85d1446_staticRenderFns,
16220
+ resetvue_type_template_id_d88bac9e_render,
16221
+ resetvue_type_template_id_d88bac9e_staticRenderFns,
16217
16222
  false,
16218
16223
  null,
16219
16224
  null,
@@ -16222,8 +16227,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
16222
16227
  )
16223
16228
 
16224
16229
  /* harmony default export */ var src_reset = (reset_component.exports);
16225
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=bc0ffca8&
16226
- var taskUnionExaminevue_type_template_id_bc0ffca8_render = function () {
16230
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=00379ffe&
16231
+ var taskUnionExaminevue_type_template_id_00379ffe_render = function () {
16227
16232
  var _vm = this
16228
16233
  var _h = _vm.$createElement
16229
16234
  var _c = _vm._self._c || _h
@@ -16238,7 +16243,7 @@ var taskUnionExaminevue_type_template_id_bc0ffca8_render = function () {
16238
16243
  expression: "loading",
16239
16244
  },
16240
16245
  ],
16241
- staticClass: "es-flow-index task-union-examine",
16246
+ staticClass: "task-union-examine",
16242
16247
  },
16243
16248
  [
16244
16249
  _c(
@@ -16532,11 +16537,11 @@ var taskUnionExaminevue_type_template_id_bc0ffca8_render = function () {
16532
16537
  1
16533
16538
  )
16534
16539
  }
16535
- var taskUnionExaminevue_type_template_id_bc0ffca8_staticRenderFns = []
16536
- taskUnionExaminevue_type_template_id_bc0ffca8_render._withStripped = true
16540
+ var taskUnionExaminevue_type_template_id_00379ffe_staticRenderFns = []
16541
+ taskUnionExaminevue_type_template_id_00379ffe_render._withStripped = true
16537
16542
 
16538
16543
 
16539
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=bc0ffca8&
16544
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=00379ffe&
16540
16545
 
16541
16546
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
16542
16547
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -17229,8 +17234,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
17229
17234
 
17230
17235
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
17231
17236
  component_taskUnionExaminevue_type_script_lang_js_,
17232
- taskUnionExaminevue_type_template_id_bc0ffca8_render,
17233
- taskUnionExaminevue_type_template_id_bc0ffca8_staticRenderFns,
17237
+ taskUnionExaminevue_type_template_id_00379ffe_render,
17238
+ taskUnionExaminevue_type_template_id_00379ffe_staticRenderFns,
17234
17239
  false,
17235
17240
  null,
17236
17241
  null,
@@ -17239,19 +17244,15 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
17239
17244
  )
17240
17245
 
17241
17246
  /* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
17242
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=0a6833ac&
17243
- var freeStartFlowvue_type_template_id_0a6833ac_render = function () {
17247
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=a3686e6e&
17248
+ var freeStartFlowvue_type_template_id_a3686e6e_render = function () {
17244
17249
  var _vm = this
17245
17250
  var _h = _vm.$createElement
17246
17251
  var _c = _vm._self._c || _h
17247
17252
  return !_vm.shrinkAbled
17248
17253
  ? _c(
17249
17254
  "div",
17250
- {
17251
- staticClass: "es-flow-index",
17252
- class: { "es-flow-narrow": _vm.shrink },
17253
- style: _vm.styles,
17254
- },
17255
+ { class: { "es-flow-narrow": _vm.shrink }, style: _vm.styles },
17255
17256
  [
17256
17257
  _vm.newTypeCode == "reset" || _vm.newTypeCode == "continuation"
17257
17258
  ? _c("Reset", {
@@ -19335,11 +19336,11 @@ var freeStartFlowvue_type_template_id_0a6833ac_render = function () {
19335
19336
  )
19336
19337
  : _vm._e()
19337
19338
  }
19338
- var freeStartFlowvue_type_template_id_0a6833ac_staticRenderFns = []
19339
- freeStartFlowvue_type_template_id_0a6833ac_render._withStripped = true
19339
+ var freeStartFlowvue_type_template_id_a3686e6e_staticRenderFns = []
19340
+ freeStartFlowvue_type_template_id_a3686e6e_render._withStripped = true
19340
19341
 
19341
19342
 
19342
- // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=0a6833ac&
19343
+ // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=a3686e6e&
19343
19344
 
19344
19345
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
19345
19346
 
@@ -20100,7 +20101,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20100
20101
  //
20101
20102
  //
20102
20103
  //
20103
- //
20104
20104
 
20105
20105
 
20106
20106
 
@@ -20655,11 +20655,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20655
20655
  });
20656
20656
  },
20657
20657
 
20658
- /**
20659
- * saveInfo
20660
- * @desc:暂存
20661
- * @author liufan
20662
- * @date 2022年9月9日
20658
+ /**
20659
+ * saveInfo
20660
+ * @desc:暂存
20661
+ * @author liufan
20662
+ * @date 2022年9月9日
20663
20663
  **/
20664
20664
  saveInfo: function saveInfo(type, btn) {
20665
20665
  var _this6 = this;
@@ -20721,11 +20721,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20721
20721
  });
20722
20722
  },
20723
20723
 
20724
- /**
20725
- * rejectBtn
20726
- * @desc:点击驳回
20727
- * @author liufan
20728
- * @date 2022年5月25日
20724
+ /**
20725
+ * rejectBtn
20726
+ * @desc:点击驳回
20727
+ * @author liufan
20728
+ * @date 2022年5月25日
20729
20729
  **/
20730
20730
  rejectBtn: function rejectBtn() {
20731
20731
  var _this8 = this;
@@ -20743,11 +20743,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20743
20743
  }
20744
20744
  },
20745
20745
 
20746
- /**
20747
- * taskReadBtn
20748
- * @desc:点击分阅
20749
- * @author liufan
20750
- * @date 2022年5月25日
20746
+ /**
20747
+ * taskReadBtn
20748
+ * @desc:点击分阅
20749
+ * @author liufan
20750
+ * @date 2022年5月25日
20751
20751
  **/
20752
20752
  taskReadBtn: function taskReadBtn() {
20753
20753
  var _this9 = this;
@@ -20766,11 +20766,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20766
20766
  }
20767
20767
  },
20768
20768
 
20769
- /**
20770
- * getFind
20771
- * @desc:获取通知方式
20772
- * @author liufan
20773
- * @date 2022年5月25日
20769
+ /**
20770
+ * getFind
20771
+ * @desc:获取通知方式
20772
+ * @author liufan
20773
+ * @date 2022年5月25日
20774
20774
  **/
20775
20775
  getFind: function getFind() {
20776
20776
  var _this10 = this;
@@ -20825,12 +20825,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20825
20825
  });
20826
20826
  },
20827
20827
 
20828
- /**
20829
- * endFlows
20830
- * @desc:直接办结
20831
- * @author liufan
20832
- * @param {Object} res 直接办结数据
20833
- * @date 2022年5月25日
20828
+ /**
20829
+ * endFlows
20830
+ * @desc:直接办结
20831
+ * @author liufan
20832
+ * @param {Object} res 直接办结数据
20833
+ * @date 2022年5月25日
20834
20834
  **/
20835
20835
  endFlows: function endFlows(res) {
20836
20836
  var _this12 = this;
@@ -20884,12 +20884,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20884
20884
  }).catch(function (e) {});
20885
20885
  },
20886
20886
 
20887
- /**
20888
- * goView
20889
- * @desc:更多流程按钮操作
20890
- * @author liufan
20891
- * @param {Object} res 当前点击操作按钮数据
20892
- * @date 2022年5月25日
20887
+ /**
20888
+ * goView
20889
+ * @desc:更多流程按钮操作
20890
+ * @author liufan
20891
+ * @param {Object} res 当前点击操作按钮数据
20892
+ * @date 2022年5月25日
20893
20893
  **/
20894
20894
  goView: function goView(res) {
20895
20895
  // 驳回并办结:rejectAndEndHtml
@@ -20974,11 +20974,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20974
20974
  // isCanStartSubFlow
20975
20975
  },
20976
20976
 
20977
- /**
20978
- * toTakeAdvice
20979
- * @desc:征求意见
20980
- * @author liufan
20981
- * @date 2022年9月29日
20977
+ /**
20978
+ * toTakeAdvice
20979
+ * @desc:征求意见
20980
+ * @author liufan
20981
+ * @date 2022年9月29日
20982
20982
  **/
20983
20983
  toTakeAdvice: function toTakeAdvice(res) {
20984
20984
  var _this14 = this;
@@ -21022,11 +21022,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21022
21022
  });
21023
21023
  },
21024
21024
 
21025
- /**
21026
- * toStartDraf
21027
- * @desc: 稿件递送、联合审核、复核
21028
- * @author liufan
21029
- * @date 2022年9月29日
21025
+ /**
21026
+ * toStartDraf
21027
+ * @desc: 稿件递送、联合审核、复核
21028
+ * @author liufan
21029
+ * @date 2022年9月29日
21030
21030
  **/
21031
21031
  toStartDraf: function toStartDraf(res) {
21032
21032
  var _this16 = this;
@@ -21040,11 +21040,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21040
21040
  }
21041
21041
  },
21042
21042
 
21043
- /**
21044
- * toSendMsg
21045
- * @desc:核稿通知
21046
- * @author liufan
21047
- * @date 2022年9月29日
21043
+ /**
21044
+ * toSendMsg
21045
+ * @desc:核稿通知
21046
+ * @author liufan
21047
+ * @date 2022年9月29日
21048
21048
  **/
21049
21049
  toSendMsg: function toSendMsg(res) {
21050
21050
  var _this17 = this;
@@ -21058,11 +21058,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21058
21058
  }
21059
21059
  },
21060
21060
 
21061
- /**
21062
- * toTaskReadAndEnd
21063
- * @desc:分阅并办结
21064
- * @author liufan
21065
- * @date 2022年9月29日
21061
+ /**
21062
+ * toTaskReadAndEnd
21063
+ * @desc:分阅并办结
21064
+ * @author liufan
21065
+ * @date 2022年9月29日
21066
21066
  **/
21067
21067
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21068
21068
  var _this18 = this;
@@ -21080,11 +21080,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21080
21080
  }
21081
21081
  },
21082
21082
 
21083
- /**
21084
- * rejectAndEnd
21085
- * @desc:驳回并办结
21086
- * @author liufan
21087
- * @date 2022年9月29日
21083
+ /**
21084
+ * rejectAndEnd
21085
+ * @desc:驳回并办结
21086
+ * @author liufan
21087
+ * @date 2022年9月29日
21088
21088
  **/
21089
21089
  rejectAndEnd: function rejectAndEnd(res) {
21090
21090
  var _this19 = this;
@@ -21139,11 +21139,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21139
21139
  });
21140
21140
  },
21141
21141
 
21142
- /**
21143
- * toTransfer
21144
- * @desc:转办
21145
- * @author liufan
21146
- * @date 2022年9月29日
21142
+ /**
21143
+ * toTransfer
21144
+ * @desc:转办
21145
+ * @author liufan
21146
+ * @date 2022年9月29日
21147
21147
  **/
21148
21148
  toTransfer: function toTransfer(res) {
21149
21149
  var _this21 = this;
@@ -21159,11 +21159,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21159
21159
  }
21160
21160
  },
21161
21161
 
21162
- /**
21163
- * getNodeInfo
21164
- * @desc:获取节点信息
21165
- * @author liufan
21166
- * @date 2022年5月25日
21162
+ /**
21163
+ * getNodeInfo
21164
+ * @desc:获取节点信息
21165
+ * @author liufan
21166
+ * @date 2022年5月25日
21167
21167
  **/
21168
21168
  getNodeInfo: function getNodeInfo() {
21169
21169
  var _this22 = this;
@@ -21262,12 +21262,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21262
21262
  });
21263
21263
  },
21264
21264
 
21265
- /**
21266
- * selecNext
21267
- * @desc:下步节点变化时更新数据
21268
- * @author liufan
21269
- * @param {String} val 当前选中值
21270
- * @date 2022年5月25日
21265
+ /**
21266
+ * selecNext
21267
+ * @desc:下步节点变化时更新数据
21268
+ * @author liufan
21269
+ * @param {String} val 当前选中值
21270
+ * @date 2022年5月25日
21271
21271
  **/
21272
21272
  selecNext: function selecNext(val, type, isDef) {
21273
21273
  var _this23 = this;
@@ -21376,11 +21376,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21376
21376
  if (isDef !== true) this.getNodeInfo();
21377
21377
  },
21378
21378
 
21379
- /**
21380
- * isMultiple
21381
- * @desc:是否多选
21382
- * @author liufan
21383
- * @date 2022年9月13日
21379
+ /**
21380
+ * isMultiple
21381
+ * @desc:是否多选
21382
+ * @author liufan
21383
+ * @date 2022年9月13日
21384
21384
  **/
21385
21385
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
21386
21386
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -21412,11 +21412,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21412
21412
  }
21413
21413
  },
21414
21414
 
21415
- /**
21416
- * getHedInfo
21417
- * @desc:获取审核页面数据
21418
- * @author liufan
21419
- * @date 2022年5月25日
21415
+ /**
21416
+ * getHedInfo
21417
+ * @desc:获取审核页面数据
21418
+ * @author liufan
21419
+ * @date 2022年5月25日
21420
21420
  **/
21421
21421
  getHedInfo: function getHedInfo() {
21422
21422
  var _this24 = this;
@@ -21652,13 +21652,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21652
21652
  });
21653
21653
  },
21654
21654
 
21655
- /**
21656
- * closeProcess
21657
- * @desc:关闭弹窗
21658
- * @author liufan
21659
- * @param {boolean} val 当前是否办理流程
21660
- * @param {String} type 当前点击的弹窗类型
21661
- * @date 2022年5月25日
21655
+ /**
21656
+ * closeProcess
21657
+ * @desc:关闭弹窗
21658
+ * @author liufan
21659
+ * @param {boolean} val 当前是否办理流程
21660
+ * @param {String} type 当前点击的弹窗类型
21661
+ * @date 2022年5月25日
21662
21662
  **/
21663
21663
  closeProcess: function closeProcess(val, type, closeParent) {
21664
21664
  if (closeParent) {
@@ -21675,23 +21675,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21675
21675
  }
21676
21676
  },
21677
21677
 
21678
- /**
21679
- * selectChange
21680
- * @desc:常用语选择
21681
- * @author liufan
21682
- * @param {String} val 选中值
21683
- * @date 2022年5月25日
21678
+ /**
21679
+ * selectChange
21680
+ * @desc:常用语选择
21681
+ * @author liufan
21682
+ * @param {String} val 选中值
21683
+ * @date 2022年5月25日
21684
21684
  **/
21685
21685
  selectChange: function selectChange(val) {
21686
21686
  this.value = val;
21687
21687
  },
21688
21688
 
21689
- /**
21690
- * upDate
21691
- * @desc:修改常用语
21692
- * @author liufan
21693
- * @param {Object} val 修改值
21694
- * @date 2022年5月25日
21689
+ /**
21690
+ * upDate
21691
+ * @desc:修改常用语
21692
+ * @author liufan
21693
+ * @param {Object} val 修改值
21694
+ * @date 2022年5月25日
21695
21695
  **/
21696
21696
  upDate: function upDate(val) {
21697
21697
  this.FormData.id = val.id;
@@ -21699,11 +21699,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21699
21699
  },
21700
21700
 
21701
21701
 
21702
- /**
21703
- * getProcess
21704
- * @desc:获取选择流程
21705
- * @author liufan
21706
- * @date 2022年5月25日
21702
+ /**
21703
+ * getProcess
21704
+ * @desc:获取选择流程
21705
+ * @author liufan
21706
+ * @date 2022年5月25日
21707
21707
  **/
21708
21708
  getProcess: function getProcess() {
21709
21709
  var _this25 = this;
@@ -21757,11 +21757,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21757
21757
  });
21758
21758
  },
21759
21759
 
21760
- /**
21761
- * getPendedhistoryList
21762
- * @desc:获取流程列表
21763
- * @author liufan
21764
- * @date 2022年5月25日
21760
+ /**
21761
+ * getPendedhistoryList
21762
+ * @desc:获取流程列表
21763
+ * @author liufan
21764
+ * @date 2022年5月25日
21765
21765
  **/
21766
21766
  getPendedhistoryList: function getPendedhistoryList() {
21767
21767
  var _this26 = this;
@@ -21793,12 +21793,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21793
21793
  },
21794
21794
 
21795
21795
  // 提交流程
21796
- /**
21797
- * subProcess
21798
- * @desc:提交流程
21799
- * @author liufan
21800
- * @param {String} formName 当前form表单ref值
21801
- * @date 2022年5月25日
21796
+ /**
21797
+ * subProcess
21798
+ * @desc:提交流程
21799
+ * @author liufan
21800
+ * @param {String} formName 当前form表单ref值
21801
+ * @date 2022年5月25日
21802
21802
  **/
21803
21803
  subProcess: function subProcess(val) {
21804
21804
  var _this27 = this;
@@ -22048,8 +22048,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22048
22048
 
22049
22049
  var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
22050
22050
  src_freeStartFlowvue_type_script_lang_js_,
22051
- freeStartFlowvue_type_template_id_0a6833ac_render,
22052
- freeStartFlowvue_type_template_id_0a6833ac_staticRenderFns,
22051
+ freeStartFlowvue_type_template_id_a3686e6e_render,
22052
+ freeStartFlowvue_type_template_id_a3686e6e_staticRenderFns,
22053
22053
  false,
22054
22054
  null,
22055
22055
  null,
@@ -22424,8 +22424,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
22424
22424
  )
22425
22425
 
22426
22426
  /* harmony default export */ var supervise = (supervise_component.exports);
22427
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=b773ce32&
22428
- var Circulatevue_type_template_id_b773ce32_render = function () {
22427
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=3daa9bf9&
22428
+ var Circulatevue_type_template_id_3daa9bf9_render = function () {
22429
22429
  var _vm = this
22430
22430
  var _h = _vm.$createElement
22431
22431
  var _c = _vm._self._c || _h
@@ -22440,7 +22440,7 @@ var Circulatevue_type_template_id_b773ce32_render = function () {
22440
22440
  expression: "loading",
22441
22441
  },
22442
22442
  ],
22443
- staticClass: "es-flow-index task-union-examine",
22443
+ staticClass: "task-union-examine",
22444
22444
  },
22445
22445
  [
22446
22446
  _c(
@@ -22617,11 +22617,11 @@ var Circulatevue_type_template_id_b773ce32_render = function () {
22617
22617
  1
22618
22618
  )
22619
22619
  }
22620
- var Circulatevue_type_template_id_b773ce32_staticRenderFns = []
22621
- Circulatevue_type_template_id_b773ce32_render._withStripped = true
22620
+ var Circulatevue_type_template_id_3daa9bf9_staticRenderFns = []
22621
+ Circulatevue_type_template_id_3daa9bf9_render._withStripped = true
22622
22622
 
22623
22623
 
22624
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=b773ce32&
22624
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3daa9bf9&
22625
22625
 
22626
22626
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
22627
22627
  var Circulatevue_type_script_lang_js_components;
@@ -23035,8 +23035,8 @@ var Circulatevue_type_script_lang_js_components;
23035
23035
 
23036
23036
  var Circulate_component = Object(componentNormalizer["a" /* default */])(
23037
23037
  component_Circulatevue_type_script_lang_js_,
23038
- Circulatevue_type_template_id_b773ce32_render,
23039
- Circulatevue_type_template_id_b773ce32_staticRenderFns,
23038
+ Circulatevue_type_template_id_3daa9bf9_render,
23039
+ Circulatevue_type_template_id_3daa9bf9_staticRenderFns,
23040
23040
  false,
23041
23041
  null,
23042
23042
  null,
@@ -24529,6 +24529,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24529
24529
  //
24530
24530
  //
24531
24531
  //
24532
+ //
24533
+ //
24534
+ //
24535
+ //
24532
24536
 
24533
24537
 
24534
24538
 
@@ -25386,11 +25390,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25386
25390
  });
25387
25391
  },
25388
25392
 
25389
- /**
25390
- * saveInfo
25391
- * @desc:暂存
25392
- * @author liufan
25393
- * @date 2022年9月9日
25393
+ /**
25394
+ * saveInfo
25395
+ * @desc:暂存
25396
+ * @author liufan
25397
+ * @date 2022年9月9日
25394
25398
  **/
25395
25399
  saveInfo: function saveInfo(type, btn) {
25396
25400
  var _this11 = this;
@@ -25452,11 +25456,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25452
25456
  });
25453
25457
  },
25454
25458
 
25455
- /**
25456
- * rejectBtn
25457
- * @desc:点击驳回
25458
- * @author liufan
25459
- * @date 2022年5月25日
25459
+ /**
25460
+ * rejectBtn
25461
+ * @desc:点击驳回
25462
+ * @author liufan
25463
+ * @date 2022年5月25日
25460
25464
  **/
25461
25465
  rejectBtn: function rejectBtn() {
25462
25466
  var _this13 = this;
@@ -25474,11 +25478,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25474
25478
  }
25475
25479
  },
25476
25480
 
25477
- /**
25478
- * taskReadBtn
25479
- * @desc:点击分阅
25480
- * @author liufan
25481
- * @date 2022年5月25日
25481
+ /**
25482
+ * taskReadBtn
25483
+ * @desc:点击分阅
25484
+ * @author liufan
25485
+ * @date 2022年5月25日
25482
25486
  **/
25483
25487
  taskReadBtn: function taskReadBtn() {
25484
25488
  var _this14 = this;
@@ -25497,11 +25501,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25497
25501
  }
25498
25502
  },
25499
25503
 
25500
- /**
25501
- * getFind
25502
- * @desc:获取通知方式
25503
- * @author liufan
25504
- * @date 2022年5月25日
25504
+ /**
25505
+ * getFind
25506
+ * @desc:获取通知方式
25507
+ * @author liufan
25508
+ * @date 2022年5月25日
25505
25509
  **/
25506
25510
  getFind: function getFind() {
25507
25511
  var _this15 = this;
@@ -25567,12 +25571,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25567
25571
  });
25568
25572
  },
25569
25573
 
25570
- /**
25571
- * endFlows
25572
- * @desc:直接办结
25573
- * @author liufan
25574
- * @param {Object} res 直接办结数据
25575
- * @date 2022年5月25日
25574
+ /**
25575
+ * endFlows
25576
+ * @desc:直接办结
25577
+ * @author liufan
25578
+ * @param {Object} res 直接办结数据
25579
+ * @date 2022年5月25日
25576
25580
  **/
25577
25581
  endFlows: function endFlows(res) {
25578
25582
  var _this17 = this;
@@ -25627,12 +25631,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25627
25631
  }).catch(function (e) {});
25628
25632
  },
25629
25633
 
25630
- /**
25631
- * goView
25632
- * @desc:更多流程按钮操作
25633
- * @author liufan
25634
- * @param {Object} res 当前点击操作按钮数据
25635
- * @date 2022年5月25日
25634
+ /**
25635
+ * goView
25636
+ * @desc:更多流程按钮操作
25637
+ * @author liufan
25638
+ * @param {Object} res 当前点击操作按钮数据
25639
+ * @date 2022年5月25日
25636
25640
  **/
25637
25641
  goView: function goView(res) {
25638
25642
  // 驳回并办结:rejectAndEndHtml
@@ -25644,7 +25648,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25644
25648
  // 驳回:taskRejectHtml
25645
25649
  // 直接办结:endFlowHtml
25646
25650
  // 自由发起子流程:toFreeStartFlow
25647
- if (res.fun === 'toStartTaskRead()') {
25651
+ if (res.type == 4) {
25652
+ this.$emit('buttonClick', res.fun);
25653
+ } else if (res.fun === 'toStartTaskRead()') {
25648
25654
  // 分阅
25649
25655
  this.taskReadBtn();
25650
25656
  } else if (res.fun === 'reject()') {
@@ -25717,11 +25723,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25717
25723
  // isCanStartSubFlow
25718
25724
  },
25719
25725
 
25720
- /**
25721
- * toTakeAdvice
25722
- * @desc:征求意见
25723
- * @author liufan
25724
- * @date 2022年9月29日
25726
+ /**
25727
+ * toTakeAdvice
25728
+ * @desc:征求意见
25729
+ * @author liufan
25730
+ * @date 2022年9月29日
25725
25731
  **/
25726
25732
  toTakeAdvice: function toTakeAdvice(res) {
25727
25733
  var _this19 = this;
@@ -25765,11 +25771,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25765
25771
  });
25766
25772
  },
25767
25773
 
25768
- /**
25769
- * toStartDraf
25770
- * @desc: 稿件递送、联合审核、复核
25771
- * @author liufan
25772
- * @date 2022年9月29日
25774
+ /**
25775
+ * toStartDraf
25776
+ * @desc: 稿件递送、联合审核、复核
25777
+ * @author liufan
25778
+ * @date 2022年9月29日
25773
25779
  **/
25774
25780
  toStartDraf: function toStartDraf(res) {
25775
25781
  var _this21 = this;
@@ -25783,11 +25789,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25783
25789
  }
25784
25790
  },
25785
25791
 
25786
- /**
25787
- * toSendMsg
25788
- * @desc:核稿通知
25789
- * @author liufan
25790
- * @date 2022年9月29日
25792
+ /**
25793
+ * toSendMsg
25794
+ * @desc:核稿通知
25795
+ * @author liufan
25796
+ * @date 2022年9月29日
25791
25797
  **/
25792
25798
  toSendMsg: function toSendMsg(res) {
25793
25799
  var _this22 = this;
@@ -25801,11 +25807,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25801
25807
  }
25802
25808
  },
25803
25809
 
25804
- /**
25805
- * toTaskReadAndEnd
25806
- * @desc:分阅并办结
25807
- * @author liufan
25808
- * @date 2022年9月29日
25810
+ /**
25811
+ * toTaskReadAndEnd
25812
+ * @desc:分阅并办结
25813
+ * @author liufan
25814
+ * @date 2022年9月29日
25809
25815
  **/
25810
25816
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
25811
25817
  var _this23 = this;
@@ -25823,11 +25829,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25823
25829
  }
25824
25830
  },
25825
25831
 
25826
- /**
25827
- * rejectAndEnd
25828
- * @desc:驳回并办结
25829
- * @author liufan
25830
- * @date 2022年9月29日
25832
+ /**
25833
+ * rejectAndEnd
25834
+ * @desc:驳回并办结
25835
+ * @author liufan
25836
+ * @date 2022年9月29日
25831
25837
  **/
25832
25838
  rejectAndEnd: function rejectAndEnd(res) {
25833
25839
  var _this24 = this;
@@ -25883,11 +25889,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25883
25889
  });
25884
25890
  },
25885
25891
 
25886
- /**
25887
- * toTransfer
25888
- * @desc:转办
25889
- * @author liufan
25890
- * @date 2022年9月29日
25892
+ /**
25893
+ * toTransfer
25894
+ * @desc:转办
25895
+ * @author liufan
25896
+ * @date 2022年9月29日
25891
25897
  **/
25892
25898
  toTransfer: function toTransfer(res) {
25893
25899
  var _this26 = this;
@@ -25906,11 +25912,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25906
25912
  this.nextNode.customLimitTime = val;
25907
25913
  },
25908
25914
 
25909
- /**
25910
- * getNodeInfo
25911
- * @desc:获取节点信息
25912
- * @author liufan
25913
- * @date 2022年5月25日
25915
+ /**
25916
+ * getNodeInfo
25917
+ * @desc:获取节点信息
25918
+ * @author liufan
25919
+ * @date 2022年5月25日
25914
25920
  **/
25915
25921
  getNodeInfo: function getNodeInfo() {
25916
25922
  var _this27 = this;
@@ -26017,12 +26023,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26017
26023
  });
26018
26024
  },
26019
26025
 
26020
- /**
26021
- * selecNext
26022
- * @desc:下步节点变化时更新数据
26023
- * @author liufan
26024
- * @param {String} val 当前选中值
26025
- * @date 2022年5月25日
26026
+ /**
26027
+ * selecNext
26028
+ * @desc:下步节点变化时更新数据
26029
+ * @author liufan
26030
+ * @param {String} val 当前选中值
26031
+ * @date 2022年5月25日
26026
26032
  **/
26027
26033
  selecNext: function selecNext(val, type, isDef) {
26028
26034
  var _this28 = this;
@@ -26154,11 +26160,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26154
26160
  this.getNodeInfo();
26155
26161
  },
26156
26162
 
26157
- /**
26158
- * isMultiple
26159
- * @desc:是否多选
26160
- * @author liufan
26161
- * @date 2022年9月13日
26163
+ /**
26164
+ * isMultiple
26165
+ * @desc:是否多选
26166
+ * @author liufan
26167
+ * @date 2022年9月13日
26162
26168
  **/
26163
26169
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
26164
26170
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -26190,11 +26196,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26190
26196
  }
26191
26197
  },
26192
26198
 
26193
- /**
26194
- * getHedInfo
26195
- * @desc:获取审核页面数据
26196
- * @author liufan
26197
- * @date 2022年5月25日
26199
+ /**
26200
+ * getHedInfo
26201
+ * @desc:获取审核页面数据
26202
+ * @author liufan
26203
+ * @date 2022年5月25日
26198
26204
  **/
26199
26205
  getHedInfo: function getHedInfo() {
26200
26206
  var _this29 = this;
@@ -26494,13 +26500,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26494
26500
  });
26495
26501
  },
26496
26502
 
26497
- /**
26498
- * closeProcess
26499
- * @desc:关闭弹窗
26500
- * @author liufan
26501
- * @param {boolean} val 当前是否办理流程
26502
- * @param {String} type 当前点击的弹窗类型
26503
- * @date 2022年5月25日
26503
+ /**
26504
+ * closeProcess
26505
+ * @desc:关闭弹窗
26506
+ * @author liufan
26507
+ * @param {boolean} val 当前是否办理流程
26508
+ * @param {String} type 当前点击的弹窗类型
26509
+ * @date 2022年5月25日
26504
26510
  **/
26505
26511
  closeProcess: function closeProcess(val, type, closeParent) {
26506
26512
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -26520,23 +26526,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26520
26526
  }
26521
26527
  },
26522
26528
 
26523
- /**
26524
- * selectChange
26525
- * @desc:常用语选择
26526
- * @author liufan
26527
- * @param {String} val 选中值
26528
- * @date 2022年5月25日
26529
+ /**
26530
+ * selectChange
26531
+ * @desc:常用语选择
26532
+ * @author liufan
26533
+ * @param {String} val 选中值
26534
+ * @date 2022年5月25日
26529
26535
  **/
26530
26536
  selectChange: function selectChange(val) {
26531
26537
  this.value = val;
26532
26538
  },
26533
26539
 
26534
- /**
26535
- * upDate
26536
- * @desc:修改常用语
26537
- * @author liufan
26538
- * @param {Object} val 修改值
26539
- * @date 2022年5月25日
26540
+ /**
26541
+ * upDate
26542
+ * @desc:修改常用语
26543
+ * @author liufan
26544
+ * @param {Object} val 修改值
26545
+ * @date 2022年5月25日
26540
26546
  **/
26541
26547
  upDate: function upDate(val) {
26542
26548
  this.FormData.id = val.id;
@@ -26544,11 +26550,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26544
26550
  },
26545
26551
 
26546
26552
 
26547
- /**
26548
- * getProcess
26549
- * @desc:获取选择流程
26550
- * @author liufan
26551
- * @date 2022年5月25日
26553
+ /**
26554
+ * getProcess
26555
+ * @desc:获取选择流程
26556
+ * @author liufan
26557
+ * @date 2022年5月25日
26552
26558
  **/
26553
26559
  getProcess: function getProcess(val) {
26554
26560
  var _this30 = this;
@@ -26608,11 +26614,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26608
26614
  });
26609
26615
  },
26610
26616
 
26611
- /**
26612
- * getPendedhistoryList
26613
- * @desc:获取流程列表
26614
- * @author liufan
26615
- * @date 2022年5月25日
26617
+ /**
26618
+ * getPendedhistoryList
26619
+ * @desc:获取流程列表
26620
+ * @author liufan
26621
+ * @date 2022年5月25日
26616
26622
  **/
26617
26623
  getPendedhistoryList: function getPendedhistoryList() {
26618
26624
  var _this31 = this;
@@ -26680,12 +26686,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26680
26686
  },
26681
26687
 
26682
26688
  // 提交流程
26683
- /**
26684
- * subProcess
26685
- * @desc:提交流程
26686
- * @author liufan
26687
- * @param {String} formName 当前form表单ref值
26688
- * @date 2022年5月25日
26689
+ /**
26690
+ * subProcess
26691
+ * @desc:提交流程
26692
+ * @author liufan
26693
+ * @param {String} formName 当前form表单ref值
26694
+ * @date 2022年5月25日
26689
26695
  **/
26690
26696
  subProcess: function subProcess(val, type) {
26691
26697
  var _this33 = this;