eoss-ui 0.7.46 → 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 (245) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/data-table.js +10 -5
  3. package/lib/eoss-ui.common.js +820 -814
  4. package/lib/flow-list.js +81 -81
  5. package/lib/flow.js +335 -334
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +140 -140
  8. package/lib/qr-code.js +13 -13
  9. package/package.json +160 -160
  10. package/packages/button/index.js +5 -5
  11. package/packages/button/src/main.vue +418 -418
  12. package/packages/button-group/index.js +5 -5
  13. package/packages/button-group/src/main.vue +346 -346
  14. package/packages/calendar/index.js +5 -5
  15. package/packages/calogin/index.js +5 -5
  16. package/packages/calogin/src/main.vue +412 -412
  17. package/packages/calogin/src/plugin.js +915 -915
  18. package/packages/card/index.js +5 -5
  19. package/packages/card/src/main.vue +156 -156
  20. package/packages/cascader/index.js +5 -5
  21. package/packages/cascader/src/main.vue +168 -168
  22. package/packages/checkbox-group/index.js +5 -5
  23. package/packages/checkbox-group/src/main.vue +333 -333
  24. package/packages/clients/index.js +5 -5
  25. package/packages/clients/src/main.vue +151 -151
  26. package/packages/data-table/index.js +5 -5
  27. package/packages/data-table/src/children.vue +39 -39
  28. package/packages/data-table/src/column.vue +992 -992
  29. package/packages/data-table/src/main.vue +1840 -1833
  30. package/packages/data-table/src/sizer.vue +195 -195
  31. package/packages/data-table-form/index.js +5 -5
  32. package/packages/data-table-form/src/checkbox.vue +101 -101
  33. package/packages/data-table-form/src/colgroup.vue +17 -17
  34. package/packages/data-table-form/src/main.vue +181 -181
  35. package/packages/data-table-form/src/radio.vue +65 -65
  36. package/packages/data-table-form/src/table.vue +233 -233
  37. package/packages/data-table-form/src/tbody.vue +336 -336
  38. package/packages/data-table-form/src/thead.vue +68 -68
  39. package/packages/date-picker/index.js +5 -5
  40. package/packages/date-picker/src/main.vue +236 -236
  41. package/packages/dialog/index.js +5 -5
  42. package/packages/enable-drag/index.js +5 -5
  43. package/packages/enterprise/index.js +5 -5
  44. package/packages/enterprise/src/main.vue +66 -66
  45. package/packages/error-page/index.js +5 -5
  46. package/packages/error-page/src/main.vue +44 -44
  47. package/packages/flow/index.js +5 -5
  48. package/packages/flow/src/component/Circulate.vue +413 -413
  49. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  50. package/packages/flow/src/component/CustomPreset.vue +322 -322
  51. package/packages/flow/src/component/FileList.vue +97 -97
  52. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  53. package/packages/flow/src/component/Preset.vue +255 -255
  54. package/packages/flow/src/component/SendMsg.vue +242 -242
  55. package/packages/flow/src/component/TimeLimit.vue +190 -190
  56. package/packages/flow/src/component/taskUnionExamine.vue +756 -756
  57. package/packages/flow/src/form.vue +121 -121
  58. package/packages/flow/src/freeStartFlow.vue +2846 -2847
  59. package/packages/flow/src/main.vue +3861 -3859
  60. package/packages/flow/src/processForm.vue +1365 -1365
  61. package/packages/flow/src/processReject.vue +309 -309
  62. package/packages/flow/src/reset.vue +942 -941
  63. package/packages/flow/src/startTaskRead.vue +692 -691
  64. package/packages/flow/src/supervise.vue +159 -159
  65. package/packages/flow/src/table.vue +58 -58
  66. package/packages/flow-group/index.js +5 -5
  67. package/packages/flow-group/src/main.vue +717 -717
  68. package/packages/flow-list/index.js +5 -5
  69. package/packages/flow-list/src/main.vue +1787 -1787
  70. package/packages/form/index.js +5 -5
  71. package/packages/form/src/main.vue +3901 -3901
  72. package/packages/form/src/table.vue +1512 -1512
  73. package/packages/handle-user/index.js +5 -5
  74. package/packages/handle-user/src/main.vue +137 -137
  75. package/packages/handler/index.js +5 -5
  76. package/packages/handler/src/main.vue +496 -496
  77. package/packages/icon/index.js +5 -5
  78. package/packages/icon/src/main.vue +104 -104
  79. package/packages/icons/index.js +5 -5
  80. package/packages/icons/src/main.vue +81 -81
  81. package/packages/input/index.js +5 -5
  82. package/packages/input/src/main.vue +356 -356
  83. package/packages/input-number/index.js +5 -5
  84. package/packages/input-number/src/main.vue +106 -106
  85. package/packages/label/index.js +5 -5
  86. package/packages/label/src/main.vue +457 -457
  87. package/packages/layout/index.js +5 -5
  88. package/packages/layout/src/item.vue +152 -152
  89. package/packages/layout/src/main.vue +31 -31
  90. package/packages/login/index.js +5 -5
  91. package/packages/login/src/main.vue +2082 -2082
  92. package/packages/login/src/resetPassword.vue +557 -557
  93. package/packages/main/index.js +5 -5
  94. package/packages/main/src/default/message.vue +249 -249
  95. package/packages/main/src/default/notice.vue +157 -157
  96. package/packages/main/src/default/userinfo.vue +503 -503
  97. package/packages/main/src/public/online.vue +89 -89
  98. package/packages/main/src/public/search.vue +464 -464
  99. package/packages/main/src/public/settings.vue +227 -227
  100. package/packages/main/src/simplicity/apps.vue +388 -388
  101. package/packages/main/src/simplicity/avatar.vue +82 -82
  102. package/packages/main/src/simplicity/handler.vue +160 -160
  103. package/packages/main/src/simplicity/index.vue +2277 -2277
  104. package/packages/main/src/simplicity/lists.vue +84 -84
  105. package/packages/main/src/simplicity/menu-list.vue +135 -135
  106. package/packages/main/src/simplicity/message.vue +293 -293
  107. package/packages/main/src/simplicity/notice.vue +222 -222
  108. package/packages/main/src/simplicity/router-page.vue +45 -45
  109. package/packages/main/src/simplicity/sub-menu.vue +274 -274
  110. package/packages/main/src/simplicity/user.vue +259 -259
  111. package/packages/main/src/simplicity/userinfo.vue +401 -401
  112. package/packages/menu/index.js +5 -5
  113. package/packages/menu/src/main.vue +595 -595
  114. package/packages/nav/index.js +5 -5
  115. package/packages/nav/src/main.vue +351 -351
  116. package/packages/notify/index.js +5 -5
  117. package/packages/notify/src/main.vue +538 -538
  118. package/packages/page/index.js +5 -5
  119. package/packages/page/src/main.vue +167 -167
  120. package/packages/pagination/index.js +5 -5
  121. package/packages/pagination/src/main.vue +96 -96
  122. package/packages/player/index.js +5 -5
  123. package/packages/player/src/main.vue +194 -194
  124. package/packages/qr-code/index.js +5 -5
  125. package/packages/qr-code/src/main.vue +170 -170
  126. package/packages/radio-group/index.js +6 -6
  127. package/packages/radio-group/src/main.vue +319 -319
  128. package/packages/retrial-auth/index.js +5 -5
  129. package/packages/retrial-auth/src/main.vue +280 -280
  130. package/packages/select/index.js +5 -5
  131. package/packages/select/src/main.vue +782 -782
  132. package/packages/select-ganged/index.js +5 -5
  133. package/packages/select-ganged/src/main.vue +724 -724
  134. package/packages/selector/index.js +5 -5
  135. package/packages/selector/src/main.vue +761 -761
  136. package/packages/selector-panel/index.js +5 -5
  137. package/packages/selector-panel/src/main.vue +1027 -1027
  138. package/packages/selector-panel/src/selection.vue +170 -170
  139. package/packages/selector-panel/src/tree.vue +129 -129
  140. package/packages/sizer/index.js +5 -5
  141. package/packages/sizer/src/main.vue +254 -254
  142. package/packages/steps/index.js +5 -5
  143. package/packages/steps/src/main.vue +181 -181
  144. package/packages/switch/index.js +5 -5
  145. package/packages/switch/src/main.vue +170 -170
  146. package/packages/table-form/index.js +5 -5
  147. package/packages/tabs/index.js +5 -5
  148. package/packages/tabs/src/main.vue +788 -788
  149. package/packages/tabs-panel/index.js +5 -5
  150. package/packages/tabs-panel/src/main.vue +29 -29
  151. package/packages/theme-chalk/src/base.scss +261 -261
  152. package/packages/theme-chalk/src/button-group.scss +176 -176
  153. package/packages/theme-chalk/src/button.scss +24 -24
  154. package/packages/theme-chalk/src/calendar.scss +113 -113
  155. package/packages/theme-chalk/src/card.scss +99 -99
  156. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  157. package/packages/theme-chalk/src/clients.scss +87 -87
  158. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  159. package/packages/theme-chalk/src/data-table.scss +293 -293
  160. package/packages/theme-chalk/src/date-picker.scss +7 -7
  161. package/packages/theme-chalk/src/dialog.scss +77 -77
  162. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  163. package/packages/theme-chalk/src/enterprise.scss +5 -5
  164. package/packages/theme-chalk/src/error-page.scss +18 -18
  165. package/packages/theme-chalk/src/flow-group.scss +110 -110
  166. package/packages/theme-chalk/src/flow-list.scss +39 -39
  167. package/packages/theme-chalk/src/flow.scss +351 -351
  168. package/packages/theme-chalk/src/form.scss +501 -501
  169. package/packages/theme-chalk/src/handle-user.scss +40 -40
  170. package/packages/theme-chalk/src/handler.scss +148 -148
  171. package/packages/theme-chalk/src/icon.scss +1428 -1428
  172. package/packages/theme-chalk/src/icons.scss +99 -99
  173. package/packages/theme-chalk/src/input.scss +9 -9
  174. package/packages/theme-chalk/src/label.scss +24 -24
  175. package/packages/theme-chalk/src/layout.scss +46 -46
  176. package/packages/theme-chalk/src/login.scss +1006 -1006
  177. package/packages/theme-chalk/src/main.scss +663 -663
  178. package/packages/theme-chalk/src/menu.scss +224 -224
  179. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  180. package/packages/theme-chalk/src/nav.scss +111 -111
  181. package/packages/theme-chalk/src/page.scss +3 -3
  182. package/packages/theme-chalk/src/pagination.scss +29 -29
  183. package/packages/theme-chalk/src/player.scss +9 -9
  184. package/packages/theme-chalk/src/qr-code.scss +17 -17
  185. package/packages/theme-chalk/src/radio-group.scss +9 -9
  186. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  187. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  188. package/packages/theme-chalk/src/select.scss +8 -8
  189. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  190. package/packages/theme-chalk/src/selector.scss +114 -114
  191. package/packages/theme-chalk/src/simplicity.scss +1380 -1380
  192. package/packages/theme-chalk/src/sizer.scss +36 -36
  193. package/packages/theme-chalk/src/steps.scss +88 -88
  194. package/packages/theme-chalk/src/switch.scss +3 -3
  195. package/packages/theme-chalk/src/table-form.scss +1 -1
  196. package/packages/theme-chalk/src/tabs.scss +87 -87
  197. package/packages/theme-chalk/src/tips.scss +7 -7
  198. package/packages/theme-chalk/src/toolbar.scss +179 -179
  199. package/packages/theme-chalk/src/tree-group.scss +72 -72
  200. package/packages/theme-chalk/src/tree.scss +165 -165
  201. package/packages/theme-chalk/src/upload.scss +172 -172
  202. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  203. package/packages/tips/index.js +5 -5
  204. package/packages/tips/src/main.vue +141 -141
  205. package/packages/toolbar/index.js +5 -5
  206. package/packages/toolbar/src/main.vue +430 -430
  207. package/packages/tree/index.js +5 -5
  208. package/packages/tree-group/index.js +5 -5
  209. package/packages/upload/index.js +5 -5
  210. package/packages/upload/src/main.vue +1344 -1344
  211. package/packages/upload/src/picture.js +15 -15
  212. package/packages/wujie/index.js +5 -5
  213. package/packages/wujie/src/main.vue +145 -145
  214. package/packages/wxlogin/index.js +5 -5
  215. package/packages/wxlogin/src/main.vue +128 -128
  216. package/src/config/api.js +315 -315
  217. package/src/config/image.js +2 -2
  218. package/src/index.js +163 -163
  219. package/src/utils/bus.js +3 -3
  220. package/src/utils/date-util.js +312 -312
  221. package/src/utils/http.js +50 -50
  222. package/src/utils/rules.js +18 -18
  223. package/src/utils/store.js +21 -21
  224. package/src/utils/webSocket.js +107 -107
  225. package/packages/.DS_Store +0 -0
  226. package/packages/calogin/.DS_Store +0 -0
  227. package/packages/date-picker/.DS_Store +0 -0
  228. package/packages/date-picker/src/.DS_Store +0 -0
  229. package/packages/dialog/.DS_Store +0 -0
  230. package/packages/flow/.DS_Store +0 -0
  231. package/packages/flow/src/.DS_Store +0 -0
  232. package/packages/flow-list/.DS_Store +0 -0
  233. package/packages/form/.DS_Store +0 -0
  234. package/packages/icon/.DS_Store +0 -0
  235. package/packages/login/.DS_Store +0 -0
  236. package/packages/main/.DS_Store +0 -0
  237. package/packages/main/src/.DS_Store +0 -0
  238. package/packages/menu/.DS_Store +0 -0
  239. package/packages/select/.DS_Store +0 -0
  240. package/packages/selector/.DS_Store +0 -0
  241. package/packages/selector-panel/.DS_Store +0 -0
  242. package/packages/theme-chalk/src/.DS_Store +0 -0
  243. package/packages/upload/.DS_Store +0 -0
  244. package/src/.DS_Store +0 -0
  245. 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=1d2587f3&
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
@@ -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=1d2587f3&
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;
@@ -12028,11 +12030,11 @@ var processFormvue_type_script_lang_js_components;
12028
12030
  });
