eoss-ui 0.8.6 → 0.8.8

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 (322) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +1200 -1022
  3. package/lib/flow-list.js +96 -96
  4. package/lib/flow.js +550 -379
  5. package/lib/form.js +7 -2
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +288 -288
  8. package/lib/qr-code.js +13 -13
  9. package/lib/select.js +2 -0
  10. package/package.json +1 -1
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/button-group/src/main.vue +346 -346
  15. package/packages/calendar/index.js +5 -5
  16. package/packages/calogin/index.js +5 -5
  17. package/packages/calogin/src/main.vue +412 -412
  18. package/packages/calogin/src/plugin.js +915 -915
  19. package/packages/card/index.js +5 -5
  20. package/packages/card/src/main.vue +156 -156
  21. package/packages/cascader/index.js +5 -5
  22. package/packages/cascader/src/main.vue +168 -168
  23. package/packages/checkbox-group/index.js +5 -5
  24. package/packages/checkbox-group/src/main.vue +333 -333
  25. package/packages/clients/index.js +5 -5
  26. package/packages/clients/src/main.vue +151 -151
  27. package/packages/data-table/index.js +5 -5
  28. package/packages/data-table/src/children.vue +46 -46
  29. package/packages/data-table/src/main.vue +1876 -1876
  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 +419 -417
  49. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  50. package/packages/flow/src/component/CustomPreset.vue +324 -324
  51. package/packages/flow/src/component/FileList.vue +97 -97
  52. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  53. package/packages/flow/src/component/Preset.vue +257 -257
  54. package/packages/flow/src/component/SendMsg.vue +242 -242
  55. package/packages/flow/src/component/SortFlow.vue +110 -110
  56. package/packages/flow/src/component/TimeLimit.vue +190 -190
  57. package/packages/flow/src/component/taskUnionExamine.vue +763 -761
  58. package/packages/flow/src/form.vue +123 -123
  59. package/packages/flow/src/freeStartFlow.vue +2898 -2855
  60. package/packages/flow/src/main.vue +4201 -4165
  61. package/packages/flow/src/processForm.vue +1717 -1711
  62. package/packages/flow/src/processReject.vue +311 -309
  63. package/packages/flow/src/reset.vue +952 -946
  64. package/packages/flow/src/startTaskRead.vue +698 -695
  65. package/packages/flow/src/supervise.vue +162 -159
  66. package/packages/flow/src/table.vue +58 -58
  67. package/packages/flow-group/index.js +5 -5
  68. package/packages/flow-group/src/main.vue +750 -750
  69. package/packages/flow-list/index.js +5 -5
  70. package/packages/flow-list/src/main.vue +2337 -2337
  71. package/packages/form/index.js +5 -5
  72. package/packages/form/src/main.vue +3906 -3901
  73. package/packages/form/src/table.vue +1512 -1512
  74. package/packages/handle-user/index.js +5 -5
  75. package/packages/handle-user/src/main.vue +137 -137
  76. package/packages/handler/index.js +5 -5
  77. package/packages/handler/src/main.vue +499 -499
  78. package/packages/icon/index.js +5 -5
  79. package/packages/icon/src/main.vue +104 -104
  80. package/packages/icons/index.js +5 -5
  81. package/packages/icons/src/main.vue +81 -81
  82. package/packages/input/index.js +5 -5
  83. package/packages/input/src/main.vue +356 -356
  84. package/packages/input-number/index.js +5 -5
  85. package/packages/input-number/src/main.vue +106 -106
  86. package/packages/label/index.js +5 -5
  87. package/packages/label/src/main.vue +457 -457
  88. package/packages/layout/index.js +5 -5
  89. package/packages/layout/src/item.vue +152 -152
  90. package/packages/layout/src/main.vue +31 -31
  91. package/packages/login/index.js +5 -5
  92. package/packages/login/src/main.vue +2088 -2088
  93. package/packages/login/src/resetPassword.vue +557 -557
  94. package/packages/main/index.js +5 -5
  95. package/packages/main/src/default/message.vue +249 -249
  96. package/packages/main/src/default/notice.vue +157 -157
  97. package/packages/main/src/default/userinfo.vue +513 -513
  98. package/packages/main/src/public/online.vue +89 -89
  99. package/packages/main/src/public/search.vue +464 -464
  100. package/packages/main/src/public/settings.vue +273 -273
  101. package/packages/main/src/simplicity/apps.vue +388 -388
  102. package/packages/main/src/simplicity/avatar.vue +82 -82
  103. package/packages/main/src/simplicity/handler.vue +158 -158
  104. package/packages/main/src/simplicity/index.vue +2335 -2335
  105. package/packages/main/src/simplicity/lists.vue +84 -84
  106. package/packages/main/src/simplicity/menu-list.vue +135 -135
  107. package/packages/main/src/simplicity/message.vue +293 -293
  108. package/packages/main/src/simplicity/notice.vue +222 -222
  109. package/packages/main/src/simplicity/router-page.vue +45 -45
  110. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  111. package/packages/main/src/simplicity/user.vue +259 -259
  112. package/packages/main/src/simplicity/userinfo.vue +408 -408
  113. package/packages/main/src/simplicityTop/apps.vue +388 -388
  114. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  115. package/packages/main/src/simplicityTop/handler.vue +215 -215
  116. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  117. package/packages/main/src/simplicityTop/lists.vue +84 -84
  118. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  119. package/packages/main/src/simplicityTop/message.vue +293 -293
  120. package/packages/main/src/simplicityTop/notice.vue +222 -222
  121. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  122. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  123. package/packages/main/src/simplicityTop/user.vue +259 -259
  124. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  125. package/packages/menu/index.js +5 -5
  126. package/packages/menu/src/main.vue +595 -595
  127. package/packages/nav/index.js +5 -5
  128. package/packages/nav/src/main.vue +351 -351
  129. package/packages/notify/index.js +5 -5
  130. package/packages/notify/src/main.vue +538 -538
  131. package/packages/page/index.js +5 -5
  132. package/packages/page/src/main.vue +167 -167
  133. package/packages/pagination/index.js +5 -5
  134. package/packages/pagination/src/main.vue +96 -96
  135. package/packages/player/index.js +5 -5
  136. package/packages/player/src/main.vue +194 -194
  137. package/packages/qr-code/index.js +5 -5
  138. package/packages/qr-code/src/main.vue +170 -170
  139. package/packages/radio-group/index.js +6 -6
  140. package/packages/radio-group/src/main.vue +319 -319
  141. package/packages/retrial-auth/index.js +5 -5
  142. package/packages/retrial-auth/src/main.vue +299 -299
  143. package/packages/select/index.js +5 -5
  144. package/packages/select/src/main.vue +2 -0
  145. package/packages/select-ganged/index.js +5 -5
  146. package/packages/select-ganged/src/main.vue +724 -724
  147. package/packages/selector/index.js +5 -5
  148. package/packages/selector/src/main.vue +761 -761
  149. package/packages/selector-panel/index.js +5 -5
  150. package/packages/selector-panel/src/main.vue +1036 -1036
  151. package/packages/selector-panel/src/selection.vue +174 -174
  152. package/packages/selector-panel/src/tree.vue +129 -129
  153. package/packages/sizer/index.js +5 -5
  154. package/packages/sizer/src/main.vue +254 -254
  155. package/packages/steps/index.js +5 -5
  156. package/packages/steps/src/main.vue +181 -181
  157. package/packages/switch/index.js +5 -5
  158. package/packages/switch/src/main.vue +170 -170
  159. package/packages/table-form/index.js +5 -5
  160. package/packages/tabs/index.js +5 -5
  161. package/packages/tabs/src/main.vue +788 -788
  162. package/packages/tabs-panel/index.js +5 -5
  163. package/packages/tabs-panel/src/main.vue +29 -29
  164. package/packages/theme-chalk/gulpfile.js +25 -0
  165. package/packages/theme-chalk/src/base.scss +261 -261
  166. package/packages/theme-chalk/src/button-group.scss +176 -176
  167. package/packages/theme-chalk/src/button.scss +24 -24
  168. package/packages/theme-chalk/src/calendar.scss +113 -113
  169. package/packages/theme-chalk/src/card.scss +99 -99
  170. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  171. package/packages/theme-chalk/src/clients.scss +87 -87
  172. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  173. package/packages/theme-chalk/src/data-table.scss +297 -297
  174. package/packages/theme-chalk/src/date-picker.scss +7 -7
  175. package/packages/theme-chalk/src/dialog.scss +77 -77
  176. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  177. package/packages/theme-chalk/src/enterprise.scss +5 -5
  178. package/packages/theme-chalk/src/error-page.scss +18 -18
  179. package/packages/theme-chalk/src/flow-group.scss +110 -110
  180. package/packages/theme-chalk/src/flow-list.scss +55 -55
  181. package/packages/theme-chalk/src/flow.scss +373 -373
  182. package/packages/theme-chalk/src/form.scss +501 -501
  183. package/packages/theme-chalk/src/handle-user.scss +40 -40
  184. package/packages/theme-chalk/src/handler.scss +148 -148
  185. package/packages/theme-chalk/src/icon.scss +3452 -3452
  186. package/packages/theme-chalk/src/icons.scss +99 -99
  187. package/packages/theme-chalk/src/input.scss +9 -9
  188. package/packages/theme-chalk/src/label.scss +24 -24
  189. package/packages/theme-chalk/src/layout.scss +46 -46
  190. package/packages/theme-chalk/src/login.scss +1006 -1006
  191. package/packages/theme-chalk/src/main.scss +664 -664
  192. package/packages/theme-chalk/src/menu.scss +224 -224
  193. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  194. package/packages/theme-chalk/src/nav.scss +111 -111
  195. package/packages/theme-chalk/src/page.scss +3 -3
  196. package/packages/theme-chalk/src/pagination.scss +29 -29
  197. package/packages/theme-chalk/src/player.scss +9 -9
  198. package/packages/theme-chalk/src/qr-code.scss +17 -17
  199. package/packages/theme-chalk/src/radio-group.scss +9 -9
  200. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  201. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  202. package/packages/theme-chalk/src/select.scss +8 -8
  203. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  204. package/packages/theme-chalk/src/selector.scss +114 -114
  205. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  206. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  207. package/packages/theme-chalk/src/sizer.scss +36 -36
  208. package/packages/theme-chalk/src/steps.scss +88 -88
  209. package/packages/theme-chalk/src/switch.scss +3 -3
  210. package/packages/theme-chalk/src/table-form.scss +1 -1
  211. package/packages/theme-chalk/src/tabs.scss +87 -87
  212. package/packages/theme-chalk/src/tips.scss +7 -7
  213. package/packages/theme-chalk/src/toolbar.scss +179 -179
  214. package/packages/theme-chalk/src/tree-group.scss +72 -72
  215. package/packages/theme-chalk/src/tree.scss +165 -165
  216. package/packages/theme-chalk/src/upload.scss +172 -172
  217. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  218. package/packages/tips/index.js +5 -5
  219. package/packages/tips/src/main.vue +141 -141
  220. package/packages/toolbar/index.js +5 -5
  221. package/packages/toolbar/src/main.vue +430 -430
  222. package/packages/tree/index.js +5 -5
  223. package/packages/tree-group/index.js +5 -5
  224. package/packages/upload/index.js +5 -5
  225. package/packages/upload/src/main.vue +1344 -1344
  226. package/packages/upload/src/picture.js +15 -15
  227. package/packages/wujie/index.js +5 -5
  228. package/packages/wujie/src/main.vue +146 -146
  229. package/packages/wxlogin/index.js +5 -5
  230. package/packages/wxlogin/src/main.vue +128 -128
  231. package/src/config/api.js +348 -348
  232. package/src/config/image.js +2 -2
  233. package/src/index.js +163 -163
  234. package/src/utils/bus.js +3 -3
  235. package/src/utils/date-util.js +312 -312
  236. package/src/utils/http.js +50 -50
  237. package/src/utils/rules.js +18 -18
  238. package/src/utils/store.js +21 -21
  239. package/src/utils/webSocket.js +107 -107
  240. package/packages/.DS_Store +0 -0
  241. package/packages/calogin/.DS_Store +0 -0
  242. package/packages/date-picker/.DS_Store +0 -0
  243. package/packages/date-picker/src/.DS_Store +0 -0
  244. package/packages/dialog/.DS_Store +0 -0
  245. package/packages/flow/.DS_Store +0 -0
  246. package/packages/flow/src/.DS_Store +0 -0
  247. package/packages/flow-list/.DS_Store +0 -0
  248. package/packages/form/.DS_Store +0 -0
  249. package/packages/icon/.DS_Store +0 -0
  250. package/packages/login/.DS_Store +0 -0
  251. package/packages/main/.DS_Store +0 -0
  252. package/packages/main/src/.DS_Store +0 -0
  253. package/packages/menu/.DS_Store +0 -0
  254. package/packages/select/.DS_Store +0 -0
  255. package/packages/selector/.DS_Store +0 -0
  256. package/packages/selector-panel/.DS_Store +0 -0
  257. package/packages/theme-chalk/lib/base.css +0 -1
  258. package/packages/theme-chalk/lib/button-group.css +0 -1
  259. package/packages/theme-chalk/lib/button.css +0 -1
  260. package/packages/theme-chalk/lib/calendar.css +0 -1
  261. package/packages/theme-chalk/lib/calogin.css +0 -0
  262. package/packages/theme-chalk/lib/card.css +0 -1
  263. package/packages/theme-chalk/lib/cascader.css +0 -0
  264. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  265. package/packages/theme-chalk/lib/clients.css +0 -1
  266. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  267. package/packages/theme-chalk/lib/data-table.css +0 -1
  268. package/packages/theme-chalk/lib/date-picker.css +0 -1
  269. package/packages/theme-chalk/lib/dialog.css +0 -1
  270. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  271. package/packages/theme-chalk/lib/enterprise.css +0 -1
  272. package/packages/theme-chalk/lib/error-page.css +0 -1
  273. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  274. package/packages/theme-chalk/lib/flow-group.css +0 -1
  275. package/packages/theme-chalk/lib/flow-list.css +0 -1
  276. package/packages/theme-chalk/lib/flow.css +0 -1
  277. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  278. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  279. package/packages/theme-chalk/lib/form.css +0 -1
  280. package/packages/theme-chalk/lib/handle-user.css +0 -1
  281. package/packages/theme-chalk/lib/handler.css +0 -1
  282. package/packages/theme-chalk/lib/icon.css +0 -1
  283. package/packages/theme-chalk/lib/icons.css +0 -1
  284. package/packages/theme-chalk/lib/index.css +0 -1
  285. package/packages/theme-chalk/lib/input-number.css +0 -0
  286. package/packages/theme-chalk/lib/input.css +0 -1
  287. package/packages/theme-chalk/lib/label.css +0 -1
  288. package/packages/theme-chalk/lib/layout.css +0 -1
  289. package/packages/theme-chalk/lib/login.css +0 -1
  290. package/packages/theme-chalk/lib/main.css +0 -1
  291. package/packages/theme-chalk/lib/menu.css +0 -1
  292. package/packages/theme-chalk/lib/nav.css +0 -1
  293. package/packages/theme-chalk/lib/notify.css +0 -0
  294. package/packages/theme-chalk/lib/page.css +0 -1
  295. package/packages/theme-chalk/lib/pagination.css +0 -1
  296. package/packages/theme-chalk/lib/player.css +0 -1
  297. package/packages/theme-chalk/lib/qr-code.css +0 -1
  298. package/packages/theme-chalk/lib/radio-group.css +0 -1
  299. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  300. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  301. package/packages/theme-chalk/lib/select.css +0 -1
  302. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  303. package/packages/theme-chalk/lib/selector.css +0 -1
  304. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  305. package/packages/theme-chalk/lib/simplicity.css +0 -1
  306. package/packages/theme-chalk/lib/sizer.css +0 -1
  307. package/packages/theme-chalk/lib/steps.css +0 -1
  308. package/packages/theme-chalk/lib/switch.css +0 -1
  309. package/packages/theme-chalk/lib/table-form.css +0 -0
  310. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  311. package/packages/theme-chalk/lib/tabs.css +0 -1
  312. package/packages/theme-chalk/lib/tips.css +0 -1
  313. package/packages/theme-chalk/lib/toolbar.css +0 -1
  314. package/packages/theme-chalk/lib/tree-group.css +0 -1
  315. package/packages/theme-chalk/lib/tree.css +0 -1
  316. package/packages/theme-chalk/lib/upload.css +0 -1
  317. package/packages/theme-chalk/lib/wujie.css +0 -0
  318. package/packages/theme-chalk/lib/wxlogin.css +0 -1
  319. package/packages/theme-chalk/src/.DS_Store +0 -0
  320. package/packages/upload/.DS_Store +0 -0
  321. package/src/.DS_Store +0 -0
  322. package/src/utils/.DS_Store +0 -0
