eoss-ui 0.6.88 → 0.6.90

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 (249) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +933 -859
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +364 -305
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +132 -132
  7. package/lib/qr-code.js +13 -13
  8. package/lib/selector.js +99 -84
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/lib/theme-chalk/selector.css +1 -1
  11. package/package.json +160 -160
  12. package/packages/button/index.js +5 -5
  13. package/packages/button/src/main.vue +418 -418
  14. package/packages/button-group/index.js +5 -5
  15. package/packages/button-group/src/main.vue +298 -298
  16. package/packages/calendar/index.js +5 -5
  17. package/packages/calogin/index.js +5 -5
  18. package/packages/calogin/src/main.vue +412 -412
  19. package/packages/calogin/src/plugin.js +915 -915
  20. package/packages/card/index.js +5 -5
  21. package/packages/card/src/main.vue +156 -156
  22. package/packages/cascader/index.js +5 -5
  23. package/packages/cascader/src/main.vue +168 -168
  24. package/packages/checkbox-group/index.js +5 -5
  25. package/packages/checkbox-group/src/main.vue +333 -333
  26. package/packages/clients/index.js +5 -5
  27. package/packages/clients/src/main.vue +151 -151
  28. package/packages/data-table/index.js +5 -5
  29. package/packages/data-table/src/children.vue +39 -39
  30. package/packages/data-table/src/column.vue +990 -990
  31. package/packages/data-table/src/main.vue +1822 -1822
  32. package/packages/data-table/src/sizer.vue +195 -195
  33. package/packages/data-table-form/index.js +5 -5
  34. package/packages/data-table-form/src/checkbox.vue +101 -101
  35. package/packages/data-table-form/src/colgroup.vue +17 -17
  36. package/packages/data-table-form/src/main.vue +181 -181
  37. package/packages/data-table-form/src/radio.vue +65 -65
  38. package/packages/data-table-form/src/table.vue +233 -233
  39. package/packages/data-table-form/src/tbody.vue +336 -336
  40. package/packages/data-table-form/src/thead.vue +68 -68
  41. package/packages/date-picker/index.js +5 -5
  42. package/packages/date-picker/src/main.vue +236 -236
  43. package/packages/dialog/index.js +5 -5
  44. package/packages/enable-drag/index.js +5 -5
  45. package/packages/enterprise/index.js +5 -5
  46. package/packages/enterprise/src/main.vue +66 -66
  47. package/packages/error-page/index.js +5 -5
  48. package/packages/error-page/src/main.vue +44 -44
  49. package/packages/flow/index.js +5 -5
  50. package/packages/flow/src/component/Circulate.vue +400 -400
  51. package/packages/flow/src/component/CommonOpinions.vue +364 -364
  52. package/packages/flow/src/component/CustomPreset.vue +322 -322
  53. package/packages/flow/src/component/FileList.vue +99 -99
  54. package/packages/flow/src/component/Preset.vue +255 -255
  55. package/packages/flow/src/component/SendMsg.vue +241 -241
  56. package/packages/flow/src/component/TimeLimit.vue +190 -190
  57. package/packages/flow/src/component/taskUnionExamine.vue +640 -640
  58. package/packages/flow/src/form.vue +121 -121
  59. package/packages/flow/src/freeStartFlow.vue +2844 -2844
  60. package/packages/flow/src/main.vue +3659 -3657
  61. package/packages/flow/src/processForm.vue +1245 -1245
  62. package/packages/flow/src/processReject.vue +296 -296
  63. package/packages/flow/src/reset.vue +941 -918
  64. package/packages/flow/src/selectUser.vue +1 -1
  65. package/packages/flow/src/startTaskRead.vue +684 -684
  66. package/packages/flow/src/supervise.vue +152 -152
  67. package/packages/flow/src/table.vue +58 -58
  68. package/packages/flow-group/index.js +5 -5
  69. package/packages/flow-group/src/main.vue +692 -692
  70. package/packages/flow-list/index.js +5 -5
  71. package/packages/flow-list/src/main.vue +1770 -1770
  72. package/packages/form/index.js +5 -5
  73. package/packages/form/src/main.vue +3814 -3814
  74. package/packages/form/src/table.vue +1508 -1508
  75. package/packages/handle-user/index.js +5 -5
  76. package/packages/handle-user/src/main.vue +138 -138
  77. package/packages/handler/index.js +5 -5
  78. package/packages/handler/src/main.vue +493 -493
  79. package/packages/icon/index.js +5 -5
  80. package/packages/icon/src/main.vue +101 -101
  81. package/packages/icons/index.js +5 -5
  82. package/packages/icons/src/main.vue +81 -81
  83. package/packages/input/index.js +5 -5
  84. package/packages/input/src/main.vue +356 -356
  85. package/packages/input-number/index.js +5 -5
  86. package/packages/input-number/src/main.vue +106 -106
  87. package/packages/label/index.js +5 -5
  88. package/packages/label/src/main.vue +457 -457
  89. package/packages/layout/index.js +5 -5
  90. package/packages/layout/src/item.vue +152 -152
  91. package/packages/layout/src/main.vue +31 -31
  92. package/packages/login/index.js +5 -5
  93. package/packages/login/src/main.vue +1998 -1998
  94. package/packages/login/src/resetPassword.vue +562 -562
  95. package/packages/main/index.js +5 -5
  96. package/packages/main/src/default/message.vue +249 -249
  97. package/packages/main/src/default/notice.vue +157 -157
  98. package/packages/main/src/default/userinfo.vue +503 -503
  99. package/packages/main/src/public/online.vue +89 -89
  100. package/packages/main/src/public/search.vue +458 -458
  101. package/packages/main/src/public/settings.vue +221 -221
  102. package/packages/main/src/simplicity/apps.vue +388 -388
  103. package/packages/main/src/simplicity/avatar.vue +82 -82
  104. package/packages/main/src/simplicity/handler.vue +259 -259
  105. package/packages/main/src/simplicity/index.vue +2102 -2102
  106. package/packages/main/src/simplicity/lists.vue +84 -84
  107. package/packages/main/src/simplicity/menu-list.vue +135 -135
  108. package/packages/main/src/simplicity/message.vue +259 -259
  109. package/packages/main/src/simplicity/notice.vue +190 -190
  110. package/packages/main/src/simplicity/router-page.vue +45 -45
  111. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  112. package/packages/main/src/simplicity/user.vue +260 -260
  113. package/packages/main/src/simplicity/userinfo.vue +308 -308
  114. package/packages/menu/index.js +5 -5
  115. package/packages/menu/src/main.vue +584 -584
  116. package/packages/nav/index.js +5 -5
  117. package/packages/nav/src/main.vue +351 -351
  118. package/packages/notify/index.js +5 -5
  119. package/packages/notify/src/main.vue +538 -538
  120. package/packages/page/index.js +5 -5
  121. package/packages/page/src/main.vue +167 -167
  122. package/packages/pagination/index.js +5 -5
  123. package/packages/pagination/src/main.vue +96 -96
  124. package/packages/player/index.js +5 -5
  125. package/packages/player/src/main.vue +194 -194
  126. package/packages/qr-code/index.js +5 -5
  127. package/packages/qr-code/src/main.vue +170 -170
  128. package/packages/radio-group/index.js +6 -6
  129. package/packages/radio-group/src/main.vue +319 -319
  130. package/packages/retrial-auth/index.js +5 -5
  131. package/packages/retrial-auth/src/main.vue +280 -280
  132. package/packages/select/index.js +5 -5
  133. package/packages/select/src/main.vue +778 -778
  134. package/packages/select-ganged/index.js +5 -5
  135. package/packages/select-ganged/src/main.vue +724 -724
  136. package/packages/selector/index.js +5 -5
  137. package/packages/selector/src/main.vue +747 -745
  138. package/packages/selector-panel/index.js +5 -5
  139. package/packages/selector-panel/src/main.vue +1027 -1027
  140. package/packages/selector-panel/src/selection.vue +170 -170
  141. package/packages/selector-panel/src/tree.vue +129 -129
  142. package/packages/sizer/index.js +5 -5
  143. package/packages/sizer/src/main.vue +254 -254
  144. package/packages/steps/index.js +5 -5
  145. package/packages/steps/src/main.vue +181 -181
  146. package/packages/switch/index.js +5 -5
  147. package/packages/switch/src/main.vue +154 -154
  148. package/packages/table-form/index.js +5 -5
  149. package/packages/tabs/index.js +5 -5
  150. package/packages/tabs/src/main.vue +788 -788
  151. package/packages/tabs-panel/index.js +5 -5
  152. package/packages/tabs-panel/src/main.vue +29 -29
  153. package/packages/theme-chalk/lib/index.css +1 -1
  154. package/packages/theme-chalk/lib/selector.css +1 -1
  155. package/packages/theme-chalk/src/base.scss +261 -261
  156. package/packages/theme-chalk/src/button-group.scss +176 -176
  157. package/packages/theme-chalk/src/button.scss +24 -24
  158. package/packages/theme-chalk/src/calendar.scss +113 -113
  159. package/packages/theme-chalk/src/card.scss +99 -99
  160. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  161. package/packages/theme-chalk/src/clients.scss +87 -87
  162. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  163. package/packages/theme-chalk/src/data-table.scss +293 -293
  164. package/packages/theme-chalk/src/date-picker.scss +7 -7
  165. package/packages/theme-chalk/src/dialog.scss +77 -77
  166. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  167. package/packages/theme-chalk/src/enterprise.scss +5 -5
  168. package/packages/theme-chalk/src/error-page.scss +18 -18
  169. package/packages/theme-chalk/src/flow-group.scss +110 -110
  170. package/packages/theme-chalk/src/flow-list.scss +39 -39
  171. package/packages/theme-chalk/src/flow.scss +348 -348
  172. package/packages/theme-chalk/src/form.scss +499 -499
  173. package/packages/theme-chalk/src/handle-user.scss +40 -40
  174. package/packages/theme-chalk/src/handler.scss +143 -143
  175. package/packages/theme-chalk/src/icon.scss +1817 -1817
  176. package/packages/theme-chalk/src/icons.scss +99 -99
  177. package/packages/theme-chalk/src/input.scss +9 -9
  178. package/packages/theme-chalk/src/label.scss +24 -24
  179. package/packages/theme-chalk/src/layout.scss +46 -46
  180. package/packages/theme-chalk/src/login.scss +984 -984
  181. package/packages/theme-chalk/src/main.scss +663 -663
  182. package/packages/theme-chalk/src/menu.scss +222 -222
  183. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  184. package/packages/theme-chalk/src/nav.scss +111 -111
  185. package/packages/theme-chalk/src/page.scss +3 -3
  186. package/packages/theme-chalk/src/pagination.scss +29 -29
  187. package/packages/theme-chalk/src/player.scss +9 -9
  188. package/packages/theme-chalk/src/qr-code.scss +17 -17
  189. package/packages/theme-chalk/src/radio-group.scss +9 -9
  190. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  191. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  192. package/packages/theme-chalk/src/select.scss +8 -8
  193. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  194. package/packages/theme-chalk/src/selector.scss +92 -91
  195. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  196. package/packages/theme-chalk/src/sizer.scss +36 -36
  197. package/packages/theme-chalk/src/steps.scss +88 -88
  198. package/packages/theme-chalk/src/switch.scss +3 -3
  199. package/packages/theme-chalk/src/table-form.scss +1 -1
  200. package/packages/theme-chalk/src/tabs.scss +87 -87
  201. package/packages/theme-chalk/src/tips.scss +7 -7
  202. package/packages/theme-chalk/src/toolbar.scss +179 -179
  203. package/packages/theme-chalk/src/tree-group.scss +72 -72
  204. package/packages/theme-chalk/src/tree.scss +165 -165
  205. package/packages/theme-chalk/src/upload.scss +172 -172
  206. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  207. package/packages/tips/index.js +5 -5
  208. package/packages/tips/src/main.vue +141 -141
  209. package/packages/toolbar/index.js +5 -5
  210. package/packages/toolbar/src/main.vue +430 -430
  211. package/packages/tree/index.js +5 -5
  212. package/packages/tree-group/index.js +5 -5
  213. package/packages/upload/index.js +5 -5
  214. package/packages/upload/src/main.vue +1348 -1348
  215. package/packages/upload/src/picture.js +15 -15
  216. package/packages/wujie/index.js +5 -5
  217. package/packages/wujie/src/main.vue +145 -145
  218. package/packages/wxlogin/index.js +5 -5
  219. package/packages/wxlogin/src/main.vue +128 -128
  220. package/src/config/api.js +294 -294
  221. package/src/config/image.js +2 -2
  222. package/src/index.js +163 -163
  223. package/src/utils/bus.js +3 -3
  224. package/src/utils/date-util.js +312 -312
  225. package/src/utils/http.js +50 -50
  226. package/src/utils/rules.js +18 -18
  227. package/src/utils/store.js +21 -21
  228. package/src/utils/webSocket.js +107 -107
  229. package/packages/.DS_Store +0 -0
  230. package/packages/autocomplete/.DS_Store +0 -0
  231. package/packages/calogin/.DS_Store +0 -0
  232. package/packages/date-picker/.DS_Store +0 -0
  233. package/packages/date-picker/src/.DS_Store +0 -0
  234. package/packages/flow/.DS_Store +0 -0
  235. package/packages/flow/src/.DS_Store +0 -0
  236. package/packages/flow-list/.DS_Store +0 -0
  237. package/packages/form/.DS_Store +0 -0
  238. package/packages/login/.DS_Store +0 -0
  239. package/packages/main/.DS_Store +0 -0
  240. package/packages/main/src/.DS_Store +0 -0
  241. package/packages/menu/.DS_Store +0 -0
  242. package/packages/scrollbar/.DS_Store +0 -0
  243. package/packages/select/.DS_Store +0 -0
  244. package/packages/selector/.DS_Store +0 -0
  245. package/packages/selector-panel/.DS_Store +0 -0
  246. package/packages/theme-chalk/src/.DS_Store +0 -0
  247. package/packages/upload/.DS_Store +0 -0
  248. package/src/.DS_Store +0 -0
  249. package/src/utils/.DS_Store +0 -0