12029
12031
  },
12030
12032
 
12031
- /**
12032
- * isMultiple
12033
- * @desc:是否多选
12034
- * @author liufan
12035
- * @date 2022年9月13日
12033
+ /**
12034
+ * isMultiple
12035
+ * @desc:是否多选
12036
+ * @author liufan
12037
+ * @date 2022年9月13日
12036
12038
  **/
12037
12039
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12038
12040
  var multiple = false;
@@ -13660,8 +13662,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
13660
13662
  )
13661
13663
 
13662
13664
  /* harmony default export */ var processReject = (processReject_component.exports);
13663
- // 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&
13664
- 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 () {
13665
13667
  var _vm = this
13666
13668
  var _h = _vm.$createElement
13667
13669
  var _c = _vm._self._c || _h
@@ -14083,11 +14085,11 @@ var startTaskReadvue_type_template_id_094580c3_render = function () {
14083
14085
  1
14084
14086
  )
14085
14087
  }
14086
- var startTaskReadvue_type_template_id_094580c3_staticRenderFns = []
14087
- 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
14088
14090
 
14089
14091
 
14090
- // 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&
14091
14093
 
14092
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&
14093
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; };
@@ -14498,11 +14500,12 @@ var startTaskReadvue_type_script_lang_js_components;
14498
14500
  var newUserNames = userNames.split(',');
