eoss-ui 0.7.14 → 0.7.16

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 (247) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +805 -799
  3. package/lib/flow-group.js +6 -2
  4. package/lib/flow-list.js +84 -87
  5. package/lib/flow.js +306 -305
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +149 -149
  8. package/lib/qr-code.js +13 -13
  9. package/lib/select.js +1 -0
  10. package/package.json +160 -160
  11. package/packages/.DS_Store +0 -0
  12. package/packages/autocomplete/.DS_Store +0 -0
  13. package/packages/button/index.js +5 -5
  14. package/packages/button/src/main.vue +418 -418
  15. package/packages/button-group/index.js +5 -5
  16. package/packages/button-group/src/main.vue +298 -298
  17. package/packages/calendar/index.js +5 -5
  18. package/packages/calogin/.DS_Store +0 -0
  19. package/packages/calogin/index.js +5 -5
  20. package/packages/calogin/src/main.vue +412 -412
  21. package/packages/calogin/src/plugin.js +915 -915
  22. package/packages/card/index.js +5 -5
  23. package/packages/card/src/main.vue +156 -156
  24. package/packages/cascader/index.js +5 -5
  25. package/packages/cascader/src/main.vue +168 -168
  26. package/packages/checkbox-group/index.js +5 -5
  27. package/packages/checkbox-group/src/main.vue +333 -333
  28. package/packages/clients/index.js +5 -5
  29. package/packages/clients/src/main.vue +151 -151
  30. package/packages/data-table/index.js +5 -5
  31. package/packages/data-table/src/children.vue +39 -39
  32. package/packages/data-table/src/column.vue +988 -988
  33. package/packages/data-table/src/main.vue +1831 -1831
  34. package/packages/data-table/src/sizer.vue +195 -195
  35. package/packages/data-table-form/index.js +5 -5
  36. package/packages/data-table-form/src/checkbox.vue +101 -101
  37. package/packages/data-table-form/src/colgroup.vue +17 -17
  38. package/packages/data-table-form/src/main.vue +181 -181
  39. package/packages/data-table-form/src/radio.vue +65 -65
  40. package/packages/data-table-form/src/table.vue +233 -233
  41. package/packages/data-table-form/src/tbody.vue +336 -336
  42. package/packages/data-table-form/src/thead.vue +68 -68
  43. package/packages/date-picker/.DS_Store +0 -0
  44. package/packages/date-picker/index.js +5 -5
  45. package/packages/date-picker/src/.DS_Store +0 -0
  46. package/packages/date-picker/src/main.vue +236 -236
  47. package/packages/dialog/index.js +5 -5
  48. package/packages/enable-drag/index.js +5 -5
  49. package/packages/enterprise/index.js +5 -5
  50. package/packages/enterprise/src/main.vue +66 -66
  51. package/packages/error-page/index.js +5 -5
  52. package/packages/error-page/src/main.vue +44 -44
  53. package/packages/flow/.DS_Store +0 -0
  54. package/packages/flow/index.js +5 -5
  55. package/packages/flow/src/.DS_Store +0 -0
  56. package/packages/flow/src/component/Circulate.vue +410 -407
  57. package/packages/flow/src/component/CommonOpinions.vue +372 -372
  58. package/packages/flow/src/component/CustomPreset.vue +322 -322
  59. package/packages/flow/src/component/FileList.vue +97 -100
  60. package/packages/flow/src/component/FreeCirculation.vue +235 -231
  61. package/packages/flow/src/component/Preset.vue +255 -255
  62. package/packages/flow/src/component/SendMsg.vue +242 -242
  63. package/packages/flow/src/component/TimeLimit.vue +190 -190
  64. package/packages/flow/src/component/taskUnionExamine.vue +643 -643
  65. package/packages/flow/src/form.vue +121 -121
  66. package/packages/flow/src/freeStartFlow.vue +2845 -2845
  67. package/packages/flow/src/main.vue +3783 -3781
  68. package/packages/flow/src/processForm.vue +1287 -1287
  69. package/packages/flow/src/processReject.vue +308 -308
  70. package/packages/flow/src/reset.vue +941 -941
  71. package/packages/flow/src/startTaskRead.vue +691 -691
  72. package/packages/flow/src/supervise.vue +159 -159
  73. package/packages/flow/src/table.vue +58 -58
  74. package/packages/flow-group/index.js +5 -5
  75. package/packages/flow-group/src/main.vue +696 -692
  76. package/packages/flow-list/.DS_Store +0 -0
  77. package/packages/flow-list/index.js +5 -5
  78. package/packages/flow-list/src/main.vue +1770 -1770
  79. package/packages/form/.DS_Store +0 -0
  80. package/packages/form/index.js +5 -5
  81. package/packages/form/src/main.vue +3850 -3850
  82. package/packages/form/src/table.vue +1508 -1508
  83. package/packages/handle-user/index.js +5 -5
  84. package/packages/handle-user/src/main.vue +137 -137
  85. package/packages/handler/index.js +5 -5
  86. package/packages/handler/src/main.vue +493 -493
  87. package/packages/icon/index.js +5 -5
  88. package/packages/icon/src/main.vue +101 -101
  89. package/packages/icons/index.js +5 -5
  90. package/packages/icons/src/main.vue +81 -81
  91. package/packages/input/index.js +5 -5
  92. package/packages/input/src/main.vue +356 -356
  93. package/packages/input-number/index.js +5 -5
  94. package/packages/input-number/src/main.vue +106 -106
  95. package/packages/label/index.js +5 -5
  96. package/packages/label/src/main.vue +457 -457
  97. package/packages/layout/index.js +5 -5
  98. package/packages/layout/src/item.vue +152 -152
  99. package/packages/layout/src/main.vue +31 -31
  100. package/packages/login/.DS_Store +0 -0
  101. package/packages/login/index.js +5 -5
  102. package/packages/login/src/main.vue +1993 -1993
  103. package/packages/login/src/resetPassword.vue +557 -557
  104. package/packages/main/.DS_Store +0 -0
  105. package/packages/main/index.js +5 -5
  106. package/packages/main/src/.DS_Store +0 -0
  107. package/packages/main/src/default/index.vue +1 -1
  108. package/packages/main/src/default/message.vue +249 -249
  109. package/packages/main/src/default/notice.vue +157 -157
  110. package/packages/main/src/default/userinfo.vue +502 -502
  111. package/packages/main/src/public/online.vue +89 -89
  112. package/packages/main/src/public/search.vue +464 -464
  113. package/packages/main/src/public/settings.vue +221 -221
  114. package/packages/main/src/simplicity/apps.vue +388 -388
  115. package/packages/main/src/simplicity/avatar.vue +82 -82
  116. package/packages/main/src/simplicity/handler.vue +259 -259
  117. package/packages/main/src/simplicity/index.vue +2125 -2125
  118. package/packages/main/src/simplicity/lists.vue +84 -84
  119. package/packages/main/src/simplicity/menu-list.vue +135 -135
  120. package/packages/main/src/simplicity/message.vue +259 -259
  121. package/packages/main/src/simplicity/notice.vue +190 -190
  122. package/packages/main/src/simplicity/router-page.vue +45 -45
  123. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  124. package/packages/main/src/simplicity/user.vue +259 -259
  125. package/packages/main/src/simplicity/userinfo.vue +398 -398
  126. package/packages/menu/.DS_Store +0 -0
  127. package/packages/menu/index.js +5 -5
  128. package/packages/menu/src/main.vue +584 -584
  129. package/packages/nav/index.js +5 -5
  130. package/packages/nav/src/main.vue +351 -351
  131. package/packages/notify/index.js +5 -5
  132. package/packages/notify/src/main.vue +538 -538
  133. package/packages/page/index.js +5 -5
  134. package/packages/page/src/main.vue +167 -167
  135. package/packages/pagination/index.js +5 -5
  136. package/packages/pagination/src/main.vue +96 -96
  137. package/packages/player/index.js +5 -5
  138. package/packages/player/src/main.vue +194 -194
  139. package/packages/qr-code/index.js +5 -5
  140. package/packages/qr-code/src/main.vue +170 -170
  141. package/packages/radio-group/index.js +6 -6
  142. package/packages/radio-group/src/main.vue +319 -319
  143. package/packages/retrial-auth/index.js +5 -5
  144. package/packages/retrial-auth/src/main.vue +280 -280
  145. package/packages/scrollbar/.DS_Store +0 -0
  146. package/packages/select/.DS_Store +0 -0
  147. package/packages/select/index.js +5 -5
  148. package/packages/select/src/main.vue +782 -781
  149. package/packages/select-ganged/index.js +5 -5
  150. package/packages/select-ganged/src/main.vue +724 -724
  151. package/packages/selector/.DS_Store +0 -0
  152. package/packages/selector/index.js +5 -5
  153. package/packages/selector/src/main.vue +761 -761
  154. package/packages/selector-panel/.DS_Store +0 -0
  155. package/packages/selector-panel/index.js +5 -5
  156. package/packages/selector-panel/src/main.vue +1027 -1027
  157. package/packages/selector-panel/src/selection.vue +170 -170
  158. package/packages/selector-panel/src/tree.vue +129 -129
  159. package/packages/sizer/index.js +5 -5
  160. package/packages/sizer/src/main.vue +254 -254
  161. package/packages/steps/index.js +5 -5
  162. package/packages/steps/src/main.vue +181 -181
  163. package/packages/switch/index.js +5 -5
  164. package/packages/switch/src/main.vue +154 -154
  165. package/packages/table-form/index.js +5 -5
  166. package/packages/tabs/index.js +5 -5
  167. package/packages/tabs/src/main.vue +788 -788
  168. package/packages/tabs-panel/index.js +5 -5
  169. package/packages/tabs-panel/src/main.vue +29 -29
  170. package/packages/theme-chalk/src/.DS_Store +0 -0
  171. package/packages/theme-chalk/src/base.scss +261 -261
  172. package/packages/theme-chalk/src/button-group.scss +176 -176
  173. package/packages/theme-chalk/src/button.scss +24 -24
  174. package/packages/theme-chalk/src/calendar.scss +113 -113
  175. package/packages/theme-chalk/src/card.scss +99 -99
  176. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  177. package/packages/theme-chalk/src/clients.scss +87 -87
  178. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  179. package/packages/theme-chalk/src/data-table.scss +293 -293
  180. package/packages/theme-chalk/src/date-picker.scss +7 -7
  181. package/packages/theme-chalk/src/dialog.scss +77 -77
  182. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  183. package/packages/theme-chalk/src/enterprise.scss +5 -5
  184. package/packages/theme-chalk/src/error-page.scss +18 -18
  185. package/packages/theme-chalk/src/flow-group.scss +110 -110
  186. package/packages/theme-chalk/src/flow-list.scss +39 -39
  187. package/packages/theme-chalk/src/flow.scss +348 -348
  188. package/packages/theme-chalk/src/form.scss +499 -499
  189. package/packages/theme-chalk/src/handle-user.scss +40 -40
  190. package/packages/theme-chalk/src/handler.scss +143 -143
  191. package/packages/theme-chalk/src/icon.scss +1817 -1817
  192. package/packages/theme-chalk/src/icons.scss +99 -99
  193. package/packages/theme-chalk/src/input.scss +9 -9
  194. package/packages/theme-chalk/src/label.scss +24 -24
  195. package/packages/theme-chalk/src/layout.scss +46 -46
  196. package/packages/theme-chalk/src/login.scss +984 -984
  197. package/packages/theme-chalk/src/main.scss +663 -663
  198. package/packages/theme-chalk/src/menu.scss +222 -222
  199. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  200. package/packages/theme-chalk/src/nav.scss +111 -111
  201. package/packages/theme-chalk/src/page.scss +3 -3
  202. package/packages/theme-chalk/src/pagination.scss +29 -29
  203. package/packages/theme-chalk/src/player.scss +9 -9
  204. package/packages/theme-chalk/src/qr-code.scss +17 -17
  205. package/packages/theme-chalk/src/radio-group.scss +9 -9
  206. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  207. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  208. package/packages/theme-chalk/src/select.scss +8 -8
  209. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  210. package/packages/theme-chalk/src/selector.scss +92 -92
  211. package/packages/theme-chalk/src/simplicity.scss +1361 -1361
  212. package/packages/theme-chalk/src/sizer.scss +36 -36
  213. package/packages/theme-chalk/src/steps.scss +88 -88
  214. package/packages/theme-chalk/src/switch.scss +3 -3
  215. package/packages/theme-chalk/src/table-form.scss +1 -1
  216. package/packages/theme-chalk/src/tabs.scss +87 -87
  217. package/packages/theme-chalk/src/tips.scss +7 -7
  218. package/packages/theme-chalk/src/toolbar.scss +179 -179
  219. package/packages/theme-chalk/src/tree-group.scss +72 -72
  220. package/packages/theme-chalk/src/tree.scss +165 -165
  221. package/packages/theme-chalk/src/upload.scss +172 -172
  222. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  223. package/packages/tips/index.js +5 -5
  224. package/packages/tips/src/main.vue +141 -141
  225. package/packages/toolbar/index.js +5 -5
  226. package/packages/toolbar/src/main.vue +430 -430
  227. package/packages/tree/index.js +5 -5
  228. package/packages/tree-group/index.js +5 -5
  229. package/packages/upload/.DS_Store +0 -0
  230. package/packages/upload/index.js +5 -5
  231. package/packages/upload/src/main.vue +1343 -1343
  232. package/packages/upload/src/picture.js +15 -15
  233. package/packages/wujie/index.js +5 -5
  234. package/packages/wujie/src/main.vue +145 -145
  235. package/packages/wxlogin/index.js +5 -5
  236. package/packages/wxlogin/src/main.vue +128 -128
  237. package/src/.DS_Store +0 -0
  238. package/src/config/api.js +315 -315
  239. package/src/config/image.js +2 -2
  240. package/src/index.js +163 -163
  241. package/src/utils/.DS_Store +0 -0
  242. package/src/utils/bus.js +3 -3
  243. package/src/utils/date-util.js +312 -312
  244. package/src/utils/http.js +50 -50
  245. package/src/utils/rules.js +18 -18
  246. package/src/utils/store.js +21 -21
  247. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -4302,7 +4302,7 @@ module.exports = require("lodash");