package/lib/flow.js CHANGED
@@ -4834,7 +4834,7 @@ module.exports = require("vuedraggable");
4834
4834
  // ESM COMPAT FLAG
4835
4835
  __webpack_require__.r(__webpack_exports__);
4836
4836
 
4837
- // 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=6a1416d2&
4837
+ // 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=2dffee80&
4838
4838
  var render = function () {
4839
4839
  var _vm = this
4840
4840
  var _h = _vm.$createElement
@@ -5047,6 +5047,8 @@ var render = function () {
5047
5047
  "pending-id": _vm.pendingId,
5048
5048
  showBtn: false,
5049
5049
  formTitle: _vm.formTitle,
5050
+ flowLabelConfig: _vm.flowLabelConfig,
5051
+ hideMessage: _vm.hideMessage,
5050
5052
  startFlowPageEmbeddedIntoStartFlowIndex:
5051
5053
  _vm.startFlowPageEmbeddedIntoStartFlowIndex,
5052
5054
  processDefinitionId: _vm.nodeInfo.nextNode,
@@ -5095,6 +5097,8 @@ var render = function () {
5095
5097
  selectorConfig: _vm.selectorConfig,
5096
5098
  resetAppId: _vm.resetAppId,
5097
5099
  taskExamine: _vm.taskExamineInfo,
5100
+ flowLabelConfig: _vm.flowLabelConfig,
5101
+ hideMessage: _vm.hideMessage,
5098
5102
  subParams: _vm.subParams,
5099
5103
  "news-info": _vm.nextNode.notificationMsg,
5100
5104
  },
@@ -5112,6 +5116,8 @@ var render = function () {
5112
5116
  showOther: _vm.showOther,
5113
5117
  showTooltip: _vm.showTooltip,
5114
5118
  selectorParams: _vm.selectorParams,
5119
+ flowLabelConfig: _vm.flowLabelConfig,
5120
+ hideMessage: _vm.hideMessage,
5115
5121
  formLabelPosition: _vm.formLabelPosition,
5116
5122
  simpleTips: _vm.simpleTips,
5117
5123
  },
@@ -5122,6 +5128,8 @@ var render = function () {
5122
5128
  businessId: _vm.businessId,
5123
5129
  appId: _vm.resetAppId,
5124
5130
  showTooltip: _vm.showTooltip,
5131
+ flowLabelConfig: _vm.flowLabelConfig,
5132
+ hideMessage: _vm.hideMessage,
5125
5133
  simpleTips: _vm.simpleTips,
5126
5134
  },
5127
5135
  on: {
@@ -5138,6 +5146,8 @@ var render = function () {
5138
5146
  showTooltip: _vm.showTooltip,
5139
5147
  simpleTips: _vm.simpleTips,
5140
5148
  appId: _vm.resetAppId,
5149
+ flowLabelConfig: _vm.flowLabelConfig,
5150
+ hideMessage: _vm.hideMessage,
5141
5151
  flowParams: _vm.param,
5142
5152
  subParams: _vm.subParams,
5143
5153
  },
@@ -6138,7 +6148,11 @@ var render = function () {
6138
6148
  : "nextOrgId",
6139
6149
  label:
6140
6150
  _vm.isShowNextUser
6141
- ? "下步办理人"
6151
+ ? "" +
6152
+ (_vm
6153
+ .flowLabelConfig
6154
+ .nextUser ||
6155
+ "下步办理人")
6142
6156
  : "办理对象",
6143
6157
  },
6144
6158
  },
@@ -6648,6 +6662,8 @@ var render = function () {
6648
6662
  ? _c("CustomPreset", {
6649
6663
  ref: "customPreset",
6650
6664
  attrs: {
6665
+ flowLabelConfig: _vm.flowLabelConfig,
6666
+ hideMessage: _vm.hideMessage,
6651
6667
  showTooltip: _vm.showTooltip,
6652
6668
  nextNode: _vm.nextNode.nextNodeId,
6653
6669
  customPresetHintMessage:
@@ -6677,6 +6693,8 @@ var render = function () {
6677
6693
  nodeId: _vm.nextNode.nextNodeId,
6678
6694
  showTooltip: _vm.showTooltip,
6679
6695
  businessId: _vm.businessIds,
6696
+ flowLabelConfig: _vm.flowLabelConfig,
6697
+ hideMessage: _vm.hideMessage,
6680
6698
  customPresetHintMessage:
6681
6699
  _vm.customPresetHintMessage,
6682
6700
  processDefinitionId: _vm.nodeInfo.nextNode,
@@ -6714,6 +6732,8 @@ var render = function () {
6714
6732
  _vm.businessIds,
6715
6733
  simpleTips: _vm.simpleTips,
6716
6734
  showTooltip: _vm.showTooltip,
6735
+ hideMessage: _vm.hideMessage,
6736
+ flowLabelConfig: _vm.flowLabelConfig,
6717
6737
  "is-free-start-flow":
6718
6738
  _vm.freeStartFlowParams.useScene ===
6719
6739
  "multiInsMidwayWithSubmitScene",
@@ -6755,6 +6775,7 @@ var render = function () {
6755
6775
  ref: "flowCirculate",
6756
6776
  attrs: {
6757
6777
  showTooltip: _vm.showTooltip,
6778
+ flowLabelConfig: _vm.flowLabelConfig,
6758
6779
  "label-position": _vm.formLabelPosition,
6759
6780
  businessId: _vm.businessId,
6760
6781
  startFlowPageEmbeddedIntoStartFlowIndex:
@@ -6773,7 +6794,10 @@ var render = function () {
6773
6794
  },
6774
6795
  })
6775
6796
  : _vm._e(),
6776
- !_vm.isFlow && _vm.isSpecial && _vm.newsList.length > 0
6797
+ !_vm.isFlow &&
6798
+ _vm.isSpecial &&
6799
+ _vm.newsList.length > 0 &&
6800
+ !_vm.hideMessage
6777
6801
  ? _c(
6778
6802
  "div",
6779
6803
  {
@@ -7455,6 +7479,8 @@ var render = function () {
7455
7479
  _c("circulate", {
7456
7480
  attrs: {
7457
7481
  businessId: _vm.businessId,
7482
+ flowLabelConfig: _vm.flowLabelConfig,
7483
+ hideMessage: _vm.hideMessage,
7458
7484
  processDefinitionId: _vm.nodeInfo.nextNode,
7459
7485
  showTooltip: _vm.showTooltip,
7460
7486
  simpleTips: _vm.simpleTips,
@@ -7503,6 +7529,8 @@ var render = function () {
7503
7529
  showTooltip: _vm.showTooltip,
7504
7530
  simpleTips: _vm.simpleTips,
7505
7531
  selectorParams: _vm.selectorParams,
7532
+ flowLabelConfig: _vm.flowLabelConfig,
7533
+ hideMessage: _vm.hideMessage,
7506
7534
  "is-free-start-flow":
7507
7535
  _vm.freeStartFlowParams.useScene ===
7508
7536
  "multiInsMidwayWithSubmitScene",
@@ -7590,6 +7618,8 @@ var render = function () {
7590
7618
  option: _vm.value,
7591
7619
  showTooltip: _vm.showTooltip,
7592
7620
  simpleTips: _vm.simpleTips,
7621
+ flowLabelConfig: _vm.flowLabelConfig,
7622
+ hideMessage: _vm.hideMessage,
7593
7623
  "show-reject": _vm.showReject,
7594
7624
  "news-info": _vm.nextNode.notificationMsg,
7595
7625
  },
@@ -7630,6 +7660,8 @@ var render = function () {
7630
7660
  opinion: _vm.value,
7631
7661
  type: _vm.taskReadType,
7632
7662
  showTooltip: _vm.showTooltip,
7663
+ flowLabelConfig: _vm.flowLabelConfig,
7664
+ hideMessage: _vm.hideMessage,
7633
7665
  selectorConfig: _vm.selectorConfig,
7634
7666
  simpleTips: _vm.simpleTips,
7635
7667
  subParams: _vm.subParams,
@@ -7777,6 +7809,8 @@ var render = function () {
7777
7809
  pendingId: _vm.pendingId,
7778
7810
  defaultOpinion: _vm.nodeDefaultSubmitOpinion,
7779
7811
  oldOption: _vm.value,
7812
+ flowLabelConfig: _vm.flowLabelConfig,
7813
+ hideMessage: _vm.hideMessage,
7780
7814
  selectorParams: _vm.selectorParams,
7781
7815
  type: _vm.flowType,
7782
7816
  multiple: _vm.flowMultiple,
@@ -7818,6 +7852,8 @@ var render = function () {
7818
7852
  {
7819
7853
  attrs: {
7820
7854
  isStartFlow: "",
7855
+ flowLabelConfig: _vm.flowLabelConfig,
7856
+ hideMessage: _vm.hideMessage,
7821
7857
  simpleTips: _vm.simpleTips,
7822
7858
  btnList: [
7823
7859
  {
@@ -7857,7 +7893,7 @@ var staticRenderFns = []
7857
7893
  render._withStripped = true
7858
7894
 
7859
7895
 
7860
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6a1416d2&
7896
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2dffee80&
7861
7897
 
7862
7898
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7863
7899
  var regenerator_ = __webpack_require__(4);
@@ -8725,21 +8761,21 @@ var _components;
8725
8761
  return validSate;
8726
8762
  },
8727
8763
 
8728
- /**
8729
- * changeOpinion
8730
- * @desc:监听意见变化
8731
- * @author liufan
8732
- * @date 2022年10月28日
8764
+ /**
8765
+ * changeOpinion
8766
+ * @desc:监听意见变化
8767
+ * @author liufan
8768
+ * @date 2022年10月28日
8733
8769
  **/
8734
8770
  changeOpinion: function changeOpinion() {
8735
8771
  this.$emit('change', this.form.value);
8736
8772
  },
8737
8773
 
8738
- /**
8739
- * getCommonOpion
8740
- * @desc:获取意见
8741
- * @author liufan
8742
- * @date 2022年5月25日
8774
+ /**
8775
+ * getCommonOpion
8776
+ * @desc:获取意见
8777
+ * @author liufan
8778
+ * @date 2022年5月25日
8743
8779
  **/
8744
8780
  getCommonOpion: function getCommonOpion() {
8745
8781
  var _this = this;
@@ -8768,24 +8804,24 @@ var _components;
8768
8804
  });
8769
8805
  },
8770
8806
 
8771
- /**
8772
- * upDate
8773
- * @desc:修改常用语
8774
- * @author liufan
8775
- * @param {Object} val 修改值
8776
- * @date 2022年5月25日
8807
+ /**
8808
+ * upDate
8809
+ * @desc:修改常用语
8810
+ * @author liufan
8811
+ * @param {Object} val 修改值
8812
+ * @date 2022年5月25日
8777
8813
  **/
8778
8814
  upDate: function upDate(val) {
8779
8815
  this.FormData.id = val.id;
8780
8816
  this.addVisible = true;
8781
8817
  },
8782
8818
 
8783
- /**
8784
- * selectChange
8785
- * @desc:常用语选择
8786
- * @author liufan
8787
- * @param {String} val 选中值
8788
- * @date 2022年5月25日
8819
+ /**
8820
+ * selectChange
8821
+ * @desc:常用语选择
8822
+ * @author liufan
8823
+ * @param {String} val 选中值
8824
+ * @date 2022年5月25日
8789
8825
  **/
8790
8826
  selectChange: function selectChange(val) {
8791
8827
  var _this2 = this;
@@ -8804,12 +8840,12 @@ var _components;
8804
8840
  });
8805
8841
  },
8806
8842
 
8807
- /**
8808
- * del
8809
- * @desc:删除常用语
8810
- * @author liufan
8811
- * @param {Object} val 删除的数据
8812
- * @date 2022年5月25日
8843
+ /**
8844
+ * del
8845
+ * @desc:删除常用语
8846
+ * @author liufan
8847
+ * @param {Object} val 删除的数据
8848
+ * @date 2022年5月25日
8813
8849
  **/
8814
8850
  del: function del(val) {
8815
8851
  var _this3 = this;
@@ -8851,12 +8887,12 @@ var _components;
8851
8887
  }).catch(function (e) {});
8852
8888
  },
8853
8889
 
8854
- /**
8855
- * submit
8856
- * @desc:新增/编辑意见保存
8857
- * @author liufan
8858
- * @param {Object} val 保存数据
8859
- * @date 2022年5月25日
8890
+ /**
8891
+ * submit
8892
+ * @desc:新增/编辑意见保存
8893
+ * @author liufan
8894
+ * @param {Object} val 保存数据
8895
+ * @date 2022年5月25日
8860
8896
  **/
8861
8897
  submit: function submit(val) {
8862
8898
  var _this4 = this;
@@ -8921,8 +8957,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
8921
8957
  )
8922
8958
 
8923
8959
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
8924
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=6df91879&
8925
- var processFormvue_type_template_id_6df91879_render = function () {
8960
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=17d61097&
8961
+ var processFormvue_type_template_id_17d61097_render = function () {
8926
8962
  var _vm = this
8927
8963
  var _h = _vm.$createElement
8928
8964
  var _c = _vm._self._c || _h
@@ -9251,7 +9287,9 @@ var processFormvue_type_template_id_6df91879_render = function () {
9251
9287
  {
9252
9288
  attrs: {
9253
9289
  prop: _vm.isShowNextUser ? "nextUser" : "nextOrgId",
9254
- label: _vm.isShowNextUser ? "下步办理人" : "办理对象",
9290
+ label: _vm.isShowNextUser
9291
+ ? "" + (_vm.flowLabelConfig.nextUser || "下步办理人")
9292
+ : "办理对象",
9255
9293
  },
9256
9294
  },
9257
9295
  [
@@ -9653,7 +9691,7 @@ var processFormvue_type_template_id_6df91879_render = function () {
9653
9691
  ],
9654
9692
  1
9655
9693
  ),
9656
- !_vm.showBtn && _vm.nextNode.noticeList.length > 0
9694
+ !_vm.showBtn && _vm.nextNode.noticeList.length > 0 && !_vm.hideMessage
9657
9695
  ? _c("div", { staticStyle: { padding: "5px", background: "#fff" } }, [
9658
9696
  _c(
9659
9697
  "div",
@@ -9750,11 +9788,11 @@ var processFormvue_type_template_id_6df91879_render = function () {
9750
9788
  1
9751
9789
  )
9752
9790
  }
9753
- var processFormvue_type_template_id_6df91879_staticRenderFns = []
9754
- processFormvue_type_template_id_6df91879_render._withStripped = true
9791
+ var processFormvue_type_template_id_17d61097_staticRenderFns = []
9792
+ processFormvue_type_template_id_17d61097_render._withStripped = true
9755
9793
 
9756
9794
 
9757
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=6df91879&
9795
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=17d61097&
9758
9796
 
9759
9797
  // 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=5424da0a&
9760
9798
  var selectUservue_type_template_id_5424da0a_render = function () {
@@ -11790,7 +11828,14 @@ var processFormvue_type_script_lang_js_components;
11790
11828
  type: [Number, String],
11791
11829
  default: 0
11792
11830
  },
11793
- selectorParams: { type: Object, default: function _default() {} }
11831
+ selectorParams: { type: Object, default: function _default() {} },
11832
+ flowLabelConfig: {
11833
+ type: Object,
11834
+ default: function _default() {
11835
+ return {};
11836
+ }
11837
+ },
11838
+ hideMessage: { type: Boolean, default: false }
11794
11839
  },
11795
11840
  data: function data() {
11796
11841
  return {
@@ -12289,7 +12334,7 @@ var processFormvue_type_script_lang_js_components;
12289
12334
 
12290
12335
  if (_this6.isShowNextUser) {
12291
12336
  if ((nextUser == '' || _this6.multiple && nextUser.length == 0) && !_this6.isHideCurrentOrg && !_this6.isHideOtherOrg) {
12292
- return _this6.$message.warning('请选择下步办理人');
12337
+ return _this6.$message.warning('\u8BF7\u9009\u62E9' + (_this6.flowLabelConfig.nextUser || '下步办理人'));
12293
12338
  }
12294
12339
  } else {
12295
12340
  if (nextOrgId == '' || _this6.multiple && nextOrgId.length == 0) {
@@ -12655,6 +12700,7 @@ var processFormvue_type_script_lang_js_components;
12655
12700
  message = res.message;
12656
12701
 
12657
12702
  if (status === 'success') {
12703
+ if (_this8.hideMessage) return;
12658
12704
  _this8.nextNode.noticeType = message.split(',');
12659
12705
  var arr = [];
12660
12706
  _this8.nextNode.noticeList.map(function (item) {
@@ -12680,11 +12726,11 @@ var processFormvue_type_script_lang_js_components;
12680
12726
  });
12681
12727
  },
12682
12728
 
12683
- /**
12684
- * isMultiple
12685
- * @desc:是否多选
12686
- * @author liufan
12687
- * @date 2022年9月13日
12729
+ /**
12730
+ * isMultiple
12731
+ * @desc:是否多选
12732
+ * @author liufan
12733
+ * @date 2022年9月13日
12688
12734
  **/
12689
12735
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12690
12736
  var multiple = false;
@@ -12860,8 +12906,8 @@ var processFormvue_type_script_lang_js_components;
12860
12906
 
12861
12907
  var processForm_component = Object(componentNormalizer["a" /* default */])(
12862
12908
  src_processFormvue_type_script_lang_js_,
12863
- processFormvue_type_template_id_6df91879_render,
12864
- processFormvue_type_template_id_6df91879_staticRenderFns,
12909
+ processFormvue_type_template_id_17d61097_render,
12910
+ processFormvue_type_template_id_17d61097_staticRenderFns,
12865
12911
  false,
12866
12912
  null,
12867
12913
  null,
@@ -13753,8 +13799,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
13753
13799
  )
13754
13800
 
13755
13801
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
13756
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=65914be1&
13757
- var processRejectvue_type_template_id_65914be1_render = function () {
13802
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
13803
+ var processRejectvue_type_template_id_364df082_render = function () {
13758
13804
  var _vm = this
13759
13805
  var _h = _vm.$createElement
13760
13806
  var _c = _vm._self._c || _h
@@ -13988,11 +14034,11 @@ var processRejectvue_type_template_id_65914be1_render = function () {
13988
14034
  1
13989
14035
  )
13990
14036
  }
13991
- var processRejectvue_type_template_id_65914be1_staticRenderFns = []
13992
- processRejectvue_type_template_id_65914be1_render._withStripped = true
14037
+ var processRejectvue_type_template_id_364df082_staticRenderFns = []
14038
+ processRejectvue_type_template_id_364df082_render._withStripped = true
13993
14039
 
13994
14040
 
13995
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=65914be1&
14041
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
13996
14042
 
13997
14043
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
13998
14044
  //
@@ -14098,7 +14144,8 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
14098
14144
  newsInfo: { type: String, default: '' },
14099
14145
  showReject: { type: Boolean },
14100
14146
  option: { type: String, default: '' },
14101
- simpleTips: { type: Boolean, default: true }
14147
+ simpleTips: { type: Boolean, default: true },
14148
+ hideMessage: { type: Boolean, default: false }
14102
14149
  },
14103
14150
  data: function data() {
14104
14151
  return {
@@ -14230,6 +14277,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
14230
14277
  message = res.message;
14231
14278
 
14232
14279
  if (status === 'success') {
14280
+ if (_this3.hideMessage) return;
14233
14281
  _this3.nextNode.noticeType = message.split(',');
14234
14282
  var arr = [];
14235
14283
  _this3.nextNode.noticeList.map(function (item) {
@@ -14311,8 +14359,8 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
14311
14359
 
14312
14360
  var processReject_component = Object(componentNormalizer["a" /* default */])(
14313
14361
  src_processRejectvue_type_script_lang_js_,
14314
- processRejectvue_type_template_id_65914be1_render,
14315
- processRejectvue_type_template_id_65914be1_staticRenderFns,
14362
+ processRejectvue_type_template_id_364df082_render,
14363
+ processRejectvue_type_template_id_364df082_staticRenderFns,
14316
14364
  false,
14317
14365
  null,
14318
14366
  null,
@@ -14321,8 +14369,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
14321
14369
  )
14322
14370
 
14323
14371
  /* harmony default export */ var processReject = (processReject_component.exports);
14324
- // 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=fd55f8d2&
14325
- var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
14372
+ // 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=5faa3a34&
14373
+ var startTaskReadvue_type_template_id_5faa3a34_render = function () {
14326
14374
  var _vm = this
14327
14375
  var _h = _vm.$createElement
14328
14376
  var _c = _vm._self._c || _h
@@ -14629,7 +14677,8 @@ var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
14629
14677
  )
14630
14678
  : _vm._e(),
14631
14679
  _vm.configInfo.isCdjxjTaskHandle != "true" &&
14632
- _vm.noticeList.length > 0
14680
+ _vm.noticeList.length > 0 &&
14681
+ !_vm.hideMessage
14633
14682
  ? _c(
14634
14683
  "el-form-item",
14635
14684
  { attrs: { prop: "noticeType", label: "通知方式" } },
@@ -14745,11 +14794,11 @@ var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
14745
14794
  1
14746
14795
  )
14747
14796
  }
14748
- var startTaskReadvue_type_template_id_fd55f8d2_staticRenderFns = []
14749
- startTaskReadvue_type_template_id_fd55f8d2_render._withStripped = true
14797
+ var startTaskReadvue_type_template_id_5faa3a34_staticRenderFns = []
14798
+ startTaskReadvue_type_template_id_5faa3a34_render._withStripped = true
14750
14799
 
14751
14800
 
14752
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=fd55f8d2&
14801
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=5faa3a34&
14753
14802
 
14754
14803
  // 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&
14755
14804
  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; };
@@ -14954,7 +15003,9 @@ var startTaskReadvue_type_script_lang_js_components;
14954
15003
  readParams: {
14955
15004
  type: [Object, undefined],
14956
15005
  default: undefined
14957
- }
15006
+ },
15007
+
15008
+ hideMessage: { type: Boolean, default: false }
14958
15009
  },
14959
15010
  data: function data() {
14960
15011
  return {
@@ -15442,6 +15493,7 @@ var startTaskReadvue_type_script_lang_js_components;
15442
15493
 
15443
15494
  _this9.loading = false;
15444
15495
  if (status === 'success') {
15496
+ if (_this9.hideMessage) return;
15445
15497
  _this9.nextNode.noticeType = message.split(',');
15446
15498
  if (data) {
15447
15499
  _this9.notificationMessageReadOnly = data.notificationMessageReadOnly;
@@ -15477,8 +15529,8 @@ var startTaskReadvue_type_script_lang_js_components;
15477
15529
 
15478
15530
  var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
15479
15531
  src_startTaskReadvue_type_script_lang_js_,
15480
- startTaskReadvue_type_template_id_fd55f8d2_render,
15481
- startTaskReadvue_type_template_id_fd55f8d2_staticRenderFns,
15532
+ startTaskReadvue_type_template_id_5faa3a34_render,
15533
+ startTaskReadvue_type_template_id_5faa3a34_staticRenderFns,
15482
15534
  false,
15483
15535
  null,
15484
15536
  null,
@@ -15487,8 +15539,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
15487
15539
  )
15488
15540
 
15489
15541
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
15490
- // 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=5bd13ace&
15491
- var resetvue_type_template_id_5bd13ace_render = function () {
15542
+ // 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=f881f0ca&
15543
+ var resetvue_type_template_id_f881f0ca_render = function () {
15492
15544
  var _vm = this
15493
15545
  var _h = _vm.$createElement
15494
15546
  var _c = _vm._self._c || _h
@@ -15696,7 +15748,9 @@ var resetvue_type_template_id_5bd13ace_render = function () {
15696
15748
  {
15697
15749
  attrs: {
15698
15750
  prop: _vm.isShowNextUser ? "nextUser" : "nextOrgId",
15699
- label: _vm.isShowNextUser ? "下步办理人" : "办理对象",
15751
+ label: _vm.isShowNextUser
15752
+ ? "" + (_vm.flowLabelConfig.nextUser || "下步办理人")
15753
+ : "办理对象",
15700
15754
  },
15701
15755
  },
15702
15756
  [
@@ -15858,8 +15912,10 @@ var resetvue_type_template_id_5bd13ace_render = function () {
15858
15912
  {
15859
15913
  name: "show",
15860
15914
  rawName: "v-show",
15861
- value: _vm.nextNode.noticeList.length != 0,
15862
- expression: "nextNode.noticeList.length != 0",
15915
+ value:
15916
+ _vm.nextNode.noticeList.length != 0 && !_vm.hideMessage,
15917
+ expression:
15918
+ "nextNode.noticeList.length != 0 && !hideMessage",
15863
15919
  },
15864
15920
  ],
15865
15921
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -15976,11 +16032,11 @@ var resetvue_type_template_id_5bd13ace_render = function () {
15976
16032
  1
15977
16033
  )
15978
16034
  }
15979
- var resetvue_type_template_id_5bd13ace_staticRenderFns = []
15980
- resetvue_type_template_id_5bd13ace_render._withStripped = true
16035
+ var resetvue_type_template_id_f881f0ca_staticRenderFns = []
16036
+ resetvue_type_template_id_f881f0ca_render._withStripped = true
15981
16037
 
15982
16038
 
15983
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5bd13ace&
16039
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=f881f0ca&
15984
16040
 
15985
16041
  // 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&
15986
16042
  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; };
@@ -16249,7 +16305,14 @@ var resetvue_type_script_lang_js_components;
16249
16305
  type: String,
16250
16306
  default: ''
16251
16307
  },
16252
- type: { type: String }
16308
+ type: { type: String },
16309
+ flowLabelConfig: {
16310
+ type: Object,
16311
+ default: function _default() {
16312
+ return {};
16313
+ }
16314
+ },
16315
+ hideMessage: { type: Boolean, default: false }
16253
16316
  },
16254
16317
  data: function data() {
16255
16318
  return {
@@ -16531,7 +16594,7 @@ var resetvue_type_script_lang_js_components;
16531
16594
  if (_this4.nodeInfoExtAttr.nodeType != 1 && _this4.nodeInfoExtAttr.nodeType != 2 && !_this4.showRoleUser) {
16532
16595
  if (_this4.isShowNextUser) {
16533
16596
  if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
16534
- return _this4.$message.warning('请选择下步办理人');
16597
+ return _this4.$message.warning('\u8BF7\u9009\u62E9' + (_this4.flowLabelConfig.nextUser || '下步办理人'));
16535
16598
  }
16536
16599
  } else {
16537
16600
  if (nextOrgId == '' || _this4.multiple && nextOrgId.length == 0) {
@@ -16726,6 +16789,7 @@ var resetvue_type_script_lang_js_components;
16726
16789
  message = res.message;
16727
16790
 
16728
16791
  if (status === 'success') {
16792
+ if (_this6.hideMessage) return;
16729
16793
  _this6.nextNode.noticeType = message.split(',');
16730
16794
  var arr = [];
16731
16795
  _this6.nextNode.noticeList.map(function (item) {
@@ -16748,11 +16812,11 @@ var resetvue_type_script_lang_js_components;
16748
16812
  });
16749
16813
  },
16750
16814
 
16751
- /**
16752
- * isMultiple
16753
- * @desc:是否多选
16754
- * @author liufan
16755
- * @date 2022年9月13日
16815
+ /**
16816
+ * isMultiple
16817
+ * @desc:是否多选
16818
+ * @author liufan
16819
+ * @date 2022年9月13日
16756
16820
  **/
16757
16821
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16758
16822
  var multiple = false;
@@ -16886,8 +16950,8 @@ var resetvue_type_script_lang_js_components;
16886
16950
 
16887
16951
  var reset_component = Object(componentNormalizer["a" /* default */])(
16888
16952
  src_resetvue_type_script_lang_js_,
16889
- resetvue_type_template_id_5bd13ace_render,
16890
- resetvue_type_template_id_5bd13ace_staticRenderFns,
16953
+ resetvue_type_template_id_f881f0ca_render,
16954
+ resetvue_type_template_id_f881f0ca_staticRenderFns,
16891
16955
  false,
16892
16956
  null,
16893
16957
  null,
@@ -16896,8 +16960,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
16896
16960
  )
16897
16961
 
16898
16962
  /* harmony default export */ var src_reset = (reset_component.exports);
16899
- // 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=5a32ec13&
16900
- var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
16963
+ // 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=42d72d64&
16964
+ var taskUnionExaminevue_type_template_id_42d72d64_render = function () {
16901
16965
  var _vm = this
16902
16966
  var _h = _vm.$createElement
16903
16967
  var _c = _vm._self._c || _h
@@ -17100,8 +17164,9 @@ var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
17100
17164
  {
17101
17165
  name: "show",
17102
17166
  rawName: "v-show",
17103
- value: _vm.infoList.noticeList.length != 0,
17104
- expression: "infoList.noticeList.length != 0",
17167
+ value:
17168
+ _vm.infoList.noticeList.length != 0 && !_vm.hideMessage,
17169
+ expression: "infoList.noticeList.length != 0 && !hideMessage",
17105
17170
  },
17106
17171
  ],
17107
17172
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -17201,11 +17266,11 @@ var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
17201
17266
  1
17202
17267
  )
17203
17268
  }
17204
- var taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns = []
17205
- taskUnionExaminevue_type_template_id_5a32ec13_render._withStripped = true
17269
+ var taskUnionExaminevue_type_template_id_42d72d64_staticRenderFns = []
17270
+ taskUnionExaminevue_type_template_id_42d72d64_render._withStripped = true
17206
17271
 
17207
17272
 
17208
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
17273
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=42d72d64&
17209
17274
 
17210
17275
  // 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&
17211
17276
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -17406,7 +17471,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
17406
17471
  default: function _default() {
17407
17472
  return {};
17408
17473
  }
17409
- }
17474
+ },
17475
+ hideMessage: { type: Boolean, default: false }
17410
17476
  },
17411
17477
  inheritAttrs: false,
17412
17478
  data: function data() {
@@ -17869,6 +17935,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17869
17935
  message = res.message;
17870
17936
 
17871
17937
  if (status === 'success') {
17938
+ if (_this7.hideMessage) return;
17872
17939
  _this7.infoList.noticeType = message.split(',');
17873
17940
  var arr = [];
17874
17941
  _this7.infoList.noticeList.map(function (item) {
@@ -17903,8 +17970,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
17903
17970
 
17904
17971
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
17905
17972
  component_taskUnionExaminevue_type_script_lang_js_,
17906
- taskUnionExaminevue_type_template_id_5a32ec13_render,
17907
- taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns,
17973
+ taskUnionExaminevue_type_template_id_42d72d64_render,
17974
+ taskUnionExaminevue_type_template_id_42d72d64_staticRenderFns,
17908
17975
  false,
17909
17976
  null,
17910
17977
  null,
@@ -17913,8 +17980,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
17913
17980
  )
17914
17981
 
17915
17982
  /* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
17916
- // 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=bacd05b4&
17917
- var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
17983
+ // 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=158663d8&
17984
+ var freeStartFlowvue_type_template_id_158663d8_render = function () {
17918
17985
  var _vm = this
17919
17986
  var _h = _vm.$createElement
17920
17987
  var _c = _vm._self._c || _h
@@ -17928,6 +17995,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
17928
17995
  attrs: {
17929
17996
  type: _vm.newTypeCode,
17930
17997
  appId: _vm.resetAppId,
17998
+ hideMessage: _vm.hideMessage,
17999
+ flowLabelConfig: _vm.flowLabelConfig,
17931
18000
  flowParams: _vm.param,
17932
18001
  },
17933
18002
  })
@@ -18720,7 +18789,11 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
18720
18789
  : "nextOrgId",
18721
18790
  label:
18722
18791
  _vm.isShowNextUser
18723
- ? "下步办理人"
18792
+ ? "" +
18793
+ (_vm
18794
+ .flowLabelConfig
18795
+ .nextUser ||
18796
+ "下步办理人")
18724
18797
  : "办理对象",
18725
18798
  },
18726
18799
  },
@@ -19141,7 +19214,7 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
19141
19214
  ],
19142
19215
  1
19143
19216
  ),
19144
- !_vm.isFlow && _vm.isSpecial
19217
+ !_vm.isFlow && _vm.isSpecial && !_vm.hideMessage
19145
19218
  ? _c(
19146
19219
  "div",
19147
19220
  {
@@ -19740,6 +19813,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
19740
19813
  "copy-history": _vm.pendedHistoryHandle,
19741
19814
  "process-definition-id": _vm.nodeInfo.nextNode,
19742
19815
  opinion: _vm.value,
19816
+ hideMessage: _vm.hideMessage,
19817
+ flowLabelConfig: _vm.flowLabelConfig,
19743
19818
  taskParams: _vm.taskParams,
19744
19819
  },
19745
19820
  on: {
@@ -19810,6 +19885,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
19810
19885
  attrs: {
19811
19886
  "pending-id": _vm.pendingId,
19812
19887
  option: _vm.value,
19888
+ hideMessage: _vm.hideMessage,
19889
+ flowLabelConfig: _vm.flowLabelConfig,
19813
19890
  "show-reject": _vm.showReject,
19814
19891
  "news-info": _vm.nextNode.notificationMsg,
19815
19892
  },
@@ -19849,6 +19926,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
19849
19926
  "pending-id": _vm.pendingId,
19850
19927
  opinion: _vm.value,
19851
19928
  type: _vm.taskReadType,
19929
+ hideMessage: _vm.hideMessage,
19930
+ flowLabelConfig: _vm.flowLabelConfig,
19852
19931
  taskExamine: _vm.taskExamineInfo,
19853
19932
  "news-info": _vm.nextNode.notificationMsg,
19854
19933
  },
@@ -19918,6 +19997,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
19918
19997
  _c("SendMsg", {
19919
19998
  attrs: {
19920
19999
  pendingId: _vm.pendingId,
20000
+ hideMessage: _vm.hideMessage,
20001
+ flowLabelConfig: _vm.flowLabelConfig,
19921
20002
  newsList: _vm.newsList,
19922
20003
  },
19923
20004
  on: {
@@ -19953,6 +20034,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
19953
20034
  _c("TaskUnionExamine", {
19954
20035
  attrs: {
19955
20036
  pendingId: _vm.pendingId,
20037
+ hideMessage: _vm.hideMessage,
20038
+ flowLabelConfig: _vm.flowLabelConfig,
19956
20039
  defaultOpinion: _vm.nodeDefaultSubmitOpinion,
19957
20040
  type: _vm.flowType,
19958
20041
  multiple: _vm.flowMultiple,
@@ -19992,6 +20075,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
19992
20075
  ? _c("es-flow", {
19993
20076
  attrs: {
19994
20077
  isStartFlow: "",
20078
+ hideMessage: _vm.hideMessage,
20079
+ flowLabelConfig: _vm.flowLabelConfig,
19995
20080
  businessId:
19996
20081
  _vm.freeStartFlowParams.businessId,
19997
20082
  flowTypeCode:
@@ -20013,11 +20098,11 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
20013
20098
  )
20014
20099
  : _vm._e()
20015
20100
  }
20016
- var freeStartFlowvue_type_template_id_bacd05b4_staticRenderFns = []
20017
- freeStartFlowvue_type_template_id_bacd05b4_render._withStripped = true
20101
+ var freeStartFlowvue_type_template_id_158663d8_staticRenderFns = []
20102
+ freeStartFlowvue_type_template_id_158663d8_render._withStripped = true
20018
20103
 
20019
20104
 
20020
- // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=bacd05b4&
20105
+ // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=158663d8&
20021
20106
 
20022
20107
  // 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&
20023
20108
 
@@ -20784,6 +20869,30 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20784
20869
  //
20785
20870
  //
20786
20871
  //
20872
+ //
20873
+ //
20874
+ //
20875
+ //
20876
+ //
20877
+ //
20878
+ //
20879
+ //
20880
+ //
20881
+ //
20882
+ //
20883
+ //
20884
+ //
20885
+ //
20886
+ //
20887
+ //
20888
+ //
20889
+ //
20890
+ //
20891
+ //
20892
+ //
20893
+ //
20894
+ //
20895
+ //
20787
20896
 
20788
20897
 
20789
20898
 
@@ -20841,13 +20950,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20841
20950
  userSelectRange: {
20842
20951
  type: String
20843
20952
  },
20844
- selectorParams: { type: Object, default: function _default() {
20953
+ selectorParams: {
20954
+ type: Object,
20955
+ default: function _default() {
20845
20956
  return {};
20846
- } },
20957
+ }
20958
+ },
20847
20959
  defaultProcessShowStrategy: { type: String, default: '' },
20848
20960
  taskParams: {
20849
20961
  type: Object,
20850
20962
  default: function _default() {}
20963
+ },
20964
+ isEndMessage: { type: Boolean, default: false },
20965
+ flowLabelConfig: {
20966
+ type: Object,
20967
+ default: function _default() {
20968
+ return {};
20969
+ }
20851
20970
  }
20852
20971
  },
20853
20972
  data: function data() {
@@ -20868,7 +20987,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20868
20987
  nextOtherOrgObjSelect: [],
20869
20988
  subProcessColumns: [],
20870
20989
  nextCurrentOrgObjSelect: [],
20871
- otherParams: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') },
20990
+ otherParams: {
20991
+ filid: 'all',
20992
+ roleid: '',
20993
+ nofilid: sessionStorage.getItem('orgId')
20994
+ },
20872
20995
  loading: null, // 加载中
20873
20996
  newTypeCode: '',
20874
20997
  NodeName: '', // 当前节点值
@@ -21341,11 +21464,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21341
21464
  });
21342
21465
  },
21343
21466
 
21344
- /**
21345
- * saveInfo
21346
- * @desc:暂存
21347
- * @author liufan
21348
- * @date 2022年9月9日
21467
+ /**
21468
+ * saveInfo
21469
+ * @desc:暂存
21470
+ * @author liufan
21471
+ * @date 2022年9月9日
21349
21472
  **/
21350
21473
  saveInfo: function saveInfo(type, btn) {
21351
21474
  var _this6 = this;
@@ -21407,11 +21530,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21407
21530
  });
21408
21531
  },
21409
21532
 
21410
- /**
21411
- * rejectBtn
21412
- * @desc:点击驳回
21413
- * @author liufan
21414
- * @date 2022年5月25日
21533
+ /**
21534
+ * rejectBtn
21535
+ * @desc:点击驳回
21536
+ * @author liufan
21537
+ * @date 2022年5月25日
21415
21538
  **/
21416
21539
  rejectBtn: function rejectBtn() {
21417
21540
  var _this8 = this;
@@ -21429,11 +21552,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21429
21552
  }
21430
21553
  },
21431
21554
 
21432
- /**
21433
- * taskReadBtn
21434
- * @desc:点击分阅
21435
- * @author liufan
21436
- * @date 2022年5月25日
21555
+ /**
21556
+ * taskReadBtn
21557
+ * @desc:点击分阅
21558
+ * @author liufan
21559
+ * @date 2022年5月25日
21437
21560
  **/
21438
21561
  taskReadBtn: function taskReadBtn() {
21439
21562
  var _this9 = this;
@@ -21452,11 +21575,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21452
21575
  }
21453
21576
  },
21454
21577
 
21455
- /**
21456
- * getFind
21457
- * @desc:获取通知方式
21458
- * @author liufan
21459
- * @date 2022年5月25日
21578
+ /**
21579
+ * getFind
21580
+ * @desc:获取通知方式
21581
+ * @author liufan
21582
+ * @date 2022年5月25日
21460
21583
  **/
21461
21584
  getFind: function getFind() {
21462
21585
  var _this10 = this;
@@ -21468,6 +21591,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21468
21591
  message = res.message;
21469
21592
 
21470
21593
  if (status === 'success') {
21594
+ if (_this10.hideMessage) return;
21471
21595
  _this10.nextNode.notificationType = message.split(',');
21472
21596
  var arr = [];
21473
21597
  _this10.newsList.map(function (item) {
@@ -21511,12 +21635,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21511
21635
  });
21512
21636
  },
21513
21637
 
21514
- /**
21515
- * endFlows
21516
- * @desc:直接办结
21517
- * @author liufan
21518
- * @param {Object} res 直接办结数据
21519
- * @date 2022年5月25日
21638
+ /**
21639
+ * endFlows
21640
+ * @desc:直接办结
21641
+ * @author liufan
21642
+ * @param {Object} res 直接办结数据
21643
+ * @date 2022年5月25日
21520
21644
  **/
21521
21645
  endFlows: function endFlows(res) {
21522
21646
  var _this12 = this;
@@ -21570,12 +21694,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21570
21694
  }).catch(function (e) {});
21571
21695
  },
21572
21696
 
21573
- /**
21574
- * goView
21575
- * @desc:更多流程按钮操作
21576
- * @author liufan
21577
- * @param {Object} res 当前点击操作按钮数据
21578
- * @date 2022年5月25日
21697
+ /**
21698
+ * goView
21699
+ * @desc:更多流程按钮操作
21700
+ * @author liufan
21701
+ * @param {Object} res 当前点击操作按钮数据
21702
+ * @date 2022年5月25日
21579
21703
  **/
21580
21704
  goView: function goView(res) {
21581
21705
  // 驳回并办结:rejectAndEndHtml
@@ -21660,11 +21784,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21660
21784
  // isCanStartSubFlow
21661
21785
  },
21662
21786
 
21663
- /**
21664
- * toTakeAdvice
21665
- * @desc:征求意见
21666
- * @author liufan
21667
- * @date 2022年9月29日
21787
+ /**
21788
+ * toTakeAdvice
21789
+ * @desc:征求意见
21790
+ * @author liufan
21791
+ * @date 2022年9月29日
21668
21792
  **/
21669
21793
  toTakeAdvice: function toTakeAdvice(res) {
21670
21794
  var _this14 = this;
@@ -21708,11 +21832,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21708
21832
  });
21709
21833
  },
21710
21834
 
21711
- /**
21712
- * toStartDraf
21713
- * @desc: 稿件递送、联合审核、复核
21714
- * @author liufan
21715
- * @date 2022年9月29日
21835
+ /**
21836
+ * toStartDraf
21837
+ * @desc: 稿件递送、联合审核、复核
21838
+ * @author liufan
21839
+ * @date 2022年9月29日
21716
21840
  **/
21717
21841
  toStartDraf: function toStartDraf(res) {
21718
21842
  var _this16 = this;
@@ -21726,11 +21850,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21726
21850
  }
21727
21851
  },
21728
21852
 
21729
- /**
21730
- * toSendMsg
21731
- * @desc:核稿通知
21732
- * @author liufan
21733
- * @date 2022年9月29日
21853
+ /**
21854
+ * toSendMsg
21855
+ * @desc:核稿通知
21856
+ * @author liufan
21857
+ * @date 2022年9月29日
21734
21858
  **/
21735
21859
  toSendMsg: function toSendMsg(res) {
21736
21860
  var _this17 = this;
@@ -21744,11 +21868,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21744
21868
  }
21745
21869
  },
21746
21870
 
21747
- /**
21748
- * toTaskReadAndEnd
21749
- * @desc:分阅并办结
21750
- * @author liufan
21751
- * @date 2022年9月29日
21871
+ /**
21872
+ * toTaskReadAndEnd
21873
+ * @desc:分阅并办结
21874
+ * @author liufan
21875
+ * @date 2022年9月29日
21752
21876
  **/
21753
21877
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21754
21878
  var _this18 = this;
@@ -21766,11 +21890,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21766
21890
  }
21767
21891
  },
21768
21892
 
21769
- /**
21770
- * rejectAndEnd
21771
- * @desc:驳回并办结
21772
- * @author liufan
21773
- * @date 2022年9月29日
21893
+ /**
21894
+ * rejectAndEnd
21895
+ * @desc:驳回并办结
21896
+ * @author liufan
21897
+ * @date 2022年9月29日
21774
21898
  **/
21775
21899
  rejectAndEnd: function rejectAndEnd(res) {
21776
21900
  var _this19 = this;
@@ -21825,11 +21949,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21825
21949
  });
21826
21950
  },
21827
21951
 
21828
- /**
21829
- * toTransfer
21830
- * @desc:转办
21831
- * @author liufan
21832
- * @date 2022年9月29日
21952
+ /**
21953
+ * toTransfer
21954
+ * @desc:转办
21955
+ * @author liufan
21956
+ * @date 2022年9月29日
21833
21957
  **/
21834
21958
  toTransfer: function toTransfer(res) {
21835
21959
  var _this21 = this;
@@ -21845,11 +21969,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21845
21969
  }
21846
21970
  },
21847
21971
 
21848
- /**
21849
- * getNodeInfo
21850
- * @desc:获取节点信息
21851
- * @author liufan
21852
- * @date 2022年5月25日
21972
+ /**
21973
+ * getNodeInfo
21974
+ * @desc:获取节点信息
21975
+ * @author liufan
21976
+ * @date 2022年5月25日
21853
21977
  **/
21854
21978
  getNodeInfo: function getNodeInfo() {
21855
21979
  var _this22 = this;
@@ -21948,12 +22072,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21948
22072
  });
21949
22073
  },
21950
22074
 
21951
- /**
21952
- * selecNext
21953
- * @desc:下步节点变化时更新数据
21954
- * @author liufan
21955
- * @param {String} val 当前选中值
21956
- * @date 2022年5月25日
22075
+ /**
22076
+ * selecNext
22077
+ * @desc:下步节点变化时更新数据
22078
+ * @author liufan
22079
+ * @param {String} val 当前选中值
22080
+ * @date 2022年5月25日
21957
22081
  **/
21958
22082
  selecNext: function selecNext(val, type, isDef) {
21959
22083
  var _this23 = this;
@@ -22062,11 +22186,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22062
22186
  if (isDef !== true) this.getNodeInfo();
22063
22187
  },
22064
22188
 
22065
- /**
22066
- * isMultiple
22067
- * @desc:是否多选
22068
- * @author liufan
22069
- * @date 2022年9月13日
22189
+ /**
22190
+ * isMultiple
22191
+ * @desc:是否多选
22192
+ * @author liufan
22193
+ * @date 2022年9月13日
22070
22194
  **/
22071
22195
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
22072
22196
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -22098,11 +22222,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22098
22222
  }
22099
22223
  },
22100
22224
 
22101
- /**
22102
- * getHedInfo
22103
- * @desc:获取审核页面数据
22104
- * @author liufan
22105
- * @date 2022年5月25日
22225
+ /**
22226
+ * getHedInfo
22227
+ * @desc:获取审核页面数据
22228
+ * @author liufan
22229
+ * @date 2022年5月25日
22106
22230
  **/
22107
22231
  getHedInfo: function getHedInfo() {
22108
22232
  var _this24 = this;
@@ -22338,13 +22462,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22338
22462
  });
22339
22463
  },
22340
22464
 
22341
- /**
22342
- * closeProcess
22343
- * @desc:关闭弹窗
22344
- * @author liufan
22345
- * @param {boolean} val 当前是否办理流程
22346
- * @param {String} type 当前点击的弹窗类型
22347
- * @date 2022年5月25日
22465
+ /**
22466
+ * closeProcess
22467
+ * @desc:关闭弹窗
22468
+ * @author liufan
22469
+ * @param {boolean} val 当前是否办理流程
22470
+ * @param {String} type 当前点击的弹窗类型
22471
+ * @date 2022年5月25日
22348
22472
  **/
22349
22473
  closeProcess: function closeProcess(val, type, closeParent) {
22350
22474
  if (closeParent) {
@@ -22361,23 +22485,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22361
22485
  }
22362
22486
  },
22363
22487
 
22364
- /**
22365
- * selectChange
22366
- * @desc:常用语选择
22367
- * @author liufan
22368
- * @param {String} val 选中值
22369
- * @date 2022年5月25日
22488
+ /**
22489
+ * selectChange
22490
+ * @desc:常用语选择
22491
+ * @author liufan
22492
+ * @param {String} val 选中值
22493
+ * @date 2022年5月25日
22370
22494
  **/
22371
22495
  selectChange: function selectChange(val) {
22372
22496
  this.value = val;
22373
22497
  },
22374
22498
 
22375
- /**
22376
- * upDate
22377
- * @desc:修改常用语
22378
- * @author liufan
22379
- * @param {Object} val 修改值
22380
- * @date 2022年5月25日
22499
+ /**
22500
+ * upDate
22501
+ * @desc:修改常用语
22502
+ * @author liufan
22503
+ * @param {Object} val 修改值
22504
+ * @date 2022年5月25日
22381
22505
  **/
22382
22506
  upDate: function upDate(val) {
22383
22507
  this.FormData.id = val.id;
@@ -22385,11 +22509,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22385
22509
  },
22386
22510
 
22387
22511
 
22388
- /**
22389
- * getProcess
22390
- * @desc:获取选择流程
22391
- * @author liufan
22392
- * @date 2022年5月25日
22512
+ /**
22513
+ * getProcess
22514
+ * @desc:获取选择流程
22515
+ * @author liufan
22516
+ * @date 2022年5月25日
22393
22517
  **/
22394
22518
  getProcess: function getProcess() {
22395
22519
  var _this25 = this;
@@ -22443,11 +22567,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22443
22567
  });
22444
22568
  },
22445
22569
 
22446
- /**
22447
- * getPendedhistoryList
22448
- * @desc:获取流程列表
22449
- * @author liufan
22450
- * @date 2022年5月25日
22570
+ /**
22571
+ * getPendedhistoryList
22572
+ * @desc:获取流程列表
22573
+ * @author liufan
22574
+ * @date 2022年5月25日
22451
22575
  **/
22452
22576
  getPendedhistoryList: function getPendedhistoryList() {
22453
22577
  var _this26 = this;
@@ -22479,12 +22603,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22479
22603
  },
22480
22604
 
22481
22605
  // 提交流程
22482
- /**
22483
- * subProcess
22484
- * @desc:提交流程
22485
- * @author liufan
22486
- * @param {String} formName 当前form表单ref值
22487
- * @date 2022年5月25日
22606
+ /**
22607
+ * subProcess
22608
+ * @desc:提交流程
22609
+ * @author liufan
22610
+ * @param {String} formName 当前form表单ref值
22611
+ * @date 2022年5月25日
22488
22612
  **/
22489
22613
  subProcess: function subProcess(val) {
22490
22614
  var _this27 = this;
@@ -22511,7 +22635,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22511
22635
  if (!this.endFlow && this.newTypeCode != 'fenyue' && !this.shrink && this.nextNode.isAddSign != '1' && this.nextNode.isRemoveSign != '1' && this.isSpecial && !this.isReject && this.nodeInfos.length != 0 && this.isNextUser) {
22512
22636
  if (this.isShowNextUser) {
22513
22637
  if (this.nextNode.nextUserId == '' || this.multiple && this.nextNode.nextUserId.length == 0) {
22514
- this.$message.warning('请选择下步办理人');
22638
+ this.$message.warning('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '下步办理人'));
22515
22639
  return false;
22516
22640
  }
22517
22641
  } else {
@@ -22734,8 +22858,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22734
22858
 
22735
22859
  var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
22736
22860
  src_freeStartFlowvue_type_script_lang_js_,
22737
- freeStartFlowvue_type_template_id_bacd05b4_render,
22738
- freeStartFlowvue_type_template_id_bacd05b4_staticRenderFns,
22861
+ freeStartFlowvue_type_template_id_158663d8_render,
22862
+ freeStartFlowvue_type_template_id_158663d8_staticRenderFns,
22739
22863
  false,
22740
22864
  null,
22741
22865
  null,
@@ -22744,8 +22868,8 @@ var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
22744
22868
  )
22745
22869
 
22746
22870
  /* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
22747
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=2e86d8fd&
22748
- var supervisevue_type_template_id_2e86d8fd_render = function () {
22871
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=378b0e28&
22872
+ var supervisevue_type_template_id_378b0e28_render = function () {
22749
22873
  var _vm = this
22750
22874
  var _h = _vm.$createElement
22751
22875
  var _c = _vm._self._c || _h
@@ -22823,8 +22947,11 @@ var supervisevue_type_template_id_2e86d8fd_render = function () {
22823
22947
  {
22824
22948
  name: "show",
22825
22949
  rawName: "v-show",
22826
- value: _vm.nextNode.notificationType.length > 0,
22827
- expression: "nextNode.notificationType.length > 0",
22950
+ value:
22951
+ _vm.nextNode.notificationType.length > 0 &&
22952
+ !_vm.hideMessage,
22953
+ expression:
22954
+ "nextNode.notificationType.length > 0 && !hideMessage",
22828
22955
  },
22829
22956
  ],
22830
22957
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -22918,11 +23045,11 @@ var supervisevue_type_template_id_2e86d8fd_render = function () {
22918
23045
  1
22919
23046
  )
22920
23047
  }
22921
- var supervisevue_type_template_id_2e86d8fd_staticRenderFns = []
22922
- supervisevue_type_template_id_2e86d8fd_render._withStripped = true
23048
+ var supervisevue_type_template_id_378b0e28_staticRenderFns = []
23049
+ supervisevue_type_template_id_378b0e28_render._withStripped = true
22923
23050
 
22924
23051
 
22925
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=2e86d8fd&
23052
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=378b0e28&
22926
23053
 
22927
23054
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
22928
23055
  var supervisevue_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; };
@@ -23000,7 +23127,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
23000
23127
  type: String,
23001
23128
  default: ''
23002
23129
  },
23003
- appId: { type: String, default: '' }
23130
+ appId: { type: String, default: '' },
23131
+ hideMessage: { type: Boolean, default: false }
23004
23132
  },
23005
23133
  data: function data() {
23006
23134
  return {
@@ -23019,11 +23147,11 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
23019
23147
  subProcess: function subProcess() {
23020
23148
  var _this = this;
23021
23149
 
23022
- if (this.nextNode.noticeType.length == 0) {
23150
+ if (this.nextNode.noticeType.length == 0 && !this.hideMessage) {
23023
23151
  this.$message.warning('请选择通知方式');
23024
23152
  return;
23025
23153
  }
23026
- if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage) {
23154
+ if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage && !this.hideMessage) {
23027
23155
  this.$message.warning('请填写通知消息内容');
23028
23156
  return;
23029
23157
  }
@@ -23069,14 +23197,16 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
23069
23197
  _this2.loading.close();
23070
23198
  if (res.rCode == 0 || res.status == "success") {
23071
23199
  _this2.nextNode = supervisevue_type_script_lang_js_extends({}, _this2.nextNode, res.results);
23072
- var arr = [];
23073
- _this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
23074
- _this2.nextNode.notificationType.map(function (x) {
23075
- if (_this2.nextNode.noticeType.indexOf(x.cciValue) != -1) {
23076
- arr.push(x.cciValue);
23077
- }
23078
- });
23079
- _this2.nextNode.noticeType = arr;
23200
+ if (!_this2.hideMessage) {
23201
+ var arr = [];
23202
+ _this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
23203
+ _this2.nextNode.notificationType.map(function (x) {
23204
+ if (_this2.nextNode.noticeType.indexOf(x.cciValue) != -1) {
23205
+ arr.push(x.cciValue);
23206
+ }
23207
+ });
23208
+ _this2.nextNode.noticeType = arr;
23209
+ }
23080
23210
  } else {
23081
23211
  _this2.$message({
23082
23212
  message: res.msg || res.message,
@@ -23100,8 +23230,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
23100
23230
 
23101
23231
  var supervise_component = Object(componentNormalizer["a" /* default */])(
23102
23232
  src_supervisevue_type_script_lang_js_,
23103
- supervisevue_type_template_id_2e86d8fd_render,
23104
- supervisevue_type_template_id_2e86d8fd_staticRenderFns,
23233
+ supervisevue_type_template_id_378b0e28_render,
23234
+ supervisevue_type_template_id_378b0e28_staticRenderFns,
23105
23235
  false,
23106
23236
  null,
23107
23237
  null,
@@ -23110,8 +23240,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
23110
23240
  )
23111
23241
 
23112
23242
  /* harmony default export */ var supervise = (supervise_component.exports);
23113
- // 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=1daed9e3&
23114
- var Circulatevue_type_template_id_1daed9e3_render = function () {
23243
+ // 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=535aafac&
23244
+ var Circulatevue_type_template_id_535aafac_render = function () {
23115
23245
  var _vm = this
23116
23246
  var _h = _vm.$createElement
23117
23247
  var _c = _vm._self._c || _h
@@ -23194,8 +23324,9 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
23194
23324
  {
23195
23325
  name: "show",
23196
23326
  rawName: "v-show",
23197
- value: _vm.infoList.noticeList != 0,
23198
- expression: "infoList.noticeList != 0",
23327
+ value:
23328
+ _vm.infoList.noticeList.length != 0 && !_vm.hideMessage,
23329
+ expression: "infoList.noticeList.length != 0 && !hideMessage",
23199
23330
  },
23200
23331
  ],
23201
23332
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -23247,7 +23378,7 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
23247
23378
  name: "show",
23248
23379
  rawName: "v-show",
23249
23380
  value: _vm.infoList.noticeType.length != 0,
23250
- expression: "infoList.noticeType.length != 0",
23381
+ expression: "infoList.noticeType.length != 0 ",
23251
23382
  },
23252
23383
  ],
23253
23384
  attrs: { prop: "noticeInfo", label: "通知消息" },
@@ -23298,11 +23429,11 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
23298
23429
  1
23299
23430
  )
23300
23431
  }
23301
- var Circulatevue_type_template_id_1daed9e3_staticRenderFns = []
23302
- Circulatevue_type_template_id_1daed9e3_render._withStripped = true
23432
+ var Circulatevue_type_template_id_535aafac_staticRenderFns = []
23433
+ Circulatevue_type_template_id_535aafac_render._withStripped = true
23303
23434
 
23304
23435
 
23305
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=1daed9e3&
23436
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=535aafac&
23306
23437
 
23307
23438
  // 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&
23308
23439
  var Circulatevue_type_script_lang_js_components;
@@ -23428,7 +23559,8 @@ var Circulatevue_type_script_lang_js_components;
23428
23559
  formTitle: {
23429
23560
  type: String,
23430
23561
  default: ''
23431
- }
23562
+ },
23563
+ hideMessage: { type: Boolean, default: false }
23432
23564
  },
23433
23565
  inheritAttrs: false,
23434
23566
  data: function data() {
@@ -23686,6 +23818,7 @@ var Circulatevue_type_script_lang_js_components;
23686
23818
  message = res.message;
23687
23819
 
23688
23820
  if (status === 'success') {
23821
+ if (_this4.hideMessage) return;
23689
23822
  _this4.infoList.noticeType = message.split(',');
23690
23823
  var arr = [];
23691
23824
  _this4.infoList.noticeList.map(function (item) {
@@ -23720,8 +23853,8 @@ var Circulatevue_type_script_lang_js_components;
23720
23853
 
23721
23854
  var Circulate_component = Object(componentNormalizer["a" /* default */])(
23722
23855
  component_Circulatevue_type_script_lang_js_,
23723
- Circulatevue_type_template_id_1daed9e3_render,
23724
- Circulatevue_type_template_id_1daed9e3_staticRenderFns,
23856
+ Circulatevue_type_template_id_535aafac_render,
23857
+ Circulatevue_type_template_id_535aafac_staticRenderFns,
23725
23858
  false,
23726
23859
  null,
23727
23860
  null,
@@ -25496,6 +25629,35 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25496
25629
  //
25497
25630
  //
25498
25631
  //
25632
+ //
25633
+ //
25634
+ //
25635
+ //
25636
+ //
25637
+ //
25638
+ //
25639
+ //
25640
+ //
25641
+ //
25642
+ //
25643
+ //
25644
+ //
25645
+ //
25646
+ //
25647
+ //
25648
+ //
25649
+ //
25650
+ //
25651
+ //
25652
+ //
25653
+ //
25654
+ //
25655
+ //
25656
+ //
25657
+ //
25658
+ //
25659
+ //
25660
+ //
25499
25661
 
25500
25662
 
25501
25663
 
@@ -25521,6 +25683,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25521
25683
  componentName: 'EsFlow',
25522
25684
  components: (mainvue_type_script_lang_js_components = {}, mainvue_type_script_lang_js_components[processForm.name] = processForm, mainvue_type_script_lang_js_components[processReject.name] = processReject, mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, mainvue_type_script_lang_js_components[FileList["a" /* default */].name] = FileList["a" /* default */], mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, mainvue_type_script_lang_js_components[selectUser.name] = selectUser, mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, mainvue_type_script_lang_js_components[SortFlow.name] = SortFlow, mainvue_type_script_lang_js_components.circulate = Circulate, mainvue_type_script_lang_js_components.Preset = Preset, mainvue_type_script_lang_js_components.Reset = src_reset, mainvue_type_script_lang_js_components.Supervise = supervise, mainvue_type_script_lang_js_components.FreeCirculation = FreeCirculation, mainvue_type_script_lang_js_components),
25523
25685
  props: {
25686
+ hideMessage: { type: Boolean, default: false },
25524
25687
  showShrink: { type: Boolean, default: true },
25525
25688
  showTooltip: { type: Boolean, default: true },
25526
25689
  isStartFlow: { type: Boolean, default: false },
@@ -25537,6 +25700,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25537
25700
  type: String,
25538
25701
  default: 'left'
25539
25702
  },
25703
+
25540
25704
  flowListDisabled: {
25541
25705
  type: Boolean,
25542
25706
  default: false
@@ -25590,6 +25754,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25590
25754
  type: Boolean,
25591
25755
  default: true
25592
25756
  },
25757
+ flowLabelConfig: {
25758
+ type: Object,
25759
+ default: function _default() {
25760
+ return {};
25761
+ }
25762
+ },
25593
25763
  isEndMessage: { type: Boolean, default: false }
25594
25764
  },
25595
25765
  data: function data() {
@@ -26391,11 +26561,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26391
26561
  });
26392
26562
  },
26393
26563
 
26394
- /**
26395
- * saveInfo
26396
- * @desc:暂存
26397
- * @author liufan
26398
- * @date 2022年9月9日
26564
+ /**
26565
+ * saveInfo
26566
+ * @desc:暂存
26567
+ * @author liufan
26568
+ * @date 2022年9月9日
26399
26569
  **/
26400
26570
  saveInfo: function saveInfo(type, btn) {
26401
26571
  var _this13 = this;
@@ -26457,11 +26627,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26457
26627
  });
26458
26628
  },
26459
26629
 
26460
- /**
26461
- * rejectBtn
26462
- * @desc:点击驳回
26463
- * @author liufan
26464
- * @date 2022年5月25日
26630
+ /**
26631
+ * rejectBtn
26632
+ * @desc:点击驳回
26633
+ * @author liufan
26634
+ * @date 2022年5月25日
26465
26635
  **/
26466
26636
  rejectBtn: function rejectBtn() {
26467
26637
  var _this15 = this;
@@ -26479,11 +26649,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26479
26649
  }
26480
26650
  },
26481
26651
 
26482
- /**
26483
- * taskReadBtn
26484
- * @desc:点击分阅
26485
- * @author liufan
26486
- * @date 2022年5月25日
26652
+ /**
26653
+ * taskReadBtn
26654
+ * @desc:点击分阅
26655
+ * @author liufan
26656
+ * @date 2022年5月25日
26487
26657
  **/
26488
26658
  taskReadBtn: function taskReadBtn() {
26489
26659
  var _this16 = this;
@@ -26502,11 +26672,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26502
26672
  }
26503
26673
  },
26504
26674
 
26505
- /**
26506
- * getFind
26507
- * @desc:获取通知方式
26508
- * @author liufan
26509
- * @date 2022年5月25日
26675
+ /**
26676
+ * getFind
26677
+ * @desc:获取通知方式
26678
+ * @author liufan
26679
+ * @date 2022年5月25日
26510
26680
  **/
26511
26681
  getFind: function getFind() {
26512
26682
  var _this17 = this;
@@ -26518,6 +26688,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26518
26688
  message = res.message;
26519
26689
 
26520
26690
  if (status === 'success') {
26691
+ if (_this17.hideMessage) return;
26521
26692
  _this17.nextNode.notificationType = message.split(',');
26522
26693
  var arr = [];
26523
26694
  _this17.newsList.map(function (item) {
@@ -26572,12 +26743,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26572
26743
  });
26573
26744
  },
26574
26745
 
26575
- /**
26576
- * endFlows
26577
- * @desc:直接办结
26578
- * @author liufan
26579
- * @param {Object} res 直接办结数据
26580
- * @date 2022年5月25日
26746
+ /**
26747
+ * endFlows
26748
+ * @desc:直接办结
26749
+ * @author liufan
26750
+ * @param {Object} res 直接办结数据
26751
+ * @date 2022年5月25日
26581
26752
  **/
26582
26753
  endFlows: function endFlows(res) {
26583
26754
  var _this19 = this;
@@ -26632,12 +26803,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26632
26803
  }).catch(function (e) {});
26633
26804
  },