14499
14501
  newUserIds.map(function (item, index) {
14500
14502
  _this3.nextNode.nextUser.push(item);
14501
- _this3.userOptions.push({ id: item, name: newUserNames[index] });
14503
+ _this3.userOptions.push({ id: item, name: newUserNames[index], stype: data.stype });
14502
14504
 
14503
14505
  _this3.selectUserList.push({
14504
14506
  showid: item,
14505
- showname: newUserNames[index]
14507
+ showname: newUserNames[index],
14508
+ stype: data.stype
14506
14509
  });
14507
14510
  });
14508
14511
  // this.selectUserList = this.newSelectUserList
@@ -14811,8 +14814,8 @@ var startTaskReadvue_type_script_lang_js_components;
14811
14814
 
14812
14815
  var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
14813
14816
  src_startTaskReadvue_type_script_lang_js_,
14814
- startTaskReadvue_type_template_id_094580c3_render,
14815
- startTaskReadvue_type_template_id_094580c3_staticRenderFns,
14817
+ startTaskReadvue_type_template_id_3d56ed51_render,
14818
+ startTaskReadvue_type_template_id_3d56ed51_staticRenderFns,
14816
14819
  false,
14817
14820
  null,
14818
14821
  null,
@@ -14821,8 +14824,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
14821
14824
  )
14822
14825
 
14823
14826
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
14824
- // 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&
14825
- 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 () {
14826
14829
  var _vm = this
14827
14830
  var _h = _vm.$createElement
14828
14831
  var _c = _vm._self._c || _h
@@ -15308,11 +15311,11 @@ var resetvue_type_template_id_f85d1446_render = function () {
15308
15311
  1
15309
15312
  )
15310
15313
  }
15311
- var resetvue_type_template_id_f85d1446_staticRenderFns = []
15312
- 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
15313
15316
 
15314
15317
 
15315
- // 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&
15316
15319
 
15317
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&
15318
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; };
@@ -15941,7 +15944,8 @@ var resetvue_type_script_lang_js_components;
15941
15944
  processDefinitionId: this.processDefinitionId,
15942
15945
  nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
15943
15946
  businessId: this.taskExamine.businessId,
15944
- pendingId: this.taskExamine.pendingId
15947
+ pendingId: this.taskExamine.pendingId,
15948
+ taskAction: this.type == 'reset' ? 'resetProcess' : this.type == 'continuation' ? 'continuation' : ''
15945
15949
  };
15946
15950
  util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
15947
15951
  var status = res.status,
@@ -16075,11 +16079,11 @@ var resetvue_type_script_lang_js_components;
16075
16079
  });
16076
16080
  },
16077
16081
 
16078
- /**
16079
- * isMultiple
16080
- * @desc:是否多选
16081
- * @author liufan
16082
- * @date 2022年9月13日
16082
+ /**
16083
+ * isMultiple
16084
+ * @desc:是否多选
16085
+ * @author liufan
16086
+ * @date 2022年9月13日
16083
16087
  **/
16084
16088
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16085
16089
  var multiple = false;