4302
4302
 
4303
4303
  "use strict";
4304
4304
 
4305
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FileList.vue?vue&type=template&id=5fab888a&
4305
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FileList.vue?vue&type=template&id=7ecb1e5c&
4306
4306
  var render = function () {
4307
4307
  var _vm = this
4308
4308
  var _h = _vm.$createElement
@@ -4340,7 +4340,7 @@ var staticRenderFns = []
4340
4340
  render._withStripped = true
4341
4341
 
4342
4342
 
4343
- // CONCATENATED MODULE: ./packages/flow/src/component/FileList.vue?vue&type=template&id=5fab888a&
4343
+ // CONCATENATED MODULE: ./packages/flow/src/component/FileList.vue?vue&type=template&id=7ecb1e5c&
4344
4344
 
4345
4345
  // EXTERNAL MODULE: ./src/config/api.js
4346
4346
  var api = __webpack_require__(1);
@@ -4408,10 +4408,7 @@ var util = __webpack_require__(0);
4408
4408
  default: false
4409
4409
  }
4410
4410
  },
4411
- mounted: function mounted() {
4412
- this.$refs.upload;
4413
- console.log(this.$refs.upload);
4414
- },
4411
+ mounted: function mounted() {},
4415
4412
 
4416
4413
  methods: {
4417
4414
  successFile: function successFile(response, file, fileList) {
@@ -4492,7 +4489,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4492
4489
  // ESM COMPAT FLAG
4493
4490
  __webpack_require__.r(__webpack_exports__);
4494
4491
 
4495
- // 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=416e8ccb&
4492
+ // 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=3e112568&
4496
4493
  var render = function () {
4497
4494
  var _vm = this
4498
4495
  var _h = _vm.$createElement
@@ -7401,7 +7398,7 @@ var staticRenderFns = []
7401
7398
  render._withStripped = true
7402
7399
 
7403
7400
 
7404
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=416e8ccb&
7401
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=3e112568&
7405
7402
 
7406
7403
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7407
7404
  var regenerator_ = __webpack_require__(4);
@@ -8260,21 +8257,21 @@ var _components;
8260
8257
  return validSate;
8261
8258
  },
8262
8259
 
8263
- /**
8264
- * changeOpinion
8265
- * @desc:监听意见变化
8266
- * @author liufan
8267
- * @date 2022年10月28日
8260
+ /**
8261
+ * changeOpinion
8262
+ * @desc:监听意见变化
8263
+ * @author liufan
8264
+ * @date 2022年10月28日
8268
8265
  **/
8269
8266
  changeOpinion: function changeOpinion() {
8270
8267
  this.$emit('change', this.form.value);
8271
8268
  },
8272
8269
 
8273
- /**
8274
- * getCommonOpion
8275
- * @desc:获取意见
8276
- * @author liufan
8277
- * @date 2022年5月25日
8270
+ /**
8271
+ * getCommonOpion
8272
+ * @desc:获取意见
8273
+ * @author liufan
8274
+ * @date 2022年5月25日
8278
8275
  **/
8279
8276
  getCommonOpion: function getCommonOpion() {
8280
8277
  var _this = this;
@@ -8303,24 +8300,24 @@ var _components;
8303
8300
  });
8304
8301
  },
