eoss-ui 0.6.77 → 0.6.78

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 (246) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +1400 -972
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +935 -507
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +132 -132
  7. package/lib/qr-code.js +13 -13
  8. package/lib/theme-chalk/flow.css +1 -1
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/package.json +160 -160
  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 +298 -298
  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 +39 -39
  29. package/packages/data-table/src/column.vue +989 -989
  30. package/packages/data-table/src/main.vue +1822 -1822
  31. package/packages/data-table/src/sizer.vue +195 -195
  32. package/packages/data-table-form/index.js +5 -5
  33. package/packages/data-table-form/src/checkbox.vue +101 -101
  34. package/packages/data-table-form/src/colgroup.vue +17 -17
  35. package/packages/data-table-form/src/main.vue +181 -181
  36. package/packages/data-table-form/src/radio.vue +65 -65
  37. package/packages/data-table-form/src/table.vue +233 -233
  38. package/packages/data-table-form/src/tbody.vue +336 -336
  39. package/packages/data-table-form/src/thead.vue +68 -68
  40. package/packages/date-picker/index.js +5 -5
  41. package/packages/date-picker/src/main.vue +236 -236
  42. package/packages/dialog/index.js +5 -5
  43. package/packages/enable-drag/index.js +5 -5
  44. package/packages/enterprise/index.js +5 -5
  45. package/packages/enterprise/src/main.vue +66 -66
  46. package/packages/error-page/index.js +5 -5
  47. package/packages/error-page/src/main.vue +44 -44
  48. package/packages/flow/index.js +5 -5
  49. package/packages/flow/src/component/Circulate.vue +370 -363
  50. package/packages/flow/src/component/CommonOpinions.vue +364 -346
  51. package/packages/flow/src/component/CustomPreset.vue +322 -322
  52. package/packages/flow/src/component/FileList.vue +99 -99
  53. package/packages/flow/src/component/Preset.vue +255 -255
  54. package/packages/flow/src/component/SendMsg.vue +241 -241
  55. package/packages/flow/src/component/TimeLimit.vue +190 -190
  56. package/packages/flow/src/component/taskUnionExamine.vue +627 -627
  57. package/packages/flow/src/form.vue +121 -121
  58. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  59. package/packages/flow/src/main.vue +3564 -3445
  60. package/packages/flow/src/processForm.vue +1177 -1096
  61. package/packages/flow/src/processReject.vue +294 -294
  62. package/packages/flow/src/reset.vue +906 -905
  63. package/packages/flow/src/startTaskRead.vue +677 -659
  64. package/packages/flow/src/supervise.vue +149 -149
  65. package/packages/flow/src/table.vue +58 -58
  66. package/packages/flow-group/index.js +5 -5
  67. package/packages/flow-group/src/main.vue +688 -688
  68. package/packages/flow-list/index.js +5 -5
  69. package/packages/flow-list/src/main.vue +1770 -1770
  70. package/packages/form/index.js +5 -5
  71. package/packages/form/src/main.vue +3797 -3797
  72. package/packages/form/src/table.vue +1502 -1502
  73. package/packages/handle-user/index.js +5 -5
  74. package/packages/handle-user/src/main.vue +138 -138
  75. package/packages/handler/index.js +5 -5
  76. package/packages/handler/src/main.vue +493 -493
  77. package/packages/icon/index.js +5 -5
  78. package/packages/icon/src/main.vue +101 -101
  79. package/packages/icons/index.js +5 -5
  80. package/packages/icons/src/main.vue +81 -81
  81. package/packages/input/index.js +5 -5
  82. package/packages/input/src/main.vue +356 -356
  83. package/packages/input-number/index.js +5 -5
  84. package/packages/input-number/src/main.vue +106 -106
  85. package/packages/label/index.js +5 -5
  86. package/packages/label/src/main.vue +457 -457
  87. package/packages/layout/index.js +5 -5
  88. package/packages/layout/src/item.vue +152 -152
  89. package/packages/layout/src/main.vue +31 -31
  90. package/packages/login/index.js +5 -5
  91. package/packages/login/src/main.vue +2001 -2001
  92. package/packages/login/src/resetPassword.vue +562 -562
  93. package/packages/main/index.js +5 -5
  94. package/packages/main/src/default/message.vue +249 -249
  95. package/packages/main/src/default/notice.vue +157 -157
  96. package/packages/main/src/default/userinfo.vue +503 -503
  97. package/packages/main/src/public/online.vue +89 -89
  98. package/packages/main/src/public/search.vue +458 -458
  99. package/packages/main/src/public/settings.vue +221 -221
  100. package/packages/main/src/simplicity/apps.vue +388 -388
  101. package/packages/main/src/simplicity/avatar.vue +82 -82
  102. package/packages/main/src/simplicity/handler.vue +259 -259
  103. package/packages/main/src/simplicity/index.vue +2102 -2102
  104. package/packages/main/src/simplicity/lists.vue +84 -84
  105. package/packages/main/src/simplicity/menu-list.vue +135 -135
  106. package/packages/main/src/simplicity/message.vue +259 -259
  107. package/packages/main/src/simplicity/notice.vue +190 -190
  108. package/packages/main/src/simplicity/router-page.vue +45 -45
  109. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  110. package/packages/main/src/simplicity/user.vue +260 -260
  111. package/packages/main/src/simplicity/userinfo.vue +312 -312
  112. package/packages/menu/index.js +5 -5
  113. package/packages/menu/src/main.vue +584 -584
  114. package/packages/nav/index.js +5 -5
  115. package/packages/nav/src/main.vue +351 -351
  116. package/packages/notify/index.js +5 -5
  117. package/packages/notify/src/main.vue +538 -538
  118. package/packages/page/index.js +5 -5
  119. package/packages/page/src/main.vue +167 -167
  120. package/packages/pagination/index.js +5 -5
  121. package/packages/pagination/src/main.vue +96 -96
  122. package/packages/player/index.js +5 -5
  123. package/packages/player/src/main.vue +194 -194
  124. package/packages/qr-code/index.js +5 -5
  125. package/packages/qr-code/src/main.vue +170 -170
  126. package/packages/radio-group/index.js +6 -6
  127. package/packages/radio-group/src/main.vue +319 -319
  128. package/packages/retrial-auth/index.js +5 -5
  129. package/packages/retrial-auth/src/main.vue +280 -280
  130. package/packages/select/index.js +5 -5
  131. package/packages/select/src/main.vue +778 -778
  132. package/packages/select-ganged/index.js +5 -5
  133. package/packages/select-ganged/src/main.vue +724 -724
  134. package/packages/selector/index.js +5 -5
  135. package/packages/selector/src/main.vue +729 -729
  136. package/packages/selector-panel/index.js +5 -5
  137. package/packages/selector-panel/src/main.vue +1027 -1027
  138. package/packages/selector-panel/src/selection.vue +170 -170
  139. package/packages/selector-panel/src/tree.vue +129 -129
  140. package/packages/sizer/index.js +5 -5
  141. package/packages/sizer/src/main.vue +254 -254
  142. package/packages/steps/index.js +5 -5
  143. package/packages/steps/src/main.vue +181 -181
  144. package/packages/switch/index.js +5 -5
  145. package/packages/switch/src/main.vue +154 -154
  146. package/packages/table-form/index.js +5 -5
  147. package/packages/tabs/index.js +5 -5
  148. package/packages/tabs/src/main.vue +788 -788
  149. package/packages/tabs-panel/index.js +5 -5
  150. package/packages/tabs-panel/src/main.vue +29 -29
  151. package/packages/theme-chalk/lib/flow.css +1 -1
  152. package/packages/theme-chalk/lib/index.css +1 -1
  153. package/packages/theme-chalk/src/base.scss +261 -261
  154. package/packages/theme-chalk/src/button-group.scss +176 -176
  155. package/packages/theme-chalk/src/button.scss +24 -24
  156. package/packages/theme-chalk/src/calendar.scss +113 -113
  157. package/packages/theme-chalk/src/card.scss +99 -99
  158. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  159. package/packages/theme-chalk/src/clients.scss +87 -87
  160. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  161. package/packages/theme-chalk/src/data-table.scss +293 -293
  162. package/packages/theme-chalk/src/date-picker.scss +7 -7
  163. package/packages/theme-chalk/src/dialog.scss +77 -77
  164. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  165. package/packages/theme-chalk/src/enterprise.scss +5 -5
  166. package/packages/theme-chalk/src/error-page.scss +18 -18
  167. package/packages/theme-chalk/src/flow-group.scss +110 -110
  168. package/packages/theme-chalk/src/flow-list.scss +39 -39
  169. package/packages/theme-chalk/src/flow.scss +348 -343
  170. package/packages/theme-chalk/src/form.scss +499 -499
  171. package/packages/theme-chalk/src/handle-user.scss +40 -40
  172. package/packages/theme-chalk/src/handler.scss +143 -143
  173. package/packages/theme-chalk/src/icon.scss +1792 -1792
  174. package/packages/theme-chalk/src/icons.scss +99 -99
  175. package/packages/theme-chalk/src/input.scss +9 -9
  176. package/packages/theme-chalk/src/label.scss +24 -24
  177. package/packages/theme-chalk/src/layout.scss +46 -46
  178. package/packages/theme-chalk/src/login.scss +984 -984
  179. package/packages/theme-chalk/src/main.scss +663 -663
  180. package/packages/theme-chalk/src/menu.scss +222 -222
  181. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  182. package/packages/theme-chalk/src/nav.scss +111 -111
  183. package/packages/theme-chalk/src/page.scss +3 -3
  184. package/packages/theme-chalk/src/pagination.scss +29 -29
  185. package/packages/theme-chalk/src/player.scss +9 -9
  186. package/packages/theme-chalk/src/qr-code.scss +17 -17
  187. package/packages/theme-chalk/src/radio-group.scss +9 -9
  188. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  189. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  190. package/packages/theme-chalk/src/select.scss +8 -8
  191. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  192. package/packages/theme-chalk/src/selector.scss +91 -91
  193. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  194. package/packages/theme-chalk/src/sizer.scss +36 -36
  195. package/packages/theme-chalk/src/steps.scss +88 -88
  196. package/packages/theme-chalk/src/switch.scss +3 -3
  197. package/packages/theme-chalk/src/table-form.scss +1 -1
  198. package/packages/theme-chalk/src/tabs.scss +87 -87
  199. package/packages/theme-chalk/src/tips.scss +7 -7
  200. package/packages/theme-chalk/src/toolbar.scss +179 -179
  201. package/packages/theme-chalk/src/tree-group.scss +72 -72
  202. package/packages/theme-chalk/src/tree.scss +165 -165
  203. package/packages/theme-chalk/src/upload.scss +172 -172
  204. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  205. package/packages/tips/index.js +5 -5
  206. package/packages/tips/src/main.vue +141 -141
  207. package/packages/toolbar/index.js +5 -5
  208. package/packages/toolbar/src/main.vue +430 -430
  209. package/packages/tree/index.js +5 -5
  210. package/packages/tree-group/index.js +5 -5
  211. package/packages/upload/index.js +5 -5
  212. package/packages/upload/src/main.vue +1348 -1348
  213. package/packages/upload/src/picture.js +15 -15
  214. package/packages/wujie/index.js +5 -5
  215. package/packages/wujie/src/main.vue +145 -145
  216. package/packages/wxlogin/index.js +5 -5
  217. package/packages/wxlogin/src/main.vue +128 -128
  218. package/src/config/api.js +294 -294
  219. package/src/config/image.js +2 -2
  220. package/src/index.js +163 -163
  221. package/src/utils/bus.js +3 -3
  222. package/src/utils/date-util.js +312 -312
  223. package/src/utils/http.js +50 -50
  224. package/src/utils/rules.js +18 -18
  225. package/src/utils/store.js +21 -21
  226. package/src/utils/webSocket.js +107 -107
  227. package/packages/.DS_Store +0 -0
  228. package/packages/autocomplete/.DS_Store +0 -0
  229. package/packages/calogin/.DS_Store +0 -0
  230. package/packages/date-picker/.DS_Store +0 -0
  231. package/packages/date-picker/src/.DS_Store +0 -0
  232. package/packages/flow/.DS_Store +0 -0
  233. package/packages/flow-list/.DS_Store +0 -0
  234. package/packages/form/.DS_Store +0 -0
  235. package/packages/login/.DS_Store +0 -0
  236. package/packages/main/.DS_Store +0 -0
  237. package/packages/main/src/.DS_Store +0 -0
  238. package/packages/menu/.DS_Store +0 -0
  239. package/packages/scrollbar/.DS_Store +0 -0
  240. package/packages/select/.DS_Store +0 -0
  241. package/packages/selector/.DS_Store +0 -0
  242. package/packages/selector-panel/.DS_Store +0 -0
  243. package/packages/theme-chalk/src/.DS_Store +0 -0
  244. package/packages/upload/.DS_Store +0 -0
  245. package/src/.DS_Store +0 -0
  246. package/src/utils/.DS_Store +0 -0
package/lib/flow.js CHANGED
@@ -4469,7 +4469,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4469
4469
  // ESM COMPAT FLAG
4470
4470
  __webpack_require__.r(__webpack_exports__);
4471
4471
 
