eoss-ui 0.6.77 → 0.6.79

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 +1602 -995
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +1137 -530
  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 +1214 -1096
  61. package/packages/flow/src/processReject.vue +294 -294
  62. package/packages/flow/src/reset.vue +918 -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=b92af252&
4473
4473
  var render = function () {
4474
4474
  var _vm = this
4475
4475
  var _h = _vm.$createElement
@@ -4483,9 +4483,16 @@ var render = function () {
4483
4483
  style: _vm.styles,
4484
4484
  },
4485
4485
  [
4486
- _vm.showCirculate
4486
+ _vm.showCirculate && _vm.newTypeCode != "fenyue"
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,12 +5014,17 @@ 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
  },
4994
5024
  [
4995
- _vm.isFlow && _vm.nodeInfo.option.length > 0
5025
+ _vm.isFlow &&
5026
+ _vm.nodeInfo.option.length > 0 &&
5027
+ !_vm.flowListDisabled
4996
5028
  ? _c(
4997
5029
  "el-form-item",
4998
5030
  {
@@ -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=b92af252&
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=7d7a1c8e&
8342
+ var processFormvue_type_template_id_7d7a1c8e_render = function () {
8165
8343
  var _vm = this
8166
8344
  var _h = _vm.$createElement
8167
8345
  var _c = _vm._self._c || _h
@@ -8192,23 +8370,30 @@ 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(
8210
8387
  "el-form-item",
8211
8388
  {
8389
+ directives: [
8390
+ {
8391
+ name: "show",
8392
+ rawName: "v-show",
8393
+ value: _vm.showBtn,
8394
+ expression: "showBtn",
8395
+ },
8396
+ ],
8212
8397
  attrs: {
8213
8398
  prop: "nodeName",
8214
8399
  label: "当前节点",
@@ -8286,27 +8471,49 @@ var processFormvue_type_template_id_39873a24_render = function () {
8286
8471
  },
8287
8472
  },
8288
8473
  [
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)
8474
+ _vm.nextOperateCheckType == "select"
8475
+ ? _c(
8476
+ "el-select",
8477
+ {
8478
+ attrs: { placeholder: "请选择下步操作" },
8479
+ on: { change: _vm.selecNext },
8480
+ model: {
8481
+ value: _vm.nextNode.nextOperate,
8482
+ callback: function ($$v) {
8483
+ _vm.$set(_vm.nextNode, "nextOperate", $$v)
8484
+ },
8485
+ expression: "nextNode.nextOperate",
8486
+ },
8487
+ },
8488
+ _vm._l(_vm.operationList, function (items) {
8489
+ return _c("el-option", {
8490
+ key: items.key,
8491
+ attrs: { label: items.value, value: items.key },
8492
+ })
8493
+ }),
8494
+ 1
8495
+ )
8496
+ : _vm.nextOperateCheckType == "radio"
8497
+ ? _c("es-radio-group", {
8498
+ attrs: {
8499
+ data: _vm.operationList,
8500
+ "value-key": "key",
8501
+ "label-key": "value",
8502
+ },
8503
+ on: {
8504
+ change: function ($event) {
8505
+ _vm.selecNext($event, true)
8506
+ },
8507
+ },
8508
+ model: {
8509
+ value: _vm.nextNode.nextOperate,
8510
+ callback: function ($$v) {
8511
+ _vm.$set(_vm.nextNode, "nextOperate", $$v)
8512
+ },
8513
+ expression: "nextNode.nextOperate",
8298
8514
  },
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
8515
  })
8307
- }),
8308
- 1
8309
- ),
8516
+ : _vm._e(),
8310
8517
  ],
8311
8518
  1
8312
8519
  )
@@ -8359,6 +8566,7 @@ var processFormvue_type_template_id_39873a24_render = function () {
8359
8566
  "value-key": "nodeId",
8360
8567
  "label-key": "nodeName",
8361
8568
  },
8569
+ on: { change: _vm.changeSel },
8362
8570
  model: {
8363
8571
  value: _vm.nextNode.nextNode,
8364
8572
  callback: function ($$v) {
@@ -8598,7 +8806,17 @@ var processFormvue_type_template_id_39873a24_render = function () {
8598
8806
  : _vm._e(),
8599
8807
  _c(
8600
8808
  "el-form-item",
8601
- { attrs: { prop: "noticeType", label: "通知方式" } },
8809
+ {
8810
+ directives: [
8811
+ {
8812
+ name: "show",
8813
+ rawName: "v-show",
8814
+ value: _vm.showBtn,
8815
+ expression: "showBtn",
8816
+ },
8817
+ ],
8818
+ attrs: { prop: "noticeType", label: "通知方式" },
8819
+ },
8602
8820
  [
8603
8821
  _c(
8604
8822
  "el-checkbox-group",
@@ -8646,8 +8864,8 @@ var processFormvue_type_template_id_39873a24_render = function () {
8646
8864
  {
8647
8865
  name: "show",
8648
8866
  rawName: "v-show",
8649
- value: _vm.nextNode.noticeType.length != 0,
8650
- expression: "nextNode.noticeType.length != 0",
8867
+ value: _vm.nextNode.noticeType.length != 0 && _vm.showBtn,
8868
+ expression: "nextNode.noticeType.length != 0 && showBtn",
8651
8869
  },
8652
8870
  ],
8653
8871
  attrs: { prop: "nextNode", label: "通知消息" },
@@ -8738,44 +8956,150 @@ var processFormvue_type_template_id_39873a24_render = function () {
8738
8956
  ],
8739
8957
  1
8740
8958
  ),
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")
8959
+ _c(
8960
+ "el-form-item",
8961
+ {
8962
+ directives: [
8963
+ {
8964
+ name: "show",
8965
+ rawName: "v-show",
8966
+ value: _vm.showBtn,
8967
+ expression: "showBtn",
8968
+ },
8969
+ ],
8970
+ staticStyle: { "margin-bottom": "0px" },
8971
+ },
8972
+ [
8973
+ _c(
8974
+ "div",
8975
+ { staticStyle: { "text-align": "right" } },
8976
+ [
8977
+ _c(
8978
+ "el-button",
8979
+ {
8980
+ attrs: { type: "primary", size: "small" },
8981
+ on: {
8982
+ click: function ($event) {
8983
+ _vm.subProcess("nextNode")
8984
+ },
8753
8985
  },
8754
8986
  },
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
- ]),
8987
+ [_vm._v("\n 确认\n ")]
8988
+ ),
8989
+ _c(
8990
+ "el-button",
8991
+ { attrs: { size: "small" }, on: { click: _vm.quit } },
8992
+ [_vm._v(" 取消 ")]
8993
+ ),
8994
+ ],
8995
+ 1
8996
+ ),
8997
+ ]
8998
+ ),
8767
8999
  ],
8768
9000
  1
8769
9001
  ),
9002
+ !_vm.showBtn
9003
+ ? _c("div", { staticStyle: { padding: "5px", background: "#fff" } }, [
9004
+ _c(
9005
+ "div",
9006
+ {
9007
+ staticClass: "news",
9008
+ on: {
9009
+ click: function ($event) {
9010
+ _vm.showNews = !_vm.showNews
9011
+ },
9012
+ },
9013
+ },
9014
+ [
9015
+ _c("span", { staticClass: "news-item" }, [_vm._v("消息通知")]),
9016
+ _c("span", { class: _vm.showNews ? "show" : "sj" }),
9017
+ ]
9018
+ ),
9019
+ _vm.showNews
9020
+ ? _c(
9021
+ "div",
9022
+ { ref: "messagebox", staticStyle: { transition: "1s" } },
9023
+ [
9024
+ _c(
9025
+ "el-checkbox-group",
9026
+ {
9027
+ model: {
9028
+ value: _vm.nextNode.noticeType,
9029
+ callback: function ($$v) {
9030
+ _vm.$set(_vm.nextNode, "noticeType", $$v)
9031
+ },
9032
+ expression: "nextNode.noticeType",
9033
+ },
9034
+ },
9035
+ _vm._l(_vm.nextNode.noticeList, function (item) {
9036
+ return _c(
9037
+ "el-checkbox",
9038
+ {
9039
+ key: item.cciValue,
9040
+ attrs: {
9041
+ label: item.cciValue,
9042
+ disabled: _vm.readOnlyNotificationType
9043
+ ? _vm.readOnlyNotificationType.indexOf(
9044
+ item.cciValue
9045
+ ) != -1
9046
+ : false,
9047
+ },
9048
+ },
9049
+ [
9050
+ _vm._v(
9051
+ "\n " +
9052
+ _vm._s(item.shortName) +
9053
+ "\n "
9054
+ ),
9055
+ ]
9056
+ )
9057
+ }),
9058
+ 1
9059
+ ),
9060
+ _c("es-input", {
9061
+ directives: [
9062
+ {
9063
+ name: "show",
9064
+ rawName: "v-show",
9065
+ value: _vm.showNews,
9066
+ expression: "showNews",
9067
+ },
9068
+ ],
9069
+ staticStyle: {
9070
+ "border-color": "#ccc",
9071
+ padding: "5px",
9072
+ "border-radius": "5px",
9073
+ "font-size": "13px",
9074
+ },
9075
+ attrs: {
9076
+ autosize: "",
9077
+ type: "textarea",
9078
+ readonly: _vm.notificationMessageReadOnly,
9079
+ },
9080
+ model: {
9081
+ value: _vm.nextNode.noticeInfo,
9082
+ callback: function ($$v) {
9083
+ _vm.$set(_vm.nextNode, "noticeInfo", $$v)
9084
+ },
9085
+ expression: "nextNode.noticeInfo",
9086
+ },
9087
+ }),
9088
+ ],
9089
+ 1
9090
+ )
9091
+ : _vm._e(),
9092
+ ])
9093
+ : _vm._e(),
8770
9094
  ],
8771
9095
  1
8772
9096
  )
8773
9097
  }
