eoss-ui 0.8.10 → 0.8.12

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 (240) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +1305 -1282
  3. package/lib/flow.js +767 -744
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +283 -283
  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/lib/theme-chalk/login.css +1 -1
  10. package/package.json +1 -1
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/calendar/index.js +5 -5
  15. package/packages/calogin/index.js +5 -5
  16. package/packages/calogin/src/plugin.js +915 -915
  17. package/packages/card/index.js +5 -5
  18. package/packages/card/src/main.vue +156 -156
  19. package/packages/cascader/index.js +5 -5
  20. package/packages/cascader/src/main.vue +168 -168
  21. package/packages/checkbox-group/index.js +5 -5
  22. package/packages/checkbox-group/src/main.vue +333 -333
  23. package/packages/clients/index.js +5 -5
  24. package/packages/data-table/index.js +5 -5
  25. package/packages/data-table/src/children.vue +46 -46
  26. package/packages/data-table/src/main.vue +1876 -1876
  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/enable-drag/index.js +5 -5
  40. package/packages/enterprise/index.js +5 -5
  41. package/packages/enterprise/src/main.vue +66 -66
  42. package/packages/error-page/index.js +5 -5
  43. package/packages/error-page/src/main.vue +44 -44
  44. package/packages/flow/index.js +5 -5
  45. package/packages/flow/src/component/Circulate.vue +419 -419
  46. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  47. package/packages/flow/src/component/TimeLimit.vue +190 -190
  48. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  49. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  50. package/packages/flow/src/main.vue +4217 -4201
  51. package/packages/flow/src/processForm.vue +1717 -1717
  52. package/packages/flow/src/processReject.vue +311 -311
  53. package/packages/flow/src/reset.vue +952 -952
  54. package/packages/flow/src/startTaskRead.vue +698 -698
  55. package/packages/flow/src/supervise.vue +162 -162
  56. package/packages/flow-group/index.js +5 -5
  57. package/packages/flow-group/src/main.vue +750 -750
  58. package/packages/flow-list/index.js +5 -5
  59. package/packages/form/index.js +5 -5
  60. package/packages/handle-user/index.js +5 -5
  61. package/packages/handle-user/src/main.vue +137 -137
  62. package/packages/handler/index.js +5 -5
  63. package/packages/handler/src/main.vue +499 -499
  64. package/packages/icon/index.js +5 -5
  65. package/packages/icons/index.js +5 -5
  66. package/packages/icons/src/main.vue +81 -81
  67. package/packages/input/index.js +5 -5
  68. package/packages/input/src/main.vue +356 -356
  69. package/packages/input-number/index.js +5 -5
  70. package/packages/input-number/src/main.vue +106 -106
  71. package/packages/label/index.js +5 -5
  72. package/packages/label/src/main.vue +457 -457
  73. package/packages/layout/index.js +5 -5
  74. package/packages/layout/src/item.vue +152 -152
  75. package/packages/layout/src/main.vue +31 -31
  76. package/packages/login/index.js +5 -5
  77. package/packages/login/src/main.vue +2088 -2088
  78. package/packages/main/index.js +5 -5
  79. package/packages/main/src/default/message.vue +249 -249
  80. package/packages/main/src/default/notice.vue +157 -157
  81. package/packages/main/src/default/userinfo.vue +513 -513
  82. package/packages/main/src/simplicity/index.vue +2335 -2335
  83. package/packages/main/src/simplicity/lists.vue +84 -84
  84. package/packages/main/src/simplicity/router-page.vue +45 -45
  85. package/packages/main/src/simplicity/userinfo.vue +408 -408
  86. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  87. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  88. package/packages/menu/index.js +5 -5
  89. package/packages/nav/index.js +5 -5
  90. package/packages/notify/index.js +5 -5
  91. package/packages/notify/src/main.vue +538 -538
  92. package/packages/page/index.js +5 -5
  93. package/packages/page/src/main.vue +167 -167
  94. package/packages/pagination/index.js +5 -5
  95. package/packages/pagination/src/main.vue +96 -96
  96. package/packages/player/index.js +5 -5
  97. package/packages/player/src/main.vue +194 -194
  98. package/packages/qr-code/index.js +5 -5
  99. package/packages/qr-code/src/main.vue +170 -170
  100. package/packages/radio-group/index.js +6 -6
  101. package/packages/radio-group/src/main.vue +319 -319
  102. package/packages/retrial-auth/index.js +5 -5
  103. package/packages/retrial-auth/src/main.vue +299 -299
  104. package/packages/select/index.js +5 -5
  105. package/packages/select-ganged/index.js +5 -5
  106. package/packages/select-ganged/src/main.vue +724 -724
  107. package/packages/selector/index.js +5 -5
  108. package/packages/selector-panel/index.js +5 -5
  109. package/packages/selector-panel/src/tree.vue +129 -129
  110. package/packages/sizer/index.js +5 -5
  111. package/packages/sizer/src/main.vue +254 -254
  112. package/packages/steps/index.js +5 -5
  113. package/packages/steps/src/main.vue +181 -181
  114. package/packages/switch/index.js +5 -5
  115. package/packages/table-form/index.js +5 -5
  116. package/packages/tabs/index.js +5 -5
  117. package/packages/tabs/src/main.vue +788 -788
  118. package/packages/tabs-panel/index.js +5 -5
  119. package/packages/tabs-panel/src/main.vue +29 -29
  120. package/packages/theme-chalk/gulpfile.js +25 -0
  121. package/packages/theme-chalk/src/base.scss +261 -261
  122. package/packages/theme-chalk/src/button-group.scss +176 -176
  123. package/packages/theme-chalk/src/button.scss +24 -24
  124. package/packages/theme-chalk/src/calendar.scss +113 -113
  125. package/packages/theme-chalk/src/card.scss +99 -99
  126. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  127. package/packages/theme-chalk/src/clients.scss +87 -87
  128. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  129. package/packages/theme-chalk/src/date-picker.scss +7 -7
  130. package/packages/theme-chalk/src/dialog.scss +77 -77
  131. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  132. package/packages/theme-chalk/src/enterprise.scss +5 -5
  133. package/packages/theme-chalk/src/error-page.scss +18 -18
  134. package/packages/theme-chalk/src/flow-group.scss +110 -110
  135. package/packages/theme-chalk/src/flow.scss +373 -373
  136. package/packages/theme-chalk/src/handle-user.scss +40 -40
  137. package/packages/theme-chalk/src/icons.scss +99 -99
  138. package/packages/theme-chalk/src/input.scss +9 -9
  139. package/packages/theme-chalk/src/label.scss +24 -24
  140. package/packages/theme-chalk/src/layout.scss +46 -46
  141. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  142. package/packages/theme-chalk/src/nav.scss +111 -111
  143. package/packages/theme-chalk/src/page.scss +3 -3
  144. package/packages/theme-chalk/src/pagination.scss +29 -29
  145. package/packages/theme-chalk/src/player.scss +9 -9
  146. package/packages/theme-chalk/src/qr-code.scss +17 -17
  147. package/packages/theme-chalk/src/radio-group.scss +9 -9
  148. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  149. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  150. package/packages/theme-chalk/src/select.scss +8 -8
  151. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  152. package/packages/theme-chalk/src/sizer.scss +36 -36
  153. package/packages/theme-chalk/src/steps.scss +88 -88
  154. package/packages/theme-chalk/src/switch.scss +3 -3
  155. package/packages/theme-chalk/src/table-form.scss +1 -1
  156. package/packages/theme-chalk/src/tabs.scss +87 -87
  157. package/packages/theme-chalk/src/tips.scss +7 -7
  158. package/packages/theme-chalk/src/toolbar.scss +179 -179
  159. package/packages/theme-chalk/src/tree-group.scss +72 -72
  160. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  161. package/packages/tips/index.js +5 -5
  162. package/packages/toolbar/index.js +5 -5
  163. package/packages/toolbar/src/main.vue +430 -430
  164. package/packages/tree/index.js +5 -5
  165. package/packages/tree-group/index.js +5 -5
  166. package/packages/upload/index.js +5 -5
  167. package/packages/upload/src/main.vue +1344 -1344
  168. package/packages/upload/src/picture.js +15 -15
  169. package/packages/wujie/index.js +5 -5
  170. package/packages/wxlogin/index.js +5 -5
  171. package/packages/wxlogin/src/main.vue +128 -128
  172. package/src/config/image.js +2 -2
  173. package/src/index.js +1 -1
  174. package/src/utils/bus.js +3 -3
  175. package/src/utils/date-util.js +312 -312
  176. package/src/utils/http.js +50 -50
  177. package/src/utils/store.js +21 -21
  178. package/src/utils/webSocket.js +107 -107
  179. package/packages/theme-chalk/lib/base.css +0 -1
  180. package/packages/theme-chalk/lib/button-group.css +0 -1
  181. package/packages/theme-chalk/lib/button.css +0 -1
  182. package/packages/theme-chalk/lib/calendar.css +0 -1
  183. package/packages/theme-chalk/lib/calogin.css +0 -0
  184. package/packages/theme-chalk/lib/card.css +0 -1
  185. package/packages/theme-chalk/lib/cascader.css +0 -0
  186. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  187. package/packages/theme-chalk/lib/clients.css +0 -1
  188. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  189. package/packages/theme-chalk/lib/data-table.css +0 -1
  190. package/packages/theme-chalk/lib/date-picker.css +0 -1
  191. package/packages/theme-chalk/lib/dialog.css +0 -1
  192. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  193. package/packages/theme-chalk/lib/enterprise.css +0 -1
  194. package/packages/theme-chalk/lib/error-page.css +0 -1
  195. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  196. package/packages/theme-chalk/lib/flow-group.css +0 -1
  197. package/packages/theme-chalk/lib/flow-list.css +0 -1
  198. package/packages/theme-chalk/lib/flow.css +0 -1
  199. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  200. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  201. package/packages/theme-chalk/lib/form.css +0 -1
  202. package/packages/theme-chalk/lib/handle-user.css +0 -1
  203. package/packages/theme-chalk/lib/handler.css +0 -1
  204. package/packages/theme-chalk/lib/icon.css +0 -1
  205. package/packages/theme-chalk/lib/icons.css +0 -1
  206. package/packages/theme-chalk/lib/index.css +0 -1
  207. package/packages/theme-chalk/lib/input-number.css +0 -0
  208. package/packages/theme-chalk/lib/input.css +0 -1
  209. package/packages/theme-chalk/lib/label.css +0 -1
  210. package/packages/theme-chalk/lib/layout.css +0 -1
  211. package/packages/theme-chalk/lib/login.css +0 -1
  212. package/packages/theme-chalk/lib/main.css +0 -1
  213. package/packages/theme-chalk/lib/menu.css +0 -1
  214. package/packages/theme-chalk/lib/nav.css +0 -1
  215. package/packages/theme-chalk/lib/notify.css +0 -0
  216. package/packages/theme-chalk/lib/page.css +0 -1
  217. package/packages/theme-chalk/lib/pagination.css +0 -1
  218. package/packages/theme-chalk/lib/player.css +0 -1
  219. package/packages/theme-chalk/lib/qr-code.css +0 -1
  220. package/packages/theme-chalk/lib/radio-group.css +0 -1
  221. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  222. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  223. package/packages/theme-chalk/lib/select.css +0 -1
  224. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  225. package/packages/theme-chalk/lib/selector.css +0 -1
  226. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  227. package/packages/theme-chalk/lib/simplicity.css +0 -1
  228. package/packages/theme-chalk/lib/sizer.css +0 -1
  229. package/packages/theme-chalk/lib/steps.css +0 -1
  230. package/packages/theme-chalk/lib/switch.css +0 -1
  231. package/packages/theme-chalk/lib/table-form.css +0 -0
  232. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  233. package/packages/theme-chalk/lib/tabs.css +0 -1
  234. package/packages/theme-chalk/lib/tips.css +0 -1
  235. package/packages/theme-chalk/lib/toolbar.css +0 -1
  236. package/packages/theme-chalk/lib/tree-group.css +0 -1
  237. package/packages/theme-chalk/lib/tree.css +0 -1
  238. package/packages/theme-chalk/lib/upload.css +0 -1
  239. package/packages/theme-chalk/lib/wujie.css +0 -0
  240. package/packages/theme-chalk/lib/wxlogin.css +0 -1
package/lib/flow.js CHANGED
@@ -4834,7 +4834,7 @@ module.exports = require("vuedraggable");
4834
4834
  // ESM COMPAT FLAG
4835
4835
  __webpack_require__.r(__webpack_exports__);
4836
4836
 
4837
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=70db76e0&
4837
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=5f0c32cd&
4838
4838
  var render = function () {
4839
4839
  var _vm = this
4840
4840
  var _h = _vm.$createElement
@@ -5161,7 +5161,12 @@ var render = function () {
5161
5161
  })
5162
5162
  : _c(
5163
5163
  "div",
5164
- { staticClass: "es-flow-content" },
5164
+ {
5165
+ staticClass: "es-flow-content",
5166
+ style: {
5167
+ "justify-content": _vm.fullFlow ? "space-between" : "unset",
5168
+ },
5169
+ },
5165
5170
  [
5166
5171
  _c(
5167
5172
  "div",
@@ -7897,7 +7902,7 @@ var staticRenderFns = []
7897
7902
  render._withStripped = true
7898
7903
 
7899
7904
 
7900
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=70db76e0&
7905
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f0c32cd&
7901
7906
 
7902
7907
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7903
7908
  var regenerator_ = __webpack_require__(4);
@@ -12734,11 +12739,11 @@ var processFormvue_type_script_lang_js_components;
12734
12739
  });
12735
12740
  },
12736
12741
 
12737
- /**
12738
- * isMultiple
12739
- * @desc:是否多选
12740
- * @author liufan
12741
- * @date 2022年9月13日
12742
+ /**
12743
+ * isMultiple
12744
+ * @desc:是否多选
12745
+ * @author liufan
12746
+ * @date 2022年9月13日
12742
12747
  **/
12743
12748
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12744
12749
  var multiple = false;
@@ -13807,8 +13812,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
13807
13812
  )
13808
13813
 
13809
13814
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
13810
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
13811
- var processRejectvue_type_template_id_364df082_render = function () {
13815
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=d881d334&
13816
+ var processRejectvue_type_template_id_d881d334_render = function () {
13812
13817
  var _vm = this
13813
13818
  var _h = _vm.$createElement
13814
13819
  var _c = _vm._self._c || _h
@@ -13926,9 +13931,10 @@ var processRejectvue_type_template_id_364df082_render = function () {
13926
13931
  rawName: "v-show",
13927
13932
  value:
13928
13933
  _vm.nextNode.noticeList.length != 0 &&
13929
- _vm.rejectObj.length != 0,
13934
+ _vm.rejectObj.length != 0 &&
13935
+ !_vm.hideMessage,
13930
13936
  expression:
13931
- "nextNode.noticeList.length != 0 && rejectObj.length != 0",
13937
+ "nextNode.noticeList.length != 0 && rejectObj.length != 0 && !hideMessage",
13932
13938
  },
13933
13939
  ],
13934
13940
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -14042,11 +14048,11 @@ var processRejectvue_type_template_id_364df082_render = function () {
14042
14048
  1
14043
14049
  )
14044
14050
  }
14045
- var processRejectvue_type_template_id_364df082_staticRenderFns = []
14046
- processRejectvue_type_template_id_364df082_render._withStripped = true
14051
+ var processRejectvue_type_template_id_d881d334_staticRenderFns = []
14052
+ processRejectvue_type_template_id_d881d334_render._withStripped = true
14047
14053
 
14048
14054
 
14049
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
14055
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=d881d334&
14050
14056
 
14051
14057
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
14052
14058
  //
@@ -14367,8 +14373,8 @@ processRejectvue_type_template_id_364df082_render._withStripped = true
14367
14373
 
14368
14374
  var processReject_component = Object(componentNormalizer["a" /* default */])(
14369
14375
  src_processRejectvue_type_script_lang_js_,
14370
- processRejectvue_type_template_id_364df082_render,
14371
- processRejectvue_type_template_id_364df082_staticRenderFns,
14376
+ processRejectvue_type_template_id_d881d334_render,
14377
+ processRejectvue_type_template_id_d881d334_staticRenderFns,
14372
14378
  false,
14373
14379
  null,
14374
14380
  null,
@@ -16820,11 +16826,11 @@ var resetvue_type_script_lang_js_components;
16820
16826
  });
