eoss-ui 0.6.41 → 0.6.42

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 (234) hide show
  1. package/lib/eoss-ui.common.js +1158 -1047
  2. package/lib/flow-list.js +123 -112
  3. package/lib/flow.js +882 -782
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +132 -132
  6. package/lib/qr-code.js +13 -13
  7. package/lib/theme-chalk/flow.css +1 -1
  8. package/lib/theme-chalk/index.css +1 -1
  9. package/package.json +159 -159
  10. package/packages/button/index.js +5 -5
  11. package/packages/button/src/main.vue +418 -418
  12. package/packages/button-group/index.js +5 -5
  13. package/packages/button-group/src/main.vue +298 -298
  14. package/packages/calendar/index.js +5 -5
  15. package/packages/card/index.js +5 -5
  16. package/packages/card/src/main.vue +156 -156
  17. package/packages/cascader/index.js +5 -5
  18. package/packages/cascader/src/main.vue +168 -168
  19. package/packages/checkbox-group/index.js +5 -5
  20. package/packages/checkbox-group/src/main.vue +333 -333
  21. package/packages/clients/index.js +5 -5
  22. package/packages/clients/src/main.vue +144 -144
  23. package/packages/data-table/index.js +5 -5
  24. package/packages/data-table/src/children.vue +39 -39
  25. package/packages/data-table/src/column.vue +989 -989
  26. package/packages/data-table/src/main.vue +1822 -1822
  27. package/packages/data-table/src/sizer.vue +195 -195
  28. package/packages/data-table-form/index.js +5 -5
  29. package/packages/data-table-form/src/checkbox.vue +101 -101
  30. package/packages/data-table-form/src/colgroup.vue +17 -17
  31. package/packages/data-table-form/src/main.vue +181 -181
  32. package/packages/data-table-form/src/radio.vue +65 -65
  33. package/packages/data-table-form/src/table.vue +233 -233
  34. package/packages/data-table-form/src/tbody.vue +336 -336
  35. package/packages/data-table-form/src/thead.vue +68 -68
  36. package/packages/date-picker/index.js +5 -5
  37. package/packages/date-picker/src/main.vue +236 -236
  38. package/packages/dialog/index.js +5 -5
  39. package/packages/enterprise/index.js +5 -5
  40. package/packages/enterprise/src/main.vue +66 -66
  41. package/packages/error-page/index.js +5 -5
  42. package/packages/error-page/src/main.vue +44 -44
  43. package/packages/flow/index.js +5 -5
  44. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  45. package/packages/flow/src/component/CustomPreset.vue +322 -322
  46. package/packages/flow/src/component/FileList.vue +99 -99
  47. package/packages/flow/src/component/Preset.vue +255 -255
  48. package/packages/flow/src/component/SendMsg.vue +229 -229
  49. package/packages/flow/src/component/TimeLimit.vue +190 -190
  50. package/packages/flow/src/component/taskUnionExamine.vue +611 -611
  51. package/packages/flow/src/form.vue +121 -121
  52. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  53. package/packages/flow/src/main.vue +2952 -2862
  54. package/packages/flow/src/processForm.vue +1018 -1018
  55. package/packages/flow/src/processReject.vue +293 -293
  56. package/packages/flow/src/reset.vue +899 -899
  57. package/packages/flow/src/startTaskRead.vue +596 -596
  58. package/packages/flow/src/table.vue +58 -58
  59. package/packages/flow-group/index.js +5 -5
  60. package/packages/flow-group/src/main.vue +688 -688
  61. package/packages/flow-list/index.js +5 -5
  62. package/packages/flow-list/src/main.vue +1183 -1172
  63. package/packages/form/index.js +5 -5
  64. package/packages/form/src/main.vue +3584 -3584
  65. package/packages/form/src/table.vue +1420 -1420
  66. package/packages/handle-user/index.js +5 -5
  67. package/packages/handle-user/src/main.vue +138 -138
  68. package/packages/handler/index.js +5 -5
  69. package/packages/handler/src/main.vue +474 -474
  70. package/packages/icon/index.js +5 -5
  71. package/packages/icon/src/main.vue +101 -101
  72. package/packages/icons/index.js +5 -5
  73. package/packages/icons/src/main.vue +81 -81
  74. package/packages/input/index.js +5 -5
  75. package/packages/input/src/main.vue +356 -356
  76. package/packages/input-number/index.js +5 -5
  77. package/packages/input-number/src/main.vue +106 -106
  78. package/packages/label/index.js +5 -5
  79. package/packages/label/src/main.vue +457 -457
  80. package/packages/layout/index.js +5 -5
  81. package/packages/layout/src/item.vue +152 -152
  82. package/packages/layout/src/main.vue +31 -31
  83. package/packages/login/index.js +5 -5
  84. package/packages/login/src/main.vue +1935 -1935
  85. package/packages/login/src/resetPassword.vue +562 -562
  86. package/packages/main/index.js +5 -5
  87. package/packages/main/src/default/message.vue +249 -249
  88. package/packages/main/src/default/notice.vue +157 -157
  89. package/packages/main/src/default/userinfo.vue +505 -505
  90. package/packages/main/src/public/online.vue +89 -89
  91. package/packages/main/src/public/search.vue +461 -461
  92. package/packages/main/src/public/settings.vue +221 -221
  93. package/packages/main/src/simplicity/apps.vue +388 -388
  94. package/packages/main/src/simplicity/avatar.vue +82 -82
  95. package/packages/main/src/simplicity/handler.vue +259 -259
  96. package/packages/main/src/simplicity/index.vue +2047 -2047
  97. package/packages/main/src/simplicity/lists.vue +84 -84
  98. package/packages/main/src/simplicity/menu-list.vue +128 -128
  99. package/packages/main/src/simplicity/message.vue +259 -259
  100. package/packages/main/src/simplicity/notice.vue +190 -190
  101. package/packages/main/src/simplicity/router-page.vue +45 -45
  102. package/packages/main/src/simplicity/sub-menu.vue +241 -241
  103. package/packages/main/src/simplicity/user.vue +257 -257
  104. package/packages/main/src/simplicity/userinfo.vue +312 -312
  105. package/packages/menu/index.js +5 -5
  106. package/packages/menu/src/main.vue +536 -536
  107. package/packages/nav/index.js +5 -5
  108. package/packages/nav/src/main.vue +402 -402
  109. package/packages/notify/index.js +5 -5
  110. package/packages/notify/src/main.vue +538 -538
  111. package/packages/page/index.js +5 -5
  112. package/packages/page/src/main.vue +167 -167
  113. package/packages/pagination/index.js +5 -5
  114. package/packages/pagination/src/main.vue +96 -96
  115. package/packages/player/index.js +5 -5
  116. package/packages/player/src/main.vue +194 -194
  117. package/packages/qr-code/index.js +5 -5
  118. package/packages/qr-code/src/main.vue +170 -170
  119. package/packages/radio-group/index.js +6 -6
  120. package/packages/radio-group/src/main.vue +319 -319
  121. package/packages/retrial-auth/index.js +5 -5
  122. package/packages/retrial-auth/src/main.vue +280 -280
  123. package/packages/select/index.js +5 -5
  124. package/packages/select/src/main.vue +775 -775
  125. package/packages/select-ganged/index.js +5 -5
  126. package/packages/select-ganged/src/main.vue +724 -724
  127. package/packages/selector/index.js +5 -5
  128. package/packages/selector/src/main.vue +689 -689
  129. package/packages/selector-panel/index.js +5 -5
  130. package/packages/selector-panel/src/main.vue +1027 -1027
  131. package/packages/selector-panel/src/selection.vue +177 -177
  132. package/packages/selector-panel/src/tree.vue +129 -129
  133. package/packages/sizer/index.js +5 -5
  134. package/packages/sizer/src/main.vue +254 -254
  135. package/packages/steps/index.js +5 -5
  136. package/packages/steps/src/main.vue +181 -181
  137. package/packages/switch/index.js +5 -5
  138. package/packages/switch/src/main.vue +154 -154
  139. package/packages/table-form/index.js +5 -5
  140. package/packages/tabs/index.js +5 -5
  141. package/packages/tabs/src/main.vue +788 -788
  142. package/packages/tabs-panel/index.js +5 -5
  143. package/packages/tabs-panel/src/main.vue +29 -29
  144. package/packages/theme-chalk/lib/flow.css +1 -1
  145. package/packages/theme-chalk/lib/index.css +1 -1
  146. package/packages/theme-chalk/src/base.scss +260 -260
  147. package/packages/theme-chalk/src/button-group.scss +175 -175
  148. package/packages/theme-chalk/src/button.scss +24 -24
  149. package/packages/theme-chalk/src/calendar.scss +113 -113
  150. package/packages/theme-chalk/src/card.scss +99 -99
  151. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  152. package/packages/theme-chalk/src/clients.scss +87 -87
  153. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  154. package/packages/theme-chalk/src/data-table.scss +293 -293
  155. package/packages/theme-chalk/src/date-picker.scss +7 -7
  156. package/packages/theme-chalk/src/dialog.scss +77 -77
  157. package/packages/theme-chalk/src/enterprise.scss +5 -5
  158. package/packages/theme-chalk/src/error-page.scss +18 -18
  159. package/packages/theme-chalk/src/flow-group.scss +110 -110
  160. package/packages/theme-chalk/src/flow-list.scss +36 -36
  161. package/packages/theme-chalk/src/flow.scss +318 -310
  162. package/packages/theme-chalk/src/form.scss +496 -496
  163. package/packages/theme-chalk/src/handle-user.scss +40 -40
  164. package/packages/theme-chalk/src/handler.scss +143 -143
  165. package/packages/theme-chalk/src/icon.scss +1789 -1789
  166. package/packages/theme-chalk/src/icons.scss +99 -99
  167. package/packages/theme-chalk/src/input.scss +9 -9
  168. package/packages/theme-chalk/src/label.scss +24 -24
  169. package/packages/theme-chalk/src/layout.scss +46 -46
  170. package/packages/theme-chalk/src/login.scss +947 -947
  171. package/packages/theme-chalk/src/main.scss +639 -639
  172. package/packages/theme-chalk/src/menu.scss +222 -222
  173. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  174. package/packages/theme-chalk/src/nav.scss +125 -125
  175. package/packages/theme-chalk/src/page.scss +3 -3
  176. package/packages/theme-chalk/src/pagination.scss +29 -29
  177. package/packages/theme-chalk/src/player.scss +9 -9
  178. package/packages/theme-chalk/src/qr-code.scss +17 -17
  179. package/packages/theme-chalk/src/radio-group.scss +9 -9
  180. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  181. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  182. package/packages/theme-chalk/src/select.scss +8 -8
  183. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  184. package/packages/theme-chalk/src/selector.scss +91 -91
  185. package/packages/theme-chalk/src/simplicity.scss +1262 -1262
  186. package/packages/theme-chalk/src/sizer.scss +36 -36
  187. package/packages/theme-chalk/src/steps.scss +88 -88
  188. package/packages/theme-chalk/src/switch.scss +3 -3
  189. package/packages/theme-chalk/src/table-form.scss +1 -1
  190. package/packages/theme-chalk/src/tabs.scss +87 -87
  191. package/packages/theme-chalk/src/tips.scss +7 -7
  192. package/packages/theme-chalk/src/toolbar.scss +179 -179
  193. package/packages/theme-chalk/src/tree-group.scss +72 -72
  194. package/packages/theme-chalk/src/tree.scss +165 -165
  195. package/packages/theme-chalk/src/upload.scss +167 -167
  196. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  197. package/packages/tips/index.js +5 -5
  198. package/packages/tips/src/main.vue +141 -141
  199. package/packages/toolbar/index.js +5 -5
  200. package/packages/toolbar/src/main.vue +430 -430
  201. package/packages/tree/index.js +5 -5
  202. package/packages/tree-group/index.js +5 -5
  203. package/packages/upload/index.js +5 -5
  204. package/packages/upload/src/main.vue +1334 -1334
  205. package/packages/upload/src/picture.js +15 -15
  206. package/packages/wujie/index.js +5 -5
  207. package/packages/wujie/src/main.vue +145 -145
  208. package/packages/wxlogin/index.js +5 -5
  209. package/packages/wxlogin/src/main.vue +128 -128
  210. package/src/config/api.js +248 -248
  211. package/src/config/image.js +2 -2
  212. package/src/index.js +157 -157
  213. package/src/utils/bus.js +3 -3
  214. package/src/utils/date-util.js +312 -312
  215. package/src/utils/http.js +50 -50
  216. package/src/utils/rules.js +18 -18
  217. package/src/utils/store.js +21 -21
  218. package/src/utils/webSocket.js +107 -107
  219. package/packages/.DS_Store +0 -0
  220. package/packages/data-table/.DS_Store +0 -0
  221. package/packages/data-table-form/.DS_Store +0 -0
  222. package/packages/error-page/.DS_Store +0 -0
  223. package/packages/flow/.DS_Store +0 -0
  224. package/packages/form/.DS_Store +0 -0
  225. package/packages/login/.DS_Store +0 -0
  226. package/packages/main/.DS_Store +0 -0
  227. package/packages/main/src/.DS_Store +0 -0
  228. package/packages/selector/.DS_Store +0 -0
  229. package/packages/selector-panel/.DS_Store +0 -0
  230. package/packages/sizer/.DS_Store +0 -0
  231. package/packages/tabs/.DS_Store +0 -0
  232. package/packages/theme-chalk/src/.DS_Store +0 -0
  233. package/packages/upload/.DS_Store +0 -0
  234. package/src/.DS_Store +0 -0
@@ -24587,8 +24587,8 @@ form_src_main.install = function (Vue) {
24587
24587
  };
24588
24588
 
24589
24589
  /* harmony default export */ var packages_form = (form_src_main);