@@ -16213,8 +16217,8 @@ var resetvue_type_script_lang_js_components;
16213
16217
 
16214
16218
  var reset_component = Object(componentNormalizer["a" /* default */])(
16215
16219
  src_resetvue_type_script_lang_js_,
16216
- resetvue_type_template_id_f85d1446_render,
16217
- resetvue_type_template_id_f85d1446_staticRenderFns,
16220
+ resetvue_type_template_id_d88bac9e_render,
16221
+ resetvue_type_template_id_d88bac9e_staticRenderFns,
16218
16222
  false,
16219
16223
  null,
16220
16224
  null,
@@ -16223,8 +16227,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
16223
16227
  )
16224
16228
 
16225
16229
  /* harmony default export */ var src_reset = (reset_component.exports);
16226
- // 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&
16227
- 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 () {
16228
16232
  var _vm = this
16229
16233
  var _h = _vm.$createElement
16230
16234
  var _c = _vm._self._c || _h
@@ -16239,7 +16243,7 @@ var taskUnionExaminevue_type_template_id_bc0ffca8_render = function () {
16239
16243
  expression: "loading",
16240
16244
  },
16241
16245
  ],
16242
- staticClass: "es-flow-index task-union-examine",
16246
+ staticClass: "task-union-examine",
16243
16247
  },
16244
16248
  [
16245
16249
  _c(
@@ -16533,11 +16537,11 @@ var taskUnionExaminevue_type_template_id_bc0ffca8_render = function () {
16533
16537
  1
16534
16538
  )
16535
16539
  }
16536
- var taskUnionExaminevue_type_template_id_bc0ffca8_staticRenderFns = []
16537
- 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
16538
16542
 
16539
16543
 
16540
- // 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&
16541
16545
 
16542
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&
16543
16547
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -17230,8 +17234,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
17230
17234
 
17231
17235
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
17232
17236
  component_taskUnionExaminevue_type_script_lang_js_,
17233
- taskUnionExaminevue_type_template_id_bc0ffca8_render,
17234
- taskUnionExaminevue_type_template_id_bc0ffca8_staticRenderFns,
17237
+ taskUnionExaminevue_type_template_id_00379ffe_render,
17238
+ taskUnionExaminevue_type_template_id_00379ffe_staticRenderFns,
17235
17239
  false,
17236
17240
  null,
17237
17241
  null,
@@ -17240,19 +17244,15 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
17240
17244
  )
17241
17245
 
17242
17246
  /* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
17243
- // 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&
17244
- 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 () {
17245
17249
  var _vm = this
17246
17250
  var _h = _vm.$createElement
17247
17251
  var _c = _vm._self._c || _h
17248
17252
  return !_vm.shrinkAbled
17249
17253
  ? _c(
17250
17254
  "div",
17251
- {
17252
- staticClass: "es-flow-index",
17253
- class: { "es-flow-narrow": _vm.shrink },
17254
- style: _vm.styles,
17255
- },
17255
+ { class: { "es-flow-narrow": _vm.shrink }, style: _vm.styles },
17256
17256
  [
17257
17257
  _vm.newTypeCode == "reset" || _vm.newTypeCode == "continuation"
17258
17258
  ? _c("Reset", {
@@ -19336,11 +19336,11 @@ var freeStartFlowvue_type_template_id_0a6833ac_render = function () {
19336
19336
  )
19337
19337
  : _vm._e()
19338
19338
  }
19339
- var freeStartFlowvue_type_template_id_0a6833ac_staticRenderFns = []
19340
- 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
19341
19341
 
19342
19342
 
19343
- // 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&
19344
19344
 
19345
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&
19346
19346
 
@@ -20101,7 +20101,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20101
20101
  //
20102
20102
  //
20103
20103
  //
20104
- //
20105
20104
 
20106
20105
 
20107
20106
 
@@ -20656,11 +20655,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20656
20655
  });
20657
20656
  },
20658
20657
 
20659
- /**
20660
- * saveInfo
20661
- * @desc:暂存
20662
- * @author liufan
20663
- * @date 2022年9月9日
20658
+ /**
20659
+ * saveInfo
20660
+ * @desc:暂存
20661
+ * @author liufan
20662
+ * @date 2022年9月9日
20664
20663
  **/
20665
20664
  saveInfo: function saveInfo(type, btn) {
20666
20665
  var _this6 = this;
@@ -20722,11 +20721,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20722
20721
  });
20723
20722
  },
20724
20723
 
20725
- /**
20726
- * rejectBtn
20727
- * @desc:点击驳回
20728
- * @author liufan
20729
- * @date 2022年5月25日
20724
+ /**
20725
+ * rejectBtn
20726
+ * @desc:点击驳回
20727
+ * @author liufan
20728
+ * @date 2022年5月25日
20730
20729
  **/
20731
20730
  rejectBtn: function rejectBtn() {
20732
20731
  var _this8 = this;
@@ -20744,11 +20743,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20744
20743
  }
20745
20744
  },
20746
20745
 
20747
- /**
20748
- * taskReadBtn
20749
- * @desc:点击分阅
20750
- * @author liufan
20751
- * @date 2022年5月25日
20746
+ /**
20747
+ * taskReadBtn
20748
+ * @desc:点击分阅
20749
+ * @author liufan
20750
+ * @date 2022年5月25日
20752
20751
  **/
20753
20752
  taskReadBtn: function taskReadBtn() {
20754
20753
  var _this9 = this;
@@ -20767,11 +20766,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20767
20766
  }
20768
20767
  },
20769
20768
 
20770
- /**
20771
- * getFind
20772
- * @desc:获取通知方式
20773
- * @author liufan
20774
- * @date 2022年5月25日
20769
+ /**
20770
+ * getFind
20771
+ * @desc:获取通知方式
20772
+ * @author liufan
20773
+ * @date 2022年5月25日
20775
20774
  **/
20776
20775
  getFind: function getFind() {
20777
20776
  var _this10 = this;
@@ -20826,12 +20825,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20826
20825
  });
20827
20826
  },
20828
20827
 
20829
- /**
20830
- * endFlows
20831
- * @desc:直接办结
20832
- * @author liufan
20833
- * @param {Object} res 直接办结数据
20834
- * @date 2022年5月25日
20828
+ /**
20829
+ * endFlows
20830
+ * @desc:直接办结
20831
+ * @author liufan
20832
+ * @param {Object} res 直接办结数据
20833
+ * @date 2022年5月25日
20835
20834
  **/
