eoss-ui 0.7.48 → 0.7.50

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 (245) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +775 -756
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +302 -283
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +140 -140
  7. package/lib/qr-code.js +13 -13
  8. package/package.json +160 -160
  9. package/packages/button/index.js +5 -5
  10. package/packages/button/src/main.vue +418 -418
  11. package/packages/button-group/index.js +5 -5
  12. package/packages/button-group/src/main.vue +346 -346
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/calogin/index.js +5 -5
  15. package/packages/calogin/src/main.vue +412 -412
  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/clients/src/main.vue +151 -151
  25. package/packages/data-table/index.js +5 -5
  26. package/packages/data-table/src/children.vue +39 -39
  27. package/packages/data-table/src/column.vue +992 -992
  28. package/packages/data-table/src/main.vue +1840 -1840
  29. package/packages/data-table/src/sizer.vue +195 -195
  30. package/packages/data-table-form/index.js +5 -5
  31. package/packages/data-table-form/src/checkbox.vue +101 -101
  32. package/packages/data-table-form/src/colgroup.vue +17 -17
  33. package/packages/data-table-form/src/main.vue +181 -181
  34. package/packages/data-table-form/src/radio.vue +65 -65
  35. package/packages/data-table-form/src/table.vue +233 -233
  36. package/packages/data-table-form/src/tbody.vue +336 -336
  37. package/packages/data-table-form/src/thead.vue +68 -68
  38. package/packages/date-picker/index.js +5 -5
  39. package/packages/date-picker/src/main.vue +236 -236
  40. package/packages/dialog/index.js +5 -5
  41. package/packages/enable-drag/index.js +5 -5
  42. package/packages/enterprise/index.js +5 -5
  43. package/packages/enterprise/src/main.vue +66 -66
  44. package/packages/error-page/index.js +5 -5
  45. package/packages/error-page/src/main.vue +44 -44
  46. package/packages/flow/index.js +5 -5
  47. package/packages/flow/src/component/Circulate.vue +413 -413
  48. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  49. package/packages/flow/src/component/CustomPreset.vue +322 -322
  50. package/packages/flow/src/component/FileList.vue +97 -97
  51. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  52. package/packages/flow/src/component/Preset.vue +255 -255
  53. package/packages/flow/src/component/SendMsg.vue +242 -242
  54. package/packages/flow/src/component/TimeLimit.vue +190 -190
  55. package/packages/flow/src/component/taskUnionExamine.vue +756 -756
  56. package/packages/flow/src/form.vue +121 -121
  57. package/packages/flow/src/freeStartFlow.vue +2846 -2846
  58. package/packages/flow/src/main.vue +3879 -3861
  59. package/packages/flow/src/processForm.vue +1365 -1365
  60. package/packages/flow/src/processReject.vue +309 -309
  61. package/packages/flow/src/reset.vue +942 -942
  62. package/packages/flow/src/startTaskRead.vue +692 -692
  63. package/packages/flow/src/supervise.vue +159 -159
  64. package/packages/flow/src/table.vue +58 -58
  65. package/packages/flow-group/index.js +5 -5
  66. package/packages/flow-group/src/main.vue +717 -717
  67. package/packages/flow-list/index.js +5 -5
  68. package/packages/flow-list/src/main.vue +1787 -1787
  69. package/packages/form/index.js +5 -5
  70. package/packages/form/src/main.vue +3901 -3901
  71. package/packages/form/src/table.vue +1512 -1512
  72. package/packages/handle-user/index.js +5 -5
  73. package/packages/handle-user/src/main.vue +137 -137
  74. package/packages/handler/index.js +5 -5
  75. package/packages/handler/src/main.vue +496 -496
  76. package/packages/icon/index.js +5 -5
  77. package/packages/icon/src/main.vue +104 -104
  78. package/packages/icons/index.js +5 -5
  79. package/packages/icons/src/main.vue +81 -81
  80. package/packages/input/index.js +5 -5
  81. package/packages/input/src/main.vue +356 -356
  82. package/packages/input-number/index.js +5 -5
  83. package/packages/input-number/src/main.vue +106 -106
  84. package/packages/label/index.js +5 -5
  85. package/packages/label/src/main.vue +457 -457
  86. package/packages/layout/index.js +5 -5
  87. package/packages/layout/src/item.vue +152 -152
  88. package/packages/layout/src/main.vue +31 -31
  89. package/packages/login/index.js +5 -5
  90. package/packages/login/src/main.vue +2082 -2082
  91. package/packages/login/src/resetPassword.vue +557 -557
  92. package/packages/main/index.js +5 -5
  93. package/packages/main/src/default/message.vue +249 -249
  94. package/packages/main/src/default/notice.vue +157 -157
  95. package/packages/main/src/default/userinfo.vue +503 -503
  96. package/packages/main/src/public/online.vue +89 -89
  97. package/packages/main/src/public/search.vue +464 -464
  98. package/packages/main/src/public/settings.vue +227 -227
  99. package/packages/main/src/simplicity/apps.vue +388 -388
  100. package/packages/main/src/simplicity/avatar.vue +82 -82
  101. package/packages/main/src/simplicity/handler.vue +160 -160
  102. package/packages/main/src/simplicity/index.vue +2277 -2277
  103. package/packages/main/src/simplicity/lists.vue +84 -84
  104. package/packages/main/src/simplicity/menu-list.vue +135 -135
  105. package/packages/main/src/simplicity/message.vue +293 -293
  106. package/packages/main/src/simplicity/notice.vue +222 -222
  107. package/packages/main/src/simplicity/router-page.vue +45 -45
  108. package/packages/main/src/simplicity/sub-menu.vue +274 -274
  109. package/packages/main/src/simplicity/user.vue +259 -259
  110. package/packages/main/src/simplicity/userinfo.vue +401 -401
  111. package/packages/menu/index.js +5 -5
  112. package/packages/menu/src/main.vue +595 -595
  113. package/packages/nav/index.js +5 -5
  114. package/packages/nav/src/main.vue +351 -351
  115. package/packages/notify/index.js +5 -5
  116. package/packages/notify/src/main.vue +538 -538
  117. package/packages/page/index.js +5 -5
  118. package/packages/page/src/main.vue +167 -167
  119. package/packages/pagination/index.js +5 -5
  120. package/packages/pagination/src/main.vue +96 -96
  121. package/packages/player/index.js +5 -5
  122. package/packages/player/src/main.vue +194 -194
  123. package/packages/qr-code/index.js +5 -5
  124. package/packages/qr-code/src/main.vue +170 -170
  125. package/packages/radio-group/index.js +6 -6
  126. package/packages/radio-group/src/main.vue +319 -319
  127. package/packages/retrial-auth/index.js +5 -5
  128. package/packages/retrial-auth/src/main.vue +280 -280
  129. package/packages/select/index.js +5 -5
  130. package/packages/select/src/main.vue +782 -782
  131. package/packages/select-ganged/index.js +5 -5
  132. package/packages/select-ganged/src/main.vue +724 -724
  133. package/packages/selector/index.js +5 -5
  134. package/packages/selector/src/main.vue +761 -761
  135. package/packages/selector-panel/index.js +5 -5
  136. package/packages/selector-panel/src/main.vue +1027 -1027
  137. package/packages/selector-panel/src/selection.vue +170 -170
  138. package/packages/selector-panel/src/tree.vue +129 -129
  139. package/packages/sizer/index.js +5 -5
  140. package/packages/sizer/src/main.vue +254 -254
  141. package/packages/steps/index.js +5 -5
  142. package/packages/steps/src/main.vue +181 -181
  143. package/packages/switch/index.js +5 -5
  144. package/packages/switch/src/main.vue +170 -170
  145. package/packages/table-form/index.js +5 -5
  146. package/packages/tabs/index.js +5 -5
  147. package/packages/tabs/src/main.vue +788 -788
  148. package/packages/tabs-panel/index.js +5 -5
  149. package/packages/tabs-panel/src/main.vue +29 -29
  150. package/packages/theme-chalk/src/base.scss +261 -261
  151. package/packages/theme-chalk/src/button-group.scss +176 -176
  152. package/packages/theme-chalk/src/button.scss +24 -24
  153. package/packages/theme-chalk/src/calendar.scss +113 -113
  154. package/packages/theme-chalk/src/card.scss +99 -99
  155. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  156. package/packages/theme-chalk/src/clients.scss +87 -87
  157. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  158. package/packages/theme-chalk/src/data-table.scss +293 -293
  159. package/packages/theme-chalk/src/date-picker.scss +7 -7
  160. package/packages/theme-chalk/src/dialog.scss +77 -77
  161. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  162. package/packages/theme-chalk/src/enterprise.scss +5 -5
  163. package/packages/theme-chalk/src/error-page.scss +18 -18
  164. package/packages/theme-chalk/src/flow-group.scss +110 -110
  165. package/packages/theme-chalk/src/flow-list.scss +39 -39
  166. package/packages/theme-chalk/src/flow.scss +351 -351
  167. package/packages/theme-chalk/src/form.scss +501 -501
  168. package/packages/theme-chalk/src/handle-user.scss +40 -40
  169. package/packages/theme-chalk/src/handler.scss +148 -148
  170. package/packages/theme-chalk/src/icon.scss +1436 -1436
  171. package/packages/theme-chalk/src/icons.scss +99 -99
  172. package/packages/theme-chalk/src/input.scss +9 -9
  173. package/packages/theme-chalk/src/label.scss +24 -24
  174. package/packages/theme-chalk/src/layout.scss +46 -46
  175. package/packages/theme-chalk/src/login.scss +1006 -1006
  176. package/packages/theme-chalk/src/main.scss +663 -663
  177. package/packages/theme-chalk/src/menu.scss +224 -224
  178. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  179. package/packages/theme-chalk/src/nav.scss +111 -111
  180. package/packages/theme-chalk/src/page.scss +3 -3
  181. package/packages/theme-chalk/src/pagination.scss +29 -29
  182. package/packages/theme-chalk/src/player.scss +9 -9
  183. package/packages/theme-chalk/src/qr-code.scss +17 -17
  184. package/packages/theme-chalk/src/radio-group.scss +9 -9
  185. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  186. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  187. package/packages/theme-chalk/src/select.scss +8 -8
  188. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  189. package/packages/theme-chalk/src/selector.scss +114 -114
  190. package/packages/theme-chalk/src/simplicity.scss +1381 -1381
  191. package/packages/theme-chalk/src/sizer.scss +36 -36
  192. package/packages/theme-chalk/src/steps.scss +88 -88
  193. package/packages/theme-chalk/src/switch.scss +3 -3
  194. package/packages/theme-chalk/src/table-form.scss +1 -1
  195. package/packages/theme-chalk/src/tabs.scss +87 -87
  196. package/packages/theme-chalk/src/tips.scss +7 -7
  197. package/packages/theme-chalk/src/toolbar.scss +179 -179
  198. package/packages/theme-chalk/src/tree-group.scss +72 -72
  199. package/packages/theme-chalk/src/tree.scss +165 -165
  200. package/packages/theme-chalk/src/upload.scss +172 -172
  201. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  202. package/packages/tips/index.js +5 -5
  203. package/packages/tips/src/main.vue +141 -141
  204. package/packages/toolbar/index.js +5 -5
  205. package/packages/toolbar/src/main.vue +430 -430
  206. package/packages/tree/index.js +5 -5
  207. package/packages/tree-group/index.js +5 -5
  208. package/packages/upload/index.js +5 -5
  209. package/packages/upload/src/main.vue +1344 -1344
  210. package/packages/upload/src/picture.js +15 -15
  211. package/packages/wujie/index.js +5 -5
  212. package/packages/wujie/src/main.vue +145 -145
  213. package/packages/wxlogin/index.js +5 -5
  214. package/packages/wxlogin/src/main.vue +128 -128
  215. package/src/config/api.js +315 -315
  216. package/src/config/image.js +2 -2
  217. package/src/index.js +163 -163
  218. package/src/utils/bus.js +3 -3
  219. package/src/utils/date-util.js +312 -312
  220. package/src/utils/http.js +50 -50
  221. package/src/utils/rules.js +18 -18
  222. package/src/utils/store.js +21 -21
  223. package/src/utils/webSocket.js +107 -107
  224. package/lib/.DS_Store +0 -0
  225. package/packages/.DS_Store +0 -0
  226. package/packages/calogin/.DS_Store +0 -0
  227. package/packages/date-picker/.DS_Store +0 -0
  228. package/packages/date-picker/src/.DS_Store +0 -0
  229. package/packages/dialog/.DS_Store +0 -0
  230. package/packages/flow/.DS_Store +0 -0
  231. package/packages/flow/src/.DS_Store +0 -0
  232. package/packages/flow-list/.DS_Store +0 -0
  233. package/packages/form/.DS_Store +0 -0
  234. package/packages/icon/.DS_Store +0 -0
  235. package/packages/login/.DS_Store +0 -0
  236. package/packages/main/.DS_Store +0 -0
  237. package/packages/main/src/.DS_Store +0 -0
  238. package/packages/menu/.DS_Store +0 -0
  239. package/packages/select/.DS_Store +0 -0
  240. package/packages/selector/.DS_Store +0 -0
  241. package/packages/selector-panel/.DS_Store +0 -0
  242. package/packages/theme-chalk/src/.DS_Store +0 -0
  243. package/packages/upload/.DS_Store +0 -0
  244. package/src/.DS_Store +0 -0
  245. package/src/utils/.DS_Store +0 -0