26634
26805
 
26635
- /**
26636
- * goView
26637
- * @desc:更多流程按钮操作
26638
- * @author liufan
26639
- * @param {Object} res 当前点击操作按钮数据
26640
- * @date 2022年5月25日
26806
+ /**
26807
+ * goView
26808
+ * @desc:更多流程按钮操作
26809
+ * @author liufan
26810
+ * @param {Object} res 当前点击操作按钮数据
26811
+ * @date 2022年5月25日
26641
26812
  **/
26642
26813
  goView: function goView(res) {
26643
26814
  // 驳回并办结:rejectAndEndHtml
@@ -26724,11 +26895,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26724
26895
  // isCanStartSubFlow
26725
26896
  },
26726
26897
 
26727
- /**
26728
- * toTakeAdvice
26729
- * @desc:征求意见
26730
- * @author liufan
26731
- * @date 2022年9月29日
26898
+ /**
26899
+ * toTakeAdvice
26900
+ * @desc:征求意见
26901
+ * @author liufan
26902
+ * @date 2022年9月29日
26732
26903
  **/
26733
26904
  toTakeAdvice: function toTakeAdvice(res) {
26734
26905
  var _this21 = this;
@@ -26772,11 +26943,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26772
26943
  });
26773
26944
  },
26774
26945
 