16821
16827
  },
16822
16828
 
16823
- /**
16824
- * isMultiple
16825
- * @desc:是否多选
16826
- * @author liufan
16827
- * @date 2022年9月13日
16829
+ /**
16830
+ * isMultiple
16831
+ * @desc:是否多选
16832
+ * @author liufan
16833
+ * @date 2022年9月13日
16828
16834
  **/
16829
16835
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16830
16836
  var multiple = false;
@@ -21472,11 +21478,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21472
21478
  });
21473
21479
  },
21474
21480
 
21475
- /**
21476
- * saveInfo
21477
- * @desc:暂存
21478
- * @author liufan
21479
- * @date 2022年9月9日
21481
+ /**
21482
+ * saveInfo
21483
+ * @desc:暂存
21484
+ * @author liufan
21485
+ * @date 2022年9月9日
21480
21486
  **/
21481
21487
  saveInfo: function saveInfo(type, btn) {
21482
21488
  var _this6 = this;
@@ -21538,11 +21544,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21538
21544
  });
21539
21545
  },
21540
21546
 
21541
- /**
21542
- * rejectBtn
21543
- * @desc:点击驳回
21544
- * @author liufan
21545
- * @date 2022年5月25日
21547
+ /**
21548
+ * rejectBtn
21549
+ * @desc:点击驳回
21550
+ * @author liufan
21551
+ * @date 2022年5月25日
21546
21552
  **/
21547
21553
  rejectBtn: function rejectBtn() {
21548
21554
  var _this8 = this;
@@ -21560,11 +21566,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21560
21566
  }
21561
21567
  },
21562
21568
 
21563
- /**
21564
- * taskReadBtn
21565
- * @desc:点击分阅
21566
- * @author liufan
21567
- * @date 2022年5月25日
21569
+ /**
21570
+ * taskReadBtn
21571
+ * @desc:点击分阅
21572
+ * @author liufan
21573
+ * @date 2022年5月25日
21568
21574
  **/
21569
21575
  taskReadBtn: function taskReadBtn() {
21570
21576
  var _this9 = this;
@@ -21583,11 +21589,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21583
21589
  }
21584
21590
  },
21585
21591
 
21586
- /**
21587
- * getFind
21588
- * @desc:获取通知方式
21589
- * @author liufan
21590
- * @date 2022年5月25日
21592
+ /**
21593
+ * getFind
21594
+ * @desc:获取通知方式
21595
+ * @author liufan
21596
+ * @date 2022年5月25日
21591
21597
  **/
21592
21598
  getFind: function getFind() {
21593
21599
  var _this10 = this;
@@ -21643,12 +21649,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21643
21649
  });
21644
21650
  },
21645
21651
 
21646
- /**
21647
- * endFlows
21648
- * @desc:直接办结
21649
- * @author liufan
21650
- * @param {Object} res 直接办结数据
21651
- * @date 2022年5月25日
21652
+ /**
21653
+ * endFlows
21654
+ * @desc:直接办结
21655
+ * @author liufan
21656
+ * @param {Object} res 直接办结数据
21657
+ * @date 2022年5月25日
21652
21658
  **/
21653
21659
  endFlows: function endFlows(res) {
21654
21660
  var _this12 = this;
@@ -21702,12 +21708,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21702
21708
  }).catch(function (e) {});
21703
21709
  },
21704
21710
 
21705
- /**
21706
- * goView
21707
- * @desc:更多流程按钮操作
21708
- * @author liufan
21709
- * @param {Object} res 当前点击操作按钮数据
21710
- * @date 2022年5月25日
21711
+ /**
21712
+ * goView
21713
+ * @desc:更多流程按钮操作
21714
+ * @author liufan
21715
+ * @param {Object} res 当前点击操作按钮数据
21716
+ * @date 2022年5月25日
21711
21717
  **/
21712
21718
  goView: function goView(res) {
21713
21719
  // 驳回并办结:rejectAndEndHtml
@@ -21792,11 +21798,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21792
21798
  // isCanStartSubFlow
21793
21799
  },
21794
21800
 
21795
- /**
21796
- * toTakeAdvice
21797
- * @desc:征求意见
21798
- * @author liufan
21799
- * @date 2022年9月29日
21801
+ /**
21802
+ * toTakeAdvice
21803
+ * @desc:征求意见
21804
+ * @author liufan
21805
+ * @date 2022年9月29日
21800
21806
  **/
21801
21807
  toTakeAdvice: function toTakeAdvice(res) {
21802
21808
  var _this14 = this;
@@ -21840,11 +21846,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21840
21846
  });
21841
21847
  },
21842
21848
 
21843
- /**
21844
- * toStartDraf
21845
- * @desc: 稿件递送、联合审核、复核
21846
- * @author liufan
21847
- * @date 2022年9月29日
21849
+ /**
21850
+ * toStartDraf
21851
+ * @desc: 稿件递送、联合审核、复核
21852
+ * @author liufan
21853
+ * @date 2022年9月29日
21848
21854
  **/
21849
21855
  toStartDraf: function toStartDraf(res) {
21850
21856
  var _this16 = this;
@@ -21858,11 +21864,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21858
21864
  }
21859
21865
  },
21860
21866
 
21861
- /**
21862
- * toSendMsg
21863
- * @desc:核稿通知
21864
- * @author liufan
21865
- * @date 2022年9月29日
21867
+ /**
21868
+ * toSendMsg
21869
+ * @desc:核稿通知
21870
+ * @author liufan
21871
+ * @date 2022年9月29日
21866
21872
  **/
21867
21873
  toSendMsg: function toSendMsg(res) {
21868
21874
  var _this17 = this;
@@ -21876,11 +21882,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21876
21882
  }
21877
21883
  },
21878
21884
 
21879
- /**
21880
- * toTaskReadAndEnd
21881
- * @desc:分阅并办结
21882
- * @author liufan
21883
- * @date 2022年9月29日
21885
+ /**
21886
+ * toTaskReadAndEnd
21887
+ * @desc:分阅并办结
21888
+ * @author liufan
21889
+ * @date 2022年9月29日
21884
21890
  **/
21885
21891
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21886
21892
  var _this18 = this;
@@ -21898,11 +21904,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21898
21904
  }
21899
21905
  },
21900
21906
 
21901
- /**
21902
- * rejectAndEnd
21903
- * @desc:驳回并办结
21904
- * @author liufan
21905
- * @date 2022年9月29日
21907
+ /**
21908
+ * rejectAndEnd
21909
+ * @desc:驳回并办结
21910
+ * @author liufan
21911
+ * @date 2022年9月29日
21906
21912
  **/
21907
21913
  rejectAndEnd: function rejectAndEnd(res) {
21908
21914
  var _this19 = this;
@@ -21957,11 +21963,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21957
21963
  });
21958
21964
  },
21959
21965
 
21960
- /**
21961
- * toTransfer
21962
- * @desc:转办
21963
- * @author liufan
21964
- * @date 2022年9月29日
21966
+ /**
21967
+ * toTransfer
21968
+ * @desc:转办
21969
+ * @author liufan
21970
+ * @date 2022年9月29日
21965
21971
  **/
21966
21972
  toTransfer: function toTransfer(res) {
21967
21973
  var _this21 = this;
@@ -21977,11 +21983,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21977
21983
  }
21978
21984
  },
21979
21985
 
21980
- /**
21981
- * getNodeInfo
21982
- * @desc:获取节点信息
21983
- * @author liufan
21984
- * @date 2022年5月25日
21986
+ /**
21987
+ * getNodeInfo
21988
+ * @desc:获取节点信息
21989
+ * @author liufan
21990
+ * @date 2022年5月25日
21985
21991
  **/
21986
21992
  getNodeInfo: function getNodeInfo() {
21987
21993
  var _this22 = this;
@@ -22080,12 +22086,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22080
22086
  });
22081
22087
  },
22082
22088
 
22083
- /**
22084
- * selecNext
22085
- * @desc:下步节点变化时更新数据
22086
- * @author liufan
22087
- * @param {String} val 当前选中值
22088
- * @date 2022年5月25日
22089
+ /**
22090
+ * selecNext
22091
+ * @desc:下步节点变化时更新数据
22092
+ * @author liufan
22093
+ * @param {String} val 当前选中值
22094
+ * @date 2022年5月25日
22089
22095
  **/
22090
22096
  selecNext: function selecNext(val, type, isDef) {
22091
22097
  var _this23 = this;
@@ -22194,11 +22200,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22194
22200
  if (isDef !== true) this.getNodeInfo();
22195
22201
  },
22196
22202
 
22197
- /**
22198
- * isMultiple
22199
- * @desc:是否多选
22200
- * @author liufan
22201
- * @date 2022年9月13日
22203
+ /**
22204
+ * isMultiple
22205
+ * @desc:是否多选
22206
+ * @author liufan
22207
+ * @date 2022年9月13日
22202
22208
  **/
22203
22209
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
22204
22210
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -22230,11 +22236,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22230
22236
  }
22231
22237
  },
22232
22238
 
22233
- /**
22234
- * getHedInfo
22235
- * @desc:获取审核页面数据
22236
- * @author liufan
22237
- * @date 2022年5月25日
22239
+ /**
22240
+ * getHedInfo
22241
+ * @desc:获取审核页面数据
22242
+ * @author liufan
22243
+ * @date 2022年5月25日
22238
22244
  **/
22239
22245
  getHedInfo: function getHedInfo() {
22240
22246
  var _this24 = this;
@@ -22470,13 +22476,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22470
22476
  });
22471
22477
  },
22472
22478
 
22473
- /**
22474
- * closeProcess
22475
- * @desc:关闭弹窗
22476
- * @author liufan
22477
- * @param {boolean} val 当前是否办理流程
22478
- * @param {String} type 当前点击的弹窗类型
22479
- * @date 2022年5月25日
22479
+ /**
22480
+ * closeProcess
22481
+ * @desc:关闭弹窗
22482
+ * @author liufan
22483
+ * @param {boolean} val 当前是否办理流程
22484
+ * @param {String} type 当前点击的弹窗类型
22485
+ * @date 2022年5月25日
22480
22486
  **/
22481
22487
  closeProcess: function closeProcess(val, type, closeParent) {
22482
22488
  if (closeParent) {
@@ -22493,23 +22499,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22493
22499
  }
22494
22500
  },
22495
22501
 
22496
- /**
22497
- * selectChange
22498
- * @desc:常用语选择
22499
- * @author liufan
22500
- * @param {String} val 选中值
22501
- * @date 2022年5月25日
22502
+ /**
22503
+ * selectChange
22504
+ * @desc:常用语选择
22505
+ * @author liufan
22506
+ * @param {String} val 选中值
22507
+ * @date 2022年5月25日
22502
22508
  **/
22503
22509
  selectChange: function selectChange(val) {
22504
22510
  this.value = val;
22505
22511
  },
22506
22512
 
22507
- /**
22508
- * upDate
22509
- * @desc:修改常用语
22510
- * @author liufan
22511
- * @param {Object} val 修改值
22512
- * @date 2022年5月25日
22513
+ /**
22514
+ * upDate
22515
+ * @desc:修改常用语
22516
+ * @author liufan
22517
+ * @param {Object} val 修改值
22518
+ * @date 2022年5月25日
22513
22519
  **/
22514
22520
  upDate: function upDate(val) {
22515
22521
  this.FormData.id = val.id;
@@ -22517,11 +22523,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22517
22523
  },
22518
22524
 
22519
22525
 
22520
- /**
22521
- * getProcess
22522
- * @desc:获取选择流程
22523
- * @author liufan
22524
- * @date 2022年5月25日
22526
+ /**
22527
+ * getProcess
22528
+ * @desc:获取选择流程
22529
+ * @author liufan
22530
+ * @date 2022年5月25日
22525
22531
  **/
22526
22532
  getProcess: function getProcess() {
22527
22533
  var _this25 = this;
@@ -22575,11 +22581,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22575
22581
  });
22576
22582
  },
22577
22583
 
22578
- /**
22579
- * getPendedhistoryList
22580
- * @desc:获取流程列表
22581
- * @author liufan
22582
- * @date 2022年5月25日
22584
+ /**
22585
+ * getPendedhistoryList
22586
+ * @desc:获取流程列表
22587
+ * @author liufan
22588
+ * @date 2022年5月25日
22583
22589
  **/
22584
22590
  getPendedhistoryList: function getPendedhistoryList() {
22585
22591
  var _this26 = this;
@@ -22611,12 +22617,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22611
22617
  },
22612
22618
 
22613
22619
  // 提交流程
22614
- /**
22615
- * subProcess
22616
- * @desc:提交流程
22617
- * @author liufan
22618
- * @param {String} formName 当前form表单ref值
22619
- * @date 2022年5月25日
22620
+ /**
22621
+ * subProcess
22622
+ * @desc:提交流程
22623
+ * @author liufan
22624
+ * @param {String} formName 当前form表单ref值
22625
+ * @date 2022年5月25日
22620
22626
  **/
22621
22627
  subProcess: function subProcess(val) {
22622
22628
  var _this27 = this;
@@ -25747,6 +25753,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25747
25753
  return {};
25748
25754
  }
25749
25755
  },
25756
+ fullFlow: {
25757
+ type: Boolean,
25758
+ default: true
25759
+ },
25760
+ showReadConfirm: {
25761
+ type: Boolean,
25762
+ default: true
25763
+ },
25750
25764
  width: {
25751
25765
  type: String
25752
25766
  },
@@ -26391,63 +26405,72 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26391
26405
  this.loading.close();
26392
26406
  }
26393
26407
  },