package/lib/flow.js CHANGED
@@ -4656,7 +4656,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4656
4656
  // ESM COMPAT FLAG
4657
4657
  __webpack_require__.r(__webpack_exports__);
4658
4658
 
4659
- // 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=6aa1c3ab&
4659
+ // 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=be73c766&
4660
4660
  var render = function () {
4661
4661
  var _vm = this
4662
4662
  var _h = _vm.$createElement
@@ -7573,7 +7573,7 @@ var staticRenderFns = []
7573
7573
  render._withStripped = true
7574
7574
 
7575
7575
 
7576
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6aa1c3ab&
7576
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=be73c766&
7577
7577
 
7578
7578
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7579
7579
  var regenerator_ = __webpack_require__(4);
@@ -8433,21 +8433,21 @@ var _components;
8433
8433
  return validSate;
8434
8434
  },
8435
8435
 
8436
- /**
8437
- * changeOpinion
8438
- * @desc:监听意见变化
8439
- * @author liufan
8440
- * @date 2022年10月28日
8436
+ /**
8437
+ * changeOpinion
8438
+ * @desc:监听意见变化
8439
+ * @author liufan
8440
+ * @date 2022年10月28日
8441
8441
  **/
8442
8442
  changeOpinion: function changeOpinion() {
8443
8443
  this.$emit('change', this.form.value);
8444
8444
  },