8774
- var processFormvue_type_template_id_39873a24_staticRenderFns = []
8775
- processFormvue_type_template_id_39873a24_render._withStripped = true
9098
+ var processFormvue_type_template_id_7d7a1c8e_staticRenderFns = []
9099
+ processFormvue_type_template_id_7d7a1c8e_render._withStripped = true
8776
9100
 
8777
9101
 
8778
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=39873a24&
9102
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=7d7a1c8e&
8779
9103
 
8780
9104
  // 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
9105
  var selectUservue_type_template_id_49031d93_render = function () {
@@ -10561,6 +10885,52 @@ var processFormvue_type_script_lang_js_components;
10561
10885
  //
10562
10886
  //
10563
10887
  //
10888
+ //
10889
+ //
10890
+ //
10891
+ //
10892
+ //
10893
+ //
10894
+ //
10895
+ //
10896
+ //
10897
+ //
10898
+ //
10899
+ //
10900
+ //
10901
+ //
10902
+ //
10903
+ //
10904
+ //
10905
+ //
10906
+ //
10907
+ //
10908
+ //
10909
+ //
10910
+ //
10911
+ //
10912
+ //
10913
+ //
10914
+ //
10915
+ //
10916
+ //
10917
+ //
10918
+ //
10919
+ //
10920
+ //
10921
+ //
10922
+ //
10923
+ //
10924
+ //
10925
+ //
10926
+ //
10927
+ //
10928
+ //
10929
+ //
10930
+ //
10931
+ //
10932
+ //
10933
+ //
10564
10934
 
10565
10935
 
10566
10936
 
@@ -10608,17 +10978,25 @@ var processFormvue_type_script_lang_js_components;
10608
10978
  taskExamineParam: {
10609
10979
  type: String,
10610
10980
  default: ''
10611
- }
10981
+ },
10982
+ labelPosition: {
10983
+ type: String,
10984
+ default: 'left'
10985
+ },
10986
+ showBtn: { type: Boolean, default: true }
10612
10987
  },
10613
10988
  data: function data() {
10614
10989
  return {
10615
10990
  loading: false,
10616
10991
  isCustomUser: 0,
10992
+ allLoading: null,
10617
10993
  selectUser: false,
10618
10994
  multiple: false,
10619
10995
  readMultiple: true,
10620
10996
  customPresetHintMessage: '', //流程预设标题
10621
10997
  nextNodeCheckType: 'select',
10998
+ nextOperateCheckType: 'select',
10999
+ showNews: false, // 是否展示通知信息
10622
11000
  notificationMessageReadOnly: false,
10623
11001
  readOnlyNotificationType: '',
10624
11002
  show: true,
@@ -10701,7 +11079,19 @@ var processFormvue_type_script_lang_js_components;
10701
11079
 
10702
11080
  watch: {
10703
11081
  processDefinitionId: function processDefinitionId(val) {
11082
+ Object.assign(this.$data, this.$options.data());
11083
+ this.getUserInfo();
11084
+ this.getNodeType();
10704
11085
  this.getStartFlow(val);
11086
+ if (this.copyHistory) {
11087
+ this.nextNode.newOpinion = this.opinion;
11088
+ } else if (this.formType != 'readTransfer') {
11089
+ this.newOpinion = this.opinion;
11090
+ }
11091
+ // this.getStartFlow(val);
11092
+ },
11093
+ opinion: function opinion(val) {
11094
+ this.newOpinion = this.opinion;
10705
11095
  }
10706
11096
  },
10707
11097
  computed: {
@@ -10826,7 +11216,11 @@ var processFormvue_type_script_lang_js_components;
10826
11216
  this.options = [];
10827
11217
  this.selectUserList = [];
10828
11218
  this.radioList = [];
10829
- this.loading = true;
11219
+ if (this.showBtn) {
11220
+ this.loading = true;
11221
+ } else {
11222
+ this.allLoading = util["a" /* default */].loading(this.$loading, '加载中...');
11223
+ }
10830
11224
  this.nextNode.nodeInfo = this.operationList[val].list;
10831
11225
  if (this.nextNode.nodeInfo.length > 0) {
10832
11226
  this.nextNode.nextNode = this.defaultNextNode || this.nextNode.nodeInfo[0].nodeId;
@@ -10858,7 +11252,11 @@ var processFormvue_type_script_lang_js_components;
10858
11252
  _this2.nextNode.noticeList = data;
10859
11253
  }
10860
11254
  }).catch(function (err) {
10861
- _this2.loading = false;
11255
+ if (_this2.showBtn) {
11256
+ _this2.loading = false;
11257
+ } else {
11258
+ _this2.allLoading.close();
11259
+ }
10862
11260
  if (err.message && err.message !== 'canceled') {
10863
11261
  _this2.$message.error(err.message);
10864
11262
  }
@@ -10879,7 +11277,11 @@ var processFormvue_type_script_lang_js_components;
10879
11277
  _this3.nextNode.noticeInfo = res.message;
10880
11278
  }
10881
11279
  }).catch(function (err) {
10882
- _this3.loading = false;
11280
+ if (_this3.showBtn) {
11281
+ _this3.loading = false;
11282
+ } else {
11283
+ _this3.allLoading.close();
11284
+ }
10883
11285
  if (err.message && err.message !== 'canceled') {
10884
11286
  _this3.$message.error(err.message);
10885
11287
  }
@@ -10919,7 +11321,11 @@ var processFormvue_type_script_lang_js_components;
10919
11321
  return _this4.$message.warning('请选择办理对象');
10920
11322
  }
10921
11323
  }
10922
- _this4.loading = true;
11324
+ if (_this4.showBtn) {
11325
+ _this4.loading = true;
11326
+ } else {
11327
+ _this4.allLoading = util["a" /* default */].loading(_this4.$loading, '加载中...');
11328
+ }
10923
11329
  var newNextUser = [];
10924
11330
  if (_this4.multiple) {
10925
11331
  nextUser && nextUser.map(function (item) {
@@ -10953,7 +11359,9 @@ var processFormvue_type_script_lang_js_components;
10953
11359
  newParm.copyHistory = _this4.copyHistory === 'needCopyPendedHistory';
10954
11360
  newParm.startFlowParamJson = params;
10955
11361
  newParm.startFlowParamJson.businessId = _this4.id; //this.id
10956
- newParm.startFlowParamJson.taskExamineParam = { startFlowFirstNodeName: _this4.taskExamineParam };
11362
+ newParm.startFlowParamJson.taskExamineParam = {
11363
+ startFlowFirstNodeName: _this4.taskExamineParam
11364
+ };
10957
11365
  newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
10958
11366
  for (var key in _this4.taskParams) {
10959
11367
  if (Array.isArray(_this4.taskParams[key])) {
@@ -10979,7 +11387,11 @@ var processFormvue_type_script_lang_js_components;
10979
11387
  var status = res.status,
10980
11388
  message = res.message;
10981
11389
 
10982
- _this4.loading = false;
11390
+ if (_this4.showBtn) {
11391
+ _this4.loading = false;
11392
+ } else {
11393
+ _this4.allLoading.close();
11394
+ }
10983
11395
  if (status === 'success' || res.rCode == 0) {
10984
11396
  _this4.quit(true);
10985
11397
  _this4.simpleTips && _this4.$message.success('操作成功');
@@ -10987,7 +11399,11 @@ var processFormvue_type_script_lang_js_components;
10987
11399
  _this4.$message.error(message || '系统错误,请联系管理员!');
10988
11400
  }
10989
11401
  }).catch(function (err) {
10990
- _this4.loading = false;
11402
+ if (_this4.showBtn) {
11403
+ _this4.loading = false;
11404
+ } else {
11405
+ _this4.allLoading.close();
11406
+ }
10991
11407
  if (err.message && err.message !== 'canceled') {
10992
11408
  _this4.$message.error(err.message);
10993
11409
  }
@@ -11015,7 +11431,11 @@ var processFormvue_type_script_lang_js_components;
11015
11431
  countersignaturetypeText = _res$data.countersignaturetypeText,
11016
11432
  countersignaturetypeCode = _res$data.countersignaturetypeCode;
11017
11433
 
11018
- _this5.loading = false;
11434
+ if (_this5.showBtn) {
11435
+ _this5.loading = false;
11436
+ } else {
11437
+ _this5.allLoading.close();
11438
+ }
11019
11439
  if (status === 'success') {
11020
11440
  _this5.nextNode.userInfo = nextUserList;
11021
11441
  _this5.countersignaturetypeCode = countersignaturetypeCode;
@@ -11070,7 +11490,11 @@ var processFormvue_type_script_lang_js_components;
11070
11490
  }
11071
11491
  nodeId && _this5.$refs.selectUser[index].changeInfo();
11072
11492
  }).catch(function (err) {
11073
- _this5.loading = false;
11493
+ if (_this5.showBtn) {
11494
+ _this5.loading = false;
11495
+ } else {
11496
+ _this5.allLoading.close();
11497
+ }
11074
11498
  if (err.message && err.message !== 'canceled') {
11075
11499
  _this5.$message.error(err.message);
11076
11500
  }
@@ -11081,7 +11505,11 @@ var processFormvue_type_script_lang_js_components;
11081
11505
  this.options = [];
11082
11506
  this.selectUserList = [];
11083
11507
  this.radioList = [];
11084
- this.loading = true;
11508
+ if (this.showBtn) {
11509
+ this.loading = true;
11510
+ } else {
11511
+ this.allLoading = util["a" /* default */].loading(this.$loading, '加载中...');
11512
+ }
11085
11513
  this.getNodeInfos();
11086
11514
  },
11087
11515
 
@@ -11114,18 +11542,22 @@ var processFormvue_type_script_lang_js_components;
11114
11542
  _this6.$message.error(message || '系统错误,请联系管理员!');
11115
11543
  }
11116
11544
  }).catch(function (err) {
11117
- _this6.loading = false;
11545
+ if (_this6.showBtn) {
11546
+ _this6.loading = false;
11547
+ } else {
11548
+ _this6.allLoading.close();
11549
+ }
11118
11550
  if (err.message && err.message !== 'canceled') {
11119
11551
  _this6.$message.error(err.message);
11120
11552
  }
11121
11553
  });
11122
11554
  },