8305
8302
 
8306
- /**
8307
- * upDate
8308
- * @desc:修改常用语
8309
- * @author liufan
8310
- * @param {Object} val 修改值
8311
- * @date 2022年5月25日
8303
+ /**
8304
+ * upDate
8305
+ * @desc:修改常用语
8306
+ * @author liufan
8307
+ * @param {Object} val 修改值
8308
+ * @date 2022年5月25日
8312
8309
  **/
8313
8310
  upDate: function upDate(val) {
8314
8311
  this.FormData.id = val.id;
8315
8312
  this.addVisible = true;
8316
8313
  },
8317
8314
 
8318
- /**
8319
- * selectChange
8320
- * @desc:常用语选择
8321
- * @author liufan
8322
- * @param {String} val 选中值
8323
- * @date 2022年5月25日
8315
+ /**
8316
+ * selectChange
8317
+ * @desc:常用语选择
8318
+ * @author liufan
8319
+ * @param {String} val 选中值
8320
+ * @date 2022年5月25日
8324
8321
  **/
8325
8322
  selectChange: function selectChange(val) {
8326
8323
  var _this2 = this;
@@ -8339,12 +8336,12 @@ var _components;
8339
8336
  });
8340
8337
  },
8341
8338
 
8342
- /**
8343
- * del
8344
- * @desc:删除常用语
8345
- * @author liufan
8346
- * @param {Object} val 删除的数据
8347
- * @date 2022年5月25日
8339
+ /**
8340
+ * del
8341
+ * @desc:删除常用语
8342
+ * @author liufan
8343
+ * @param {Object} val 删除的数据
8344
+ * @date 2022年5月25日
8348
8345
  **/
8349
8346
  del: function del(val) {
8350
8347
  var _this3 = this;
@@ -8386,12 +8383,12 @@ var _components;
8386
8383
  }).catch(function (e) {});
8387
8384
  },
8388
8385
 
8389
- /**
8390
- * submit
8391
- * @desc:新增/编辑意见保存
8392
- * @author liufan
8393
- * @param {Object} val 保存数据
8394
- * @date 2022年5月25日
8386
+ /**
8387
+ * submit
8388
+ * @desc:新增/编辑意见保存
8389
+ * @author liufan
8390
+ * @param {Object} val 保存数据
8391
+ * @date 2022年5月25日
8395
8392
  **/