4472
- // 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=89ea98c6&
4472
+ // 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=1ebfbd3f&
4473
4473
  var render = function () {
4474
4474
  var _vm = this
4475
4475
  var _h = _vm.$createElement
@@ -4486,6 +4486,13 @@ var render = function () {
4486
4486
  _vm.showCirculate
4487
4487
  ? _c(
4488
4488
  "div",
4489
+ {
4490
+ staticStyle: {
4491
+ height: "100%",
4492
+ display: "flex",
4493
+ "flex-direction": "column",
4494
+ },
4495
+ },
4489
4496
  [
4490
4497
  _c("div", { staticClass: "es-flow-top" }, [
4491
4498
  _c(
@@ -4569,6 +4576,7 @@ var render = function () {
4569
4576
  attrs: {
4570
4577
  opinion: _vm.value,
4571
4578
  rows: _vm.rows,
4579
+ placeholder: _vm.pendingItemHandleDescription,
4572
4580
  required: _vm.isOpinionRequired == 1,
4573
4581
  isBanInputOpinion: _vm.isBanInputOpinion,
4574
4582
  nodeFixedOpinionSelectList:
@@ -4581,93 +4589,106 @@ var render = function () {
4581
4589
  },
4582
4590
  }),
4583
4591
  _c(
4584
- "el-form",
4592
+ "div",
4585
4593
  {
4586
- ref: "form",
4587
- attrs: {
4588
- model: _vm.circulateForm,
4589
- "label-width": "120px",
4590
- "label-position": _vm.formLabelPosition,
4591
- },
4594
+ class:
4595
+ "es-info " +
4596
+ (_vm.formLabelPosition == "left" ? "form-left" : ""),
4592
4597
  },
4593
4598
  [
4594
4599
  _c(
4595
- "el-form-item",
4600
+ "el-form",
4596
4601
  {
4597
- staticStyle: { "margin-top": "20px" },
4598
- attrs: { prop: "nextNodeId", label: "下步节点" },
4602
+ ref: "form",
4603
+ attrs: {
4604
+ model: _vm.circulateForm,
4605
+ "label-width": "120px",
4606
+ "label-position": _vm.formLabelPosition,
4607
+ },
4599
4608
  },
4600
4609
  [
4601
- _vm.nextNodeCheckType == "select"
4602
- ? _c(
4603
- "el-select",
4604
- {
4605
- staticStyle: { width: "100% !important" },
4606
- attrs: { placeholder: "请选择下步节点" },
4607
- model: {
4608
- value: _vm.circulateForm.nextNodeId,
4609
- callback: function ($$v) {
4610
- _vm.$set(
4611
- _vm.circulateForm,
4612
- "nextNodeId",
4613
- $$v
4614
- )
4610
+ _c(
4611
+ "el-form-item",
4612
+ {
4613
+ staticStyle: { "margin-top": "20px" },
4614
+ attrs: { prop: "nextNodeId", label: "下步节点" },
4615
+ },
4616
+ [
4617
+ _vm.nextNodeCheckType == "select"
4618
+ ? _c(
4619
+ "el-select",
4620
+ {
4621
+ staticStyle: { width: "100% !important" },
4622
+ attrs: { placeholder: "请选择下步节点" },
4623
+ model: {
4624
+ value: _vm.circulateForm.nextNodeId,
4625
+ callback: function ($$v) {
4626
+ _vm.$set(
4627
+ _vm.circulateForm,
4628
+ "nextNodeId",
4629
+ $$v
4630
+ )
4631
+ },
4632
+ expression: "circulateForm.nextNodeId",
4633
+ },
4615
4634
  },
4616
- expression: "circulateForm.nextNodeId",
4617
- },
4618
- },
4619
- [
4620
- _c("el-option", {
4621
- attrs: { label: "传阅", value: "111" },
4622
- }),
4623
- ],
4624
- 1
4625
- )
4626
- : _vm.nextNodeCheckType == "radio"
4627
- ? _c("es-radio-group", {
4628
- attrs: {
4629
- data: [{ nodeId: "111", nodeName: "传阅" }],
4630
- "value-key": "nodeId",
4631
- "label-key": "nodeName",
4632
- },
4633
- model: {
4634
- value: _vm.circulateForm.nextNodeId,
4635
- callback: function ($$v) {
4636
- _vm.$set(
4637
- _vm.circulateForm,
4638
- "nextNodeId",
4639
- $$v
4640
- )
4641
- },
4642
- expression: "circulateForm.nextNodeId",
4643
- },
4644
- })
4645
- : _vm._e(),
4635
+ [
4636
+ _c("el-option", {
4637
+ attrs: { label: "传阅", value: "111" },
4638
+ }),
4639
+ ],
4640
+ 1
4641
+ )
4642
+ : _vm.nextNodeCheckType == "radio"
4643
+ ? _c("es-radio-group", {
4644
+ attrs: {
4645
+ data: [
4646
+ { nodeId: "111", nodeName: "传阅" },
4647
+ ],
4648
+ "value-key": "nodeId",
4649
+ "label-key": "nodeName",
4650
+ },
4651
+ model: {
4652
+ value: _vm.circulateForm.nextNodeId,
4653
+ callback: function ($$v) {
4654
+ _vm.$set(
4655
+ _vm.circulateForm,
4656
+ "nextNodeId",
4657
+ $$v
4658
+ )
4659
+ },
4660
+ expression: "circulateForm.nextNodeId",
4661
+ },
4662
+ })
4663
+ : _vm._e(),
4664
+ ],
4665
+ 1
4666
+ ),
4646
4667
  ],
4647
4668
  1
4648
4669
  ),
4670
+ _c("circulate", {
4671
+ ref: "circulate",
4672
+ staticStyle: { "margin-top": "10px" },
4673
+ attrs: {
4674
+ businessId: _vm.businessIds,
4675
+ "label-position": _vm.formLabelPosition,
4676
+ selectorParams: _vm.params,
4677
+ "pending-id": _vm.pendingId,
4678
+ showBtn: false,
4679
+ processDefinitionId: _vm.nodeInfo.nextNode,
4680
+ simpleTips: _vm.simpleTips,
4681
+ oldOption: _vm.value,
4682
+ },
4683
+ on: {
4684
+ cancel: function ($event) {
4685
+ _vm.closeProcess($event, "circulateVisible")
4686
+ },
4687
+ },
4688
+ }),
4649
4689
  ],
4650
4690
  1
4651
4691
  ),
4652
- _c("circulate", {
4653
- ref: "circulate",
4654
- staticStyle: { "margin-top": "10px" },
4655
- attrs: {
4656
- businessId: _vm.businessIds,
4657
- "label-position": _vm.formLabelPosition,
4658
- selectorParams: _vm.params,
4659
- "pending-id": _vm.pendingId,
4660
- showBtn: false,
4661
- processDefinitionId: _vm.nodeInfo.nextNode,
4662
- simpleTips: _vm.simpleTips,
4663
- oldOption: _vm.value,
4664
- },
4665
- on: {
4666
- cancel: function ($event) {
4667
- _vm.closeProcess($event, "circulateVisible")
4668
- },
4669
- },
4670
- }),
4671
4692
  _c(
4672
4693
  "el-button",
4673
4694
  {
@@ -4694,6 +4715,7 @@ var render = function () {
4694
4715
  simpleTips: _vm.simpleTips,
4695
4716
  typeCode: "read",
4696
4717
  param: _vm.param,
4718
+ selectorConfig: _vm.selectorConfig,
4697
4719
  resetAppId: _vm.resetAppId,
4698
4720
  taskExamine: _vm.taskExamineInfo,
4699
4721
  "news-info": _vm.nextNode.notificationMsg,
@@ -4860,6 +4882,9 @@ var render = function () {
4860
4882
  attrs: {
4861
4883
  opinion: _vm.value,
4862
4884
  rows: _vm.rows,
4885
+ pendingItemHandleDescription:
4886
+ _vm.pendingItemHandleDescription,
4887
+ placeholder: _vm.pendingItemHandleDescription,
4863
4888
  required: _vm.isOpinionRequired == 1,
4864
4889
  isBanInputOpinion: _vm.isBanInputOpinion,
4865
4890
  nodeFixedOpinionSelectList:
@@ -4977,7 +5002,9 @@ var render = function () {
4977
5002
  },
4978
5003
  ],
4979
5004
  ref: "esContent",
4980
- staticClass: "es-info",
5005
+ class:
5006
+ "es-info " +
5007
+ (_vm.formLabelPosition == "left" ? "form-left" : ""),
4981
5008
  },
4982
5009
  [
4983
5010
  _c(
@@ -4987,7 +5014,10 @@ var render = function () {
4987
5014
  staticClass: "demo-dynamic",
4988
5015
  attrs: {
4989
5016
  model: _vm.isFlow ? _vm.nodeInfo : _vm.nextNode,
4990
- "label-width": "120px",
5017
+ "label-width":
5018
+ _vm.startFlowPageEmbeddedIntoStartFlowIndex
5019
+ ? "100px"
5020
+ : "120px",
4991
5021
  "label-position": _vm.formLabelPosition,
4992
5022
  },
4993
5023
  },
@@ -5053,7 +5083,9 @@ var render = function () {
5053
5083
  key: items.id,
5054
5084
  attrs: {
5055
5085
  label: items.name,
5056
- disabled: items.disabled,
5086
+ disabled:
5087
+ _vm.flowListDisabled ||
5088
+ items.disabled,
5057
5089
  value: items.processDefId,
5058
5090
  },
5059
5091
  })
@@ -6113,6 +6145,50 @@ var render = function () {
6113
6145
  1
6114
6146
  )
6115
6147
  : _vm._e(),
6148
+ _vm.currentNodeEnableItemHandleDescription &&
6149
+ !_vm.isReject &&
6150
+ _vm.nodeInfos.length != 0 &&
6151
+ _vm.isShowNode &&
6152
+ _vm.isNextUser
6153
+ ? _c(
6154
+ "el-form-item",
6155
+ {
6156
+ attrs: {
6157
+ prop: "handleExplain",
6158
+ label: "下步说明",
6159
+ },
6160
+ },
6161
+ [
6162
+ _c("el-input", {
6163
+ attrs: {
6164
+ placeholder:
6165
+ "请输入下步说明",
6166
+ type: "textarea",
6167
+ autosize: {
6168
+ minRows: 2,
6169
+ },
6170
+ },
6171
+ model: {
6172
+ value:
6173
+ _vm.nextNode
6174
+ .nextItemHandleDescription,
6175
+ callback: function (
6176
+ $$v
6177
+ ) {
6178
+ _vm.$set(
6179
+ _vm.nextNode,
6180
+ "nextItemHandleDescription",
6181
+ $$v
6182
+ )
6183
+ },
6184
+ expression:
6185
+ "nextNode.nextItemHandleDescription",
6186
+ },
6187
+ }),
6188
+ ],
6189
+ 1
6190
+ )
6191
+ : _vm._e(),
6116
6192
  ],
6117
6193
  1
6118
6194
  ),
@@ -6177,6 +6253,68 @@ var render = function () {
6177
6253
  ],
6178
6254
  1
6179
6255
  ),
6256
+ _vm.isFlow &&
6257
+ _vm.nodeInfo.nextNode &&
6258
+ _vm.startFlowPageEmbeddedIntoStartFlowIndex &&
6259
+ !_vm.directCreateCircularReadWhenFlowStarted
6260
+ ? _c("ProcessForm", {
6261
+ ref: "processFormIndex",
6262
+ attrs: {
6263
+ id:
6264
+ _vm.freeStartFlowParams.startFlowBusinessId ||
6265
+ _vm.businessIds,
6266
+ simpleTips: _vm.simpleTips,
6267
+ "is-free-start-flow":
6268
+ _vm.freeStartFlowParams.useScene ===
6269
+ "multiInsMidwayWithSubmitScene",
6270
+ "label-position": _vm.formLabelPosition,
6271
+ showBtn: false,
6272
+ "copy-history":
6273
+ _vm.freeStartFlowParams.pendedHistoryHandle,
6274
+ "process-definition-id":
6275
+ _vm.freeStartFlowNextNode ||
6276
+ _vm.nodeInfo.nextNode,
6277
+ opinion: _vm.value,
6278
+ taskExamineParam:
6279
+ _vm.freeStartFlowParams
6280
+ .newFlowStartNodeItemName,
6281
+ taskParams: _vm.taskParams,
6282
+ formType: _vm.processFormType,
6283
+ },
6284
+ on: {
6285
+ cancel: function ($event) {
6286
+ _vm.closeProcess(
6287
+ $event,
6288
+ "handleVisible",
6289
+ _vm.closeParent
6290
+ )
6291
+ },
6292
+ },
6293
+ })
6294
+ : _vm.isFlow &&
6295
+ _vm.nodeInfo.nextNode &&
6296
+ _vm.startFlowPageEmbeddedIntoStartFlowIndex &&
6297
+ _vm.directCreateCircularReadWhenFlowStarted
6298
+ ? _c("circulate", {
6299
+ ref: "flowCirculate",
6300
+ attrs: {
6301
+ "label-position": _vm.formLabelPosition,
6302
+ businessId: _vm.businessId,
6303
+ startFlowPageEmbeddedIntoStartFlowIndex:
6304
+ _vm.startFlowPageEmbeddedIntoStartFlowIndex,
6305
+ processDefinitionId: _vm.nodeInfo.nextNode,
6306
+ simpleTips: _vm.simpleTips,
6307
+ showBtn: false,
6308
+ selectorParams: _vm.params,
6309
+ oldOption: _vm.value,
6310
+ },
6311
+ on: {
6312
+ cancel: function ($event) {
6313
+ _vm.closeProcess($event, "circulateVisible")
6314
+ },
6315
+ },
6316
+ })
6317
+ : _vm._e(),
6180
6318
  !_vm.isFlow && _vm.isSpecial
6181
6319
  ? _c(
6182
6320
  "div",
@@ -6958,6 +7096,7 @@ var render = function () {
6958
7096
  "pending-id": _vm.pendingId,
6959
7097
  opinion: _vm.value,
6960
7098
  type: _vm.taskReadType,
7099
+ selectorConfig: _vm.selectorConfig,
6961
7100
  simpleTips: _vm.simpleTips,
6962
7101
  taskExamine: _vm.taskExamineInfo,
6963
7102
  "news-info": _vm.nextNode.notificationMsg,
@@ -7146,14 +7285,14 @@ var staticRenderFns = []
7146
7285
  render._withStripped = true
7147
7286
 
7148
7287
 
7149
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=89ea98c6&
7288
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=1ebfbd3f&
7150
7289
 
7151
7290
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7152
7291
  var regenerator_ = __webpack_require__(4);
7153
7292
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
7154
7293
 
7155
- // 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/CommonOpinions.vue?vue&type=template&id=fdf49dec&
7156
- var CommonOpinionsvue_type_template_id_fdf49dec_render = function () {
7294
+ // 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/CommonOpinions.vue?vue&type=template&id=19364a89&
7295
+ var CommonOpinionsvue_type_template_id_19364a89_render = function () {
7157
7296
  var _vm = this
7158
7297
  var _h = _vm.$createElement
7159
7298
  var _c = _vm._self._c || _h
@@ -7176,23 +7315,44 @@ var CommonOpinionsvue_type_template_id_fdf49dec_render = function () {
7176
7315
  "el-form-item",
7177
7316
  { attrs: { label: "", prop: "value" } },
7178
7317
  [
7179
- _c("el-input", {
7180
- attrs: {
7181
- disabled: _vm.isBanInputOpinion == "1" || _vm.disabled,
7182
- type: "textarea",
7183
- clear: "inp",
7184
- placeholder: "请输入意见",
7185
- rows: _vm.rows,
7186
- },
7187
- on: { change: _vm.changeOpinion },
7188
- model: {
7189
- value: _vm.form.value,
7190
- callback: function ($$v) {
7191
- _vm.$set(_vm.form, "value", $$v)
7318
+ _c(
7319
+ "el-tooltip",
7320
+ {
7321
+ attrs: {
7322
+ disabled:
7323
+ _vm.tooltipDisabled || !_vm.pendingItemHandleDescription,
7324
+ placement: "top",
7192
7325
  },
7193
- expression: "form.value",
7194
7326
  },
7195
- }),
7327
+ [
7328
+ _c("div", { attrs: { slot: "content" }, slot: "content" }, [
7329
+ _vm._v(_vm._s(_vm.pendingItemHandleDescription)),
7330
+ ]),
7331
+ _c("el-input", {
7332
+ attrs: {
7333
+ disabled: _vm.isBanInputOpinion == "1" || _vm.disabled,
7334
+ type: "textarea",
7335
+ clear: "inp",
7336
+ placeholder:
7337
+ _vm.pendingItemHandleDescription || "请输入意见",
7338
+ rows: _vm.rows,
7339
+ },
7340
+ on: {
7341
+ change: _vm.changeOpinion,
7342
+ blur: _vm.handleBlur,
7343
+ focus: _vm.handleFocus,
7344
+ },
7345
+ model: {
7346
+ value: _vm.form.value,
7347
+ callback: function ($$v) {
7348
+ _vm.$set(_vm.form, "value", $$v)
7349
+ },
7350
+ expression: "form.value",
7351
+ },
7352
+ }),
7353
+ ],
7354
+ 1
7355
+ ),
7196
7356
  ],
7197
7357
  1
7198
7358
  ),
@@ -7343,11 +7503,11 @@ var CommonOpinionsvue_type_template_id_fdf49dec_render = function () {
7343
7503
  1
7344
7504
  )
7345
7505
  }
7346
- var CommonOpinionsvue_type_template_id_fdf49dec_staticRenderFns = []
7347
- CommonOpinionsvue_type_template_id_fdf49dec_render._withStripped = true
7506
+ var CommonOpinionsvue_type_template_id_19364a89_staticRenderFns = []
7507
+ CommonOpinionsvue_type_template_id_19364a89_render._withStripped = true
7348
7508
 
7349
7509
 
7350
- // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=fdf49dec&
7510
+ // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=19364a89&
7351
7511
 
7352
7512
  // EXTERNAL MODULE: ./src/config/api.js
7353
7513
  var api = __webpack_require__(1);
@@ -7886,6 +8046,11 @@ var _components;
7886
8046
  //
7887
8047
  //
7888
8048
  //
8049
+ //
8050
+ //
8051
+ //
8052
+ //
8053
+ //
7889
8054
 
7890
8055
 
7891
8056
 
@@ -7897,6 +8062,7 @@ var _components;
7897
8062
  data: function data() {
7898
8063
  return {
7899
8064
  value: '',
8065
+ tooltipDisabled: false,
7900
8066
  form: {
7901
8067
  value: ''
7902
8068
  },
@@ -7924,6 +8090,10 @@ var _components;
7924
8090
  type: String,
7925
8091
  default: ''
7926
8092
  },
8093
+ pendingItemHandleDescription: {
8094
+ type: String,
8095
+ default: ''
8096
+ },
7927
8097
  nodeFixedOpinionSelectList: {
7928
8098
  type: Array,
7929
8099
  default: function _default() {
@@ -7952,6 +8122,14 @@ var _components;
7952
8122
  }
7953
8123
  },
7954
8124
  methods: {
8125
+ handleBlur: function handleBlur() {
8126
+ this.$emit('blur', this.form.value);
8127
+ this.tooltipDisabled = false;
8128
+ },
8129
+ handleFocus: function handleFocus() {
8130
+ this.$emit('focus', this.form.value);
8131
+ this.tooltipDisabled = true;
8132
+ },
7955
8133
  validate: function validate() {
7956
8134
  var validSate = true;
7957
8135
  this.$refs.ruleForm.validate(function (valid) {
@@ -7964,21 +8142,21 @@ var _components;
7964
8142
  return validSate;
7965
8143
  },
7966
8144
 
7967
- /**
7968
- * changeOpinion
7969
- * @desc:监听意见变化
7970
- * @author liufan
7971
- * @date 2022年10月28日
8145
+ /**
8146
+ * changeOpinion
8147
+ * @desc:监听意见变化
8148
+ * @author liufan
8149
+ * @date 2022年10月28日
7972
8150
  **/
7973
8151
  changeOpinion: function changeOpinion() {
7974
8152
  this.$emit('change', this.form.value);
7975
8153
  },
7976
8154
 
7977
- /**
7978
- * getCommonOpion
7979
- * @desc:获取意见
7980
- * @author liufan
7981
- * @date 2022年5月25日
8155
+ /**
8156
+ * getCommonOpion
8157
+ * @desc:获取意见
8158
+ * @author liufan
8159
+ * @date 2022年5月25日
7982
8160
  **/
7983
8161
  getCommonOpion: function getCommonOpion() {
7984
8162
  var _this = this;
@@ -8007,24 +8185,24 @@ var _components;
8007
8185
  });
8008
8186
  },
8009
8187
 
8010
- /**
8011
- * upDate
8012
- * @desc:修改常用语
8013
- * @author liufan
8014
- * @param {Object} val 修改值
8015
- * @date 2022年5月25日
8188
+ /**
8189
+ * upDate
8190
+ * @desc:修改常用语
8191
+ * @author liufan
8192
+ * @param {Object} val 修改值
8193
+ * @date 2022年5月25日
8016
8194
  **/
8017
8195
  upDate: function upDate(val) {
8018
8196
  this.FormData.id = val.id;
8019
8197
  this.addVisible = true;
8020
8198
  },
8021
8199
 
8022
- /**
8023
- * selectChange
8024
- * @desc:常用语选择
8025
- * @author liufan
8026
- * @param {String} val 选中值
8027
- * @date 2022年5月25日
8200
+ /**
8201
+ * selectChange
8202
+ * @desc:常用语选择
8203
+ * @author liufan
8204
+ * @param {String} val 选中值
8205
+ * @date 2022年5月25日
8028
8206
  **/
8029
8207
  selectChange: function selectChange(val) {
8030
8208
  var _this2 = this;
@@ -8043,12 +8221,12 @@ var _components;
8043
8221
  });
8044
8222
  },
8045
8223
 
8046
- /**
8047
- * del
8048
- * @desc:删除常用语
8049
- * @author liufan
8050
- * @param {Object} val 删除的数据
8051
- * @date 2022年5月25日
8224
+ /**
8225
+ * del
8226
+ * @desc:删除常用语
8227
+ * @author liufan
8228
+ * @param {Object} val 删除的数据
8229
+ * @date 2022年5月25日
8052
8230
  **/
8053
8231
  del: function del(val) {
8054
8232
  var _this3 = this;
@@ -8090,12 +8268,12 @@ var _components;
8090
8268
  }).catch(function (e) {});
8091
8269
  },
8092
8270
 
8093
- /**
8094
- * submit
8095
- * @desc:新增/编辑意见保存
8096
- * @author liufan
8097
- * @param {Object} val 保存数据
8098
- * @date 2022年5月25日
8271
+ /**
8272
+ * submit
8273
+ * @desc:新增/编辑意见保存
8274
+ * @author liufan
8275
+ * @param {Object} val 保存数据
8276
+ * @date 2022年5月25日
8099
8277
  **/
8100
8278
  submit: function submit(val) {
8101
8279
  var _this4 = this;
@@ -8150,8 +8328,8 @@ var _components;
8150
8328
 
8151
8329
  var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
8152
8330
  component_CommonOpinionsvue_type_script_lang_js_,
8153
- CommonOpinionsvue_type_template_id_fdf49dec_render,
8154
- CommonOpinionsvue_type_template_id_fdf49dec_staticRenderFns,
8331
+ CommonOpinionsvue_type_template_id_19364a89_render,
8332
+ CommonOpinionsvue_type_template_id_19364a89_staticRenderFns,
8155
8333
  false,
8156
8334
  null,
8157
8335
  null,
@@ -8160,8 +8338,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
8160
8338
  )
8161
8339
 
8162
8340
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
8163
- // 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=39873a24&
8164
- var processFormvue_type_template_id_39873a24_render = function () {
8341
+ // 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=972ab99a&
8342
+ var processFormvue_type_template_id_972ab99a_render = function () {
8165
8343
  var _vm = this
8166
8344
  var _h = _vm.$createElement
8167
8345
  var _c = _vm._self._c || _h
@@ -8192,18 +8370,17 @@ var processFormvue_type_template_id_39873a24_render = function () {
8192
8370
  attrs: {
8193
8371
  model: _vm.nextNode,
8194
8372
  "label-width": "100px",
8195
- "label-position": "left",
8373
+ "label-position": _vm.labelPosition,
8196
8374
  },
8197
8375
  },
8198
8376
  [
8199
8377
  _c(
8200
8378
  "div",
8201
8379
  {
8202
- staticStyle: {
8203
- height: "430px",
8204
- "overflow-y": "auto",
8205
- "margin-bottom": "10px",
8206
- },
8380
+ style:
8381
+ "height:" +
8382
+ (_vm.showBtn ? "430px" : "auto") +
8383
+ "; overflow-y: auto; margin-bottom: 10px",
8207
8384
  },
8208
8385
  [
8209
8386
  _c(
@@ -8286,27 +8463,49 @@ var processFormvue_type_template_id_39873a24_render = function () {
8286
8463
  },
8287
8464
  },
8288
8465
  [
8289
- _c(
8290
- "el-select",
8291
- {
8292
- attrs: { placeholder: "请选择下步操作" },
8293
- on: { change: _vm.selecNext },
8294
- model: {
8295
- value: _vm.nextNode.nextOperate,
8296
- callback: function ($$v) {
8297
- _vm.$set(_vm.nextNode, "nextOperate", $$v)
8466
+ _vm.nextOperateCheckType == "select"
8467
+ ? _c(
8468
+ "el-select",
8469
+ {
8470
+ attrs: { placeholder: "请选择下步操作" },
8471
+ on: { change: _vm.selecNext },
8472
+ model: {
8473
+ value: _vm.nextNode.nextOperate,
8474
+ callback: function ($$v) {
8475
+ _vm.$set(_vm.nextNode, "nextOperate", $$v)
8476
+ },
8477
+ expression: "nextNode.nextOperate",
8478
+ },
8479
+ },
8480
+ _vm._l(_vm.operationList, function (items) {
8481
+ return _c("el-option", {
8482
+ key: items.key,
8483
+ attrs: { label: items.value, value: items.key },
8484
+ })
8485
+ }),
8486
+ 1
8487
+ )
8488
+ : _vm.nextOperateCheckType == "radio"
8489
+ ? _c("es-radio-group", {
8490
+ attrs: {
8491
+ data: _vm.operationList,
8492
+ "value-key": "key",
8493
+ "label-key": "value",
8494
+ },
8495
+ on: {
8496
+ change: function ($event) {
8497
+ _vm.selecNext($event, true)
8498
+ },
8499
+ },
8500
+ model: {
8501
+ value: _vm.nextNode.nextOperate,
8502
+ callback: function ($$v) {
8503
+ _vm.$set(_vm.nextNode, "nextOperate", $$v)
8504
+ },
8505
+ expression: "nextNode.nextOperate",
8298
8506
  },
8299
- expression: "nextNode.nextOperate",
8300
- },
8301
- },
8302
- _vm._l(_vm.operationList, function (items) {
8303
- return _c("el-option", {
8304
- key: items.key,
8305
- attrs: { label: items.value, value: items.key },
8306
8507
  })
8307
- }),
8308
- 1
8309
- ),
8508
+ : _vm._e(),
8310
8509
  ],
8311
8510
  1
8312
8511
  )
@@ -8359,6 +8558,7 @@ var processFormvue_type_template_id_39873a24_render = function () {
8359
8558
  "value-key": "nodeId",
8360
8559
  "label-key": "nodeName",
8361
8560
  },
8561
+ on: { change: _vm.changeSel },
8362
8562
  model: {
8363
8563
  value: _vm.nextNode.nextNode,
8364
8564
  callback: function ($$v) {
@@ -8738,32 +8938,46 @@ var processFormvue_type_template_id_39873a24_render = function () {
8738
8938
  ],
8739
8939
  1
8740
8940
  ),
8741
- _c("el-form-item", { staticStyle: { "margin-bottom": "0px" } }, [
8742
- _c(
8743
- "div",
8744
- { staticStyle: { "text-align": "right" } },
8745
- [
8746
- _c(
8747
- "el-button",
8748
- {
8749
- attrs: { type: "primary", size: "small" },
8750
- on: {
8751
- click: function ($event) {
8752
- _vm.subProcess("nextNode")
8941
+ _c(
8942
+ "el-form-item",
8943
+ {
8944
+ directives: [
8945
+ {
8946
+ name: "show",
8947
+ rawName: "v-show",
8948
+ value: _vm.showBtn,
8949
+ expression: "showBtn",
8950
+ },
8951
+ ],
8952
+ staticStyle: { "margin-bottom": "0px" },
8953
+ },
8954
+ [
8955
+ _c(
8956
+ "div",
8957
+ { staticStyle: { "text-align": "right" } },
8958
+ [
8959
+ _c(
8960
+ "el-button",
8961
+ {
8962
+ attrs: { type: "primary", size: "small" },
8963
+ on: {
8964
+ click: function ($event) {
8965
+ _vm.subProcess("nextNode")
8966
+ },
8753
8967
  },
8754
8968
  },
8755
- },
8756
- [_vm._v("\n 确认\n ")]
8757
- ),
8758
- _c(
8759
- "el-button",
8760
- { attrs: { size: "small" }, on: { click: _vm.quit } },
8761
- [_vm._v(" 取消 ")]
8762
- ),
8763
- ],
8764
- 1
8765
- ),
8766
- ]),
8969
+ [_vm._v("\n 确认\n ")]
8970
+ ),
8971
+ _c(
8972
+ "el-button",
8973
+ { attrs: { size: "small" }, on: { click: _vm.quit } },
8974
+ [_vm._v(" 取消 ")]
8975
+ ),
8976
+ ],
8977
+ 1
8978
+ ),
8979
+ ]
8980
+ ),
8767
8981
  ],
8768
8982
  1
8769
8983
  ),
@@ -8771,11 +8985,11 @@ var processFormvue_type_template_id_39873a24_render = function () {
8771
8985
  1
8772
8986
  )
8773
8987
  }
8774
- var processFormvue_type_template_id_39873a24_staticRenderFns = []
8775
- processFormvue_type_template_id_39873a24_render._withStripped = true
8988
+ var processFormvue_type_template_id_972ab99a_staticRenderFns = []
8989
+ processFormvue_type_template_id_972ab99a_render._withStripped = true
8776
8990
 
8777
8991
 
8778
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=39873a24&
8992
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=972ab99a&
8779
8993
 
8780
8994
  // 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=49031d93&
8781
8995
  var selectUservue_type_template_id_49031d93_render = function () {
@@ -10561,6 +10775,16 @@ var processFormvue_type_script_lang_js_components;
10561
10775
  //
10562
10776
  //
10563
10777
  //
10778
+ //
10779
+ //
10780
+ //
10781
+ //
10782
+ //
10783
+ //
10784
+ //
10785
+ //
10786
+ //
10787
+ //
10564
10788
 
10565
10789
 
10566
10790
 
@@ -10608,17 +10832,24 @@ var processFormvue_type_script_lang_js_components;
10608
10832
  taskExamineParam: {
10609
10833
  type: String,
10610
10834
  default: ''
10611
- }
10835
+ },
10836
+ labelPosition: {
10837
+ type: String,
10838
+ default: 'left'
10839
+ },
10840
+ showBtn: { type: Boolean, default: true }
10612
10841
  },
10613
10842
  data: function data() {
10614
10843
  return {
10615
10844
  loading: false,
10616
10845
  isCustomUser: 0,
10846
+ allLoading: null,
10617
10847
  selectUser: false,
10618
10848
  multiple: false,
10619
10849
  readMultiple: true,
10620
10850
  customPresetHintMessage: '', //流程预设标题
10621
10851
  nextNodeCheckType: 'select',
10852
+ nextOperateCheckType: 'select',
10622
10853
  notificationMessageReadOnly: false,
10623
10854
  readOnlyNotificationType: '',
10624
10855
  show: true,
@@ -10701,7 +10932,19 @@ var processFormvue_type_script_lang_js_components;
10701
10932
 
10702
10933
  watch: {
10703
10934
  processDefinitionId: function processDefinitionId(val) {
10935
+ Object.assign(this.$data, this.$options.data());
10936
+ this.getUserInfo();
10937
+ this.getNodeType();
10704
10938
  this.getStartFlow(val);
10939
+ if (this.copyHistory) {
10940
+ this.nextNode.newOpinion = this.opinion;
10941
+ } else if (this.formType != 'readTransfer') {
10942
+ this.newOpinion = this.opinion;
10943
+ }
10944
+ // this.getStartFlow(val);
10945
+ },
10946
+ opinion: function opinion(val) {
10947
+ this.newOpinion = this.opinion;
10705
10948
  }
10706
10949
  },
10707
10950
  computed: {
@@ -10826,7 +11069,11 @@ var processFormvue_type_script_lang_js_components;
10826
11069
  this.options = [];
10827
11070
  this.selectUserList = [];
10828
11071
  this.radioList = [];
10829
- this.loading = true;
11072
+ if (this.showBtn) {
11073
+ this.loading = true;
11074
+ } else {
11075
+ this.allLoading = util["a" /* default */].loading(this.$loading, '加载中...');
11076
+ }
10830
11077
  this.nextNode.nodeInfo = this.operationList[val].list;
10831
11078
  if (this.nextNode.nodeInfo.length > 0) {
10832
11079
  this.nextNode.nextNode = this.defaultNextNode || this.nextNode.nodeInfo[0].nodeId;
@@ -10858,7 +11105,11 @@ var processFormvue_type_script_lang_js_components;
10858
11105
  _this2.nextNode.noticeList = data;
10859
11106
  }
10860
11107
  }).catch(function (err) {
10861
- _this2.loading = false;
11108
+ if (_this2.showBtn) {
11109
+ _this2.loading = false;
11110
+ } else {
11111
+ _this2.allLoading.close();
11112
+ }
10862
11113
  if (err.message && err.message !== 'canceled') {
10863
11114
  _this2.$message.error(err.message);
10864
11115
  }
@@ -10879,7 +11130,11 @@ var processFormvue_type_script_lang_js_components;
10879
11130
  _this3.nextNode.noticeInfo = res.message;
10880
11131
  }
10881
11132
  }).catch(function (err) {
10882
- _this3.loading = false;
11133
+ if (_this3.showBtn) {
11134
+ _this3.loading = false;
11135
+ } else {
11136
+ _this3.allLoading.close();
11137
+ }
10883
11138
  if (err.message && err.message !== 'canceled') {
10884
11139
  _this3.$message.error(err.message);
10885
11140
  }
@@ -10919,7 +11174,11 @@ var processFormvue_type_script_lang_js_components;
10919
11174
  return _this4.$message.warning('请选择办理对象');
10920
11175
  }
10921
11176
  }
10922
- _this4.loading = true;
11177
+ if (_this4.showBtn) {
11178
+ _this4.loading = true;
11179
+ } else {
11180
+ _this4.allLoading = util["a" /* default */].loading(_this4.$loading, '加载中...');
11181
+ }
10923
11182
  var newNextUser = [];
10924
11183
  if (_this4.multiple) {
10925
11184
  nextUser && nextUser.map(function (item) {
@@ -10953,7 +11212,9 @@ var processFormvue_type_script_lang_js_components;
10953
11212
  newParm.copyHistory = _this4.copyHistory === 'needCopyPendedHistory';
10954
11213
  newParm.startFlowParamJson = params;
10955
11214
  newParm.startFlowParamJson.businessId = _this4.id; //this.id
10956
- newParm.startFlowParamJson.taskExamineParam = { startFlowFirstNodeName: _this4.taskExamineParam };
11215
+ newParm.startFlowParamJson.taskExamineParam = {
11216
+ startFlowFirstNodeName: _this4.taskExamineParam
11217
+ };
10957
11218
  newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
10958
11219
  for (var key in _this4.taskParams) {
10959
11220
  if (Array.isArray(_this4.taskParams[key])) {
@@ -10979,7 +11240,11 @@ var processFormvue_type_script_lang_js_components;
10979
11240
  var status = res.status,
10980
11241
  message = res.message;
10981
11242
 
10982
- _this4.loading = false;
11243
+ if (_this4.showBtn) {
11244
+ _this4.loading = false;
11245
+ } else {
11246
+ _this4.allLoading.close();
11247
+ }
10983
11248
  if (status === 'success' || res.rCode == 0) {
10984
11249
  _this4.quit(true);
10985
11250
  _this4.simpleTips && _this4.$message.success('操作成功');
@@ -10987,7 +11252,11 @@ var processFormvue_type_script_lang_js_components;
10987
11252
  _this4.$message.error(message || '系统错误,请联系管理员!');
10988
11253
  }
10989
11254
  }).catch(function (err) {
10990
- _this4.loading = false;
11255
+ if (_this4.showBtn) {
11256
+ _this4.loading = false;
11257
+ } else {
11258
+ _this4.allLoading.close();
11259
+ }
10991
11260
  if (err.message && err.message !== 'canceled') {
10992
11261
  _this4.$message.error(err.message);
10993
11262
  }
@@ -11015,7 +11284,11 @@ var processFormvue_type_script_lang_js_components;
11015
11284
  countersignaturetypeText = _res$data.countersignaturetypeText,
11016
11285
  countersignaturetypeCode = _res$data.countersignaturetypeCode;
11017
11286
 
11018
- _this5.loading = false;
11287
+ if (_this5.showBtn) {
11288
+ _this5.loading = false;
11289
+ } else {
11290
+ _this5.allLoading.close();
11291
+ }
11019
11292
  if (status === 'success') {
11020
11293
  _this5.nextNode.userInfo = nextUserList;
11021
11294
  _this5.countersignaturetypeCode = countersignaturetypeCode;
@@ -11070,7 +11343,11 @@ var processFormvue_type_script_lang_js_components;
11070
11343
  }
11071
11344
  nodeId && _this5.$refs.selectUser[index].changeInfo();
11072
11345
  }).catch(function (err) {
11073
- _this5.loading = false;
11346
+ if (_this5.showBtn) {
11347
+ _this5.loading = false;
11348
+ } else {
11349
+ _this5.allLoading.close();
11350
+ }
11074
11351
  if (err.message && err.message !== 'canceled') {
11075
11352
  _this5.$message.error(err.message);
11076
11353
  }
@@ -11081,7 +11358,11 @@ var processFormvue_type_script_lang_js_components;
11081
11358
  this.options = [];
11082
11359
  this.selectUserList = [];
11083
11360
  this.radioList = [];
11084
- this.loading = true;
11361
+ if (this.showBtn) {
11362
+ this.loading = true;
11363
+ } else {
11364
+ this.allLoading = util["a" /* default */].loading(this.$loading, '加载中...');
11365
+ }
11085
11366
  this.getNodeInfos();
11086
11367
  },
11087
11368
 
@@ -11114,18 +11395,22 @@ var processFormvue_type_script_lang_js_components;
11114
11395
  _this6.$message.error(message || '系统错误,请联系管理员!');
11115
11396
  }
11116
11397
  }).catch(function (err) {
11117
- _this6.loading = false;
11398
+ if (_this6.showBtn) {
11399
+ _this6.loading = false;
11400
+ } else {
11401
+ _this6.allLoading.close();
11402
+ }
11118
11403
  if (err.message && err.message !== 'canceled') {
11119
11404
  _this6.$message.error(err.message);
11120
11405
  }
11121
11406
  });
11122
11407
  },
11123
11408
 
11124
- /**
11125
- * isMultiple
11126
- * @desc:是否多选
11127
- * @author liufan
11128
- * @date 2022年9月13日
11409
+ /**
11410
+ * isMultiple
11411
+ * @desc:是否多选
11412
+ * @author liufan
11413
+ * @date 2022年9月13日
11129
11414
  **/
11130
11415
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
11131
11416
  var multiple = false;
@@ -11164,7 +11449,11 @@ var processFormvue_type_script_lang_js_components;
11164
11449
  if (!processId) {
11165
11450
  return false;
11166
11451
  }
11167
- this.loading = true;
11452
+ if (this.showBtn) {
11453
+ this.loading = true;
11454
+ } else {
11455
+ this.allLoading = util["a" /* default */].loading(this.$loading, '加载中...');
11456
+ }
11168
11457
  this.businessId = this.id;
11169
11458
  var params = {
11170
11459
  processDefinitionId: processId, // processId || this.processDefinitionId,
@@ -11187,6 +11476,7 @@ var processFormvue_type_script_lang_js_components;
11187
11476
  _this7.quit();
11188
11477
  });
11189
11478
  data.nextNodeCheckType && (_this7.nextNodeCheckType = data.nextNodeCheckType);
11479
+ data.nextOperateCheckType && (_this7.nextOperateCheckType = data.nextOperateCheckType);
11190
11480
  _this7.customPresetHintMessage = data.customPresetHintMessage;
11191
11481
  _this7.readOnlyNotificationType = data.readOnlyNotificationType;
11192
11482
  _this7.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
@@ -11258,7 +11548,11 @@ var processFormvue_type_script_lang_js_components;
11258
11548
  _this7.$message.error(message || '系统错误,请联系管理员!');
11259
11549
  }
11260
11550
  }).catch(function (err) {
11261
- _this7.loading = false;
11551
+ if (_this7.showBtn) {
11552
+ _this7.loading = false;
11553
+ } else {
11554
+ _this7.allLoading.close();
11555
+ }
11262
11556
  if (err.message && err.message !== 'canceled') {
11263
11557
  _this7.$message.error(err.message);
11264
11558
  }
@@ -11278,8 +11572,8 @@ var processFormvue_type_script_lang_js_components;
11278
11572
 
11279
11573
  var processForm_component = Object(componentNormalizer["a" /* default */])(
11280
11574
  src_processFormvue_type_script_lang_js_,
11281
- processFormvue_type_template_id_39873a24_render,
11282
- processFormvue_type_template_id_39873a24_staticRenderFns,
11575
+ processFormvue_type_template_id_972ab99a_render,
11576
+ processFormvue_type_template_id_972ab99a_staticRenderFns,
11283
11577
  false,
11284
11578
  null,
11285
11579
  null,
@@ -12709,8 +13003,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
12709
13003
  )
12710
13004
 
12711
13005
  /* harmony default export */ var processReject = (processReject_component.exports);
12712
- // 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=f3f6be4e&
12713
- var startTaskReadvue_type_template_id_f3f6be4e_render = function () {
13006
+ // 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=6faa6bf1&
13007
+ var startTaskReadvue_type_template_id_6faa6bf1_render = function () {
12714
13008
  var _vm = this
12715
13009
  var _h = _vm.$createElement
12716
13010
  var _c = _vm._self._c || _h
@@ -12809,16 +13103,18 @@ var startTaskReadvue_type_template_id_f3f6be4e_render = function () {
12809
13103
  multiple: _vm.type != "transfer" ? _vm.multiple : false,
12810
13104
  mix: _vm.type != "transfer",
12811
13105
  selectUserList: _vm.selectUserList,
12812
- types:
12813
- _vm.type == "transfer"
12814
- ? ["employee", "persongroup"]
12815
- : [
12816
- "employee",
12817
- "enterprise",
12818
- "department",
12819
- "persongroup",
12820
- ],
13106
+ types: _vm.selectorTabs
13107
+ ? _vm.selectorTabs
13108
+ : _vm.type == "transfer"
13109
+ ? ["employee", "persongroup"]
13110
+ : [
13111
+ "employee",
13112
+ "enterprise",
13113
+ "department",
13114
+ "persongroup",
13115
+ ],
12821
13116
  tabs: _vm.tabs,
13117
+ params: _vm.selectorParams,
12822
13118
  where: { type: "user" },
12823
13119
  },
12824
13120
  on: {
@@ -13134,11 +13430,11 @@ var startTaskReadvue_type_template_id_f3f6be4e_render = function () {
13134
13430
  1
13135
13431
  )
13136
13432
  }
13137
- var startTaskReadvue_type_template_id_f3f6be4e_staticRenderFns = []
13138
- startTaskReadvue_type_template_id_f3f6be4e_render._withStripped = true
13433
+ var startTaskReadvue_type_template_id_6faa6bf1_staticRenderFns = []
13434
+ startTaskReadvue_type_template_id_6faa6bf1_render._withStripped = true
13139
13435
 
13140
13436
 
13141
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=f3f6be4e&
13437
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=6faa6bf1&
13142
13438
 
13143
13439
  // 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&
13144
13440
  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; };
@@ -13312,6 +13608,9 @@ var startTaskReadvue_type_script_lang_js_components;
13312
13608
  //
13313
13609
  //
13314
13610
  //
13611
+ //
13612
+ //
13613
+ //
13315
13614
 
13316
13615
 
13317
13616
 
@@ -13327,6 +13626,7 @@ var startTaskReadvue_type_script_lang_js_components;
13327
13626
  option: { type: String, default: '' },
13328
13627
  typeCode: { type: String, default: '' },
13329
13628
  resetAppId: { type: String, default: '' },
13629
+ selectorConfig: { type: [Object, undefined], default: undefined },
13330
13630
  param: { type: Object, default: function _default() {} },
13331
13631
  taskExamine: { type: Object, default: function _default() {} },
13332
13632
  readParams: {
@@ -13340,6 +13640,8 @@ var startTaskReadvue_type_script_lang_js_components;
13340
13640
  newsNoice: '',
13341
13641
  readOnlyNotificationType: '',
13342
13642
  notificationMessageReadOnly: false,
13643
+ selectorTabs: null,
13644
+ selectorParams: null,
13343
13645
  nextNode: {
13344
13646
  nextUser: [],
13345
13647
  userInfo: [],
@@ -13398,9 +13700,17 @@ var startTaskReadvue_type_script_lang_js_components;
13398
13700
  if (util["a" /* default */].getStorage('mainConfig')) {
13399
13701
  this.orgId = JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
13400
13702
  }
13703
+ if (this.selectorConfig) {
13704
+ this.getSelectorConfig();
13705
+ }
13401
13706
  },
13402
13707
 
13403
13708
  methods: {
13709
+ getSelectorConfig: function getSelectorConfig() {
13710
+ this.selectorTabs = this.selectorConfig.type.split(',');
13711
+ this.selectorParams = this.selectorConfig.params;
13712
+ },
13713
+
13404
13714
  //获取通知信息
13405
13715
  getMessage: function getMessage() {
13406
13716
  var _this = this;
@@ -13562,7 +13872,10 @@ var startTaskReadvue_type_script_lang_js_components;
13562
13872
 
13563
13873
  var params = {
13564
13874
  url: api["bc" /* toStartTaskRead */],
13565
- params: startTaskReadvue_type_script_lang_js_extends({ pendingId: this.pendingId, taskAction: this.type }, this.param)
13875
+ params: startTaskReadvue_type_script_lang_js_extends({
13876
+ pendingId: this.pendingId,
13877
+ taskAction: this.type
13878
+ }, this.param)
13566
13879
  };
13567
13880
  if (this.typeCode == 'read') {
13568
13881
  delete params.params.pendingId;
@@ -13831,8 +14144,8 @@ var startTaskReadvue_type_script_lang_js_components;
13831
14144
 
13832
14145
  var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
13833
14146
  src_startTaskReadvue_type_script_lang_js_,
13834
- startTaskReadvue_type_template_id_f3f6be4e_render,
13835
- startTaskReadvue_type_template_id_f3f6be4e_staticRenderFns,
14147
+ startTaskReadvue_type_template_id_6faa6bf1_render,
14148
+ startTaskReadvue_type_template_id_6faa6bf1_staticRenderFns,
13836
14149
  false,
13837
14150
  null,
13838
14151
  null,
@@ -13841,8 +14154,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
13841
14154
  )
13842
14155
 
13843
14156
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
13844
- // 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=5d246dae&
13845
- var resetvue_type_template_id_5d246dae_render = function () {
14157
+ // 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=803e1634&
14158
+ var resetvue_type_template_id_803e1634_render = function () {
13846
14159
  var _vm = this
13847
14160
  var _h = _vm.$createElement
13848
14161
  var _c = _vm._self._c || _h
@@ -14268,11 +14581,11 @@ var resetvue_type_template_id_5d246dae_render = function () {
14268
14581
  1
14269
14582
  )
14270
14583
  }
14271
- var resetvue_type_template_id_5d246dae_staticRenderFns = []
14272
- resetvue_type_template_id_5d246dae_render._withStripped = true
14584
+ var resetvue_type_template_id_803e1634_staticRenderFns = []
14585
+ resetvue_type_template_id_803e1634_render._withStripped = true
14273
14586
 
14274
14587
 
14275
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5d246dae&
14588
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=803e1634&
14276
14589
 
14277
14590
  // 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&
14278
14591
  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; };
@@ -14821,6 +15134,7 @@ var resetvue_type_script_lang_js_components;
14821
15134
  processDefinitionId: _this4.processDefinitionId,
14822
15135
  nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
14823
15136
  nextNodeId: nextNode,
15137
+ appId: _this4.appId,
14824
15138
  nextOperate: nextOperate,
14825
15139
  businessId: _this4.taskExamine.businessId,
14826
15140
  pendingId: _this4.taskExamine.pendingId,
@@ -15000,11 +15314,11 @@ var resetvue_type_script_lang_js_components;
15000
15314
  });
15001
15315
  },
15002
15316
 
15003
- /**
15004
- * isMultiple
15005
- * @desc:是否多选
15006
- * @author liufan
15007
- * @date 2022年9月13日
15317
+ /**
15318
+ * isMultiple
15319
+ * @desc:是否多选
15320
+ * @author liufan
15321
+ * @date 2022年9月13日
15008
15322
  **/
15009
15323
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
15010
15324
  var multiple = false;
@@ -15137,8 +15451,8 @@ var resetvue_type_script_lang_js_components;
15137
15451
 
15138
15452
  var reset_component = Object(componentNormalizer["a" /* default */])(
15139
15453
  src_resetvue_type_script_lang_js_,
15140
- resetvue_type_template_id_5d246dae_render,
15141
- resetvue_type_template_id_5d246dae_staticRenderFns,
15454
+ resetvue_type_template_id_803e1634_render,
15455
+ resetvue_type_template_id_803e1634_staticRenderFns,
15142
15456
  false,
15143
15457
  null,
15144
15458
  null,
@@ -19386,11 +19700,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19386
19700
  });
19387
19701
  },
19388
19702
 
19389
- /**
19390
- * saveInfo
19391
- * @desc:暂存
19392
- * @author liufan
19393
- * @date 2022年9月9日
19703
+ /**
19704
+ * saveInfo
19705
+ * @desc:暂存
19706
+ * @author liufan
19707
+ * @date 2022年9月9日
19394
19708
  **/
19395
19709
  saveInfo: function saveInfo(type, btn) {
19396
19710
  var _this6 = this;
@@ -19452,11 +19766,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19452
19766
  });
19453
19767
  },
19454
19768
 
19455
- /**
19456
- * rejectBtn
19457
- * @desc:点击驳回
19458
- * @author liufan
19459
- * @date 2022年5月25日
19769
+ /**
19770
+ * rejectBtn
19771
+ * @desc:点击驳回
19772
+ * @author liufan
19773
+ * @date 2022年5月25日
19460
19774
  **/
19461
19775
  rejectBtn: function rejectBtn() {
19462
19776
  var _this8 = this;
@@ -19474,11 +19788,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19474
19788
  }
19475
19789
  },
19476
19790
 
19477
- /**
19478
- * taskReadBtn
19479
- * @desc:点击分阅
19480
- * @author liufan
19481
- * @date 2022年5月25日
19791
+ /**
19792
+ * taskReadBtn
19793
+ * @desc:点击分阅
19794
+ * @author liufan
19795
+ * @date 2022年5月25日
19482
19796
  **/
19483
19797
  taskReadBtn: function taskReadBtn() {
19484
19798
  var _this9 = this;
@@ -19497,11 +19811,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19497
19811
  }
19498
19812
  },
19499
19813
 
19500
- /**
19501
- * getFind
19502
- * @desc:获取通知方式
19503
- * @author liufan
19504
- * @date 2022年5月25日
19814
+ /**
19815
+ * getFind
19816
+ * @desc:获取通知方式
19817
+ * @author liufan
19818
+ * @date 2022年5月25日
19505
19819
  **/
19506
19820
  getFind: function getFind() {
19507
19821
  var _this10 = this;
@@ -19556,12 +19870,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19556
19870
  });
19557
19871
  },
19558
19872
 
19559
- /**
19560
- * endFlows
19561
- * @desc:直接办结
19562
- * @author liufan
19563
- * @param {Object} res 直接办结数据
19564
- * @date 2022年5月25日
19873
+ /**
19874
+ * endFlows
19875
+ * @desc:直接办结
19876
+ * @author liufan
19877
+ * @param {Object} res 直接办结数据
19878
+ * @date 2022年5月25日
19565
19879
  **/
19566
19880
  endFlows: function endFlows(res) {
19567
19881
  var _this12 = this;
@@ -19615,12 +19929,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19615
19929
  }).catch(function (e) {});
19616
19930
  },
19617
19931
 
19618
- /**
19619
- * goView
19620
- * @desc:更多流程按钮操作
19621
- * @author liufan
19622
- * @param {Object} res 当前点击操作按钮数据
19623
- * @date 2022年5月25日
19932
+ /**
19933
+ * goView
19934
+ * @desc:更多流程按钮操作
19935
+ * @author liufan
19936
+ * @param {Object} res 当前点击操作按钮数据
19937
+ * @date 2022年5月25日
19624
19938
  **/
19625
19939
  goView: function goView(res) {
19626
19940
  // 驳回并办结:rejectAndEndHtml
@@ -19705,11 +20019,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19705
20019
  // isCanStartSubFlow
19706
20020
  },
19707
20021
 
19708
- /**
19709
- * toTakeAdvice
19710
- * @desc:征求意见
19711
- * @author liufan
19712
- * @date 2022年9月29日
20022
+ /**
20023
+ * toTakeAdvice
20024
+ * @desc:征求意见
20025
+ * @author liufan
20026
+ * @date 2022年9月29日
19713
20027
  **/
19714
20028
  toTakeAdvice: function toTakeAdvice(res) {
19715
20029
  var _this14 = this;
@@ -19753,11 +20067,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19753
20067
  });
19754
20068
  },
19755
20069
 
19756
- /**
19757
- * toStartDraf
19758
- * @desc: 稿件递送、联合审核、复核
19759
- * @author liufan
19760
- * @date 2022年9月29日
20070
+ /**
20071
+ * toStartDraf
20072
+ * @desc: 稿件递送、联合审核、复核
20073
+ * @author liufan
20074
+ * @date 2022年9月29日
19761
20075
  **/
19762
20076
  toStartDraf: function toStartDraf(res) {
19763
20077
  var _this16 = this;
@@ -19771,11 +20085,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19771
20085
  }
19772
20086
  },
19773
20087
 
19774
- /**
19775
- * toSendMsg
19776
- * @desc:核稿通知
19777
- * @author liufan
19778
- * @date 2022年9月29日
20088
+ /**
20089
+ * toSendMsg
20090
+ * @desc:核稿通知
20091
+ * @author liufan
20092
+ * @date 2022年9月29日
19779
20093
  **/
19780
20094
  toSendMsg: function toSendMsg(res) {
19781
20095
  var _this17 = this;
@@ -19789,11 +20103,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19789
20103
  }
19790
20104
  },
19791
20105
 
19792
- /**
19793
- * toTaskReadAndEnd
19794
- * @desc:分阅并办结
19795
- * @author liufan
19796
- * @date 2022年9月29日
20106
+ /**
20107
+ * toTaskReadAndEnd
20108
+ * @desc:分阅并办结
20109
+ * @author liufan
20110
+ * @date 2022年9月29日
19797
20111
  **/
19798
20112
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
19799
20113
  var _this18 = this;
@@ -19811,11 +20125,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19811
20125
  }
19812
20126
  },
19813
20127
 
19814
- /**
19815
- * rejectAndEnd
19816
- * @desc:驳回并办结
19817
- * @author liufan
19818
- * @date 2022年9月29日
20128
+ /**
20129
+ * rejectAndEnd
20130
+ * @desc:驳回并办结
20131
+ * @author liufan
20132
+ * @date 2022年9月29日
19819
20133
  **/
19820
20134
  rejectAndEnd: function rejectAndEnd(res) {
19821
20135
  var _this19 = this;
@@ -19870,11 +20184,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19870
20184
  });