11123
11555
 
11124
- /**
11125
- * isMultiple
11126
- * @desc:是否多选
11127
- * @author liufan
11128
- * @date 2022年9月13日
11556
+ /**
11557
+ * isMultiple
11558
+ * @desc:是否多选
11559
+ * @author liufan
11560
+ * @date 2022年9月13日
11129
11561
  **/
11130
11562
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
11131
11563
  var multiple = false;
@@ -11164,7 +11596,11 @@ var processFormvue_type_script_lang_js_components;
11164
11596
  if (!processId) {
11165
11597
  return false;
11166
11598
  }
11167
- this.loading = true;
11599
+ if (this.showBtn) {
11600
+ this.loading = true;
11601
+ } else {
11602
+ this.allLoading = util["a" /* default */].loading(this.$loading, '加载中...');
11603
+ }
11168
11604
  this.businessId = this.id;
11169
11605
  var params = {
11170
11606
  processDefinitionId: processId, // processId || this.processDefinitionId,
@@ -11187,6 +11623,7 @@ var processFormvue_type_script_lang_js_components;
11187
11623
  _this7.quit();
11188
11624
  });
11189
11625
  data.nextNodeCheckType && (_this7.nextNodeCheckType = data.nextNodeCheckType);
11626
+ data.nextOperateCheckType && (_this7.nextOperateCheckType = data.nextOperateCheckType);
11190
11627
  _this7.customPresetHintMessage = data.customPresetHintMessage;
11191
11628
  _this7.readOnlyNotificationType = data.readOnlyNotificationType;
11192
11629
  _this7.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
@@ -11258,7 +11695,11 @@ var processFormvue_type_script_lang_js_components;
11258
11695
  _this7.$message.error(message || '系统错误,请联系管理员!');
11259
11696
  }
11260
11697
  }).catch(function (err) {
11261
- _this7.loading = false;
11698
+ if (_this7.showBtn) {
11699
+ _this7.loading = false;
11700
+ } else {
11701
+ _this7.allLoading.close();
11702
+ }
11262
11703
  if (err.message && err.message !== 'canceled') {
11263
11704
  _this7.$message.error(err.message);
11264
11705
  }
@@ -11278,8 +11719,8 @@ var processFormvue_type_script_lang_js_components;
11278
11719
 
11279
11720
  var processForm_component = Object(componentNormalizer["a" /* default */])(
11280
11721
  src_processFormvue_type_script_lang_js_,
11281
- processFormvue_type_template_id_39873a24_render,
11282
- processFormvue_type_template_id_39873a24_staticRenderFns,
11722
+ processFormvue_type_template_id_7d7a1c8e_render,
11723
+ processFormvue_type_template_id_7d7a1c8e_staticRenderFns,
11283
11724
  false,
11284
11725
  null,
11285
11726
  null,
@@ -12709,8 +13150,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
12709
13150
  )
12710
13151
 
12711
13152
  /* 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 () {
13153
+ // 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&
13154
+ var startTaskReadvue_type_template_id_6faa6bf1_render = function () {
12714
13155
  var _vm = this
12715
13156
  var _h = _vm.$createElement
12716
13157
  var _c = _vm._self._c || _h
@@ -12809,16 +13250,18 @@ var startTaskReadvue_type_template_id_f3f6be4e_render = function () {
12809
13250
  multiple: _vm.type != "transfer" ? _vm.multiple : false,
12810
13251
  mix: _vm.type != "transfer",
12811
13252
  selectUserList: _vm.selectUserList,
12812
- types:
12813
- _vm.type == "transfer"
12814
- ? ["employee", "persongroup"]
12815
- : [
12816
- "employee",
12817
- "enterprise",
12818
- "department",
12819
- "persongroup",
12820
- ],
13253
+ types: _vm.selectorTabs
13254
+ ? _vm.selectorTabs
13255
+ : _vm.type == "transfer"
13256
+ ? ["employee", "persongroup"]
13257
+ : [
13258
+ "employee",
13259
+ "enterprise",
13260
+ "department",
13261
+ "persongroup",
13262
+ ],
12821
13263
  tabs: _vm.tabs,
13264
+ params: _vm.selectorParams,
12822
13265
  where: { type: "user" },
12823
13266
  },
12824
13267
  on: {
@@ -13134,11 +13577,11 @@ var startTaskReadvue_type_template_id_f3f6be4e_render = function () {
13134
13577
  1
13135
13578
  )
13136
13579
  }
13137
- var startTaskReadvue_type_template_id_f3f6be4e_staticRenderFns = []
13138
- startTaskReadvue_type_template_id_f3f6be4e_render._withStripped = true
13580
+ var startTaskReadvue_type_template_id_6faa6bf1_staticRenderFns = []
13581
+ startTaskReadvue_type_template_id_6faa6bf1_render._withStripped = true
13139
13582
 
13140
13583
 
13141
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=f3f6be4e&
13584
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=6faa6bf1&
13142
13585
 
13143
13586
  // 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
13587
  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 +13755,9 @@ var startTaskReadvue_type_script_lang_js_components;
13312
13755
  //
13313
13756
  //
13314
13757
  //
13758
+ //
13759
+ //
13760
+ //
13315
13761
 
13316
13762
 
13317
13763
 
@@ -13327,6 +13773,7 @@ var startTaskReadvue_type_script_lang_js_components;
13327
13773
  option: { type: String, default: '' },
13328
13774
  typeCode: { type: String, default: '' },
13329
13775
  resetAppId: { type: String, default: '' },
13776
+ selectorConfig: { type: [Object, undefined], default: undefined },
13330
13777
  param: { type: Object, default: function _default() {} },
13331
13778
  taskExamine: { type: Object, default: function _default() {} },
13332
13779
  readParams: {
@@ -13340,6 +13787,8 @@ var startTaskReadvue_type_script_lang_js_components;
13340
13787
  newsNoice: '',
13341
13788
  readOnlyNotificationType: '',
13342
13789
  notificationMessageReadOnly: false,
13790
+ selectorTabs: null,
13791
+ selectorParams: null,
13343
13792
  nextNode: {
13344
13793
  nextUser: [],
13345
13794
  userInfo: [],
@@ -13398,9 +13847,17 @@ var startTaskReadvue_type_script_lang_js_components;
13398
13847
  if (util["a" /* default */].getStorage('mainConfig')) {
13399
13848
  this.orgId = JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
13400
13849
  }
13850
+ if (this.selectorConfig) {
13851
+ this.getSelectorConfig();
13852
+ }
13401
13853
  },
13402
13854
 