8445
8445
 
8446
- /**
8447
- * getCommonOpion
8448
- * @desc:获取意见
8449
- * @author liufan
8450
- * @date 2022年5月25日
8446
+ /**
8447
+ * getCommonOpion
8448
+ * @desc:获取意见
8449
+ * @author liufan
8450
+ * @date 2022年5月25日
8451
8451
  **/
8452
8452
  getCommonOpion: function getCommonOpion() {
8453
8453
  var _this = this;
@@ -8476,24 +8476,24 @@ var _components;
8476
8476
  });
8477
8477
  },
8478
8478
 
8479
- /**
8480
- * upDate
8481
- * @desc:修改常用语
8482
- * @author liufan
8483
- * @param {Object} val 修改值
8484
- * @date 2022年5月25日
8479
+ /**
8480
+ * upDate
8481
+ * @desc:修改常用语
8482
+ * @author liufan
8483
+ * @param {Object} val 修改值
8484
+ * @date 2022年5月25日
8485
8485
  **/
8486
8486
  upDate: function upDate(val) {
8487
8487
  this.FormData.id = val.id;
8488
8488
  this.addVisible = true;
8489
8489
  },
8490
8490
 
8491
- /**
8492
- * selectChange
8493
- * @desc:常用语选择
8494
- * @author liufan
8495
- * @param {String} val 选中值
8496
- * @date 2022年5月25日
8491
+ /**
8492
+ * selectChange
8493
+ * @desc:常用语选择
8494
+ * @author liufan
8495
+ * @param {String} val 选中值
8496
+ * @date 2022年5月25日
8497
8497
  **/
8498
8498
  selectChange: function selectChange(val) {
8499
8499
  var _this2 = this;
@@ -8512,12 +8512,12 @@ var _components;
8512
8512
  });
8513
8513
  },
8514
8514
 
8515
- /**
8516
- * del
8517
- * @desc:删除常用语
8518
- * @author liufan
8519
- * @param {Object} val 删除的数据
8520
- * @date 2022年5月25日
8515
+ /**
8516
+ * del
8517
+ * @desc:删除常用语
8518
+ * @author liufan
8519
+ * @param {Object} val 删除的数据
8520
+ * @date 2022年5月25日
8521
8521
  **/
8522
8522
  del: function del(val) {
8523
8523
  var _this3 = this;
@@ -8559,12 +8559,12 @@ var _components;
8559
8559
  }).catch(function (e) {});
8560
8560
  },
8561
8561
 
8562
- /**
8563
- * submit
8564
- * @desc:新增/编辑意见保存
8565
- * @author liufan
8566
- * @param {Object} val 保存数据
8567
- * @date 2022年5月25日
8562
+ /**
8563
+ * submit
8564
+ * @desc:新增/编辑意见保存
8565
+ * @author liufan
8566
+ * @param {Object} val 保存数据
8567
+ * @date 2022年5月25日
8568
8568
  **/