8396
8393
  submit: function submit(val) {
8397
8394
  var _this4 = this;
@@ -11781,11 +11778,11 @@ var processFormvue_type_script_lang_js_components;
11781
11778
  });
11782
11779
  },
11783
11780
 
11784
- /**
11785
- * isMultiple
11786
- * @desc:是否多选
11787
- * @author liufan
11788
- * @date 2022年9月13日
11781
+ /**
11782
+ * isMultiple
11783
+ * @desc:是否多选
11784
+ * @author liufan
11785
+ * @date 2022年9月13日
11789
11786
  **/
11790
11787
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
11791
11788
  var multiple = false;
@@ -15828,11 +15825,11 @@ var resetvue_type_script_lang_js_components;
15828
15825
  });
15829
15826
  },
15830
15827
 
15831
- /**
15832
- * isMultiple
15833
- * @desc:是否多选
15834
- * @author liufan
15835
- * @date 2022年9月13日
15828
+ /**
15829
+ * isMultiple
15830
+ * @desc:是否多选
15831
+ * @author liufan
15832
+ * @date 2022年9月13日
15836
15833
  **/
15837
15834
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
15838
15835
  var multiple = false;
@@ -20241,11 +20238,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20241
20238
  });
20242
20239
  },
20243
20240
 
20244
- /**
20245
- * saveInfo
20246
- * @desc:暂存
20247
- * @author liufan
20248
- * @date 2022年9月9日
20241
+ /**
20242
+ * saveInfo
20243
+ * @desc:暂存
20244
+ * @author liufan
20245
+ * @date 2022年9月9日
20249
20246
  **/
20250
20247
  saveInfo: function saveInfo(type, btn) {
20251
20248
  var _this6 = this;
@@ -20307,11 +20304,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20307
20304
  });
20308
20305
  },
20309
20306
 
20310
- /**
20311
- * rejectBtn
20312
- * @desc:点击驳回
20313
- * @author liufan
20314
- * @date 2022年5月25日
20307
+ /**
20308
+ * rejectBtn
20309
+ * @desc:点击驳回
20310
+ * @author liufan
20311
+ * @date 2022年5月25日
20315
20312
  **/
20316
20313
  rejectBtn: function rejectBtn() {
20317
20314
  var _this8 = this;
@@ -20329,11 +20326,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20329
20326
  }
20330
20327
  },
20331
20328
 
20332
- /**
20333
- * taskReadBtn
20334
- * @desc:点击分阅
20335
- * @author liufan
20336
- * @date 2022年5月25日
20329
+ /**
20330
+ * taskReadBtn
20331
+ * @desc:点击分阅
20332
+ * @author liufan
20333
+ * @date 2022年5月25日
20337
20334
  **/
20338
20335
  taskReadBtn: function taskReadBtn() {
20339
20336
  var _this9 = this;
@@ -20352,11 +20349,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20352
20349
  }
20353
20350
  },
20354
20351
 
20355
- /**
20356
- * getFind
20357
- * @desc:获取通知方式
20358
- * @author liufan
20359
- * @date 2022年5月25日
20352
+ /**
20353
+ * getFind
20354
+ * @desc:获取通知方式
20355
+ * @author liufan
20356
+ * @date 2022年5月25日
20360
20357
  **/
20361
20358
  getFind: function getFind() {
20362
20359
  var _this10 = this;
@@ -20411,12 +20408,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20411
20408
  });
20412
20409
  },
20413
20410
 
20414
- /**
20415
- * endFlows
20416
- * @desc:直接办结
20417
- * @author liufan
20418
- * @param {Object} res 直接办结数据
20419
- * @date 2022年5月25日
20411
+ /**
20412
+ * endFlows
20413
+ * @desc:直接办结
20414
+ * @author liufan
20415
+ * @param {Object} res 直接办结数据
20416
+ * @date 2022年5月25日
20420
20417
  **/
20421
20418
  endFlows: function endFlows(res) {
20422
20419
  var _this12 = this;
@@ -20470,12 +20467,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20470
20467
  }).catch(function (e) {});
20471
20468
  },
20472
20469
 
20473
- /**
20474
- * goView
20475
- * @desc:更多流程按钮操作
20476
- * @author liufan
20477
- * @param {Object} res 当前点击操作按钮数据
20478
- * @date 2022年5月25日
20470
+ /**
20471
+ * goView
20472
+ * @desc:更多流程按钮操作
20473
+ * @author liufan
20474
+ * @param {Object} res 当前点击操作按钮数据
20475
+ * @date 2022年5月25日
20479
20476
  **/
20480
20477
  goView: function goView(res) {
20481
20478
  // 驳回并办结:rejectAndEndHtml
@@ -20560,11 +20557,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20560
20557
  // isCanStartSubFlow
20561
20558
  },
20562
20559
 
20563
- /**
20564
- * toTakeAdvice
20565
- * @desc:征求意见
20566
- * @author liufan
20567
- * @date 2022年9月29日
20560
+ /**
20561
+ * toTakeAdvice
20562
+ * @desc:征求意见
20563
+ * @author liufan
20564
+ * @date 2022年9月29日
20568
20565
  **/
20569
20566
  toTakeAdvice: function toTakeAdvice(res) {
20570
20567
  var _this14 = this;
@@ -20608,11 +20605,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20608
20605
  });
20609
20606
  },
20610
20607
 
20611
- /**
20612
- * toStartDraf
20613
- * @desc: 稿件递送、联合审核、复核
20614
- * @author liufan
20615
- * @date 2022年9月29日
20608
+ /**
20609
+ * toStartDraf
20610
+ * @desc: 稿件递送、联合审核、复核
20611
+ * @author liufan
20612
+ * @date 2022年9月29日
20616
20613
  **/
20617
20614
  toStartDraf: function toStartDraf(res) {
20618
20615
  var _this16 = this;
@@ -20626,11 +20623,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20626
20623
  }
20627
20624
  },
20628
20625
 
20629
- /**
20630
- * toSendMsg
20631
- * @desc:核稿通知
20632
- * @author liufan
20633
- * @date 2022年9月29日
20626
+ /**
20627
+ * toSendMsg
20628
+ * @desc:核稿通知
20629
+ * @author liufan
20630
+ * @date 2022年9月29日
20634
20631
  **/
20635
20632
  toSendMsg: function toSendMsg(res) {
20636
20633
  var _this17 = this;
@@ -20644,11 +20641,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20644
20641
  }
20645
20642
  },
20646
20643
 
20647
- /**
20648
- * toTaskReadAndEnd
20649
- * @desc:分阅并办结
20650
- * @author liufan
20651
- * @date 2022年9月29日
20644
+ /**
20645
+ * toTaskReadAndEnd
20646
+ * @desc:分阅并办结
20647
+ * @author liufan
20648
+ * @date 2022年9月29日
20652
20649
  **/