package/lib/flow.js CHANGED
@@ -4481,7 +4481,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4481
4481
  // ESM COMPAT FLAG
4482
4482
  __webpack_require__.r(__webpack_exports__);
4483
4483
 
4484
- // 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=6b9f2034&
4484
+ // 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=57bbb308&
4485
4485
  var render = function () {
4486
4486
  var _vm = this
4487
4487
  var _h = _vm.$createElement
@@ -4707,7 +4707,10 @@ var render = function () {
4707
4707
  _c(
4708
4708
  "el-button",
4709
4709
  {
4710
- staticStyle: { width: "100%" },
4710
+ staticStyle: {
4711
+ width: "calc(100% - 18px)",
4712
+ margin: "8px auto",
4713
+ },
4711
4714
  attrs: { type: "primary" },
4712
4715
  on: {
4713
4716
  click: function ($event) {
@@ -7357,7 +7360,7 @@ var staticRenderFns = []
7357
7360
  render._withStripped = true
7358
7361
 
7359
7362
 
7360
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6b9f2034&
7363
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=57bbb308&
7361
7364
 
7362
7365
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7363
7366
  var regenerator_ = __webpack_require__(4);
@@ -8214,21 +8217,21 @@ var _components;
8214
8217
  return validSate;
8215
8218
  },
8216
8219
 
8217
- /**
8218
- * changeOpinion
8219
- * @desc:监听意见变化
8220
- * @author liufan
8221
- * @date 2022年10月28日
8220
+ /**
8221
+ * changeOpinion
8222
+ * @desc:监听意见变化
8223
+ * @author liufan
8224
+ * @date 2022年10月28日
8222
8225
  **/
8223
8226
  changeOpinion: function changeOpinion() {
8224
8227
  this.$emit('change', this.form.value);
8225
8228
  },
8226
8229
 
8227
- /**
8228
- * getCommonOpion
8229
- * @desc:获取意见
8230
- * @author liufan
8231
- * @date 2022年5月25日
8230
+ /**
8231
+ * getCommonOpion
8232
+ * @desc:获取意见
8233
+ * @author liufan
8234
+ * @date 2022年5月25日
8232
8235
  **/
8233
8236
  getCommonOpion: function getCommonOpion() {
8234
8237
  var _this = this;
@@ -8257,24 +8260,24 @@ var _components;
8257
8260
  });
8258
8261
  },
8259
8262
 
8260
- /**
8261
- * upDate
8262
- * @desc:修改常用语
8263
- * @author liufan
8264
- * @param {Object} val 修改值
8265
- * @date 2022年5月25日
8263
+ /**
8264
+ * upDate
8265
+ * @desc:修改常用语
8266
+ * @author liufan
8267
+ * @param {Object} val 修改值
8268
+ * @date 2022年5月25日
8266
8269
  **/
8267
8270
  upDate: function upDate(val) {
8268
8271
  this.FormData.id = val.id;
8269
8272
  this.addVisible = true;
8270
8273
  },
8271
8274
 
8272
- /**
8273
- * selectChange
8274
- * @desc:常用语选择
8275
- * @author liufan
8276
- * @param {String} val 选中值
8277
- * @date 2022年5月25日
8275
+ /**
8276
+ * selectChange
8277
+ * @desc:常用语选择
8278
+ * @author liufan
8279
+ * @param {String} val 选中值
8280
+ * @date 2022年5月25日
8278
8281
  **/
8279
8282
  selectChange: function selectChange(val) {
8280
8283
  var _this2 = this;
@@ -8293,12 +8296,12 @@ var _components;
8293
8296
  });
8294
8297
  },
8295
8298
 
8296
- /**
8297
- * del
8298
- * @desc:删除常用语
8299
- * @author liufan
8300
- * @param {Object} val 删除的数据
8301
- * @date 2022年5月25日
8299
+ /**
8300
+ * del
8301
+ * @desc:删除常用语
8302
+ * @author liufan
8303
+ * @param {Object} val 删除的数据
8304
+ * @date 2022年5月25日
8302
8305
  **/
8303
8306
  del: function del(val) {
8304
8307
  var _this3 = this;
@@ -8340,12 +8343,12 @@ var _components;
8340
8343
  }).catch(function (e) {});