13403
13855
  methods: {
13856
+ getSelectorConfig: function getSelectorConfig() {
13857
+ this.selectorTabs = this.selectorConfig.type.split(',');
13858
+ this.selectorParams = this.selectorConfig.params;
13859
+ },
13860
+
13404
13861
  //获取通知信息
13405
13862
  getMessage: function getMessage() {
13406
13863
  var _this = this;
@@ -13562,7 +14019,10 @@ var startTaskReadvue_type_script_lang_js_components;
13562
14019
 
13563
14020
  var params = {
13564
14021
  url: api["bc" /* toStartTaskRead */],
13565
- params: startTaskReadvue_type_script_lang_js_extends({ pendingId: this.pendingId, taskAction: this.type }, this.param)
14022
+ params: startTaskReadvue_type_script_lang_js_extends({
14023
+ pendingId: this.pendingId,
14024
+ taskAction: this.type
14025
+ }, this.param)
13566
14026
  };
13567
14027
  if (this.typeCode == 'read') {
13568
14028
  delete params.params.pendingId;
@@ -13831,8 +14291,8 @@ var startTaskReadvue_type_script_lang_js_components;
13831
14291
 
13832
14292
  var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
13833
14293
  src_startTaskReadvue_type_script_lang_js_,
13834
- startTaskReadvue_type_template_id_f3f6be4e_render,
13835
- startTaskReadvue_type_template_id_f3f6be4e_staticRenderFns,
14294
+ startTaskReadvue_type_template_id_6faa6bf1_render,
14295
+ startTaskReadvue_type_template_id_6faa6bf1_staticRenderFns,
13836
14296
  false,
13837
14297
  null,
13838
14298
  null,
@@ -13841,8 +14301,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
13841
14301
  )
13842
14302
 
13843
14303
  /* 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 () {
14304
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=73aacad2&
14305
+ var resetvue_type_template_id_73aacad2_render = function () {
13846
14306
  var _vm = this
13847
14307
  var _h = _vm.$createElement
13848
14308
  var _c = _vm._self._c || _h
@@ -13944,27 +14404,48 @@ var resetvue_type_template_id_5d246dae_render = function () {
13944
14404
  },
13945
14405
  },
13946
14406
  [
13947
- _c(
13948
- "el-select",
13949
- {
13950
- attrs: { placeholder: "请选择下步节点" },
13951
- on: { change: _vm.changeSel },
13952
- model: {
13953
- value: _vm.nextNode.nextNode,
13954
- callback: function ($$v) {
13955
- _vm.$set(_vm.nextNode, "nextNode", $$v)
14407
+ _vm.nextNodeCheckType == "select"
14408
+ ? _c(
14409
+ "el-select",
14410
+ {
14411
+ attrs: { placeholder: "请选择下步节点" },
14412
+ on: { change: _vm.changeSel },
14413
+ model: {
14414
+ value: _vm.nextNode.nextNode,
14415
+ callback: function ($$v) {
14416
+ _vm.$set(_vm.nextNode, "nextNode", $$v)
14417
+ },
14418
+ expression: "nextNode.nextNode",
14419
+ },
14420
+ },
14421
+ _vm._l(_vm.nextNode.nodeInfo, function (items) {
14422
+ return _c("el-option", {
14423
+ key: items.nodeId,
14424
+ attrs: {
14425
+ label: items.nodeName,
14426
+ value: items.nodeId,
14427
+ },
14428
+ })
14429
+ }),
14430
+ 1
14431
+ )
14432
+ : _vm.nextNodeCheckType == "radio"
14433
+ ? _c("es-radio-group", {
14434
+ attrs: {
14435
+ data: _vm.nextNode.nodeInfo,
14436
+ "value-key": "nodeId",
14437
+ "label-key": "nodeName",
14438
+ },
14439
+ on: { change: _vm.changeSel },
14440
+ model: {
14441
+ value: _vm.nextNode.nextNode,
14442
+ callback: function ($$v) {
14443
+ _vm.$set(_vm.nextNode, "nextNode", $$v)
14444
+ },
14445
+ expression: "nextNode.nextNode",
13956
14446
  },
13957
- expression: "nextNode.nextNode",
13958
- },
13959
- },
13960
- _vm._l(_vm.nextNode.nodeInfo, function (items) {
13961
- return _c("el-option", {
13962
- key: items.nodeId,
13963
- attrs: { label: items.nodeName, value: items.nodeId },
13964
14447
  })
13965
- }),
13966
- 1
13967
- ),
14448
+ : _vm._e(),
13968
14449
  ],
13969
14450
  1
13970
14451
  ),
@@ -14268,11 +14749,11 @@ var resetvue_type_template_id_5d246dae_render = function () {
14268
14749
  1
14269
14750
  )
14270
14751
  }
14271
- var resetvue_type_template_id_5d246dae_staticRenderFns = []
14272
- resetvue_type_template_id_5d246dae_render._withStripped = true
14752
+ var resetvue_type_template_id_73aacad2_staticRenderFns = []
14753
+ resetvue_type_template_id_73aacad2_render._withStripped = true
14273
14754
 
14274
14755
 
14275
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5d246dae&
14756
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=73aacad2&
14276
14757
 
14277
14758
  // 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
14759
  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; };
@@ -14491,6 +14972,15 @@ var resetvue_type_script_lang_js_components;
14491
14972
  //
14492
14973
  //
14493
14974
  //
14975
+ //
14976
+ //
14977
+ //
14978
+ //
14979
+ //
14980
+ //
14981
+ //
14982
+ //
14983
+ //
14494
14984
 
14495
14985
 
14496
14986
 
@@ -14520,6 +15010,7 @@ var resetvue_type_script_lang_js_components;
14520
15010
  loading: false,
14521
15011
  isCustomUser: 0,
14522
15012
  selectUser: false,
15013
+ nextNodeCheckType: 'select',
14523
15014
  multiple: false,
14524
15015
  showNoticeType: false,
14525
15016
  readMultiple: true,
@@ -14821,6 +15312,7 @@ var resetvue_type_script_lang_js_components;
14821
15312
  processDefinitionId: _this4.processDefinitionId,
14822
15313
  nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
14823
15314
  nextNodeId: nextNode,
15315
+ appId: _this4.appId,
14824
15316
  nextOperate: nextOperate,
14825
15317
  businessId: _this4.taskExamine.businessId,
14826
15318
  pendingId: _this4.taskExamine.pendingId,
@@ -15000,11 +15492,11 @@ var resetvue_type_script_lang_js_components;
15000
15492
  });
15001
15493
  },
15002
15494
 
15003
- /**
15004
- * isMultiple
15005
- * @desc:是否多选
15006
- * @author liufan
15007
- * @date 2022年9月13日
15495
+ /**
15496
+ * isMultiple
15497
+ * @desc:是否多选
15498
+ * @author liufan
15499
+ * @date 2022年9月13日
15008
15500
  **/
15009
15501
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
15010
15502
  var multiple = false;
@@ -15056,6 +15548,7 @@ var resetvue_type_script_lang_js_components;
15056
15548
  data = res.data;
15057
15549
 
15058
15550
  if (status == 'success') {
15551
+ data.nextNodeCheckType && (_this7.nextNodeCheckType = data.nextNodeCheckType);
15059
15552
  _this7.pendtitle = data.pendtitle || data.taskExamine.businessName;
15060
15553
  _this7.customPresetHintMessage = data.customPresetHintMessage;
15061
15554
  _this7.readOnlyNotificationType = data.readOnlyNotificationType;
@@ -15137,8 +15630,8 @@ var resetvue_type_script_lang_js_components;
15137
15630
 
15138
15631
  var reset_component = Object(componentNormalizer["a" /* default */])(
15139
15632
  src_resetvue_type_script_lang_js_,
15140
- resetvue_type_template_id_5d246dae_render,
15141
- resetvue_type_template_id_5d246dae_staticRenderFns,
15633
+ resetvue_type_template_id_73aacad2_render,
15634
+ resetvue_type_template_id_73aacad2_staticRenderFns,
15142
15635
  false,
15143
15636
  null,
15144
15637
  null,
@@ -19386,11 +19879,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19386
19879
  });
19387
19880
  },
19388
19881
 
19389
- /**
19390
- * saveInfo
19391
- * @desc:暂存
19392
- * @author liufan
19393
- * @date 2022年9月9日
19882
+ /**
19883
+ * saveInfo
19884
+ * @desc:暂存
19885
+ * @author liufan
19886
+ * @date 2022年9月9日
19394
19887
  **/
19395
19888
  saveInfo: function saveInfo(type, btn) {
19396
19889
  var _this6 = this;
@@ -19452,11 +19945,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19452
19945
  });
19453
19946
  },
19454
19947
 
19455
- /**
19456
- * rejectBtn
19457
- * @desc:点击驳回
19458
- * @author liufan
19459
- * @date 2022年5月25日
19948
+ /**
19949
+ * rejectBtn
19950
+ * @desc:点击驳回
19951
+ * @author liufan
19952
+ * @date 2022年5月25日
19460
19953
  **/
19461
19954
  rejectBtn: function rejectBtn() {
19462
19955
  var _this8 = this;
@@ -19474,11 +19967,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19474
19967
  }
19475
19968
  },
19476
19969
 
19477
- /**
19478
- * taskReadBtn
19479
- * @desc:点击分阅
19480
- * @author liufan
19481
- * @date 2022年5月25日
19970
+ /**
19971
+ * taskReadBtn
19972
+ * @desc:点击分阅
19973
+ * @author liufan
19974
+ * @date 2022年5月25日
19482
19975
  **/
19483
19976
  taskReadBtn: function taskReadBtn() {
19484
19977
  var _this9 = this;
@@ -19497,11 +19990,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19497
19990
  }
19498
19991
  },
19499
19992
 
19500
- /**
19501
- * getFind
19502
- * @desc:获取通知方式
19503
- * @author liufan
19504
- * @date 2022年5月25日
19993
+ /**
19994
+ * getFind
19995
+ * @desc:获取通知方式
19996
+ * @author liufan
19997
+ * @date 2022年5月25日
19505
19998
  **/
19506
19999
  getFind: function getFind() {
19507
20000
  var _this10 = this;
@@ -19556,12 +20049,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19556
20049
  });
19557
20050
  },
19558
20051
 
19559
- /**
19560
- * endFlows
19561
- * @desc:直接办结
19562
- * @author liufan
19563
- * @param {Object} res 直接办结数据
19564
- * @date 2022年5月25日
20052
+ /**
20053
+ * endFlows
20054
+ * @desc:直接办结
20055
+ * @author liufan
20056
+ * @param {Object} res 直接办结数据
20057
+ * @date 2022年5月25日
19565
20058
  **/
19566
20059
  endFlows: function endFlows(res) {
19567
20060
  var _this12 = this;
@@ -19615,12 +20108,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19615
20108
  }).catch(function (e) {});
19616
20109
  },
19617
20110
 