19871
20185
  },
19872
20186
 
19873
- /**
19874
- * toTransfer
19875
- * @desc:转办
19876
- * @author liufan
19877
- * @date 2022年9月29日
20187
+ /**
20188
+ * toTransfer
20189
+ * @desc:转办
20190
+ * @author liufan
20191
+ * @date 2022年9月29日
19878
20192
  **/
19879
20193
  toTransfer: function toTransfer(res) {
19880
20194
  var _this21 = this;
@@ -19890,11 +20204,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19890
20204
  }
19891
20205
  },
19892
20206
 
19893
- /**
19894
- * getNodeInfo
19895
- * @desc:获取节点信息
19896
- * @author liufan
19897
- * @date 2022年5月25日
20207
+ /**
20208
+ * getNodeInfo
20209
+ * @desc:获取节点信息
20210
+ * @author liufan
20211
+ * @date 2022年5月25日
19898
20212
  **/
19899
20213
  getNodeInfo: function getNodeInfo() {
19900
20214
  var _this22 = this;
@@ -19993,12 +20307,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19993
20307
  });
19994
20308
  },
19995
20309
 
19996
- /**
19997
- * selecNext
19998
- * @desc:下步节点变化时更新数据
19999
- * @author liufan
20000
- * @param {String} val 当前选中值
20001
- * @date 2022年5月25日
20310
+ /**
20311
+ * selecNext
20312
+ * @desc:下步节点变化时更新数据
20313
+ * @author liufan
20314
+ * @param {String} val 当前选中值
20315
+ * @date 2022年5月25日
20002
20316
  **/