8341
8344
  },
8342
8345
 
8343
- /**
8344
- * submit
8345
- * @desc:新增/编辑意见保存
8346
- * @author liufan
8347
- * @param {Object} val 保存数据
8348
- * @date 2022年5月25日
8346
+ /**
8347
+ * submit
8348
+ * @desc:新增/编辑意见保存
8349
+ * @author liufan
8350
+ * @param {Object} val 保存数据
8351
+ * @date 2022年5月25日
8349
8352
  **/
8350
8353
  submit: function submit(val) {
8351
8354
  var _this4 = this;
@@ -9174,8 +9177,8 @@ processFormvue_type_template_id_3d800ae1_render._withStripped = true
9174
9177
 
9175
9178
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
9176
9179
 
9177
- // 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=3588d66f&
9178
- var selectUservue_type_template_id_3588d66f_render = function () {
9180
+ // 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=319fd53c&
9181
+ var selectUservue_type_template_id_319fd53c_render = function () {
9179
9182
  var _vm = this
9180
9183
  var _h = _vm.$createElement
9181
9184
  var _c = _vm._self._c || _h
@@ -9288,7 +9291,7 @@ var selectUservue_type_template_id_3588d66f_render = function () {
9288
9291
  types: _vm.types,
9289
9292
  tabs: _vm.tabs,
9290
9293
  title: _vm.title,
9291
- max: "5",
9294
+ "collapse-tags": 3,
9292
9295
  mix: _vm.mix,
9293
9296
  min: _vm.isUnionSeal ? 1 : 0,
9294
9297
  disabled:
@@ -9323,11 +9326,11 @@ var selectUservue_type_template_id_3588d66f_render = function () {
9323
9326
  2
9324
9327
  )
9325
9328
  }
9326
- var selectUservue_type_template_id_3588d66f_staticRenderFns = []
9327
- selectUservue_type_template_id_3588d66f_render._withStripped = true
9329
+ var selectUservue_type_template_id_319fd53c_staticRenderFns = []
9330
+ selectUservue_type_template_id_319fd53c_render._withStripped = true
9328
9331
 
9329
9332
 
9330
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=3588d66f&
9333
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=319fd53c&
9331
9334
 
9332
9335
  // 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&
9333
9336
  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; };
@@ -9821,8 +9824,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9821
9824
 
9822
9825
  var selectUser_component = Object(componentNormalizer["a" /* default */])(
9823
9826
  src_selectUservue_type_script_lang_js_,
9824
- selectUservue_type_template_id_3588d66f_render,
9825
- selectUservue_type_template_id_3588d66f_staticRenderFns,
9827
+ selectUservue_type_template_id_319fd53c_render,
9828
+ selectUservue_type_template_id_319fd53c_staticRenderFns,
9826
9829
  false,
9827
9830
  null,
9828
9831
  null,
@@ -11675,11 +11678,11 @@ var processFormvue_type_script_lang_js_components;
11675
11678
  });
11676
11679
  },