8569
8569
  submit: function submit(val) {
8570
8570
  var _this4 = this;
@@ -12030,11 +12030,11 @@ var processFormvue_type_script_lang_js_components;
12030
12030
  });
12031
12031
  },
12032
12032
 
12033
- /**
12034
- * isMultiple
12035
- * @desc:是否多选
12036
- * @author liufan
12037
- * @date 2022年9月13日
12033
+ /**
12034
+ * isMultiple
12035
+ * @desc:是否多选
12036
+ * @author liufan
12037
+ * @date 2022年9月13日
12038
12038
  **/
12039
12039
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12040
12040
  var multiple = false;
@@ -16079,11 +16079,11 @@ var resetvue_type_script_lang_js_components;
16079
16079
  });
16080
16080
  },
16081
16081
 
16082
- /**
16083
- * isMultiple
16084
- * @desc:是否多选
16085
- * @author liufan
16086
- * @date 2022年9月13日
16082
+ /**
16083
+ * isMultiple
16084
+ * @desc:是否多选
16085
+ * @author liufan
16086
+ * @date 2022年9月13日
16087
16087
  **/
16088
16088
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16089
16089
  var multiple = false;
@@ -20655,11 +20655,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20655
20655
  });
20656
20656
  },
20657
20657
 
20658
- /**
20659
- * saveInfo
20660
- * @desc:暂存
20661
- * @author liufan
20662
- * @date 2022年9月9日
20658
+ /**
20659
+ * saveInfo
20660
+ * @desc:暂存
20661
+ * @author liufan
20662
+ * @date 2022年9月9日
20663
20663
  **/
20664
20664
  saveInfo: function saveInfo(type, btn) {
20665
20665
  var _this6 = this;
@@ -20721,11 +20721,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20721
20721
  });
20722
20722
  },
20723
20723
 
20724
- /**
20725
- * rejectBtn
20726
- * @desc:点击驳回
20727
- * @author liufan
20728
- * @date 2022年5月25日
20724
+ /**
20725
+ * rejectBtn
20726
+ * @desc:点击驳回
20727
+ * @author liufan
20728
+ * @date 2022年5月25日
20729
20729
  **/
20730
20730
  rejectBtn: function rejectBtn() {
20731
20731
  var _this8 = this;
@@ -20743,11 +20743,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20743
20743
  }
20744
20744
  },
20745
20745
 
20746
- /**
20747
- * taskReadBtn
20748
- * @desc:点击分阅
20749
- * @author liufan
20750
- * @date 2022年5月25日
20746
+ /**
20747
+ * taskReadBtn
20748
+ * @desc:点击分阅
20749
+ * @author liufan
20750
+ * @date 2022年5月25日
20751
20751
  **/
20752
20752
  taskReadBtn: function taskReadBtn() {
20753
20753
  var _this9 = this;
@@ -20766,11 +20766,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20766
20766
  }
20767
20767
  },
20768
20768
 
20769
- /**
20770
- * getFind
20771
- * @desc:获取通知方式
20772
- * @author liufan
20773
- * @date 2022年5月25日
20769
+ /**
20770
+ * getFind
20771
+ * @desc:获取通知方式
20772
+ * @author liufan
20773
+ * @date 2022年5月25日
20774
20774
  **/
20775
20775
  getFind: function getFind() {
20776
20776
  var _this10 = this;
@@ -20825,12 +20825,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20825
20825
  });
20826
20826
  },
20827
20827
 
20828
- /**
20829
- * endFlows
20830
- * @desc:直接办结
20831
- * @author liufan
20832
- * @param {Object} res 直接办结数据
20833
- * @date 2022年5月25日
20828
+ /**
20829
+ * endFlows
20830
+ * @desc:直接办结
20831
+ * @author liufan
20832
+ * @param {Object} res 直接办结数据
20833
+ * @date 2022年5月25日
20834
20834
  **/
20835
20835
  endFlows: function endFlows(res) {
20836
20836
  var _this12 = this;
@@ -20884,12 +20884,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20884
20884
  }).catch(function (e) {});
20885
20885
  },
20886
20886
 
20887
- /**
20888
- * goView
20889
- * @desc:更多流程按钮操作
20890
- * @author liufan
20891
- * @param {Object} res 当前点击操作按钮数据
20892
- * @date 2022年5月25日
20887
+ /**
20888
+ * goView
20889
+ * @desc:更多流程按钮操作
20890
+ * @author liufan
20891
+ * @param {Object} res 当前点击操作按钮数据
20892
+ * @date 2022年5月25日
20893
20893
  **/
20894
20894
  goView: function goView(res) {
20895
20895
  // 驳回并办结:rejectAndEndHtml
@@ -20974,11 +20974,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20974
20974
  // isCanStartSubFlow
20975
20975
  },
20976
20976
 
20977
- /**
20978
- * toTakeAdvice
20979
- * @desc:征求意见
20980
- * @author liufan
20981
- * @date 2022年9月29日
20977
+ /**
20978
+ * toTakeAdvice
20979
+ * @desc:征求意见
20980
+ * @author liufan
20981
+ * @date 2022年9月29日
20982
20982
  **/
20983
20983
  toTakeAdvice: function toTakeAdvice(res) {
20984
20984
  var _this14 = this;
@@ -21022,11 +21022,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21022
21022
  });
21023
21023
  },
21024
21024
 
21025
- /**
21026
- * toStartDraf
21027
- * @desc: 稿件递送、联合审核、复核
21028
- * @author liufan
21029
- * @date 2022年9月29日
21025
+ /**
21026
+ * toStartDraf
21027
+ * @desc: 稿件递送、联合审核、复核
21028
+ * @author liufan
21029
+ * @date 2022年9月29日
21030
21030
  **/