20003
20317
  selecNext: function selecNext(val, type, isDef) {
20004
20318
  var _this23 = this;
@@ -20107,11 +20421,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20107
20421
  if (isDef !== true) this.getNodeInfo();
20108
20422
  },
20109
20423
 
20110
- /**
20111
- * isMultiple
20112
- * @desc:是否多选
20113
- * @author liufan
20114
- * @date 2022年9月13日
20424
+ /**
20425
+ * isMultiple
20426
+ * @desc:是否多选
20427
+ * @author liufan
20428
+ * @date 2022年9月13日
20115
20429
  **/
20116
20430
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
20117
20431
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -20143,11 +20457,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20143
20457
  }
20144
20458
  },
20145
20459
 
20146
- /**
20147
- * getHedInfo
20148
- * @desc:获取审核页面数据
20149
- * @author liufan
20150
- * @date 2022年5月25日
20460
+ /**
20461
+ * getHedInfo
20462
+ * @desc:获取审核页面数据
20463
+ * @author liufan
20464
+ * @date 2022年5月25日
20151
20465
  **/
20152
20466
  getHedInfo: function getHedInfo() {
20153
20467
  var _this24 = this;
@@ -20383,13 +20697,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20383
20697
  });
20384
20698
  },
20385
20699
 
20386
- /**
20387
- * closeProcess
20388
- * @desc:关闭弹窗
20389
- * @author liufan
20390
- * @param {boolean} val 当前是否办理流程
20391
- * @param {String} type 当前点击的弹窗类型
20392
- * @date 2022年5月25日
20700
+ /**
20701
+ * closeProcess
20702
+ * @desc:关闭弹窗
20703
+ * @author liufan
20704
+ * @param {boolean} val 当前是否办理流程
20705
+ * @param {String} type 当前点击的弹窗类型
20706
+ * @date 2022年5月25日
20393
20707
  **/