11677
11680
 
11678
- /**
11679
- * isMultiple
11680
- * @desc:是否多选
11681
- * @author liufan
11682
- * @date 2022年9月13日
11681
+ /**
11682
+ * isMultiple
11683
+ * @desc:是否多选
11684
+ * @author liufan
11685
+ * @date 2022年9月13日
11683
11686
  **/
11684
11687
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
11685
11688
  var multiple = false;
@@ -14435,8 +14438,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
14435
14438
  )
14436
14439
 
14437
14440
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
14438
- // 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=73aacad2&
14439
- var resetvue_type_template_id_73aacad2_render = function () {
14441
+ // 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=56dca055&
14442
+ var resetvue_type_template_id_56dca055_render = function () {
14440
14443
  var _vm = this
14441
14444
  var _h = _vm.$createElement
14442
14445
  var _c = _vm._self._c || _h
@@ -14766,6 +14769,35 @@ var resetvue_type_template_id_73aacad2_render = function () {
14766
14769
  1
14767
14770
  )
14768
14771
  : _vm._e(),
14772
+ _vm.currentNodeEnableItemHandleDescription &&
14773
+ _vm.nextNode.nodeInfo.length != 0
14774
+ ? _c(
14775
+ "el-form-item",
14776
+ {
14777
+ attrs: {
14778
+ prop: "nextItemHandleDescription",
14779
+ label: "办理说明",
14780
+ },
14781
+ },
14782
+ [
14783
+ _c("el-input", {
14784
+ attrs: {
14785
+ placeholder: "请输入办理说明",
14786
+ type: "textarea",
14787
+ autosize: { minRows: 2 },
14788
+ },
14789
+ model: {
14790
+ value: _vm.nextItemHandleDescription,
14791
+ callback: function ($$v) {
14792
+ _vm.nextItemHandleDescription = $$v
14793
+ },
14794
+ expression: "nextItemHandleDescription",
14795
+ },
14796
+ }),
14797
+ ],
14798
+ 1
14799
+ )
14800
+ : _vm._e(),
14769
14801
  _c(
14770
14802
  "el-form-item",
14771
14803
  { attrs: { prop: "noticeType", label: "通知方式" } },
@@ -14883,11 +14915,11 @@ var resetvue_type_template_id_73aacad2_render = function () {
14883
14915
  1
14884
14916
  )
14885
14917
  }
14886
- var resetvue_type_template_id_73aacad2_staticRenderFns = []
14887
- resetvue_type_template_id_73aacad2_render._withStripped = true
14918
+ var resetvue_type_template_id_56dca055_staticRenderFns = []
14919
+ resetvue_type_template_id_56dca055_render._withStripped = true
14888
14920
 
14889
14921
 
14890
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=73aacad2&
14922
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=56dca055&
14891
14923
 
14892
14924
  // 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&
14893
14925
  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; };
@@ -15115,6 +15147,21 @@ var resetvue_type_script_lang_js_components;
15115
15147
  //
15116
15148
  //
15117
15149
  //
15150
+ //
15151
+ //
15152
+ //
15153
+ //
15154
+ //
15155
+ //
15156
+ //
15157
+ //
15158
+ //
15159
+ //
15160
+ //
15161
+ //
15162
+ //
15163
+ //
15164
+ //
15118
15165
 
15119
15166
 
15120
15167
 
@@ -15144,7 +15191,9 @@ var resetvue_type_script_lang_js_components;
15144
15191
  loading: false,
15145
15192
  isCustomUser: 0,
15146
15193
  selectUser: false,
15194
+ nextItemHandleDescription: '',
15147
15195
  nextNodeCheckType: 'select',
15196
+ currentNodeEnableItemHandleDescription: false,
15148
15197
  multiple: false,
15149
15198
  showNoticeType: false,
15150
15199
  readMultiple: true,
@@ -15459,8 +15508,12 @@ var resetvue_type_script_lang_js_components;
15459
15508
  nextOrgId: !_this4.isShowNextUser ? _this4.multiple ? _this4.mixOrgIdList && _this4.mixOrgIdList.join('|') : nextOrgId : '',
15460
15509
  handleExplain: handleExplain,
15461
15510
  presetReadUserId: _this4.mixPresetList && _this4.mixPresetList.length > 0 ? _this4.mixPresetList.join('|') : presetReadUserId.join(','),
15462
- opinion: _this4.newOpinion || newOpinion
15511
+ opinion: _this4.newOpinion || newOpinion,
15512
+ nextItemHandleDescription: _this4.nextItemHandleDescription
15463
15513
  }, _this4.subParams);
15514
+ if (!_this4.currentNodeEnableItemHandleDescription) {
15515
+ delete params.nextItemHandleDescription;
15516
+ }
15464
15517
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
15465
15518
  util["a" /* default */].ajax({
15466
15519
  url: _this4.type == 'reset' ? api["Ab" /* resetProcess */] : api["Lb" /* taskContinuation */],
@@ -15508,6 +15561,9 @@ var resetvue_type_script_lang_js_components;
15508
15561
 
15509
15562
  _this5.loading = false;
15510
15563
  if (status === 'success') {
15564
+ if (_this5.type == 'reset') {
15565
+ _this5.currentNodeEnableItemHandleDescription = nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
15566
+ }
15511
15567
  _this5.nextNode.userInfo = nextUserList;
15512
15568
  _this5.countersignaturetypeCode = countersignaturetypeCode;
15513
15569
  _this5.nextNode.countersignaturetypeText = countersignaturetypeText;
@@ -15626,11 +15682,11 @@ var resetvue_type_script_lang_js_components;
15626
15682
  });
15627
15683
  },
15628
15684
 
15629
- /**
15630
- * isMultiple
15631
- * @desc:是否多选
15632
- * @author liufan
15633
- * @date 2022年9月13日
15685
+ /**
15686
+ * isMultiple
15687
+ * @desc:是否多选
15688
+ * @author liufan
15689
+ * @date 2022年9月13日
15634
15690
  **/
15635
15691
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
15636
15692
  var multiple = false;
@@ -15764,8 +15820,8 @@ var resetvue_type_script_lang_js_components;
15764
15820
 
15765
15821
  var reset_component = Object(componentNormalizer["a" /* default */])(
15766
15822
  src_resetvue_type_script_lang_js_,
15767
- resetvue_type_template_id_73aacad2_render,
15768
- resetvue_type_template_id_73aacad2_staticRenderFns,
15823
+ resetvue_type_template_id_56dca055_render,
15824
+ resetvue_type_template_id_56dca055_staticRenderFns,
15769
15825
  false,
15770
15826
  null,
15771
15827
  null,
@@ -20032,11 +20088,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20032
20088
  });