20836
20835
  endFlows: function endFlows(res) {
20837
20836
  var _this12 = this;
@@ -20885,12 +20884,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20885
20884
  }).catch(function (e) {});
20886
20885
  },
20887
20886
 
20888
- /**
20889
- * goView
20890
- * @desc:更多流程按钮操作
20891
- * @author liufan
20892
- * @param {Object} res 当前点击操作按钮数据
20893
- * @date 2022年5月25日
20887
+ /**
20888
+ * goView
20889
+ * @desc:更多流程按钮操作
20890
+ * @author liufan
20891
+ * @param {Object} res 当前点击操作按钮数据
20892
+ * @date 2022年5月25日
20894
20893
  **/
20895
20894
  goView: function goView(res) {
20896
20895
  // 驳回并办结:rejectAndEndHtml
@@ -20975,11 +20974,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20975
20974
  // isCanStartSubFlow
20976
20975
  },
20977
20976
 
20978
- /**
20979
- * toTakeAdvice
20980
- * @desc:征求意见
20981
- * @author liufan
20982
- * @date 2022年9月29日
20977
+ /**
20978
+ * toTakeAdvice
20979
+ * @desc:征求意见
20980
+ * @author liufan
20981
+ * @date 2022年9月29日
20983
20982
  **/
20984
20983
  toTakeAdvice: function toTakeAdvice(res) {
20985
20984
  var _this14 = this;
@@ -21023,11 +21022,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21023
21022
  });
21024
21023
  },
21025
21024
 
21026
- /**
21027
- * toStartDraf
21028
- * @desc: 稿件递送、联合审核、复核
21029
- * @author liufan
21030
- * @date 2022年9月29日
21025
+ /**
21026
+ * toStartDraf
21027
+ * @desc: 稿件递送、联合审核、复核
21028
+ * @author liufan
21029
+ * @date 2022年9月29日
21031
21030
  **/
21032
21031
  toStartDraf: function toStartDraf(res) {
21033
21032
  var _this16 = this;
@@ -21041,11 +21040,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21041
21040
  }
21042
21041
  },
21043
21042
 
21044
- /**
21045
- * toSendMsg
21046
- * @desc:核稿通知
21047
- * @author liufan
21048
- * @date 2022年9月29日
21043
+ /**
21044
+ * toSendMsg
21045
+ * @desc:核稿通知
21046
+ * @author liufan
21047
+ * @date 2022年9月29日
21049
21048
  **/
21050
21049
  toSendMsg: function toSendMsg(res) {
21051
21050
  var _this17 = this;
@@ -21059,11 +21058,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21059
21058
  }
21060
21059
  },
21061
21060
 
21062
- /**
21063
- * toTaskReadAndEnd
21064
- * @desc:分阅并办结
21065
- * @author liufan
21066
- * @date 2022年9月29日
21061
+ /**
21062
+ * toTaskReadAndEnd
21063
+ * @desc:分阅并办结
21064
+ * @author liufan
21065
+ * @date 2022年9月29日
21067
21066
  **/
21068
21067
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21069
21068
  var _this18 = this;
@@ -21081,11 +21080,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21081
21080
  }
21082
21081
  },
21083
21082
 
21084
- /**
21085
- * rejectAndEnd
21086
- * @desc:驳回并办结
21087
- * @author liufan
21088
- * @date 2022年9月29日
21083
+ /**
21084
+ * rejectAndEnd
21085
+ * @desc:驳回并办结
21086
+ * @author liufan
21087
+ * @date 2022年9月29日
21089
21088
  **/
21090
21089
  rejectAndEnd: function rejectAndEnd(res) {
21091
21090
  var _this19 = this;
@@ -21140,11 +21139,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21140
21139
  });
21141
21140
  },
21142
21141
 
21143
- /**
21144
- * toTransfer
21145
- * @desc:转办
21146
- * @author liufan
21147
- * @date 2022年9月29日
21142
+ /**
21143
+ * toTransfer
21144
+ * @desc:转办
21145
+ * @author liufan
21146
+ * @date 2022年9月29日
21148
21147
  **/
21149
21148
  toTransfer: function toTransfer(res) {
21150
21149
  var _this21 = this;
@@ -21160,11 +21159,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21160
21159
  }
21161
21160
  },
21162
21161
 
21163
- /**
21164
- * getNodeInfo
21165
- * @desc:获取节点信息
21166
- * @author liufan
21167
- * @date 2022年5月25日
21162
+ /**
21163
+ * getNodeInfo
21164
+ * @desc:获取节点信息
21165
+ * @author liufan
21166
+ * @date 2022年5月25日
21168
21167
  **/
21169
21168
  getNodeInfo: function getNodeInfo() {
21170
21169
  var _this22 = this;
@@ -21263,12 +21262,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21263
21262
  });
21264
21263
  },
21265
21264
 
21266
- /**
21267
- * selecNext
21268
- * @desc:下步节点变化时更新数据
21269
- * @author liufan
21270
- * @param {String} val 当前选中值
21271
- * @date 2022年5月25日
21265
+ /**
21266
+ * selecNext
21267
+ * @desc:下步节点变化时更新数据
21268
+ * @author liufan
21269
+ * @param {String} val 当前选中值
21270
+ * @date 2022年5月25日
21272
21271
  **/
21273
21272
  selecNext: function selecNext(val, type, isDef) {
21274
21273
  var _this23 = this;
@@ -21377,11 +21376,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21377
21376
  if (isDef !== true) this.getNodeInfo();
21378
21377
  },
21379
21378
 
21380
- /**
21381
- * isMultiple
21382
- * @desc:是否多选
21383
- * @author liufan
21384
- * @date 2022年9月13日
21379
+ /**
21380
+ * isMultiple
21381
+ * @desc:是否多选
21382
+ * @author liufan
21383
+ * @date 2022年9月13日
21385
21384
  **/
21386
21385
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
21387
21386
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -21413,11 +21412,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21413
21412
  }
21414
21413
  },
21415
21414
 