20394
20708
  closeProcess: function closeProcess(val, type, closeParent) {
20395
20709
  if (closeParent) {
@@ -20406,23 +20720,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20406
20720
  }
20407
20721
  },
20408
20722
 
20409
- /**
20410
- * selectChange
20411
- * @desc:常用语选择
20412
- * @author liufan
20413
- * @param {String} val 选中值
20414
- * @date 2022年5月25日
20723
+ /**
20724
+ * selectChange
20725
+ * @desc:常用语选择
20726
+ * @author liufan
20727
+ * @param {String} val 选中值
20728
+ * @date 2022年5月25日
20415
20729
  **/
20416
20730
  selectChange: function selectChange(val) {
20417
20731
  this.value = val;
20418
20732
  },
20419
20733
 
20420
- /**
20421
- * upDate
20422
- * @desc:修改常用语
20423
- * @author liufan
20424
- * @param {Object} val 修改值
20425
- * @date 2022年5月25日
20734
+ /**
20735
+ * upDate
20736
+ * @desc:修改常用语
20737
+ * @author liufan
20738
+ * @param {Object} val 修改值
20739
+ * @date 2022年5月25日
20426
20740
  **/
20427
20741
  upDate: function upDate(val) {
20428
20742
  this.FormData.id = val.id;
@@ -20430,11 +20744,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20430
20744
  },