21031
21031
  toStartDraf: function toStartDraf(res) {
21032
21032
  var _this16 = this;
@@ -21040,11 +21040,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21040
21040
  }
21041
21041
  },
21042
21042
 
21043
- /**
21044
- * toSendMsg
21045
- * @desc:核稿通知
21046
- * @author liufan
21047
- * @date 2022年9月29日
21043
+ /**
21044
+ * toSendMsg
21045
+ * @desc:核稿通知
21046
+ * @author liufan
21047
+ * @date 2022年9月29日
21048
21048
  **/
21049
21049
  toSendMsg: function toSendMsg(res) {
21050
21050
  var _this17 = this;
@@ -21058,11 +21058,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21058
21058
  }
21059
21059
  },
21060
21060
 
21061
- /**
21062
- * toTaskReadAndEnd
21063
- * @desc:分阅并办结
21064
- * @author liufan
21065
- * @date 2022年9月29日
21061
+ /**
21062
+ * toTaskReadAndEnd
21063
+ * @desc:分阅并办结
21064
+ * @author liufan
21065
+ * @date 2022年9月29日
21066
21066
  **/
21067
21067
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21068
21068
  var _this18 = this;
@@ -21080,11 +21080,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21080
21080
  }
21081
21081
  },
21082
21082
 
21083
- /**
21084
- * rejectAndEnd
21085
- * @desc:驳回并办结
21086
- * @author liufan
21087
- * @date 2022年9月29日
21083
+ /**
21084
+ * rejectAndEnd
21085
+ * @desc:驳回并办结
21086
+ * @author liufan
21087
+ * @date 2022年9月29日
21088
21088
  **/
21089
21089
  rejectAndEnd: function rejectAndEnd(res) {
21090
21090
  var _this19 = this;
@@ -21139,11 +21139,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21139
21139
  });
21140
21140
  },
21141
21141
 
21142
- /**
21143
- * toTransfer
21144
- * @desc:转办
21145
- * @author liufan
21146
- * @date 2022年9月29日
21142
+ /**
21143
+ * toTransfer
21144
+ * @desc:转办
21145
+ * @author liufan
21146
+ * @date 2022年9月29日
21147
21147
  **/
21148
21148
  toTransfer: function toTransfer(res) {
21149
21149
  var _this21 = this;
@@ -21159,11 +21159,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21159
21159
  }
21160
21160
  },
21161
21161
 
21162
- /**
21163
- * getNodeInfo
21164
- * @desc:获取节点信息
21165
- * @author liufan
21166
- * @date 2022年5月25日
21162
+ /**
21163
+ * getNodeInfo
21164
+ * @desc:获取节点信息
21165
+ * @author liufan
21166
+ * @date 2022年5月25日
21167
21167
  **/
21168
21168
  getNodeInfo: function getNodeInfo() {
21169
21169
  var _this22 = this;
@@ -21262,12 +21262,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21262
21262
  });
21263
21263
  },
21264
21264
 
21265
- /**
21266
- * selecNext
21267
- * @desc:下步节点变化时更新数据
21268
- * @author liufan
21269
- * @param {String} val 当前选中值
21270
- * @date 2022年5月25日
21265
+ /**
21266
+ * selecNext
21267
+ * @desc:下步节点变化时更新数据
21268
+ * @author liufan
21269
+ * @param {String} val 当前选中值
21270
+ * @date 2022年5月25日
21271
21271
  **/
21272
21272
  selecNext: function selecNext(val, type, isDef) {
21273
21273
  var _this23 = this;
@@ -21376,11 +21376,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21376
21376
  if (isDef !== true) this.getNodeInfo();
21377
21377
  },
21378
21378
 
21379
- /**
21380
- * isMultiple
21381
- * @desc:是否多选
21382
- * @author liufan
21383
- * @date 2022年9月13日
21379
+ /**
21380
+ * isMultiple
21381
+ * @desc:是否多选
21382
+ * @author liufan
21383
+ * @date 2022年9月13日
21384
21384
  **/
21385
21385
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
21386
21386
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -21412,11 +21412,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21412
21412
  }
21413
21413
  },
21414
21414
 
21415
- /**
21416
- * getHedInfo
21417
- * @desc:获取审核页面数据
21418
- * @author liufan
21419
- * @date 2022年5月25日
21415
+ /**
21416
+ * getHedInfo
21417
+ * @desc:获取审核页面数据
21418
+ * @author liufan
21419
+ * @date 2022年5月25日
21420
21420
  **/
21421
21421
  getHedInfo: function getHedInfo() {
21422
21422
  var _this24 = this;
@@ -21652,13 +21652,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21652
21652
  });
21653
21653
  },
21654
21654
 
21655
- /**
21656
- * closeProcess
21657
- * @desc:关闭弹窗
21658
- * @author liufan
21659
- * @param {boolean} val 当前是否办理流程
21660
- * @param {String} type 当前点击的弹窗类型
21661
- * @date 2022年5月25日
21655
+ /**
21656
+ * closeProcess
21657
+ * @desc:关闭弹窗
21658
+ * @author liufan
21659
+ * @param {boolean} val 当前是否办理流程
21660
+ * @param {String} type 当前点击的弹窗类型
21661
+ * @date 2022年5月25日
21662
21662
  **/
21663
21663
  closeProcess: function closeProcess(val, type, closeParent) {
21664
21664
  if (closeParent) {
@@ -21675,23 +21675,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21675
21675
  }
21676
21676
  },
21677
21677
 
21678
- /**
21679
- * selectChange
21680
- * @desc:常用语选择
21681
- * @author liufan
21682
- * @param {String} val 选中值
21683
- * @date 2022年5月25日
21678
+ /**
21679
+ * selectChange
21680
+ * @desc:常用语选择
21681
+ * @author liufan
21682
+ * @param {String} val 选中值
21683
+ * @date 2022年5月25日
21684
21684
  **/
21685
21685
  selectChange: function selectChange(val) {
21686
21686
  this.value = val;
21687
21687
  },