21416
- /**
21417
- * getHedInfo
21418
- * @desc:获取审核页面数据
21419
- * @author liufan
21420
- * @date 2022年5月25日
21415
+ /**
21416
+ * getHedInfo
21417
+ * @desc:获取审核页面数据
21418
+ * @author liufan
21419
+ * @date 2022年5月25日
21421
21420
  **/
21422
21421
  getHedInfo: function getHedInfo() {
21423
21422
  var _this24 = this;
@@ -21653,13 +21652,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21653
21652
  });
21654
21653
  },
21655
21654
 
21656
- /**
21657
- * closeProcess
21658
- * @desc:关闭弹窗
21659
- * @author liufan
21660
- * @param {boolean} val 当前是否办理流程
21661
- * @param {String} type 当前点击的弹窗类型
21662
- * @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日
21663
21662
  **/
21664
21663
  closeProcess: function closeProcess(val, type, closeParent) {
21665
21664
  if (closeParent) {
@@ -21676,23 +21675,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21676
21675
  }
21677
21676
  },
21678
21677
 
21679
- /**
21680
- * selectChange
21681
- * @desc:常用语选择
21682
- * @author liufan
21683
- * @param {String} val 选中值
21684
- * @date 2022年5月25日
21678
+ /**
21679
+ * selectChange
21680
+ * @desc:常用语选择
21681
+ * @author liufan
21682
+ * @param {String} val 选中值
21683
+ * @date 2022年5月25日
21685
21684
  **/
21686
21685
  selectChange: function selectChange(val) {
21687
21686
  this.value = val;
21688
21687
  },
21689
21688
 
21690
- /**
21691
- * upDate
21692
- * @desc:修改常用语
21693
- * @author liufan
21694
- * @param {Object} val 修改值
21695
- * @date 2022年5月25日
21689
+ /**
21690
+ * upDate
21691
+ * @desc:修改常用语
21692
+ * @author liufan
21693
+ * @param {Object} val 修改值
21694
+ * @date 2022年5月25日
21696
21695
  **/
21697
21696
  upDate: function upDate(val) {
21698
21697
  this.FormData.id = val.id;
@@ -21700,11 +21699,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21700
21699
  },
21701
21700
 
21702
21701
 
21703
- /**
21704
- * getProcess
21705
- * @desc:获取选择流程
21706
- * @author liufan
21707
- * @date 2022年5月25日
21702
+ /**
21703
+ * getProcess
21704
+ * @desc:获取选择流程
21705
+ * @author liufan
21706
+ * @date 2022年5月25日
21708
21707
  **/
21709
21708
  getProcess: function getProcess() {
21710
21709
  var _this25 = this;
@@ -21758,11 +21757,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21758
21757
  });
21759
21758
  },
21760
21759
 
21761
- /**
21762
- * getPendedhistoryList
21763
- * @desc:获取流程列表
21764
- * @author liufan
21765
- * @date 2022年5月25日
21760
+ /**
21761
+ * getPendedhistoryList
21762
+ * @desc:获取流程列表
21763
+ * @author liufan
21764
+ * @date 2022年5月25日
21766
21765
  **/
21767
21766
  getPendedhistoryList: function getPendedhistoryList() {
21768
21767
  var _this26 = this;
@@ -21794,12 +21793,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21794
21793
  },
21795
21794
 
21796
21795
  // 提交流程
21797
- /**
21798
- * subProcess
21799
- * @desc:提交流程
21800
- * @author liufan
21801
- * @param {String} formName 当前form表单ref值
21802
- * @date 2022年5月25日
21796
+ /**
21797
+ * subProcess
21798
+ * @desc:提交流程
21799
+ * @author liufan
21800
+ * @param {String} formName 当前form表单ref值
21801
+ * @date 2022年5月25日
21803
21802
  **/
21804
21803
  subProcess: function subProcess(val) {
21805
21804
  var _this27 = this;
@@ -22049,8 +22048,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22049
22048
 
22050
22049
  var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
22051
22050
  src_freeStartFlowvue_type_script_lang_js_,
22052
- freeStartFlowvue_type_template_id_0a6833ac_render,
22053
- freeStartFlowvue_type_template_id_0a6833ac_staticRenderFns,
22051
+ freeStartFlowvue_type_template_id_a3686e6e_render,
22052
+ freeStartFlowvue_type_template_id_a3686e6e_staticRenderFns,
22054
22053
  false,
22055
22054
  null,
22056
22055
  null,
@@ -22425,8 +22424,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
22425
22424
  )
22426
22425
 
22427
22426
  /* harmony default export */ var supervise = (supervise_component.exports);
22428
- // 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&
22429
- 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 () {
22430
22429
  var _vm = this
22431
22430
  var _h = _vm.$createElement
22432
22431
  var _c = _vm._self._c || _h
@@ -22441,7 +22440,7 @@ var Circulatevue_type_template_id_b773ce32_render = function () {
22441
22440
  expression: "loading",
22442
22441
  },
22443
22442
  ],
22444
- staticClass: "es-flow-index task-union-examine",
22443
+ staticClass: "task-union-examine",
22445
22444
  },
22446
22445
  [
22447
22446
  _c(
@@ -22618,11 +22617,11 @@ var Circulatevue_type_template_id_b773ce32_render = function () {
22618
22617
  1
22619
22618
  )
22620
22619
  }
22621
- var Circulatevue_type_template_id_b773ce32_staticRenderFns = []
22622
- 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
22623
22622
 
22624
22623
 
22625
- // 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&
22626
22625
 
22627
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&
22628
22627
  var Circulatevue_type_script_lang_js_components;
@@ -23036,8 +23035,8 @@ var Circulatevue_type_script_lang_js_components;
23036
23035
 
23037
23036
  var Circulate_component = Object(componentNormalizer["a" /* default */])(
23038
23037
  component_Circulatevue_type_script_lang_js_,
23039
- Circulatevue_type_template_id_b773ce32_render,
23040
- Circulatevue_type_template_id_b773ce32_staticRenderFns,
23038
+ Circulatevue_type_template_id_3daa9bf9_render,
23039
+ Circulatevue_type_template_id_3daa9bf9_staticRenderFns,
23041
23040
  false,
23042
23041
  null,
23043
23042
  null,
@@ -24532,6 +24531,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24532
24531
  //
24533
24532
  //
24534
24533
  //
24534
+ //
24535
+ //
24535
24536
 
24536
24537
 
24537
24538
 
@@ -25389,11 +25390,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25389
25390
  });