26775
- /**
26776
- * toStartDraf
26777
- * @desc: 稿件递送、联合审核、复核
26778
- * @author liufan
26779
- * @date 2022年9月29日
26946
+ /**
26947
+ * toStartDraf
26948
+ * @desc: 稿件递送、联合审核、复核
26949
+ * @author liufan
26950
+ * @date 2022年9月29日
26780
26951
  **/
26781
26952
  toStartDraf: function toStartDraf(res) {
26782
26953
  var _this23 = this;
@@ -26790,11 +26961,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26790
26961
  }
26791
26962
  },
26792
26963
 
26793
- /**
26794
- * toSendMsg
26795
- * @desc:核稿通知
26796
- * @author liufan
26797
- * @date 2022年9月29日
26964
+ /**
26965
+ * toSendMsg
26966
+ * @desc:核稿通知
26967
+ * @author liufan
26968
+ * @date 2022年9月29日
26798
26969
  **/
26799
26970
  toSendMsg: function toSendMsg(res) {
26800
26971
  var _this24 = this;
@@ -26808,11 +26979,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26808
26979
  }
26809
26980
  },
26810
26981
 
26811
- /**
26812
- * toTaskReadAndEnd
26813
- * @desc:分阅并办结
26814
- * @author liufan
26815
- * @date 2022年9月29日
26982
+ /**
26983
+ * toTaskReadAndEnd
26984
+ * @desc:分阅并办结
26985
+ * @author liufan
26986
+ * @date 2022年9月29日
26816
26987
  **/