20653
20650
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
20654
20651
  var _this18 = this;
@@ -20666,11 +20663,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20666
20663
  }
20667
20664
  },
20668
20665
 
20669
- /**
20670
- * rejectAndEnd
20671
- * @desc:驳回并办结
20672
- * @author liufan
20673
- * @date 2022年9月29日
20666
+ /**
20667
+ * rejectAndEnd
20668
+ * @desc:驳回并办结
20669
+ * @author liufan
20670
+ * @date 2022年9月29日
20674
20671
  **/
20675
20672
  rejectAndEnd: function rejectAndEnd(res) {
20676
20673
  var _this19 = this;
@@ -20725,11 +20722,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20725
20722
  });
20726
20723
  },
20727
20724
 
20728
- /**
20729
- * toTransfer
20730
- * @desc:转办
20731
- * @author liufan
20732
- * @date 2022年9月29日
20725
+ /**
20726
+ * toTransfer
20727
+ * @desc:转办
20728
+ * @author liufan
20729
+ * @date 2022年9月29日
20733
20730
  **/
20734
20731
  toTransfer: function toTransfer(res) {
20735
20732
  var _this21 = this;
@@ -20745,11 +20742,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20745
20742
  }
20746
20743
  },
20747
20744
 
20748
- /**
20749
- * getNodeInfo
20750
- * @desc:获取节点信息
20751
- * @author liufan
20752
- * @date 2022年5月25日
20745
+ /**
20746
+ * getNodeInfo
20747
+ * @desc:获取节点信息
20748
+ * @author liufan
20749
+ * @date 2022年5月25日
20753
20750
  **/
20754
20751
  getNodeInfo: function getNodeInfo() {
20755
20752
  var _this22 = this;
@@ -20848,12 +20845,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20848
20845
  });
20849
20846
  },
20850
20847
 
20851
- /**
20852
- * selecNext
20853
- * @desc:下步节点变化时更新数据
20854
- * @author liufan
20855
- * @param {String} val 当前选中值
20856
- * @date 2022年5月25日
20848
+ /**
20849
+ * selecNext
20850
+ * @desc:下步节点变化时更新数据
20851
+ * @author liufan
20852
+ * @param {String} val 当前选中值
20853
+ * @date 2022年5月25日
20857
20854
  **/
20858
20855
  selecNext: function selecNext(val, type, isDef) {
20859
20856
  var _this23 = this;
@@ -20962,11 +20959,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20962
20959
  if (isDef !== true) this.getNodeInfo();
20963
20960
  },
20964
20961
 
20965
- /**
20966
- * isMultiple
20967
- * @desc:是否多选
20968
- * @author liufan
20969
- * @date 2022年9月13日
20962
+ /**
20963
+ * isMultiple
20964
+ * @desc:是否多选
20965
+ * @author liufan
20966
+ * @date 2022年9月13日
20970
20967
  **/
20971
20968
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
20972
20969
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -20998,11 +20995,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20998
20995
  }
20999
20996
  },
21000
20997
 
21001
- /**
21002
- * getHedInfo
21003
- * @desc:获取审核页面数据
21004
- * @author liufan
21005
- * @date 2022年5月25日
20998
+ /**
20999
+ * getHedInfo
21000
+ * @desc:获取审核页面数据
21001
+ * @author liufan
21002
+ * @date 2022年5月25日
21006
21003
  **/
21007
21004
  getHedInfo: function getHedInfo() {
21008
21005
  var _this24 = this;
@@ -21238,13 +21235,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21238
21235
  });
21239
21236
  },
21240
21237
 
21241
- /**
21242
- * closeProcess
21243
- * @desc:关闭弹窗
21244
- * @author liufan
21245
- * @param {boolean} val 当前是否办理流程
21246
- * @param {String} type 当前点击的弹窗类型
21247
- * @date 2022年5月25日
21238
+ /**
21239
+ * closeProcess
21240
+ * @desc:关闭弹窗
21241
+ * @author liufan
21242
+ * @param {boolean} val 当前是否办理流程
21243
+ * @param {String} type 当前点击的弹窗类型
21244
+ * @date 2022年5月25日
21248
21245
  **/
21249
21246
  closeProcess: function closeProcess(val, type, closeParent) {
21250
21247
  if (closeParent) {
@@ -21261,23 +21258,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21261
21258
  }
21262
21259
  },
21263
21260
 
21264
- /**
21265
- * selectChange
21266
- * @desc:常用语选择
21267
- * @author liufan
21268
- * @param {String} val 选中值
21269
- * @date 2022年5月25日
21261
+ /**
21262
+ * selectChange
21263
+ * @desc:常用语选择
21264
+ * @author liufan
21265
+ * @param {String} val 选中值
21266
+ * @date 2022年5月25日
21270
21267
  **/
21271
21268
  selectChange: function selectChange(val) {
21272
21269
  this.value = val;
21273
21270
  },
21274
21271
 
21275
- /**
21276
- * upDate
21277
- * @desc:修改常用语
21278
- * @author liufan
21279
- * @param {Object} val 修改值
21280
- * @date 2022年5月25日
21272
+ /**
21273
+ * upDate
21274
+ * @desc:修改常用语
21275
+ * @author liufan
21276
+ * @param {Object} val 修改值
21277
+ * @date 2022年5月25日
21281
21278
  **/
21282
21279
  upDate: function upDate(val) {
21283
21280
  this.FormData.id = val.id;
@@ -21285,11 +21282,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21285
21282
  },
21286
21283
 
21287
21284
 
21288
- /**
21289
- * getProcess
21290
- * @desc:获取选择流程
21291
- * @author liufan
21292
- * @date 2022年5月25日
21285
+ /**
21286
+ * getProcess
21287
+ * @desc:获取选择流程
21288
+ * @author liufan
21289
+ * @date 2022年5月25日
21293
21290
  **/
21294
21291
  getProcess: function getProcess() {
21295
21292
  var _this25 = this;
@@ -21343,11 +21340,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21343
21340
  });
21344
21341
  },
21345
21342
 
21346
- /**
21347
- * getPendedhistoryList
21348
- * @desc:获取流程列表
21349
- * @author liufan
21350
- * @date 2022年5月25日
21343
+ /**
21344
+ * getPendedhistoryList
21345
+ * @desc:获取流程列表
21346
+ * @author liufan
21347
+ * @date 2022年5月25日
21351
21348
  **/
21352
21349
  getPendedhistoryList: function getPendedhistoryList() {
21353
21350
  var _this26 = this;
@@ -21379,12 +21376,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21379
21376
  },
21380
21377
 
21381
21378
  // 提交流程