20431
20745
 
20432
20746
 
20433
- /**
20434
- * getProcess
20435
- * @desc:获取选择流程
20436
- * @author liufan
20437
- * @date 2022年5月25日
20747
+ /**
20748
+ * getProcess
20749
+ * @desc:获取选择流程
20750
+ * @author liufan
20751
+ * @date 2022年5月25日
20438
20752
  **/
20439
20753
  getProcess: function getProcess() {
20440
20754
  var _this25 = this;
@@ -20488,11 +20802,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20488
20802
  });
20489
20803
  },
20490
20804
 
20491
- /**
20492
- * getPendedhistoryList
20493
- * @desc:获取流程列表
20494
- * @author liufan
20495
- * @date 2022年5月25日
20805
+ /**
20806
+ * getPendedhistoryList
20807
+ * @desc:获取流程列表
20808
+ * @author liufan
20809
+ * @date 2022年5月25日
20496
20810
  **/
20497
20811
  getPendedhistoryList: function getPendedhistoryList() {
20498
20812
  var _this26 = this;
@@ -20524,12 +20838,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20524
20838
  },
20525
20839
 
20526
20840
  // 提交流程
20527
- /**
20528
- * subProcess
20529
- * @desc:提交流程
20530
- * @author liufan
20531
- * @param {String} formName 当前form表单ref值
20532
- * @date 2022年5月25日
20841
+ /**
20842
+ * subProcess
20843
+ * @desc:提交流程
20844
+ * @author liufan
20845
+ * @param {String} formName 当前form表单ref值
20846
+ * @date 2022年5月25日
20533
20847
  **/
20534
20848
  subProcess: function subProcess(val) {
20535
20849
  var _this27 = this;
@@ -21125,8 +21439,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
21125
21439
  )
21126
21440
 
21127
21441
  /* harmony default export */ var supervise = (supervise_component.exports);
21128
- // 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=e4a9ba50&
21129
- var Circulatevue_type_template_id_e4a9ba50_render = function () {
21442
+ // 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=43730f28&
21443
+ var Circulatevue_type_template_id_43730f28_render = function () {
21130
21444
  var _vm = this
21131
21445
  var _h = _vm.$createElement
21132
21446
  var _c = _vm._self._c || _h
@@ -21150,7 +21464,7 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
21150
21464
  ref: "infoList",
21151
21465
  attrs: {
21152
21466
  model: _vm.infoList,
21153
- "label-width": "120px",
21467
+ "label-width": "100px",
21154
21468
  "label-position": _vm.labelPosition,
21155
21469
  },
21156
21470
  },
@@ -21165,7 +21479,7 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
21165
21479
  nextUser: _vm.infoList.nextCurrentOrgObj,
21166
21480
  multiple: _vm.newMultiple,
21167
21481
  mix: "",
21168
- types: ["department", "employee"],
21482
+ types: ["employee", "persongroup"],
21169
21483
  params: _vm.params,
21170
21484
  },
21171
21485
  on: {
@@ -21187,7 +21501,7 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
21187
21501
  nextUser: _vm.infoList.nextOtherOrgObj,
21188
21502
  multiple: _vm.newMultiple,
21189
21503
  mix: "",
21190
- types: ["enterprise", "department"],
21504
+ types: ["enterprise", "filgroup"],
21191
21505
  params: _vm.otherParams,
21192
21506
  },
21193
21507
  on: {
@@ -21318,11 +21632,11 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
21318
21632
  1
21319
21633
  )
21320
21634
  }
21321
- var Circulatevue_type_template_id_e4a9ba50_staticRenderFns = []
21322
- Circulatevue_type_template_id_e4a9ba50_render._withStripped = true
21635
+ var Circulatevue_type_template_id_43730f28_staticRenderFns = []
21636
+ Circulatevue_type_template_id_43730f28_render._withStripped = true
21323
21637
 
21324
21638
 
21325
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=e4a9ba50&
21639
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=43730f28&
21326
21640
 
21327
21641
  // 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&
21328
21642
  var Circulatevue_type_script_lang_js_components;
@@ -21434,7 +21748,8 @@ var Circulatevue_type_script_lang_js_components;
21434
21748
  labelPosition: {
21435
21749
  type: String,
21436
21750
  default: 'left'
21437
- }
21751
+ },
21752
+ startFlowPageEmbeddedIntoStartFlowIndex: { type: Boolean, default: false }
21438
21753
  },
21439
21754
  inheritAttrs: false,