26817
26988
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
26818
26989
  var _this25 = this;
@@ -26830,11 +27001,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26830
27001
  }
26831
27002
  },
26832
27003
 
26833
- /**
26834
- * rejectAndEnd
26835
- * @desc:驳回并办结
26836
- * @author liufan
26837
- * @date 2022年9月29日
27004
+ /**
27005
+ * rejectAndEnd
27006
+ * @desc:驳回并办结
27007
+ * @author liufan
27008
+ * @date 2022年9月29日
26838
27009
  **/
26839
27010
  rejectAndEnd: function rejectAndEnd(res) {
26840
27011
  var _this26 = this;
@@ -26890,11 +27061,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26890
27061
  });
26891
27062
  },
26892
27063
 
26893
- /**
26894
- * toTransfer
26895
- * @desc:转办
26896
- * @author liufan
26897
- * @date 2022年9月29日
27064
+ /**
27065
+ * toTransfer
27066
+ * @desc:转办
27067
+ * @author liufan
27068
+ * @date 2022年9月29日
26898
27069
  **/
26899
27070
  toTransfer: function toTransfer(res) {
26900
27071
  var _this28 = this;
@@ -26913,11 +27084,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26913
27084
  this.nextNode.customLimitTime = val;
26914
27085
  },
26915
27086
 