20033
20089
  },
20034
20090
 
20035
- /**
20036
- * saveInfo
20037
- * @desc:暂存
20038
- * @author liufan
20039
- * @date 2022年9月9日
20091
+ /**
20092
+ * saveInfo
20093
+ * @desc:暂存
20094
+ * @author liufan
20095
+ * @date 2022年9月9日
20040
20096
  **/
20041
20097
  saveInfo: function saveInfo(type, btn) {
20042
20098
  var _this6 = this;
@@ -20098,11 +20154,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20098
20154
  });
20099
20155
  },
20100
20156
 
20101
- /**
20102
- * rejectBtn
20103
- * @desc:点击驳回
20104
- * @author liufan
20105
- * @date 2022年5月25日
20157
+ /**
20158
+ * rejectBtn
20159
+ * @desc:点击驳回
20160
+ * @author liufan
20161
+ * @date 2022年5月25日
20106
20162
  **/
20107
20163
  rejectBtn: function rejectBtn() {
20108
20164
  var _this8 = this;
@@ -20120,11 +20176,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20120
20176
  }
20121
20177
  },
20122
20178
 
20123
- /**
20124
- * taskReadBtn
20125
- * @desc:点击分阅
20126
- * @author liufan
20127
- * @date 2022年5月25日
20179
+ /**
20180
+ * taskReadBtn
20181
+ * @desc:点击分阅
20182
+ * @author liufan
20183
+ * @date 2022年5月25日
20128
20184
  **/
20129
20185
  taskReadBtn: function taskReadBtn() {
20130
20186
  var _this9 = this;
@@ -20143,11 +20199,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20143
20199
  }
20144
20200
  },
20145
20201
 
20146
- /**
20147
- * getFind
20148
- * @desc:获取通知方式
20149
- * @author liufan
20150
- * @date 2022年5月25日
20202
+ /**
20203
+ * getFind
20204
+ * @desc:获取通知方式
20205
+ * @author liufan
20206
+ * @date 2022年5月25日
20151
20207
  **/
20152
20208
  getFind: function getFind() {
20153
20209
  var _this10 = this;
@@ -20202,12 +20258,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20202
20258
  });
20203
20259
  },
20204
20260
 
20205
- /**
20206
- * endFlows
20207
- * @desc:直接办结
20208
- * @author liufan
20209
- * @param {Object} res 直接办结数据
20210
- * @date 2022年5月25日
20261
+ /**
20262
+ * endFlows
20263
+ * @desc:直接办结
20264
+ * @author liufan
20265
+ * @param {Object} res 直接办结数据
20266
+ * @date 2022年5月25日
20211
20267
  **/
20212
20268
  endFlows: function endFlows(res) {
20213
20269
  var _this12 = this;
@@ -20261,12 +20317,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20261
20317
  }).catch(function (e) {});
20262
20318
  },
20263
20319
 
20264
- /**
20265
- * goView
20266
- * @desc:更多流程按钮操作
20267
- * @author liufan
20268
- * @param {Object} res 当前点击操作按钮数据
20269
- * @date 2022年5月25日
20320
+ /**
20321
+ * goView
20322
+ * @desc:更多流程按钮操作
20323
+ * @author liufan
20324
+ * @param {Object} res 当前点击操作按钮数据
20325
+ * @date 2022年5月25日
20270
20326
  **/
20271
20327
  goView: function goView(res) {
20272
20328
  // 驳回并办结:rejectAndEndHtml
@@ -20351,11 +20407,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20351
20407
  // isCanStartSubFlow
20352
20408
  },
20353
20409
 
20354
- /**
20355
- * toTakeAdvice
20356
- * @desc:征求意见
20357
- * @author liufan
20358
- * @date 2022年9月29日
20410
+ /**
20411
+ * toTakeAdvice
20412
+ * @desc:征求意见
20413
+ * @author liufan
20414
+ * @date 2022年9月29日
20359
20415
  **/
20360
20416
  toTakeAdvice: function toTakeAdvice(res) {
20361
20417
  var _this14 = this;
@@ -20399,11 +20455,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20399
20455
  });
20400
20456
  },
20401
20457
 
20402
- /**
20403
- * toStartDraf
20404
- * @desc: 稿件递送、联合审核、复核
20405
- * @author liufan
20406
- * @date 2022年9月29日
20458
+ /**
20459
+ * toStartDraf
20460
+ * @desc: 稿件递送、联合审核、复核
20461
+ * @author liufan
20462
+ * @date 2022年9月29日
20407
20463
  **/
20408
20464
  toStartDraf: function toStartDraf(res) {
20409
20465
  var _this16 = this;
@@ -20417,11 +20473,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20417
20473
  }
20418
20474
  },
20419
20475
 
20420
- /**
20421
- * toSendMsg
20422
- * @desc:核稿通知
20423
- * @author liufan
20424
- * @date 2022年9月29日
20476
+ /**
20477
+ * toSendMsg
20478
+ * @desc:核稿通知
20479
+ * @author liufan
20480
+ * @date 2022年9月29日
20425
20481
  **/
20426
20482
  toSendMsg: function toSendMsg(res) {
20427
20483
  var _this17 = this;
@@ -20435,11 +20491,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20435
20491
  }
20436
20492
  },
20437
20493
 
20438
- /**
20439
- * toTaskReadAndEnd
20440
- * @desc:分阅并办结
20441
- * @author liufan
20442
- * @date 2022年9月29日
20494
+ /**
20495
+ * toTaskReadAndEnd
20496
+ * @desc:分阅并办结
20497
+ * @author liufan
20498
+ * @date 2022年9月29日
20443
20499
  **/
20444
20500
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
20445
20501
  var _this18 = this;
@@ -20457,11 +20513,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20457
20513
  }
20458
20514
  },
20459
20515
 
20460
- /**
20461
- * rejectAndEnd
20462
- * @desc:驳回并办结
20463
- * @author liufan
20464
- * @date 2022年9月29日
20516
+ /**
20517
+ * rejectAndEnd
20518
+ * @desc:驳回并办结
20519
+ * @author liufan
20520
+ * @date 2022年9月29日
20465
20521
  **/
20466
20522
  rejectAndEnd: function rejectAndEnd(res) {
20467
20523
  var _this19 = this;
@@ -20516,11 +20572,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20516
20572
  });
20517
20573
  },
20518
20574
 
20519
- /**
20520
- * toTransfer
20521
- * @desc:转办
20522
- * @author liufan
20523
- * @date 2022年9月29日
20575
+ /**
20576
+ * toTransfer
20577
+ * @desc:转办
20578
+ * @author liufan
20579
+ * @date 2022年9月29日
20524
20580
  **/
20525
20581
  toTransfer: function toTransfer(res) {
20526
20582
  var _this21 = this;
@@ -20536,11 +20592,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20536
20592
  }
20537
20593
  },
20538
20594
 