26394
- taskRead: function taskRead() {
26408
+ subRead: function subRead() {
26395
26409
  var _this8 = this;
26396
26410
 
26411
+ this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
26412
+ var _taskExamineInfo2 = this.taskExamineInfo,
26413
+ businessId = _taskExamineInfo2.businessId,
26414
+ appId = _taskExamineInfo2.appId,
26415
+ processDefinitionId = _taskExamineInfo2.processDefinitionId,
26416
+ pendingId = _taskExamineInfo2.pendingId;
26417
+
26418
+ var params = {
26419
+ businessId: businessId,
26420
+ appId: appId,
26421
+ processDefinitionId: processDefinitionId,
26422
+ pendingId: pendingId,
26423
+ opinion: this.value,
26424
+ taskAction: 'complete'
26425
+ };
26426
+ util["a" /* default */].ajax({
26427
+ url: api["dc" /* taskReadHtml */],
26428
+ params: { taskAction: 'complete' },
26429
+ headers: {
26430
+ Accept: 'application/json,text/plain'
26431
+ },
26432
+ method: 'post',
26433
+ data: params
26434
+ }).then(function (res) {
26435
+ var status = res.status,
26436
+ message = res.message;
26437
+
26438
+ _this8.loading.close();
26439
+ if (status === 'success') {
26440
+ _this8.flowSuccess();
26441
+ // this.$message.success('提交成功');
26442
+ // this.$emit('success');
26443
+ } else {
26444
+ _this8.$message.error(message || '系统错误,请联系管理员!');
26445
+ _this8.$emit('error');
26446
+ }
26447
+ }).catch(function (err) {
26448
+ _this8.loading.close();
26449
+ if (err.message && err.message !== 'canceled') {
26450
+ _this8.$message.error(err.message);
26451
+ }
26452
+ });
26453
+ },
26454
+ taskRead: function taskRead() {
26455
+ var _this9 = this;
26456
+
26397
26457
  if (this.taskReadOpinionRequired == 'true' && !this.value) {
26398
26458
  if (!this.$refs.commonOpinions.validate()) return;
26399
26459
  }
26400
- this.$confirm('确认提交?', '提示', {
26401
- confirmButtonText: '确定',
26402
- cancelButtonText: '取消',
26403
- type: 'warning'
26404
- }).then(function () {
26405
- _this8.loading = util["a" /* default */].loading(_this8.$loading, '加载中...');
26406
- var _taskExamineInfo2 = _this8.taskExamineInfo,
26407
- businessId = _taskExamineInfo2.businessId,
26408
- appId = _taskExamineInfo2.appId,
26409
- processDefinitionId = _taskExamineInfo2.processDefinitionId,
26410
- pendingId = _taskExamineInfo2.pendingId;
26411
-
26412
- var params = {
26413
- businessId: businessId,
26414
- appId: appId,
26415
- processDefinitionId: processDefinitionId,
26416
- pendingId: pendingId,
26417
- opinion: _this8.value,
26418
- taskAction: 'complete'
26419
- };
26420
- util["a" /* default */].ajax({
26421
- url: api["dc" /* taskReadHtml */],
26422
- params: { taskAction: 'complete' },
26423
- headers: {
26424
- Accept: 'application/json,text/plain'
26425
- },
26426
- method: 'post',
26427
- data: params
26428
- }).then(function (res) {
26429
- var status = res.status,
26430
- message = res.message;
26431
-
26432
- _this8.loading.close();
26433
- if (status === 'success') {
26434
- _this8.flowSuccess();
26435
- // this.$message.success('提交成功');
26436
- // this.$emit('success');
26437
- } else {
26438
- _this8.$message.error(message || '系统错误,请联系管理员!');
26439
- _this8.$emit('error');
26440
- }
26441
- }).catch(function (err) {
26442
- _this8.loading.close();
26443
- if (err.message && err.message !== 'canceled') {
26444
- _this8.$message.error(err.message);
26445
- }
26446
- });
26447
- }).catch(function () {});
26460
+ if (this.showReadConfirm) {
26461
+ this.$confirm('确认提交?', '提示', {
26462
+ confirmButtonText: '确定',
26463
+ cancelButtonText: '取消',
26464
+ type: 'warning'
26465
+ }).then(function () {
26466
+ _this9.subRead();
26467
+ }).catch(function () {});
26468
+ } else {
26469
+ this.subRead();
26470
+ }
26448
26471
  },
26449
26472
  validReadTransferHandle: function validReadTransferHandle(readTransferHandleBusinessId, readTransferHandleProcessKey) {
26450
- var _this9 = this;
26473
+ var _this10 = this;
26451
26474
 
26452
26475
  var params = {
26453
26476
  url: api["e" /* checkBusinessIdStartedReadTransferHandle */],
@@ -26458,14 +26481,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26458
26481
  }
26459
26482
  };
26460
26483
  util["a" /* default */].ajax(params).then(function (res) {
26461
- _this9.loading.close();
26484
+ _this10.loading.close();
26462
26485
  if (res.rCode == 0) {
26463
- _this9.readTransferHandleDisabled = !res.results.canReadTransferHandle;
26486
+ _this10.readTransferHandleDisabled = !res.results.canReadTransferHandle;
26464
26487
  }
26465
26488
  });
26466
26489
  },
26467
26490
  getTaskReadFlow: function getTaskReadFlow() {
26468
- var _this10 = this;
26491
+ var _this11 = this;
26469
26492
 
26470
26493
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
26471
26494
  util["a" /* default */].ajax({
@@ -26482,32 +26505,32 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26482
26505
  defaultNotificationMessage = _res$data.defaultNotificationMessage;
26483
26506
 
26484
26507
  if (status === 'success') {
26485
- _this10.taskExamineInfo = taskExamine;
26486
- _this10.nodeName = _this10.nodename || taskExamine.nodeName || '分阅';
26487
- _this10.taskReadOpinionRequired = taskReadOpinionRequired;
26488
- _this10.nextNode.notificationMsg = defaultNotificationMessage;
26489
- _this10.isCanReadTransferHandle = isCanReadTransferHandle;
26490
- _this10.isCanFenyue = isCanFenyue;
26491
- if (_this10.nodeName) {
26492
- _this10.NodeName = _this10.nodeName;
26508
+ _this11.taskExamineInfo = taskExamine;
26509
+ _this11.nodeName = _this11.nodename || taskExamine.nodeName || '分阅';
26510
+ _this11.taskReadOpinionRequired = taskReadOpinionRequired;
26511
+ _this11.nextNode.notificationMsg = defaultNotificationMessage;
26512
+ _this11.isCanReadTransferHandle = isCanReadTransferHandle;
26513
+ _this11.isCanFenyue = isCanFenyue;
26514
+ if (_this11.nodeName) {
26515
+ _this11.NodeName = _this11.nodeName;
26493
26516
  }
26494
- if (_this10.isCanReadTransferHandle) {
26495
- _this10.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
26517
+ if (_this11.isCanReadTransferHandle) {
26518
+ _this11.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
26496
26519
  }
26497
- _this10.getNodeType();
26520
+ _this11.getNodeType();
26498
26521
  } else {
26499
- _this10.$message.error(message || '系统错误,请联系管理员!');
26522
+ _this11.$message.error(message || '系统错误,请联系管理员!');
26500
26523
  }
26501
- _this10.loading.close();
26524
+ _this11.loading.close();
26502
26525
  }).catch(function (err) {
26503
- _this10.loading.close();
26526
+ _this11.loading.close();
26504
26527
  if (err.message && err.message !== 'canceled') {
26505
- _this10.$message.error(err.message);
26528
+ _this11.$message.error(err.message);
26506
26529
  }
26507
26530
  });
26508
26531
  },
26509
26532
  getUserInfo: function getUserInfo() {
26510
- var _this11 = this;
26533
+ var _this12 = this;
26511
26534
 
26512
26535
  var mainConfig = util["a" /* default */].getStorage('mainConfig');
26513
26536
  if (mainConfig) {
@@ -26518,14 +26541,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26518
26541
  data = res.data;
26519
26542
 
26520
26543
  if (status == 'success') {
26521
- _this11.userModel = data;
26544
+ _this12.userModel = data;
26522
26545
  } else {
26523
26546
  var msg = res.msg || '系统错误,请联系管理员!';
26524
- _this11.$message.error(msg);
26547
+ _this12.$message.error(msg);
26525
26548
  }
26526
26549
  }).catch(function (err) {
26527
26550
  if (err.message && err.message !== 'canceled') {
26528
- _this11.$message.error(err.message);
26551
+ _this12.$message.error(err.message);
26529
26552
  }
26530
26553
  });
26531
26554
  }
@@ -26545,7 +26568,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26545
26568
  }
26546
26569
  },
26547
26570
  getNodeType: function getNodeType() {
26548
- var _this12 = this;
26571
+ var _this13 = this;
26549
26572
 
26550
26573
  var params = {
26551
26574
  url: api["B" /* findCodeValues */],
@@ -26560,33 +26583,33 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26560
26583
  data = res.data;
26561
26584
 
26562
26585
  if (status === 'success') {
26563
- _this12.newsList = data;
26586
+ _this13.newsList = data;
26564
26587
  }
26565
26588
  }).catch(function (err) {
26566
26589
  if (err.message && err.message !== 'canceled') {
26567
- _this12.$message.error(err.message);
26590
+ _this13.$message.error(err.message);
26568
26591
  }
26569
26592
  });
26570
26593
  },
26571
26594
 
26572
- /**
26573
- * saveInfo
26574
- * @desc:暂存
26575
- * @author liufan
26576
- * @date 2022年9月9日
26595
+ /**
26596
+ * saveInfo
26597
+ * @desc:暂存
26598
+ * @author liufan
26599
+ * @date 2022年9月9日
26577
26600
  **/
26578
26601
  saveInfo: function saveInfo(type, btn) {
26579
- var _this13 = this;
26602
+ var _this14 = this;
26580
26603
 
26581
26604
  if (this.isFlow) {
26582
26605
  if (!type) {
26583
26606
  if (btn && btn.before) {
26584
26607
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
26585
- _this13.$emit('save', _this13.businessIds);
26608
+ _this14.$emit('save', _this14.businessIds);
26586
26609
  }).catch(function (e) {});
26587
26610
  } else if (this.beforeSubmit != undefined) {
26588
26611
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
26589
- _this13.$emit('save', _this13.businessIds);
26612
+ _this14.$emit('save', _this14.businessIds);
26590
26613
  }).catch(function (e) {});
26591
26614
  } else {
26592
26615
  this.$emit('save', this.businessIds);
@@ -26595,13 +26618,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26595
26618
  } else {
26596
26619
  if (btn && btn.before && !type) {
26597
26620
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
26598
- _this13.saveFlowInfo();
26621
+ _this14.saveFlowInfo();
26599
26622
  }).catch(function (e) {});
26600
26623
  } else if (this.beforeSubmit == undefined && !type) {
26601
26624
  this.subFun(this.saveFlowInfo);
26602
26625
  } else if (!type && this.beforeSubmit != undefined) {
26603
26626
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
26604
- _this13.saveFlowInfo();
26627
+ _this14.saveFlowInfo();
26605
26628
  }).catch(function (e) {});
26606
26629
  } else {
26607
26630
  this.saveFlowInfo(type);
@@ -26609,7 +26632,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26609
26632
  }
26610
26633
  },
26611
26634
  saveFlowInfo: function saveFlowInfo(isSave) {
26612
- var _this14 = this;
26635
+ var _this15 = this;
26613
26636
 
26614
26637
  var params = {
26615
26638
  opinion: this.value,
@@ -26620,29 +26643,29 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26620
26643
  var status = res.status,
26621
26644
  message = res.message;
26622
26645
 
26623
- if (!isSave) _this14.loading.close();
26646
+ if (!isSave) _this15.loading.close();
26624
26647
  if (status == 'success') {
26625
26648
  // this.$message.success('暂存成功');
26626
- !isSave && _this14.$emit('save', _this14.businessIds);
26649
+ !isSave && _this15.$emit('save', _this15.businessIds);
26627
26650
  } else {
26628
- _this14.$message.error(message || '系统错误,请联系管理员!');
26651
+ _this15.$message.error(message || '系统错误,请联系管理员!');
26629
26652
  }
26630
26653
  }).catch(function (err) {
26631
- if (!isSave) _this14.loading.close();
26654
+ if (!isSave) _this15.loading.close();
26632
26655
  if (err.message && err.message !== 'canceled') {
26633
- _this14.$message.error(err.message);
26656
+ _this15.$message.error(err.message);
26634
26657
  }
26635
26658
  });
26636
26659
  },
26637
26660
 
26638
- /**
26639
- * rejectBtn
26640
- * @desc:点击驳回
26641
- * @author liufan
26642
- * @date 2022年5月25日
26661
+ /**
26662
+ * rejectBtn
26663
+ * @desc:点击驳回
26664
+ * @author liufan
26665
+ * @date 2022年5月25日
26643
26666
  **/
26644
26667
  rejectBtn: function rejectBtn() {
26645
- var _this15 = this;
26668
+ var _this16 = this;
26646
26669
 
26647
26670
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
26648
26671
  if (!this.value) {
@@ -26650,28 +26673,28 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26650
26673
  }
26651
26674
  if (this.beforeSubmit != undefined) {
26652
26675
  this.beforeSubmit(0).then(function (next) {
26653
- _this15.showReject = true;
26676
+ _this16.showReject = true;
26654
26677
  }).catch(function (e) {});
26655
26678
  } else {
26656
26679
  this.showReject = true;
26657
26680
  }
26658
26681
  },
26659
26682
 
26660
- /**
26661
- * taskReadBtn
26662
- * @desc:点击分阅
26663
- * @author liufan
26664
- * @date 2022年5月25日
26683
+ /**
26684
+ * taskReadBtn
26685
+ * @desc:点击分阅
26686
+ * @author liufan
26687
+ * @date 2022年5月25日
26665
26688
  **/
26666
26689
  taskReadBtn: function taskReadBtn() {
26667
- var _this16 = this;
26690
+ var _this17 = this;
26668
26691
 
26669
26692
  // return this.$message.warning('暂未开放!敬请期待');
26670
26693
  if (this.beforeSubmit != undefined) {
26671
26694
  this.beforeSubmit().then(function (next) {
26672
- if (_this16.value === '') _this16.value = _this16.nodeDefaultRejectOpinion;
26673
- _this16.taskReadType = 'create';
26674
- _this16.showTaskRead = true;
26695
+ if (_this17.value === '') _this17.value = _this17.nodeDefaultRejectOpinion;
26696
+ _this17.taskReadType = 'create';
26697
+ _this17.showTaskRead = true;
26675
26698
  }).catch(function (e) {});
26676
26699
  } else {
26677
26700
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -26680,14 +26703,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26680
26703
  }
26681
26704
  },
26682
26705
 
26683
- /**
26684
- * getFind
26685
- * @desc:获取通知方式
26686
- * @author liufan
26687
- * @date 2022年5月25日
26706
+ /**
26707
+ * getFind
26708
+ * @desc:获取通知方式
26709
+ * @author liufan
26710
+ * @date 2022年5月25日
26688
26711
  **/