25390
25391
  },
25391
25392
 
25392
- /**
25393
- * saveInfo
25394
- * @desc:暂存
25395
- * @author liufan
25396
- * @date 2022年9月9日
25393
+ /**
25394
+ * saveInfo
25395
+ * @desc:暂存
25396
+ * @author liufan
25397
+ * @date 2022年9月9日
25397
25398
  **/
25398
25399
  saveInfo: function saveInfo(type, btn) {
25399
25400
  var _this11 = this;
@@ -25455,11 +25456,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25455
25456
  });
25456
25457
  },
25457
25458
 
25458
- /**
25459
- * rejectBtn
25460
- * @desc:点击驳回
25461
- * @author liufan
25462
- * @date 2022年5月25日
25459
+ /**
25460
+ * rejectBtn
25461
+ * @desc:点击驳回
25462
+ * @author liufan
25463
+ * @date 2022年5月25日
25463
25464
  **/
25464
25465
  rejectBtn: function rejectBtn() {
25465
25466
  var _this13 = this;
@@ -25477,11 +25478,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25477
25478
  }
25478
25479
  },
25479
25480
 
25480
- /**
25481
- * taskReadBtn
25482
- * @desc:点击分阅
25483
- * @author liufan
25484
- * @date 2022年5月25日
25481
+ /**
25482
+ * taskReadBtn
25483
+ * @desc:点击分阅
25484
+ * @author liufan
25485
+ * @date 2022年5月25日
25485
25486
  **/
25486
25487
  taskReadBtn: function taskReadBtn() {
25487
25488
  var _this14 = this;
@@ -25500,11 +25501,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25500
25501
  }
25501
25502
  },
25502
25503
 
25503
- /**
25504
- * getFind
25505
- * @desc:获取通知方式
25506
- * @author liufan
25507
- * @date 2022年5月25日
25504
+ /**
25505
+ * getFind
25506
+ * @desc:获取通知方式
25507
+ * @author liufan
25508
+ * @date 2022年5月25日
25508
25509
  **/
25509
25510
  getFind: function getFind() {
25510
25511
  var _this15 = this;
@@ -25570,12 +25571,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25570
25571
  });
25571
25572
  },
25572
25573
 
25573
- /**
25574
- * endFlows
25575
- * @desc:直接办结
25576
- * @author liufan
25577
- * @param {Object} res 直接办结数据
25578
- * @date 2022年5月25日
25574
+ /**
25575
+ * endFlows
25576
+ * @desc:直接办结
25577
+ * @author liufan
25578
+ * @param {Object} res 直接办结数据
25579
+ * @date 2022年5月25日
25579
25580
  **/
25580
25581
  endFlows: function endFlows(res) {
25581
25582
  var _this17 = this;
@@ -25630,12 +25631,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25630
25631
  }).catch(function (e) {});
25631
25632
  },
25632
25633
 
25633
- /**
25634
- * goView
25635
- * @desc:更多流程按钮操作
25636
- * @author liufan
25637
- * @param {Object} res 当前点击操作按钮数据
25638
- * @date 2022年5月25日
25634
+ /**
25635
+ * goView
25636
+ * @desc:更多流程按钮操作
25637
+ * @author liufan
25638
+ * @param {Object} res 当前点击操作按钮数据
25639
+ * @date 2022年5月25日
25639
25640
  **/
25640
25641
  goView: function goView(res) {
25641
25642
  // 驳回并办结:rejectAndEndHtml
@@ -25722,11 +25723,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25722
25723
  // isCanStartSubFlow
25723
25724
  },
25724
25725
 
25725
- /**
25726
- * toTakeAdvice
25727
- * @desc:征求意见
25728
- * @author liufan
25729
- * @date 2022年9月29日
25726
+ /**
25727
+ * toTakeAdvice
25728
+ * @desc:征求意见
25729
+ * @author liufan
25730
+ * @date 2022年9月29日
25730
25731
  **/
25731
25732
  toTakeAdvice: function toTakeAdvice(res) {
25732
25733
  var _this19 = this;
@@ -25770,11 +25771,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25770
25771
  });
25771
25772
  },
25772
25773
 
25773
- /**
25774
- * toStartDraf
25775
- * @desc: 稿件递送、联合审核、复核
25776
- * @author liufan
25777
- * @date 2022年9月29日
25774
+ /**
25775
+ * toStartDraf
25776
+ * @desc: 稿件递送、联合审核、复核
25777
+ * @author liufan
25778
+ * @date 2022年9月29日
25778
25779
  **/
25779
25780
  toStartDraf: function toStartDraf(res) {
25780
25781
  var _this21 = this;
@@ -25788,11 +25789,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25788
25789
  }
25789
25790
  },
25790
25791
 
25791
- /**
25792
- * toSendMsg
25793
- * @desc:核稿通知
25794
- * @author liufan
25795
- * @date 2022年9月29日
25792
+ /**
25793
+ * toSendMsg
25794
+ * @desc:核稿通知
25795
+ * @author liufan
25796
+ * @date 2022年9月29日
25796
25797
  **/
25797
25798
  toSendMsg: function toSendMsg(res) {
25798
25799
  var _this22 = this;
@@ -25806,11 +25807,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25806
25807
  }
25807
25808
  },
25808
25809
 
25809
- /**
25810
- * toTaskReadAndEnd
25811
- * @desc:分阅并办结
25812
- * @author liufan
25813
- * @date 2022年9月29日
25810
+ /**
25811
+ * toTaskReadAndEnd
25812
+ * @desc:分阅并办结
25813
+ * @author liufan
25814
+ * @date 2022年9月29日
25814
25815
  **/
25815
25816
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
25816
25817
  var _this23 = this;
@@ -25828,11 +25829,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25828
25829
  }
25829
25830
  },
25830
25831
 
25831
- /**
25832
- * rejectAndEnd
25833
- * @desc:驳回并办结
25834
- * @author liufan
25835
- * @date 2022年9月29日
25832
+ /**
25833
+ * rejectAndEnd
25834
+ * @desc:驳回并办结
25835
+ * @author liufan
25836
+ * @date 2022年9月29日
25836
25837
  **/