26916
- /**
26917
- * getNodeInfo
26918
- * @desc:获取节点信息
26919
- * @author liufan
26920
- * @date 2022年5月25日
27087
+ /**
27088
+ * getNodeInfo
27089
+ * @desc:获取节点信息
27090
+ * @author liufan
27091
+ * @date 2022年5月25日
26921
27092
  **/
26922
27093
  getNodeInfo: function getNodeInfo() {
26923
27094
  var _this29 = this;
@@ -27028,12 +27199,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27028
27199
  });
27029
27200
  },
27030
27201
 
27031
- /**
27032
- * selecNext
27033
- * @desc:下步节点变化时更新数据
27034
- * @author liufan
27035
- * @param {String} val 当前选中值
27036
- * @date 2022年5月25日
27202
+ /**
27203
+ * selecNext
27204
+ * @desc:下步节点变化时更新数据
27205
+ * @author liufan
27206
+ * @param {String} val 当前选中值
27207
+ * @date 2022年5月25日
27037
27208
  **/
27038
27209
  selecNext: function selecNext(val, type, isDef) {
27039
27210
  var _this30 = this;
@@ -27173,11 +27344,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27173
27344
  }
27174
27345
  },
27175
27346
 
27176
- /**
27177
- * isMultiple
27178
- * @desc:是否多选
27179
- * @author liufan
27180
- * @date 2022年9月13日
27347
+ /**
27348
+ * isMultiple
27349
+ * @desc:是否多选
27350
+ * @author liufan
27351
+ * @date 2022年9月13日
27181
27352
  **/