20539
- /**
20540
- * getNodeInfo
20541
- * @desc:获取节点信息
20542
- * @author liufan
20543
- * @date 2022年5月25日
20595
+ /**
20596
+ * getNodeInfo
20597
+ * @desc:获取节点信息
20598
+ * @author liufan
20599
+ * @date 2022年5月25日
20544
20600
  **/
20545
20601
  getNodeInfo: function getNodeInfo() {
20546
20602
  var _this22 = this;
@@ -20639,12 +20695,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20639
20695
  });
20640
20696
  },
20641
20697
 
20642
- /**
20643
- * selecNext
20644
- * @desc:下步节点变化时更新数据
20645
- * @author liufan
20646
- * @param {String} val 当前选中值
20647
- * @date 2022年5月25日
20698
+ /**
20699
+ * selecNext
20700
+ * @desc:下步节点变化时更新数据
20701
+ * @author liufan
20702
+ * @param {String} val 当前选中值
20703
+ * @date 2022年5月25日
20648
20704
  **/
20649
20705
  selecNext: function selecNext(val, type, isDef) {
20650
20706
  var _this23 = this;
@@ -20753,11 +20809,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20753
20809
  if (isDef !== true) this.getNodeInfo();
20754
20810
  },
20755
20811
 
20756
- /**
20757
- * isMultiple
20758
- * @desc:是否多选
20759
- * @author liufan
20760
- * @date 2022年9月13日
20812
+ /**
20813
+ * isMultiple
20814
+ * @desc:是否多选
20815
+ * @author liufan
20816
+ * @date 2022年9月13日
20761
20817
  **/
20762
20818
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
20763
20819
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -20789,11 +20845,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20789
20845
  }
20790
20846
  },
20791
20847
 
20792
- /**
20793
- * getHedInfo
20794
- * @desc:获取审核页面数据
20795
- * @author liufan
20796
- * @date 2022年5月25日
20848
+ /**
20849
+ * getHedInfo
20850
+ * @desc:获取审核页面数据
20851
+ * @author liufan
20852
+ * @date 2022年5月25日
20797
20853
  **/
20798
20854
  getHedInfo: function getHedInfo() {
20799
20855
  var _this24 = this;
@@ -21029,13 +21085,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21029
21085
  });
21030
21086
  },
21031
21087
 
21032
- /**
21033
- * closeProcess
21034
- * @desc:关闭弹窗
21035
- * @author liufan
21036
- * @param {boolean} val 当前是否办理流程
21037
- * @param {String} type 当前点击的弹窗类型
21038
- * @date 2022年5月25日
21088
+ /**
21089
+ * closeProcess
21090
+ * @desc:关闭弹窗
21091
+ * @author liufan
21092
+ * @param {boolean} val 当前是否办理流程
21093
+ * @param {String} type 当前点击的弹窗类型
21094
+ * @date 2022年5月25日
21039
21095
  **/
21040
21096
  closeProcess: function closeProcess(val, type, closeParent) {
21041
21097
  if (closeParent) {
@@ -21052,23 +21108,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21052
21108
  }
21053
21109
  },
21054
21110
 
21055
- /**
21056
- * selectChange
21057
- * @desc:常用语选择
21058
- * @author liufan
21059
- * @param {String} val 选中值
21060
- * @date 2022年5月25日
21111
+ /**
21112
+ * selectChange
21113
+ * @desc:常用语选择
21114
+ * @author liufan
21115
+ * @param {String} val 选中值
21116
+ * @date 2022年5月25日
21061
21117
  **/
21062
21118
  selectChange: function selectChange(val) {
21063
21119
  this.value = val;
21064
21120
  },
21065
21121
 
21066
- /**
21067
- * upDate
21068
- * @desc:修改常用语
21069
- * @author liufan
21070
- * @param {Object} val 修改值
21071
- * @date 2022年5月25日
21122
+ /**
21123
+ * upDate
21124
+ * @desc:修改常用语
21125
+ * @author liufan
21126
+ * @param {Object} val 修改值
21127
+ * @date 2022年5月25日
21072
21128
  **/
21073
21129
  upDate: function upDate(val) {
21074
21130
  this.FormData.id = val.id;
@@ -21076,11 +21132,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21076
21132
  },
21077
21133
 
21078
21134
 
21079
- /**
21080
- * getProcess
21081
- * @desc:获取选择流程
21082
- * @author liufan
21083
- * @date 2022年5月25日
21135
+ /**
21136
+ * getProcess
21137
+ * @desc:获取选择流程
21138
+ * @author liufan
21139
+ * @date 2022年5月25日
21084
21140
  **/
21085
21141
  getProcess: function getProcess() {
21086
21142
  var _this25 = this;
@@ -21134,11 +21190,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21134
21190
  });
21135
21191
  },
21136
21192
 
21137
- /**
21138
- * getPendedhistoryList
21139
- * @desc:获取流程列表
21140
- * @author liufan
21141
- * @date 2022年5月25日
21193
+ /**
21194
+ * getPendedhistoryList
21195
+ * @desc:获取流程列表
21196
+ * @author liufan
21197
+ * @date 2022年5月25日
21142
21198
  **/
21143
21199
  getPendedhistoryList: function getPendedhistoryList() {
21144
21200
  var _this26 = this;
@@ -21170,12 +21226,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21170
21226
  },
21171
21227
 
21172
21228
  // 提交流程
21173
- /**
21174
- * subProcess
21175
- * @desc:提交流程
21176
- * @author liufan
21177
- * @param {String} formName 当前form表单ref值
21178
- * @date 2022年5月25日
21229
+ /**
21230
+ * subProcess
21231
+ * @desc:提交流程
21232
+ * @author liufan
21233
+ * @param {String} formName 当前form表单ref值
21234
+ * @date 2022年5月25日
21179
21235
  **/
21180
21236
  subProcess: function subProcess(val) {
21181
21237
  var _this27 = this;
@@ -23919,7 +23975,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23919
23975
  businessId = _taskExamineInfo.businessId,
23920
23976
  appId = _taskExamineInfo.appId,
23921
23977
  processDefinitionId = _taskExamineInfo.processDefinitionId,
23922
- pendingId = _taskExamineInfo.pendingId;
23978
+ pendingId = _taskExamineInfo.pendingId,
23979
+ isSubFlow = _taskExamineInfo.isSubFlow;
23923
23980
 
23924
23981
  var params = {
23925
23982
  businessId: businessId,
@@ -23927,6 +23984,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23927
23984
  processDefinitionId: processDefinitionId,
23928
23985
  pendingId: pendingId,
23929
23986
  opinion: this.value,
23987
+ isSubFlow: isSubFlow,
23930
23988
  taskAction: 'complete'
23931
23989
  };
23932
23990
  this.taskParams = params;
@@ -24254,11 +24312,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24254
24312
  });
24255
24313
  },
24256
24314
 
24257
- /**
24258
- * saveInfo
24259
- * @desc:暂存
24260
- * @author liufan
24261
- * @date 2022年9月9日
24315
+ /**
24316
+ * saveInfo
24317
+ * @desc:暂存
24318
+ * @author liufan
24319
+ * @date 2022年9月9日
24262
24320
  **/