25837
25838
  rejectAndEnd: function rejectAndEnd(res) {
25838
25839
  var _this24 = this;
@@ -25888,11 +25889,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25888
25889
  });
25889
25890
  },
25890
25891
 
25891
- /**
25892
- * toTransfer
25893
- * @desc:转办
25894
- * @author liufan
25895
- * @date 2022年9月29日
25892
+ /**
25893
+ * toTransfer
25894
+ * @desc:转办
25895
+ * @author liufan
25896
+ * @date 2022年9月29日
25896
25897
  **/
25897
25898
  toTransfer: function toTransfer(res) {
25898
25899
  var _this26 = this;
@@ -25911,11 +25912,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25911
25912
  this.nextNode.customLimitTime = val;
25912
25913
  },
25913
25914
 
25914
- /**
25915
- * getNodeInfo
25916
- * @desc:获取节点信息
25917
- * @author liufan
25918
- * @date 2022年5月25日
25915
+ /**
25916
+ * getNodeInfo
25917
+ * @desc:获取节点信息
25918
+ * @author liufan
25919
+ * @date 2022年5月25日
25919
25920
  **/
25920
25921
  getNodeInfo: function getNodeInfo() {
25921
25922
  var _this27 = this;
@@ -26022,12 +26023,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26022
26023
  });
26023
26024
  },
26024
26025
 
26025
- /**
26026
- * selecNext
26027
- * @desc:下步节点变化时更新数据
26028
- * @author liufan
26029
- * @param {String} val 当前选中值
26030
- * @date 2022年5月25日
26026
+ /**
26027
+ * selecNext
26028
+ * @desc:下步节点变化时更新数据
26029
+ * @author liufan
26030
+ * @param {String} val 当前选中值
26031
+ * @date 2022年5月25日
26031
26032
  **/
26032
26033
  selecNext: function selecNext(val, type, isDef) {
26033
26034
  var _this28 = this;
@@ -26159,11 +26160,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26159
26160
  this.getNodeInfo();
26160
26161
  },
26161
26162
 
26162
- /**
26163
- * isMultiple
26164
- * @desc:是否多选
26165
- * @author liufan
26166
- * @date 2022年9月13日
26163
+ /**
26164
+ * isMultiple
26165
+ * @desc:是否多选
26166
+ * @author liufan
26167
+ * @date 2022年9月13日
26167
26168
  **/
26168
26169
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
26169
26170
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -26195,11 +26196,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26195
26196
  }
26196
26197
  },
26197
26198
 
26198
- /**
26199
- * getHedInfo
26200
- * @desc:获取审核页面数据
26201
- * @author liufan
26202
- * @date 2022年5月25日
26199
+ /**
26200
+ * getHedInfo
26201
+ * @desc:获取审核页面数据
26202
+ * @author liufan
26203
+ * @date 2022年5月25日
26203
26204
  **/
26204
26205
  getHedInfo: function getHedInfo() {
26205
26206
  var _this29 = this;
@@ -26499,13 +26500,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26499
26500
  });
26500
26501
  },
26501
26502
 
26502
- /**
26503
- * closeProcess
26504
- * @desc:关闭弹窗
26505
- * @author liufan
26506
- * @param {boolean} val 当前是否办理流程
26507
- * @param {String} type 当前点击的弹窗类型
26508
- * @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日
26509
26510
  **/
26510
26511
  closeProcess: function closeProcess(val, type, closeParent) {
26511
26512
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -26525,23 +26526,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26525
26526
  }
26526
26527
  },
26527
26528
 
26528
- /**
26529
- * selectChange
26530
- * @desc:常用语选择
26531
- * @author liufan
26532
- * @param {String} val 选中值
26533
- * @date 2022年5月25日
26529
+ /**
26530
+ * selectChange
26531
+ * @desc:常用语选择
26532
+ * @author liufan
26533
+ * @param {String} val 选中值
26534
+ * @date 2022年5月25日
26534
26535
  **/
26535
26536
  selectChange: function selectChange(val) {
26536
26537
  this.value = val;
26537
26538
  },
26538
26539
 
26539
- /**
26540
- * upDate
26541
- * @desc:修改常用语
26542
- * @author liufan
26543
- * @param {Object} val 修改值
26544
- * @date 2022年5月25日
26540
+ /**
26541
+ * upDate
26542
+ * @desc:修改常用语
26543
+ * @author liufan
26544
+ * @param {Object} val 修改值
26545
+ * @date 2022年5月25日
26545
26546
  **/
26546
26547
  upDate: function upDate(val) {
26547
26548
  this.FormData.id = val.id;
@@ -26549,11 +26550,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26549
26550
  },
26550
26551
 
26551
26552
 
26552
- /**
26553
- * getProcess
26554
- * @desc:获取选择流程
26555
- * @author liufan
26556
- * @date 2022年5月25日
26553
+ /**
26554
+ * getProcess
26555
+ * @desc:获取选择流程
26556
+ * @author liufan
26557
+ * @date 2022年5月25日
26557
26558
  **/
26558
26559
  getProcess: function getProcess(val) {
26559
26560
  var _this30 = this;
@@ -26613,11 +26614,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26613
26614
  });
26614
26615
  },
26615
26616
 
26616
- /**
26617
- * getPendedhistoryList
26618
- * @desc:获取流程列表
26619
- * @author liufan
26620
- * @date 2022年5月25日
26617
+ /**
26618
+ * getPendedhistoryList
26619
+ * @desc:获取流程列表
26620
+ * @author liufan
26621
+ * @date 2022年5月25日
26621
26622
  **/
26622
26623
  getPendedhistoryList: function getPendedhistoryList() {
26623
26624
  var _this31 = this;
@@ -26685,12 +26686,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26685
26686
  },
26686
26687
 
26687
26688
  // 提交流程
26688
- /**
26689
- * subProcess
26690
- * @desc:提交流程
26691
- * @author liufan
26692
- * @param {String} formName 当前form表单ref值
26693
- * @date 2022年5月25日
26689
+ /**
26690
+ * subProcess
26691
+ * @desc:提交流程
26692
+ * @author liufan
26693
+ * @param {String} formName 当前form表单ref值
26694
+ * @date 2022年5月25日
26694
26695
  **/
26695
26696
  subProcess: function subProcess(val, type) {
26696
26697
  var _this33 = this;