24590
- // 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=5d052dc2&
24591
- var mainvue_type_template_id_5d052dc2_render = function () {
24590
+ // 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=5cd9622b&
24591
+ var mainvue_type_template_id_5cd9622b_render = function () {
24592
24592
  var _vm = this
24593
24593
  var _h = _vm.$createElement
24594
24594
  var _c = _vm._self._c || _h
@@ -24602,7 +24602,8 @@ var mainvue_type_template_id_5d052dc2_render = function () {
24602
24602
  },
24603
24603
  [
24604
24604
  _vm.newTypeCode == "reset" || _vm.newTypeCode == "continuation"
24605
- ? _c("Reset", {
24605
+ ? _c("reset", {
24606
+ staticStyle: { height: "100%" },
24606
24607
  attrs: {
24607
24608
  type: _vm.newTypeCode,
24608
24609
  appId: _vm.resetAppId,
@@ -24611,6 +24612,7 @@ var mainvue_type_template_id_5d052dc2_render = function () {
24611
24612
  })
24612
24613
  : _c(
24613
24614
  "div",
24615
+ { staticClass: "es-flow-content" },
24614
24616
  [
24615
24617
  _c(
24616
24618
  "div",
@@ -24731,6 +24733,7 @@ var mainvue_type_template_id_5d052dc2_render = function () {
24731
24733
  staticClass: "es-common-opinions",
24732
24734
  attrs: {
24733
24735
  opinion: _vm.value,
24736
+ rows: _vm.rows,
24734
24737
  isBanInputOpinion: _vm.isBanInputOpinion,
24735
24738
  nodeFixedOpinionSelectList:
24736
24739
  _vm.nodeFixedOpinionSelectList,
@@ -24759,6 +24762,7 @@ var mainvue_type_template_id_5d052dc2_render = function () {
24759
24762
  "\n (!endFlow || nodeInfos.length > 1) &&\n newTypeCode != 'fenyue' &&\n !shrink\n ",
24760
24763
  },
24761
24764
  ],
24765
+ ref: "esContent",
24762
24766
  staticClass: "es-info",
24763
24767
  },
24764
24768
  [
@@ -25826,11 +25830,7 @@ var mainvue_type_template_id_5d052dc2_render = function () {
25826
25830
  "div",
25827
25831
  {
25828
25832
  staticClass: "news",
25829
- on: {
25830
- click: function ($event) {
25831
- _vm.showNews = !_vm.showNews
25832
- },
25833
- },
25833
+ on: { click: _vm.showMessage },
25834
25834
  },
25835
25835
  [
25836
25836
  _c("span", { staticClass: "news-item" }, [
@@ -25841,95 +25841,95 @@ var mainvue_type_template_id_5d052dc2_render = function () {
25841
25841
  }),
25842
25842
  ]
25843
25843
  ),
25844
- _c(
25845
- "div",
25846
- {
25847
- directives: [
25844
+ _vm.showNews
25845
+ ? _c(
25846
+ "div",
25848
25847
  {
25849
- name: "show",
25850
- rawName: "v-show",
25851
- value: _vm.showNews,
25852
- expression: "showNews",
25848
+ ref: "messagebox",
25849
+ staticStyle: { transition: "1s" },
25853
25850
  },
25854
- ],
25855
- staticStyle: { transition: "1s" },
25856
- },
25857
- [
25858
- _c(
25859
- "el-checkbox-group",
25860
- {
25861
- model: {
25862
- value: _vm.nextNode.notificationType,
25863
- callback: function ($$v) {
25864
- _vm.$set(
25865
- _vm.nextNode,
25866
- "notificationType",
25867
- $$v
25851
+ [
25852
+ _c(
25853
+ "el-checkbox-group",
25854
+ {
25855
+ model: {
25856
+ value:
25857
+ _vm.nextNode.notificationType,
25858
+ callback: function ($$v) {
25859
+ _vm.$set(
25860
+ _vm.nextNode,
25861
+ "notificationType",
25862
+ $$v
25863
+ )
25864
+ },
25865
+ expression:
25866
+ "nextNode.notificationType",
25867
+ },
25868
+ },
25869
+ _vm._l(_vm.newsList, function (item) {
25870
+ return _c(
25871
+ "el-checkbox",
25872
+ {
25873
+ key: item.cciValue,
25874
+ attrs: {
25875
+ label: item.cciValue,
25876
+ disabled:
25877
+ _vm.readOnlyNotificationType
25878
+ ? _vm.readOnlyNotificationType.indexOf(
25879
+ item.cciValue
25880
+ ) != -1
25881
+ : false,
25882
+ },
25883
+ },
25884
+ [
25885
+ _vm._v(
25886
+ "\n " +
25887
+ _vm._s(item.shortName) +
25888
+ "\n "
25889
+ ),
25890
+ ]
25868
25891
  )
25892
+ }),
25893
+ 1
25894
+ ),
25895
+ _c("es-input", {
25896
+ directives: [
25897
+ {
25898
+ name: "show",
25899
+ rawName: "v-show",
25900
+ value: _vm.showNews,
25901
+ expression: "showNews",
25902
+ },
25903
+ ],
25904
+ staticStyle: {
25905
+ "border-color": "#ccc",
25906
+ padding: "5px",
25907
+ "border-radius": "5px",
25908
+ "font-size": "13px",
25869
25909
  },
25870
- expression: "nextNode.notificationType",
25871
- },
25872
- },
25873
- _vm._l(_vm.newsList, function (item) {
25874
- return _c(
25875
- "el-checkbox",
25876
- {
25877
- key: item.cciValue,
25878
- attrs: {
25879
- label: item.cciValue,
25880
- disabled:
25881
- _vm.readOnlyNotificationType
25882
- ? _vm.readOnlyNotificationType.indexOf(
25883
- item.cciValue
25884
- ) != -1
25885
- : false,
25910
+ attrs: {
25911
+ autosize: "",
25912
+ type: "textarea",
25913
+ readonly:
25914
+ _vm.notificationMessageReadOnly,
25915
+ },
25916
+ model: {
25917
+ value: _vm.nextNode.notificationMsg,
25918
+ callback: function ($$v) {
25919
+ _vm.$set(
25920
+ _vm.nextNode,
25921
+ "notificationMsg",
25922
+ $$v
25923
+ )
25886
25924
  },
25925
+ expression:
25926
+ "nextNode.notificationMsg",
25887
25927
  },
25888
- [
25889
- _vm._v(
25890
- "\n " +
25891
- _vm._s(item.shortName) +
25892
- "\n "
25893
- ),
25894
- ]
25895
- )
25896
- }),
25897
- 1
25898
- ),
25899
- _c("es-input", {
25900
- directives: [
25901
- {
25902
- name: "show",
25903
- rawName: "v-show",
25904
- value: _vm.showNews,
25905
- expression: "showNews",
25906
- },
25928
+ }),
25907
25929
  ],
25908
- staticStyle: {
25909
- "border-color": "#ccc",
25910
- padding: "5px",
25911
- "border-radius": "5px",
25912
- "font-size": "13px",
25913
- },
25914
- attrs: {
25915
- type: "textarea",
25916
- readonly: _vm.notificationMessageReadOnly,
25917
- },
25918
- model: {
25919
- value: _vm.nextNode.notificationMsg,
25920
- callback: function ($$v) {
25921
- _vm.$set(
25922
- _vm.nextNode,
25923
- "notificationMsg",
25924
- $$v
25925
- )
25926
- },
25927
- expression: "nextNode.notificationMsg",
25928
- },
25929
- }),
25930
- ],
25931
- 1
25932
- ),
25930
+ 1
25931
+ )
25932
+ : _vm._e(),
25933
25933
  ]
25934
25934
  )
25935
25935
  : _vm._e(),
@@ -26404,9 +26404,19 @@ var mainvue_type_template_id_5d052dc2_render = function () {
26404
26404
  [
26405
26405
  _c("ProcessForm", {
26406
26406
  attrs: {
26407
- id: _vm.businessIds,
26408
- "process-definition-id": _vm.nodeInfo.nextNode,
26407
+ id:
26408
+ _vm.freeStartFlowParams.startFlowBusinessId ||
26409
+ _vm.businessIds,
26410
+ "is-free-start-flow":
26411
+ _vm.freeStartFlowParams.useScene ===
26412
+ "multiInsMidwayWithSubmitScene",
26413
+ "copy-history":
26414
+ _vm.freeStartFlowParams.pendedHistoryHandle,
26415
+ "process-definition-id":
26416
+ _vm.freeStartFlowNextNode ||
26417
+ _vm.nodeInfo.nextNode,
26409
26418
  opinion: _vm.value,
26419
+ taskParams: _vm.taskParams,
26410
26420
  },
26411
26421
  on: {
26412
26422
  cancel: function ($event) {
@@ -26694,14 +26704,14 @@ var mainvue_type_template_id_5d052dc2_render = function () {
26694
26704
  )
26695
26705
  : _vm._e()
26696
26706
  }
26697
- var mainvue_type_template_id_5d052dc2_staticRenderFns = []
26698
- mainvue_type_template_id_5d052dc2_render._withStripped = true
26707
+ var mainvue_type_template_id_5cd9622b_staticRenderFns = []
26708
+ mainvue_type_template_id_5cd9622b_render._withStripped = true
26699
26709
 
26700
26710
 
26701
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5d052dc2&
26711
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5cd9622b&
26702
26712
 
26703
- // 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=f5e5d4e8&
26704
- var CommonOpinionsvue_type_template_id_f5e5d4e8_render = function () {
26713
+ // 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=feb3781a&
26714
+ var CommonOpinionsvue_type_template_id_feb3781a_render = function () {
26705
26715
  var _vm = this
26706
26716
  var _h = _vm.$createElement
26707
26717
  var _c = _vm._self._c || _h
@@ -26887,11 +26897,11 @@ var CommonOpinionsvue_type_template_id_f5e5d4e8_render = function () {
26887
26897
  1
26888
26898
  )
26889
26899
  }
26890
- var CommonOpinionsvue_type_template_id_f5e5d4e8_staticRenderFns = []
26891
- CommonOpinionsvue_type_template_id_f5e5d4e8_render._withStripped = true
26900
+ var CommonOpinionsvue_type_template_id_feb3781a_staticRenderFns = []
26901
+ CommonOpinionsvue_type_template_id_feb3781a_render._withStripped = true
26892
26902
 
26893
26903
 
26894
- // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=f5e5d4e8&
26904
+ // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=feb3781a&
26895
26905
 
26896
26906
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/table.vue?vue&type=template&id=67f38db6&
26897
26907
  var tablevue_type_template_id_67f38db6_render = function () {
@@ -27466,7 +27476,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
27466
27476
  }
27467
27477
  },
27468
27478
  rows: {
27469
- type: Number,
27479
+ type: [Number, String],
27470
27480
  default: 10
27471
27481
  }
27472
27482
  },
@@ -27498,21 +27508,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
27498
27508
  return validSate;
27499
27509
  },
27500
27510
 
27501
- /**
27502
- * changeOpinion
27503
- * @desc:监听意见变化
27504
- * @author liufan
27505
- * @date 2022年10月28日
27511
+ /**
27512
+ * changeOpinion
27513
+ * @desc:监听意见变化
27514
+ * @author liufan
27515
+ * @date 2022年10月28日
27506
27516
  **/
27507
27517
  changeOpinion: function changeOpinion() {
27508
27518
  this.$emit('change', this.form.value);
27509
27519
  },
27510
27520
 
27511
- /**
27512
- * getCommonOpion
27513
- * @desc:获取意见
27514
- * @author liufan
27515
- * @date 2022年5月25日
27521
+ /**
27522
+ * getCommonOpion
27523
+ * @desc:获取意见
27524
+ * @author liufan
27525
+ * @date 2022年5月25日
27516
27526
  **/
27517
27527
  getCommonOpion: function getCommonOpion() {
27518
27528
  var _this = this;
@@ -27541,24 +27551,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
27541
27551
  });
27542
27552
  },
27543
27553
 
27544
- /**
27545
- * upDate
27546
- * @desc:修改常用语
27547
- * @author liufan
27548
- * @param {Object} val 修改值
27549
- * @date 2022年5月25日
27554
+ /**
27555
+ * upDate
27556
+ * @desc:修改常用语
27557
+ * @author liufan
27558
+ * @param {Object} val 修改值
27559
+ * @date 2022年5月25日
27550
27560
  **/
27551
27561
  upDate: function upDate(val) {
27552
27562
  this.FormData.id = val.id;
27553
27563
  this.addVisible = true;
27554
27564
  },
27555
27565
 
27556
- /**
27557
- * selectChange
27558
- * @desc:常用语选择
27559
- * @author liufan
27560
- * @param {String} val 选中值
27561
- * @date 2022年5月25日
27566
+ /**
27567
+ * selectChange
27568
+ * @desc:常用语选择
27569
+ * @author liufan
27570
+ * @param {String} val 选中值
27571
+ * @date 2022年5月25日
27562
27572
  **/
27563
27573
  selectChange: function selectChange(val) {
27564
27574
  var _this2 = this;
@@ -27577,12 +27587,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
27577
27587
  });
27578
27588
  },
27579
27589
 
27580
- /**
27581
- * del
27582
- * @desc:删除常用语
27583
- * @author liufan
27584
- * @param {Object} val 删除的数据
27585
- * @date 2022年5月25日
27590
+ /**
27591
+ * del
27592
+ * @desc:删除常用语
27593
+ * @author liufan
27594
+ * @param {Object} val 删除的数据
27595
+ * @date 2022年5月25日
27586
27596
  **/
27587
27597
  del: function del(val) {
27588
27598
  var _this3 = this;
@@ -27624,12 +27634,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
27624
27634
  }).catch(function (e) {});
27625
27635
  },
27626
27636
 
27627
- /**
27628
- * submit
27629
- * @desc:新增/编辑意见保存
27630
- * @author liufan
27631
- * @param {Object} val 保存数据
27632
- * @date 2022年5月25日
27637
+ /**
27638
+ * submit
27639
+ * @desc:新增/编辑意见保存
27640
+ * @author liufan
27641
+ * @param {Object} val 保存数据
27642
+ * @date 2022年5月25日
27633
27643
  **/
27634
27644
  submit: function submit(val) {
27635
27645
  var _this4 = this;
@@ -27684,8 +27694,8 @@ var CommonOpinionsvue_type_script_lang_js_components;
27684
27694
 
27685
27695
  var CommonOpinions_component = normalizeComponent(
27686
27696
  component_CommonOpinionsvue_type_script_lang_js_,
27687
- CommonOpinionsvue_type_template_id_f5e5d4e8_render,
27688
- CommonOpinionsvue_type_template_id_f5e5d4e8_staticRenderFns,
27697
+ CommonOpinionsvue_type_template_id_feb3781a_render,
27698
+ CommonOpinionsvue_type_template_id_feb3781a_staticRenderFns,
27689
27699
  false,
27690
27700
  null,
27691
27701
  null,
@@ -27694,8 +27704,8 @@ var CommonOpinions_component = normalizeComponent(
27694
27704
  )
27695
27705
 
27696
27706
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
27697
- // 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=4c3e6186&
27698
- var processFormvue_type_template_id_4c3e6186_render = function () {
27707
+ // 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=4fda08fb&
27708
+ var processFormvue_type_template_id_4fda08fb_render = function () {
27699
27709
  var _vm = this
27700
27710
  var _h = _vm.$createElement
27701
27711
  var _c = _vm._self._c || _h
@@ -27769,13 +27779,22 @@ var processFormvue_type_template_id_4c3e6186_render = function () {
27769
27779
  ],
27770
27780
  1
27771
27781
  ),
27772
- _vm.isSinglePage
27782
+ _vm.isSinglePage || _vm.copyHistory
27773
27783
  ? _c(
27774
27784
  "el-form-item",
27775
- { attrs: { prop: "newOpinion", label: "意见" } },
27785
+ {
27786
+ attrs: {
27787
+ prop: "newOpinion",
27788
+ label: _vm.copyHistory ? "填写意见" : "意见",
27789
+ },
27790
+ },
27776
27791
  [
27777
27792
  _c("CommonOpinions", {
27778
27793
  staticClass: "opinions",
27794
+ attrs: {
27795
+ opinion: _vm.nextNode.newOpinion,
27796
+ rows: _vm.copyHistory ? 2 : 5,
27797
+ },
27779
27798
  on: {
27780
27799
  change: function (val) {
27781
27800
  return (_vm.nextNode.newOpinion = val)
@@ -28216,11 +28235,11 @@ var processFormvue_type_template_id_4c3e6186_render = function () {
28216
28235
  1
28217
28236
  )
28218
28237
  }
28219
- var processFormvue_type_template_id_4c3e6186_staticRenderFns = []
28220
- processFormvue_type_template_id_4c3e6186_render._withStripped = true
28238
+ var processFormvue_type_template_id_4fda08fb_staticRenderFns = []
28239
+ processFormvue_type_template_id_4fda08fb_render._withStripped = true
28221
28240
 
28222
28241
 
28223
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=4c3e6186&
28242
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=4fda08fb&
28224
28243
 
28225
28244
  // 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=615d0e78&
28226
28245
  var selectUservue_type_template_id_615d0e78_render = function () {
@@ -29958,6 +29977,8 @@ var processFormvue_type_script_lang_js_components;
29958
29977
  //
29959
29978
  //
29960
29979
  //
29980
+ //
29981
+ //
29961
29982
 
29962
29983
 
29963
29984
 
@@ -30101,7 +30122,11 @@ var processFormvue_type_script_lang_js_components;
30101
30122
  mounted: function mounted() {
30102
30123
  this.getNodeType();
30103
30124
  this.getStartFlow(this.processDefinitionId);
30104
- this.newOpinion = this.opinion;
30125
+ if (this.copyHistory) {
30126
+ this.nextNode.newOpinion = this.opinion;
30127
+ } else {
30128
+ this.newOpinion = this.opinion;
30129
+ }
30105
30130
  },
30106
30131
 
30107
30132
  methods: {
@@ -30322,7 +30347,7 @@ var processFormvue_type_script_lang_js_components;
30322
30347
  var newParm = {};
30323
30348
  newParm.copyHistory = _this4.copyHistory === 'needCopyPendedHistory';
30324
30349
  newParm.startFlowParamJson = params;
30325
- newParm.startFlowParamJson.businessId = '93f66a39a52c47deb7a9a25b6424f089'; //this.id
30350
+ newParm.startFlowParamJson.businessId = _this4.id; //this.id
30326
30351
  newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
30327
30352
  for (var key in _this4.taskParams) {
30328
30353
  if (Array.isArray(_this4.taskParams[key])) {
@@ -30481,11 +30506,11 @@ var processFormvue_type_script_lang_js_components;
30481
30506
  });
30482
30507
  },
30483
30508
 
30484
- /**
30485
- * isMultiple
30486
- * @desc:是否多选
30487
- * @author liufan
30488
- * @date 2022年9月13日
30509
+ /**
30510
+ * isMultiple
30511
+ * @desc:是否多选
30512
+ * @author liufan
30513
+ * @date 2022年9月13日
30489
30514
  **/
30490
30515
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
30491
30516
  var multiple = false;
@@ -30638,8 +30663,8 @@ var processFormvue_type_script_lang_js_components;
30638
30663
 
30639
30664
  var processForm_component = normalizeComponent(
30640
30665
  src_processFormvue_type_script_lang_js_,
30641
- processFormvue_type_template_id_4c3e6186_render,
30642
- processFormvue_type_template_id_4c3e6186_staticRenderFns,
30666
+ processFormvue_type_template_id_4fda08fb_render,
30667
+ processFormvue_type_template_id_4fda08fb_staticRenderFns,
30643
30668
  false,
30644
30669
  null,
30645
30670
  null,
@@ -30808,8 +30833,8 @@ var FileList_component = normalizeComponent(
30808
30833
  )
30809
30834
 
30810
30835
  /* harmony default export */ var FileList = (FileList_component.exports);
30811
- // 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/SendMsg.vue?vue&type=template&id=6b27baa2&
30812
- var SendMsgvue_type_template_id_6b27baa2_render = function () {
30836
+ // 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/SendMsg.vue?vue&type=template&id=798f665c&
30837
+ var SendMsgvue_type_template_id_798f665c_render = function () {
30813
30838
  var _vm = this
30814
30839
  var _h = _vm.$createElement
30815
30840
  var _c = _vm._self._c || _h
@@ -30898,7 +30923,7 @@ var SendMsgvue_type_template_id_6b27baa2_render = function () {
30898
30923
  _c("el-input", {
30899
30924
  attrs: {
30900
30925
  type: "textarea",
30901
- rows: 2,
30926
+ autosize: "",
30902
30927
  readonly: _vm.notificationMessageReadOnly,
30903
30928
  },
30904
30929
  model: {
@@ -31014,11 +31039,11 @@ var SendMsgvue_type_template_id_6b27baa2_render = function () {
31014
31039
  1
31015
31040
  )
31016
31041
  }
31017
- var SendMsgvue_type_template_id_6b27baa2_staticRenderFns = []
31018
- SendMsgvue_type_template_id_6b27baa2_render._withStripped = true
31042
+ var SendMsgvue_type_template_id_798f665c_staticRenderFns = []
31043
+ SendMsgvue_type_template_id_798f665c_render._withStripped = true
31019
31044
 
31020
31045
 
31021
- // CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=6b27baa2&
31046
+ // CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=798f665c&
31022
31047
 
31023
31048
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SendMsg.vue?vue&type=script&lang=js&
31024
31049
  //
@@ -31270,8 +31295,8 @@ SendMsgvue_type_template_id_6b27baa2_render._withStripped = true
31270
31295
 
31271
31296
  var SendMsg_component = normalizeComponent(
31272
31297
  component_SendMsgvue_type_script_lang_js_,
31273
- SendMsgvue_type_template_id_6b27baa2_render,
31274
- SendMsgvue_type_template_id_6b27baa2_staticRenderFns,
31298
+ SendMsgvue_type_template_id_798f665c_render,
31299
+ SendMsgvue_type_template_id_798f665c_staticRenderFns,
31275
31300
  false,
31276
31301
  null,
31277
31302
  null,
@@ -33294,8 +33319,8 @@ var startTaskRead_component = normalizeComponent(
33294
33319
  )
33295
33320
 
33296
33321
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
33297
- // 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=2b7d4b66&
33298
- var resetvue_type_template_id_2b7d4b66_render = function () {
33322
+ // 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=5f0800ef&
33323
+ var resetvue_type_template_id_5f0800ef_render = function () {
33299
33324
  var _vm = this
33300
33325
  var _h = _vm.$createElement
33301
33326
  var _c = _vm._self._c || _h
@@ -33332,13 +33357,7 @@ var resetvue_type_template_id_2b7d4b66_render = function () {
33332
33357
  [
33333
33358
  _c(
33334
33359
  "div",
33335
- {
33336
- staticStyle: {
33337
- height: "430px",
33338
- "overflow-y": "auto",
33339
- "margin-bottom": "10px",
33340
- },
33341
- },
33360
+ { staticStyle: { "margin-bottom": "10px" } },
33342
33361
  [
33343
33362
  _c(
33344
33363
  "el-form-item",
@@ -33726,11 +33745,11 @@ var resetvue_type_template_id_2b7d4b66_render = function () {
33726
33745
  1
33727
33746
  )
33728
33747
  }
33729
- var resetvue_type_template_id_2b7d4b66_staticRenderFns = []
33730
- resetvue_type_template_id_2b7d4b66_render._withStripped = true
33748
+ var resetvue_type_template_id_5f0800ef_staticRenderFns = []
33749
+ resetvue_type_template_id_5f0800ef_render._withStripped = true
33731
33750
 
33732
33751
 
33733
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=2b7d4b66&
33752
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5f0800ef&
33734
33753
 
33735
33754
  // 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&
33736
33755
  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; };
@@ -34453,11 +34472,11 @@ var resetvue_type_script_lang_js_components;
34453
34472
  });
34454
34473
  },
34455
34474
 
34456
- /**
34457
- * isMultiple
34458
- * @desc:是否多选
34459
- * @author liufan
34460
- * @date 2022年9月13日
34475
+ /**
34476
+ * isMultiple
34477
+ * @desc:是否多选
34478
+ * @author liufan
34479
+ * @date 2022年9月13日
34461
34480
  **/
34462
34481
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34463
34482
  var multiple = false;
@@ -34588,8 +34607,8 @@ var resetvue_type_script_lang_js_components;
34588
34607
 
34589
34608
  var reset_component = normalizeComponent(
34590
34609
  src_resetvue_type_script_lang_js_,
34591
- resetvue_type_template_id_2b7d4b66_render,
34592
- resetvue_type_template_id_2b7d4b66_staticRenderFns,
34610
+ resetvue_type_template_id_5f0800ef_render,
34611
+ resetvue_type_template_id_5f0800ef_staticRenderFns,
34593
34612
  false,
34594
34613
  null,
34595
34614
  null,
@@ -38819,11 +38838,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
38819
38838
  });
38820
38839
  },
38821
38840
 
38822
- /**
38823
- * saveInfo
38824
- * @desc:暂存
38825
- * @author liufan
38826
- * @date 2022年9月9日
38841
+ /**
38842
+ * saveInfo
38843
+ * @desc:暂存
38844
+ * @author liufan
38845
+ * @date 2022年9月9日
38827
38846
  **/
38828
38847
  saveInfo: function saveInfo(type, btn) {
38829
38848
  var _this6 = this;
@@ -38885,11 +38904,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
38885
38904
  });
38886
38905
  },
38887
38906
 
38888
- /**
38889
- * rejectBtn
38890
- * @desc:点击驳回
38891
- * @author liufan
38892
- * @date 2022年5月25日
38907
+ /**
38908
+ * rejectBtn
38909
+ * @desc:点击驳回
38910
+ * @author liufan
38911
+ * @date 2022年5月25日
38893
38912
  **/
38894
38913
  rejectBtn: function rejectBtn() {
38895
38914
  var _this8 = this;
@@ -38907,11 +38926,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
38907
38926
  }
38908
38927
  },
38909
38928
 
38910
- /**
38911
- * taskReadBtn
38912
- * @desc:点击分阅
38913
- * @author liufan
38914
- * @date 2022年5月25日
38929
+ /**
38930
+ * taskReadBtn
38931
+ * @desc:点击分阅
38932
+ * @author liufan
38933
+ * @date 2022年5月25日
38915
38934
  **/
38916
38935
  taskReadBtn: function taskReadBtn() {
38917
38936
  var _this9 = this;
@@ -38930,11 +38949,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
38930
38949
  }
38931
38950
  },
38932
38951
 
38933
- /**
38934
- * getFind
38935
- * @desc:获取通知方式
38936
- * @author liufan
38937
- * @date 2022年5月25日
38952
+ /**
38953
+ * getFind
38954
+ * @desc:获取通知方式
38955
+ * @author liufan
38956
+ * @date 2022年5月25日
38938
38957
  **/
38939
38958
  getFind: function getFind() {
38940
38959
  var _this10 = this;
@@ -38989,12 +39008,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
38989
39008
  });
38990
39009
  },
38991
39010
 
38992
- /**
38993
- * endFlows
38994
- * @desc:直接办结
38995
- * @author liufan
38996
- * @param {Object} res 直接办结数据
38997
- * @date 2022年5月25日
39011
+ /**
39012
+ * endFlows
39013
+ * @desc:直接办结
39014
+ * @author liufan
39015
+ * @param {Object} res 直接办结数据
39016
+ * @date 2022年5月25日
38998
39017
  **/
38999
39018
  endFlows: function endFlows(res) {
39000
39019
  var _this12 = this;
@@ -39048,12 +39067,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39048
39067
  }).catch(function (e) {});
39049
39068
  },
39050
39069
 
39051
- /**
39052
- * goView
39053
- * @desc:更多流程按钮操作
39054
- * @author liufan
39055
- * @param {Object} res 当前点击操作按钮数据
39056
- * @date 2022年5月25日
39070
+ /**
39071
+ * goView
39072
+ * @desc:更多流程按钮操作
39073
+ * @author liufan
39074
+ * @param {Object} res 当前点击操作按钮数据
39075
+ * @date 2022年5月25日
39057
39076
  **/
39058
39077
  goView: function goView(res) {
39059
39078
  // 驳回并办结:rejectAndEndHtml
@@ -39138,11 +39157,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39138
39157
  // isCanStartSubFlow
39139
39158
  },
39140
39159
 
39141
- /**
39142
- * toTakeAdvice
39143
- * @desc:征求意见
39144
- * @author liufan
39145
- * @date 2022年9月29日
39160
+ /**
39161
+ * toTakeAdvice
39162
+ * @desc:征求意见
39163
+ * @author liufan
39164
+ * @date 2022年9月29日
39146
39165
  **/
39147
39166
  toTakeAdvice: function toTakeAdvice(res) {
39148
39167
  var _this14 = this;
@@ -39186,11 +39205,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39186
39205
  });
39187
39206
  },
39188
39207
 
39189
- /**
39190
- * toStartDraf
39191
- * @desc: 稿件递送、联合审核、复核
39192
- * @author liufan
39193
- * @date 2022年9月29日
39208
+ /**
39209
+ * toStartDraf
39210
+ * @desc: 稿件递送、联合审核、复核
39211
+ * @author liufan
39212
+ * @date 2022年9月29日
39194
39213
  **/
39195
39214
  toStartDraf: function toStartDraf(res) {
39196
39215
  var _this16 = this;
@@ -39204,11 +39223,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39204
39223
  }
39205
39224
  },
39206
39225
 
39207
- /**
39208
- * toSendMsg
39209
- * @desc:核稿通知
39210
- * @author liufan
39211
- * @date 2022年9月29日
39226
+ /**
39227
+ * toSendMsg
39228
+ * @desc:核稿通知
39229
+ * @author liufan
39230
+ * @date 2022年9月29日
39212
39231
  **/
39213
39232
  toSendMsg: function toSendMsg(res) {
39214
39233
  var _this17 = this;
@@ -39222,11 +39241,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39222
39241
  }
39223
39242
  },
39224
39243
 
39225
- /**
39226
- * toTaskReadAndEnd
39227
- * @desc:分阅并办结
39228
- * @author liufan
39229
- * @date 2022年9月29日
39244
+ /**
39245
+ * toTaskReadAndEnd
39246
+ * @desc:分阅并办结
39247
+ * @author liufan
39248
+ * @date 2022年9月29日
39230
39249
  **/
39231
39250
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
39232
39251
  var _this18 = this;
@@ -39244,11 +39263,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39244
39263
  }
39245
39264
  },
39246
39265
 
39247
- /**
39248
- * rejectAndEnd
39249
- * @desc:驳回并办结
39250
- * @author liufan
39251
- * @date 2022年9月29日
39266
+ /**
39267
+ * rejectAndEnd
39268
+ * @desc:驳回并办结
39269
+ * @author liufan
39270
+ * @date 2022年9月29日
39252
39271
  **/
39253
39272
  rejectAndEnd: function rejectAndEnd(res) {
39254
39273
  var _this19 = this;
@@ -39303,11 +39322,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39303
39322
  });
39304
39323
  },
39305
39324
 
39306
- /**
39307
- * toTransfer
39308
- * @desc:转办
39309
- * @author liufan
39310
- * @date 2022年9月29日
39325
+ /**
39326
+ * toTransfer
39327
+ * @desc:转办
39328
+ * @author liufan
39329
+ * @date 2022年9月29日
39311
39330
  **/
39312
39331
  toTransfer: function toTransfer(res) {
39313
39332
  var _this21 = this;
@@ -39323,11 +39342,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39323
39342
  }
39324
39343
  },
39325
39344
 
39326
- /**
39327
- * getNodeInfo
39328
- * @desc:获取节点信息
39329
- * @author liufan
39330
- * @date 2022年5月25日
39345
+ /**
39346
+ * getNodeInfo
39347
+ * @desc:获取节点信息
39348
+ * @author liufan
39349
+ * @date 2022年5月25日
39331
39350
  **/
39332
39351
  getNodeInfo: function getNodeInfo() {
39333
39352
  var _this22 = this;
@@ -39426,12 +39445,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39426
39445
  });
39427
39446
  },
39428
39447
 
39429
- /**
39430
- * selecNext
39431
- * @desc:下步节点变化时更新数据
39432
- * @author liufan
39433
- * @param {String} val 当前选中值
39434
- * @date 2022年5月25日
39448
+ /**
39449
+ * selecNext
39450
+ * @desc:下步节点变化时更新数据
39451
+ * @author liufan
39452
+ * @param {String} val 当前选中值
39453
+ * @date 2022年5月25日
39435
39454
  **/
39436
39455
  selecNext: function selecNext(val, type, isDef) {
39437
39456
  var _this23 = this;
@@ -39540,11 +39559,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39540
39559
  if (isDef !== true) this.getNodeInfo();
39541
39560
  },
39542
39561
 
39543
- /**
39544
- * isMultiple
39545
- * @desc:是否多选
39546
- * @author liufan
39547
- * @date 2022年9月13日
39562
+ /**
39563
+ * isMultiple
39564
+ * @desc:是否多选
39565
+ * @author liufan
39566
+ * @date 2022年9月13日
39548
39567
  **/
39549
39568
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
39550
39569
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -39576,11 +39595,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39576
39595
  }
39577
39596
  },
39578
39597
 
39579
- /**
39580
- * getHedInfo
39581
- * @desc:获取审核页面数据
39582
- * @author liufan
39583
- * @date 2022年5月25日
39598
+ /**
39599
+ * getHedInfo
39600
+ * @desc:获取审核页面数据
39601
+ * @author liufan
39602
+ * @date 2022年5月25日
39584
39603
  **/
39585
39604
  getHedInfo: function getHedInfo() {
39586
39605
  var _this24 = this;
@@ -39816,13 +39835,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39816
39835
  });
39817
39836
  },
39818
39837
 
39819
- /**
39820
- * closeProcess
39821
- * @desc:关闭弹窗
39822
- * @author liufan
39823
- * @param {boolean} val 当前是否办理流程
39824
- * @param {String} type 当前点击的弹窗类型
39825
- * @date 2022年5月25日
39838
+ /**
39839
+ * closeProcess
39840
+ * @desc:关闭弹窗
39841
+ * @author liufan
39842
+ * @param {boolean} val 当前是否办理流程
39843
+ * @param {String} type 当前点击的弹窗类型
39844
+ * @date 2022年5月25日
39826
39845
  **/
39827
39846
  closeProcess: function closeProcess(val, type, closeParent) {
39828
39847
  if (closeParent) {
@@ -39839,23 +39858,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39839
39858
  }
39840
39859
  },
39841
39860
 
39842
- /**
39843
- * selectChange
39844
- * @desc:常用语选择
39845
- * @author liufan
39846
- * @param {String} val 选中值
39847
- * @date 2022年5月25日
39861
+ /**
39862
+ * selectChange
39863
+ * @desc:常用语选择
39864
+ * @author liufan
39865
+ * @param {String} val 选中值
39866
+ * @date 2022年5月25日
39848
39867
  **/
39849
39868
  selectChange: function selectChange(val) {
39850
39869
  this.value = val;
39851
39870
  },
39852
39871
 
39853
- /**
39854
- * upDate
39855
- * @desc:修改常用语
39856
- * @author liufan
39857
- * @param {Object} val 修改值
39858
- * @date 2022年5月25日
39872
+ /**
39873
+ * upDate
39874
+ * @desc:修改常用语
39875
+ * @author liufan
39876
+ * @param {Object} val 修改值
39877
+ * @date 2022年5月25日
39859
39878
  **/
39860
39879
  upDate: function upDate(val) {
39861
39880
  this.FormData.id = val.id;
@@ -39863,11 +39882,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39863
39882
  },
39864
39883
 
39865
39884
 
39866
- /**
39867
- * getProcess
39868
- * @desc:获取选择流程
39869
- * @author liufan
39870
- * @date 2022年5月25日
39885
+ /**
39886
+ * getProcess
39887
+ * @desc:获取选择流程
39888
+ * @author liufan
39889
+ * @date 2022年5月25日
39871
39890
  **/
39872
39891
  getProcess: function getProcess() {
39873
39892
  var _this25 = this;
@@ -39921,11 +39940,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39921
39940
  });
39922
39941
  },
39923
39942
 
39924
- /**
39925
- * getPendedhistoryList
39926
- * @desc:获取流程列表
39927
- * @author liufan
39928
- * @date 2022年5月25日
39943
+ /**
39944
+ * getPendedhistoryList
39945
+ * @desc:获取流程列表
39946
+ * @author liufan
39947
+ * @date 2022年5月25日
39929
39948
  **/
39930
39949
  getPendedhistoryList: function getPendedhistoryList() {
39931
39950
  var _this26 = this;
@@ -39957,12 +39976,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39957
39976
  },
39958
39977
 
39959
39978
  // 提交流程
39960
- /**
39961
- * subProcess
39962
- * @desc:提交流程
39963
- * @author liufan
39964
- * @param {String} formName 当前form表单ref值
39965
- * @date 2022年5月25日
39979
+ /**
39980
+ * subProcess
39981
+ * @desc:提交流程
39982
+ * @author liufan
39983
+ * @param {String} formName 当前form表单ref值
39984
+ * @date 2022年5月25日
39966
39985
  **/
39967
39986
  subProcess: function subProcess(val) {
39968
39987
  var _this27 = this;
@@ -40984,6 +41003,50 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
40984
41003
  //
40985
41004
  //
40986
41005
  //
41006
+ //
41007
+ //
41008
+ //
41009
+ //
41010
+ //
41011
+ //
41012
+ //
41013
+ //
41014
+ //
41015
+ //
41016
+ //
41017
+ //
41018
+ //
41019
+ //
41020
+ //
41021
+ //
41022
+ //
41023
+ //
41024
+ //
41025
+ //
41026
+ //
41027
+ //
41028
+ //
41029
+ //
41030
+ //
41031
+ //
41032
+ //
41033
+ //
41034
+ //
41035
+ //
41036
+ //
41037
+ //
41038
+ //
41039
+ //
41040
+ //
41041
+ //
41042
+ //
41043
+ //
41044
+ //
41045
+ //
41046
+ //
41047
+ //
41048
+ //
41049
+ //
40987
41050
 
40988
41051
 
40989
41052
 
@@ -41039,6 +41102,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41039
41102
  resetAppId: { type: String },
41040
41103
  userSelectRange: {
41041
41104
  type: String
41105
+ },
41106
+ rows: {
41107
+ type: [String, Number],
41108
+ default: 10
41042
41109
  }
41043
41110
  },
41044
41111
  data: function data() {
@@ -41048,7 +41115,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41048
41115
  styles: {},
41049
41116
  userModel: {},
41050
41117
  showFreeStartFlow: false, //自由发起流程弹窗
41051
- freeStartFlowParam: {}, //自由发起流程参数
41118
+ freeStartFlowParams: {}, //自由发起流程参数
41119
+ freeStartFlowNextNode: undefined,
41052
41120
  otherOrgDisabledObjId: [],
41053
41121
  currentOrgDisabledObjId: [],
41054
41122
  nextNodeCheckType: 'select',
@@ -41096,6 +41164,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41096
41164
  endFlowInfo: {},
41097
41165
  isCanFenyue: '0',
41098
41166
  appId: '',
41167
+ currentNodeIsCircularReadNode: false,
41099
41168
  multiple: false, //是否多选(true/false)
41100
41169
  readMultiple: true, //分阅用户是否多选(true/false)
41101
41170
  selectReadUserList: [], //选中分阅用户
@@ -41253,6 +41322,15 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41253
41322
  }
41254
41323
  },
41255
41324
  methods: {
41325
+ showMessage: function showMessage() {
41326
+ var _this = this;
41327
+
41328
+ this.showNews = !this.showNews;
41329
+ if (!this.showNews) return;
41330
+ this.$nextTick(function () {
41331
+ _this.$refs.esContent.scrollTop += _this.$refs.messagebox.clientHeight;
41332
+ });
41333
+ },
41256
41334
  freeStartFlowSuccess: function freeStartFlowSuccess() {
41257
41335
  this.showFreeStartFlow = false;
41258
41336
  this.$emit('success');
@@ -41322,7 +41400,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41322
41400
 
41323
41401
  //获取附件
41324
41402
  getFile: function getFile(ownId, code) {
41325
- var _this = this;
41403
+ var _this2 = this;
41326
41404
 
41327
41405
  var params = {
41328
41406
  url: api["A" /* getAdjunctFileInfos */],
@@ -41334,13 +41412,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41334
41412
  msg = res.msg;
41335
41413
 
41336
41414
  if (rCode == 0) {
41337
- results && (_this.fileNum = results.length);
41415
+ results && (_this2.fileNum = results.length);
41338
41416
  } else {
41339
- _this.$message.error(msg || '系统错误,请联系管理员!');
41417
+ _this2.$message.error(msg || '系统错误,请联系管理员!');
41340
41418
  }
41341
41419
  }).catch(function (err) {
41342
41420
  if (err.message && err.message !== 'canceled') {
41343
- _this.$message.error(err.message);
41421
+ _this2.$message.error(err.message);
41344
41422
  }
41345
41423
  });
41346
41424
  },
@@ -41387,7 +41465,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41387
41465
  }
41388
41466
  },
41389
41467
  taskRead: function taskRead() {
41390
- var _this2 = this;
41468
+ var _this3 = this;
41391
41469
 
41392
41470
  if (this.taskReadOpinionRequired == 'true' && !this.value) {
41393
41471
  if (!this.$refs.commonOpinions.validate()) return;
@@ -41397,8 +41475,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41397
41475
  cancelButtonText: '取消',
41398
41476
  type: 'warning'
41399
41477
  }).then(function () {
41400
- _this2.loading = utils_util["a" /* default */].loading(_this2.$loading, '加载中...');
41401
- var _taskExamineInfo = _this2.taskExamineInfo,
41478
+ _this3.loading = utils_util["a" /* default */].loading(_this3.$loading, '加载中...');
41479
+ var _taskExamineInfo = _this3.taskExamineInfo,
41402
41480
  businessId = _taskExamineInfo.businessId,
41403
41481
  appId = _taskExamineInfo.appId,
41404
41482
  processDefinitionId = _taskExamineInfo.processDefinitionId,
@@ -41409,7 +41487,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41409
41487
  appId: appId,
41410
41488
  processDefinitionId: processDefinitionId,
41411
41489
  pendingId: pendingId,
41412
- opinion: _this2.value,
41490
+ opinion: _this3.value,
41413
41491
  taskAction: 'complete'
41414
41492
  };
41415
41493
  utils_util["a" /* default */].ajax({
@@ -41424,24 +41502,24 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41424
41502
  var status = res.status,
41425
41503
  message = res.message;
41426
41504
 
41427
- _this2.loading.close();
41505
+ _this3.loading.close();
41428
41506
  if (status === 'success') {
41429
- _this2.$message.success('提交成功');
41430
- _this2.$emit('success');
41507
+ _this3.$message.success('提交成功');
41508
+ _this3.$emit('success');
41431
41509
  } else {
41432
- _this2.$message.error(message || '系统错误,请联系管理员!');
41433
- _this2.$emit('error');
41510
+ _this3.$message.error(message || '系统错误,请联系管理员!');
41511
+ _this3.$emit('error');
41434
41512
  }
41435
41513
  }).catch(function (err) {
41436
- _this2.loading.close();
41514
+ _this3.loading.close();
41437
41515
  if (err.message && err.message !== 'canceled') {
41438
- _this2.$message.error(err.message);
41516
+ _this3.$message.error(err.message);
41439
41517
  }
41440
41518
  });
41441
41519
  }).catch(function () {});