27182
27353
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
27183
27354
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -27209,11 +27380,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27209
27380
  }
27210
27381
  },
27211
27382
 
27212
- /**
27213
- * getHedInfo
27214
- * @desc:获取审核页面数据
27215
- * @author liufan
27216
- * @date 2022年5月25日
27383
+ /**
27384
+ * getHedInfo
27385
+ * @desc:获取审核页面数据
27386
+ * @author liufan
27387
+ * @date 2022年5月25日
27217
27388
  **/
27218
27389
  getHedInfo: function getHedInfo() {
27219
27390
  var _this31 = this;
@@ -27529,13 +27700,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27529
27700
  });
27530
27701
  },
27531
27702
 
27532
- /**
27533
- * closeProcess
27534
- * @desc:关闭弹窗
27535
- * @author liufan
27536
- * @param {boolean} val 当前是否办理流程
27537
- * @param {String} type 当前点击的弹窗类型
27538
- * @date 2022年5月25日
27703
+ /**
27704
+ * closeProcess
27705
+ * @desc:关闭弹窗
27706
+ * @author liufan
27707
+ * @param {boolean} val 当前是否办理流程
27708
+ * @param {String} type 当前点击的弹窗类型
27709
+ * @date 2022年5月25日
27539
27710
  **/
27540
27711
  closeProcess: function closeProcess(val, type, closeParent) {
27541
27712
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -27555,23 +27726,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27555
27726
  }