21382
- /**
21383
- * subProcess
21384
- * @desc:提交流程
21385
- * @author liufan
21386
- * @param {String} formName 当前form表单ref值
21387
- * @date 2022年5月25日
21379
+ /**
21380
+ * subProcess
21381
+ * @desc:提交流程
21382
+ * @author liufan
21383
+ * @param {String} formName 当前form表单ref值
21384
+ * @date 2022年5月25日
21388
21385
  **/
21389
21386
  subProcess: function subProcess(val) {
21390
21387
  var _this27 = this;
@@ -22010,8 +22007,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
22010
22007
  )
22011
22008
 
22012
22009
  /* harmony default export */ var supervise = (supervise_component.exports);
22013
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=3d53fa6e&
22014
- var Circulatevue_type_template_id_3d53fa6e_render = function () {
22010
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=c421bcec&
22011
+ var Circulatevue_type_template_id_c421bcec_render = function () {
22015
22012
  var _vm = this
22016
22013
  var _h = _vm.$createElement
22017
22014
  var _c = _vm._self._c || _h
@@ -22203,11 +22200,11 @@ var Circulatevue_type_template_id_3d53fa6e_render = function () {
22203
22200
  1
22204
22201
  )
22205
22202
  }
22206
- var Circulatevue_type_template_id_3d53fa6e_staticRenderFns = []
22207
- Circulatevue_type_template_id_3d53fa6e_render._withStripped = true
22203
+ var Circulatevue_type_template_id_c421bcec_staticRenderFns = []
22204
+ Circulatevue_type_template_id_c421bcec_render._withStripped = true
22208
22205
 
22209
22206
 
22210
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3d53fa6e&
22207
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=c421bcec&
22211
22208
 
22212
22209
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
22213
22210
  var Circulatevue_type_script_lang_js_components;
@@ -22371,7 +22368,6 @@ var Circulatevue_type_script_lang_js_components;
22371
22368
  },
22372
22369
 
22373
22370
  watch: {
22374
-
22375
22371
  selectorParams: {
22376
22372
  handler: function handler(val) {
22377
22373
  this.params = val;
@@ -22438,7 +22434,6 @@ var Circulatevue_type_script_lang_js_components;
22438
22434
  if ((!nextCurrentOrgObj || nextCurrentOrgObj.length == 0) && (!nextOtherOrgObj || nextOtherOrgObj.length == 0)) {
22439
22435
  return this.$message.warning('请选择处理对象!');
22440
22436
  }
22441
- console.log(this.showBtn, this.startFlowPageEmbeddedIntoStartFlowIndex, 'asd');
22442
22437
  var param = {
22443
22438
  url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
22444
22439
  data: {
@@ -22620,8 +22615,8 @@ var Circulatevue_type_script_lang_js_components;
22620
22615
 
22621
22616
  var Circulate_component = Object(componentNormalizer["a" /* default */])(
22622
22617
  component_Circulatevue_type_script_lang_js_,
22623
- Circulatevue_type_template_id_3d53fa6e_render,
22624
- Circulatevue_type_template_id_3d53fa6e_staticRenderFns,
22618
+ Circulatevue_type_template_id_c421bcec_render,
22619
+ Circulatevue_type_template_id_c421bcec_staticRenderFns,
22625
22620
  false,
22626
22621
  null,
22627
22622
  null,
@@ -22630,8 +22625,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
22630
22625
  )
22631
22626
 
22632
22627
  /* harmony default export */ var Circulate = (Circulate_component.exports);
22633
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=521e2326&
22634
- var FreeCirculationvue_type_template_id_521e2326_render = function () {
22628
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=4ffe80dd&
22629
+ var FreeCirculationvue_type_template_id_4ffe80dd_render = function () {
22635
22630
  var _vm = this
22636
22631
  var _h = _vm.$createElement
22637
22632
  var _c = _vm._self._c || _h
@@ -22724,11 +22719,11 @@ var FreeCirculationvue_type_template_id_521e2326_render = function () {
22724
22719
  1
22725
22720
  )
22726
22721
  }
22727
- var FreeCirculationvue_type_template_id_521e2326_staticRenderFns = []
22728
- FreeCirculationvue_type_template_id_521e2326_render._withStripped = true
22722
+ var FreeCirculationvue_type_template_id_4ffe80dd_staticRenderFns = []
22723
+ FreeCirculationvue_type_template_id_4ffe80dd_render._withStripped = true
22729
22724
 
22730
22725
 
22731
- // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=521e2326&
22726
+ // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=4ffe80dd&
22732
22727
 
22733
22728
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
22734
22729
  //
@@ -22818,6 +22813,7 @@ FreeCirculationvue_type_template_id_521e2326_render._withStripped = true
22818
22813
  methods: {
22819
22814
  quit: function quit() {
22820
22815
  this.$emit('cancel');
22816
+ this.$parent.$emit('cancel');
22821
22817
  },
22822
22818
  subMit: function subMit() {
22823
22819
  var _this = this;
@@ -22834,8 +22830,9 @@ FreeCirculationvue_type_template_id_521e2326_render._withStripped = true
22834
22830
  };
22835
22831
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
22836
22832
  util["a" /* default */].ajax(param).then(function (res) {
22833
+ _this.loading.close();
22837
22834
  if (res.rCode == 0 || res.status == 'success') {
22838
- _this.loading.close();
22835
+
22839
22836
  if (!_this.simpleTips) {
22840
22837
  _this.$alert('提交成功', '', {
22841
22838
  confirmButtonText: '确定',
@@ -22847,6 +22844,8 @@ FreeCirculationvue_type_template_id_521e2326_render._withStripped = true
22847
22844
  } else {
22848
22845
  _this.$parent.$emit('success');
22849
22846
  }
22847
+ } else {
22848
+ _this.$message.error(res.message || res.msg || '系统错误,请联系管理员!');
22850
22849
  }
22851
22850
  });
22852
22851
  },
@@ -22943,8 +22942,8 @@ FreeCirculationvue_type_template_id_521e2326_render._withStripped = true
22943
22942
 
22944
22943
  var FreeCirculation_component = Object(componentNormalizer["a" /* default */])(
22945
22944
  component_FreeCirculationvue_type_script_lang_js_,
22946
- FreeCirculationvue_type_template_id_521e2326_render,
22947
- FreeCirculationvue_type_template_id_521e2326_staticRenderFns,
22945
+ FreeCirculationvue_type_template_id_4ffe80dd_render,
22946
+ FreeCirculationvue_type_template_id_4ffe80dd_staticRenderFns,
22948
22947
  false,
22949
22948
  null,
22950
22949
  null,
@@ -24910,11 +24909,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24910
24909
  });
24911
24910
  },
24912
24911
 
24913
- /**
24914
- * saveInfo
24915
- * @desc:暂存
24916
- * @author liufan
24917
- * @date 2022年9月9日
24912
+ /**
24913
+ * saveInfo
24914
+ * @desc:暂存
24915
+ * @author liufan
24916
+ * @date 2022年9月9日
24918
24917
  **/
24919
24918
  saveInfo: function saveInfo(type, btn) {
24920
24919
  var _this11 = this;
@@ -24976,11 +24975,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24976
24975
  });
24977
24976
  },
24978
24977
 
24979
- /**
24980
- * rejectBtn
24981
- * @desc:点击驳回
24982
- * @author liufan
24983
- * @date 2022年5月25日
24978
+ /**
24979
+ * rejectBtn
24980
+ * @desc:点击驳回
24981
+ * @author liufan
24982
+ * @date 2022年5月25日
24984
24983
  **/
24985
24984
  rejectBtn: function rejectBtn() {
24986
24985
  var _this13 = this;
@@ -24998,11 +24997,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24998
24997
  }
24999
24998
  },
25000
24999
 
25001
- /**
25002
- * taskReadBtn
25003
- * @desc:点击分阅
25004
- * @author liufan
25005
- * @date 2022年5月25日
25000
+ /**
25001
+ * taskReadBtn
25002
+ * @desc:点击分阅
25003
+ * @author liufan
25004
+ * @date 2022年5月25日
25006
25005
  **/
25007
25006
  taskReadBtn: function taskReadBtn() {
25008
25007
  var _this14 = this;
@@ -25021,11 +25020,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25021
25020
  }
25022
25021
  },
25023
25022
 
25024
- /**
25025
- * getFind
25026
- * @desc:获取通知方式
25027
- * @author liufan
25028
- * @date 2022年5月25日
25023
+ /**
25024
+ * getFind
25025
+ * @desc:获取通知方式
25026
+ * @author liufan
25027
+ * @date 2022年5月25日
25029
25028
  **/
25030
25029
  getFind: function getFind() {
25031
25030
  var _this15 = this;
@@ -25091,12 +25090,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25091
25090
  });
25092
25091
  },