24263
24321
  saveInfo: function saveInfo(type, btn) {
24264
24322
  var _this9 = this;
@@ -24320,11 +24378,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24320
24378
  });
24321
24379
  },
24322
24380
 
24323
- /**
24324
- * rejectBtn
24325
- * @desc:点击驳回
24326
- * @author liufan
24327
- * @date 2022年5月25日
24381
+ /**
24382
+ * rejectBtn
24383
+ * @desc:点击驳回
24384
+ * @author liufan
24385
+ * @date 2022年5月25日
24328
24386
  **/
24329
24387
  rejectBtn: function rejectBtn() {
24330
24388
  var _this11 = this;
@@ -24342,11 +24400,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24342
24400
  }
24343
24401
  },
24344
24402
 
24345
- /**
24346
- * taskReadBtn
24347
- * @desc:点击分阅
24348
- * @author liufan
24349
- * @date 2022年5月25日
24403
+ /**
24404
+ * taskReadBtn
24405
+ * @desc:点击分阅
24406
+ * @author liufan
24407
+ * @date 2022年5月25日
24350
24408
  **/
24351
24409
  taskReadBtn: function taskReadBtn() {
24352
24410
  var _this12 = this;
@@ -24365,11 +24423,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24365
24423
  }
24366
24424
  },
24367
24425
 
24368
- /**
24369
- * getFind
24370
- * @desc:获取通知方式
24371
- * @author liufan
24372
- * @date 2022年5月25日
24426
+ /**
24427
+ * getFind
24428
+ * @desc:获取通知方式
24429
+ * @author liufan
24430
+ * @date 2022年5月25日
24373
24431
  **/
24374
24432
  getFind: function getFind() {
24375
24433
  var _this13 = this;
@@ -24435,12 +24493,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24435
24493
  });
24436
24494
  },
24437
24495
 
24438
- /**
24439
- * endFlows
24440
- * @desc:直接办结
24441
- * @author liufan
24442
- * @param {Object} res 直接办结数据
24443
- * @date 2022年5月25日
24496
+ /**
24497
+ * endFlows
24498
+ * @desc:直接办结
24499
+ * @author liufan
24500
+ * @param {Object} res 直接办结数据
24501
+ * @date 2022年5月25日
24444
24502
  **/
24445
24503
  endFlows: function endFlows(res) {
24446
24504
  var _this15 = this;
@@ -24495,12 +24553,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24495
24553
  }).catch(function (e) {});
24496
24554
  },
24497
24555
 
24498
- /**
24499
- * goView
24500
- * @desc:更多流程按钮操作
24501
- * @author liufan
24502
- * @param {Object} res 当前点击操作按钮数据
24503
- * @date 2022年5月25日
24556
+ /**
24557
+ * goView
24558
+ * @desc:更多流程按钮操作
24559
+ * @author liufan
24560
+ * @param {Object} res 当前点击操作按钮数据
24561
+ * @date 2022年5月25日
24504
24562
  **/
24505
24563
  goView: function goView(res) {
24506
24564
  // 驳回并办结:rejectAndEndHtml
@@ -24585,11 +24643,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24585
24643
  // isCanStartSubFlow
24586
24644
  },
24587
24645
 
24588
- /**
24589
- * toTakeAdvice
24590
- * @desc:征求意见
24591
- * @author liufan
24592
- * @date 2022年9月29日
24646
+ /**
24647
+ * toTakeAdvice
24648
+ * @desc:征求意见
24649
+ * @author liufan
24650
+ * @date 2022年9月29日
24593
24651
  **/
24594
24652
  toTakeAdvice: function toTakeAdvice(res) {
24595
24653
  var _this17 = this;
@@ -24633,11 +24691,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24633
24691
  });
24634
24692
  },
24635
24693
 
24636
- /**
24637
- * toStartDraf
24638
- * @desc: 稿件递送、联合审核、复核
24639
- * @author liufan
24640
- * @date 2022年9月29日
24694
+ /**
24695
+ * toStartDraf
24696
+ * @desc: 稿件递送、联合审核、复核
24697
+ * @author liufan
24698
+ * @date 2022年9月29日
24641
24699
  **/
24642
24700
  toStartDraf: function toStartDraf(res) {
24643
24701
  var _this19 = this;
@@ -24651,11 +24709,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24651
24709
  }
24652
24710
  },
24653
24711
 
24654
- /**
24655
- * toSendMsg
24656
- * @desc:核稿通知
24657
- * @author liufan
24658
- * @date 2022年9月29日
24712
+ /**
24713
+ * toSendMsg
24714
+ * @desc:核稿通知
24715
+ * @author liufan
24716
+ * @date 2022年9月29日
24659
24717
  **/
24660
24718
  toSendMsg: function toSendMsg(res) {
24661
24719
  var _this20 = this;
@@ -24669,11 +24727,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24669
24727
  }
24670
24728
  },
24671
24729
 
24672
- /**
24673
- * toTaskReadAndEnd
24674
- * @desc:分阅并办结
24675
- * @author liufan
24676
- * @date 2022年9月29日
24730
+ /**
24731
+ * toTaskReadAndEnd
24732
+ * @desc:分阅并办结
24733
+ * @author liufan
24734
+ * @date 2022年9月29日
24677
24735
  **/
24678
24736
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
24679
24737
  var _this21 = this;
@@ -24691,11 +24749,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24691
24749
  }
24692
24750
  },
24693
24751
 
24694
- /**
24695
- * rejectAndEnd
24696
- * @desc:驳回并办结
24697
- * @author liufan
24698
- * @date 2022年9月29日
24752
+ /**
24753
+ * rejectAndEnd
24754
+ * @desc:驳回并办结
24755
+ * @author liufan
24756
+ * @date 2022年9月29日
24699
24757
  **/
24700
24758
  rejectAndEnd: function rejectAndEnd(res) {
24701
24759
  var _this22 = this;
@@ -24751,11 +24809,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24751
24809
  });
24752
24810
  },
24753
24811
 
24754
- /**
24755
- * toTransfer
24756
- * @desc:转办
24757
- * @author liufan
24758
- * @date 2022年9月29日
24812
+ /**
24813
+ * toTransfer
24814
+ * @desc:转办
24815
+ * @author liufan
24816
+ * @date 2022年9月29日
24759
24817
  **/
24760
24818
  toTransfer: function toTransfer(res) {
24761
24819
  var _this24 = this;
@@ -24771,11 +24829,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24771
24829
  }
24772
24830
  },
24773
24831
 
24774
- /**
24775
- * getNodeInfo
24776
- * @desc:获取节点信息
24777
- * @author liufan
24778
- * @date 2022年5月25日
24832
+ /**
24833
+ * getNodeInfo
24834
+ * @desc:获取节点信息
24835
+ * @author liufan
24836
+ * @date 2022年5月25日
24779
24837
  **/
24780
24838
  getNodeInfo: function getNodeInfo() {
24781
24839
  var _this25 = this;
@@ -24879,12 +24937,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24879
24937
  });
24880
24938
  },
24881
24939
 