21688
21688
 
21689
- /**
21690
- * upDate
21691
- * @desc:修改常用语
21692
- * @author liufan
21693
- * @param {Object} val 修改值
21694
- * @date 2022年5月25日
21689
+ /**
21690
+ * upDate
21691
+ * @desc:修改常用语
21692
+ * @author liufan
21693
+ * @param {Object} val 修改值
21694
+ * @date 2022年5月25日
21695
21695
  **/
21696
21696
  upDate: function upDate(val) {
21697
21697
  this.FormData.id = val.id;
@@ -21699,11 +21699,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21699
21699
  },
21700
21700
 
21701
21701
 
21702
- /**
21703
- * getProcess
21704
- * @desc:获取选择流程
21705
- * @author liufan
21706
- * @date 2022年5月25日
21702
+ /**
21703
+ * getProcess
21704
+ * @desc:获取选择流程
21705
+ * @author liufan
21706
+ * @date 2022年5月25日
21707
21707
  **/
21708
21708
  getProcess: function getProcess() {
21709
21709
  var _this25 = this;
@@ -21757,11 +21757,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21757
21757
  });
21758
21758
  },
21759
21759
 
21760
- /**
21761
- * getPendedhistoryList
21762
- * @desc:获取流程列表
21763
- * @author liufan
21764
- * @date 2022年5月25日
21760
+ /**
21761
+ * getPendedhistoryList
21762
+ * @desc:获取流程列表
21763
+ * @author liufan
21764
+ * @date 2022年5月25日
21765
21765
  **/
21766
21766
  getPendedhistoryList: function getPendedhistoryList() {
21767
21767
  var _this26 = this;
@@ -21793,12 +21793,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21793
21793
  },
21794
21794
 
21795
21795
  // 提交流程
21796
- /**
21797
- * subProcess
21798
- * @desc:提交流程
21799
- * @author liufan
21800
- * @param {String} formName 当前form表单ref值
21801
- * @date 2022年5月25日
21796
+ /**
21797
+ * subProcess
21798
+ * @desc:提交流程
21799
+ * @author liufan
21800
+ * @param {String} formName 当前form表单ref值
21801
+ * @date 2022年5月25日
21802
21802
  **/
21803
21803
  subProcess: function subProcess(val) {
21804
21804
  var _this27 = this;
@@ -24637,6 +24637,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24637
24637
  isHideTemporarySave: false,
24638
24638
  oldNextOperate: '',
24639
24639
  showOpinion: true,
24640
+ submitButtonFunKey: '',
24641
+ taskNodeButtons: [],
24640
24642
  taskOperationShiftedNodeList: null,
24641
24643
  currentNodeEnableItemHandleDescription: false,
24642
24644
  startFlowPageEmbeddedIntoStartFlowIndex: false,
@@ -25390,11 +25392,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25390
25392
  });
25391
25393
  },
25392
25394
 
25393
- /**
25394
- * saveInfo
25395
- * @desc:暂存
25396
- * @author liufan
25397
- * @date 2022年9月9日
25395
+ /**
25396
+ * saveInfo
25397
+ * @desc:暂存
25398
+ * @author liufan
25399
+ * @date 2022年9月9日
25398
25400
  **/
25399
25401
  saveInfo: function saveInfo(type, btn) {
25400
25402
  var _this11 = this;
@@ -25456,11 +25458,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25456
25458
  });
25457
25459
  },
25458
25460
 
25459
- /**
25460
- * rejectBtn
25461
- * @desc:点击驳回
25462
- * @author liufan
25463
- * @date 2022年5月25日
25461
+ /**
25462
+ * rejectBtn
25463
+ * @desc:点击驳回
25464
+ * @author liufan
25465
+ * @date 2022年5月25日
25464
25466
  **/
25465
25467
  rejectBtn: function rejectBtn() {
25466
25468
  var _this13 = this;
@@ -25478,11 +25480,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25478
25480
  }
25479
25481
  },
25480
25482
 
25481
- /**
25482
- * taskReadBtn
25483
- * @desc:点击分阅
25484
- * @author liufan
25485
- * @date 2022年5月25日
25483
+ /**
25484
+ * taskReadBtn
25485
+ * @desc:点击分阅
25486
+ * @author liufan
25487
+ * @date 2022年5月25日
25486
25488
  **/
25487
25489
  taskReadBtn: function taskReadBtn() {
25488
25490
  var _this14 = this;
@@ -25501,11 +25503,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25501
25503
  }
25502
25504
  },
25503
25505
 
25504
- /**
25505
- * getFind
25506
- * @desc:获取通知方式
25507
- * @author liufan
25508
- * @date 2022年5月25日
25506
+ /**
25507
+ * getFind
25508
+ * @desc:获取通知方式
25509
+ * @author liufan
25510
+ * @date 2022年5月25日
25509
25511
  **/
25510
25512
  getFind: function getFind() {
25511
25513
  var _this15 = this;
@@ -25571,12 +25573,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25571
25573
  });
25572
25574
  },
25573
25575
 
25574
- /**
25575
- * endFlows
25576
- * @desc:直接办结
25577
- * @author liufan
25578
- * @param {Object} res 直接办结数据
25579
- * @date 2022年5月25日
25576
+ /**
25577
+ * endFlows
25578
+ * @desc:直接办结
25579
+ * @author liufan
25580
+ * @param {Object} res 直接办结数据
25581
+ * @date 2022年5月25日
25580
25582
  **/
25581
25583
  endFlows: function endFlows(res) {
25582
25584
  var _this17 = this;
@@ -25631,12 +25633,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25631
25633
  }).catch(function (e) {});
25632
25634
  },
25633
25635
 