19618
- /**
19619
- * goView
19620
- * @desc:更多流程按钮操作
19621
- * @author liufan
19622
- * @param {Object} res 当前点击操作按钮数据
19623
- * @date 2022年5月25日
20111
+ /**
20112
+ * goView
20113
+ * @desc:更多流程按钮操作
20114
+ * @author liufan
20115
+ * @param {Object} res 当前点击操作按钮数据
20116
+ * @date 2022年5月25日
19624
20117
  **/
19625
20118
  goView: function goView(res) {
19626
20119
  // 驳回并办结:rejectAndEndHtml
@@ -19705,11 +20198,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19705
20198
  // isCanStartSubFlow
19706
20199
  },
19707
20200
 
19708
- /**
19709
- * toTakeAdvice
19710
- * @desc:征求意见
19711
- * @author liufan
19712
- * @date 2022年9月29日
20201
+ /**
20202
+ * toTakeAdvice
20203
+ * @desc:征求意见
20204
+ * @author liufan
20205
+ * @date 2022年9月29日
19713
20206
  **/
19714
20207
  toTakeAdvice: function toTakeAdvice(res) {
19715
20208
  var _this14 = this;
@@ -19753,11 +20246,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19753
20246
  });
19754
20247
  },
19755
20248
 
19756
- /**
19757
- * toStartDraf
19758
- * @desc: 稿件递送、联合审核、复核
19759
- * @author liufan
19760
- * @date 2022年9月29日
20249
+ /**
20250
+ * toStartDraf
20251
+ * @desc: 稿件递送、联合审核、复核
20252
+ * @author liufan
20253
+ * @date 2022年9月29日
19761
20254
  **/
19762
20255
  toStartDraf: function toStartDraf(res) {
19763
20256
  var _this16 = this;
@@ -19771,11 +20264,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19771
20264
  }
19772
20265
  },
19773
20266
 
19774
- /**
19775
- * toSendMsg
19776
- * @desc:核稿通知
19777
- * @author liufan
19778
- * @date 2022年9月29日
20267
+ /**
20268
+ * toSendMsg
20269
+ * @desc:核稿通知
20270
+ * @author liufan
20271
+ * @date 2022年9月29日
19779
20272
  **/
19780
20273
  toSendMsg: function toSendMsg(res) {
19781
20274
  var _this17 = this;
@@ -19789,11 +20282,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19789
20282
  }
19790
20283
  },
19791
20284
 
19792
- /**
19793
- * toTaskReadAndEnd
19794
- * @desc:分阅并办结
19795
- * @author liufan
19796
- * @date 2022年9月29日
20285
+ /**
20286
+ * toTaskReadAndEnd
20287
+ * @desc:分阅并办结
20288
+ * @author liufan
20289
+ * @date 2022年9月29日
19797
20290
  **/
19798
20291
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
19799
20292
  var _this18 = this;
@@ -19811,11 +20304,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19811
20304
  }
19812
20305
  },
19813
20306
 
19814
- /**
19815
- * rejectAndEnd
19816
- * @desc:驳回并办结
19817
- * @author liufan
19818
- * @date 2022年9月29日
20307
+ /**
20308
+ * rejectAndEnd
20309
+ * @desc:驳回并办结
20310
+ * @author liufan
20311
+ * @date 2022年9月29日
19819
20312
  **/
19820
20313
  rejectAndEnd: function rejectAndEnd(res) {
19821
20314
  var _this19 = this;
@@ -19870,11 +20363,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19870
20363
  });
19871
20364
  },
19872
20365
 
19873
- /**
19874
- * toTransfer
19875
- * @desc:转办
19876
- * @author liufan
19877
- * @date 2022年9月29日
20366
+ /**
20367
+ * toTransfer
20368
+ * @desc:转办
20369
+ * @author liufan
20370
+ * @date 2022年9月29日
19878
20371
  **/
19879
20372
  toTransfer: function toTransfer(res) {
19880
20373
  var _this21 = this;
@@ -19890,11 +20383,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19890
20383
  }
19891
20384
  },
19892
20385
 
19893
- /**
19894
- * getNodeInfo
19895
- * @desc:获取节点信息
19896
- * @author liufan
19897
- * @date 2022年5月25日
20386
+ /**
20387
+ * getNodeInfo
20388
+ * @desc:获取节点信息
20389
+ * @author liufan
20390
+ * @date 2022年5月25日
19898
20391
  **/
19899
20392
  getNodeInfo: function getNodeInfo() {
19900
20393
  var _this22 = this;
@@ -19993,12 +20486,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19993
20486
  });
19994
20487
  },
19995
20488
 
19996
- /**
19997
- * selecNext
19998
- * @desc:下步节点变化时更新数据
19999
- * @author liufan
20000
- * @param {String} val 当前选中值
20001
- * @date 2022年5月25日
20489
+ /**
20490
+ * selecNext
20491
+ * @desc:下步节点变化时更新数据
20492
+ * @author liufan
20493
+ * @param {String} val 当前选中值
20494
+ * @date 2022年5月25日
20002
20495
  **/
20003
20496
  selecNext: function selecNext(val, type, isDef) {
20004
20497
  var _this23 = this;
@@ -20107,11 +20600,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20107
20600
  if (isDef !== true) this.getNodeInfo();
20108
20601
  },
20109
20602
 
20110
- /**
20111
- * isMultiple
20112
- * @desc:是否多选
20113
- * @author liufan
20114
- * @date 2022年9月13日
20603
+ /**
20604
+ * isMultiple
20605
+ * @desc:是否多选
20606
+ * @author liufan
20607
+ * @date 2022年9月13日
20115
20608
  **/
20116
20609
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
20117
20610
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -20143,11 +20636,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20143
20636
  }
20144
20637
  },
20145
20638
 
20146
- /**
20147
- * getHedInfo
20148
- * @desc:获取审核页面数据
20149
- * @author liufan
20150
- * @date 2022年5月25日
20639
+ /**
20640
+ * getHedInfo
20641
+ * @desc:获取审核页面数据
20642
+ * @author liufan
20643
+ * @date 2022年5月25日
20151
20644
  **/
20152
20645
  getHedInfo: function getHedInfo() {
20153
20646
  var _this24 = this;
@@ -20383,13 +20876,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20383
20876
  });
20384
20877
  },
20385
20878
 
20386
- /**
20387
- * closeProcess
20388
- * @desc:关闭弹窗
20389
- * @author liufan
20390
- * @param {boolean} val 当前是否办理流程
20391
- * @param {String} type 当前点击的弹窗类型
20392
- * @date 2022年5月25日
20879
+ /**
20880
+ * closeProcess
20881
+ * @desc:关闭弹窗
20882
+ * @author liufan
20883
+ * @param {boolean} val 当前是否办理流程
20884
+ * @param {String} type 当前点击的弹窗类型
20885
+ * @date 2022年5月25日
20393
20886
  **/
20394
20887
  closeProcess: function closeProcess(val, type, closeParent) {
20395
20888
  if (closeParent) {
@@ -20406,23 +20899,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20406
20899
  }
20407
20900
  },
20408
20901
 
20409
- /**
20410
- * selectChange
20411
- * @desc:常用语选择
20412
- * @author liufan
20413
- * @param {String} val 选中值
20414
- * @date 2022年5月25日
20902
+ /**
20903
+ * selectChange
20904
+ * @desc:常用语选择
20905
+ * @author liufan
20906
+ * @param {String} val 选中值
20907
+ * @date 2022年5月25日
20415
20908
  **/
20416
20909
  selectChange: function selectChange(val) {
20417
20910
  this.value = val;
20418
20911
  },
20419
20912
 
20420
- /**
20421
- * upDate
20422
- * @desc:修改常用语
20423
- * @author liufan
20424
- * @param {Object} val 修改值
20425
- * @date 2022年5月25日
20913
+ /**
20914
+ * upDate
20915
+ * @desc:修改常用语
20916
+ * @author liufan
20917
+ * @param {Object} val 修改值
20918
+ * @date 2022年5月25日
20426
20919
  **/
20427
20920
  upDate: function upDate(val) {
20428
20921
  this.FormData.id = val.id;
@@ -20430,11 +20923,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20430
20923
  },
20431
20924
 
20432
20925
 
20433
- /**
20434
- * getProcess
20435
- * @desc:获取选择流程
20436
- * @author liufan
20437
- * @date 2022年5月25日
20926
+ /**
20927
+ * getProcess
20928
+ * @desc:获取选择流程
20929
+ * @author liufan
20930
+ * @date 2022年5月25日
20438
20931
  **/
20439
20932
  getProcess: function getProcess() {
20440
20933
  var _this25 = this;
@@ -20488,11 +20981,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20488
20981
  });
20489
20982
  },
20490
20983
 
20491
- /**
20492
- * getPendedhistoryList
20493
- * @desc:获取流程列表
20494
- * @author liufan
20495
- * @date 2022年5月25日
20984
+ /**
20985
+ * getPendedhistoryList
20986
+ * @desc:获取流程列表
20987
+ * @author liufan
20988
+ * @date 2022年5月25日
20496
20989
  **/
20497
20990
  getPendedhistoryList: function getPendedhistoryList() {
20498
20991
  var _this26 = this;
@@ -20524,12 +21017,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20524
21017
  },
20525
21018
 
20526
21019
  // 提交流程