26689
26712
  getFind: function getFind() {
26690
- var _this17 = this;
26713
+ var _this18 = this;
26691
26714
 
26692
26715
  util["a" /* default */].ajax({
26693
26716
  url: api["D" /* findSysCodes */]
@@ -26696,26 +26719,26 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26696
26719
  message = res.message;
26697
26720
 
26698
26721
  if (status === 'success') {
26699
- if (_this17.hideMessage) return;
26700
- _this17.nextNode.notificationType = message.split(',');
26722
+ if (_this18.hideMessage) return;
26723
+ _this18.nextNode.notificationType = message.split(',');
26701
26724
  var arr = [];
26702
- _this17.newsList.map(function (item) {
26703
- _this17.nextNode.notificationType.map(function (x) {
26725
+ _this18.newsList.map(function (item) {
26726
+ _this18.nextNode.notificationType.map(function (x) {
26704
26727
  if (x == item.cciValue) {
26705
26728
  arr.push(x);
26706
26729
  }
26707
26730
  });
26708
26731
  });
26709
- _this17.nextNode.notificationType = arr;
26732
+ _this18.nextNode.notificationType = arr;
26710
26733
  }
26711
26734
  }).catch(function (err) {
26712
26735
  if (err.message && err.message !== 'canceled') {
26713
- _this17.$message.error(err.message);
26736
+ _this18.$message.error(err.message);
26714
26737
  }
26715
26738
  });
26716
26739
  },
26717
26740
  getFreeStartParams: function getFreeStartParams() {
26718
- var _this18 = this;
26741
+ var _this19 = this;
26719
26742
 
26720
26743
  var _endFlowInfo = this.endFlowInfo,
26721
26744
  businessId = _endFlowInfo.businessId,
@@ -26733,90 +26756,90 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26733
26756
  };
26734
26757
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
26735
26758
  util["a" /* default */].ajax(param).then(function (res) {
26736
- _this18.loading.close();
26759
+ _this19.loading.close();
26737
26760
  if (res.rCode == 0 || res.status == 'success') {
26738
- _this18.freeStartFlowParams = res.results;
26739
- if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this18.subProcess('同意。', res.results.useScene);
26740
- if (!_this18.freeValid) return;
26741
- if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this18.$message.warning('未找到流程定义!');
26761
+ _this19.freeStartFlowParams = res.results;
26762
+ if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this19.subProcess('同意。', res.results.useScene);
26763
+ if (!_this19.freeValid) return;
26764
+ if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this19.$message.warning('未找到流程定义!');
26742
26765
  if (res.results.startFlowIndexProcessKeys.length == 1) {
26743
- _this18.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
26744
- _this18.handleVisible = true;
26766
+ _this19.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
26767
+ _this19.handleVisible = true;
26745
26768
  } else {
26746
- _this18.showFreeStartFlow = true;
26769
+ _this19.showFreeStartFlow = true;
26747
26770
  }
26748
26771
  } else {
26749
- _this18.$message.error(res.message || '系统错误,请联系管理员!');
26772
+ _this19.$message.error(res.message || '系统错误,请联系管理员!');
26750
26773
  }
26751
26774
  });
26752
26775
  },
26753
26776
 
26754
- /**
26755
- * endFlows
26756
- * @desc:直接办结
26757
- * @author liufan
26758
- * @param {Object} res 直接办结数据
26759
- * @date 2022年5月25日
26777
+ /**
26778
+ * endFlows
26779
+ * @desc:直接办结
26780
+ * @author liufan
26781
+ * @param {Object} res 直接办结数据
26782
+ * @date 2022年5月25日
26760
26783
  **/
26761
26784
  endFlows: function endFlows(res) {
26762
- var _this19 = this;
26785
+ var _this20 = this;
26763
26786
 
26764
26787
  if (this.beforeSubmit != undefined) {
26765
26788
  this.beforeSubmit().then(function (next) {
26766
- _this19.saveEndFlows(res);
26789
+ _this20.saveEndFlows(res);
26767
26790
  }).catch(function (e) {});
26768
26791
  } else {
26769
26792
  this.saveEndFlows(res);
26770
26793
  }
26771
26794
  },
26772
26795
  saveEndFlows: function saveEndFlows(res) {
26773
- var _this20 = this;
26796
+ var _this21 = this;
26774
26797
 
26775
26798
  this.$confirm('确认' + res.value + '?').then(function () {
26776
26799
  var params = {
26777
26800
  url: api["A" /* endFlowHtml */],
26778
26801
  headers: { Accept: 'application/json,text/plain' },
26779
26802
  method: 'post',
26780
- data: mainvue_type_script_lang_js_extends({}, _this20.endFlowInfo, _this20.nextNode, {
26781
- opinion: _this20.value,
26803
+ data: mainvue_type_script_lang_js_extends({}, _this21.endFlowInfo, _this21.nextNode, {
26804
+ opinion: _this21.value,
26782
26805
  userId: util["a" /* default */].getStorage('userId'),
26783
- nextUserId: _this20.multiple ? _this20.nextNode.nextUserId.join(',') : _this20.nextNode.nextUserId,
26784
- addSignUserId: _this20.nextNode.addSignUserId.join(','),
26785
- customPresetUserJson: JSON.stringify(_this20.presetList),
26786
- presetUserJson: JSON.stringify(_this20.presetUserJson),
26787
- removeSignUserId: _this20.nextNode.removeSignUserId.join(','),
26788
- notificationType: _this20.nextNode.notificationType.join(',')
26806
+ nextUserId: _this21.multiple ? _this21.nextNode.nextUserId.join(',') : _this21.nextNode.nextUserId,
26807
+ addSignUserId: _this21.nextNode.addSignUserId.join(','),
26808
+ customPresetUserJson: JSON.stringify(_this21.presetList),
26809
+ presetUserJson: JSON.stringify(_this21.presetUserJson),
26810
+ removeSignUserId: _this21.nextNode.removeSignUserId.join(','),
26811
+ notificationType: _this21.nextNode.notificationType.join(',')
26789
26812
  })
26790
26813
  };
26791
- _this20.loading = util["a" /* default */].loading(_this20.$loading, '加载中...');
26814
+ _this21.loading = util["a" /* default */].loading(_this21.$loading, '加载中...');
26792
26815
  util["a" /* default */].ajax(params).then(function (res) {
26793
26816
  var status = res.status,
26794
26817
  message = res.message;
26795
26818
 
26796
- _this20.loading.close();
26819
+ _this21.loading.close();
26797
26820
  if (status === 'success') {
26798
- _this20.flowSuccess();
26821
+ _this21.flowSuccess();
26799
26822
  // this.$message.success('提交成功');
26800
26823
  // this.$emit('success');
26801
26824
  } else {
26802
- _this20.$message.error(message || '系统错误,请联系管理员!');
26803
- _this20.$emit('error');
26825
+ _this21.$message.error(message || '系统错误,请联系管理员!');
26826
+ _this21.$emit('error');
26804
26827
  }
26805
26828
  }).catch(function (err) {
26806
- _this20.loading.close();
26829
+ _this21.loading.close();
26807
26830
  if (err.message && err.message !== 'canceled') {
26808
- _this20.$message.error(err.message);
26831
+ _this21.$message.error(err.message);
26809
26832
  }
26810
26833
  });
26811
26834
  }).catch(function (e) {});
26812
26835
  },
26813
26836
 
26814
- /**
26815
- * goView
26816
- * @desc:更多流程按钮操作
26817
- * @author liufan
26818
- * @param {Object} res 当前点击操作按钮数据
26819
- * @date 2022年5月25日
26837
+ /**
26838
+ * goView
26839
+ * @desc:更多流程按钮操作
26840
+ * @author liufan
26841
+ * @param {Object} res 当前点击操作按钮数据
26842
+ * @date 2022年5月25日
26820
26843
  **/
26821
26844
  goView: function goView(res) {
26822
26845
  // 驳回并办结:rejectAndEndHtml
@@ -26903,18 +26926,18 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26903
26926
  // isCanStartSubFlow
26904
26927
  },
26905
26928
 
26906
- /**
26907
- * toTakeAdvice
26908
- * @desc:征求意见
26909
- * @author liufan
26910
- * @date 2022年9月29日
26929
+ /**
26930
+ * toTakeAdvice
26931
+ * @desc:征求意见
26932
+ * @author liufan
26933
+ * @date 2022年9月29日
26911
26934
  **/
26912
26935
  toTakeAdvice: function toTakeAdvice(res) {
26913
- var _this21 = this;
26936
+ var _this22 = this;
26914
26937
 
26915
26938
  if (this.beforeSubmit != undefined) {
26916
26939
  this.beforeSubmit().then(function (next) {
26917
- _this21.saveToTakeAdvice(res);
26940
+ _this22.saveToTakeAdvice(res);
26918
26941
  }).catch(function (e) {});
26919
26942
  } else {
26920
26943
  this.saveToTakeAdvice(res);
@@ -26922,7 +26945,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26922
26945
  // return this.$message.warning('暂未开放!敬请期待');
26923
26946
  },
26924
26947
  saveToTakeAdvice: function saveToTakeAdvice(res) {
26925
- var _this22 = this;
26948
+ var _this23 = this;
26926
26949
 
26927
26950
  var params = {
26928
26951
  url: api["ub" /* isCanStartSubFlow */],
@@ -26937,70 +26960,70 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26937
26960
  util["a" /* default */].ajax(params).then(function (res) {
26938
26961
  var message = res.message;
26939
26962
 
26940
- _this22.loading.close();
26963
+ _this23.loading.close();
26941
26964
  if (message == 'success') {
26942
- _this22.showTaskUnionExamine = true;
26965
+ _this23.showTaskUnionExamine = true;
26943
26966
  } else {
26944
- _this22.$message.error(message || '系统错误,请联系管理员!');
26967
+ _this23.$message.error(message || '系统错误,请联系管理员!');
26945
26968
  }
26946
26969
  }).catch(function (err) {
26947
- _this22.loading.close();
26970
+ _this23.loading.close();
26948
26971
  if (err.message && err.message !== 'canceled') {
26949
- _this22.$message.error(err.message);
26972
+ _this23.$message.error(err.message);
26950
26973
  }
26951
26974
  });
26952
26975
  },
26953
26976
 
26954
- /**
26955
- * toStartDraf
26956
- * @desc: 稿件递送、联合审核、复核
26957
- * @author liufan
26958
- * @date 2022年9月29日
26977
+ /**
26978
+ * toStartDraf
26979
+ * @desc: 稿件递送、联合审核、复核
26980
+ * @author liufan
26981
+ * @date 2022年9月29日
26959
26982
  **/
26960
26983
  toStartDraf: function toStartDraf(res) {
26961
- var _this23 = this;
26984
+ var _this24 = this;
26962
26985
 
26963
26986
  if (this.beforeSubmit != undefined) {
26964
26987
  this.beforeSubmit().then(function (next) {
26965
- _this23.showTaskUnionExamine = true;
26988
+ _this24.showTaskUnionExamine = true;
26966
26989
  }).catch(function (e) {});
26967
26990
  } else {
26968
26991
  this.showTaskUnionExamine = true;
26969
26992
  }
26970
26993
  },
26971
26994
 
26972
- /**
26973
- * toSendMsg
26974
- * @desc:核稿通知
26975
- * @author liufan
26976
- * @date 2022年9月29日
26995
+ /**
26996
+ * toSendMsg
26997
+ * @desc:核稿通知
26998
+ * @author liufan
26999
+ * @date 2022年9月29日
26977
27000
  **/
26978
27001
  toSendMsg: function toSendMsg(res) {
26979
- var _this24 = this;
27002
+ var _this25 = this;
26980
27003
 
26981
27004
  if (this.beforeSubmit != undefined) {
26982
27005
  this.beforeSubmit().then(function (next) {
26983
- _this24.showSendMsg = true;
27006
+ _this25.showSendMsg = true;
26984
27007
  }).catch(function (e) {});
26985
27008
  } else {
26986
27009
  this.showSendMsg = true;
26987
27010
  }
26988
27011
  },
26989
27012
 
26990
- /**
26991
- * toTaskReadAndEnd
26992
- * @desc:分阅并办结
26993
- * @author liufan
26994
- * @date 2022年9月29日
27013
+ /**
27014
+ * toTaskReadAndEnd
27015
+ * @desc:分阅并办结
27016
+ * @author liufan
27017
+ * @date 2022年9月29日
26995
27018
  **/
26996
27019
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
26997
- var _this25 = this;
27020
+ var _this26 = this;
26998
27021
 
26999
27022
  if (this.beforeSubmit != undefined) {
27000
27023
  this.beforeSubmit().then(function (next) {
27001
- if (_this25.value === '') _this25.value = _this25.nodeDefaultRejectOpinion;
27002
- _this25.taskReadType = 'taskReadAndEnd';
27003
- _this25.showTaskRead = true;
27024
+ if (_this26.value === '') _this26.value = _this26.nodeDefaultRejectOpinion;
27025
+ _this26.taskReadType = 'taskReadAndEnd';
27026
+ _this26.showTaskRead = true;
27004
27027
  }).catch(function (e) {});
27005
27028
  } else {
27006
27029
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -27009,28 +27032,28 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27009
27032
  }
27010
27033
  },
27011
27034
 
27012
- /**
27013
- * rejectAndEnd
27014
- * @desc:驳回并办结
27015
- * @author liufan
27016
- * @date 2022年9月29日
27035
+ /**
27036
+ * rejectAndEnd
27037
+ * @desc:驳回并办结
27038
+ * @author liufan
27039
+ * @date 2022年9月29日
27017
27040
  **/
27018
27041
  rejectAndEnd: function rejectAndEnd(res) {
27019
- var _this26 = this;
27042
+ var _this27 = this;
27020
27043
 
27021
27044
  if (this.isOpinionRequired == 1 && (this.value == '' || !this.value)) {
27022
27045
  if (!this.$refs.commonOpinions.validate()) return;
27023
27046
  }
27024
27047
  if (this.beforeSubmit != undefined) {
27025
27048
  this.beforeSubmit().then(function (next) {
27026
- _this26.saveRejectAndEnd(res);
27049
+ _this27.saveRejectAndEnd(res);
27027
27050
  }).catch(function (e) {});
27028
27051
  } else {
27029
27052
  this.saveRejectAndEnd(res);
27030
27053
  }
27031
27054
  },
27032
27055
  saveRejectAndEnd: function saveRejectAndEnd(res) {
27033
- var _this27 = this;
27056
+ var _this28 = this;
27034
27057
 
27035
27058
  this.$confirm('确认' + res.value + '?').then(function () {
27036
27059
  // return this.$message.warning('请填写意见');
@@ -27039,29 +27062,29 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27039
27062
  headers: { Accept: 'application/json,text/plain' },
27040
27063
  method: 'post',
27041
27064
  data: {
27042
- opinion: _this27.value,
27043
- pendingId: _this27.pendingId,
27065
+ opinion: _this28.value,
27066
+ pendingId: _this28.pendingId,
27044
27067
  isSinglePage: false
27045
27068
  }
27046
27069
  };
27047
- _this27.loading = util["a" /* default */].loading(_this27.$loading, '加载中...');
27070
+ _this28.loading = util["a" /* default */].loading(_this28.$loading, '加载中...');
27048
27071
  util["a" /* default */].ajax(params).then(function (res) {
27049
27072
  var status = res.status,
27050
27073
  message = res.message;
27051
27074
 
27052
- _this27.loading.close();
27075
+ _this28.loading.close();
27053
27076
  if (status === 'success') {
27054
- _this27.flowSuccess();
27077
+ _this28.flowSuccess();
27055
27078
  // this.$message.success('提交成功');
27056
27079
  // this.$emit('success');
27057
27080
  } else {
27058
- _this27.$message.error(message || '系统错误,请联系管理员!');
27059
- _this27.$emit('error');
27081
+ _this28.$message.error(message || '系统错误,请联系管理员!');
27082
+ _this28.$emit('error');
27060
27083
  }
27061
27084
  }).catch(function (err) {
27062
- _this27.loading.close();
27085
+ _this28.loading.close();
27063
27086
  if (err.message && err.message !== 'canceled') {
27064
- _this27.$message.error(err.message);
27087
+ _this28.$message.error(err.message);
27065
27088
  }
27066
27089
  });
27067
27090
  }).catch(function () {
@@ -27069,19 +27092,19 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27069
27092
  });
27070
27093
  },
27071
27094
 
27072
- /**
27073
- * toTransfer
27074
- * @desc:转办
27075
- * @author liufan
27076
- * @date 2022年9月29日
27095
+ /**
27096
+ * toTransfer
27097
+ * @desc:转办
27098
+ * @author liufan
27099
+ * @date 2022年9月29日
27077
27100
  **/
27078
27101
  toTransfer: function toTransfer(res) {
27079
- var _this28 = this;
27102
+ var _this29 = this;
27080
27103
 
27081
27104
  if (this.beforeSubmit != undefined) {
27082
27105
  this.beforeSubmit(0).then(function (next) {
27083
- _this28.taskReadType = 'transfer';
27084
- _this28.showTaskRead = true;
27106
+ _this29.taskReadType = 'transfer';
27107
+ _this29.showTaskRead = true;
27085
27108
  }).catch(function (e) {});
27086
27109
  } else {
27087
27110
  this.taskReadType = 'transfer';
@@ -27092,14 +27115,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27092
27115
  this.nextNode.customLimitTime = val;
27093
27116
  },
27094
27117
 
27095
- /**
27096
- * getNodeInfo
27097
- * @desc:获取节点信息
27098
- * @author liufan
27099
- * @date 2022年5月25日
27118
+ /**
27119
+ * getNodeInfo
27120
+ * @desc:获取节点信息
27121
+ * @author liufan
27122
+ * @date 2022年5月25日
27100
27123
  **/
27101
27124
  getNodeInfo: function getNodeInfo() {
27102
- var _this29 = this;
27125
+ var _this30 = this;
27103
27126
 
27104
27127
  var params = {
27105
27128
  processDefinitionId: this.nodeInfo.nextNode,
@@ -27114,53 +27137,53 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27114
27137
  message = res.message,
27115
27138
  data = res.data;
27116
27139
 
27117
- _this29.loading.close();
27140
+ _this30.loading.close();
27118
27141
  if (status === 'success') {
27119
- _this29.isCurrentNodeForbiddenChangeCandidate = data.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
27120
- _this29.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
27121
- _this29.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
27122
- if (_this29.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
27123
- _this29.nextNode.customLimitTime = _this29.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
27142
+ _this30.isCurrentNodeForbiddenChangeCandidate = data.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
27143
+ _this30.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
27144
+ _this30.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
27145
+ if (_this30.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
27146
+ _this30.nextNode.customLimitTime = _this30.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
27124
27147
  }
27125
27148
  if (data.nodeMoreInfo.chooseCurrentOrgUserCandidateNeedForbiddenSubDept === true) {
27126
- _this29.params.only_filid = true;
27149
+ _this30.params.only_filid = true;
27127
27150
  }
27128
- data.otherOrgDisabledObjId && (_this29.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
27129
- data.currentOrgDisabledObjId && (_this29.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
27151
+ data.otherOrgDisabledObjId && (_this30.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
27152
+ data.currentOrgDisabledObjId && (_this30.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
27130
27153
  if (data != null) {
27131
27154
  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) {
27132
- _this29.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
27155
+ _this30.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
27133
27156
  } else {
27134
- _this29.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this29.choiceOrgId, _this29.choiceDeptId, _this29.pOrgId);
27157
+ _this30.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this30.choiceOrgId, _this30.choiceDeptId, _this30.pOrgId);
27135
27158
  }
27136
- _this29.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
27137
- _this29.isTaskread = data.nodeExtAttr.isTaskread;
27138
- _this29.isHandleExplain = data.nodeExtAttr.isHandleExplain;
27139
- _this29.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
27140
- _this29.nodeType = data.nodeExtAttr.nodeType;
27159
+ _this30.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
27160
+ _this30.isTaskread = data.nodeExtAttr.isTaskread;
27161
+ _this30.isHandleExplain = data.nodeExtAttr.isHandleExplain;
27162
+ _this30.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
27163
+ _this30.nodeType = data.nodeExtAttr.nodeType;
27141
27164
  //如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
27142
- if (_this29.nodeType === 1 || _this29.nodeType === 2) {
27143
- _this29.isMainSubProcess === true ? _this29.isNodeShowProcess = true : _this29.isNodeShowProcess = false;
27144
- _this29.isMainSubProcess === true ? _this29.isMainSubProcess = true : _this29.isMainSubProcess = false;
27145
- _this29.isNextUser = false;
27146
- _this29.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
27147
- _this29.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
27165
+ if (_this30.nodeType === 1 || _this30.nodeType === 2) {
27166
+ _this30.isMainSubProcess === true ? _this30.isNodeShowProcess = true : _this30.isNodeShowProcess = false;
27167
+ _this30.isMainSubProcess === true ? _this30.isMainSubProcess = true : _this30.isMainSubProcess = false;
27168
+ _this30.isNextUser = false;
27169
+ _this30.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
27170
+ _this30.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
27148
27171
  } else {
27149
- _this29.isHideCurrentOrg = false;
27150
- _this29.isHideOtherOrg = false;
27151
- _this29.isNodeShowProcess = false;
27152
- _this29.isMainSubProcess = false;
27153
- _this29.isNextUser = _this29.nextNode.nextOperate != 9;
27172
+ _this30.isHideCurrentOrg = false;
27173
+ _this30.isHideOtherOrg = false;
27174
+ _this30.isNodeShowProcess = false;
27175
+ _this30.isMainSubProcess = false;
27176
+ _this30.isNextUser = _this30.nextNode.nextOperate != 9;
27154
27177
  // this.isMainSubProcess === true
27155
27178
  // ? (this.isMainSubProcess = true)
27156
27179
  // : (this.isMainSubProcess = false);
27157
27180
  }
27158
- _this29.multiple ? _this29.nextNode.nextUserId = [] : _this29.nextNode.nextUserId = '';
27159
- if (_this29.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
27181
+ _this30.multiple ? _this30.nextNode.nextUserId = [] : _this30.nextNode.nextUserId = '';
27182
+ if (_this30.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
27160
27183
  data.nextUserList.map(function (item) {
27161
27184
  if (item.userId && item.username) {
27162
- _this29.nextNode.nextUserId.push(item.userId);
27163
- _this29.selectUserList.push({
27185
+ _this30.nextNode.nextUserId.push(item.userId);
27186
+ _this30.selectUserList.push({
27164
27187
  showname: item.username,
27165
27188
  showid: item.userId
27166
27189
  });
@@ -27169,53 +27192,53 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27169
27192
  }
27170
27193
  data.nextUserList.map(function (item) {
27171
27194
  if (item.userId && item.username) {
27172
- _this29.options.push({
27195
+ _this30.options.push({
27173
27196
  showname: item.username,
27174
27197
  showid: item.userId
27175
27198
  });
27176
27199
  }
27177
27200
  });
27178
27201
  if (data.nodeExtAttr.presetEdit != 0) {
27179
- _this29.radioList = _this29.options;
27202
+ _this30.radioList = _this30.options;
27180
27203
  }
27181
- if (!_this29.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
27182
- _this29.nextNode.nextUserId = data.nextUserList[0].userId;
27183
- _this29.selectUserList.push({
27204
+ if (!_this30.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
27205
+ _this30.nextNode.nextUserId = data.nextUserList[0].userId;
27206
+ _this30.selectUserList.push({
27184
27207
  showname: data.nextUserList[0].username,
27185
27208
  showid: data.nextUserList[0].userId
27186
27209
  });
27187
27210
  }
27188
- _this29.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
27189
- _this29.isCustomUser = data.nodeExtAttr.isCustomUser;
27190
- _this29.presetEdit = data.nodeExtAttr.presetEdit;
27191
- _this29.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
27192
- _this29.handleMode = data.countersignaturetypeText;
27211
+ _this30.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
27212
+ _this30.isCustomUser = data.nodeExtAttr.isCustomUser;
27213
+ _this30.presetEdit = data.nodeExtAttr.presetEdit;
27214
+ _this30.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
27215
+ _this30.handleMode = data.countersignaturetypeText;
27193
27216
  if (data.globalNodeType === 'endEvent') {
27194
- _this29.isNextUser = data.globalNodeType != 'endEvent';
27195
- data.globalNodeType === 'endEvent' ? _this29.endFlow = true : '';
27217
+ _this30.isNextUser = data.globalNodeType != 'endEvent';
27218
+ data.globalNodeType === 'endEvent' ? _this30.endFlow = true : '';
27196
27219
  }
27197
27220
  }
27198
- _this29.isCustomPreset && _this29.$refs.customPreset.getPresetFlowInfo(_this29.nextNode.nextNodeId, _this29.nodeInfo.nextNode, true);
27221
+ _this30.isCustomPreset && _this30.$refs.customPreset.getPresetFlowInfo(_this30.nextNode.nextNodeId, _this30.nodeInfo.nextNode, true);
27199
27222
  } else {
27200
- _this29.$message.error(message || '系统错误,请联系管理员!');
27223
+ _this30.$message.error(message || '系统错误,请联系管理员!');
27201
27224
  }
27202
27225
  }).catch(function (err) {
27203
- _this29.loading.close();
27226
+ _this30.loading.close();
27204
27227
  if (err.message && err.message !== 'canceled') {
27205
- _this29.$message.error(err.message);
27228
+ _this30.$message.error(err.message);
27206
27229
  }
27207
27230
  });
27208
27231
  },
27209
27232
 
27210
- /**
27211
- * selecNext
27212
- * @desc:下步节点变化时更新数据
27213
- * @author liufan
27214
- * @param {String} val 当前选中值
27215
- * @date 2022年5月25日
27233
+ /**
27234
+ * selecNext
27235
+ * @desc:下步节点变化时更新数据
27236
+ * @author liufan
27237
+ * @param {String} val 当前选中值
27238
+ * @date 2022年5月25日
27216
27239
  **/
27217
27240
  selecNext: function selecNext(val, type, isDef) {
27218
- var _this30 = this;
27241
+ var _this31 = this;
27219
27242
 
27220
27243
  var isNextNode = false;
27221
27244
  if (type && val && this.operationList.length > 0) {
@@ -27265,13 +27288,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27265
27288
  this.operationList.forEach(function (item) {
27266
27289
  if (item.key === val) {
27267
27290
  if (!item.taskNodeList) {
27268
- _this30.nodeInfos = [];
27291
+ _this31.nodeInfos = [];
27269
27292
  } else {
27270
- _this30.nodeInfos = item.taskNodeList;
27293
+ _this31.nodeInfos = item.taskNodeList;
27271
27294
 
27272
- if (_this30.taskOperationShiftedNodeList) {
27273
- _this30.nodeInfos = item.taskNodeList.filter(function (x) {
27274
- return _this30.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
27295
+ if (_this31.taskOperationShiftedNodeList) {
27296
+ _this31.nodeInfos = item.taskNodeList.filter(function (x) {
27297
+ return _this31.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
27275
27298
  });
27276
27299
  }
27277
27300
  }
@@ -27280,7 +27303,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27280
27303
  });
27281
27304
  if (this.defaultNextNode) {
27282
27305
  var defaultNode = this.nodeInfos.filter(function (item) {
27283
- return item.nodeId == _this30.defaultNextNode;
27306
+ return item.nodeId == _this31.defaultNextNode;
27284
27307
  });
27285
27308
  if (this.nodeInfos.length > 0 && defaultNode.length == 0) {
27286
27309
  this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
@@ -27352,11 +27375,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27352
27375
  }
27353
27376
  },
27354
27377
 
27355
- /**
27356
- * isMultiple
27357
- * @desc:是否多选
27358
- * @author liufan
27359
- * @date 2022年9月13日
27378
+ /**
27379
+ * isMultiple
27380
+ * @desc:是否多选
27381
+ * @author liufan
27382
+ * @date 2022年9月13日
27360
27383
  **/
27361
27384
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
27362
27385
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -27388,14 +27411,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27388
27411
  }
27389
27412
  },
27390
27413
 
27391
- /**
27392
- * getHedInfo
27393
- * @desc:获取审核页面数据
27394
- * @author liufan
27395
- * @date 2022年5月25日
27414
+ /**
27415
+ * getHedInfo
27416
+ * @desc:获取审核页面数据
27417
+ * @author liufan
27418
+ * @date 2022年5月25日
27396
27419
  **/
27397
27420
  getHedInfo: function getHedInfo() {
27398
- var _this31 = this;
27421
+ var _this32 = this;
27399
27422
 
27400
27423
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
27401
27424
  var params = {
@@ -27405,7 +27428,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27405
27428
  util["a" /* default */].ajax({ url: api["Q" /* getHandleInfoHtml */], params: params }).then(function (res) {
27406
27429
  //pc返回数据
27407
27430
 
27408
- _this31.loading.close();
27431
+ _this32.loading.close();
27409
27432
 
27410
27433
  if (res.status === 'success') {
27411
27434
  var _res$data2 = res.data,
@@ -27447,17 +27470,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27447
27470
  isCanPreAddSign = _res$data2.isCanPreAddSign;
27448
27471
 
27449
27472
  if (temporarySaveButtonName) {
27450
- _this31.saveButtonName = temporarySaveButtonName;
27473
+ _this32.saveButtonName = temporarySaveButtonName;
27451
27474
  }
27452
27475
  if (simpleTips != undefined) {
27453
- _this31.simpleTips = simpleTips;
27476
+ _this32.simpleTips = simpleTips;
27454
27477
  }
27455
- _this31.$emit('startTaskRead', res);
27456
- _this31.$emit('start-task-read', res);
27478
+ _this32.$emit('startTaskRead', res);
27479
+ _this32.$emit('start-task-read', res);
27457
27480
  if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
27458
- _this31.taskOperationShiftedNodeList = [];
27481
+ _this32.taskOperationShiftedNodeList = [];
27459
27482
  taskOperationShiftedNodeList.map(function (x) {
27460
- _this31.taskOperationShiftedNodeList.push(x.nodeId);
27483
+ _this32.taskOperationShiftedNodeList.push(x.nodeId);
27461
27484
  taskOperations.push({
27462
27485
  key: x.nodeId,
27463
27486
  value: x.nodeName,
@@ -27466,158 +27489,158 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27466
27489
  });
27467
27490
  });
27468
27491
  }
27469
- _this31.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
27470
- _this31.pendingItemHandleDescription = pendingItemHandleDescription;
27492
+ _this32.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
27493
+ _this32.pendingItemHandleDescription = pendingItemHandleDescription;
27471
27494
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
27472
- _this31.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
27495
+ _this32.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
27473
27496
  var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
27474
- _this31.currentOrgSelectorTabs.map(function (x, i) {
27475
- _this31.currentOrgSelectorParams[x] = {
27497
+ _this32.currentOrgSelectorTabs.map(function (x, i) {
27498
+ _this32.currentOrgSelectorParams[x] = {
27476
27499
  filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
27477
27500
  only_filid: true
27478
27501
  };
27479
27502
  });
27480
27503
  }
27481
27504
  if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
27482
- _this31.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
27505
+ _this32.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
27483
27506
  var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
27484
- _this31.foreignOrgSelectorTabs.map(function (x, i) {
27485
- _this31.foreignOrgSelectorParams[x] = {
27507
+ _this32.foreignOrgSelectorTabs.map(function (x, i) {
27508
+ _this32.foreignOrgSelectorParams[x] = {
27486
27509
  filid: foreignOrgparams[i] == 'my' ? choiceOrgId : x == 'filgroup' ? '' : foreignOrgparams[i] == 'nofilidorg' || foreignOrgparams[i] == 'nofiliddept' ? 'all' : foreignOrgparams[i],
27487
27510
  nofilid: foreignOrgparams[i] == 'nofilidorg' ? sessionStorage.getItem('orgId') : foreignOrgparams[i] == 'nofiliddept' ? sessionStorage.getItem('depId') : foreignOrgparams[i] == 'other' ? 1 : 0,
27488
- roleid: _this31.circularReadParamsMap.circularReadOrgRoleCode || _this31.foreignOrgSelectorParams.roleid
27511
+ roleid: _this32.circularReadParamsMap.circularReadOrgRoleCode || _this32.foreignOrgSelectorParams.roleid
27489
27512
  };
27490
27513
  });
27491
27514
  }
27492
- _this31.circularReadParamsMap = circularReadParamsMap || {};
27493
- if (_this31.circularReadParamsMap.circularReadOrgRoleCode) {
27494
- _this31.foreignOrgSelectorParams.roleid = _this31.circularReadParamsMap.circularReadOrgRoleCode;
27515
+ _this32.circularReadParamsMap = circularReadParamsMap || {};
27516
+ if (_this32.circularReadParamsMap.circularReadOrgRoleCode) {
27517
+ _this32.foreignOrgSelectorParams.roleid = _this32.circularReadParamsMap.circularReadOrgRoleCode;
27495
27518
  }
27496
- _this31.currentOrgName = currentOrgName;
27497
- _this31.nextOperateCheckType = nextOperateCheckType || 'select';
27498
- _this31.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
27499
-
27500
- _this31.submitButtonFunKey = nodeInfoMap.nodeExtAttr.submitButtonFunKey;
27501
- _this31.taskNodeButtons = nodeInfoMap.nodeExtAttr.taskNodeButtons;
27502
- _this31.readOnlyNotificationType = readOnlyNotificationType;
27503
-
27504
- _this31.readOnlyNotificationType = readOnlyNotificationType;
27505
- _this31.isSpecial = isSpecial;
27506
- _this31.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
27507
- _this31.otherOrgName = otherOrgName;
27508
- _this31.isCanPreAddSign = isCanPreAddSign;
27509
- _this31.endFlowInfo.choiceOrgId = choiceOrgId;
27510
- _this31.endFlowInfo.choiceDeptId = choiceDeptId;
27511
- _this31.endFlowInfo.pendingId = _this31.pendingId;
27512
- _this31.attachedCode = attachedCode;
27513
- _this31.endFlowInfo.pOrgId = pOrgId;
27514
- _this31.canPresetRead = canPresetRead;
27515
- _this31.isCdjxjTaskHandle = isCdjxjTaskHandle;
27516
- nextNodeCheckType && (_this31.nextNodeCheckType = nextNodeCheckType);
27517
- _this31.operationList = taskOperations || [];
27518
- _this31.customPresetHintMessage = customPresetHintMessage;
27519
+ _this32.currentOrgName = currentOrgName;
27520
+ _this32.nextOperateCheckType = nextOperateCheckType || 'select';
27521
+ _this32.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
27522
+
27523
+ _this32.submitButtonFunKey = nodeInfoMap.nodeExtAttr.submitButtonFunKey;
27524
+ _this32.taskNodeButtons = nodeInfoMap.nodeExtAttr.taskNodeButtons;
27525
+ _this32.readOnlyNotificationType = readOnlyNotificationType;
27526
+
27527
+ _this32.readOnlyNotificationType = readOnlyNotificationType;
27528
+ _this32.isSpecial = isSpecial;
27529
+ _this32.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
27530
+ _this32.otherOrgName = otherOrgName;
27531
+ _this32.isCanPreAddSign = isCanPreAddSign;
27532
+ _this32.endFlowInfo.choiceOrgId = choiceOrgId;
27533
+ _this32.endFlowInfo.choiceDeptId = choiceDeptId;
27534
+ _this32.endFlowInfo.pendingId = _this32.pendingId;
27535
+ _this32.attachedCode = attachedCode;
27536
+ _this32.endFlowInfo.pOrgId = pOrgId;
27537
+ _this32.canPresetRead = canPresetRead;
27538
+ _this32.isCdjxjTaskHandle = isCdjxjTaskHandle;
27539
+ nextNodeCheckType && (_this32.nextNodeCheckType = nextNodeCheckType);
27540
+ _this32.operationList = taskOperations || [];
27541
+ _this32.customPresetHintMessage = customPresetHintMessage;
27519
27542
  if (canPresetRead) {
27520
27543
  var ids = nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
27521
27544
  var names = nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
27522
27545
  ids.map(function (item, index) {
27523
- _this31.presetReadUserId.push({
27546
+ _this32.presetReadUserId.push({
27524
27547
  showid: item,
27525
27548
  showname: names[index]
27526
27549
  });
27527
- _this31.selectPresetUserList.push({
27550
+ _this32.selectPresetUserList.push({
27528
27551
  showid: item,
27529
27552
  showname: names[index]
27530
27553
  });
27531
- _this31.nextNode.presetReadUserId.push(item);
27554
+ _this32.nextNode.presetReadUserId.push(item);
27532
27555
  });
27533
27556
  }
27534
- if (!_this31.isFlow) _this31.getFile(_this31.pendingId, attachedCode);
27557
+ if (!_this32.isFlow) _this32.getFile(_this32.pendingId, attachedCode);
27535
27558
  if (nextNodeList && nextNodeList.length != 0) {
27536
- _this31.nextNodeList = nextNodeList;
27559
+ _this32.nextNodeList = nextNodeList;
27537
27560
  if (nextNodeList[0].nodeType === 'endEvent') {
27538
- _this31.isNextUser = nextNodeList[0].nodeType != 'endEvent';
27539
- nextNodeList[0].nodeType === 'endEvent' ? _this31.endFlow = true : '';
27561
+ _this32.isNextUser = nextNodeList[0].nodeType != 'endEvent';
27562
+ nextNodeList[0].nodeType === 'endEvent' ? _this32.endFlow = true : '';
27540
27563
  }
27541
27564
  }
27542
27565
 
27543
- if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this31.removeUsers = canRemoveSignUserList;
27566
+ if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this32.removeUsers = canRemoveSignUserList;
27544
27567
  if (taskOperations && taskOperations.length != 0) {
27545
27568
  var isSelected = false;
27546
27569
  taskOperations.map(function (item) {
27547
- if (item.key === 9) _this31.isReject = true;
27570
+ if (item.key === 9) _this32.isReject = true;
27548
27571
  if (item.isSelected) {
27549
- _this31.nodeInfos = [];
27550
- _this31.nextNode.nextOperate = item.key;
27572
+ _this32.nodeInfos = [];
27573
+ _this32.nextNode.nextOperate = item.key;
27551
27574
  if (item.taskNodeList != null) {
27552
- _this31.nodeInfos = item.taskNodeList;
27575
+ _this32.nodeInfos = item.taskNodeList;
27553
27576
  }
27554
27577
  isSelected = true;
27555
27578
  }
27556
27579
  });
27557
27580
  if (taskOperations.length > 0 && !isSelected) {
27558
- _this31.nodeInfos = [];
27559
- _this31.nextNode.nextOperate = taskOperations[0].key;
27581
+ _this32.nodeInfos = [];
27582
+ _this32.nextNode.nextOperate = taskOperations[0].key;
27560
27583
  if (taskOperations[0].taskNodeList != null) {
27561
- _this31.nodeInfos = taskOperations[0].taskNodeList;
27584
+ _this32.nodeInfos = taskOperations[0].taskNodeList;
27562
27585
  }
27563
27586
  }
27564
27587
  }
27565
27588
  if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
27566
- _this31.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
27589
+ _this32.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
27567
27590
  if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
27568
27591
  var notice = JSON.parse(nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList);
27569
27592
  notice.map(function (x) {
27570
- _this31.nodeFixedOpinionSelectList.push({ content: x });
27593
+ _this32.nodeFixedOpinionSelectList.push({ content: x });
27571
27594
  });
27572
27595
  }
27573
27596
 
27574
- _this31.value = opinion || '';
27575
- _this31.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
27576
- _this31.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
27577
- _this31.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
27578
- _this31.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
27579
- _this31.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
27580
- _this31.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
27597
+ _this32.value = opinion || '';
27598
+ _this32.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
27599
+ _this32.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
27600
+ _this32.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
27601
+ _this32.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
27602
+ _this32.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
27603
+ _this32.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
27581
27604
  // this.isHideDefaultOperation =
27582
27605
  // nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1;
27583
- _this31.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
27606
+ _this32.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
27584
27607
  if (nodeInfoMap.nodeExtAttr.defaultNextNode) {
27585
- var defaultNode = _this31.nodeInfos.filter(function (item) {
27608
+ var defaultNode = _this32.nodeInfos.filter(function (item) {
27586
27609
  return item.nodeId == nodeInfoMap.nodeExtAttr.defaultNextNode;
27587
27610
  });
27588
- if (_this31.nodeInfos.length > 0 && defaultNode.length == 0) {
27589
- _this31.nextNode.nextNodeId = _this31.nodeInfos[0].nodeId;
27611
+ if (_this32.nodeInfos.length > 0 && defaultNode.length == 0) {
27612
+ _this32.nextNode.nextNodeId = _this32.nodeInfos[0].nodeId;
27590
27613
  } else {
27591
- _this31.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
27614
+ _this32.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
27592
27615
  }
27593
- } else if (_this31.nodeInfos.length > 0) {
27594
- _this31.nextNode.nextNodeId = _this31.nodeInfos[0].nodeId;
27616
+ } else if (_this32.nodeInfos.length > 0) {
27617
+ _this32.nextNode.nextNodeId = _this32.nodeInfos[0].nodeId;
27595
27618
  }
27596
- _this31.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
27619
+ _this32.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
27597
27620
  if (nodeInfoMap.nodeExtAttr.submitText) {
27598
- _this31.btnList.map(function (x) {
27621
+ _this32.btnList.map(function (x) {
27599
27622
  if (x.event === 'sub') {
27600
27623
  x.text = nodeInfoMap.nodeExtAttr.submitText;
27601
27624
  }
27602
27625
  });
27603
27626
  }
27604
27627
  }
27605
- _this31.choiceOrgId = choiceOrgId;
27606
- _this31.choiceDeptId = choiceDeptId;
27607
- _this31.pOrgId = pOrgId;
27628
+ _this32.choiceOrgId = choiceOrgId;
27629
+ _this32.choiceDeptId = choiceDeptId;
27630
+ _this32.pOrgId = pOrgId;
27608
27631
  if (res.data && res.data.isEndUserTask != undefined) {
27609
- _this31.isEndUserTask = res.data.isEndUserTask;
27632
+ _this32.isEndUserTask = res.data.isEndUserTask;
27610
27633
  }
27611
27634
  if (JSON.stringify(taskExamine) != '{}' && taskExamine) {
27612
- _this31.nodeInfo.nextNode = taskExamine.processDefinitionId;
27613
- _this31.NodeName = taskExamine.nodeName;
27614
- _this31.taskId = taskExamine.taskId;
27615
- _this31.businessIds = taskExamine.businessId;
27616
- _this31.appId = taskExamine.appId;
27617
- _this31.taskExamineInfo = taskExamine;
27618
- _this31.taskExamineInfo.choiceOrgId = choiceOrgId;
27619
- _this31.taskExamineInfo.choiceDeptId = choiceDeptId;
27620
- _this31.endFlowInfo.processType = taskExamine.processType;
27635
+ _this32.nodeInfo.nextNode = taskExamine.processDefinitionId;
27636
+ _this32.NodeName = taskExamine.nodeName;
27637
+ _this32.taskId = taskExamine.taskId;
27638
+ _this32.businessIds = taskExamine.businessId;
27639
+ _this32.appId = taskExamine.appId;
27640
+ _this32.taskExamineInfo = taskExamine;
27641
+ _this32.taskExamineInfo.choiceOrgId = choiceOrgId;
27642
+ _this32.taskExamineInfo.choiceDeptId = choiceDeptId;
27643
+ _this32.endFlowInfo.processType = taskExamine.processType;
27621
27644
  // this.endFlowInfo.isReturnSubmitter =
27622
27645
  // taskExamine.isReturnSubmitter;
27623
27646
  // this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
@@ -27629,92 +27652,92 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27629
27652
  // this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
27630
27653
  // this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
27631
27654
  // this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
27632
- _this31.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
27633
- _this31.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
27634
- _this31.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
27635
- _this31.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
27636
- _this31.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
27637
- _this31.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
27638
- _this31.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
27639
- _this31.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
27640
- _this31.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
27655
+ _this32.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
27656
+ _this32.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
27657
+ _this32.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
27658
+ _this32.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
27659
+ _this32.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
27660
+ _this32.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
27661
+ _this32.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
27662
+ _this32.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
27663
+ _this32.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
27641
27664
  // this.endFlowInfo.isReadDealReply =
27642
27665
  // taskExamine.isReadDealReplybusinessId;
27643
- _this31.endFlowInfo.appId = taskExamine.appId;
27644
- _this31.endFlowInfo.businessId = taskExamine.businessId;
27645
- _this31.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
27646
- _this31.endFlowInfo.nodeId = taskExamine.nodeId;
27666
+ _this32.endFlowInfo.appId = taskExamine.appId;
27667
+ _this32.endFlowInfo.businessId = taskExamine.businessId;
27668
+ _this32.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
27669
+ _this32.endFlowInfo.nodeId = taskExamine.nodeId;
27647
27670
  }
27648
27671
  if (extendData && extendData.pendingData && extendData.pendingData.itemname) {
27649
- _this31.NodeName = extendData.pendingData.itemname;
27672
+ _this32.NodeName = extendData.pendingData.itemname;
27650
27673
  }
27651
- if (_this31.nodeName) {
27652
- _this31.NodeName = _this31.nodeName;
27674
+ if (_this32.nodeName) {
27675
+ _this32.NodeName = _this32.nodeName;
27653
27676
  }
27654
- _this31.isCanAddSign = isCanAddSign;
27655
- _this31.processObj = res.data;
27656
- if (_this31.isCanAddSign) {
27657
- _this31.nextNode.isAddSign = '2';
27677
+ _this32.isCanAddSign = isCanAddSign;
27678
+ _this32.processObj = res.data;
27679
+ if (_this32.isCanAddSign) {
27680
+ _this32.nextNode.isAddSign = '2';
27658
27681
  }
27659
- _this31.isCanRemoveSign = isCanRemoveSign;
27660
- if (_this31.isCanRemoveSign) {
27661
- _this31.nextNode.isRemoveSign = '2';
27682
+ _this32.isCanRemoveSign = isCanRemoveSign;
27683
+ if (_this32.isCanRemoveSign) {
27684
+ _this32.nextNode.isRemoveSign = '2';
27662
27685
  }
27663
27686
 
27664
- if (!_this31.isOpinionRequired) {
27665
- _this31.isOpinionRequired = 0;
27687
+ if (!_this32.isOpinionRequired) {
27688
+ _this32.isOpinionRequired = 0;
27666
27689
  }
27667
27690
  // opinion && (this.value = opinion);
27668
- _this31.nextNode.notificationMsg = defaultNotificationMessage;
27669
- _this31.moreList = [];
27691
+ _this32.nextNode.notificationMsg = defaultNotificationMessage;
27692
+ _this32.moreList = [];
27670
27693
  if (taskButtonList && taskButtonList.length != 0) {
27671
27694
  taskButtonList.map(function (item) {
27672
27695
  if (item.fun === 'reject()') {
27673
- _this31.rejectObj = item;
27696
+ _this32.rejectObj = item;
27674
27697
  } else if (item.fun === 'toStartTaskRead()') {
27675
- _this31.pointsReadingObj = item;
27698
+ _this32.pointsReadingObj = item;
27676
27699
  } else {
27677
- _this31.moreList.push(item);
27700
+ _this32.moreList.push(item);
27678
27701
  }
27679
27702
  });
27680
27703
  }
27681
- _this31.isMainSubProcess = res.data.isMainSubProcess == 'true';
27682
- _this31.isCustomPreset = isCustomPreset;
27683
- _this31.isPreset = isPreset;
27684
- _this31.presetTaskNodeMap = presetTaskNodeMap;
27685
- _this31.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
27686
- _this31.getFind();
27687
- _this31.selecNext(_this31.nextNode.nextOperate, true, true);
27704
+ _this32.isMainSubProcess = res.data.isMainSubProcess == 'true';
27705
+ _this32.isCustomPreset = isCustomPreset;
27706
+ _this32.isPreset = isPreset;
27707
+ _this32.presetTaskNodeMap = presetTaskNodeMap;
27708
+ _this32.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
27709
+ _this32.getFind();
27710
+ _this32.selecNext(_this32.nextNode.nextOperate, true, true);
27688
27711
  // this.getNodeInfo();
27689
- _this31.StartTaskReadKey++;
27712
+ _this32.StartTaskReadKey++;
27690
27713
  } else {
27691
27714
  if (res.status === 'taskCompleted') {
27692
- _this31.$emit('shrink', true);
27693
- _this31.shrinkAbled = true;
27694
- _this31.$message.warning(res.message || '系统错误,请联系管理员!');
27715
+ _this32.$emit('shrink', true);
27716
+ _this32.shrinkAbled = true;
27717
+ _this32.$message.warning(res.message || '系统错误,请联系管理员!');
27695
27718
  } else {
27696
- _this31.$message.error(res.message || '系统错误,请联系管理员!');
27719
+ _this32.$message.error(res.message || '系统错误,请联系管理员!');
27697
27720
  }
27698
27721
  }
27699
- _this31.showOpinion = false;
27722
+ _this32.showOpinion = false;
27700
27723
  setTimeout(function () {
27701
- _this31.showOpinion = true;
27724
+ _this32.showOpinion = true;
27702
27725
  }, 0);
27703
27726
  }).catch(function (err) {
27704
- _this31.loading.close();
27727
+ _this32.loading.close();
27705
27728
  if (err.message && err.message !== 'canceled') {
27706
- _this31.$message.error(err.message);
27729
+ _this32.$message.error(err.message);
27707
27730
  }
27708
27731
  });
27709
27732
  },
27710
27733
 
27711
- /**
27712
- * closeProcess
27713
- * @desc:关闭弹窗
27714
- * @author liufan
27715
- * @param {boolean} val 当前是否办理流程
27716
- * @param {String} type 当前点击的弹窗类型
27717
- * @date 2022年5月25日
27734
+ /**
27735
+ * closeProcess
27736
+ * @desc:关闭弹窗
27737
+ * @author liufan
27738
+ * @param {boolean} val 当前是否办理流程
27739
+ * @param {String} type 当前点击的弹窗类型
27740
+ * @date 2022年5月25日
27718
27741
  **/
27719
27742
  closeProcess: function closeProcess(val, type, closeParent) {
27720
27743
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -27734,23 +27757,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27734
27757
  }
27735
27758
  },
27736
27759
 
27737
- /**
27738
- * selectChange
27739
- * @desc:常用语选择
27740
- * @author liufan
27741
- * @param {String} val 选中值
27742
- * @date 2022年5月25日
27760
+ /**
27761
+ * selectChange
27762
+ * @desc:常用语选择
27763
+ * @author liufan
27764
+ * @param {String} val 选中值
27765
+ * @date 2022年5月25日
27743
27766
  **/
27744
27767
  selectChange: function selectChange(val) {
27745
27768
  this.value = val;
27746
27769
  },
27747
27770
 
27748
- /**
27749
- * upDate
27750
- * @desc:修改常用语
27751
- * @author liufan
27752
- * @param {Object} val 修改值
27753
- * @date 2022年5月25日
27771
+ /**
27772
+ * upDate
27773
+ * @desc:修改常用语
27774
+ * @author liufan
27775
+ * @param {Object} val 修改值
27776
+ * @date 2022年5月25日
27754
27777
  **/
27755
27778
  upDate: function upDate(val) {
27756
27779
  this.FormData.id = val.id;
@@ -27758,14 +27781,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27758
27781
  },
27759
27782
 
27760
27783
 
27761
- /**
27762
- * getProcess
27763
- * @desc:获取选择流程
27764
- * @author liufan
27765
- * @date 2022年5月25日
27784
+ /**
27785
+ * getProcess
27786
+ * @desc:获取选择流程
27787
+ * @author liufan
27788
+ * @date 2022年5月25日
27766
27789
  **/
27767
27790
  getProcess: function getProcess(val) {
27768
- var _this32 = this;
27791
+ var _this33 = this;
27769
27792
 
27770
27793
  var params = mainvue_type_script_lang_js_extends({
27771
27794
  businessId: this.businessId,
@@ -27780,56 +27803,56 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27780
27803
  message = res.message,
27781
27804
  data = res.data;
27782
27805
 
27783
- _this32.loading.close();
27806
+ _this33.loading.close();
27784
27807
  if (status === 'success') {
27785
27808
  if (data.simpleTips != undefined) {
27786
- _this32.simpleTips = data.simpleTips;
27809
+ _this33.simpleTips = data.simpleTips;
27787
27810
  }
27788
- _this32.isStartFlowChartView = data.isStartFlowChartView;
27811
+ _this33.isStartFlowChartView = data.isStartFlowChartView;
27789
27812
  if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
27790
- _this32.$message.error('流程不存在或未关联对应流程!');
27813
+ _this33.$message.error('流程不存在或未关联对应流程!');
27791
27814
  } else {
27792
- _this32.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
27793
- _this32.activitiDefinitionSort = data.activitiDefinitionSort;
27794
- _this32.nodeInfo.option = data.definitionList;
27795
- _this32.nodeInfo.nextNode = data.definitionList.filter(function (item) {
27796
- return item.processDefKey == _this32.defaultProcessKey;
27815
+ _this33.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
27816
+ _this33.activitiDefinitionSort = data.activitiDefinitionSort;
27817
+ _this33.nodeInfo.option = data.definitionList;
27818
+ _this33.nodeInfo.nextNode = data.definitionList.filter(function (item) {
27819
+ return item.processDefKey == _this33.defaultProcessKey;
27797
27820
  });
27798
- if (_this32.nodeInfo.nextNode.length) {
27799
- _this32.nodeInfo.nextNode = _this32.nodeInfo.nextNode[0].processDefId;
27821
+ if (_this33.nodeInfo.nextNode.length) {
27822
+ _this33.nodeInfo.nextNode = _this33.nodeInfo.nextNode[0].processDefId;
27800
27823
  } else {
27801
27824
  if (data.definitionList.length != 0) {
27802
- _this32.nodeInfo.nextNode = data.definitionList[0].processDefId;
27825
+ _this33.nodeInfo.nextNode = data.definitionList[0].processDefId;
27803
27826
  } else {
27804
- _this32.nodeInfo.nextNode = '';
27827
+ _this33.nodeInfo.nextNode = '';
27805
27828
  }
27806
27829
  }
27807
- if (_this32.nodeInfo.nextNode) {
27808
- _this32.handleChange(_this32.nodeInfo.nextNode, true);
27830
+ if (_this33.nodeInfo.nextNode) {
27831
+ _this33.handleChange(_this33.nodeInfo.nextNode, true);
27809
27832
  }
27810
- if (_this32.showCirculate != undefined && !_this32.showCirculate && _this32.urgencyLevel) {
27811
- _this32.getAdminMsgType();
27833
+ if (_this33.showCirculate != undefined && !_this33.showCirculate && _this33.urgencyLevel) {
27834
+ _this33.getAdminMsgType();
27812
27835
  }
27813
27836
  }
27814
27837
  } else {
27815
- _this32.$message.error(message || '系统错误,请联系管理员!');
27838
+ _this33.$message.error(message || '系统错误,请联系管理员!');
27816
27839
  }
27817
27840
  }).catch(function (err) {
27818
- _this32.loading.close();
27841
+ _this33.loading.close();
27819
27842
  if (err.message && err.message !== 'canceled') {
27820
- _this32.$message.error(err.message);
27843
+ _this33.$message.error(err.message);
27821
27844
  }
27822
27845
  });
27823
27846
  },
27824
27847
 
27825
- /**
27826
- * getPendedhistoryList
27827
- * @desc:获取流程列表
27828
- * @author liufan
27829
- * @date 2022年5月25日
27848
+ /**
27849
+ * getPendedhistoryList
27850
+ * @desc:获取流程列表
27851
+ * @author liufan
27852
+ * @date 2022年5月25日
27830
27853
  **/
27831
27854
  getPendedhistoryList: function getPendedhistoryList() {
27832
- var _this33 = this;
27855
+ var _this34 = this;
27833
27856
 
27834
27857
  var params = {
27835
27858
  apprecordId: this.businessIds,
@@ -27842,22 +27865,22 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27842
27865
  results = res.results;
27843
27866
 
27844
27867
  if (!rCode) {
27845
- _this33.nextNode.nextUserId = [];
27846
- _this33.showNews = false;
27847
- _this33.nextNode.notificationType = [];
27848
- _this33.pendingId = results[results.length - 1].attachId;
27849
- _this33.getHedInfo();
27868
+ _this34.nextNode.nextUserId = [];
27869
+ _this34.showNews = false;
27870
+ _this34.nextNode.notificationType = [];
27871
+ _this34.pendingId = results[results.length - 1].attachId;
27872
+ _this34.getHedInfo();
27850
27873
  } else {
27851
- _this33.$message.error(msg || '系统错误,请联系管理员!');
27874
+ _this34.$message.error(msg || '系统错误,请联系管理员!');
27852
27875
  }
27853
27876
  }).catch(function (err) {
27854
27877
  if (err.message && err.message !== 'canceled') {
27855
- _this33.$message.error(err.message);
27878
+ _this34.$message.error(err.message);
27856
27879
  }
27857
27880
  });
27858
27881
  },
27859
27882
  reqCircularRead: function reqCircularRead(type) {
27860
- var _this34 = this;
27883
+ var _this35 = this;
27861
27884
 
27862
27885
  var _that = this;
27863
27886
  var params = {
@@ -27871,7 +27894,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27871
27894
  };
27872
27895
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
27873
27896
  util["a" /* default */].ajax(params).then(function (res) {
27874
- _this34.loading.close();
27897
+ _this35.loading.close();
27875
27898
  if (res.rCode == 0) {
27876
27899
  if (res.results.alert) {
27877
27900
  _that.$confirm(res.results.message, {
@@ -27897,28 +27920,28 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27897
27920
  beforeSubProcess: function beforeSubProcess() {},
27898
27921
 
27899
27922
  // 提交流程
27900
- /**
27901
- * subProcess
27902
- * @desc:提交流程
27903
- * @author liufan
27904
- * @param {String} formName 当前form表单ref值
27905
- * @date 2022年5月25日
27923
+ /**
27924
+ * subProcess
27925
+ * @desc:提交流程
27926
+ * @author liufan
27927
+ * @param {String} formName 当前form表单ref值
27928
+ * @date 2022年5月25日
27906
27929
  **/
27907
27930
  subProcess: function subProcess(val, type) {
27908
- var _this35 = this;
27931
+ var _this36 = this;
27909
27932
 
27910
27933
  return this.$refs['nextNode'].validate(function (valid) {
27911
27934
  if (valid) {
27912
- if (_this35.isSubmitButtonShowAgreeAndDisagree == 1) {
27913
- _this35.value = _this35.value.replace(RegExp('不同意。', 'g'), '');
27914
- _this35.value = _this35.value.replace(RegExp('同意。', 'g'), '');
27915
- _this35.value = val + _this35.value;
27935
+ if (_this36.isSubmitButtonShowAgreeAndDisagree == 1) {
27936
+ _this36.value = _this36.value.replace(RegExp('不同意。', 'g'), '');
27937
+ _this36.value = _this36.value.replace(RegExp('同意。', 'g'), '');
27938
+ _this36.value = val + _this36.value;
27916
27939
  }
27917
- if (!_this35.validInfo()) {
27918
- _this35.freeValid = false;
27940
+ if (!_this36.validInfo()) {
27941
+ _this36.freeValid = false;
27919
27942
  return;
27920
27943
  } else {
27921
- _this35.freeValid = true;
27944
+ _this36.freeValid = true;
27922
27945
  }
27923
27946
  // if (
27924
27947
  // this.currentNodeIsCircularReadNode &&
@@ -27927,28 +27950,28 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27927
27950
  // this.reqCircularRead(type);
27928
27951
  // return;
27929
27952
  // }
27930
- if (_this35.submitButtonFunKey) {
27931
- var btnInfo = _this35.taskNodeButtons.filter(function (x) {
27932
- return x.key === _this35.submitButtonFunKey;
27953
+ if (_this36.submitButtonFunKey) {
27954
+ var btnInfo = _this36.taskNodeButtons.filter(function (x) {
27955
+ return x.key === _this36.submitButtonFunKey;
27933
27956
  });
27934
27957
  if (btnInfo.length > 0) {
27935
27958
  if (btnInfo[0].type == 4) {
27936
- _this35.$emit('buttonClick', { fun: btnInfo[0].fun, opinion: _this35.value }, _this35.sendData);
27959
+ _this36.$emit('buttonClick', { fun: btnInfo[0].fun, opinion: _this36.value }, _this36.sendData);
27937
27960
  } else if (btnInfo[0].type == 2) {
27938
- _this35.goView(btnInfo[0]);
27961
+ _this36.goView(btnInfo[0]);
27939
27962
  }
27940
27963
  }
27941
27964
  return;
27942
27965
  }
27943
27966
  if (type == 'multiInsMidwayWithSubmitScene') {
27944
- _this35.sendData(type);
27967
+ _this36.sendData(type);
27945
27968
  return;
27946
27969
  }
27947
- if (_this35.beforeSubmit == undefined) {
27948
- _this35.subFun(_this35.sendData);
27970
+ if (_this36.beforeSubmit == undefined) {
27971
+ _this36.subFun(_this36.sendData);
27949
27972
  } else {
27950
- _this35.beforeSubmit(1).then(function (next) {
27951
- _this35.sendData();
27973
+ _this36.beforeSubmit(1).then(function (next) {
27974
+ _this36.sendData();
27952
27975
  }).catch(function (e) {});
27953
27976
  }
27954
27977
  }
@@ -27993,14 +28016,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27993
28016
  return true;
27994
28017
  },
27995
28018
  flowSuccess: function flowSuccess(hideMessage) {
27996
- var _this36 = this;
28019
+ var _this37 = this;
27997
28020
 
27998
28021
  if (!this.simpleTips) {
27999
28022
  this.$alert('提交成功', '', {
28000
28023
  confirmButtonText: '确定',
28001
28024
  type: 'success',
28002
28025
  callback: function callback(action) {
28003
- _this36.$emit('success');
28026
+ _this37.$emit('success');
28004
28027
  }
28005
28028
  });
28006
28029
  } else {
@@ -28011,7 +28034,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28011
28034
  }
28012
28035
  },
28013
28036
  sendData: function sendData(freetype) {
28014
- var _this37 = this;
28037
+ var _this38 = this;
28015
28038
 
28016
28039
  if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
28017
28040
  if (this.directCreateCircularReadWhenFlowStarted) {
@@ -28033,75 +28056,75 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28033
28056
  break;
28034
28057
  }
28035
28058
 
28036
- if (!_this37.isFlow) {
28059
+ if (!_this38.isFlow) {
28037
28060
  _context2.next = 7;
28038
28061
  break;
28039
28062
  }
28040
28063
 
28041
- if (!(_this37.isOpinionRequired && !_this37.$refs.commonOpinions.validate())) {
28064
+ if (!(_this38.isOpinionRequired && !_this38.$refs.commonOpinions.validate())) {
28042
28065
  _context2.next = 5;
28043
28066
  break;
28044
28067
  }
28045
28068
 
28046
- _this37.$message.warning('请输入审批意见');
28069
+ _this38.$message.warning('请输入审批意见');
28047
28070
  return _context2.abrupt('return');
28048
28071
 
28049
28072
  case 5:
28050
- if (_this37.directCreateCircularReadWhenFlowStarted) {
28051
- _this37.circulateVisible = true;
28073
+ if (_this38.directCreateCircularReadWhenFlowStarted) {
28074
+ _this38.circulateVisible = true;
28052
28075
  } else {
28053
- _this37.handleVisible = true;
28076
+ _this38.handleVisible = true;
28054
28077
  }
28055
28078
  return _context2.abrupt('return');
28056
28079
 
28057
28080
  case 7:
28058
28081
  nextUserId = [];
28059
28082
 
28060
- if (_this37.multiple) {
28061
- _this37.nextNode.nextUserId && _this37.nextNode.nextUserId.map(function (item) {
28083
+ if (_this38.multiple) {
28084
+ _this38.nextNode.nextUserId && _this38.nextNode.nextUserId.map(function (item) {
28062
28085
  return nextUserId.push(item);
28063
28086
  });
28064
28087
  }
28065
28088
  addSignUserId = [];
28066
28089
 
28067
- if (_this37.isCanAddSign && _this37.nextNode.isAddSign == '1') {
28068
- _this37.nextNode.addSignUserId.map(function (item) {
28090
+ if (_this38.isCanAddSign && _this38.nextNode.isAddSign == '1') {
28091
+ _this38.nextNode.addSignUserId.map(function (item) {
28069
28092
  addSignUserId.push(item);
28070
28093
  });
28071
28094
  }
28072
28095
  removeSignUserId = [];
28073
28096
 
28074
- if (_this37.isCanRemoveSign && _this37.nextNode.isRemoveSign == '1') {
28075
- _this37.nextNode.removeSignUserId.map(function (item) {
28097
+ if (_this38.isCanRemoveSign && _this38.nextNode.isRemoveSign == '1') {
28098
+ _this38.nextNode.removeSignUserId.map(function (item) {
28076
28099
  removeSignUserId.push(item);
28077
28100
  });
28078
28101
  }
28079
28102
  str = '';
28080
28103
 
28081
- if (_this37.value) {
28082
- str = _this37.value.replace(/\s+/g, '');
28104
+ if (_this38.value) {
28105
+ str = _this38.value.replace(/\s+/g, '');
28083
28106
  }
28084
- if ((!_this37.value || str === '') && _this37.nodeDefaultSubmitOpinion) {
28085
- _this37.value = _this37.nodeDefaultSubmitOpinion;
28107
+ if ((!_this38.value || str === '') && _this38.nodeDefaultSubmitOpinion) {
28108
+ _this38.value = _this38.nodeDefaultSubmitOpinion;
28086
28109
  }
28087
- if (!_this37.isSpecial) {
28088
- delete _this37.nextNode.nextOperate;
28089
- delete _this37.nextNode.nextNodeId;
28110
+ if (!_this38.isSpecial) {
28111
+ delete _this38.nextNode.nextOperate;
28112
+ delete _this38.nextNode.nextNodeId;
28090
28113
  }
28091
- if (_this37.nextNode.nextOperate === 9 || _this37.oldNextOperate == 9) {
28092
- _this37.nextNode.isReturnRejectNode = 1;
28093
- _this37.nextNode.processDefinitionId = _this37.processObj.taskExamine.processDefinitionId;
28114
+ if (_this38.nextNode.nextOperate === 9 || _this38.oldNextOperate == 9) {
28115
+ _this38.nextNode.isReturnRejectNode = 1;
28116
+ _this38.nextNode.processDefinitionId = _this38.processObj.taskExamine.processDefinitionId;
28094
28117
  }
28095
- if (_this37.nextNode.nextOperate != 0 && _this37.nextNode.nextOperate != 1 && _this37.oldNextOperate === '' || _this37.oldNextOperate !== '' && _this37.oldNextOperate != 0 && _this37.oldNextOperate != 1) {
28096
- delete _this37.nextNode.nextNodeId;
28118
+ if (_this38.nextNode.nextOperate != 0 && _this38.nextNode.nextOperate != 1 && _this38.oldNextOperate === '' || _this38.oldNextOperate !== '' && _this38.oldNextOperate != 0 && _this38.oldNextOperate != 1) {
28119
+ delete _this38.nextNode.nextNodeId;
28097
28120
  }
28098
28121
 
28099
- if (!_this37.isCancelSecondConfirmationType) {
28122
+ if (!_this38.isCancelSecondConfirmationType) {
28100
28123
  _context2.next = 22;
28101
28124
  break;
28102
28125
  }
28103
28126
 
28104
- _this37.$confirm('确认提交吗?', '提示', {
28127
+ _this38.$confirm('确认提交吗?', '提示', {
28105
28128
  confirmButtonText: '确定',
28106
28129
  cancelButtonText: '取消',
28107
28130
  type: 'warning'
@@ -28117,46 +28140,46 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28117
28140
  }
28118
28141
 
28119
28142
  _context.next = 3;
28120
- return _this37.saveInfo('subMit');
28143
+ return _this38.saveInfo('subMit');
28121
28144
 
28122
28145
  case 3:
28123
- _this37.loading = util["a" /* default */].loading(_this37.$loading, '加载中...');
28146
+ _this38.loading = util["a" /* default */].loading(_this38.$loading, '加载中...');
28124
28147
 
28125
28148
  case 4:
28126
28149
  notificationType = '';
28127
28150
 
28128
- notificationType = _this37.nextNode.notificationType.join(',');
28151
+ notificationType = _this38.nextNode.notificationType.join(',');
28129
28152
  addSignUserId = addSignUserId.join(',');
28130
28153
  removeSignUserId = removeSignUserId.join(',');
28131
- if (!_this37.isCanPreAddSign || _this37.nextNode.isAddSign != '1') {
28132
- delete _this37.nextNode.addSignMode;
28154
+ if (!_this38.isCanPreAddSign || _this38.nextNode.isAddSign != '1') {
28155
+ delete _this38.nextNode.addSignMode;
28133
28156
  }
28134
28157
 
28135
- params = mainvue_type_script_lang_js_extends({}, _this37.nextNode, {
28136
- nextOperate: _this37.oldNextOperate !== '' ? _this37.oldNextOperate : _this37.nextNode.nextOperate,
28137
- pendingId: _this37.pendingId,
28138
- opinion: _this37.isForceDisplayDefaultOptionForPrefix && !_this37.value.startsWith(_this37.nodeDefaultSubmitOpinion) ? _this37.nodeDefaultSubmitOpinion + _this37.value : _this37.value,
28158
+ params = mainvue_type_script_lang_js_extends({}, _this38.nextNode, {
28159
+ nextOperate: _this38.oldNextOperate !== '' ? _this38.oldNextOperate : _this38.nextNode.nextOperate,
28160
+ pendingId: _this38.pendingId,
28161
+ opinion: _this38.isForceDisplayDefaultOptionForPrefix && !_this38.value.startsWith(_this38.nodeDefaultSubmitOpinion) ? _this38.nodeDefaultSubmitOpinion + _this38.value : _this38.value,
28139
28162
  userId: util["a" /* default */].getStorage('userId'),
28140
- nextUserId: _this37.multiple ? nextUserId.join(',') : _this37.nextNode.nextUserId,
28163
+ nextUserId: _this38.multiple ? nextUserId.join(',') : _this38.nextNode.nextUserId,
28141
28164
  addSignUserId: addSignUserId,
28142
- customPresetUserJson: JSON.stringify(_this37.presetList),
28143
- presetUserJson: JSON.stringify(_this37.presetUserJson),
28165
+ customPresetUserJson: JSON.stringify(_this38.presetList),
28166
+ presetUserJson: JSON.stringify(_this38.presetUserJson),
28144
28167
  removeSignUserId: removeSignUserId,
28145
- nextReadUserId: _this37.readMultiple ? _this37.mixReadList && _this37.mixReadList.join('|') : _this37.nextNode.nextReadUserId,
28146
- nextOrgId: !_this37.isShowNextUser ? _this37.multiple ? _this37.mixOrgIdList && _this37.mixOrgIdList.join('|') : _this37.nextNode.nextOrgId : '',
28147
- presetReadUserId: _this37.mixPresetList && _this37.mixPresetList.length > 0 ? _this37.mixPresetList.join('|') : _this37.nextNode.presetReadUserId.join(','),
28168
+ nextReadUserId: _this38.readMultiple ? _this38.mixReadList && _this38.mixReadList.join('|') : _this38.nextNode.nextReadUserId,
28169
+ nextOrgId: !_this38.isShowNextUser ? _this38.multiple ? _this38.mixOrgIdList && _this38.mixOrgIdList.join('|') : _this38.nextNode.nextOrgId : '',
28170
+ presetReadUserId: _this38.mixPresetList && _this38.mixPresetList.length > 0 ? _this38.mixPresetList.join('|') : _this38.nextNode.presetReadUserId.join(','),
28148
28171
  notificationType: notificationType
28149
28172
  });
28150
28173
 
28151
- if (_this37.activeNames != '1') delete params.customPresetUserJson;
28174
+ if (_this38.activeNames != '1') delete params.customPresetUserJson;
28152
28175
  delete params.customLimitTimeText;
28153
- if (_this37.nextNode.isRemoveSign != '1') {
28176
+ if (_this38.nextNode.isRemoveSign != '1') {
28154
28177
  delete params.removeSignUserId;
28155
28178
  }
28156
- if (_this37.nextNode.isAddSign != '1') {
28179
+ if (_this38.nextNode.isAddSign != '1') {
28157
28180
  delete params.addSignUserId;
28158
28181
  }
28159
- if (!_this37.isSpecial) {
28182
+ if (!_this38.isSpecial) {
28160
28183
  delete params.nextUserId;
28161
28184
  }
28162
28185
 
@@ -28165,13 +28188,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28165
28188
  break;
28166
28189
  }
28167
28190
 
28168
- params.isSubFlow = _this37.taskExamineInfo.isSubFlow;
28169
- _this37.taskParams = params;
28191
+ params.isSubFlow = _this38.taskExamineInfo.isSubFlow;
28192
+ _this38.taskParams = params;
28170
28193
  return _context.abrupt('return');
28171
28194
 
28172
28195
  case 19:
28173
- _this37.loading = util["a" /* default */].loading(_this37.$loading, '提交中...');
28174
- isEndUserTask = _this37.isEndUserTask, choiceOrgId = _this37.choiceOrgId, choiceDeptId = _this37.choiceDeptId, pOrgId = _this37.pOrgId, taskExamineInfo = _this37.taskExamineInfo, currentNodeIsCircularReadNode = _this37.currentNodeIsCircularReadNode, needRetrialAuth = _this37.needRetrialAuth, circularReadParamsMap = _this37.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this37.currentNodeEnableItemHandleDescription;
28196
+ _this38.loading = util["a" /* default */].loading(_this38.$loading, '提交中...');
28197
+ isEndUserTask = _this38.isEndUserTask, choiceOrgId = _this38.choiceOrgId, choiceDeptId = _this38.choiceDeptId, pOrgId = _this38.pOrgId, taskExamineInfo = _this38.taskExamineInfo, currentNodeIsCircularReadNode = _this38.currentNodeIsCircularReadNode, needRetrialAuth = _this38.needRetrialAuth, circularReadParamsMap = _this38.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this38.currentNodeEnableItemHandleDescription;
28175
28198
 
28176
28199
  params.isEndUserTask = isEndUserTask;
28177
28200
  params.choiceOrgId = choiceOrgId;
@@ -28195,17 +28218,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28195
28218
  var status = res.status,
28196
28219
  message = res.message;
28197
28220
 
28198
- _this37.loading.close();
28221
+ _this38.loading.close();
28199
28222
  if (status === 'success') {
28200
- _this37.flowSuccess();
28223
+ _this38.flowSuccess();
28201
28224
  } else {
28202
- _this37.$message.error(message || '系统错误,请联系管理员!');
28203
- _this37.$emit('error');
28225
+ _this38.$message.error(message || '系统错误,请联系管理员!');
28226
+ _this38.$emit('error');
28204
28227
  }
28205
28228
  }).catch(function (err) {
28206
- _this37.loading.close();
28229
+ _this38.loading.close();
28207
28230
  if (err.message && err.message !== 'canceled') {
28208
- _this37.$message.error(err.message);
28231
+ _this38.$message.error(err.message);
28209
28232
  }
28210
28233
  }));
28211
28234
 
@@ -28214,7 +28237,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28214
28237
  return _context.stop();
28215
28238
  }
28216
28239
  }
28217
- }, _callee, _this37);
28240
+ }, _callee, _this38);
28218
28241
  })));
28219
28242
  return _context2.abrupt('return');
28220
28243
 
@@ -28225,46 +28248,46 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28225
28248
  }
28226
28249
 
28227
28250
  _context2.next = 25;
28228
- return _this37.saveInfo('subMit');
28251
+ return _this38.saveInfo('subMit');
28229
28252
 
28230
28253
  case 25:
28231
- _this37.loading = util["a" /* default */].loading(_this37.$loading, '加载中...');
28254
+ _this38.loading = util["a" /* default */].loading(_this38.$loading, '加载中...');
28232
28255
 
28233
28256
  case 26:
28234
28257
  notificationType = '';
28235
28258
 
28236
- notificationType = _this37.nextNode.notificationType.join(',');
28259
+ notificationType = _this38.nextNode.notificationType.join(',');
28237
28260
  addSignUserId = addSignUserId.join(',');
28238
28261
  removeSignUserId = removeSignUserId.join(',');
28239
- if (!_this37.isCanPreAddSign || _this37.nextNode.isAddSign != '1') {
28240
- delete _this37.nextNode.addSignMode;
28262
+ if (!_this38.isCanPreAddSign || _this38.nextNode.isAddSign != '1') {
28263
+ delete _this38.nextNode.addSignMode;
28241
28264
  }
28242
28265
 
28243
- params = mainvue_type_script_lang_js_extends({}, _this37.nextNode, {
28244
- nextOperate: _this37.oldNextOperate !== '' ? _this37.oldNextOperate : _this37.nextNode.nextOperate,
28245
- pendingId: _this37.pendingId,
28246
- opinion: _this37.isForceDisplayDefaultOptionForPrefix && !_this37.value.startsWith(_this37.nodeDefaultSubmitOpinion) ? _this37.nodeDefaultSubmitOpinion + _this37.value : _this37.value,
28266
+ params = mainvue_type_script_lang_js_extends({}, _this38.nextNode, {
28267
+ nextOperate: _this38.oldNextOperate !== '' ? _this38.oldNextOperate : _this38.nextNode.nextOperate,
28268
+ pendingId: _this38.pendingId,
28269
+ opinion: _this38.isForceDisplayDefaultOptionForPrefix && !_this38.value.startsWith(_this38.nodeDefaultSubmitOpinion) ? _this38.nodeDefaultSubmitOpinion + _this38.value : _this38.value,
28247
28270
  userId: util["a" /* default */].getStorage('userId'),
28248
- nextUserId: _this37.multiple ? nextUserId.join(',') : _this37.nextNode.nextUserId,
28271
+ nextUserId: _this38.multiple ? nextUserId.join(',') : _this38.nextNode.nextUserId,
28249
28272
  addSignUserId: addSignUserId,
28250
- customPresetUserJson: JSON.stringify(_this37.presetList),
28251
- presetUserJson: JSON.stringify(_this37.presetUserJson),
28273
+ customPresetUserJson: JSON.stringify(_this38.presetList),
28274
+ presetUserJson: JSON.stringify(_this38.presetUserJson),
28252
28275
  removeSignUserId: removeSignUserId,
28253
- nextReadUserId: _this37.readMultiple ? _this37.mixReadList && _this37.mixReadList.join('|') : _this37.nextNode.nextReadUserId,
28254
- nextOrgId: !_this37.isShowNextUser ? _this37.multiple ? _this37.mixOrgIdList && _this37.mixOrgIdList.join('|') : _this37.nextNode.nextOrgId : '',
28255
- presetReadUserId: _this37.mixPresetList && _this37.mixPresetList.length > 0 ? _this37.mixPresetList.join('|') : _this37.nextNode.presetReadUserId.join(','),
28276
+ nextReadUserId: _this38.readMultiple ? _this38.mixReadList && _this38.mixReadList.join('|') : _this38.nextNode.nextReadUserId,
28277
+ nextOrgId: !_this38.isShowNextUser ? _this38.multiple ? _this38.mixOrgIdList && _this38.mixOrgIdList.join('|') : _this38.nextNode.nextOrgId : '',
28278
+ presetReadUserId: _this38.mixPresetList && _this38.mixPresetList.length > 0 ? _this38.mixPresetList.join('|') : _this38.nextNode.presetReadUserId.join(','),
28256
28279
  notificationType: notificationType
28257
28280
  });
28258
28281
 
28259
- if (_this37.activeNames != '1') delete params.customPresetUserJson;
28282
+ if (_this38.activeNames != '1') delete params.customPresetUserJson;
28260
28283
  delete params.customLimitTimeText;
28261
- if (_this37.nextNode.isRemoveSign != '1') {
28284
+ if (_this38.nextNode.isRemoveSign != '1') {
28262
28285
  delete params.removeSignUserId;
28263
28286
  }
28264
- if (_this37.nextNode.isAddSign != '1') {
28287
+ if (_this38.nextNode.isAddSign != '1') {
28265
28288
  delete params.addSignUserId;
28266
28289
  }
28267
- if (!_this37.isSpecial) {
28290
+ if (!_this38.isSpecial) {
28268
28291
  delete params.nextUserId;
28269
28292
  }
28270
28293
 
@@ -28273,13 +28296,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28273
28296
  break;
28274
28297
  }
28275
28298
 
28276
- params.isSubFlow = _this37.taskExamineInfo.isSubFlow;
28277
- _this37.taskParams = params;
28299
+ params.isSubFlow = _this38.taskExamineInfo.isSubFlow;
28300
+ _this38.taskParams = params;
28278
28301
  return _context2.abrupt('return');
28279
28302
 
28280
28303
  case 41:
28281
- _this37.loading = util["a" /* default */].loading(_this37.$loading, '提交中...');
28282
- isEndUserTask = _this37.isEndUserTask, choiceOrgId = _this37.choiceOrgId, choiceDeptId = _this37.choiceDeptId, pOrgId = _this37.pOrgId, taskExamineInfo = _this37.taskExamineInfo, currentNodeIsCircularReadNode = _this37.currentNodeIsCircularReadNode, needRetrialAuth = _this37.needRetrialAuth, circularReadParamsMap = _this37.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this37.currentNodeEnableItemHandleDescription;
28304
+ _this38.loading = util["a" /* default */].loading(_this38.$loading, '提交中...');
28305
+ isEndUserTask = _this38.isEndUserTask, choiceOrgId = _this38.choiceOrgId, choiceDeptId = _this38.choiceDeptId, pOrgId = _this38.pOrgId, taskExamineInfo = _this38.taskExamineInfo, currentNodeIsCircularReadNode = _this38.currentNodeIsCircularReadNode, needRetrialAuth = _this38.needRetrialAuth, circularReadParamsMap = _this38.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this38.currentNodeEnableItemHandleDescription;
28283
28306
 
28284
28307
  params.isEndUserTask = isEndUserTask;
28285
28308
  params.choiceOrgId = choiceOrgId;
@@ -28303,17 +28326,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28303
28326
  var status = res.status,
28304
28327
  message = res.message;
28305
28328
 
28306
- _this37.loading.close();
28329
+ _this38.loading.close();
28307
28330
  if (status === 'success') {
28308
- _this37.flowSuccess();
28331
+ _this38.flowSuccess();
28309
28332
  } else {
28310
- _this37.$message.error(message || '系统错误,请联系管理员!');
28311
- _this37.$emit('error');
28333
+ _this38.$message.error(message || '系统错误,请联系管理员!');
28334
+ _this38.$emit('error');
28312
28335
  }
28313
28336
  }).catch(function (err) {
28314
- _this37.loading.close();
28337
+ _this38.loading.close();
28315
28338
  if (err.message && err.message !== 'canceled') {
28316
- _this37.$message.error(err.message);
28339
+ _this38.$message.error(err.message);
28317
28340
  }
28318
28341
  }));
28319
28342
 
@@ -28325,7 +28348,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28325
28348
  return _context2.stop();
28326
28349
  }
28327
28350
  }
28328
- }, _callee2, _this37);
28351
+ }, _callee2, _this38);
28329
28352
  }));
28330
28353
 
28331
28354
  return function (_x) {