25634
- /**
25635
- * goView
25636
- * @desc:更多流程按钮操作
25637
- * @author liufan
25638
- * @param {Object} res 当前点击操作按钮数据
25639
- * @date 2022年5月25日
25636
+ /**
25637
+ * goView
25638
+ * @desc:更多流程按钮操作
25639
+ * @author liufan
25640
+ * @param {Object} res 当前点击操作按钮数据
25641
+ * @date 2022年5月25日
25640
25642
  **/
25641
25643
  goView: function goView(res) {
25642
25644
  // 驳回并办结:rejectAndEndHtml
@@ -25649,7 +25651,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25649
25651
  // 直接办结:endFlowHtml
25650
25652
  // 自由发起子流程:toFreeStartFlow
25651
25653
  if (res.type == 4) {
25652
- this.$emit('buttonClick', res.fun);
25654
+ this.$emit('buttonClick', { fun: res.fun, opinion: this.value }, this.sendData);
25653
25655
  } else if (res.fun === 'toStartTaskRead()') {
25654
25656
  // 分阅
25655
25657
  this.taskReadBtn();
@@ -25723,11 +25725,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25723
25725
  // isCanStartSubFlow
25724
25726
  },
25725
25727
 
25726
- /**
25727
- * toTakeAdvice
25728
- * @desc:征求意见
25729
- * @author liufan
25730
- * @date 2022年9月29日
25728
+ /**
25729
+ * toTakeAdvice
25730
+ * @desc:征求意见
25731
+ * @author liufan
25732
+ * @date 2022年9月29日
25731
25733
  **/
25732
25734
  toTakeAdvice: function toTakeAdvice(res) {
25733
25735
  var _this19 = this;
@@ -25771,11 +25773,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25771
25773
  });
25772
25774
  },
25773
25775
 
25774
- /**
25775
- * toStartDraf
25776
- * @desc: 稿件递送、联合审核、复核
25777
- * @author liufan
25778
- * @date 2022年9月29日
25776
+ /**
25777
+ * toStartDraf
25778
+ * @desc: 稿件递送、联合审核、复核
25779
+ * @author liufan
25780
+ * @date 2022年9月29日
25779
25781
  **/
25780
25782
  toStartDraf: function toStartDraf(res) {
25781
25783
  var _this21 = this;
@@ -25789,11 +25791,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25789
25791
  }
25790
25792
  },
25791
25793
 
25792
- /**
25793
- * toSendMsg
25794
- * @desc:核稿通知
25795
- * @author liufan
25796
- * @date 2022年9月29日
25794
+ /**
25795
+ * toSendMsg
25796
+ * @desc:核稿通知
25797
+ * @author liufan
25798
+ * @date 2022年9月29日
25797
25799
  **/
25798
25800
  toSendMsg: function toSendMsg(res) {
25799
25801
  var _this22 = this;
@@ -25807,11 +25809,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25807
25809
  }
25808
25810
  },
25809
25811
 
25810
- /**
25811
- * toTaskReadAndEnd
25812
- * @desc:分阅并办结
25813
- * @author liufan
25814
- * @date 2022年9月29日
25812
+ /**
25813
+ * toTaskReadAndEnd
25814
+ * @desc:分阅并办结
25815
+ * @author liufan
25816
+ * @date 2022年9月29日
25815
25817
  **/
25816
25818
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
25817
25819
  var _this23 = this;
@@ -25829,11 +25831,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25829
25831
  }
25830
25832
  },
25831
25833
 
25832
- /**
25833
- * rejectAndEnd
25834
- * @desc:驳回并办结
25835
- * @author liufan
25836
- * @date 2022年9月29日
25834
+ /**
25835
+ * rejectAndEnd
25836
+ * @desc:驳回并办结
25837
+ * @author liufan
25838
+ * @date 2022年9月29日
25837
25839
  **/
25838
25840
  rejectAndEnd: function rejectAndEnd(res) {
25839
25841
  var _this24 = this;
@@ -25889,11 +25891,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25889
25891
  });
25890
25892
  },
25891
25893
 
25892
- /**
25893
- * toTransfer
25894
- * @desc:转办
25895
- * @author liufan
25896
- * @date 2022年9月29日
25894
+ /**
25895
+ * toTransfer
25896
+ * @desc:转办
25897
+ * @author liufan
25898
+ * @date 2022年9月29日
25897
25899
  **/
25898
25900
  toTransfer: function toTransfer(res) {
25899
25901
  var _this26 = this;
@@ -25912,11 +25914,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25912
25914
  this.nextNode.customLimitTime = val;
25913
25915
  },
25914
25916
 
25915
- /**
25916
- * getNodeInfo
25917
- * @desc:获取节点信息
25918
- * @author liufan
25919
- * @date 2022年5月25日
25917
+ /**
25918
+ * getNodeInfo
25919
+ * @desc:获取节点信息
25920
+ * @author liufan
25921
+ * @date 2022年5月25日
25920
25922
  **/
25921
25923
  getNodeInfo: function getNodeInfo() {
25922
25924
  var _this27 = this;
@@ -26023,12 +26025,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26023
26025
  });
26024
26026
  },
26025
26027
 
26026
- /**
26027
- * selecNext
26028
- * @desc:下步节点变化时更新数据
26029
- * @author liufan
26030
- * @param {String} val 当前选中值
26031
- * @date 2022年5月25日
26028
+ /**
26029
+ * selecNext
26030
+ * @desc:下步节点变化时更新数据
26031
+ * @author liufan
26032
+ * @param {String} val 当前选中值
26033
+ * @date 2022年5月25日
26032
26034
  **/
26033
26035
  selecNext: function selecNext(val, type, isDef) {
26034
26036
  var _this28 = this;
@@ -26160,11 +26162,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26160
26162
  this.getNodeInfo();
26161
26163
  },
26162
26164
 
26163
- /**
26164
- * isMultiple
26165
- * @desc:是否多选
26166
- * @author liufan
26167
- * @date 2022年9月13日
26165
+ /**
26166
+ * isMultiple
26167
+ * @desc:是否多选
26168
+ * @author liufan
26169
+ * @date 2022年9月13日
26168
26170
  **/