25093
25092
 
25094
- /**
25095
- * endFlows
25096
- * @desc:直接办结
25097
- * @author liufan
25098
- * @param {Object} res 直接办结数据
25099
- * @date 2022年5月25日
25093
+ /**
25094
+ * endFlows
25095
+ * @desc:直接办结
25096
+ * @author liufan
25097
+ * @param {Object} res 直接办结数据
25098
+ * @date 2022年5月25日
25100
25099
  **/
25101
25100
  endFlows: function endFlows(res) {
25102
25101
  var _this17 = this;
@@ -25151,12 +25150,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25151
25150
  }).catch(function (e) {});
25152
25151
  },
25153
25152
 
25154
- /**
25155
- * goView
25156
- * @desc:更多流程按钮操作
25157
- * @author liufan
25158
- * @param {Object} res 当前点击操作按钮数据
25159
- * @date 2022年5月25日
25153
+ /**
25154
+ * goView
25155
+ * @desc:更多流程按钮操作
25156
+ * @author liufan
25157
+ * @param {Object} res 当前点击操作按钮数据
25158
+ * @date 2022年5月25日
25160
25159
  **/
25161
25160
  goView: function goView(res) {
25162
25161
  // 驳回并办结:rejectAndEndHtml
@@ -25241,11 +25240,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25241
25240
  // isCanStartSubFlow
25242
25241
  },
25243
25242
 
25244
- /**
25245
- * toTakeAdvice
25246
- * @desc:征求意见
25247
- * @author liufan
25248
- * @date 2022年9月29日
25243
+ /**
25244
+ * toTakeAdvice
25245
+ * @desc:征求意见
25246
+ * @author liufan
25247
+ * @date 2022年9月29日
25249
25248
  **/
25250
25249
  toTakeAdvice: function toTakeAdvice(res) {
25251
25250
  var _this19 = this;
@@ -25289,11 +25288,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25289
25288
  });
25290
25289
  },
25291
25290
 
25292
- /**
25293
- * toStartDraf
25294
- * @desc: 稿件递送、联合审核、复核
25295
- * @author liufan
25296
- * @date 2022年9月29日
25291
+ /**
25292
+ * toStartDraf
25293
+ * @desc: 稿件递送、联合审核、复核
25294
+ * @author liufan
25295
+ * @date 2022年9月29日
25297
25296
  **/
25298
25297
  toStartDraf: function toStartDraf(res) {
25299
25298
  var _this21 = this;
@@ -25307,11 +25306,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25307
25306
  }
25308
25307
  },
25309
25308
 
25310
- /**
25311
- * toSendMsg
25312
- * @desc:核稿通知
25313
- * @author liufan
25314
- * @date 2022年9月29日
25309
+ /**
25310
+ * toSendMsg
25311
+ * @desc:核稿通知
25312
+ * @author liufan
25313
+ * @date 2022年9月29日
25315
25314
  **/
25316
25315
  toSendMsg: function toSendMsg(res) {
25317
25316
  var _this22 = this;
@@ -25325,11 +25324,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25325
25324
  }
25326
25325
  },
25327
25326
 
25328
- /**
25329
- * toTaskReadAndEnd
25330
- * @desc:分阅并办结
25331
- * @author liufan
25332
- * @date 2022年9月29日
25327
+ /**
25328
+ * toTaskReadAndEnd
25329
+ * @desc:分阅并办结
25330
+ * @author liufan
25331
+ * @date 2022年9月29日
25333
25332
  **/
25334
25333
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
25335
25334
  var _this23 = this;
@@ -25347,11 +25346,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25347
25346
  }
25348
25347
  },
25349
25348
 
25350
- /**
25351
- * rejectAndEnd
25352
- * @desc:驳回并办结
25353
- * @author liufan
25354
- * @date 2022年9月29日
25349
+ /**
25350
+ * rejectAndEnd
25351
+ * @desc:驳回并办结
25352
+ * @author liufan
25353
+ * @date 2022年9月29日
25355
25354
  **/
25356
25355
  rejectAndEnd: function rejectAndEnd(res) {
25357
25356
  var _this24 = this;
@@ -25407,11 +25406,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25407
25406
  });
25408
25407
  },
25409
25408
 
25410
- /**
25411
- * toTransfer
25412
- * @desc:转办
25413
- * @author liufan
25414
- * @date 2022年9月29日
25409
+ /**
25410
+ * toTransfer
25411
+ * @desc:转办
25412
+ * @author liufan
25413
+ * @date 2022年9月29日
25415
25414
  **/
25416
25415
  toTransfer: function toTransfer(res) {
25417
25416
  var _this26 = this;
@@ -25427,11 +25426,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25427
25426
  }