41442
41520
  },
41443
41521
  getTaskReadFlow: function getTaskReadFlow() {
41444
- var _this3 = this;
41522
+ var _this4 = this;
41445
41523
 
41446
41524
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
41447
41525
  utils_util["a" /* default */].ajax({
@@ -41456,26 +41534,26 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41456
41534
  taskReadOpinionRequired = _res$data.taskReadOpinionRequired;
41457
41535
 
41458
41536
  if (status === 'success') {
41459
- _this3.taskExamineInfo = taskExamine;
41460
- _this3.taskReadOpinionRequired = taskReadOpinionRequired;
41461
- _this3.isCanFenyue = isCanFenyue;
41462
- if (_this3.nodeName) {
41463
- _this3.NodeName = _this3.nodeName;
41537
+ _this4.taskExamineInfo = taskExamine;
41538
+ _this4.taskReadOpinionRequired = taskReadOpinionRequired;
41539
+ _this4.isCanFenyue = isCanFenyue;
41540
+ if (_this4.nodeName) {
41541
+ _this4.NodeName = _this4.nodeName;
41464
41542
  }
41465
- _this3.getNodeType();
41543
+ _this4.getNodeType();
41466
41544
  } else {
41467
- _this3.$message.error(message || '系统错误,请联系管理员!');
41545
+ _this4.$message.error(message || '系统错误,请联系管理员!');
41468
41546
  }
41469
- _this3.loading.close();
41547
+ _this4.loading.close();
41470
41548
  }).catch(function (err) {
41471
- _this3.loading.close();
41549
+ _this4.loading.close();
41472
41550
  if (err.message && err.message !== 'canceled') {
41473
- _this3.$message.error(err.message);
41551
+ _this4.$message.error(err.message);
41474
41552
  }
41475
41553
  });
41476
41554
  },
41477
41555
  getUserInfo: function getUserInfo() {
41478
- var _this4 = this;
41556
+ var _this5 = this;
41479
41557
 
41480
41558
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
41481
41559
  if (mainConfig) {
@@ -41486,14 +41564,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41486
41564
  data = res.data;
41487
41565
 
41488
41566
  if (status == 'success') {
41489
- _this4.userModel = data;
41567
+ _this5.userModel = data;
41490
41568
  } else {
41491
41569
  var msg = res.msg || '系统错误,请联系管理员!';
41492
- _this4.$message.error(msg);
41570
+ _this5.$message.error(msg);
41493
41571
  }
41494
41572
  }).catch(function (err) {
41495
41573
  if (err.message && err.message !== 'canceled') {
41496
- _this4.$message.error(err.message);
41574
+ _this5.$message.error(err.message);
41497
41575
  }
41498
41576
  });
41499
41577
  }
@@ -41513,7 +41591,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41513
41591
  }
41514
41592
  },
41515
41593
  getNodeType: function getNodeType() {
41516
- var _this5 = this;
41594
+ var _this6 = this;
41517
41595
 
41518
41596
  utils_util["a" /* default */].ajax({
41519
41597
  url: api["u" /* findCodeValues */],
@@ -41526,33 +41604,33 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41526
41604
  data = res.data;
41527
41605
 
41528
41606
  if (status === 'success') {
41529
- _this5.newsList = data;
41607
+ _this6.newsList = data;
41530
41608
  }
41531
41609
  }).catch(function (err) {
41532
41610
  if (err.message && err.message !== 'canceled') {
41533
- _this5.$message.error(err.message);
41611
+ _this6.$message.error(err.message);
41534
41612
  }
41535
41613
  });
41536
41614
  },
41537
41615
 
41538
- /**
41539
- * saveInfo
41540
- * @desc:暂存
41541
- * @author liufan
41542
- * @date 2022年9月9日
41616
+ /**
41617
+ * saveInfo
41618
+ * @desc:暂存
41619
+ * @author liufan
41620
+ * @date 2022年9月9日
41543
41621
  **/
41544
41622
  saveInfo: function saveInfo(type, btn) {
41545
- var _this6 = this;
41623
+ var _this7 = this;
41546
41624
 
41547
41625
  if (this.isFlow) {
41548
41626
  if (!type) {
41549
41627
  if (btn && btn.before) {
41550
41628
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
41551
- _this6.$emit('save', _this6.businessIds);
41629
+ _this7.$emit('save', _this7.businessIds);
41552
41630
  }).catch(function (e) {});
41553
41631
  } else if (this.beforeSubmit != undefined) {
41554
41632
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
41555
- _this6.$emit('save', _this6.businessIds);
41633
+ _this7.$emit('save', _this7.businessIds);
41556
41634
  }).catch(function (e) {});
41557
41635
  } else {
41558
41636
  this.$emit('save', this.businessIds);
@@ -41561,13 +41639,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41561
41639
  } else {
41562
41640
  if (btn && btn.before && !type) {
41563
41641
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
41564
- _this6.saveFlowInfo();
41642
+ _this7.saveFlowInfo();
41565
41643
  }).catch(function (e) {});
41566
41644
  } else if (this.beforeSubmit == undefined && !type) {
41567
41645
  this.subFun(this.saveFlowInfo);
41568
41646
  } else if (!type && this.beforeSubmit != undefined) {
41569
41647
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
41570
- _this6.saveFlowInfo();
41648
+ _this7.saveFlowInfo();
41571
41649
  }).catch(function (e) {});
41572
41650
  } else {
41573
41651
  this.saveFlowInfo(type);
@@ -41575,7 +41653,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41575
41653
  }
41576
41654
  },
41577
41655
  saveFlowInfo: function saveFlowInfo(isSave) {
41578
- var _this7 = this;
41656
+ var _this8 = this;
41579
41657
 
41580
41658
  var params = {
41581
41659
  opinion: this.value,
@@ -41586,29 +41664,29 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41586
41664
  var status = res.status,
41587
41665
  message = res.message;
41588
41666
 
41589
- if (!isSave) _this7.loading.close();
41667
+ if (!isSave) _this8.loading.close();
41590
41668
  if (status == 'success') {
41591
41669
  // this.$message.success('暂存成功');
41592
- !isSave && _this7.$emit('save', _this7.businessIds);
41670
+ !isSave && _this8.$emit('save', _this8.businessIds);
41593
41671
  } else {
41594
- _this7.$message.error(message || '系统错误,请联系管理员!');
41672
+ _this8.$message.error(message || '系统错误,请联系管理员!');
41595
41673
  }
41596
41674
  }).catch(function (err) {
41597
- if (!isSave) _this7.loading.close();
41675
+ if (!isSave) _this8.loading.close();
41598
41676
  if (err.message && err.message !== 'canceled') {
41599
- _this7.$message.error(err.message);
41677
+ _this8.$message.error(err.message);
41600
41678
  }
41601
41679
  });
41602
41680
  },
41603
41681
 
41604
- /**
41605
- * rejectBtn
41606
- * @desc:点击驳回
41607
- * @author liufan
41608
- * @date 2022年5月25日
41682
+ /**
41683
+ * rejectBtn
41684
+ * @desc:点击驳回
41685
+ * @author liufan
41686
+ * @date 2022年5月25日
41609
41687
  **/
41610
41688
  rejectBtn: function rejectBtn() {
41611
- var _this8 = this;
41689
+ var _this9 = this;
41612
41690
 
41613
41691
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
41614
41692
  if (!this.value) {
@@ -41616,28 +41694,28 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41616
41694
  }
41617
41695
  if (this.beforeSubmit != undefined) {
41618
41696
  this.beforeSubmit(0).then(function (next) {
41619
- _this8.showReject = true;
41697
+ _this9.showReject = true;
41620
41698
  }).catch(function (e) {});
41621
41699
  } else {
41622
41700
  this.showReject = true;
41623
41701
  }
41624
41702
  },
41625
41703
 
41626
- /**
41627
- * taskReadBtn
41628
- * @desc:点击分阅
41629
- * @author liufan
41630
- * @date 2022年5月25日
41704
+ /**
41705
+ * taskReadBtn
41706
+ * @desc:点击分阅
41707
+ * @author liufan
41708
+ * @date 2022年5月25日
41631
41709
  **/