20527
- /**
20528
- * subProcess
20529
- * @desc:提交流程
20530
- * @author liufan
20531
- * @param {String} formName 当前form表单ref值
20532
- * @date 2022年5月25日
21020
+ /**
21021
+ * subProcess
21022
+ * @desc:提交流程
21023
+ * @author liufan
21024
+ * @param {String} formName 当前form表单ref值
21025
+ * @date 2022年5月25日
20533
21026
  **/
20534
21027
  subProcess: function subProcess(val) {
20535
21028
  var _this27 = this;
@@ -21125,8 +21618,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
21125
21618
  )
21126
21619
 
21127
21620
  /* 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 () {
21621
+ // 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&
21622
+ var Circulatevue_type_template_id_43730f28_render = function () {
21130
21623
  var _vm = this
21131
21624
  var _h = _vm.$createElement
21132
21625
  var _c = _vm._self._c || _h
@@ -21150,7 +21643,7 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
21150
21643
  ref: "infoList",
21151
21644
  attrs: {
21152
21645
  model: _vm.infoList,
21153
- "label-width": "120px",
21646
+ "label-width": "100px",
21154
21647
  "label-position": _vm.labelPosition,
21155
21648
  },
21156
21649
  },
@@ -21165,7 +21658,7 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
21165
21658
  nextUser: _vm.infoList.nextCurrentOrgObj,
21166
21659
  multiple: _vm.newMultiple,
21167
21660
  mix: "",
21168
- types: ["department", "employee"],
21661
+ types: ["employee", "persongroup"],
21169
21662
  params: _vm.params,
21170
21663
  },
21171
21664
  on: {
@@ -21187,7 +21680,7 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
21187
21680
  nextUser: _vm.infoList.nextOtherOrgObj,
21188
21681
  multiple: _vm.newMultiple,
21189
21682
  mix: "",
21190
- types: ["enterprise", "department"],
21683
+ types: ["enterprise", "filgroup"],
21191
21684
  params: _vm.otherParams,
21192
21685
  },
21193
21686
  on: {
@@ -21318,11 +21811,11 @@ var Circulatevue_type_template_id_e4a9ba50_render = function () {
21318
21811
  1
21319
21812
  )
21320
21813
  }
21321
- var Circulatevue_type_template_id_e4a9ba50_staticRenderFns = []
21322
- Circulatevue_type_template_id_e4a9ba50_render._withStripped = true
21814
+ var Circulatevue_type_template_id_43730f28_staticRenderFns = []
21815
+ Circulatevue_type_template_id_43730f28_render._withStripped = true
21323
21816
 
21324
21817
 
21325
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=e4a9ba50&
21818
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=43730f28&
21326
21819
 
21327
21820
  // 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
21821
  var Circulatevue_type_script_lang_js_components;
@@ -21434,7 +21927,8 @@ var Circulatevue_type_script_lang_js_components;
21434
21927
  labelPosition: {
21435
21928
  type: String,
21436
21929
  default: 'left'
21437
- }
21930
+ },
21931
+ startFlowPageEmbeddedIntoStartFlowIndex: { type: Boolean, default: false }
21438
21932
  },
21439
21933
  inheritAttrs: false,
21440
21934
  data: function data() {
@@ -21529,7 +22023,7 @@ var Circulatevue_type_script_lang_js_components;
21529
22023
  }
21530
22024
 
21531
22025
  var param = {
21532
- url: this.showBtn ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
22026
+ url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
21533
22027
  data: {
21534
22028
  opinion: opinion,
21535
22029
  businessId: businessId,
@@ -21543,10 +22037,12 @@ var Circulatevue_type_script_lang_js_components;
21543
22037
  headers: { Accept: 'application/json,text/plain' },
21544
22038
  method: 'POST'
21545
22039
  };
21546
- if (!this.showBtn) {
22040
+ if (!this.showBtn && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
21547
22041
  param.data.pendingId = this.pendingId;
21548
22042
  delete param.data.processDefinitionId;
21549
22043
  this.subLoading = util["a" /* default */].loading(this.$loading, '加载中...');
22044
+ } else if (this.startFlowPageEmbeddedIntoStartFlowIndex) {
22045
+ this.subLoading = util["a" /* default */].loading(this.$loading, '加载中...');
21550
22046
  } else {
21551
22047
  this.loading = true;
21552
22048
  }
@@ -21555,7 +22051,7 @@ var Circulatevue_type_script_lang_js_components;
21555
22051
  status = res.status,
21556
22052
  rCode = res.rCode;
21557
22053
 
21558
- if (!_this.showBtn) {
22054
+ if (!_this.showBtn || _this.startFlowPageEmbeddedIntoStartFlowIndex) {
21559
22055
  _this.subLoading.close();
21560
22056
  } else {
21561
22057
  _this.loading = false;
@@ -21567,7 +22063,11 @@ var Circulatevue_type_script_lang_js_components;
21567
22063
  _this.$message.error(message || '系统错误,请联系管理员!');
21568
22064
  }
21569
22065
  }).catch(function (err) {
21570
- _this.loading = false;
22066
+ if (!_this.showBtn || _this.startFlowPageEmbeddedIntoStartFlowIndex) {
22067
+ _this.subLoading.close();
22068
+ } else {
22069
+ _this.loading = false;
22070
+ }
21571
22071
  if (err.message && err.message !== 'canceled') {
21572
22072
  _this.$message.error(err.message);
21573
22073
  }
@@ -21690,8 +22190,8 @@ var Circulatevue_type_script_lang_js_components;
21690
22190
 
21691
22191
  var Circulate_component = Object(componentNormalizer["a" /* default */])(
21692
22192
  component_Circulatevue_type_script_lang_js_,
21693
- Circulatevue_type_template_id_e4a9ba50_render,
21694
- Circulatevue_type_template_id_e4a9ba50_staticRenderFns,
22193
+ Circulatevue_type_template_id_43730f28_render,
22194
+ Circulatevue_type_template_id_43730f28_staticRenderFns,
21695
22195
  false,
21696
22196
  null,
21697
22197
  null,
@@ -22696,6 +23196,81 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22696
23196
  //
22697
23197
  //
22698
23198
  //
23199
+ //
23200
+ //
23201
+ //
23202
+ //
23203
+ //
23204
+ //
23205
+ //
23206
+ //
23207
+ //
23208
+ //
23209
+ //
23210
+ //
23211
+ //
23212
+ //
23213
+ //
23214
+ //
23215
+ //
23216
+ //
23217
+ //
23218
+ //
23219
+ //
23220
+ //
23221
+ //
23222
+ //
23223
+ //
23224
+ //
23225
+ //
23226
+ //
23227
+ //
23228
+ //
23229
+ //
23230
+ //
23231
+ //
23232
+ //
23233
+ //
23234
+ //
23235
+ //
23236
+ //
23237
+ //
23238
+ //
23239
+ //
23240
+ //
23241
+ //
23242
+ //
23243
+ //
23244
+ //
23245
+ //
23246
+ //
23247
+ //
23248
+ //
23249
+ //
23250
+ //
23251
+ //
23252
+ //
23253
+ //
23254
+ //
23255
+ //
23256
+ //
23257
+ //
23258
+ //
23259
+ //
23260
+ //
23261
+ //
23262
+ //
23263
+ //
23264
+ //
23265
+ //
23266
+ //
23267
+ //
23268
+ //
23269
+ //
23270
+ //
23271
+ //
23272
+ //
23273
+ //
22699
23274
 
22700
23275
 
22701
23276
 
@@ -22725,6 +23300,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22725
23300
  pendingId: { type: String, default: '' },
22726
23301
  nodeName: { type: String, default: '' },
22727
23302
  typeCode: { type: String, default: '' },
23303
+ selectorConfig: { type: [Object, undefined], default: undefined },
22728
23304
  flowTypeCode: { type: String, default: '' },
22729
23305
  defaultProcessKey: { type: String, default: '' },
22730
23306
  hideBtn: { type: Boolean, default: false },
@@ -22733,6 +23309,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22733
23309
  type: String,
22734
23310
  default: 'left'
22735
23311
  },
23312
+ flowListDisabled: {
23313
+ type: Boolean,
23314
+ default: false
23315
+ },
22736
23316
  btnList: {
22737
23317
  type: Array,
22738
23318
  default: function _default() {
@@ -22774,6 +23354,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22774
23354
  return _ref = {
22775
23355
  styles: {},
22776
23356
  optionsKey: 0,
23357
+ currentNodeEnableItemHandleDescription: false,
23358
+ startFlowPageEmbeddedIntoStartFlowIndex: false,
23359
+ pendingItemHandleDescription: '',
22777
23360
  currentOrgSelectorParams: { filid: '' },
22778
23361
  currentOrgSelectorTabs: ['employee', 'persongroup'],
22779
23362
  foreignOrgSelectorTabs: ['enterprise', 'filgroupobj'],
@@ -22910,6 +23493,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22910
23493
  nextReadUserId: [], //分阅用户
22911
23494
  presetReadUserId: [], //自动分阅
22912
23495
  handleExplain: '', //办理意见
23496
+ nextItemHandleDescription: '', //下步说明
22913
23497
  notificationType: [], // 通知方式
22914
23498
  isLimitedTime: '2', // 是否限时办理
22915
23499
  mainSubId: ''
@@ -23066,15 +23650,15 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23066
23650
  _this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
23067
23651
  _this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
23068
23652
 
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
- }
23653
+ // if (this.directCreateCircularReadWhenFlowStarted) {
23654
+ // this.nodeInfo.option.map((item) => {
23655
+ // item.disabled = item.processDefId != processDefinitionId;
23656
+ // });
23657
+ // } else {
23658
+ // this.nodeInfo.option.map((item) => {
23659
+ // item.disabled = false;
23660
+ // });
23661
+ // }
23078
23662
  _this.optionsKey++;
23079
23663
  _this.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
23080
23664
  }
@@ -23314,7 +23898,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23314
23898
 
23315
23899
  var params = {
23316
23900
  url: api["d" /* checkBusinessIdStartedReadTransferHandle */],
23317
- params: { readTransferHandleBusinessId: readTransferHandleBusinessId, readTransferHandleProcessKey: readTransferHandleProcessKey }
23901
+ params: {
23902
+ readTransferHandleBusinessId: readTransferHandleBusinessId,
23903
+ readTransferHandleProcessKey: readTransferHandleProcessKey,
23904
+ pendingId: this.pendingId
23905
+ }
23318
23906
  };
23319
23907
  util["a" /* default */].ajax(params).then(function (res) {
23320
23908
  _this5.loading.close();
@@ -23426,11 +24014,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23426
24014
  });
23427
24015
  },
23428
24016
 
23429
- /**
23430
- * saveInfo
23431
- * @desc:暂存
23432
- * @author liufan
23433
- * @date 2022年9月9日
24017
+ /**
24018
+ * saveInfo
24019
+ * @desc:暂存
24020
+ * @author liufan
24021
+ * @date 2022年9月9日
23434
24022
  **/
23435
24023
  saveInfo: function saveInfo(type, btn) {
23436
24024
  var _this9 = this;
@@ -23492,11 +24080,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23492
24080
  });
23493
24081
  },