26169
26171
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
26170
26172
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -26196,11 +26198,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26196
26198
  }
26197
26199
  },
26198
26200
 
26199
- /**
26200
- * getHedInfo
26201
- * @desc:获取审核页面数据
26202
- * @author liufan
26203
- * @date 2022年5月25日
26201
+ /**
26202
+ * getHedInfo
26203
+ * @desc:获取审核页面数据
26204
+ * @author liufan
26205
+ * @date 2022年5月25日
26204
26206
  **/
26205
26207
  getHedInfo: function getHedInfo() {
26206
26208
  var _this29 = this;
@@ -26303,6 +26305,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26303
26305
  _this29.nextOperateCheckType = nextOperateCheckType || 'select';
26304
26306
  _this29.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
26305
26307
 
26308
+ _this29.submitButtonFunKey = nodeInfoMap.nodeExtAttr.submitButtonFunKey;
26309
+ _this29.taskNodeButtons = nodeInfoMap.nodeExtAttr.taskNodeButtons;
26310
+ _this29.readOnlyNotificationType = readOnlyNotificationType;
26311
+
26306
26312
  _this29.readOnlyNotificationType = readOnlyNotificationType;
26307
26313
  _this29.isSpecial = isSpecial;
26308
26314
  _this29.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
@@ -26500,13 +26506,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26500
26506
  });
26501
26507
  },
26502
26508
 
26503
- /**
26504
- * closeProcess
26505
- * @desc:关闭弹窗
26506
- * @author liufan
26507
- * @param {boolean} val 当前是否办理流程
26508
- * @param {String} type 当前点击的弹窗类型
26509
- * @date 2022年5月25日
26509
+ /**
26510
+ * closeProcess
26511
+ * @desc:关闭弹窗
26512
+ * @author liufan
26513
+ * @param {boolean} val 当前是否办理流程
26514
+ * @param {String} type 当前点击的弹窗类型
26515
+ * @date 2022年5月25日
26510
26516
  **/
26511
26517
  closeProcess: function closeProcess(val, type, closeParent) {
26512
26518
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -26526,23 +26532,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26526
26532
  }
26527
26533
  },
26528
26534
 
26529
- /**
26530
- * selectChange
26531
- * @desc:常用语选择
26532
- * @author liufan
26533
- * @param {String} val 选中值
26534
- * @date 2022年5月25日
26535
+ /**
26536
+ * selectChange
26537
+ * @desc:常用语选择
26538
+ * @author liufan
26539
+ * @param {String} val 选中值
26540
+ * @date 2022年5月25日
26535
26541
  **/
26536
26542
  selectChange: function selectChange(val) {
26537
26543
  this.value = val;
26538
26544
  },
26539
26545
 
26540
- /**
26541
- * upDate
26542
- * @desc:修改常用语
26543
- * @author liufan
26544
- * @param {Object} val 修改值
26545
- * @date 2022年5月25日
26546
+ /**
26547
+ * upDate
26548
+ * @desc:修改常用语
26549
+ * @author liufan
26550
+ * @param {Object} val 修改值
26551
+ * @date 2022年5月25日
26546
26552
  **/
26547
26553
  upDate: function upDate(val) {
26548
26554
  this.FormData.id = val.id;
@@ -26550,11 +26556,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26550
26556
  },
26551
26557
 
26552
26558
 
26553
- /**
26554
- * getProcess
26555
- * @desc:获取选择流程
26556
- * @author liufan
26557
- * @date 2022年5月25日
26559
+ /**
26560
+ * getProcess
26561
+ * @desc:获取选择流程
26562
+ * @author liufan
26563
+ * @date 2022年5月25日
26558
26564
  **/
26559
26565
  getProcess: function getProcess(val) {
26560
26566
  var _this30 = this;
@@ -26614,11 +26620,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26614
26620
  });
26615
26621
  },
26616
26622
 
26617
- /**
26618
- * getPendedhistoryList
26619
- * @desc:获取流程列表
26620
- * @author liufan
26621
- * @date 2022年5月25日
26623
+ /**
26624
+ * getPendedhistoryList
26625
+ * @desc:获取流程列表
26626
+ * @author liufan
26627
+ * @date 2022年5月25日
26622
26628
  **/
26623
26629
  getPendedhistoryList: function getPendedhistoryList() {
26624
26630
  var _this31 = this;
@@ -26686,12 +26692,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26686
26692
  },
26687
26693
 
26688
26694
  // 提交流程
26689
- /**
26690
- * subProcess
26691
- * @desc:提交流程
26692
- * @author liufan
26693
- * @param {String} formName 当前form表单ref值
26694
- * @date 2022年5月25日
26695
+ /**
26696
+ * subProcess
26697
+ * @desc:提交流程
26698
+ * @author liufan
26699
+ * @param {String} formName 当前form表单ref值
26700
+ * @date 2022年5月25日
26695
26701
  **/
26696
26702
  subProcess: function subProcess(val, type) {
26697
26703
  var _this33 = this;
@@ -26716,6 +26722,19 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26716
26722
  // this.reqCircularRead(type);
26717
26723
  // return;
26718
26724
  // }
26725
+ if (_this33.submitButtonFunKey) {
26726
+ var btnInfo = _this33.taskNodeButtons.filter(function (x) {
26727
+ return x.key === _this33.submitButtonFunKey;
26728
+ });
26729
+ if (btnInfo.length > 0) {
26730
+ if (btnInfo[0].type == 4) {
26731
+ _this33.$emit('buttonClick', { fun: btnInfo[0].fun, opinion: _this33.value }, _this33.sendData);
26732
+ } else if (btnInfo[0].type == 2) {
26733
+ _this33.goView(btnInfo[0]);
26734
+ }
26735
+ }
26736
+ return;
26737
+ }
26719
26738
  if (type == 'multiInsMidwayWithSubmitScene') {
26720
26739
  _this33.sendData(type);
26721
26740
  return;