24882
- /**
24883
- * selecNext
24884
- * @desc:下步节点变化时更新数据
24885
- * @author liufan
24886
- * @param {String} val 当前选中值
24887
- * @date 2022年5月25日
24940
+ /**
24941
+ * selecNext
24942
+ * @desc:下步节点变化时更新数据
24943
+ * @author liufan
24944
+ * @param {String} val 当前选中值
24945
+ * @date 2022年5月25日
24888
24946
  **/
24889
24947
  selecNext: function selecNext(val, type, isDef) {
24890
24948
  var _this26 = this;
@@ -25016,11 +25074,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25016
25074
  this.getNodeInfo();
25017
25075
  },
25018
25076
 
25019
- /**
25020
- * isMultiple
25021
- * @desc:是否多选
25022
- * @author liufan
25023
- * @date 2022年9月13日
25077
+ /**
25078
+ * isMultiple
25079
+ * @desc:是否多选
25080
+ * @author liufan
25081
+ * @date 2022年9月13日
25024
25082
  **/
25025
25083
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
25026
25084
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -25052,11 +25110,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25052
25110
  }
25053
25111
  },
25054
25112
 
25055
- /**
25056
- * getHedInfo
25057
- * @desc:获取审核页面数据
25058
- * @author liufan
25059
- * @date 2022年5月25日
25113
+ /**
25114
+ * getHedInfo
25115
+ * @desc:获取审核页面数据
25116
+ * @author liufan
25117
+ * @date 2022年5月25日
25060
25118
  **/
25061
25119
  getHedInfo: function getHedInfo() {
25062
25120
  var _this27 = this;
@@ -25343,13 +25401,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25343
25401
  });
25344
25402
  },
25345
25403
 
25346
- /**
25347
- * closeProcess
25348
- * @desc:关闭弹窗
25349
- * @author liufan
25350
- * @param {boolean} val 当前是否办理流程
25351
- * @param {String} type 当前点击的弹窗类型
25352
- * @date 2022年5月25日
25404
+ /**
25405
+ * closeProcess
25406
+ * @desc:关闭弹窗
25407
+ * @author liufan
25408
+ * @param {boolean} val 当前是否办理流程
25409
+ * @param {String} type 当前点击的弹窗类型
25410
+ * @date 2022年5月25日
25353
25411
  **/
25354
25412
  closeProcess: function closeProcess(val, type, closeParent) {
25355
25413
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -25369,23 +25427,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25369
25427
  }
25370
25428
  },
25371
25429
 
25372
- /**
25373
- * selectChange
25374
- * @desc:常用语选择
25375
- * @author liufan
25376
- * @param {String} val 选中值
25377
- * @date 2022年5月25日
25430
+ /**
25431
+ * selectChange
25432
+ * @desc:常用语选择
25433
+ * @author liufan
25434
+ * @param {String} val 选中值
25435
+ * @date 2022年5月25日
25378
25436
  **/
25379
25437
  selectChange: function selectChange(val) {
25380
25438
  this.value = val;
25381
25439
  },
25382
25440
 
25383
- /**
25384
- * upDate
25385
- * @desc:修改常用语
25386
- * @author liufan
25387
- * @param {Object} val 修改值
25388
- * @date 2022年5月25日
25441
+ /**
25442
+ * upDate
25443
+ * @desc:修改常用语
25444
+ * @author liufan
25445
+ * @param {Object} val 修改值
25446
+ * @date 2022年5月25日
25389
25447
  **/
25390
25448
  upDate: function upDate(val) {
25391
25449
  this.FormData.id = val.id;
@@ -25393,11 +25451,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25393
25451
  },
25394
25452
 
25395
25453
 
25396
- /**
25397
- * getProcess
25398
- * @desc:获取选择流程
25399
- * @author liufan
25400
- * @date 2022年5月25日
25454
+ /**
25455
+ * getProcess
25456
+ * @desc:获取选择流程
25457
+ * @author liufan
25458
+ * @date 2022年5月25日
25401
25459
  **/
25402
25460
  getProcess: function getProcess(val) {
25403
25461
  var _this28 = this;
@@ -25453,11 +25511,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25453
25511
  });
25454
25512
  },
25455
25513
 
25456
- /**
25457
- * getPendedhistoryList
25458
- * @desc:获取流程列表
25459
- * @author liufan
25460
- * @date 2022年5月25日
25514
+ /**
25515
+ * getPendedhistoryList
25516
+ * @desc:获取流程列表
25517
+ * @author liufan
25518
+ * @date 2022年5月25日
25461
25519
  **/
25462
25520
  getPendedhistoryList: function getPendedhistoryList() {
25463
25521
  var _this29 = this;
@@ -25525,12 +25583,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25525
25583
  },
25526
25584
 
25527
25585
  // 提交流程
25528
- /**
25529
- * subProcess
25530
- * @desc:提交流程
25531
- * @author liufan
25532
- * @param {String} formName 当前form表单ref值
25533
- * @date 2022年5月25日
25586
+ /**
25587
+ * subProcess
25588
+ * @desc:提交流程
25589
+ * @author liufan
25590
+ * @param {String} formName 当前form表单ref值
25591
+ * @date 2022年5月25日
25534
25592
  **/
25535
25593
  subProcess: function subProcess(val, type) {
25536
25594
  var _this31 = this;
@@ -25644,7 +25702,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25644
25702
  switch (_context.prev = _context.next) {
25645
25703
  case 0:
25646
25704
  if (!valid) {
25647
- _context.next = 52;
25705
+ _context.next = 53;
25648
25706
  break;
25649
25707
  }
25650
25708
 
@@ -25751,14 +25809,15 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25751
25809
  }
25752
25810
 
25753
25811
  if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
25754
- _context.next = 33;
25812
+ _context.next = 34;
25755
25813
  break;
25756
25814
  }
25757
25815
 
25816
+ params.isSubFlow = _this33.taskExamineInfo.isSubFlow;
25758
25817
  _this33.taskParams = params;
25759
25818
  return _context.abrupt('return');
25760
25819
 
25761
- case 33:
25820
+ case 34:
25762
25821
  _this33.loading = util["a" /* default */].loading(_this33.$loading, '提交中...');
25763
25822
  isEndUserTask = _this33.isEndUserTask, choiceOrgId = _this33.choiceOrgId, choiceDeptId = _this33.choiceDeptId, pOrgId = _this33.pOrgId, taskExamineInfo = _this33.taskExamineInfo, currentNodeIsCircularReadNode = _this33.currentNodeIsCircularReadNode, needRetrialAuth = _this33.needRetrialAuth, circularReadParamsMap = _this33.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this33.currentNodeEnableItemHandleDescription;
25764
25823
 
@@ -25798,10 +25857,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25798
25857
  }
25799
25858
  }));
25800
25859
 
25801
- case 52:
25860
+ case 53:
25802
25861
  return _context.abrupt('return', false);
25803
25862
 
25804
- case 53:
25863
+ case 54:
25805
25864
  case 'end':
25806
25865
  return _context.stop();
25807
25866
  }