23494
24082
 
23495
- /**
23496
- * rejectBtn
23497
- * @desc:点击驳回
23498
- * @author liufan
23499
- * @date 2022年5月25日
24083
+ /**
24084
+ * rejectBtn
24085
+ * @desc:点击驳回
24086
+ * @author liufan
24087
+ * @date 2022年5月25日
23500
24088
  **/
23501
24089
  rejectBtn: function rejectBtn() {
23502
24090
  var _this11 = this;
@@ -23514,11 +24102,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23514
24102
  }
23515
24103
  },
23516
24104
 
23517
- /**
23518
- * taskReadBtn
23519
- * @desc:点击分阅
23520
- * @author liufan
23521
- * @date 2022年5月25日
24105
+ /**
24106
+ * taskReadBtn
24107
+ * @desc:点击分阅
24108
+ * @author liufan
24109
+ * @date 2022年5月25日
23522
24110
  **/
23523
24111
  taskReadBtn: function taskReadBtn() {
23524
24112
  var _this12 = this;
@@ -23537,11 +24125,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23537
24125
  }
23538
24126
  },
23539
24127
 
23540
- /**
23541
- * getFind
23542
- * @desc:获取通知方式
23543
- * @author liufan
23544
- * @date 2022年5月25日
24128
+ /**
24129
+ * getFind
24130
+ * @desc:获取通知方式
24131
+ * @author liufan
24132
+ * @date 2022年5月25日
23545
24133
  **/
23546
24134
  getFind: function getFind() {
23547
24135
  var _this13 = this;
@@ -23607,12 +24195,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23607
24195
  });
23608
24196
  },
23609
24197
 
23610
- /**
23611
- * endFlows
23612
- * @desc:直接办结
23613
- * @author liufan
23614
- * @param {Object} res 直接办结数据
23615
- * @date 2022年5月25日
24198
+ /**
24199
+ * endFlows
24200
+ * @desc:直接办结
24201
+ * @author liufan
24202
+ * @param {Object} res 直接办结数据
24203
+ * @date 2022年5月25日
23616
24204
  **/
23617
24205
  endFlows: function endFlows(res) {
23618
24206
  var _this15 = this;
@@ -23667,12 +24255,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23667
24255
  }).catch(function (e) {});
23668
24256
  },
23669
24257
 
23670
- /**
23671
- * goView
23672
- * @desc:更多流程按钮操作
23673
- * @author liufan
23674
- * @param {Object} res 当前点击操作按钮数据
23675
- * @date 2022年5月25日
24258
+ /**
24259
+ * goView
24260
+ * @desc:更多流程按钮操作
24261
+ * @author liufan
24262
+ * @param {Object} res 当前点击操作按钮数据
24263
+ * @date 2022年5月25日
23676
24264
  **/
23677
24265
  goView: function goView(res) {
23678
24266
  // 驳回并办结:rejectAndEndHtml
@@ -23757,11 +24345,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23757
24345
  // isCanStartSubFlow
23758
24346
  },
23759
24347
 
23760
- /**
23761
- * toTakeAdvice
23762
- * @desc:征求意见
23763
- * @author liufan
23764
- * @date 2022年9月29日
24348
+ /**
24349
+ * toTakeAdvice
24350
+ * @desc:征求意见
24351
+ * @author liufan
24352
+ * @date 2022年9月29日
23765
24353
  **/
23766
24354
  toTakeAdvice: function toTakeAdvice(res) {
23767
24355
  var _this17 = this;
@@ -23805,11 +24393,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23805
24393
  });
23806
24394
  },
23807
24395
 
23808
- /**
23809
- * toStartDraf
23810
- * @desc: 稿件递送、联合审核、复核
23811
- * @author liufan
23812
- * @date 2022年9月29日
24396
+ /**
24397
+ * toStartDraf
24398
+ * @desc: 稿件递送、联合审核、复核
24399
+ * @author liufan
24400
+ * @date 2022年9月29日
23813
24401
  **/
23814
24402
  toStartDraf: function toStartDraf(res) {
23815
24403
  var _this19 = this;
@@ -23823,11 +24411,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23823
24411
  }
23824
24412
  },
23825
24413
 
23826
- /**
23827
- * toSendMsg
23828
- * @desc:核稿通知
23829
- * @author liufan
23830
- * @date 2022年9月29日
24414
+ /**
24415
+ * toSendMsg
24416
+ * @desc:核稿通知
24417
+ * @author liufan
24418
+ * @date 2022年9月29日
23831
24419
  **/
23832
24420
  toSendMsg: function toSendMsg(res) {
23833
24421
  var _this20 = this;
@@ -23841,11 +24429,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23841
24429
  }
23842
24430
  },
23843
24431
 
23844
- /**
23845
- * toTaskReadAndEnd
23846
- * @desc:分阅并办结
23847
- * @author liufan
23848
- * @date 2022年9月29日
24432
+ /**
24433
+ * toTaskReadAndEnd
24434
+ * @desc:分阅并办结
24435
+ * @author liufan
24436
+ * @date 2022年9月29日
23849
24437
  **/
23850
24438
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
23851
24439
  var _this21 = this;
@@ -23863,11 +24451,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23863
24451
  }
23864
24452
  },
23865
24453
 
23866
- /**
23867
- * rejectAndEnd
23868
- * @desc:驳回并办结
23869
- * @author liufan
23870
- * @date 2022年9月29日
24454
+ /**
24455
+ * rejectAndEnd
24456
+ * @desc:驳回并办结
24457
+ * @author liufan
24458
+ * @date 2022年9月29日
23871
24459
  **/
23872
24460
  rejectAndEnd: function rejectAndEnd(res) {
23873
24461
  var _this22 = this;
@@ -23923,11 +24511,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23923
24511
  });
23924
24512
  },
23925
24513
 
23926
- /**
23927
- * toTransfer
23928
- * @desc:转办
23929
- * @author liufan
23930
- * @date 2022年9月29日
24514
+ /**
24515
+ * toTransfer
24516
+ * @desc:转办
24517
+ * @author liufan
24518
+ * @date 2022年9月29日
23931
24519
  **/
23932
24520
  toTransfer: function toTransfer(res) {
23933
24521
  var _this24 = this;
@@ -23943,11 +24531,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23943
24531
  }
23944
24532
  },
23945
24533
 
23946
- /**
23947
- * getNodeInfo
23948
- * @desc:获取节点信息
23949
- * @author liufan
23950
- * @date 2022年5月25日
24534
+ /**
24535
+ * getNodeInfo
24536
+ * @desc:获取节点信息
24537
+ * @author liufan
24538
+ * @date 2022年5月25日
23951
24539
  **/
23952
24540
  getNodeInfo: function getNodeInfo() {
23953
24541
  var _this25 = this;
@@ -23967,6 +24555,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23967
24555
 
23968
24556
  _this25.loading.close();
23969
24557
  if (status === 'success') {
24558
+ _this25.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
23970
24559
  _this25.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
23971
24560
  data.otherOrgDisabledObjId && (_this25.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
23972
24561
  data.currentOrgDisabledObjId && (_this25.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
@@ -24050,12 +24639,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24050
24639
  });
24051
24640
  },
24052
24641
 
24053
- /**
24054
- * selecNext
24055
- * @desc:下步节点变化时更新数据
24056
- * @author liufan
24057
- * @param {String} val 当前选中值
24058
- * @date 2022年5月25日
24642
+ /**
24643
+ * selecNext
24644
+ * @desc:下步节点变化时更新数据
24645
+ * @author liufan
24646
+ * @param {String} val 当前选中值
24647
+ * @date 2022年5月25日
24059
24648
  **/
24060
24649
  selecNext: function selecNext(val, type, isDef) {
24061
24650
  var _this26 = this;
@@ -24165,11 +24754,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24165
24754
  this.getNodeInfo();
24166
24755
  },
24167
24756
 
24168
- /**
24169
- * isMultiple
24170
- * @desc:是否多选
24171
- * @author liufan
24172
- * @date 2022年9月13日
24757
+ /**
24758
+ * isMultiple
24759
+ * @desc:是否多选
24760
+ * @author liufan
24761
+ * @date 2022年9月13日
24173
24762
  **/
24174
24763
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
24175
24764
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -24201,11 +24790,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24201
24790
  }