21440
21755
  data: function data() {
@@ -21529,7 +21844,7 @@ var Circulatevue_type_script_lang_js_components;
21529
21844
  }
21530
21845
 
21531
21846
  var param = {
21532
- url: this.showBtn ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
21847
+ url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
21533
21848
  data: {
21534
21849
  opinion: opinion,
21535
21850
  businessId: businessId,
@@ -21543,10 +21858,12 @@ var Circulatevue_type_script_lang_js_components;
21543
21858
  headers: { Accept: 'application/json,text/plain' },
21544
21859
  method: 'POST'
21545
21860
  };
21546
- if (!this.showBtn) {
21861
+ if (!this.showBtn && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
21547
21862
  param.data.pendingId = this.pendingId;
21548
21863
  delete param.data.processDefinitionId;
21549
21864
  this.subLoading = util["a" /* default */].loading(this.$loading, '加载中...');
21865
+ } else if (this.startFlowPageEmbeddedIntoStartFlowIndex) {
21866
+ this.subLoading = util["a" /* default */].loading(this.$loading, '加载中...');
21550
21867
  } else {
21551
21868
  this.loading = true;
21552
21869
  }
@@ -21555,7 +21872,7 @@ var Circulatevue_type_script_lang_js_components;
21555
21872
  status = res.status,
21556
21873
  rCode = res.rCode;
21557
21874
 
21558
- if (!_this.showBtn) {
21875
+ if (!_this.showBtn || _this.startFlowPageEmbeddedIntoStartFlowIndex) {
21559
21876
  _this.subLoading.close();
21560
21877
  } else {
21561
21878
  _this.loading = false;
@@ -21567,7 +21884,11 @@ var Circulatevue_type_script_lang_js_components;
21567
21884
  _this.$message.error(message || '系统错误,请联系管理员!');
21568
21885
  }
21569
21886
  }).catch(function (err) {
21570
- _this.loading = false;
21887
+ if (!_this.showBtn || _this.startFlowPageEmbeddedIntoStartFlowIndex) {
21888
+ _this.subLoading.close();
21889
+ } else {
21890
+ _this.loading = false;
21891
+ }
21571
21892
  if (err.message && err.message !== 'canceled') {
21572
21893
  _this.$message.error(err.message);
21573
21894
  }
@@ -21690,8 +22011,8 @@ var Circulatevue_type_script_lang_js_components;
21690
22011
 
21691
22012
  var Circulate_component = Object(componentNormalizer["a" /* default */])(
21692
22013
  component_Circulatevue_type_script_lang_js_,
21693
- Circulatevue_type_template_id_e4a9ba50_render,
21694
- Circulatevue_type_template_id_e4a9ba50_staticRenderFns,
22014
+ Circulatevue_type_template_id_43730f28_render,
22015
+ Circulatevue_type_template_id_43730f28_staticRenderFns,
21695
22016
  false,
21696
22017
  null,
21697
22018
  null,
@@ -22696,6 +23017,81 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22696
23017
  //
22697
23018
  //
22698
23019
  //
23020
+ //
23021
+ //
23022
+ //
23023
+ //
23024
+ //
23025
+ //
23026
+ //
23027
+ //
23028
+ //
23029
+ //
23030
+ //
23031
+ //
23032
+ //
23033
+ //
23034
+ //
23035
+ //
23036
+ //
23037
+ //
23038
+ //
23039
+ //
23040
+ //
23041
+ //
23042
+ //
23043
+ //
23044
+ //
23045
+ //
23046
+ //
23047
+ //
23048
+ //
23049
+ //
23050
+ //
23051
+ //
23052
+ //
23053
+ //
23054
+ //
23055
+ //
23056
+ //
23057
+ //
23058
+ //
23059
+ //
23060
+ //
23061
+ //
23062
+ //
23063
+ //
23064
+ //
23065
+ //
23066
+ //
23067
+ //
23068
+ //
23069
+ //
23070
+ //
23071
+ //
23072
+ //
23073
+ //
23074
+ //
23075
+ //
23076
+ //
23077
+ //
23078
+ //
23079
+ //
23080
+ //
23081
+ //
23082
+ //
23083
+ //
23084
+ //
23085
+ //
23086
+ //
23087
+ //
23088
+ //
23089
+ //
23090
+ //
23091
+ //
23092
+ //
23093
+ //
23094
+ //
22699
23095
 
22700
23096
 
22701
23097
 
@@ -22725,6 +23121,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22725
23121
  pendingId: { type: String, default: '' },
22726
23122
  nodeName: { type: String, default: '' },
22727
23123
  typeCode: { type: String, default: '' },
23124
+ selectorConfig: { type: [Object, undefined], default: undefined },
22728
23125
  flowTypeCode: { type: String, default: '' },
22729
23126
  defaultProcessKey: { type: String, default: '' },
22730
23127
  hideBtn: { type: Boolean, default: false },
@@ -22733,6 +23130,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22733
23130
  type: String,
22734
23131
  default: 'left'
22735
23132
  },
23133
+ flowListDisabled: {
23134
+ type: Boolean,
23135
+ default: false
23136
+ },
22736
23137
  btnList: {
22737
23138
  type: Array,
22738
23139
  default: function _default() {
@@ -22774,6 +23175,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22774
23175
  return _ref = {
22775
23176
  styles: {},
22776
23177
  optionsKey: 0,
23178
+ currentNodeEnableItemHandleDescription: false,
23179
+ startFlowPageEmbeddedIntoStartFlowIndex: false,
23180
+ pendingItemHandleDescription: '',
22777
23181
  currentOrgSelectorParams: { filid: '' },
22778
23182
  currentOrgSelectorTabs: ['employee', 'persongroup'],
22779
23183
  foreignOrgSelectorTabs: ['enterprise', 'filgroupobj'],
@@ -22910,6 +23314,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22910
23314
  nextReadUserId: [], //分阅用户
22911
23315
  presetReadUserId: [], //自动分阅
22912
23316
  handleExplain: '', //办理意见
23317
+ nextItemHandleDescription: '', //下步说明
22913
23318
  notificationType: [], // 通知方式
22914
23319
  isLimitedTime: '2', // 是否限时办理
22915
23320
  mainSubId: ''
@@ -23066,15 +23471,15 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23066
23471
  _this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
23067
23472
  _this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
23068
23473
 
23069
- if (_this.directCreateCircularReadWhenFlowStarted) {
23070
- _this.nodeInfo.option.map(function (item) {
23071
- item.disabled = item.processDefId != processDefinitionId;
23072
- });
23073
- } else {
23074
- _this.nodeInfo.option.map(function (item) {
23075
- item.disabled = false;
23076
- });
23077
- }
23474
+ // if (this.directCreateCircularReadWhenFlowStarted) {
23475
+ // this.nodeInfo.option.map((item) => {
23476
+ // item.disabled = item.processDefId != processDefinitionId;
23477
+ // });
23478
+ // } else {
23479
+ // this.nodeInfo.option.map((item) => {
23480
+ // item.disabled = false;
23481
+ // });
23482
+ // }
23078
23483
  _this.optionsKey++;
23079
23484
  _this.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
23080
23485
  }
@@ -23314,7 +23719,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23314
23719
 
23315
23720
  var params = {
23316
23721
  url: api["d" /* checkBusinessIdStartedReadTransferHandle */],
23317
- params: { readTransferHandleBusinessId: readTransferHandleBusinessId, readTransferHandleProcessKey: readTransferHandleProcessKey }
23722
+ params: {
23723
+ readTransferHandleBusinessId: readTransferHandleBusinessId,
23724
+ readTransferHandleProcessKey: readTransferHandleProcessKey,
23725
+ pendingId: this.pendingId
23726
+ }
23318
23727
  };
23319
23728
  util["a" /* default */].ajax(params).then(function (res) {
23320
23729
  _this5.loading.close();
@@ -23426,11 +23835,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23426
23835
  });
23427
23836
  },
23428
23837
 
23429
- /**
23430
- * saveInfo
23431
- * @desc:暂存
23432
- * @author liufan
23433
- * @date 2022年9月9日
23838
+ /**
23839
+ * saveInfo
23840
+ * @desc:暂存
23841
+ * @author liufan
23842
+ * @date 2022年9月9日
23434
23843
  **/
23435
23844
  saveInfo: function saveInfo(type, btn) {
23436
23845
  var _this9 = this;
@@ -23492,11 +23901,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23492
23901
  });
23493
23902
  },
23494
23903
 
23495
- /**
23496
- * rejectBtn
23497
- * @desc:点击驳回
23498
- * @author liufan
23499
- * @date 2022年5月25日
23904
+ /**
23905
+ * rejectBtn
23906
+ * @desc:点击驳回
23907
+ * @author liufan
23908
+ * @date 2022年5月25日
23500
23909
  **/
23501
23910
  rejectBtn: function rejectBtn() {
23502
23911
  var _this11 = this;
@@ -23514,11 +23923,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23514
23923
  }
23515
23924
  },
23516
23925
 
23517
- /**
23518
- * taskReadBtn
23519
- * @desc:点击分阅
23520
- * @author liufan
23521
- * @date 2022年5月25日
23926
+ /**
23927
+ * taskReadBtn
23928
+ * @desc:点击分阅
23929
+ * @author liufan
23930
+ * @date 2022年5月25日
23522
23931
  **/
23523
23932
  taskReadBtn: function taskReadBtn() {
23524
23933
  var _this12 = this;
@@ -23537,11 +23946,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23537
23946
  }
23538
23947
  },
23539
23948
 
23540
- /**
23541
- * getFind
23542
- * @desc:获取通知方式
23543
- * @author liufan
23544
- * @date 2022年5月25日
23949
+ /**
23950
+ * getFind
23951
+ * @desc:获取通知方式
23952
+ * @author liufan
23953
+ * @date 2022年5月25日
23545
23954
  **/
23546
23955
  getFind: function getFind() {
23547
23956
  var _this13 = this;
@@ -23607,12 +24016,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23607
24016
  });
23608
24017
  },
23609
24018
 
23610
- /**
23611
- * endFlows
23612
- * @desc:直接办结
23613
- * @author liufan
23614
- * @param {Object} res 直接办结数据
23615
- * @date 2022年5月25日
24019
+ /**
24020
+ * endFlows
24021
+ * @desc:直接办结
24022
+ * @author liufan
24023
+ * @param {Object} res 直接办结数据
24024
+ * @date 2022年5月25日
23616
24025
  **/
23617
24026
  endFlows: function endFlows(res) {
23618
24027
  var _this15 = this;
@@ -23667,12 +24076,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23667
24076
  }).catch(function (e) {});
23668
24077
  },
23669
24078
 
23670
- /**
23671
- * goView
23672
- * @desc:更多流程按钮操作
23673
- * @author liufan
23674
- * @param {Object} res 当前点击操作按钮数据
23675
- * @date 2022年5月25日
24079
+ /**
24080
+ * goView
24081
+ * @desc:更多流程按钮操作
24082
+ * @author liufan
24083
+ * @param {Object} res 当前点击操作按钮数据
24084
+ * @date 2022年5月25日
23676
24085
  **/
23677
24086
  goView: function goView(res) {
23678
24087
  // 驳回并办结:rejectAndEndHtml
@@ -23757,11 +24166,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23757
24166
  // isCanStartSubFlow
23758
24167
  },
23759
24168
 
23760
- /**
23761
- * toTakeAdvice
23762
- * @desc:征求意见
23763
- * @author liufan
23764
- * @date 2022年9月29日
24169
+ /**
24170
+ * toTakeAdvice
24171
+ * @desc:征求意见
24172
+ * @author liufan
24173
+ * @date 2022年9月29日
23765
24174
  **/
23766
24175
  toTakeAdvice: function toTakeAdvice(res) {
23767
24176
  var _this17 = this;
@@ -23805,11 +24214,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23805
24214
  });
23806
24215
  },
23807
24216
 
23808
- /**
23809
- * toStartDraf
23810
- * @desc: 稿件递送、联合审核、复核
23811
- * @author liufan
23812
- * @date 2022年9月29日
24217
+ /**
24218
+ * toStartDraf
24219
+ * @desc: 稿件递送、联合审核、复核
24220
+ * @author liufan
24221
+ * @date 2022年9月29日
23813
24222
  **/
23814
24223
  toStartDraf: function toStartDraf(res) {
23815
24224
  var _this19 = this;
@@ -23823,11 +24232,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23823
24232
  }
23824
24233
  },
23825
24234
 
23826
- /**
23827
- * toSendMsg
23828
- * @desc:核稿通知
23829
- * @author liufan
23830
- * @date 2022年9月29日
24235
+ /**
24236
+ * toSendMsg
24237
+ * @desc:核稿通知
24238
+ * @author liufan
24239
+ * @date 2022年9月29日
23831
24240
  **/
23832
24241
  toSendMsg: function toSendMsg(res) {
23833
24242
  var _this20 = this;
@@ -23841,11 +24250,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23841
24250
  }
23842
24251
  },
23843
24252
 
23844
- /**
23845
- * toTaskReadAndEnd
23846
- * @desc:分阅并办结
23847
- * @author liufan
23848
- * @date 2022年9月29日
24253
+ /**
24254
+ * toTaskReadAndEnd
24255
+ * @desc:分阅并办结
24256
+ * @author liufan
24257
+ * @date 2022年9月29日
23849
24258
  **/