25428
25427
  },
25429
25428
 
25430
- /**
25431
- * getNodeInfo
25432
- * @desc:获取节点信息
25433
- * @author liufan
25434
- * @date 2022年5月25日
25429
+ /**
25430
+ * getNodeInfo
25431
+ * @desc:获取节点信息
25432
+ * @author liufan
25433
+ * @date 2022年5月25日
25435
25434
  **/
25436
25435
  getNodeInfo: function getNodeInfo() {
25437
25436
  var _this27 = this;
@@ -25535,12 +25534,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25535
25534
  });
25536
25535
  },
25537
25536
 
25538
- /**
25539
- * selecNext
25540
- * @desc:下步节点变化时更新数据
25541
- * @author liufan
25542
- * @param {String} val 当前选中值
25543
- * @date 2022年5月25日
25537
+ /**
25538
+ * selecNext
25539
+ * @desc:下步节点变化时更新数据
25540
+ * @author liufan
25541
+ * @param {String} val 当前选中值
25542
+ * @date 2022年5月25日
25544
25543
  **/
25545
25544
  selecNext: function selecNext(val, type, isDef) {
25546
25545
  var _this28 = this;
@@ -25672,11 +25671,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25672
25671
  this.getNodeInfo();
25673
25672
  },
25674
25673
 
25675
- /**
25676
- * isMultiple
25677
- * @desc:是否多选
25678
- * @author liufan
25679
- * @date 2022年9月13日
25674
+ /**
25675
+ * isMultiple
25676
+ * @desc:是否多选
25677
+ * @author liufan
25678
+ * @date 2022年9月13日
25680
25679
  **/
25681
25680
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
25682
25681
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -25708,11 +25707,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25708
25707
  }
25709
25708
  },
25710
25709
 
25711
- /**
25712
- * getHedInfo
25713
- * @desc:获取审核页面数据
25714
- * @author liufan
25715
- * @date 2022年5月25日
25710
+ /**
25711
+ * getHedInfo
25712
+ * @desc:获取审核页面数据
25713
+ * @author liufan
25714
+ * @date 2022年5月25日
25716
25715
  **/
25717
25716
  getHedInfo: function getHedInfo() {
25718
25717
  var _this29 = this;
@@ -25760,6 +25759,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25760
25759
  taskOperationShiftedNodeList = _res$data2.taskOperationShiftedNodeList,
25761
25760
  taskButtonList = _res$data2.taskButtonList,
25762
25761
  simpleTips = _res$data2.simpleTips,
25762
+ opinion = _res$data2.opinion,
25763
25763
  isCanPreAddSign = _res$data2.isCanPreAddSign;
25764
25764
 
25765
25765
  if (simpleTips != undefined) {
@@ -25873,6 +25873,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25873
25873
  });
25874
25874
  }
25875
25875
  _this29.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
25876
+ _this29.value = opinion || '';
25876
25877
  _this29.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
25877
25878
  _this29.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
25878
25879
  _this29.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
@@ -26000,13 +26001,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26000
26001
  });
26001
26002
  },
26002
26003
 
26003
- /**
26004
- * closeProcess
26005
- * @desc:关闭弹窗
26006
- * @author liufan
26007
- * @param {boolean} val 当前是否办理流程
26008
- * @param {String} type 当前点击的弹窗类型
26009
- * @date 2022年5月25日
26004
+ /**
26005
+ * closeProcess
26006
+ * @desc:关闭弹窗
26007
+ * @author liufan
26008
+ * @param {boolean} val 当前是否办理流程
26009
+ * @param {String} type 当前点击的弹窗类型
26010
+ * @date 2022年5月25日
26010
26011
  **/
26011
26012
  closeProcess: function closeProcess(val, type, closeParent) {
26012
26013
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -26026,23 +26027,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26026
26027
  }
26027
26028
  },
26028
26029
 
26029
- /**
26030
- * selectChange
26031
- * @desc:常用语选择
26032
- * @author liufan
26033
- * @param {String} val 选中值
26034
- * @date 2022年5月25日
26030
+ /**
26031
+ * selectChange
26032
+ * @desc:常用语选择
26033
+ * @author liufan
26034
+ * @param {String} val 选中值
26035
+ * @date 2022年5月25日
26035
26036
  **/
26036
26037
  selectChange: function selectChange(val) {
26037
26038
  this.value = val;
26038
26039
  },
26039
26040
 
26040
- /**
26041
- * upDate
26042
- * @desc:修改常用语
26043
- * @author liufan
26044
- * @param {Object} val 修改值
26045
- * @date 2022年5月25日
26041
+ /**
26042
+ * upDate
26043
+ * @desc:修改常用语
26044
+ * @author liufan
26045
+ * @param {Object} val 修改值
26046
+ * @date 2022年5月25日
26046
26047
  **/
26047
26048
  upDate: function upDate(val) {
26048
26049
  this.FormData.id = val.id;
@@ -26050,11 +26051,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26050
26051
  },
26051
26052
 
26052
26053
 
26053
- /**
26054
- * getProcess
26055
- * @desc:获取选择流程
26056
- * @author liufan
26057
- * @date 2022年5月25日
26054
+ /**
26055
+ * getProcess
26056
+ * @desc:获取选择流程
26057
+ * @author liufan
26058
+ * @date 2022年5月25日
26058
26059
  **/
26059
26060
  getProcess: function getProcess(val) {
26060
26061
  var _this30 = this;
@@ -26114,11 +26115,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26114
26115
  });
26115
26116
  },
26116
26117
 
26117
- /**
26118
- * getPendedhistoryList
26119
- * @desc:获取流程列表
26120
- * @author liufan
26121
- * @date 2022年5月25日
26118
+ /**
26119
+ * getPendedhistoryList
26120
+ * @desc:获取流程列表
26121
+ * @author liufan
26122
+ * @date 2022年5月25日
26122
26123
  **/
26123
26124
  getPendedhistoryList: function getPendedhistoryList() {
26124
26125
  var _this31 = this;
@@ -26186,12 +26187,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26186
26187
  },
26187
26188
 
26188
26189
  // 提交流程
26189
- /**
26190
- * subProcess
26191
- * @desc:提交流程
26192
- * @author liufan
26193
- * @param {String} formName 当前form表单ref值
26194
- * @date 2022年5月25日
26190
+ /**
26191
+ * subProcess
26192
+ * @desc:提交流程
26193
+ * @author liufan
26194
+ * @param {String} formName 当前form表单ref值
26195
+ * @date 2022年5月25日
26195
26196
  **/
26196
26197
  subProcess: function subProcess(val, type) {
26197
26198
  var _this33 = this;