27556
27727
  },
27557
27728
 
27558
- /**
27559
- * selectChange
27560
- * @desc:常用语选择
27561
- * @author liufan
27562
- * @param {String} val 选中值
27563
- * @date 2022年5月25日
27729
+ /**
27730
+ * selectChange
27731
+ * @desc:常用语选择
27732
+ * @author liufan
27733
+ * @param {String} val 选中值
27734
+ * @date 2022年5月25日
27564
27735
  **/
27565
27736
  selectChange: function selectChange(val) {
27566
27737
  this.value = val;
27567
27738
  },
27568
27739
 
27569
- /**
27570
- * upDate
27571
- * @desc:修改常用语
27572
- * @author liufan
27573
- * @param {Object} val 修改值
27574
- * @date 2022年5月25日
27740
+ /**
27741
+ * upDate
27742
+ * @desc:修改常用语
27743
+ * @author liufan
27744
+ * @param {Object} val 修改值
27745
+ * @date 2022年5月25日
27575
27746
  **/
27576
27747
  upDate: function upDate(val) {
27577
27748
  this.FormData.id = val.id;
@@ -27579,11 +27750,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27579
27750
  },
27580
27751
 
27581
27752
 
27582
- /**
27583
- * getProcess
27584
- * @desc:获取选择流程
27585
- * @author liufan
27586
- * @date 2022年5月25日
27753
+ /**
27754
+ * getProcess
27755
+ * @desc:获取选择流程
27756
+ * @author liufan
27757
+ * @date 2022年5月25日
27587
27758
  **/
27588
27759
  getProcess: function getProcess(val) {
27589
27760
  var _this32 = this;
@@ -27643,11 +27814,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27643
27814
  });
27644
27815
  },
27645
27816
 
27646
- /**
27647
- * getPendedhistoryList
27648
- * @desc:获取流程列表
27649
- * @author liufan
27650
- * @date 2022年5月25日
27817
+ /**
27818
+ * getPendedhistoryList
27819
+ * @desc:获取流程列表
27820
+ * @author liufan
27821
+ * @date 2022年5月25日
27651
27822
  **/
27652
27823
  getPendedhistoryList: function getPendedhistoryList() {
27653
27824
  var _this33 = this;
@@ -27718,12 +27889,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27718
27889
  beforeSubProcess: function beforeSubProcess() {},
27719
27890
 
27720
27891
  // 提交流程
27721
- /**
27722
- * subProcess
27723
- * @desc:提交流程
27724
- * @author liufan
27725
- * @param {String} formName 当前form表单ref值
27726
- * @date 2022年5月25日
27892
+ /**
27893
+ * subProcess
27894
+ * @desc:提交流程
27895
+ * @author liufan
27896
+ * @param {String} formName 当前form表单ref值
27897
+ * @date 2022年5月25日
27727
27898
  **/
27728
27899
  subProcess: function subProcess(val, type) {
27729
27900
  var _this35 = this;
@@ -27779,7 +27950,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27779
27950
  if (!this.endFlow && this.newTypeCode != 'fenyue' && !this.shrink && this.nextNode.isAddSign != '1' && this.nextNode.isRemoveSign != '1' && this.isSpecial && !this.isReject && this.nodeInfos.length != 0 && this.isNextUser) {
27780
27951
  if (this.isShowNextUser) {
27781
27952
  if (this.nextNode.nextUserId == '' || this.multiple && this.nextNode.nextUserId.length == 0) {
27782
- this.$message.warning('请选择下步办理人');
27953
+ this.$message.warning('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '下步办理人'));
27783
27954
  return false;
27784
27955
  }
27785
27956
  } else {