23850
24259
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
23851
24260
  var _this21 = this;
@@ -23863,11 +24272,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23863
24272
  }
23864
24273
  },
23865
24274
 
23866
- /**
23867
- * rejectAndEnd
23868
- * @desc:驳回并办结
23869
- * @author liufan
23870
- * @date 2022年9月29日
24275
+ /**
24276
+ * rejectAndEnd
24277
+ * @desc:驳回并办结
24278
+ * @author liufan
24279
+ * @date 2022年9月29日
23871
24280
  **/
23872
24281
  rejectAndEnd: function rejectAndEnd(res) {
23873
24282
  var _this22 = this;
@@ -23923,11 +24332,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23923
24332
  });
23924
24333
  },
23925
24334
 
23926
- /**
23927
- * toTransfer
23928
- * @desc:转办
23929
- * @author liufan
23930
- * @date 2022年9月29日
24335
+ /**
24336
+ * toTransfer
24337
+ * @desc:转办
24338
+ * @author liufan
24339
+ * @date 2022年9月29日
23931
24340
  **/
23932
24341
  toTransfer: function toTransfer(res) {
23933
24342
  var _this24 = this;
@@ -23943,11 +24352,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23943
24352
  }
23944
24353
  },
23945
24354
 
23946
- /**
23947
- * getNodeInfo
23948
- * @desc:获取节点信息
23949
- * @author liufan
23950
- * @date 2022年5月25日
24355
+ /**
24356
+ * getNodeInfo
24357
+ * @desc:获取节点信息
24358
+ * @author liufan
24359
+ * @date 2022年5月25日
23951
24360
  **/
23952
24361
  getNodeInfo: function getNodeInfo() {
23953
24362
  var _this25 = this;
@@ -23967,6 +24376,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23967
24376
 
23968
24377
  _this25.loading.close();
23969
24378
  if (status === 'success') {
24379
+ _this25.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
23970
24380
  _this25.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
23971
24381
  data.otherOrgDisabledObjId && (_this25.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
23972
24382
  data.currentOrgDisabledObjId && (_this25.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
@@ -24050,12 +24460,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24050
24460
  });
24051
24461
  },
24052
24462
 
24053
- /**
24054
- * selecNext
24055
- * @desc:下步节点变化时更新数据
24056
- * @author liufan
24057
- * @param {String} val 当前选中值
24058
- * @date 2022年5月25日
24463
+ /**
24464
+ * selecNext
24465
+ * @desc:下步节点变化时更新数据
24466
+ * @author liufan
24467
+ * @param {String} val 当前选中值
24468
+ * @date 2022年5月25日
24059
24469
  **/
24060
24470
  selecNext: function selecNext(val, type, isDef) {
24061
24471
  var _this26 = this;
@@ -24165,11 +24575,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24165
24575
  this.getNodeInfo();
24166
24576
  },
24167
24577
 
24168
- /**
24169
- * isMultiple
24170
- * @desc:是否多选
24171
- * @author liufan
24172
- * @date 2022年9月13日
24578
+ /**
24579
+ * isMultiple
24580
+ * @desc:是否多选
24581
+ * @author liufan
24582
+ * @date 2022年9月13日
24173
24583
  **/
24174
24584
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
24175
24585
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -24201,11 +24611,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24201
24611
  }
24202
24612
  },
24203
24613
 
24204
- /**
24205
- * getHedInfo
24206
- * @desc:获取审核页面数据
24207
- * @author liufan
24208
- * @date 2022年5月25日
24614
+ /**
24615
+ * getHedInfo
24616
+ * @desc:获取审核页面数据
24617
+ * @author liufan
24618
+ * @date 2022年5月25日
24209
24619
  **/
24210
24620
  getHedInfo: function getHedInfo() {
24211
24621
  var _this27 = this;
@@ -24236,6 +24646,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24236
24646
  nextNodeCheckType = _res$data2.nextNodeCheckType,
24237
24647
  pOrgId = _res$data2.pOrgId,
24238
24648
  currentOrgName = _res$data2.currentOrgName,
24649
+ pendingItemHandleDescription = _res$data2.pendingItemHandleDescription,
24239
24650
  currentOrgSelectorParams = _res$data2.currentOrgSelectorParams,
24240
24651
  otherOrgName = _res$data2.otherOrgName,
24241
24652
  taskExamine = _res$data2.taskExamine,
@@ -24258,18 +24669,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24258
24669
  }
24259
24670
  _this27.$emit('startTaskRead', res);
24260
24671
  _this27.$emit('start-task-read', res);
24672
+ _this27.pendingItemHandleDescription = pendingItemHandleDescription;
24261
24673
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
24262
24674
  _this27.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
24263
24675
  var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
24264
24676
  _this27.currentOrgSelectorTabs.map(function (x, i) {
24265
- _this27.currentOrgSelectorParams[x] = { filid: currentOrgparams[i] == 'my' ? choiceOrgId : param[i] };
24677
+ _this27.currentOrgSelectorParams[x] = {
24678
+ filid: currentOrgparams[i] == 'my' ? choiceOrgId : param[i]
24679
+ };
24266
24680
  });
24267
24681
  }
24268
24682
  if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
24269
24683
  _this27.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
24270
24684
  var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
24271
24685
  _this27.foreignOrgSelectorTabs.map(function (x, i) {
24272
- _this27.foreignOrgSelectorParams[x] = { filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] };
24686
+ _this27.foreignOrgSelectorParams[x] = {
24687
+ filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i]
24688
+ };
24273
24689
  });
24274
24690
  }
24275
24691
  _this27.circularReadParamsMap = circularReadParamsMap || {};
@@ -24279,6 +24695,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24279
24695
  _this27.currentOrgName = currentOrgName;
24280
24696
  _this27.nextOperateCheckType = nextOperateCheckType;
24281
24697
  _this27.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
24698
+
24282
24699
  _this27.readOnlyNotificationType = readOnlyNotificationType;
24283
24700
  _this27.isSpecial = isSpecial;
24284
24701
  _this27.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
@@ -24471,13 +24888,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24471
24888
  });
24472
24889
  },
24473
24890
 
24474
- /**
24475
- * closeProcess
24476
- * @desc:关闭弹窗
24477
- * @author liufan
24478
- * @param {boolean} val 当前是否办理流程
24479
- * @param {String} type 当前点击的弹窗类型
24480
- * @date 2022年5月25日
24891
+ /**
24892
+ * closeProcess
24893
+ * @desc:关闭弹窗
24894
+ * @author liufan
24895
+ * @param {boolean} val 当前是否办理流程
24896
+ * @param {String} type 当前点击的弹窗类型
24897
+ * @date 2022年5月25日
24481
24898
  **/
24482
24899
  closeProcess: function closeProcess(val, type, closeParent) {
24483
24900
  if (closeParent) {
@@ -24497,23 +24914,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24497
24914
  }
24498
24915
  },
24499
24916
 
24500
- /**
24501
- * selectChange
24502
- * @desc:常用语选择
24503
- * @author liufan
24504
- * @param {String} val 选中值
24505
- * @date 2022年5月25日
24917
+ /**
24918
+ * selectChange
24919
+ * @desc:常用语选择
24920
+ * @author liufan
24921
+ * @param {String} val 选中值
24922
+ * @date 2022年5月25日
24506
24923
  **/
24507
24924
  selectChange: function selectChange(val) {
24508
24925
  this.value = val;
24509
24926
  },
24510
24927
 
24511
- /**
24512
- * upDate
24513
- * @desc:修改常用语
24514
- * @author liufan
24515
- * @param {Object} val 修改值
24516
- * @date 2022年5月25日
24928
+ /**
24929
+ * upDate
24930
+ * @desc:修改常用语
24931
+ * @author liufan
24932
+ * @param {Object} val 修改值
24933
+ * @date 2022年5月25日
24517
24934
  **/
24518
24935
  upDate: function upDate(val) {
24519
24936
  this.FormData.id = val.id;
@@ -24521,11 +24938,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24521
24938
  },
24522
24939
 
24523
24940
 
24524
- /**
24525
- * getProcess
24526
- * @desc:获取选择流程
24527
- * @author liufan
24528
- * @date 2022年5月25日
24941
+ /**
24942
+ * getProcess
24943
+ * @desc:获取选择流程
24944
+ * @author liufan
24945
+ * @date 2022年5月25日
24529
24946
  **/
24530
24947
  getProcess: function getProcess(val) {
24531
24948
  var _this28 = this;
@@ -24552,6 +24969,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24552
24969
  if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
24553
24970
  _this28.$message.error('流程不存在或未关联对应流程!');
24554
24971
  } else {
24972
+ _this28.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
24555
24973
  _this28.nodeInfo.option = data.definitionList;
24556
24974
  _this28.nodeInfo.nextNode = data.definitionList.filter(function (item) {
24557
24975
  return item.processDefKey == _this28.defaultProcessKey;
@@ -24580,11 +24998,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24580
24998
  });
24581
24999
  },
24582
25000
 
24583
- /**
24584
- * getPendedhistoryList
24585
- * @desc:获取流程列表
24586
- * @author liufan
24587
- * @date 2022年5月25日
25001
+ /**
25002
+ * getPendedhistoryList
25003
+ * @desc:获取流程列表
25004
+ * @author liufan
25005
+ * @date 2022年5月25日
24588
25006
  **/
24589
25007
  getPendedhistoryList: function getPendedhistoryList() {
24590
25008
  var _this29 = this;
@@ -24652,16 +25070,24 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24652
25070
  },
24653
25071
 
24654
25072
  // 提交流程
24655
- /**
24656
- * subProcess
24657
- * @desc:提交流程
24658
- * @author liufan
24659
- * @param {String} formName 当前form表单ref值
24660
- * @date 2022年5月25日
25073
+ /**
25074
+ * subProcess
25075
+ * @desc:提交流程
25076
+ * @author liufan
25077
+ * @param {String} formName 当前form表单ref值
25078
+ * @date 2022年5月25日
24661
25079
  **/
24662
25080
  subProcess: function subProcess(val, type) {
24663
25081
  var _this31 = this;
24664
25082
 
25083
+ if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
25084
+ if (this.directCreateCircularReadWhenFlowStarted) {
25085
+ this.$refs.flowCirculate.subMit();
25086
+ } else {
25087
+ this.$refs.processFormIndex.subProcess('nextNode');
25088
+ }
25089
+ return;
25090
+ }
24665
25091
  return this.$refs['nextNode'].validate(function (valid) {
24666
25092
  if (valid) {
24667
25093
  if (_this31.isSubmitButtonShowAgreeAndDisagree == 1) {
@@ -24757,13 +25183,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24757
25183
 
24758
25184
  this.$refs['nextNode'].validate(function () {
24759
25185
  var _ref2 = mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee(valid) {
24760
- var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap;
25186
+ var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap, currentNodeEnableItemHandleDescription;
24761
25187
  return regenerator_default.a.wrap(function _callee$(_context) {
24762
25188
  while (1) {
24763
25189
  switch (_context.prev = _context.next) {
24764
25190
  case 0:
24765
25191
  if (!valid) {
24766
- _context.next = 51;
25192
+ _context.next = 52;
24767
25193
  break;
24768
25194
  }
24769
25195
 
@@ -24877,7 +25303,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24877
25303
 
24878
25304
  case 33:
24879
25305
  _this33.loading = util["a" /* default */].loading(_this33.$loading, '提交中...');
24880
- isEndUserTask = _this33.isEndUserTask, choiceOrgId = _this33.choiceOrgId, choiceDeptId = _this33.choiceDeptId, pOrgId = _this33.pOrgId, taskExamineInfo = _this33.taskExamineInfo, currentNodeIsCircularReadNode = _this33.currentNodeIsCircularReadNode, needRetrialAuth = _this33.needRetrialAuth, circularReadParamsMap = _this33.circularReadParamsMap;
25306
+ isEndUserTask = _this33.isEndUserTask, choiceOrgId = _this33.choiceOrgId, choiceDeptId = _this33.choiceDeptId, pOrgId = _this33.pOrgId, taskExamineInfo = _this33.taskExamineInfo, currentNodeIsCircularReadNode = _this33.currentNodeIsCircularReadNode, needRetrialAuth = _this33.needRetrialAuth, circularReadParamsMap = _this33.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this33.currentNodeEnableItemHandleDescription;
24881
25307
 
24882
25308
  params.isEndUserTask = isEndUserTask;
24883
25309
  params.choiceOrgId = choiceOrgId;
@@ -24894,7 +25320,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24894
25320
  if (currentNodeIsCircularReadNode) {
24895
25321
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
24896
25322
  }
24897
-
25323
+ if (!currentNodeEnableItemHandleDescription) {
25324
+ delete params.nextItemHandleDescription;
25325
+ }
24898
25326
  return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Mb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
24899
25327
  var status = res.status,
24900
25328
  message = res.message;
@@ -24913,10 +25341,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24913
25341
  }
24914
25342
  }));
24915
25343
 
24916
- case 51:
25344
+ case 52:
24917
25345
  return _context.abrupt('return', false);
24918
25346
 
24919
- case 52:
25347
+ case 53:
24920
25348
  case 'end':
24921
25349
  return _context.stop();
24922
25350
  }