24202
24791
  },
24203
24792
 
24204
- /**
24205
- * getHedInfo
24206
- * @desc:获取审核页面数据
24207
- * @author liufan
24208
- * @date 2022年5月25日
24793
+ /**
24794
+ * getHedInfo
24795
+ * @desc:获取审核页面数据
24796
+ * @author liufan
24797
+ * @date 2022年5月25日
24209
24798
  **/
24210
24799
  getHedInfo: function getHedInfo() {
24211
24800
  var _this27 = this;
@@ -24236,6 +24825,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24236
24825
  nextNodeCheckType = _res$data2.nextNodeCheckType,
24237
24826
  pOrgId = _res$data2.pOrgId,
24238
24827
  currentOrgName = _res$data2.currentOrgName,
24828
+ pendingItemHandleDescription = _res$data2.pendingItemHandleDescription,
24239
24829
  currentOrgSelectorParams = _res$data2.currentOrgSelectorParams,
24240
24830
  otherOrgName = _res$data2.otherOrgName,
24241
24831
  taskExamine = _res$data2.taskExamine,
@@ -24258,18 +24848,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24258
24848
  }
24259
24849
  _this27.$emit('startTaskRead', res);
24260
24850
  _this27.$emit('start-task-read', res);
24851
+ _this27.pendingItemHandleDescription = pendingItemHandleDescription;
24261
24852
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
24262
24853
  _this27.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
24263
24854
  var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
24264
24855
  _this27.currentOrgSelectorTabs.map(function (x, i) {
24265
- _this27.currentOrgSelectorParams[x] = { filid: currentOrgparams[i] == 'my' ? choiceOrgId : param[i] };
24856
+ _this27.currentOrgSelectorParams[x] = {
24857
+ filid: currentOrgparams[i] == 'my' ? choiceOrgId : param[i]
24858
+ };
24266
24859
  });
24267
24860
  }
24268
24861
  if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
24269
24862
  _this27.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
24270
24863
  var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
24271
24864
  _this27.foreignOrgSelectorTabs.map(function (x, i) {
24272
- _this27.foreignOrgSelectorParams[x] = { filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i] };
24865
+ _this27.foreignOrgSelectorParams[x] = {
24866
+ filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i]
24867
+ };
24273
24868
  });
24274
24869
  }
24275
24870
  _this27.circularReadParamsMap = circularReadParamsMap || {};
@@ -24279,6 +24874,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24279
24874
  _this27.currentOrgName = currentOrgName;
24280
24875
  _this27.nextOperateCheckType = nextOperateCheckType;
24281
24876
  _this27.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
24877
+
24282
24878
  _this27.readOnlyNotificationType = readOnlyNotificationType;
24283
24879
  _this27.isSpecial = isSpecial;
24284
24880
  _this27.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
@@ -24471,13 +25067,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24471
25067
  });
24472
25068
  },
24473
25069
 
24474
- /**
24475
- * closeProcess
24476
- * @desc:关闭弹窗
24477
- * @author liufan
24478
- * @param {boolean} val 当前是否办理流程
24479
- * @param {String} type 当前点击的弹窗类型
24480
- * @date 2022年5月25日
25070
+ /**
25071
+ * closeProcess
25072
+ * @desc:关闭弹窗
25073
+ * @author liufan
25074
+ * @param {boolean} val 当前是否办理流程
25075
+ * @param {String} type 当前点击的弹窗类型
25076
+ * @date 2022年5月25日
24481
25077
  **/
24482
25078
  closeProcess: function closeProcess(val, type, closeParent) {
24483
25079
  if (closeParent) {
@@ -24497,23 +25093,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24497
25093
  }
24498
25094
  },
24499
25095
 
24500
- /**
24501
- * selectChange
24502
- * @desc:常用语选择
24503
- * @author liufan
24504
- * @param {String} val 选中值
24505
- * @date 2022年5月25日
25096
+ /**
25097
+ * selectChange
25098
+ * @desc:常用语选择
25099
+ * @author liufan
25100
+ * @param {String} val 选中值
25101
+ * @date 2022年5月25日
24506
25102
  **/
24507
25103
  selectChange: function selectChange(val) {
24508
25104
  this.value = val;
24509
25105
  },
24510
25106
 
24511
- /**
24512
- * upDate
24513
- * @desc:修改常用语
24514
- * @author liufan
24515
- * @param {Object} val 修改值
24516
- * @date 2022年5月25日
25107
+ /**
25108
+ * upDate
25109
+ * @desc:修改常用语
25110
+ * @author liufan
25111
+ * @param {Object} val 修改值
25112
+ * @date 2022年5月25日
24517
25113
  **/
24518
25114
  upDate: function upDate(val) {
24519
25115
  this.FormData.id = val.id;
@@ -24521,11 +25117,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24521
25117
  },
24522
25118
 
24523
25119
 
24524
- /**
24525
- * getProcess
24526
- * @desc:获取选择流程
24527
- * @author liufan
24528
- * @date 2022年5月25日
25120
+ /**
25121
+ * getProcess
25122
+ * @desc:获取选择流程
25123
+ * @author liufan
25124
+ * @date 2022年5月25日
24529
25125
  **/
24530
25126
  getProcess: function getProcess(val) {
24531
25127
  var _this28 = this;
@@ -24552,6 +25148,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24552
25148
  if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
24553
25149
  _this28.$message.error('流程不存在或未关联对应流程!');
24554
25150
  } else {
25151
+ _this28.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
24555
25152
  _this28.nodeInfo.option = data.definitionList;
24556
25153
  _this28.nodeInfo.nextNode = data.definitionList.filter(function (item) {
24557
25154
  return item.processDefKey == _this28.defaultProcessKey;
@@ -24580,11 +25177,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24580
25177
  });
24581
25178
  },
24582
25179
 
24583
- /**
24584
- * getPendedhistoryList
24585
- * @desc:获取流程列表
24586
- * @author liufan
24587
- * @date 2022年5月25日
25180
+ /**
25181
+ * getPendedhistoryList
25182
+ * @desc:获取流程列表
25183
+ * @author liufan
25184
+ * @date 2022年5月25日
24588
25185
  **/
24589
25186
  getPendedhistoryList: function getPendedhistoryList() {
24590
25187
  var _this29 = this;
@@ -24652,16 +25249,24 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24652
25249
  },
24653
25250
 
24654
25251
  // 提交流程
24655
- /**
24656
- * subProcess
24657
- * @desc:提交流程
24658
- * @author liufan
24659
- * @param {String} formName 当前form表单ref值
24660
- * @date 2022年5月25日
25252
+ /**
25253
+ * subProcess
25254
+ * @desc:提交流程
25255
+ * @author liufan
25256
+ * @param {String} formName 当前form表单ref值
25257
+ * @date 2022年5月25日
24661
25258
  **/
24662
25259
  subProcess: function subProcess(val, type) {
24663
25260
  var _this31 = this;
24664
25261
 
25262
+ if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
25263
+ if (this.directCreateCircularReadWhenFlowStarted) {
25264
+ this.$refs.flowCirculate.subMit();
25265
+ } else {
25266
+ this.$refs.processFormIndex.subProcess('nextNode');
25267
+ }
25268
+ return;
25269
+ }
24665
25270
  return this.$refs['nextNode'].validate(function (valid) {
24666
25271
  if (valid) {
24667
25272
  if (_this31.isSubmitButtonShowAgreeAndDisagree == 1) {
@@ -24757,13 +25362,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24757
25362
 
24758
25363
  this.$refs['nextNode'].validate(function () {
24759
25364
  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;
25365
+ var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap, currentNodeEnableItemHandleDescription;
24761
25366
  return regenerator_default.a.wrap(function _callee$(_context) {
24762
25367
  while (1) {
24763
25368
  switch (_context.prev = _context.next) {
24764
25369
  case 0:
24765
25370
  if (!valid) {
24766
- _context.next = 51;
25371
+ _context.next = 52;
24767
25372
  break;
24768
25373
  }
24769
25374
 
@@ -24877,7 +25482,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24877
25482
 
24878
25483
  case 33:
24879
25484
  _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;
25485
+ 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
25486
 
24882
25487
  params.isEndUserTask = isEndUserTask;
24883
25488
  params.choiceOrgId = choiceOrgId;
@@ -24894,7 +25499,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24894
25499
  if (currentNodeIsCircularReadNode) {
24895
25500
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
24896
25501
  }
24897
-
25502
+ if (!currentNodeEnableItemHandleDescription) {
25503
+ delete params.nextItemHandleDescription;
25504
+ }
24898
25505
  return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Mb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
24899
25506
  var status = res.status,
24900
25507
  message = res.message;
@@ -24913,10 +25520,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24913
25520
  }
24914
25521
  }));
24915
25522
 
24916
- case 51:
25523
+ case 52:
24917
25524
  return _context.abrupt('return', false);
24918
25525
 
24919
- case 52:
25526
+ case 53:
24920
25527
  case 'end':
24921
25528
  return _context.stop();
24922
25529
  }