41632
41710
  taskReadBtn: function taskReadBtn() {
41633
- var _this9 = this;
41711
+ var _this10 = this;
41634
41712
 
41635
41713
  // return this.$message.warning('暂未开放!敬请期待');
41636
41714
  if (this.beforeSubmit != undefined) {
41637
41715
  this.beforeSubmit().then(function (next) {
41638
- if (_this9.value === '') _this9.value = _this9.nodeDefaultRejectOpinion;
41639
- _this9.taskReadType = 'create';
41640
- _this9.showTaskRead = true;
41716
+ if (_this10.value === '') _this10.value = _this10.nodeDefaultRejectOpinion;
41717
+ _this10.taskReadType = 'create';
41718
+ _this10.showTaskRead = true;
41641
41719
  }).catch(function (e) {});
41642
41720
  } else {
41643
41721
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -41646,14 +41724,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41646
41724
  }
41647
41725
  },
41648
41726
 
41649
- /**
41650
- * getFind
41651
- * @desc:获取通知方式
41652
- * @author liufan
41653
- * @date 2022年5月25日
41727
+ /**
41728
+ * getFind
41729
+ * @desc:获取通知方式
41730
+ * @author liufan
41731
+ * @date 2022年5月25日
41654
41732
  **/
41655
41733
  getFind: function getFind() {
41656
- var _this10 = this;
41734
+ var _this11 = this;
41657
41735
 
41658
41736
  utils_util["a" /* default */].ajax({
41659
41737
  url: api["w" /* findSysCodes */]
@@ -41662,25 +41740,25 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41662
41740
  message = res.message;
41663
41741
 
41664
41742
  if (status === 'success') {
41665
- _this10.nextNode.notificationType = message.split(',');
41743
+ _this11.nextNode.notificationType = message.split(',');
41666
41744
  var arr = [];
41667
- _this10.newsList.map(function (item) {
41668
- _this10.nextNode.notificationType.map(function (x) {
41745
+ _this11.newsList.map(function (item) {
41746
+ _this11.nextNode.notificationType.map(function (x) {
41669
41747
  if (x == item.cciValue) {
41670
41748
  arr.push(x);
41671
41749
  }
41672
41750
  });
41673
41751
  });
41674
- _this10.nextNode.notificationType = arr;
41752
+ _this11.nextNode.notificationType = arr;
41675
41753
  }
41676
41754
  }).catch(function (err) {
41677
41755
  if (err.message && err.message !== 'canceled') {
41678
- _this10.$message.error(err.message);
41756
+ _this11.$message.error(err.message);
41679
41757
  }
41680
41758
  });
41681
41759
  },
41682
41760
  getFreeStartParams: function getFreeStartParams() {
41683
- var _this11 = this;
41761
+ var _this12 = this;
41684
41762
 
41685
41763
  var _endFlowInfo = this.endFlowInfo,
41686
41764
  businessId = _endFlowInfo.businessId,
@@ -41695,83 +41773,91 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41695
41773
  nodeId: nodeId
41696
41774
  }
41697
41775
  };
41776
+ this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
41698
41777
  utils_util["a" /* default */].ajax(param).then(function (res) {
41778
+ _this12.loading.close();
41699
41779
  if (res.rCode == 0 || res.status == 'success') {
41700
- _this11.freeStartFlowParams = res.results;
41701
- if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this11.subProcess('同意。', res.results.useScene);
41702
- if (!_this11.freeValid) return;
41703
- _this11.showFreeStartFlow = true;
41780
+ _this12.freeStartFlowParams = res.results;
41781
+ if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this12.subProcess('同意。', res.results.useScene);
41782
+ if (!_this12.freeValid) return;
41783
+ if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this12.$message.warning('未找到流程定义!');
41784
+ if (res.results.startFlowIndexProcessKeys.length == 1) {
41785
+ _this12.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
41786
+ _this12.handleVisible = true;
41787
+ } else {
41788
+ _this12.showFreeStartFlow = true;
41789
+ }
41704
41790
  } else {
41705
- _this11.$message.error(res.message || '系统错误,请联系管理员!');
41791
+ _this12.$message.error(res.message || '系统错误,请联系管理员!');
41706
41792
  }
41707
41793
  });
41708
41794
  },
41709
41795
 
41710
- /**
41711
- * endFlows
41712
- * @desc:直接办结
41713
- * @author liufan
41714
- * @param {Object} res 直接办结数据
41715
- * @date 2022年5月25日
41796
+ /**
41797
+ * endFlows
41798
+ * @desc:直接办结
41799
+ * @author liufan
41800
+ * @param {Object} res 直接办结数据
41801
+ * @date 2022年5月25日
41716
41802
  **/
41717
41803
  endFlows: function endFlows(res) {
41718
- var _this12 = this;
41804
+ var _this13 = this;
41719
41805
 
41720
41806
  if (this.beforeSubmit != undefined) {
41721
41807
  this.beforeSubmit().then(function (next) {
41722
- _this12.saveEndFlows(res);
41808
+ _this13.saveEndFlows(res);
41723
41809
  }).catch(function (e) {});
41724
41810
  } else {
41725
41811
  this.saveEndFlows(res);
41726
41812
  }
41727
41813
  },
41728
41814
  saveEndFlows: function saveEndFlows(res) {
41729
- var _this13 = this;
41815
+ var _this14 = this;
41730
41816
 
41731
41817
  this.$confirm('确认' + res.value + '?').then(function () {
41732
41818
  var params = {
41733
41819
  url: api["t" /* endFlowHtml */],
41734
41820
  headers: { Accept: 'application/json,text/plain' },
41735
41821
  method: 'post',
41736
- data: flow_src_mainvue_type_script_lang_js_extends({}, _this13.endFlowInfo, _this13.nextNode, {
41737
- opinion: _this13.value,
41822
+ data: flow_src_mainvue_type_script_lang_js_extends({}, _this14.endFlowInfo, _this14.nextNode, {
41823
+ opinion: _this14.value,
41738
41824
  userId: utils_util["a" /* default */].getStorage('userId'),
41739
- nextUserId: _this13.multiple ? _this13.nextNode.nextUserId.join(',') : _this13.nextNode.nextUserId,
41740
- addSignUserId: _this13.nextNode.addSignUserId.join(','),
41741
- customPresetUserJson: JSON.stringify(_this13.presetList),
41742
- presetUserJson: JSON.stringify(_this13.presetUserJson),
41743
- removeSignUserId: _this13.nextNode.removeSignUserId.join(','),
41744
- notificationType: _this13.nextNode.notificationType.join(',')
41825
+ nextUserId: _this14.multiple ? _this14.nextNode.nextUserId.join(',') : _this14.nextNode.nextUserId,
41826
+ addSignUserId: _this14.nextNode.addSignUserId.join(','),
41827
+ customPresetUserJson: JSON.stringify(_this14.presetList),
41828
+ presetUserJson: JSON.stringify(_this14.presetUserJson),
41829
+ removeSignUserId: _this14.nextNode.removeSignUserId.join(','),
41830
+ notificationType: _this14.nextNode.notificationType.join(',')
41745
41831
  })
41746
41832
  };
41747
- _this13.loading = utils_util["a" /* default */].loading(_this13.$loading, '加载中...');
41833
+ _this14.loading = utils_util["a" /* default */].loading(_this14.$loading, '加载中...');
41748
41834
  utils_util["a" /* default */].ajax(params).then(function (res) {
41749
41835
  var status = res.status,
41750
41836
  message = res.message;
41751
41837
 
41752
- _this13.loading.close();
41838
+ _this14.loading.close();
41753
41839
  if (status === 'success') {
41754
- _this13.$message.success('提交成功');
41755
- _this13.$emit('success');
41840
+ _this14.$message.success('提交成功');
41841
+ _this14.$emit('success');
41756
41842
  } else {
41757
- _this13.$message.error(message || '系统错误,请联系管理员!');
41758
- _this13.$emit('error');
41843
+ _this14.$message.error(message || '系统错误,请联系管理员!');
41844
+ _this14.$emit('error');
41759
41845
  }
41760
41846
  }).catch(function (err) {
41761
- _this13.loading.close();
41847
+ _this14.loading.close();
41762
41848
  if (err.message && err.message !== 'canceled') {
41763
- _this13.$message.error(err.message);
41849
+ _this14.$message.error(err.message);
41764
41850
  }
41765
41851
  });
41766
41852
  }).catch(function (e) {});
41767
41853
  },
41768
41854
 
41769
- /**
41770
- * goView
41771
- * @desc:更多流程按钮操作
41772
- * @author liufan
41773
- * @param {Object} res 当前点击操作按钮数据
41774
- * @date 2022年5月25日
41855
+ /**
41856
+ * goView
41857
+ * @desc:更多流程按钮操作
41858
+ * @author liufan
41859
+ * @param {Object} res 当前点击操作按钮数据
41860
+ * @date 2022年5月25日
41775
41861
  **/
41776
41862
  goView: function goView(res) {
41777
41863
  // 驳回并办结:rejectAndEndHtml
@@ -41856,18 +41942,18 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41856
41942
  // isCanStartSubFlow
41857
41943
  },
41858
41944
 
41859
- /**
41860
- * toTakeAdvice
41861
- * @desc:征求意见
41862
- * @author liufan
41863
- * @date 2022年9月29日
41945
+ /**
41946
+ * toTakeAdvice
41947
+ * @desc:征求意见
41948
+ * @author liufan
41949
+ * @date 2022年9月29日
41864
41950
  **/
41865
41951
  toTakeAdvice: function toTakeAdvice(res) {
41866
- var _this14 = this;
41952
+ var _this15 = this;
41867
41953
 
41868
41954
  if (this.beforeSubmit != undefined) {
41869
41955
  this.beforeSubmit().then(function (next) {
41870
- _this14.saveToTakeAdvice(res);
41956
+ _this15.saveToTakeAdvice(res);
41871
41957
  }).catch(function (e) {});
41872
41958
  } else {
41873
41959
  this.saveToTakeAdvice(res);
@@ -41875,7 +41961,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41875
41961
  // return this.$message.warning('暂未开放!敬请期待');
41876
41962
  },
41877
41963
  saveToTakeAdvice: function saveToTakeAdvice(res) {
41878
- var _this15 = this;
41964
+ var _this16 = this;
41879
41965
 
41880
41966
  var params = {
41881
41967
  url: api["db" /* isCanStartSubFlow */],
@@ -41890,70 +41976,70 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41890
41976
  utils_util["a" /* default */].ajax(params).then(function (res) {
41891
41977
  var message = res.message;
41892
41978
 
41893
- _this15.loading.close();
41979
+ _this16.loading.close();
41894
41980
  if (message == 'success') {
41895
- _this15.showTaskUnionExamine = true;
41981
+ _this16.showTaskUnionExamine = true;
41896
41982
  } else {
41897
- _this15.$message.error(message || '系统错误,请联系管理员!');
41983
+ _this16.$message.error(message || '系统错误,请联系管理员!');
41898
41984
  }
41899
41985
  }).catch(function (err) {
41900
- _this15.loading.close();
41986
+ _this16.loading.close();
41901
41987
  if (err.message && err.message !== 'canceled') {
41902
- _this15.$message.error(err.message);
41988
+ _this16.$message.error(err.message);
41903
41989
  }
41904
41990
  });
41905
41991
  },
41906
41992
 
41907
- /**
41908
- * toStartDraf
41909
- * @desc: 稿件递送、联合审核、复核
41910
- * @author liufan
41911
- * @date 2022年9月29日
41993
+ /**
41994
+ * toStartDraf
41995
+ * @desc: 稿件递送、联合审核、复核
41996
+ * @author liufan
41997
+ * @date 2022年9月29日
41912
41998
  **/
41913
41999
  toStartDraf: function toStartDraf(res) {
41914
- var _this16 = this;
42000
+ var _this17 = this;
41915
42001
 
41916
42002
  if (this.beforeSubmit != undefined) {
41917
42003
  this.beforeSubmit().then(function (next) {
41918
- _this16.showTaskUnionExamine = true;
42004
+ _this17.showTaskUnionExamine = true;
41919
42005
  }).catch(function (e) {});
41920
42006
  } else {
41921
42007
  this.showTaskUnionExamine = true;
41922
42008
  }
41923
42009
  },
41924
42010
 
41925
- /**
41926
- * toSendMsg
41927
- * @desc:核稿通知
41928
- * @author liufan
41929
- * @date 2022年9月29日
42011
+ /**
42012
+ * toSendMsg
42013
+ * @desc:核稿通知
42014
+ * @author liufan
42015
+ * @date 2022年9月29日
41930
42016
  **/
41931
42017
  toSendMsg: function toSendMsg(res) {
41932
- var _this17 = this;
42018
+ var _this18 = this;
41933
42019
 
41934
42020
  if (this.beforeSubmit != undefined) {
41935
42021
  this.beforeSubmit().then(function (next) {
41936
- _this17.showSendMsg = true;
42022
+ _this18.showSendMsg = true;
41937
42023
  }).catch(function (e) {});
41938
42024
  } else {
41939
42025
  this.showSendMsg = true;
41940
42026
  }
41941
42027
  },
41942
42028
 
41943
- /**
41944
- * toTaskReadAndEnd
41945
- * @desc:分阅并办结
41946
- * @author liufan
41947
- * @date 2022年9月29日
42029
+ /**
42030
+ * toTaskReadAndEnd
42031
+ * @desc:分阅并办结
42032
+ * @author liufan
42033
+ * @date 2022年9月29日
41948
42034
  **/
41949
42035
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
41950
- var _this18 = this;
42036
+ var _this19 = this;
41951
42037
 
41952
42038
  if (this.beforeSubmit != undefined) {
41953
42039
  this.beforeSubmit().then(function (next) {
41954
- if (_this18.value === '') _this18.value = _this18.nodeDefaultRejectOpinion;
41955
- _this18.taskReadType = 'taskReadAndEnd';
41956
- _this18.showTaskRead = true;
42040
+ if (_this19.value === '') _this19.value = _this19.nodeDefaultRejectOpinion;
42041
+ _this19.taskReadType = 'taskReadAndEnd';
42042
+ _this19.showTaskRead = true;
41957
42043
  }).catch(function (e) {});
41958
42044
  } else {
41959
42045
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -41962,28 +42048,28 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41962
42048
  }
41963
42049
  },
41964
42050
 
41965
- /**
41966
- * rejectAndEnd
41967
- * @desc:驳回并办结
41968
- * @author liufan
41969
- * @date 2022年9月29日
42051
+ /**
42052
+ * rejectAndEnd
42053
+ * @desc:驳回并办结
42054
+ * @author liufan
42055
+ * @date 2022年9月29日
41970
42056
  **/
41971
42057
  rejectAndEnd: function rejectAndEnd(res) {
41972
- var _this19 = this;
42058
+ var _this20 = this;
41973
42059
 
41974
42060
  if (this.isOpinionRequired == 1 && (this.value == '' || !this.value)) {
41975
42061
  if (!this.$refs.commonOpinions.validate()) return;
41976
42062
  }
41977
42063
  if (this.beforeSubmit != undefined) {
41978
42064
  this.beforeSubmit().then(function (next) {
41979
- _this19.saveRejectAndEnd(res);
42065
+ _this20.saveRejectAndEnd(res);
41980
42066
  }).catch(function (e) {});
41981
42067
  } else {
41982
42068
  this.saveRejectAndEnd(res);
41983
42069
  }
41984
42070
  },
41985
42071
  saveRejectAndEnd: function saveRejectAndEnd(res) {
41986
- var _this20 = this;
42072
+ var _this21 = this;
41987
42073
 
41988
42074
  this.$confirm('确认' + res.value + '?').then(function () {
41989
42075
  // return this.$message.warning('请填写意见');
@@ -41992,28 +42078,28 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
41992
42078
  headers: { Accept: 'application/json,text/plain' },
41993
42079
  method: 'post',
41994
42080
  data: {
41995
- opinion: _this20.value,
41996
- pendingId: _this20.pendingId,
42081
+ opinion: _this21.value,
42082
+ pendingId: _this21.pendingId,
41997
42083
  isSinglePage: false
41998
42084
  }
41999
42085
  };
42000
- _this20.loading = utils_util["a" /* default */].loading(_this20.$loading, '加载中...');
42086
+ _this21.loading = utils_util["a" /* default */].loading(_this21.$loading, '加载中...');
42001
42087
  utils_util["a" /* default */].ajax(params).then(function (res) {
42002
42088
  var status = res.status,
42003
42089
  message = res.message;
42004
42090
 
42005
- _this20.loading.close();
42091
+ _this21.loading.close();
42006
42092
  if (status === 'success') {
42007
- _this20.$message.success('提交成功');
42008
- _this20.$emit('success');
42093
+ _this21.$message.success('提交成功');
42094
+ _this21.$emit('success');
42009
42095
  } else {
42010
- _this20.$message.error(message || '系统错误,请联系管理员!');
42011
- _this20.$emit('error');
42096
+ _this21.$message.error(message || '系统错误,请联系管理员!');
42097
+ _this21.$emit('error');
42012
42098
  }
42013
42099
  }).catch(function (err) {
42014
- _this20.loading.close();
42100
+ _this21.loading.close();
42015
42101
  if (err.message && err.message !== 'canceled') {
42016
- _this20.$message.error(err.message);
42102
+ _this21.$message.error(err.message);
42017
42103
  }
42018
42104
  });
42019
42105
  }).catch(function () {
@@ -42021,19 +42107,19 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42021
42107
  });
42022
42108
  },
42023
42109
 
42024
- /**
42025
- * toTransfer
42026
- * @desc:转办
42027
- * @author liufan
42028
- * @date 2022年9月29日
42110
+ /**
42111
+ * toTransfer
42112
+ * @desc:转办
42113
+ * @author liufan
42114
+ * @date 2022年9月29日
42029
42115
  **/
42030
42116
  toTransfer: function toTransfer(res) {
42031
- var _this21 = this;
42117
+ var _this22 = this;
42032
42118
 
42033
42119
  if (this.beforeSubmit != undefined) {
42034
42120
  this.beforeSubmit(0).then(function (next) {
42035
- _this21.taskReadType = 'transfer';
42036
- _this21.showTaskRead = true;
42121
+ _this22.taskReadType = 'transfer';
42122
+ _this22.showTaskRead = true;
42037
42123
  }).catch(function (e) {});
42038
42124
  } else {
42039
42125
  this.taskReadType = 'transfer';
@@ -42041,14 +42127,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42041
42127
  }
42042
42128
  },
42043
42129
 
42044
- /**
42045
- * getNodeInfo
42046
- * @desc:获取节点信息
42047
- * @author liufan
42048
- * @date 2022年5月25日
42130
+ /**
42131
+ * getNodeInfo
42132
+ * @desc:获取节点信息
42133
+ * @author liufan
42134
+ * @date 2022年5月25日
42049
42135
  **/
42050
42136
  getNodeInfo: function getNodeInfo() {
42051
- var _this22 = this;
42137
+ var _this23 = this;
42052
42138
 
42053
42139
  var params = {
42054
42140
  processDefinitionId: this.nodeInfo.nextNode,
@@ -42063,44 +42149,44 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42063
42149
  message = res.message,
42064
42150
  data = res.data;
42065
42151
 
42066
- _this22.loading.close();
42152
+ _this23.loading.close();
42067
42153
  if (status === 'success') {
42068
- data.otherOrgDisabledObjId && (_this22.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
42069
- data.currentOrgDisabledObjId && (_this22.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
42154
+ data.otherOrgDisabledObjId && (_this23.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
42155
+ data.currentOrgDisabledObjId && (_this23.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
42070
42156
  if (data != null) {
42071
42157
  if (data.nodeExtAttr.userSelectionType == 7 || data.nodeExtAttr.userSelectionType == 8 || data.nodeExtAttr.userSelectionType == 9 || data.nodeExtAttr.userSelectionType == 10 || data.nodeExtAttr.userSelectionType == 11 || data.nodeExtAttr.userSelectionType == 12) {
42072
- _this22.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
42158
+ _this23.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
42073
42159
  } else {
42074
- _this22.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this22.choiceOrgId, _this22.choiceDeptId, _this22.pOrgId);
42160
+ _this23.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this23.choiceOrgId, _this23.choiceDeptId, _this23.pOrgId);
42075
42161
  }
42076
- _this22.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
42077
- _this22.isTaskread = data.nodeExtAttr.isTaskread;
42078
- _this22.isHandleExplain = data.nodeExtAttr.isHandleExplain;
42079
- _this22.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
42080
- _this22.nodeType = data.nodeExtAttr.nodeType;
42162
+ _this23.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
42163
+ _this23.isTaskread = data.nodeExtAttr.isTaskread;
42164
+ _this23.isHandleExplain = data.nodeExtAttr.isHandleExplain;
42165
+ _this23.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
42166
+ _this23.nodeType = data.nodeExtAttr.nodeType;
42081
42167
  //如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
42082
- if (_this22.nodeType === 1 || _this22.nodeType === 2) {
42083
- _this22.isMainSubProcess === true ? _this22.isNodeShowProcess = true : _this22.isNodeShowProcess = false;
42084
- _this22.isMainSubProcess === true ? _this22.isMainSubProcess = true : _this22.isMainSubProcess = false;
42085
- _this22.isNextUser = false;
42086
- _this22.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
42087
- _this22.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
42168
+ if (_this23.nodeType === 1 || _this23.nodeType === 2) {
42169
+ _this23.isMainSubProcess === true ? _this23.isNodeShowProcess = true : _this23.isNodeShowProcess = false;
42170
+ _this23.isMainSubProcess === true ? _this23.isMainSubProcess = true : _this23.isMainSubProcess = false;
42171
+ _this23.isNextUser = false;
42172
+ _this23.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
42173
+ _this23.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
42088
42174
  } else {
42089
- _this22.isHideCurrentOrg = false;
42090
- _this22.isHideOtherOrg = false;
42091
- _this22.isNodeShowProcess = false;
42092
- _this22.isMainSubProcess = false;
42093
- _this22.isNextUser = _this22.nextNode.nextOperate != 9;
42175
+ _this23.isHideCurrentOrg = false;
42176
+ _this23.isHideOtherOrg = false;
42177
+ _this23.isNodeShowProcess = false;
42178
+ _this23.isMainSubProcess = false;
42179
+ _this23.isNextUser = _this23.nextNode.nextOperate != 9;
42094
42180
  // this.isMainSubProcess === true
42095
42181
  // ? (this.isMainSubProcess = true)
42096
42182
  // : (this.isMainSubProcess = false);
42097
42183
  }
42098
- _this22.multiple ? _this22.nextNode.nextUserId = [] : _this22.nextNode.nextUserId = '';
42099
- if (_this22.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
42184
+ _this23.multiple ? _this23.nextNode.nextUserId = [] : _this23.nextNode.nextUserId = '';
42185
+ if (_this23.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
42100
42186
  data.nextUserList.map(function (item) {
42101
42187
  if (item.userId && item.username) {
42102
- _this22.nextNode.nextUserId.push(item.userId);
42103
- _this22.selectUserList.push({
42188
+ _this23.nextNode.nextUserId.push(item.userId);
42189
+ _this23.selectUserList.push({
42104
42190
  showname: item.username,
42105
42191
  showid: item.userId
42106
42192
  });
@@ -42109,50 +42195,50 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42109
42195
  }
42110
42196
  data.nextUserList.map(function (item) {
42111
42197
  if (item.userId && item.username) {
42112
- _this22.options.push({
42198
+ _this23.options.push({
42113
42199
  showname: item.username,
42114
42200
  showid: item.userId
42115
42201
  });
42116
42202
  }
42117
42203
  });
42118
42204
  if (data.nodeExtAttr.presetEdit != 0) {
42119
- _this22.radioList = _this22.options;
42205
+ _this23.radioList = _this23.options;
42120
42206
  }
42121
- if (!_this22.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
42122
- _this22.nextNode.nextUserId = data.nextUserList[0].userId;
42123
- _this22.selectUserList.push({
42207
+ if (!_this23.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
42208
+ _this23.nextNode.nextUserId = data.nextUserList[0].userId;
42209
+ _this23.selectUserList.push({
42124
42210
  showname: data.nextUserList[0].username,
42125
42211
  showid: data.nextUserList[0].userId
42126
42212
  });
42127
42213
  }
42128
- _this22.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
42129
- _this22.isCustomUser = data.nodeExtAttr.isCustomUser;
42130
- _this22.presetEdit = data.nodeExtAttr.presetEdit;
42131
- _this22.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
42132
- _this22.handleMode = data.countersignaturetypeText;
42133
- data.globalNodeType === 'endEvent' ? _this22.endFlow = true : '';
42134
- }
42135
- _this22.isCustomPreset && _this22.$refs.customPreset.getPresetFlowInfo(_this22.nextNode.nextNodeId, _this22.nodeInfo.nextNode, true);
42214
+ _this23.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
42215
+ _this23.isCustomUser = data.nodeExtAttr.isCustomUser;
42216
+ _this23.presetEdit = data.nodeExtAttr.presetEdit;
42217
+ _this23.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
42218
+ _this23.handleMode = data.countersignaturetypeText;
42219
+ data.globalNodeType === 'endEvent' ? _this23.endFlow = true : '';
42220
+ }
42221
+ _this23.isCustomPreset && _this23.$refs.customPreset.getPresetFlowInfo(_this23.nextNode.nextNodeId, _this23.nodeInfo.nextNode, true);
42136
42222
  } else {
42137
- _this22.$message.error(message || '系统错误,请联系管理员!');
42223
+ _this23.$message.error(message || '系统错误,请联系管理员!');
42138
42224
  }
42139
42225
  }).catch(function (err) {
42140
- _this22.loading.close();
42226
+ _this23.loading.close();
42141
42227
  if (err.message && err.message !== 'canceled') {
42142
- _this22.$message.error(err.message);
42228
+ _this23.$message.error(err.message);
42143
42229
  }
42144
42230
  });
42145
42231
  },
42146
42232
 
42147
- /**
42148
- * selecNext
42149
- * @desc:下步节点变化时更新数据
42150
- * @author liufan
42151
- * @param {String} val 当前选中值
42152
- * @date 2022年5月25日
42233
+ /**
42234
+ * selecNext
42235
+ * @desc:下步节点变化时更新数据
42236
+ * @author liufan
42237
+ * @param {String} val 当前选中值
42238
+ * @date 2022年5月25日
42153
42239
  **/
42154
42240
  selecNext: function selecNext(val, type, isDef) {
42155
- var _this23 = this;
42241
+ var _this24 = this;
42156
42242
 
42157
42243
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
42158
42244
  if (this.multiple) {
@@ -42183,16 +42269,16 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42183
42269
  this.operationList.forEach(function (item) {
42184
42270
  if (item.key === val) {
42185
42271
  if (!item.taskNodeList) {
42186
- _this23.nodeInfos = [];
42272
+ _this24.nodeInfos = [];
42187
42273
  } else {
42188
- _this23.nodeInfos = item.taskNodeList;
42274
+ _this24.nodeInfos = item.taskNodeList;
42189
42275
  }
42190
42276
  return;
42191
42277
  }
42192
42278
  });
42193
42279
  if (this.defaultNextNode) {
42194
42280
  var defaultNode = this.nodeInfos.filter(function (item) {
42195
- return item.nodeId == _this23.defaultNextNode;
42281
+ return item.nodeId == _this24.defaultNextNode;
42196
42282
  });
42197
42283
  if (this.nodeInfos.length > 0 && defaultNode.length == 0) {
42198
42284
  this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
@@ -42258,11 +42344,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42258
42344
  if (isDef !== true) this.getNodeInfo();
42259
42345
  },
42260
42346
 
42261
- /**
42262
- * isMultiple
42263
- * @desc:是否多选
42264
- * @author liufan
42265
- * @date 2022年9月13日
42347
+ /**
42348
+ * isMultiple
42349
+ * @desc:是否多选
42350
+ * @author liufan
42351
+ * @date 2022年9月13日
42266
42352
  **/
42267
42353
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
42268
42354
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -42294,14 +42380,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42294
42380
  }
42295
42381
  },
42296
42382
 
42297
- /**
42298
- * getHedInfo
42299
- * @desc:获取审核页面数据
42300
- * @author liufan
42301
- * @date 2022年5月25日
42383
+ /**
42384
+ * getHedInfo
42385
+ * @desc:获取审核页面数据
42386
+ * @author liufan
42387
+ * @date 2022年5月25日
42302
42388
  **/
42303
42389
  getHedInfo: function getHedInfo() {
42304
- var _this24 = this;
42390
+ var _this25 = this;
42305
42391
 
42306
42392
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
42307
42393
  var params = {
@@ -42311,7 +42397,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42311
42397
  utils_util["a" /* default */].ajax({ url: api["G" /* getHandleInfoHtml */], params: params }).then(function (res) {
42312
42398
  //pc返回数据
42313
42399
 
42314
- _this24.loading.close();
42400
+ _this25.loading.close();
42315
42401
  if (res.status === 'success') {
42316
42402
  var _res$data2 = res.data,
42317
42403
  nextNodeList = _res$data2.nextNodeList,
@@ -42342,205 +42428,206 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42342
42428
  taskButtonList = _res$data2.taskButtonList,
42343
42429
  isCanPreAddSign = _res$data2.isCanPreAddSign;
42344
42430
 
42345
- _this24.$emit('startTaskRead', res);
42346
- _this24.$emit('start-task-read', res);
42347
- _this24.currentOrgName = currentOrgName;
42348
- _this24.readOnlyNotificationType = readOnlyNotificationType;
42349
- _this24.isSpecial = isSpecial;
42350
- _this24.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
42351
- _this24.otherOrgName = otherOrgName;
42352
- _this24.isCanPreAddSign = isCanPreAddSign;
42353
- _this24.endFlowInfo.choiceOrgId = choiceOrgId;
42354
- _this24.endFlowInfo.choiceDeptId = choiceDeptId;
42355
- _this24.endFlowInfo.pendingId = _this24.pendingId;
42356
- _this24.attachedCode = attachedCode;
42357
- _this24.endFlowInfo.pOrgId = pOrgId;
42358
- _this24.canPresetRead = canPresetRead;
42359
- _this24.isCdjxjTaskHandle = isCdjxjTaskHandle;
42360
- nextNodeCheckType && (_this24.nextNodeCheckType = nextNodeCheckType);
42361
- _this24.operationList = taskOperations || [];
42362
- _this24.customPresetHintMessage = customPresetHintMessage;
42431
+ _this25.$emit('startTaskRead', res);
42432
+ _this25.$emit('start-task-read', res);
42433
+ _this25.currentOrgName = currentOrgName;
42434
+ _this25.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
42435
+ _this25.readOnlyNotificationType = readOnlyNotificationType;
42436
+ _this25.isSpecial = isSpecial;
42437
+ _this25.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
42438
+ _this25.otherOrgName = otherOrgName;
42439
+ _this25.isCanPreAddSign = isCanPreAddSign;
42440
+ _this25.endFlowInfo.choiceOrgId = choiceOrgId;
42441
+ _this25.endFlowInfo.choiceDeptId = choiceDeptId;
42442
+ _this25.endFlowInfo.pendingId = _this25.pendingId;
42443
+ _this25.attachedCode = attachedCode;
42444
+ _this25.endFlowInfo.pOrgId = pOrgId;
42445
+ _this25.canPresetRead = canPresetRead;
42446
+ _this25.isCdjxjTaskHandle = isCdjxjTaskHandle;
42447
+ nextNodeCheckType && (_this25.nextNodeCheckType = nextNodeCheckType);
42448
+ _this25.operationList = taskOperations || [];
42449
+ _this25.customPresetHintMessage = customPresetHintMessage;
42363
42450
  if (canPresetRead) {
42364
42451
  var ids = nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
42365
42452
  var names = nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
42366
42453
  ids.map(function (item, index) {
42367
- _this24.presetReadUserId.push({
42454
+ _this25.presetReadUserId.push({
42368
42455
  showid: item,
42369
42456
  showname: names[index]
42370
42457
  });
42371
- _this24.selectPresetUserList.push({
42458
+ _this25.selectPresetUserList.push({
42372
42459
  showid: item,
42373
42460
  showname: names[index]
42374
42461
  });
42375
- _this24.nextNode.presetReadUserId.push(item);
42462
+ _this25.nextNode.presetReadUserId.push(item);
42376
42463
  });
42377
42464
  }
42378
- if (!_this24.isFlow) _this24.getFile(_this24.pendingId, attachedCode);
42465
+ if (!_this25.isFlow) _this25.getFile(_this25.pendingId, attachedCode);
42379
42466
  if (nextNodeList && nextNodeList.length != 0) {
42380
- _this24.nextNodeList = nextNodeList;
42467
+ _this25.nextNodeList = nextNodeList;
42381
42468
  }
42382
- if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this24.removeUsers = canRemoveSignUserList;
42469
+ if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this25.removeUsers = canRemoveSignUserList;
42383
42470
  if (taskOperations && taskOperations.length != 0) {
42384
42471
  taskOperations.map(function (item) {
42385
- if (item.key === 9) _this24.isReject = true;
42472
+ if (item.key === 9) _this25.isReject = true;
42386
42473
  if (item.isSelected) {
42387
- _this24.nodeInfos = [];
42388
- _this24.nextNode.nextOperate = item.key;
42474
+ _this25.nodeInfos = [];
42475
+ _this25.nextNode.nextOperate = item.key;
42389
42476
  if (item.taskNodeList != null) {
42390
- _this24.nodeInfos = item.taskNodeList;
42477
+ _this25.nodeInfos = item.taskNodeList;
42391
42478
  }
42392
42479
  }
42393
42480
  if (taskOperations.length == 1) {
42394
- _this24.nodeInfos = [];
42395
- _this24.nextNode.nextOperate = taskOperations[0].key;
42481
+ _this25.nodeInfos = [];
42482
+ _this25.nextNode.nextOperate = taskOperations[0].key;
42396
42483
  if (taskOperations[0].taskNodeList != null) {
42397
- _this24.nodeInfos = taskOperations[0].taskNodeList;
42484
+ _this25.nodeInfos = taskOperations[0].taskNodeList;
42398
42485
  }
42399
42486
  }
42400
42487
  });
42401
- _this24.selecNext(_this24.nextNode.nextOperate, true, true);
42488
+ _this25.selecNext(_this25.nextNode.nextOperate, true, true);
42402
42489
  }
42403
42490
  if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
42404
- _this24.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
42491
+ _this25.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
42405
42492
  if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
42406
42493
  var notice = JSON.parse(nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList);
42407
42494
  notice.map(function (x) {
42408
- _this24.nodeFixedOpinionSelectList.push({ content: x });
42495
+ _this25.nodeFixedOpinionSelectList.push({ content: x });
42409
42496
  });
42410
42497
  }
42411
- _this24.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
42412
- _this24.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
42413
- _this24.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
42414
- _this24.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
42415
- _this24.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
42416
- _this24.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
42498
+ _this25.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
42499
+ _this25.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
42500
+ _this25.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
42501
+ _this25.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
42502
+ _this25.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
42503
+ _this25.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
42417
42504
  // this.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
42418
- _this24.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
42505
+ _this25.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
42419
42506
  if (nodeInfoMap.nodeExtAttr.defaultNextNode) {
42420
- var defaultNode = _this24.nodeInfos.filter(function (item) {
42507
+ var defaultNode = _this25.nodeInfos.filter(function (item) {
42421
42508
  return item.nodeId == nodeInfoMap.nodeExtAttr.defaultNextNode;
42422
42509
  });
42423
- if (_this24.nodeInfos.length > 0 && defaultNode.length == 0) {
42424
- _this24.nextNode.nextNodeId = _this24.nodeInfos[0].nodeId;
42510
+ if (_this25.nodeInfos.length > 0 && defaultNode.length == 0) {
42511
+ _this25.nextNode.nextNodeId = _this25.nodeInfos[0].nodeId;
42425
42512
  } else {
42426
- _this24.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
42513
+ _this25.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
42427
42514
  }
42428
- } else if (_this24.nodeInfos.length > 0) {
42429
- _this24.nextNode.nextNodeId = _this24.nodeInfos[0].nodeId;
42515
+ } else if (_this25.nodeInfos.length > 0) {
42516
+ _this25.nextNode.nextNodeId = _this25.nodeInfos[0].nodeId;
42430
42517
  }
42431
- _this24.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
42518
+ _this25.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
42432
42519
  if (nodeInfoMap.nodeExtAttr.submitText) {
42433
- _this24.btnList.map(function (x) {
42520
+ _this25.btnList.map(function (x) {
42434
42521
  if (x.event === 'sub') {
42435
42522
  x.text = nodeInfoMap.nodeExtAttr.submitText;
42436
42523
  }
42437
42524
  });
42438
42525
  }
42439
42526
  }
42440
- _this24.choiceOrgId = choiceOrgId;
42441
- _this24.choiceDeptId = choiceDeptId;
42442
- _this24.pOrgId = pOrgId;
42527
+ _this25.choiceOrgId = choiceOrgId;
42528
+ _this25.choiceDeptId = choiceDeptId;
42529
+ _this25.pOrgId = pOrgId;
42443
42530
  if (res.data && res.data.isEndUserTask != undefined) {
42444
- _this24.isEndUserTask = res.data.isEndUserTask;
42531
+ _this25.isEndUserTask = res.data.isEndUserTask;
42445
42532
  }
42446
42533
  if (JSON.stringify(taskExamine) != '{}' && taskExamine) {
42447
- _this24.nodeInfo.nextNode = taskExamine.processDefinitionId;
42448
- _this24.NodeName = taskExamine.nodeName;
42449
- _this24.taskId = taskExamine.taskId;
42450
- _this24.businessIds = taskExamine.businessId;
42451
- _this24.appId = taskExamine.appId;
42452
- _this24.taskExamineInfo = taskExamine;
42453
- _this24.taskExamineInfo.choiceOrgId = choiceOrgId;
42454
- _this24.taskExamineInfo.choiceDeptId = choiceDeptId;
42455
- _this24.endFlowInfo.processType = taskExamine.processType;
42456
- _this24.endFlowInfo.isReturnSubmitter = taskExamine.isReturnSubmitter;
42457
- _this24.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
42458
- _this24.nextNode.isUndertakeReply = taskExamine.isUndertakeReply;
42459
- _this24.nextNode.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
42460
- _this24.nextNode.isUndertakeEnd = taskExamine.isUndertakeEnd;
42461
- _this24.nextNode.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
42462
- _this24.nextNode.isReadDealReply = taskExamine.isReadDealReply;
42463
- _this24.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
42464
- _this24.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
42465
- _this24.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
42466
- _this24.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
42467
- _this24.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
42468
- _this24.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
42469
- _this24.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
42470
- _this24.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
42471
- _this24.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
42472
- _this24.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
42473
- _this24.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
42474
- _this24.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
42534
+ _this25.nodeInfo.nextNode = taskExamine.processDefinitionId;
42535
+ _this25.NodeName = taskExamine.nodeName;
42536
+ _this25.taskId = taskExamine.taskId;
42537
+ _this25.businessIds = taskExamine.businessId;
42538
+ _this25.appId = taskExamine.appId;
42539
+ _this25.taskExamineInfo = taskExamine;
42540
+ _this25.taskExamineInfo.choiceOrgId = choiceOrgId;
42541
+ _this25.taskExamineInfo.choiceDeptId = choiceDeptId;
42542
+ _this25.endFlowInfo.processType = taskExamine.processType;
42543
+ _this25.endFlowInfo.isReturnSubmitter = taskExamine.isReturnSubmitter;
42544
+ _this25.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
42545
+ _this25.nextNode.isUndertakeReply = taskExamine.isUndertakeReply;
42546
+ _this25.nextNode.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
42547
+ _this25.nextNode.isUndertakeEnd = taskExamine.isUndertakeEnd;
42548
+ _this25.nextNode.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
42549
+ _this25.nextNode.isReadDealReply = taskExamine.isReadDealReply;
42550
+ _this25.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
42551
+ _this25.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
42552
+ _this25.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
42553
+ _this25.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
42554
+ _this25.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
42555
+ _this25.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
42556
+ _this25.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
42557
+ _this25.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
42558
+ _this25.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
42559
+ _this25.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
42560
+ _this25.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
42561
+ _this25.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
42475
42562
  // this.endFlowInfo.isReadDealReply =
42476
42563
  // taskExamine.isReadDealReplybusinessId;
42477
- _this24.endFlowInfo.appId = taskExamine.appId;
42478
- _this24.endFlowInfo.businessId = taskExamine.businessId;
42479
- _this24.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
42480
- _this24.endFlowInfo.nodeId = taskExamine.nodeId;
42564
+ _this25.endFlowInfo.appId = taskExamine.appId;
42565
+ _this25.endFlowInfo.businessId = taskExamine.businessId;
42566
+ _this25.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
42567
+ _this25.endFlowInfo.nodeId = taskExamine.nodeId;
42481
42568
  }
42482
- if (_this24.nodeName) {
42483
- _this24.NodeName = _this24.nodeName;
42569
+ if (_this25.nodeName) {
42570
+ _this25.NodeName = _this25.nodeName;
42484
42571
  }
42485
- _this24.isCanAddSign = isCanAddSign;
42486
- _this24.processObj = res.data;
42487
- if (_this24.isCanAddSign) {
42488
- _this24.nextNode.isAddSign = '2';
42572
+ _this25.isCanAddSign = isCanAddSign;
42573
+ _this25.processObj = res.data;
42574
+ if (_this25.isCanAddSign) {
42575
+ _this25.nextNode.isAddSign = '2';
42489
42576
  }
42490
- _this24.isCanRemoveSign = isCanRemoveSign;
42491
- if (_this24.isCanRemoveSign) {
42492
- _this24.nextNode.isRemoveSign = '2';
42577
+ _this25.isCanRemoveSign = isCanRemoveSign;
42578
+ if (_this25.isCanRemoveSign) {
42579
+ _this25.nextNode.isRemoveSign = '2';
42493
42580
  }
42494
42581
 
42495
- if (!_this24.isOpinionRequired) {
42496
- _this24.isOpinionRequired = 0;
42582
+ if (!_this25.isOpinionRequired) {
42583
+ _this25.isOpinionRequired = 0;
42497
42584
  }
42498
42585
  // opinion && (this.value = opinion);
42499
- _this24.nextNode.notificationMsg = defaultNotificationMessage;
42500
- _this24.moreList = [];
42586
+ _this25.nextNode.notificationMsg = defaultNotificationMessage;
42587
+ _this25.moreList = [];
42501
42588
  if (taskButtonList && taskButtonList.length != 0) {
42502
42589
  taskButtonList.map(function (item) {
42503
42590
  if (item.fun === 'reject()') {
42504
- _this24.rejectObj = item;
42591
+ _this25.rejectObj = item;
42505
42592
  } else if (item.fun === 'toStartTaskRead()') {
42506
- _this24.pointsReadingObj = item;
42593
+ _this25.pointsReadingObj = item;
42507
42594
  } else {
42508
- _this24.moreList.push(item);
42595
+ _this25.moreList.push(item);
42509
42596
  }
42510
42597
  });
42511
42598
  }
42512
- _this24.isMainSubProcess = res.data.isMainSubProcess == 'true';
42513
- _this24.isCustomPreset = isCustomPreset;
42514
- _this24.isPreset = isPreset;
42515
- _this24.presetTaskNodeMap = presetTaskNodeMap;
42516
- _this24.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
42517
- _this24.getFind();
42599
+ _this25.isMainSubProcess = res.data.isMainSubProcess == 'true';
42600
+ _this25.isCustomPreset = isCustomPreset;
42601
+ _this25.isPreset = isPreset;
42602
+ _this25.presetTaskNodeMap = presetTaskNodeMap;
42603
+ _this25.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
42604
+ _this25.getFind();
42518
42605
 
42519
- _this24.getNodeInfo();
42606
+ _this25.getNodeInfo();
42520
42607
  } else {
42521
42608
  if (res.status === 'taskCompleted') {
42522
- _this24.$emit('shrink', true);
42523
- _this24.shrinkAbled = true;
42524
- _this24.$message.warning(res.message || '系统错误,请联系管理员!');
42609
+ _this25.$emit('shrink', true);
42610
+ _this25.shrinkAbled = true;
42611
+ _this25.$message.warning(res.message || '系统错误,请联系管理员!');
42525
42612
  } else {
42526
- _this24.$message.error(res.message || '系统错误,请联系管理员!');
42613
+ _this25.$message.error(res.message || '系统错误,请联系管理员!');
42527
42614
  }
42528
42615
  }
42529
42616
  }).catch(function (err) {
42530
- _this24.loading.close();
42617
+ _this25.loading.close();
42531
42618
  if (err.message && err.message !== 'canceled') {
42532
- _this24.$message.error(err.message);
42619
+ _this25.$message.error(err.message);
42533
42620
  }
42534
42621
  });
42535
42622
  },
42536
42623
 
42537
- /**
42538
- * closeProcess
42539
- * @desc:关闭弹窗
42540
- * @author liufan
42541
- * @param {boolean} val 当前是否办理流程
42542
- * @param {String} type 当前点击的弹窗类型
42543
- * @date 2022年5月25日
42624
+ /**
42625
+ * closeProcess
42626
+ * @desc:关闭弹窗
42627
+ * @author liufan
42628
+ * @param {boolean} val 当前是否办理流程
42629
+ * @param {String} type 当前点击的弹窗类型
42630
+ * @date 2022年5月25日
42544
42631
  **/
42545
42632
  closeProcess: function closeProcess(val, type, closeParent) {
42546
42633
  if (closeParent) {
@@ -42548,28 +42635,32 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42548
42635
  } else {
42549
42636
  this[type] = false;
42550
42637
  }
42638
+ if (this.freeStartFlowParams.useScene && this.freeStartFlowParams.useScene != 'multiInsMidwayWithSubmitScene') {
42639
+ this[type] = false;
42640
+ return;
42641
+ }
42551
42642
  if (val == 'taskReadAndEnd' || val == true && type != 'taskRead' || val == 'transfer') {
42552
42643
  this.$emit('success');
42553
42644
  }
42554
42645
  },
42555
42646
 
42556
- /**
42557
- * selectChange
42558
- * @desc:常用语选择
42559
- * @author liufan
42560
- * @param {String} val 选中值
42561
- * @date 2022年5月25日
42647
+ /**
42648
+ * selectChange
42649
+ * @desc:常用语选择
42650
+ * @author liufan
42651
+ * @param {String} val 选中值
42652
+ * @date 2022年5月25日
42562
42653
  **/
42563
42654
  selectChange: function selectChange(val) {
42564
42655
  this.value = val;
42565
42656
  },
42566
42657
 
42567
- /**
42568
- * upDate
42569
- * @desc:修改常用语
42570
- * @author liufan
42571
- * @param {Object} val 修改值
42572
- * @date 2022年5月25日
42658
+ /**
42659
+ * upDate
42660
+ * @desc:修改常用语
42661
+ * @author liufan
42662
+ * @param {Object} val 修改值
42663
+ * @date 2022年5月25日
42573
42664
  **/
42574
42665
  upDate: function upDate(val) {
42575
42666
  this.FormData.id = val.id;
@@ -42577,14 +42668,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42577
42668
  },
42578
42669
 
42579
42670
 
42580
- /**
42581
- * getProcess
42582
- * @desc:获取选择流程
42583
- * @author liufan
42584
- * @date 2022年5月25日
42671
+ /**
42672
+ * getProcess
42673
+ * @desc:获取选择流程
42674
+ * @author liufan
42675
+ * @date 2022年5月25日
42585
42676
  **/
42586
42677
  getProcess: function getProcess() {
42587
- var _this25 = this;
42678
+ var _this26 = this;
42588
42679
 
42589
42680
  var params = flow_src_mainvue_type_script_lang_js_extends({
42590
42681
  businessId: this.businessId,
@@ -42599,48 +42690,48 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42599
42690
  message = res.message,
42600
42691
  data = res.data;
42601
42692
 
42602
- _this25.loading.close();
42693
+ _this26.loading.close();
42603
42694
  if (status === 'success') {
42604
- _this25.isStartFlowChartView = data.isStartFlowChartView;
42695
+ _this26.isStartFlowChartView = data.isStartFlowChartView;
42605
42696
  if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
42606
- _this25.$message.error('流程不存在或未关联对应流程!');
42697
+ _this26.$message.error('流程不存在或未关联对应流程!');
42607
42698
  } else {
42608
- _this25.nodeInfo.option = data.definitionList;
42609
- _this25.nodeInfo.nextNode = data.definitionList.filter(function (item) {
42610
- return item.processDefKey == _this25.defaultProcessKey;
42699
+ _this26.nodeInfo.option = data.definitionList;
42700
+ _this26.nodeInfo.nextNode = data.definitionList.filter(function (item) {
42701
+ return item.processDefKey == _this26.defaultProcessKey;
42611
42702
  });
42612
- if (_this25.nodeInfo.nextNode.length) {
42613
- _this25.nodeInfo.nextNode = _this25.nodeInfo.nextNode[0].processDefId;
42703
+ if (_this26.nodeInfo.nextNode.length) {
42704
+ _this26.nodeInfo.nextNode = _this26.nodeInfo.nextNode[0].processDefId;
42614
42705
  } else {
42615
- if (data.definitionList.length == 1) {
42616
- _this25.nodeInfo.nextNode = data.definitionList[0].processDefId;
42706
+ if (data.definitionList.length != 0) {
42707
+ _this26.nodeInfo.nextNode = data.definitionList[0].processDefId;
42617
42708
  } else {
42618
- _this25.nodeInfo.nextNode = '';
42709
+ _this26.nodeInfo.nextNode = '';
42619
42710
  }
42620
42711
  }
42621
- if (_this25.nodeInfo.nextNode) {
42622
- _this25.handleChange(_this25.nodeInfo.nextNode);
42712
+ if (_this26.nodeInfo.nextNode) {
42713
+ _this26.handleChange(_this26.nodeInfo.nextNode);
42623
42714
  }
42624
42715
  }
42625
42716
  } else {
42626
- _this25.$message.error(message || '系统错误,请联系管理员!');
42717
+ _this26.$message.error(message || '系统错误,请联系管理员!');
42627
42718
  }
42628
42719
  }).catch(function (err) {
42629
- _this25.loading.close();
42720
+ _this26.loading.close();
42630
42721
  if (err.message && err.message !== 'canceled') {
42631
- _this25.$message.error(err.message);
42722
+ _this26.$message.error(err.message);
42632
42723
  }
42633
42724
  });
42634
42725
  },
42635
42726
 
42636
- /**
42637
- * getPendedhistoryList
42638
- * @desc:获取流程列表
42639
- * @author liufan
42640
- * @date 2022年5月25日
42727
+ /**
42728
+ * getPendedhistoryList
42729
+ * @desc:获取流程列表
42730
+ * @author liufan
42731
+ * @date 2022年5月25日
42641
42732
  **/
42642
42733
  getPendedhistoryList: function getPendedhistoryList() {
42643
- var _this26 = this;
42734
+ var _this27 = this;
42644
42735
 
42645
42736
  var params = {
42646
42737
  apprecordId: this.businessIds,
@@ -42653,54 +42744,54 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42653
42744
  results = res.results;
42654
42745
 
42655
42746
  if (!rCode) {
42656
- _this26.nextNode.nextUserId = [];
42657
- _this26.showNews = false;
42658
- _this26.nextNode.notificationType = [];
42659
- _this26.pendingId = results[results.length - 1].attachId;
42660
- _this26.getHedInfo();
42747
+ _this27.nextNode.nextUserId = [];
42748
+ _this27.showNews = false;
42749
+ _this27.nextNode.notificationType = [];
42750
+ _this27.pendingId = results[results.length - 1].attachId;
42751
+ _this27.getHedInfo();
42661
42752
  } else {
42662
- _this26.$message.error(msg || '系统错误,请联系管理员!');
42753
+ _this27.$message.error(msg || '系统错误,请联系管理员!');
42663
42754
  }
42664
42755
  }).catch(function (err) {
42665
42756
  if (err.message && err.message !== 'canceled') {
42666
- _this26.$message.error(err.message);
42757
+ _this27.$message.error(err.message);
42667
42758
  }
42668
42759
  });
42669
42760
  },
42670
42761
 
42671
42762
  // 提交流程
42672
- /**
42673
- * subProcess
42674
- * @desc:提交流程
42675
- * @author liufan
42676
- * @param {String} formName 当前form表单ref值
42677
- * @date 2022年5月25日
42763
+ /**
42764
+ * subProcess
42765
+ * @desc:提交流程
42766
+ * @author liufan
42767
+ * @param {String} formName 当前form表单ref值
42768
+ * @date 2022年5月25日
42678
42769
  **/
42679
42770
  subProcess: function subProcess(val, type) {
42680
- var _this27 = this;
42771
+ var _this28 = this;
42681
42772
 
42682
42773
  return this.$refs['nextNode'].validate(function (valid) {
42683
42774
  if (valid) {
42684
- if (_this27.isSubmitButtonShowAgreeAndDisagree == 1) {
42685
- _this27.value = _this27.value.replace(RegExp('不同意。', 'g'), '');
42686
- _this27.value = _this27.value.replace(RegExp('同意。', 'g'), '');
42687
- _this27.value = val + _this27.value;
42775
+ if (_this28.isSubmitButtonShowAgreeAndDisagree == 1) {
42776
+ _this28.value = _this28.value.replace(RegExp('不同意。', 'g'), '');
42777
+ _this28.value = _this28.value.replace(RegExp('同意。', 'g'), '');
42778
+ _this28.value = val + _this28.value;
42688
42779
  }
42689
- if (!_this27.validInfo()) {
42690
- _this27.freeValid = false;
42780
+ if (!_this28.validInfo()) {
42781
+ _this28.freeValid = false;
42691
42782
  return;
42692
42783
  } else {
42693
- _this27.freeValid = true;
42784
+ _this28.freeValid = true;
42694
42785
  }
42695
42786
  if (type == 'multiInsMidwayWithSubmitScene') {
42696
- _this27.sendData(type);
42787
+ _this28.sendData(type);
42697
42788
  return;
42698
42789
  }
42699
- if (_this27.beforeSubmit == undefined) {
42700
- _this27.subFun(_this27.sendData);
42790
+ if (_this28.beforeSubmit == undefined) {
42791
+ _this28.subFun(_this28.sendData);
42701
42792
  } else {
42702
- _this27.beforeSubmit(1).then(function (next) {
42703
- _this27.sendData();
42793
+ _this28.beforeSubmit(1).then(function (next) {
42794
+ _this28.sendData();
42704
42795
  }).catch(function (e) {});
42705
42796
  }
42706
42797
  }
@@ -42737,70 +42828,74 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42737
42828
  this.$message.warning('\u8BF7\u9009\u62E9' + (this.currentOrgName || '本单位'));
42738
42829
  return false;
42739
42830
  }
42831
+ if (this.currentNodeIsCircularReadNode && !this.nextNode.nextCurrentOrgObj && !this.nextNode.nextOtherOrgObj) {
42832
+ this.$message.warning('\u8BF7\u9009\u62E9\u5904\u7406\u5BF9\u8C61!');
42833
+ return false;
42834
+ }
42740
42835
  return true;
42741
42836
  },
42742
42837
  sendData: function sendData(freetype) {
42743
- var _this28 = this;
42838
+ var _this29 = this;
42744
42839
 
42745
42840
  this.$refs['nextNode'].validate(function () {
42746
42841
  var _ref2 = flow_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee(valid) {
42747
- var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, needRetrialAuth;
42842
+ var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth;
42748
42843
  return regenerator_default.a.wrap(function _callee$(_context) {
42749
42844
  while (1) {
42750
42845
  switch (_context.prev = _context.next) {
42751
42846
  case 0:
42752
42847
  if (!valid) {
42753
- _context.next = 47;
42848
+ _context.next = 48;
42754
42849
  break;
42755
42850
  }
42756
42851
 
42757
- if (!_this28.isFlow) {
42852
+ if (!_this29.isFlow) {
42758
42853
  _context.next = 3;
42759
42854
  break;
42760
42855
  }
42761
42856
 
42762
- return _context.abrupt('return', _this28.handleVisible = true);
42857
+ return _context.abrupt('return', _this29.handleVisible = true);
42763
42858
 
42764
42859
  case 3:
42765
42860
  nextUserId = [];
42766
42861
 
42767
- if (_this28.multiple) {
42768
- _this28.nextNode.nextUserId && _this28.nextNode.nextUserId.map(function (item) {
42862
+ if (_this29.multiple) {
42863
+ _this29.nextNode.nextUserId && _this29.nextNode.nextUserId.map(function (item) {
42769
42864
  return nextUserId.push(item);
42770
42865
  });
42771
42866
  }
42772
42867
  addSignUserId = [];
42773
42868
 
42774
- if (_this28.isCanAddSign && _this28.nextNode.isAddSign == '1') {
42775
- _this28.nextNode.addSignUserId.map(function (item) {
42869
+ if (_this29.isCanAddSign && _this29.nextNode.isAddSign == '1') {
42870
+ _this29.nextNode.addSignUserId.map(function (item) {
42776
42871
  addSignUserId.push(item);
42777
42872
  });
42778
42873
  }
42779
42874
  removeSignUserId = [];
42780
42875
 
42781
- if (_this28.isCanRemoveSign && _this28.nextNode.isRemoveSign == '1') {
42782
- _this28.nextNode.removeSignUserId.map(function (item) {
42876
+ if (_this29.isCanRemoveSign && _this29.nextNode.isRemoveSign == '1') {
42877
+ _this29.nextNode.removeSignUserId.map(function (item) {
42783
42878
  removeSignUserId.push(item);
42784
42879
  });
42785
42880
  }
42786
42881
  str = '';
42787
42882
 
42788
- if (_this28.value) {
42789
- str = _this28.value.replace(/\s+/g, '');
42883
+ if (_this29.value) {
42884
+ str = _this29.value.replace(/\s+/g, '');
42790
42885
  }
42791
- if ((!_this28.value || str === '') && _this28.nodeDefaultSubmitOpinion) {
42792
- _this28.value = _this28.nodeDefaultSubmitOpinion;
42886
+ if ((!_this29.value || str === '') && _this29.nodeDefaultSubmitOpinion) {
42887
+ _this29.value = _this29.nodeDefaultSubmitOpinion;
42793
42888
  }
42794
- if (!_this28.isSpecial) {
42795
- delete _this28.nextNode.nextOperate;
42796
- delete _this28.nextNode.nextNodeId;
42889
+ if (!_this29.isSpecial) {
42890
+ delete _this29.nextNode.nextOperate;
42891
+ delete _this29.nextNode.nextNodeId;
42797
42892
  }
42798
- if (_this28.nextNode.nextOperate === 9) {
42799
- _this28.nextNode.isReturnRejectNode = 1;
42800
- _this28.nextNode.processDefinitionId = _this28.processObj.taskExamine.processDefinitionId;
42893
+ if (_this29.nextNode.nextOperate === 9) {
42894
+ _this29.nextNode.isReturnRejectNode = 1;
42895
+ _this29.nextNode.processDefinitionId = _this29.processObj.taskExamine.processDefinitionId;
42801
42896
  }
42802
- if (_this28.nextNode.nextOperate != 0 && _this28.nextNode.nextOperate != 1) {
42803
- delete _this28.nextNode.nextNodeId;
42897
+ if (_this29.nextNode.nextOperate != 0 && _this29.nextNode.nextOperate != 1) {
42898
+ delete _this29.nextNode.nextNodeId;
42804
42899
  }
42805
42900
 
42806
42901
  if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
@@ -42809,40 +42904,40 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42809
42904
  }
42810
42905
 
42811
42906
  _context.next = 18;
42812
- return _this28.saveInfo('subMit');
42907
+ return _this29.saveInfo('subMit');
42813
42908
 
42814
42909
  case 18:
42815
- _this28.loading = utils_util["a" /* default */].loading(_this28.$loading, '加载中...');
42910
+ _this29.loading = utils_util["a" /* default */].loading(_this29.$loading, '加载中...');
42816
42911
 
42817
42912
  case 19:
42818
42913
  notificationType = '';
42819
42914
 
42820
- notificationType = _this28.nextNode.notificationType.join(',');
42915
+ notificationType = _this29.nextNode.notificationType.join(',');
42821
42916
  addSignUserId = addSignUserId.join(',');
42822
42917
  removeSignUserId = removeSignUserId.join(',');
42823
- if (!_this28.isCanPreAddSign || _this28.nextNode.isAddSign != '1') {
42824
- delete _this28.nextNode.addSignMode;
42918
+ if (!_this29.isCanPreAddSign || _this29.nextNode.isAddSign != '1') {
42919
+ delete _this29.nextNode.addSignMode;
42825
42920
  }
42826
- params = flow_src_mainvue_type_script_lang_js_extends({}, _this28.nextNode, {
42827
- pendingId: _this28.pendingId,
42828
- opinion: _this28.isForceDisplayDefaultOptionForPrefix && !_this28.value.startsWith(_this28.nodeDefaultSubmitOpinion) ? _this28.nodeDefaultSubmitOpinion + _this28.value : _this28.value,
42921
+ params = flow_src_mainvue_type_script_lang_js_extends({}, _this29.nextNode, {
42922
+ pendingId: _this29.pendingId,
42923
+ opinion: _this29.isForceDisplayDefaultOptionForPrefix && !_this29.value.startsWith(_this29.nodeDefaultSubmitOpinion) ? _this29.nodeDefaultSubmitOpinion + _this29.value : _this29.value,
42829
42924
  userId: utils_util["a" /* default */].getStorage('userId'),
42830
- nextUserId: _this28.multiple ? nextUserId.join(',') : _this28.nextNode.nextUserId,
42925
+ nextUserId: _this29.multiple ? nextUserId.join(',') : _this29.nextNode.nextUserId,
42831
42926
  addSignUserId: addSignUserId,
42832
- customPresetUserJson: JSON.stringify(_this28.presetList),
42833
- presetUserJson: JSON.stringify(_this28.presetUserJson),
42927
+ customPresetUserJson: JSON.stringify(_this29.presetList),
42928
+ presetUserJson: JSON.stringify(_this29.presetUserJson),
42834
42929
  removeSignUserId: removeSignUserId,
42835
- nextReadUserId: _this28.readMultiple ? _this28.mixReadList && _this28.mixReadList.join('|') : _this28.nextNode.nextReadUserId,
42836
- nextOrgId: !_this28.isShowNextUser ? _this28.multiple ? _this28.mixOrgIdList && _this28.mixOrgIdList.join('|') : _this28.nextNode.nextOrgId : '',
42837
- presetReadUserId: _this28.mixPresetList && _this28.mixPresetList.length > 0 ? _this28.mixPresetList.join('|') : _this28.nextNode.presetReadUserId.join(','),
42930
+ nextReadUserId: _this29.readMultiple ? _this29.mixReadList && _this29.mixReadList.join('|') : _this29.nextNode.nextReadUserId,
42931
+ nextOrgId: !_this29.isShowNextUser ? _this29.multiple ? _this29.mixOrgIdList && _this29.mixOrgIdList.join('|') : _this29.nextNode.nextOrgId : '',
42932
+ presetReadUserId: _this29.mixPresetList && _this29.mixPresetList.length > 0 ? _this29.mixPresetList.join('|') : _this29.nextNode.presetReadUserId.join(','),
42838
42933
  notificationType: notificationType
42839
42934
  });
42840
42935
 
42841
- if (_this28.activeNames != '1') delete params.customPresetUserJson;
42842
- if (_this28.nextNode.isRemoveSign != '1') {
42936
+ if (_this29.activeNames != '1') delete params.customPresetUserJson;
42937
+ if (_this29.nextNode.isRemoveSign != '1') {
42843
42938
  delete params.removeSignUserId;
42844
42939
  }
42845
- if (_this28.nextNode.isAddSign != '1') {
42940
+ if (_this29.nextNode.isAddSign != '1') {
42846
42941
  delete params.addSignUserId;
42847
42942
  }
42848
42943
 
@@ -42851,12 +42946,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42851
42946
  break;
42852
42947
  }
42853
42948
 
42854
- _this28.taskParams = params;
42949
+ _this29.taskParams = params;
42855
42950
  return _context.abrupt('return');
42856
42951
 
42857
42952
  case 31:
42858
- _this28.loading = utils_util["a" /* default */].loading(_this28.$loading, '提交中...');
42859
- isEndUserTask = _this28.isEndUserTask, choiceOrgId = _this28.choiceOrgId, choiceDeptId = _this28.choiceDeptId, pOrgId = _this28.pOrgId, taskExamineInfo = _this28.taskExamineInfo, needRetrialAuth = _this28.needRetrialAuth;
42953
+ _this29.loading = utils_util["a" /* default */].loading(_this29.$loading, '提交中...');
42954
+ isEndUserTask = _this29.isEndUserTask, choiceOrgId = _this29.choiceOrgId, choiceDeptId = _this29.choiceDeptId, pOrgId = _this29.pOrgId, taskExamineInfo = _this29.taskExamineInfo, currentNodeIsCircularReadNode = _this29.currentNodeIsCircularReadNode, needRetrialAuth = _this29.needRetrialAuth;
42860
42955
 
42861
42956
  params.isEndUserTask = isEndUserTask;
42862
42957
  params.choiceOrgId = choiceOrgId;
@@ -42869,34 +42964,36 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42869
42964
  params.isSubFlow = taskExamineInfo.isSubFlow;
42870
42965
  params.nodeId = taskExamineInfo.nodeId;
42871
42966
  params.needRetrialAuth = needRetrialAuth;
42967
+ params.taskHandleSubmitMode = currentNodeIsCircularReadNode ? 'circularReadMode' : undefined;
42968
+ // params.orgRoleCode="5f5c8e900dc6433fb5c7b3bcc1a81319"
42872
42969
  return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Cb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
42873
42970
  var status = res.status,
42874
42971
  message = res.message;
42875
42972
 
42876
- _this28.loading.close();
42973
+ _this29.loading.close();
42877
42974
  if (status === 'success') {
42878
- _this28.$message.success('提交成功');
42879
- _this28.$emit('success');
42975
+ _this29.$message.success('提交成功');
42976
+ _this29.$emit('success');
42880
42977
  } else {
42881
- _this28.$message.error(message || '系统错误,请联系管理员!');
42882
- _this28.$emit('error');
42978
+ _this29.$message.error(message || '系统错误,请联系管理员!');
42979
+ _this29.$emit('error');
42883
42980
  }
42884
42981
  }).catch(function (err) {
42885
- _this28.loading.close();
42982
+ _this29.loading.close();
42886
42983
  if (err.message && err.message !== 'canceled') {
42887
- _this28.$message.error(err.message);
42984
+ _this29.$message.error(err.message);
42888
42985
  }
42889
42986
  }));
42890
42987
 
42891
- case 47:
42988
+ case 48:
42892
42989
  return _context.abrupt('return', false);
42893
42990
 
42894
- case 48:
42991
+ case 49:
42895
42992
  case 'end':
42896
42993
  return _context.stop();
42897
42994
  }
42898
42995
  }
42899
- }, _callee, _this28);
42996
+ }, _callee, _this29);
42900
42997
  }));
42901
42998
 
42902
42999
  return function (_x) {
@@ -42907,6 +43004,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42907
43004
 
42908
43005
  // 单位选择完回调
42909
43006
  disposeAppUnit: function disposeAppUnit(res, type) {
43007
+ console.log(res, type, 'res');
42910
43008
  var label = type.substring(0, type.lastIndexOf('Select'));
42911
43009
  this.nextNode[label + 'Name'] = '';
42912
43010
  res.options && (this[type] = res.options);
@@ -42932,8 +43030,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42932
43030
  }
42933
43031
  }
42934
43032
  // this.nextNode[label + 'Name'] = obj.enterprise?;
42935
- this.nextNode[label + 'SerialId'] = res.nextUser.join(',');
42936
- this.nextNode[label + 'Json'] = JSON.stringify(res.options);
43033
+ if (!this.currentNodeIsCircularReadNode) {
43034
+ this.nextNode[label + 'SerialId'] = res.nextUser.join(',');
43035
+ this.nextNode[label + 'Json'] = JSON.stringify(res.options);
43036
+ }
42937
43037
  this.getsubProcessColumns();
42938
43038
  }
42939
43039
  }
@@ -42950,8 +43050,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42950
43050
 
42951
43051
  var flow_src_main_component = normalizeComponent(
42952
43052
  packages_flow_src_mainvue_type_script_lang_js_,
42953
- mainvue_type_template_id_5d052dc2_render,
42954
- mainvue_type_template_id_5d052dc2_staticRenderFns,
43053
+ mainvue_type_template_id_5cd9622b_render,
43054
+ mainvue_type_template_id_5cd9622b_staticRenderFns,
42955
43055
  false,
42956
43056
  null,
42957
43057
  null,
@@ -44941,8 +45041,8 @@ flow_group_src_main.install = function (Vue) {
44941
45041
  };
44942
45042
 
44943
45043
  /* harmony default export */ var flow_group = (flow_group_src_main);
44944
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=56a21918&
44945
- var mainvue_type_template_id_56a21918_render = function () {
45044
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=81c447bc&
45045
+ var mainvue_type_template_id_81c447bc_render = function () {
44946
45046
  var _vm = this
44947
45047
  var _h = _vm.$createElement
44948
45048
  var _c = _vm._self._c || _h
@@ -45138,11 +45238,11 @@ var mainvue_type_template_id_56a21918_render = function () {
45138
45238
  2
45139
45239
  )
45140
45240
  }
45141
- var mainvue_type_template_id_56a21918_staticRenderFns = []
45142
- mainvue_type_template_id_56a21918_render._withStripped = true
45241
+ var mainvue_type_template_id_81c447bc_staticRenderFns = []
45242
+ mainvue_type_template_id_81c447bc_render._withStripped = true
45143
45243
 
45144
45244
 
45145
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=56a21918&
45245
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=81c447bc&
45146
45246
 
45147
45247
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
45148
45248
  var flow_list_src_mainvue_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; };
@@ -45272,6 +45372,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45272
45372
  return ['flow', 'splitReading', 'preset'];
45273
45373
  }
45274
45374
  },
45375
+ theadWidth: {
45376
+ type: Object,
45377
+ default: function _default() {
45378
+ return {};
45379
+ }
45380
+ },
45275
45381
  display: Boolean
45276
45382
  },
45277
45383
  inheritAttrs: false,
@@ -45442,35 +45548,35 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45442
45548
  align: 'center',
45443
45549
  key: 'jbbm',
45444
45550
  showOverflowTooltip: true,
45445
- width: 150
45551
+ width: this.theadWidth.deptid || 150
45446
45552
  }, {
45447
45553
  label: '步骤',
45448
45554
  field: 'itemname',
45449
45555
  align: 'center',
45450
45556
  key: 'bz',
45451
45557
  showOverflowTooltip: true,
45452
- width: 110
45558
+ width: this.theadWidth.itemname || 110
45453
45559
  }, {
45454
45560
  label: '办理人',
45455
45561
  field: 'userName',
45456
45562
  align: 'center',
45457
45563
  key: 'blr',
45458
45564
  showOverflowTooltip: true,
45459
- width: 110
45565
+ width: this.theadWidth.userName || 110
45460
45566
  }, {
45461
45567
  label: '办理人部门',
45462
45568
  field: 'deptName',
45463
45569
  align: 'center',
45464
45570
  showOverflowTooltip: true,
45465
45571
  key: 'blrbm',
45466
- width: 110
45572
+ width: this.theadWidth.deptName || 110
45467
45573
  }, {
45468
45574
  label: '状态',
45469
45575
  field: 'pendstate',
45470
45576
  key: 'zt',
45471
45577
  align: 'center',
45472
45578
  showOverflowTooltip: true,
45473
- width: 80,
45579
+ width: this.theadWidth.pendstate || 80,
45474
45580
  render: function render(h, params) {
45475
45581
  return h('span', {
45476
45582
  style: {
@@ -45483,6 +45589,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45483
45589
  label: '办理意见',
45484
45590
  field: 'doresult',
45485
45591
  align: 'center',
45592
+ width: this.theadWidth.doresult,
45486
45593
  showOverflowTooltip: true,
45487
45594
  key: 'blyj',
45488
45595
  render: function render(h, params) {
@@ -45498,7 +45605,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45498
45605
  align: 'center',
45499
45606
  key: 'yq',
45500
45607
  showOverflowTooltip: true,
45501
- width: 70,
45608
+ width: this.theadWidth.authTypeStr || 70,
45502
45609
  render: function render(h, params) {
45503
45610
  return h('span', { style: { color: 'deepskyblue' } }, params.row.authTypeStr);
45504
45611
  }
@@ -45508,7 +45615,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45508
45615
  field: 'hasAdjunct',
45509
45616
  align: 'center',
45510
45617
  showOverflowTooltip: true,
45511
- width: 70,
45618
+ width: this.theadWidth.hasAdjunct || 70,
45512
45619
  render: function render(h, params) {
45513
45620
  if (params.row.hasAdjunct) {
45514
45621
  return h('span', {
@@ -45525,7 +45632,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45525
45632
  align: 'center',
45526
45633
  key: 'sj',
45527
45634
  showOverflowTooltip: true,
45528
- width: 150,
45635
+ width: this.theadWidth.doetime || 150,
45529
45636
  render: function render(h, params) {
45530
45637
  return h('span', {}, params.row.doetime ? utils_util["a" /* default */].formatDate(params.row.doetime, 'yyyy-MM-dd HH:mm') : '');
45531
45638
  }
@@ -45535,7 +45642,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45535
45642
  align: 'center',
45536
45643
  key: 'dbr',
45537
45644
  showOverflowTooltip: true,
45538
- width: 80,
45645
+ width: this.theadWidth.douserid || 80,
45539
45646
  hide: _that.flowTableInfo.hasAgent != '1'
45540
45647
  }, {
45541
45648
  label: '催办',
@@ -45543,7 +45650,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45543
45650
  align: 'center',
45544
45651
  key: 'cb',
45545
45652
  showOverflowTooltip: true,
45546
- width: 150,
45653
+ width: this.theadWidth.pressTimes || 150,
45547
45654
  render: function render(h, params) {
45548
45655
  return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes);
45549
45656
  }
@@ -45572,28 +45679,28 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45572
45679
  key: 'jbbm',
45573
45680
  align: 'center',
45574
45681
  showOverflowTooltip: true,
45575
- width: 150
45682
+ width: this.theadWidth.deptid || 150
45576
45683
  }, {
45577
45684
  label: '步骤',
45578
45685
  field: 'itemname',
45579
45686
  align: 'center',
45580
45687
  key: 'bz',
45581
45688
  showOverflowTooltip: true,
45582
- width: 110
45689
+ width: this.theadWidth.itemname || 110
45583
45690
  }, {
45584
45691
  label: '办理人',
45585
45692
  field: 'userName',
45586
45693
  align: 'center',
45587
45694
  key: 'blr',
45588
45695
  showOverflowTooltip: true,
45589
- width: 110
45696
+ width: this.theadWidth.userName || 110
45590
45697
  }, {
45591
45698
  label: '状态',
45592
45699
  field: 'pendstate',
45593
45700
  align: 'center',
45594
45701
  key: 'zt',
45595
45702
  showOverflowTooltip: true,
45596
- width: 80,
45703
+ width: this.theadWidth.pendstate || 80,
45597
45704
  render: function render(h, params) {
45598
45705
  return h('span', {
45599
45706
  style: {
@@ -45607,6 +45714,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45607
45714
  field: 'doresult',
45608
45715
  align: 'center',
45609
45716
  key: 'blyj',
45717
+ width: this.theadWidth.doresult,
45610
45718
  showOverflowTooltip: true,
45611
45719
  render: function render(h, params) {
45612
45720
  if (params.row.doresult && (params.row.doresult.startsWith('http') || params.row.doresult.startsWith('https'))) {
@@ -45621,7 +45729,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45621
45729
  align: 'center',
45622
45730
  key: 'yq',
45623
45731
  showOverflowTooltip: true,
45624
- width: 70,
45732
+ width: this.theadWidth.authTypeStr || 70,
45625
45733
  render: function render(h, params) {
45626
45734
  return h('span', { style: { color: 'deepskyblue' } }, params.row.authTypeStr);
45627
45735
  }
@@ -45631,7 +45739,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45631
45739
  align: 'center',
45632
45740
  key: 'fj',
45633
45741
  showOverflowTooltip: true,
45634
- width: 70,
45742
+ width: this.theadWidth.hasAdjunct || 70,
45635
45743
  render: function render(h, params) {
45636
45744
  if (params.row.hasAdjunct) {
45637
45745
  return h('span', {
@@ -45648,7 +45756,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45648
45756
  align: 'center',
45649
45757
  key: 'sj',
45650
45758
  showOverflowTooltip: true,
45651
- width: 150,
45759
+ width: this.theadWidth.doetime || 150,
45652
45760
  render: function render(h, params) {
45653
45761
  return h('span', {}, params.row.doetime ? utils_util["a" /* default */].formatDate(params.row.doetime, 'yyyy-MM-dd HH:mm') : '');
45654
45762
  }
@@ -45658,7 +45766,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45658
45766
  align: 'center',
45659
45767
  key: 'dbr',
45660
45768
  showOverflowTooltip: true,
45661
- width: 80,
45769
+ width: this.theadWidth.douserid || 80,
45662
45770
  hide: _that.flowTableInfo.hasAgent != '1'
45663
45771
  }, {
45664
45772
  label: '催办',
@@ -45666,7 +45774,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45666
45774
  align: 'center',
45667
45775
  key: 'cb',
45668
45776
  showOverflowTooltip: true,
45669
- width: 150,
45777
+ width: this.theadWidth.pressTimes || 150,
45670
45778
  render: function render(h, params) {
45671
45779
  return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes);
45672
45780
  }
@@ -45722,18 +45830,18 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45722
45830
  var table = [{
45723
45831
  title: '步骤',
45724
45832
  align: 'center',
45725
- width: '100',
45833
+ width: this.theadWidth.nodeName || '100',
45726
45834
  field: 'nodeName'
45727
45835
  }, {
45728
45836
  title: '预设办理人',
45729
- width: '120',
45837
+ width: this.theadWidth.presetUserName || '120',
45730
45838
  align: 'center',
45731
45839
  field: 'presetUserName'
45732
45840
  }, {
45733
45841
  title: '是否可编辑',
45734
45842
  key: 'sfkbj',
45735
45843
  align: 'center',
45736
- width: '100',
45844
+ width: this.theadWidth.isEdit || '100',
45737
45845
  render: function render(h, params) {
45738
45846
  return h('span', _this3.getCodeValue(params.row.isEdit, 'is_edit'));
45739
45847
  },
@@ -45741,13 +45849,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45741
45849
  }, {
45742
45850
  key: 'zt',
45743
45851
  title: '状态',
45744
- width: '80',
45852
+ width: this.theadWidth.statusName || '80',
45745
45853
  align: 'center',
45746
45854
  field: 'statusName'
45747
45855
  }, {
45748
45856
  title: '预设类型',
45749
45857
  key: 'yslx',
45750
- width: '120',
45858
+ width: this.theadWidth.presetType || '120',
45751
45859
  align: 'center',
45752
45860
  render: function render(h, params) {
45753
45861
  return h('span', _this3.getCodeValue(params.row.presetType, 'preset_type'));
@@ -45756,27 +45864,30 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45756
45864
  }, {
45757
45865
  title: '流程名称',
45758
45866
  key: 'lcmc',
45867
+ width: this.theadWidth.processDefName,
45759
45868
  align: 'center',
45760
45869
  field: 'processDefName'
45761
45870
  }, {
45762
45871
  title: '上一步骤',
45763
45872
  key: 'sybz',
45764
45873
  align: 'center',
45874
+ width: this.theadWidth.lastNodeName,
45765
45875
  field: 'lastNodeName'
45766
45876
  }, {
45767
45877
  title: '创建步骤',
45768
45878
  key: 'cjbz',
45769
45879
  align: 'center',
45880
+ width: this.theadWidth.operationNodeName,
45770
45881
  field: 'operationNodeName'
45771
45882
  }, {
45772
45883
  title: '创建人',
45773
45884
  key: 'cjr',
45774
- width: '120',
45885
+ width: this.theadWidth.creatorName || '120',
45775
45886
  align: 'center',
45776
45887
  field: 'creatorName'
45777
45888
  }, {
45778
45889
  title: '创建时间',
45779
- width: '150',
45890
+ width: this.theadWidth.createTime || '150',
45780
45891
  key: 'cjsj',
45781
45892
  align: 'center',
45782
45893
  render: function render(h, params) {
@@ -45839,12 +45950,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45839
45950
  }
45840
45951
  },
45841
45952
 
45842
- /**
45843
- * handleFormSubmit
45844
- * @desc:删除节点点击事件
45845
- * @param {Object} formData 点击删除的form数据
45846
- * @author liufan
45847
- * @date 2022年11月29日
45953
+ /**
45954
+ * handleFormSubmit
45955
+ * @desc:删除节点点击事件
45956
+ * @param {Object} formData 点击删除的form数据
45957
+ * @author liufan
45958
+ * @date 2022年11月29日
45848
45959
  **/
45849
45960
  handleFormSubmit: function handleFormSubmit(formData) {
45850
45961
  var _this4 = this;
@@ -45875,48 +45986,48 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45875
45986
  });
45876
45987
  },
45877
45988
 
45878
- /**
45879
- * del
45880
- * @desc:展示删除弹窗
45881
- * @param {String} id 当前点击数据id
45882
- * @author liufan
45883
- * @date 2022年11月29日
45989
+ /**
45990
+ * del
45991
+ * @desc:展示删除弹窗
45992
+ * @param {String} id 当前点击数据id
45993
+ * @author liufan
45994
+ * @date 2022年11月29日
45884
45995
  **/
45885
45996
  del: function del(id) {
45886
45997
  this.historyId = id;
45887
45998
  this.showDel = true;
45888
45999
  },
45889
46000
 
45890
- /**
45891
- * handleCurrentChange
45892
- * @desc:监听页码变化
45893
- * @param {String} val 当前页
45894
- * @author liufan
45895
- * @date 2022年11月29日
46001
+ /**
46002
+ * handleCurrentChange
46003
+ * @desc:监听页码变化
46004
+ * @param {String} val 当前页
46005
+ * @author liufan
46006
+ * @date 2022年11月29日
45896
46007
  **/
45897
46008
  handleCurrentChange: function handleCurrentChange(val) {
45898
46009
  this.currentPage = val;
45899
46010
  this.getPressList();
45900
46011
  },
45901
46012
 
45902
- /**
45903
- * handleSizeChange
45904
- * @desc:监听每页数据显示数量变化
45905
- * @param {String} val 每页展示数量
45906
- * @author liufan
45907
- * @date 2022年11月29日
46013
+ /**
46014
+ * handleSizeChange
46015
+ * @desc:监听每页数据显示数量变化
46016
+ * @param {String} val 每页展示数量
46017
+ * @author liufan
46018
+ * @date 2022年11月29日
45908
46019
  **/
45909
46020
  handleSizeChange: function handleSizeChange(val) {
45910
46021
  this.pageSize = val;
45911
46022
  this.getPressList();
45912
46023
  },
45913
46024
 
45914
- /**
45915
- * sortChange
45916
- * @desc:监听排序变化
45917
- * @param {Object} info 需要排序的字段及排序方式
45918
- * @author liufan
45919
- * @date 2022年11月29日
46025
+ /**
46026
+ * sortChange
46027
+ * @desc:监听排序变化
46028
+ * @param {Object} info 需要排序的字段及排序方式
46029
+ * @author liufan
46030
+ * @date 2022年11月29日
45920
46031
  **/
45921
46032
  sortChange: function sortChange(info) {
45922
46033
  var prop = info.prop,
@@ -45927,11 +46038,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45927
46038
  this.getPressList();
45928
46039
  },
45929
46040
 
45930
- /**
45931
- * getPressList
45932
- * @desc:催办列表数据
45933
- * @author liufan
45934
- * @date 2022年11月29日
46041
+ /**
46042
+ * getPressList
46043
+ * @desc:催办列表数据
46044
+ * @author liufan
46045
+ * @date 2022年11月29日
45935
46046
  **/
45936
46047
  getPressList: function getPressList() {
45937
46048
  var _this5 = this;
@@ -45961,12 +46072,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45961
46072
  });
45962
46073
  },
45963
46074
 
45964
- /**
45965
- * goPress
45966
- * @desc:催办列表查看
45967
- * @param {String} id 催办列表id
45968
- * @author liufan
45969
- * @date 2022年11月29日
46075
+ /**
46076
+ * goPress
46077
+ * @desc:催办列表查看
46078
+ * @param {String} id 催办列表id
46079
+ * @author liufan
46080
+ * @date 2022年11月29日
45970
46081
  **/
45971
46082
  goPress: function goPress(id) {
45972
46083
  this.historyId = id;
@@ -45974,23 +46085,23 @@ var flow_list_src_mainvue_type_script_lang_js_components;
45974
46085
  this.getPressList();
45975
46086
  },
45976
46087
 
45977
- /**
45978
- * showFile
45979
- * @desc:附件查看
45980
- * @param {String} ownId 附件id
45981
- * @author liufan
45982
- * @date 2022年11月29日
46088
+ /**
46089
+ * showFile
46090
+ * @desc:附件查看
46091
+ * @param {String} ownId 附件id
46092
+ * @author liufan
46093
+ * @date 2022年11月29日
45983
46094
  **/
45984
46095
  showFile: function showFile(ownId) {
45985
46096
  this.wfpendingid = ownId;
45986
46097
  this.showFileList = true;
45987
46098
  },
45988
46099
 
45989
- /**
45990
- * handleChange
45991
- * @desc:切换排序方式
45992
- * @author liufan
45993
- * @date 2022年11月22日
46100
+ /**
46101
+ * handleChange
46102
+ * @desc:切换排序方式
46103
+ * @author liufan
46104
+ * @date 2022年11月22日
45994
46105
  **/
45995
46106
  handleChange: function handleChange(key, value) {
45996
46107
  if (value) {
@@ -46001,11 +46112,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46001
46112
  this.getFlowList();
46002
46113
  },
46003
46114
 
46004
- /**
46005
- * getFlowList
46006
- * @desc:获取流程列表
46007
- * @author liufan
46008
- * @date 2022年11月22日
46115
+ /**
46116
+ * getFlowList
46117
+ * @desc:获取流程列表
46118
+ * @author liufan
46119
+ * @date 2022年11月22日
46009
46120
  **/
46010
46121
  getFlowList: function getFlowList() {
46011
46122
  var _this6 = this;
@@ -46059,12 +46170,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46059
46170
  });
46060
46171
  },
46061
46172
 
46062
- /**
46063
- * handleClick
46064
- * @desc:表单点击事件
46065
- * @param {Object} val 当前点击行数据及按钮
46066
- * @author liufan
46067
- * @date 2022年11月10日
46173
+ /**
46174
+ * handleClick
46175
+ * @desc:表单点击事件
46176
+ * @param {Object} val 当前点击行数据及按钮
46177
+ * @author liufan
46178
+ * @date 2022年11月10日
46068
46179
  **/
46069
46180
  handleClick: function handleClick(val) {
46070
46181
  var _this7 = this;
@@ -46110,13 +46221,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46110
46221
  }
46111
46222
  },
46112
46223
 
46113
- /**
46114
- * getCodeValue
46115
- * @desc:获取代码表过滤后的值
46116
- * @param {String} value 展示数据的代码值
46117
- * @param {String} type 代码表类型
46118
- * @author liufan
46119
- * @date 2022年11月10日
46224
+ /**
46225
+ * getCodeValue
46226
+ * @desc:获取代码表过滤后的值
46227
+ * @param {String} value 展示数据的代码值
46228
+ * @param {String} type 代码表类型
46229
+ * @author liufan
46230
+ * @date 2022年11月10日
46120
46231
  **/
46121
46232
  getCodeValue: function getCodeValue(value, type) {
46122
46233
  var val = this[type].filter(function (item) {
@@ -46125,12 +46236,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46125
46236
  return val[0].shortName;
46126
46237
  },
46127
46238
 
46128
- /**
46129
- * getSysInfo
46130
- * @desc:获取代码表
46131
- * @param {String} code 编码code值
46132
- * @author liufan
46133
- * @date 2022年11月10日
46239
+ /**
46240
+ * getSysInfo
46241
+ * @desc:获取代码表
46242
+ * @param {String} code 编码code值
46243
+ * @author liufan
46244
+ * @date 2022年11月10日
46134
46245
  **/
46135
46246
  getSysInfo: function getSysInfo(code) {
46136
46247
  var _this8 = this;
@@ -46152,11 +46263,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46152
46263
  }).catch(function (e) {});
46153
46264
  },
46154
46265
 
46155
- /**
46156
- * getListInfo
46157
- * @desc:获取预设列表数据
46158
- * @author liufan
46159
- * @date 2022年11月10日
46266
+ /**
46267
+ * getListInfo
46268
+ * @desc:获取预设列表数据
46269
+ * @author liufan
46270
+ * @date 2022年11月10日
46160
46271
  **/
46161
46272
  getListInfo: function getListInfo() {
46162
46273
  var _this9 = this;
@@ -46204,8 +46315,8 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46204
46315
 
46205
46316
  var flow_list_src_main_component = normalizeComponent(
46206
46317
  packages_flow_list_src_mainvue_type_script_lang_js_,
46207
- mainvue_type_template_id_56a21918_render,
46208
- mainvue_type_template_id_56a21918_staticRenderFns,
46318
+ mainvue_type_template_id_81c447bc_render,
46319
+ mainvue_type_template_id_81c447bc_staticRenderFns,
46209
46320
  false,
46210
46321
  null,
46211
46322
  null,
@@ -55154,10 +55265,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
55154
55265
  this.$emit('click', res);
55155
55266
  },
55156
55267
 
55157
- /**
55158
- * @desc:获取气泡提醒
55159
- * @author huangbo
55160
- * @date 2024年9月7日
55268
+ /**
55269
+ * @desc:获取气泡提醒
55270
+ * @author huangbo
55271
+ * @date 2024年9月7日
55161
55272
  **/
55162
55273
  getBadge: function getBadge(res) {
55163
55274
  var num = res.tips || 0;
@@ -59187,10 +59298,10 @@ var events = [function (tabs, index, that) {
59187
59298
  },
59188
59299
 
59189
59300
  methods: {
59190
- /**
59191
- * @desc:匹配路由
59192
- * @author huangbo
59193
- * @date 2024年9月7日
59301
+ /**
59302
+ * @desc:匹配路由
59303
+ * @author huangbo
59304
+ * @date 2024年9月7日
59194
59305
  **/
59195
59306
  hasRouter: function hasRouter(res, url, code) {
59196
59307
  if (!url) {
@@ -59234,10 +59345,10 @@ var events = [function (tabs, index, that) {
59234
59345
  return false;
59235
59346
  },
59236
59347
 
59237
- /**
59238
- * @desc:获取初始数据
59239
- * @author huangbo
59240
- * @date 2024年9月7日
59348
+ /**
59349
+ * @desc:获取初始数据
59350
+ * @author huangbo
59351
+ * @date 2024年9月7日
59241
59352
  **/
59242
59353
  init: function init(results, first) {
59243
59354
  this.setConfig(results);
@@ -59246,10 +59357,10 @@ var events = [function (tabs, index, that) {
59246
59357
  }
59247
59358
  },
59248
59359
 
59249
- /**
59250
- * @desc:设置用户配置及信息
59251
- * @author huangbo
59252
- * @date 2024年9月7日
59360
+ /**
59361
+ * @desc:设置用户配置及信息
59362
+ * @author huangbo
59363
+ * @date 2024年9月7日
59253
59364
  **/
59254
59365
  setConfig: function setConfig(results) {
59255
59366
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -59378,10 +59489,10 @@ var events = [function (tabs, index, that) {
59378
59489
  }
59379
59490
  },
59380
59491
 
59381
- /**
59382
- * @desc:获取所有应用
59383
- * @author huangbo
59384
- * @date 2024年9月7日
59492
+ /**
59493
+ * @desc:获取所有应用
59494
+ * @author huangbo
59495
+ * @date 2024年9月7日
59385
59496
  **/
59386
59497
  getApplications: function getApplications() {
59387
59498
  var _this = this;
@@ -59429,10 +59540,10 @@ var events = [function (tabs, index, that) {
59429
59540
  });
59430
59541
  },
59431
59542
 
59432
- /**
59433
- * @desc:获取菜单列表
59434
- * @author huangbo
59435
- * @date 2024年9月7日
59543
+ /**
59544
+ * @desc:获取菜单列表
59545
+ * @author huangbo
59546
+ * @date 2024年9月7日
59436
59547
  **/
59437
59548
  getMenus: function getMenus(loading) {
59438
59549
  var _this2 = this;
@@ -59465,10 +59576,10 @@ var events = [function (tabs, index, that) {
59465
59576
  });
59466
59577
  },
59467
59578
 
59468
- /**
59469
- * @desc:处理菜单列表
59470
- * @author huangbo
59471
- * @date 2024年9月7日
59579
+ /**
59580
+ * @desc:处理菜单列表
59581
+ * @author huangbo
59582
+ * @date 2024年9月7日
59472
59583
  **/
59473
59584
  renderMenus: function renderMenus(res) {
59474
59585
  this.menus = res;
@@ -59558,10 +59669,10 @@ var events = [function (tabs, index, that) {
59558
59669
  }
59559
59670
  },
59560
59671
 
59561
- /**
59562
- * @desc:设置页面加载类型
59563
- * @author huangbo
59564
- * @date 2024年9月7日
59672
+ /**
59673
+ * @desc:设置页面加载类型
59674
+ * @author huangbo
59675
+ * @date 2024年9月7日
59565
59676
  **/
59566
59677
  setIframeType: function setIframeType(res) {
59567
59678
  var url = res.url;
@@ -59617,10 +59728,10 @@ var events = [function (tabs, index, that) {
59617
59728
  return res;
59618
59729
  },
59619
59730
 
59620
- /**
59621
- * @desc:获取菜单
59622
- * @author huangbo
59623
- * @date 2024年9月7日
59731
+ /**
59732
+ * @desc:获取菜单
59733
+ * @author huangbo
59734
+ * @date 2024年9月7日
59624
59735
  **/
59625
59736
  getMenu: function getMenu(menus, res, key) {
59626
59737
  if (Array.isArray(menus)) {
@@ -59649,10 +59760,10 @@ var events = [function (tabs, index, that) {
59649
59760
  return false;
59650
59761
  },
59651
59762
 
59652
- /**
59653
- * @desc:获取菜单第一条数据
59654
- * @author huangbo
59655
- * @date 2024年9月7日
59763
+ /**
59764
+ * @desc:获取菜单第一条数据
59765
+ * @author huangbo
59766
+ * @date 2024年9月7日
59656
59767
  **/
59657
59768
  getFirst: function getFirst(obj) {
59658
59769
  if (!obj) {
@@ -59671,10 +59782,10 @@ var events = [function (tabs, index, that) {
59671
59782
  }
59672
59783
  },
59673
59784
 
59674
- /**
59675
- * @desc:遍历设置菜单气泡提醒
59676
- * @author huangbo
59677
- * @date 2024年9月7日
59785
+ /**
59786
+ * @desc:遍历设置菜单气泡提醒
59787
+ * @author huangbo
59788
+ * @date 2024年9月7日
59678
59789
  **/
59679
59790
  setTips: function setTips(obj) {
59680
59791
  var _this3 = this;
@@ -59737,10 +59848,10 @@ var events = [function (tabs, index, that) {
59737
59848
  }
59738
59849
  },
59739
59850
 
59740
- /**
59741
- * @desc:获取气泡提醒
59742
- * @author huangbo
59743
- * @date 2024年9月7日
59851
+ /**
59852
+ * @desc:获取气泡提醒
59853
+ * @author huangbo
59854
+ * @date 2024年9月7日
59744
59855
  **/
59745
59856
  getBadge: function getBadge(res) {
59746
59857
  var num = res.tips || 0;
@@ -59754,10 +59865,10 @@ var events = [function (tabs, index, that) {
59754
59865
  };
59755
59866
  },
59756
59867
 
59757
- /**
59758
- * @desc:开启weosocket
59759
- * @author huangbo
59760
- * @date 2024年9月7日
59868
+ /**
59869
+ * @desc:开启weosocket
59870
+ * @author huangbo
59871
+ * @date 2024年9月7日
59761
59872
  **/
59762
59873
  initWebSocket: function initWebSocket() {
59763
59874
  var _this5 = this;
@@ -59805,10 +59916,10 @@ var events = [function (tabs, index, that) {
59805
59916
  });
59806
59917
  },
59807
59918
 
59808
- /**
59809
- * @desc:显示用户信息
59810
- * @author huangbo
59811
- * @date 2024年9月7日
59919
+ /**
59920
+ * @desc:显示用户信息
59921
+ * @author huangbo
59922
+ * @date 2024年9月7日
59812
59923
  **/
59813
59924
  showUserInfo: function showUserInfo() {
59814
59925
  if (this.showUser === false) {
@@ -59816,19 +59927,19 @@ var events = [function (tabs, index, that) {
59816
59927
  }
59817
59928
  },
59818
59929
 
59819
- /**
59820
- * @desc:删除更多应用菜单点击
59821
- * @author huangbo
59822
- * @date 2024年9月7日
59930
+ /**
59931
+ * @desc:删除更多应用菜单点击
59932
+ * @author huangbo
59933
+ * @date 2024年9月7日
59823
59934
  **/
59824
59935
  handleDelete: function handleDelete(index) {
59825
59936
  this.newApps.splice(index, 1);
59826
59937
  },
59827
59938
 
59828
- /**
59829
- * @desc:储存更多应用菜单点击
59830
- * @author huangbo
59831
- * @date 2024年9月7日
59939
+ /**
59940
+ * @desc:储存更多应用菜单点击
59941
+ * @author huangbo
59942
+ * @date 2024年9月7日
59832
59943
  **/
59833
59944
  handlerClickApps: function handlerClickApps(res) {
59834
59945
  if (res.permission === false) {
@@ -59841,10 +59952,10 @@ var events = [function (tabs, index, that) {
59841
59952
  this.handlerClickApp(res);
59842
59953
  },
59843
59954
 
59844
- /**
59845
- * @desc:侧边应用菜单点击
59846
- * @author huangbo
59847
- * @date 2024年9月7日
59955
+ /**
59956
+ * @desc:侧边应用菜单点击
59957
+ * @author huangbo
59958
+ * @date 2024年9月7日
59848
59959
  **/
59849
59960
  handlerClickApp: function handlerClickApp(res) {
59850
59961
  this.showMsg = false;
@@ -59927,10 +60038,10 @@ var events = [function (tabs, index, that) {
59927
60038
  }
59928
60039
  },
59929
60040
 
59930
- /**
59931
- * @desc:显示Drawer界面
59932
- * @author huangbo
59933
- * @date 2024年9月7日
60041
+ /**
60042
+ * @desc:显示Drawer界面
60043
+ * @author huangbo
60044
+ * @date 2024年9月7日
59934
60045
  **/
59935
60046
  handlerSetDrawer: function handlerSetDrawer(res, type) {
59936
60047
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -59950,19 +60061,19 @@ var events = [function (tabs, index, that) {
59950
60061
  }
59951
60062
  },
59952
60063
 
59953
- /**
59954
- * @desc:关闭Drawer界面
59955
- * @author huangbo
59956
- * @date 2024年9月7日
60064
+ /**
60065
+ * @desc:关闭Drawer界面
60066
+ * @author huangbo
60067
+ * @date 2024年9月7日
59957
60068
  **/
59958
60069
  handleCloseDrawer: function handleCloseDrawer() {
59959
60070
  this.drawer = { visible: false };
59960
60071
  },
59961
60072
 
59962
- /**
59963
- * @desc:菜单点击
59964
- * @author huangbo
59965
- * @date 2024年9月7日
60073
+ /**
60074
+ * @desc:菜单点击
60075
+ * @author huangbo
60076
+ * @date 2024年9月7日
59966
60077
  **/
59967
60078
  handlerClickMenu: function handlerClickMenu(res) {
59968
60079
  utils_util["a" /* default */].ajax({
@@ -60001,19 +60112,19 @@ var events = [function (tabs, index, that) {
60001
60112
  },
60002
60113
 
60003
60114
 
60004
- /**
60005
- * @desc:用户详情请求成功
60006
- * @author huangbo
60007
- * @date 2024年9月7日
60115
+ /**
60116
+ * @desc:用户详情请求成功
60117
+ * @author huangbo
60118
+ * @date 2024年9月7日
60008
60119
  **/
60009
60120
  handleSuccess: function handleSuccess(res) {
60010
60121
  this.simpleUserInfo = res.simpleUserInfo;
60011
60122
  },
60012
60123
 
60013
- /**
60014
- * @desc:修改用户配置
60015
- * @author huangbo
60016
- * @date 2024年9月7日
60124
+ /**
60125
+ * @desc:修改用户配置
60126
+ * @author huangbo
60127
+ * @date 2024年9月7日
60017
60128
  **/
60018
60129
  handleChangeConfig: function handleChangeConfig(name, res) {
60019
60130
  if (name == 'userHeadUrl') {
@@ -60029,10 +60140,10 @@ var events = [function (tabs, index, that) {
60029
60140
  }
60030
60141
  },
60031
60142
 
60032
- /**
60033
- * @desc:关闭webSocket
60034
- * @author huangbo
60035
- * @date 2024年9月7日
60143
+ /**
60144
+ * @desc:关闭webSocket
60145
+ * @author huangbo
60146
+ * @date 2024年9月7日
60036
60147
  **/
60037
60148
  handlerClose: function handlerClose() {
60038
60149
  if (this.webSocket) {
@@ -60040,10 +60151,10 @@ var events = [function (tabs, index, that) {
60040
60151
  }
60041
60152
  },
60042
60153
 
60043
- /**
60044
- * @desc:刷新选中iframe页签
60045
- * @author huangbo
60046
- * @date 2024年9月7日
60154
+ /**
60155
+ * @desc:刷新选中iframe页签
60156
+ * @author huangbo
60157
+ * @date 2024年9月7日
60047
60158
  **/
60048
60159
  handleRefresh: function handleRefresh() {
60049
60160
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -60064,10 +60175,10 @@ var events = [function (tabs, index, that) {
60064
60175
  }
60065
60176
  },
60066
60177
 
60067
- /**
60068
- * @desc:删除iframe
60069
- * @author huangbo
60070
- * @date 2024年9月7日
60178
+ /**
60179
+ * @desc:删除iframe
60180
+ * @author huangbo
60181
+ * @date 2024年9月7日
60071
60182
  **/
60072
60183
  handleRemove: function handleRemove(name) {
60073
60184
  var len = this.tabs.length - 1;
@@ -60084,10 +60195,10 @@ var events = [function (tabs, index, that) {
60084
60195
  }
60085
60196
  },
60086
60197
 
60087
- /**
60088
- * @desc:tabs鼠标右键事件
60089
- * @author huangbo
60090
- * @date 2024年9月7日
60198
+ /**
60199
+ * @desc:tabs鼠标右键事件
60200
+ * @author huangbo
60201
+ * @date 2024年9月7日
60091
60202
  **/
60092
60203
  handleContextmenu: function handleContextmenu(tabs, e) {
60093
60204
  var disabled = {};
@@ -60112,10 +60223,10 @@ var events = [function (tabs, index, that) {
60112
60223
  window.addEventListener('click', this.closeTabsEvents);
60113
60224
  },
60114
60225
 
60115
- /**
60116
- * @desc:tabs页签事件
60117
- * @author huangbo
60118
- * @date 2024年9月7日
60226
+ /**
60227
+ * @desc:tabs页签事件
60228
+ * @author huangbo
60229
+ * @date 2024年9月7日
60119
60230
  **/
60120
60231
  handleTabsEvents: function handleTabsEvents(num) {
60121
60232
  if (this.pane !== null) {
@@ -60133,10 +60244,10 @@ var events = [function (tabs, index, that) {
60133
60244
  window.removeEventListener('click', this.closeTabsEvents);
60134
60245
  },
60135
60246
 
60136
- /**
60137
- * @desc:handler工具栏点击事件
60138
- * @author huangbo
60139
- * @date 2024年9月7日
60247
+ /**
60248
+ * @desc:handler工具栏点击事件
60249
+ * @author huangbo
60250
+ * @date 2024年9月7日
60140
60251
  **/
60141
60252
  handleClick: function handleClick(res) {
60142
60253
  var type = res.type,
@@ -60214,10 +60325,10 @@ var events = [function (tabs, index, that) {
60214
60325
  this.$emit('handler-click', res);
60215
60326
  },
60216
60327
 
60217
- /**
60218
- * @desc:退出登录
60219
- * @author huangbo
60220
- * @date 2024年9月7日
60328
+ /**
60329
+ * @desc:退出登录
60330
+ * @author huangbo
60331
+ * @date 2024年9月7日
60221
60332
  **/
60222
60333
  handleQuit: function handleQuit() {
60223
60334
  var _this6 = this;
@@ -60275,10 +60386,10 @@ var events = [function (tabs, index, that) {
60275
60386
  }).catch(function (e) {});
60276
60387
  },
60277
60388
 
60278
- /**
60279
- * @desc:主题、消息回调
60280
- * @author huangbo
60281
- * @date 2024年9月7日
60389
+ /**
60390
+ * @desc:主题、消息回调
60391
+ * @author huangbo
60392
+ * @date 2024年9月7日
60282
60393
  **/
60283
60394
  handleChange: function handleChange(res) {
60284
60395
  var type = res.type,
@@ -60294,10 +60405,10 @@ var events = [function (tabs, index, that) {
60294
60405
  }
60295
60406
  },
60296
60407
 
60297
- /**
60298
- * @desc:菜单布局样式切换
60299
- * @author huangbo
60300
- * @date 2024年9月7日
60408
+ /**
60409
+ * @desc:菜单布局样式切换
60410
+ * @author huangbo
60411
+ * @date 2024年9月7日
60301
60412
  **/
60302
60413
  handleLayout: function handleLayout(res, active) {
60303
60414
  if (active) {
@@ -60306,10 +60417,10 @@ var events = [function (tabs, index, that) {
60306
60417
  this.$emit('chang-layout', res, active);
60307
60418
  },
60308
60419
 
60309
- /**
60310
- * @desc:消息修改总数
60311
- * @author huangbo
60312
- * @date 2024年9月7日
60420
+ /**
60421
+ * @desc:消息修改总数
60422
+ * @author huangbo
60423
+ * @date 2024年9月7日
60313
60424
  **/
60314
60425
  handleMenuTips: function handleMenuTips(id, num) {
60315
60426
  if (num) {
@@ -60320,10 +60431,10 @@ var events = [function (tabs, index, that) {
60320
60431
  }
60321
60432
  },
60322
60433
 
60323
- /**
60324
- * @desc:处理即时消息
60325
- * @author huangbo
60326
- * @date 2024年9月7日
60434
+ /**
60435
+ * @desc:处理即时消息
60436
+ * @author huangbo
60437
+ * @date 2024年9月7日
60327
60438
  **/
60328
60439
  handleOpened: function handleOpened(res) {
60329
60440
  var _this7 = this;
@@ -67161,19 +67272,19 @@ var QRCode = __webpack_require__(23);
67161
67272
  //设置logo大小
67162
67273
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
67163
67274
  //设置获取的logo将其变为圆角以及添加白色背景
67164
- /* ctx.fillStyle = "#fff";
67165
- ctx.beginPath();
67166
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
67167
- let w = 46; //圆角宽
67168
- let x = logoPosition - 5;
67169
- let y = logoPosition - 5;
67170
- let r = 5; //圆角半径
67171
- ctx.moveTo(x + r, y);
67172
- ctx.arcTo(x + w, y, x + w, y + h, r);
67173
- ctx.arcTo(x + w, y + h, x, y + h, r);
67174
- ctx.arcTo(x, y + h, x, y, r);
67175
- ctx.arcTo(x, y, x + w, y, r);
67176
- ctx.closePath();
67275
+ /* ctx.fillStyle = "#fff";
67276
+ ctx.beginPath();
67277
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
67278
+ let w = 46; //圆角宽
67279
+ let x = logoPosition - 5;
67280
+ let y = logoPosition - 5;
67281
+ let r = 5; //圆角半径
67282
+ ctx.moveTo(x + r, y);
67283
+ ctx.arcTo(x + w, y, x + w, y + h, r);
67284
+ ctx.arcTo(x + w, y + h, x, y + h, r);
67285
+ ctx.arcTo(x, y + h, x, y, r);
67286
+ ctx.arcTo(x, y, x + w, y, r);
67287
+ ctx.closePath();
67177
67288
  ctx.fill(); */
67178
67289
  logo.onload = function () {
67179
67290
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -85041,7 +85152,7 @@ if (typeof window !== 'undefined' && window.Vue) {
85041
85152
  }
85042
85153
 
85043
85154
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
85044
- version: '0.6.41',
85155
+ version: '0.6.42',
85045
85156
  install: install,
85046
85157
  Button: packages_button,
85047
85158
  ButtonGroup: button_group,