eoss-ui 0.6.59 → 0.6.60

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 (252) hide show
  1. package/lib/clients.js +20 -3
  2. package/lib/eoss-ui.common.js +589 -547
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +317 -299
  5. package/lib/icons.js +1 -1
  6. package/lib/index.js +1 -1
  7. package/lib/login.js +9 -2
  8. package/lib/main.js +132 -132
  9. package/lib/qr-code.js +13 -13
  10. package/lib/theme-chalk/base.css +1 -1
  11. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  12. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  13. package/lib/theme-chalk/icon.css +1 -1
  14. package/lib/theme-chalk/index.css +1 -1
  15. package/lib/theme-chalk/main.css +1 -1
  16. package/lib/theme-chalk/menu.css +1 -1
  17. package/lib/theme-chalk/simplicity.css +1 -1
  18. package/lib/theme-chalk/sizer.css +1 -1
  19. package/lib/theme-chalk/upload.css +1 -1
  20. package/package.json +159 -159
  21. package/packages/.DS_Store +0 -0
  22. package/packages/autocomplete/.DS_Store +0 -0
  23. package/packages/button/index.js +5 -5
  24. package/packages/button/src/main.vue +418 -418
  25. package/packages/button-group/index.js +5 -5
  26. package/packages/button-group/src/main.vue +298 -298
  27. package/packages/calendar/index.js +5 -5
  28. package/packages/card/index.js +5 -5
  29. package/packages/card/src/main.vue +156 -156
  30. package/packages/cascader/index.js +5 -5
  31. package/packages/cascader/src/main.vue +168 -168
  32. package/packages/checkbox-group/index.js +5 -5
  33. package/packages/checkbox-group/src/main.vue +333 -333
  34. package/packages/clients/index.js +5 -5
  35. package/packages/clients/src/main.vue +151 -144
  36. package/packages/data-table/index.js +5 -5
  37. package/packages/data-table/src/children.vue +39 -39
  38. package/packages/data-table/src/column.vue +989 -989
  39. package/packages/data-table/src/main.vue +1822 -1822
  40. package/packages/data-table/src/sizer.vue +195 -195
  41. package/packages/data-table-form/index.js +5 -5
  42. package/packages/data-table-form/src/checkbox.vue +101 -101
  43. package/packages/data-table-form/src/colgroup.vue +17 -17
  44. package/packages/data-table-form/src/main.vue +181 -181
  45. package/packages/data-table-form/src/radio.vue +65 -65
  46. package/packages/data-table-form/src/table.vue +233 -233
  47. package/packages/data-table-form/src/tbody.vue +336 -336
  48. package/packages/data-table-form/src/thead.vue +68 -68
  49. package/packages/date-picker/index.js +5 -5
  50. package/packages/date-picker/src/main.vue +236 -236
  51. package/packages/dialog/index.js +5 -5
  52. package/packages/enable-drag/index.js +5 -5
  53. package/packages/enterprise/index.js +5 -5
  54. package/packages/enterprise/src/main.vue +66 -66
  55. package/packages/error-page/index.js +5 -5
  56. package/packages/error-page/src/main.vue +44 -44
  57. package/packages/flow/index.js +5 -5
  58. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  59. package/packages/flow/src/component/CustomPreset.vue +322 -322
  60. package/packages/flow/src/component/FileList.vue +99 -99
  61. package/packages/flow/src/component/Preset.vue +255 -255
  62. package/packages/flow/src/component/SendMsg.vue +229 -229
  63. package/packages/flow/src/component/TimeLimit.vue +190 -190
  64. package/packages/flow/src/component/taskUnionExamine.vue +611 -611
  65. package/packages/flow/src/form.vue +121 -121
  66. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  67. package/packages/flow/src/main.vue +3175 -3173
  68. package/packages/flow/src/processForm.vue +1087 -1087
  69. package/packages/flow/src/processReject.vue +293 -293
  70. package/packages/flow/src/reset.vue +900 -900
  71. package/packages/flow/src/startTaskRead.vue +646 -641
  72. package/packages/flow/src/supervise.vue +144 -138
  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 +688 -688
  76. package/packages/flow-list/index.js +5 -5
  77. package/packages/flow-list/src/main.vue +1691 -1691
  78. package/packages/form/index.js +5 -5
  79. package/packages/form/src/main.vue +3583 -3583
  80. package/packages/form/src/table.vue +1426 -1426
  81. package/packages/handle-user/index.js +5 -5
  82. package/packages/handle-user/src/main.vue +138 -138
  83. package/packages/handler/index.js +5 -5
  84. package/packages/handler/src/main.vue +493 -493
  85. package/packages/icon/index.js +5 -5
  86. package/packages/icon/src/main.vue +101 -101
  87. package/packages/icons/index.js +5 -5
  88. package/packages/icons/src/icon.json +1 -1
  89. package/packages/icons/src/main.vue +81 -81
  90. package/packages/input/index.js +5 -5
  91. package/packages/input/src/main.vue +356 -356
  92. package/packages/input-number/index.js +5 -5
  93. package/packages/input-number/src/main.vue +106 -106
  94. package/packages/label/index.js +5 -5
  95. package/packages/label/src/main.vue +457 -457
  96. package/packages/layout/index.js +5 -5
  97. package/packages/layout/src/item.vue +152 -152
  98. package/packages/layout/src/main.vue +31 -31
  99. package/packages/login/index.js +5 -5
  100. package/packages/login/src/main.vue +1942 -1935
  101. package/packages/login/src/resetPassword.vue +562 -562
  102. package/packages/main/index.js +5 -5
  103. package/packages/main/src/default/message.vue +249 -249
  104. package/packages/main/src/default/notice.vue +157 -157
  105. package/packages/main/src/default/userinfo.vue +503 -503
  106. package/packages/main/src/public/online.vue +89 -89
  107. package/packages/main/src/public/search.vue +462 -462
  108. package/packages/main/src/public/settings.vue +221 -221
  109. package/packages/main/src/simplicity/apps.vue +388 -388
  110. package/packages/main/src/simplicity/avatar.vue +82 -82
  111. package/packages/main/src/simplicity/handler.vue +259 -259
  112. package/packages/main/src/simplicity/index.vue +2086 -2086
  113. package/packages/main/src/simplicity/lists.vue +84 -84
  114. package/packages/main/src/simplicity/menu-list.vue +135 -135
  115. package/packages/main/src/simplicity/message.vue +259 -259
  116. package/packages/main/src/simplicity/notice.vue +190 -190
  117. package/packages/main/src/simplicity/router-page.vue +45 -45
  118. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  119. package/packages/main/src/simplicity/user.vue +257 -257
  120. package/packages/main/src/simplicity/userinfo.vue +312 -312
  121. package/packages/menu/.DS_Store +0 -0
  122. package/packages/menu/index.js +5 -5
  123. package/packages/menu/src/main.vue +584 -584
  124. package/packages/nav/index.js +5 -5
  125. package/packages/nav/src/main.vue +351 -351
  126. package/packages/notify/index.js +5 -5
  127. package/packages/notify/src/main.vue +538 -538
  128. package/packages/page/index.js +5 -5
  129. package/packages/page/src/main.vue +167 -167
  130. package/packages/pagination/index.js +5 -5
  131. package/packages/pagination/src/main.vue +96 -96
  132. package/packages/player/index.js +5 -5
  133. package/packages/player/src/main.vue +194 -194
  134. package/packages/qr-code/index.js +5 -5
  135. package/packages/qr-code/src/main.vue +170 -170
  136. package/packages/radio-group/index.js +6 -6
  137. package/packages/radio-group/src/main.vue +319 -319
  138. package/packages/retrial-auth/index.js +5 -5
  139. package/packages/retrial-auth/src/main.vue +280 -280
  140. package/packages/scrollbar/.DS_Store +0 -0
  141. package/packages/select/.DS_Store +0 -0
  142. package/packages/select/index.js +5 -5
  143. package/packages/select/src/main.vue +778 -778
  144. package/packages/select-ganged/index.js +5 -5
  145. package/packages/select-ganged/src/main.vue +724 -724
  146. package/packages/selector/index.js +5 -5
  147. package/packages/selector/src/main.vue +687 -687
  148. package/packages/selector-panel/index.js +5 -5
  149. package/packages/selector-panel/src/main.vue +1027 -1027
  150. package/packages/selector-panel/src/selection.vue +177 -177
  151. package/packages/selector-panel/src/tree.vue +129 -129
  152. package/packages/sizer/index.js +5 -5
  153. package/packages/sizer/src/main.vue +254 -254
  154. package/packages/steps/index.js +5 -5
  155. package/packages/steps/src/main.vue +181 -181
  156. package/packages/switch/index.js +5 -5
  157. package/packages/switch/src/main.vue +154 -154
  158. package/packages/table-form/index.js +5 -5
  159. package/packages/tabs/index.js +5 -5
  160. package/packages/tabs/src/main.vue +788 -788
  161. package/packages/tabs-panel/index.js +5 -5
  162. package/packages/tabs-panel/src/main.vue +29 -29
  163. package/packages/theme-chalk/lib/base.css +1 -1
  164. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  165. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  166. package/packages/theme-chalk/lib/icon.css +1 -1
  167. package/packages/theme-chalk/lib/index.css +1 -1
  168. package/packages/theme-chalk/lib/main.css +1 -1
  169. package/packages/theme-chalk/lib/menu.css +1 -1
  170. package/packages/theme-chalk/lib/simplicity.css +1 -1
  171. package/packages/theme-chalk/lib/sizer.css +1 -1
  172. package/packages/theme-chalk/lib/upload.css +1 -1
  173. package/packages/theme-chalk/src/.DS_Store +0 -0
  174. package/packages/theme-chalk/src/base.scss +260 -260
  175. package/packages/theme-chalk/src/button-group.scss +176 -176
  176. package/packages/theme-chalk/src/button.scss +24 -24
  177. package/packages/theme-chalk/src/calendar.scss +113 -113
  178. package/packages/theme-chalk/src/card.scss +99 -99
  179. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  180. package/packages/theme-chalk/src/clients.scss +87 -87
  181. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  182. package/packages/theme-chalk/src/data-table.scss +293 -293
  183. package/packages/theme-chalk/src/date-picker.scss +7 -7
  184. package/packages/theme-chalk/src/dialog.scss +77 -77
  185. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  186. package/packages/theme-chalk/src/enterprise.scss +5 -5
  187. package/packages/theme-chalk/src/error-page.scss +18 -18
  188. package/packages/theme-chalk/src/flow-group.scss +110 -110
  189. package/packages/theme-chalk/src/flow-list.scss +39 -39
  190. package/packages/theme-chalk/src/flow.scss +343 -343
  191. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  192. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  193. package/packages/theme-chalk/src/form.scss +496 -496
  194. package/packages/theme-chalk/src/handle-user.scss +40 -40
  195. package/packages/theme-chalk/src/handler.scss +143 -143
  196. package/packages/theme-chalk/src/icon.scss +1793 -1789
  197. package/packages/theme-chalk/src/icons.scss +99 -99
  198. package/packages/theme-chalk/src/input.scss +9 -9
  199. package/packages/theme-chalk/src/label.scss +24 -24
  200. package/packages/theme-chalk/src/layout.scss +46 -46
  201. package/packages/theme-chalk/src/login.scss +969 -969
  202. package/packages/theme-chalk/src/main.scss +663 -663
  203. package/packages/theme-chalk/src/menu.scss +222 -222
  204. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  205. package/packages/theme-chalk/src/nav.scss +111 -111
  206. package/packages/theme-chalk/src/page.scss +3 -3
  207. package/packages/theme-chalk/src/pagination.scss +29 -29
  208. package/packages/theme-chalk/src/player.scss +9 -9
  209. package/packages/theme-chalk/src/qr-code.scss +17 -17
  210. package/packages/theme-chalk/src/radio-group.scss +9 -9
  211. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  212. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  213. package/packages/theme-chalk/src/select.scss +8 -8
  214. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  215. package/packages/theme-chalk/src/selector.scss +91 -91
  216. package/packages/theme-chalk/src/simplicity.scss +1351 -1351
  217. package/packages/theme-chalk/src/sizer.scss +36 -36
  218. package/packages/theme-chalk/src/steps.scss +88 -88
  219. package/packages/theme-chalk/src/switch.scss +3 -3
  220. package/packages/theme-chalk/src/table-form.scss +1 -1
  221. package/packages/theme-chalk/src/tabs.scss +87 -87
  222. package/packages/theme-chalk/src/tips.scss +7 -7
  223. package/packages/theme-chalk/src/toolbar.scss +179 -179
  224. package/packages/theme-chalk/src/tree-group.scss +72 -72
  225. package/packages/theme-chalk/src/tree.scss +165 -165
  226. package/packages/theme-chalk/src/upload.scss +168 -168
  227. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  228. package/packages/tips/index.js +5 -5
  229. package/packages/tips/src/main.vue +141 -141
  230. package/packages/toolbar/index.js +5 -5
  231. package/packages/toolbar/src/main.vue +430 -430
  232. package/packages/tree/index.js +5 -5
  233. package/packages/tree-group/index.js +5 -5
  234. package/packages/upload/.DS_Store +0 -0
  235. package/packages/upload/index.js +5 -5
  236. package/packages/upload/src/main.vue +1347 -1347
  237. package/packages/upload/src/picture.js +15 -15
  238. package/packages/wujie/index.js +5 -5
  239. package/packages/wujie/src/main.vue +145 -145
  240. package/packages/wxlogin/index.js +5 -5
  241. package/packages/wxlogin/src/main.vue +128 -128
  242. package/src/.DS_Store +0 -0
  243. package/src/config/api.js +286 -286
  244. package/src/config/image.js +2 -2
  245. package/src/index.js +160 -160
  246. package/src/utils/.DS_Store +0 -0
  247. package/src/utils/bus.js +3 -3
  248. package/src/utils/date-util.js +312 -312
  249. package/src/utils/http.js +50 -50
  250. package/src/utils/rules.js +18 -18
  251. package/src/utils/store.js +21 -21
  252. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -4407,7 +4407,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4407
4407
  // ESM COMPAT FLAG
4408
4408
  __webpack_require__.r(__webpack_exports__);
4409
4409
 
4410
- // 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=bcadf692&
4410
+ // 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=cb2a9dc2&
4411
4411
  var render = function () {
4412
4412
  var _vm = this
4413
4413
  var _h = _vm.$createElement
@@ -4429,6 +4429,7 @@ var render = function () {
4429
4429
  opinion: _vm.value,
4430
4430
  type: "create",
4431
4431
  typeCode: "read",
4432
+ resetAppId: _vm.resetAppId,
4432
4433
  taskExamine: _vm.taskExamineInfo,
4433
4434
  "news-info": _vm.nextNode.notificationMsg,
4434
4435
  },
@@ -4488,7 +4489,11 @@ var render = function () {
4488
4489
  [
4489
4490
  _vm._v(
4490
4491
  "当前节点:" +
4491
- _vm._s(_vm.isFlow ? "拟稿" : _vm.NodeName)
4492
+ _vm._s(
4493
+ _vm.isFlow
4494
+ ? _vm.nodeName || "拟稿"
4495
+ : _vm.NodeName
4496
+ )
4492
4497
  ),
4493
4498
  ]
4494
4499
  ),
@@ -6785,7 +6790,7 @@ var staticRenderFns = []
6785
6790
  render._withStripped = true
6786
6791
 
6787
6792
 
6788
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=bcadf692&
6793
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=cb2a9dc2&
6789
6794
 
6790
6795
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
6791
6796
  var regenerator_ = __webpack_require__(4);
@@ -7598,21 +7603,21 @@ var _components;
7598
7603
  return validSate;
7599
7604
  },
7600
7605
 
7601
- /**
7602
- * changeOpinion
7603
- * @desc:监听意见变化
7604
- * @author liufan
7605
- * @date 2022年10月28日
7606
+ /**
7607
+ * changeOpinion
7608
+ * @desc:监听意见变化
7609
+ * @author liufan
7610
+ * @date 2022年10月28日
7606
7611
  **/
7607
7612
  changeOpinion: function changeOpinion() {
7608
7613
  this.$emit('change', this.form.value);
7609
7614
  },
7610
7615
 
7611
- /**
7612
- * getCommonOpion
7613
- * @desc:获取意见
7614
- * @author liufan
7615
- * @date 2022年5月25日
7616
+ /**
7617
+ * getCommonOpion
7618
+ * @desc:获取意见
7619
+ * @author liufan
7620
+ * @date 2022年5月25日
7616
7621
  **/
7617
7622
  getCommonOpion: function getCommonOpion() {
7618
7623
  var _this = this;
@@ -7641,24 +7646,24 @@ var _components;
7641
7646
  });
7642
7647
  },
7643
7648
 
7644
- /**
7645
- * upDate
7646
- * @desc:修改常用语
7647
- * @author liufan
7648
- * @param {Object} val 修改值
7649
- * @date 2022年5月25日
7649
+ /**
7650
+ * upDate
7651
+ * @desc:修改常用语
7652
+ * @author liufan
7653
+ * @param {Object} val 修改值
7654
+ * @date 2022年5月25日
7650
7655
  **/
7651
7656
  upDate: function upDate(val) {
7652
7657
  this.FormData.id = val.id;
7653
7658
  this.addVisible = true;
7654
7659
  },
7655
7660
 
7656
- /**
7657
- * selectChange
7658
- * @desc:常用语选择
7659
- * @author liufan
7660
- * @param {String} val 选中值
7661
- * @date 2022年5月25日
7661
+ /**
7662
+ * selectChange
7663
+ * @desc:常用语选择
7664
+ * @author liufan
7665
+ * @param {String} val 选中值
7666
+ * @date 2022年5月25日
7662
7667
  **/
7663
7668
  selectChange: function selectChange(val) {
7664
7669
  var _this2 = this;
@@ -7677,12 +7682,12 @@ var _components;
7677
7682
  });
7678
7683
  },
7679
7684
 
7680
- /**
7681
- * del
7682
- * @desc:删除常用语
7683
- * @author liufan
7684
- * @param {Object} val 删除的数据
7685
- * @date 2022年5月25日
7685
+ /**
7686
+ * del
7687
+ * @desc:删除常用语
7688
+ * @author liufan
7689
+ * @param {Object} val 删除的数据
7690
+ * @date 2022年5月25日
7686
7691
  **/
7687
7692
  del: function del(val) {
7688
7693
  var _this3 = this;
@@ -7724,12 +7729,12 @@ var _components;
7724
7729
  }).catch(function (e) {});
7725
7730
  },
7726
7731
 
7727
- /**
7728
- * submit
7729
- * @desc:新增/编辑意见保存
7730
- * @author liufan
7731
- * @param {Object} val 保存数据
7732
- * @date 2022年5月25日
7732
+ /**
7733
+ * submit
7734
+ * @desc:新增/编辑意见保存
7735
+ * @author liufan
7736
+ * @param {Object} val 保存数据
7737
+ * @date 2022年5月25日
7733
7738
  **/
7734
7739
  submit: function submit(val) {
7735
7740
  var _this4 = this;
@@ -10739,11 +10744,11 @@ var processFormvue_type_script_lang_js_components;
10739
10744
  });
10740
10745
  },
10741
10746
 
10742
- /**
10743
- * isMultiple
10744
- * @desc:是否多选
10745
- * @author liufan
10746
- * @date 2022年9月13日
10747
+ /**
10748
+ * isMultiple
10749
+ * @desc:是否多选
10750
+ * @author liufan
10751
+ * @date 2022年9月13日
10747
10752
  **/
10748
10753
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
10749
10754
  var multiple = false;
@@ -12321,8 +12326,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
12321
12326
  )
12322
12327
 
12323
12328
  /* harmony default export */ var processReject = (processReject_component.exports);
12324
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=611e00dd&
12325
- var startTaskReadvue_type_template_id_611e00dd_render = function () {
12329
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=4cea7d04&
12330
+ var startTaskReadvue_type_template_id_4cea7d04_render = function () {
12326
12331
  var _vm = this
12327
12332
  var _h = _vm.$createElement
12328
12333
  var _c = _vm._self._c || _h
@@ -12746,11 +12751,11 @@ var startTaskReadvue_type_template_id_611e00dd_render = function () {
12746
12751
  1
12747
12752
  )
12748
12753
  }
12749
- var startTaskReadvue_type_template_id_611e00dd_staticRenderFns = []
12750
- startTaskReadvue_type_template_id_611e00dd_render._withStripped = true
12754
+ var startTaskReadvue_type_template_id_4cea7d04_staticRenderFns = []
12755
+ startTaskReadvue_type_template_id_4cea7d04_render._withStripped = true
12751
12756
 
12752
12757
 
12753
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=611e00dd&
12758
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4cea7d04&
12754
12759
 
12755
12760
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
12756
12761
  var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -12937,6 +12942,7 @@ var startTaskReadvue_type_script_lang_js_components;
12937
12942
  type: { type: String, default: '' },
12938
12943
  option: { type: String, default: '' },
12939
12944
  typeCode: { type: String, default: '' },
12945
+ resetAppId: { type: String, default: '' },
12940
12946
  taskExamine: { type: Object, default: function _default() {} },
12941
12947
  readParams: {
12942
12948
  type: [Object, undefined],
@@ -13164,6 +13170,10 @@ var startTaskReadvue_type_script_lang_js_components;
13164
13170
  url: api["Xb" /* toStartTaskRead */],
13165
13171
  params: { pendingId: this.pendingId, taskAction: this.type }
13166
13172
  };
13173
+ if (this.typeCode == 'read') {
13174
+ delete params.params.pendingId;
13175
+ params.params.appid = this.resetAppId;
13176
+ }
13167
13177
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
13168
13178
  util["a" /* default */].ajax(params).then(function (res) {
13169
13179
  var status = res.status,
@@ -13425,8 +13435,8 @@ var startTaskReadvue_type_script_lang_js_components;
13425
13435
 
13426
13436
  var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
13427
13437
  src_startTaskReadvue_type_script_lang_js_,
13428
- startTaskReadvue_type_template_id_611e00dd_render,
13429
- startTaskReadvue_type_template_id_611e00dd_staticRenderFns,
13438
+ startTaskReadvue_type_template_id_4cea7d04_render,
13439
+ startTaskReadvue_type_template_id_4cea7d04_staticRenderFns,
13430
13440
  false,
13431
13441
  null,
13432
13442
  null,
@@ -14590,11 +14600,11 @@ var resetvue_type_script_lang_js_components;
14590
14600
  });
14591
14601
  },
14592
14602
 
14593
- /**
14594
- * isMultiple
14595
- * @desc:是否多选
14596
- * @author liufan
14597
- * @date 2022年9月13日
14603
+ /**
14604
+ * isMultiple
14605
+ * @desc:是否多选
14606
+ * @author liufan
14607
+ * @date 2022年9月13日
14598
14608
  **/
14599
14609
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
14600
14610
  var multiple = false;
@@ -18958,11 +18968,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18958
18968
  });
18959
18969
  },
18960
18970
 
18961
- /**
18962
- * saveInfo
18963
- * @desc:暂存
18964
- * @author liufan
18965
- * @date 2022年9月9日
18971
+ /**
18972
+ * saveInfo
18973
+ * @desc:暂存
18974
+ * @author liufan
18975
+ * @date 2022年9月9日
18966
18976
  **/
18967
18977
  saveInfo: function saveInfo(type, btn) {
18968
18978
  var _this6 = this;
@@ -19024,11 +19034,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19024
19034
  });
19025
19035
  },
19026
19036
 
19027
- /**
19028
- * rejectBtn
19029
- * @desc:点击驳回
19030
- * @author liufan
19031
- * @date 2022年5月25日
19037
+ /**
19038
+ * rejectBtn
19039
+ * @desc:点击驳回
19040
+ * @author liufan
19041
+ * @date 2022年5月25日
19032
19042
  **/
19033
19043
  rejectBtn: function rejectBtn() {
19034
19044
  var _this8 = this;
@@ -19046,11 +19056,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19046
19056
  }
19047
19057
  },
19048
19058
 
19049
- /**
19050
- * taskReadBtn
19051
- * @desc:点击分阅
19052
- * @author liufan
19053
- * @date 2022年5月25日
19059
+ /**
19060
+ * taskReadBtn
19061
+ * @desc:点击分阅
19062
+ * @author liufan
19063
+ * @date 2022年5月25日
19054
19064
  **/
19055
19065
  taskReadBtn: function taskReadBtn() {
19056
19066
  var _this9 = this;
@@ -19069,11 +19079,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19069
19079
  }
19070
19080
  },
19071
19081
 
19072
- /**
19073
- * getFind
19074
- * @desc:获取通知方式
19075
- * @author liufan
19076
- * @date 2022年5月25日
19082
+ /**
19083
+ * getFind
19084
+ * @desc:获取通知方式
19085
+ * @author liufan
19086
+ * @date 2022年5月25日
19077
19087
  **/
19078
19088
  getFind: function getFind() {
19079
19089
  var _this10 = this;
@@ -19128,12 +19138,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19128
19138
  });
19129
19139
  },
19130
19140
 
19131
- /**
19132
- * endFlows
19133
- * @desc:直接办结
19134
- * @author liufan
19135
- * @param {Object} res 直接办结数据
19136
- * @date 2022年5月25日
19141
+ /**
19142
+ * endFlows
19143
+ * @desc:直接办结
19144
+ * @author liufan
19145
+ * @param {Object} res 直接办结数据
19146
+ * @date 2022年5月25日
19137
19147
  **/
19138
19148
  endFlows: function endFlows(res) {
19139
19149
  var _this12 = this;
@@ -19187,12 +19197,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19187
19197
  }).catch(function (e) {});
19188
19198
  },
19189
19199
 
19190
- /**
19191
- * goView
19192
- * @desc:更多流程按钮操作
19193
- * @author liufan
19194
- * @param {Object} res 当前点击操作按钮数据
19195
- * @date 2022年5月25日
19200
+ /**
19201
+ * goView
19202
+ * @desc:更多流程按钮操作
19203
+ * @author liufan
19204
+ * @param {Object} res 当前点击操作按钮数据
19205
+ * @date 2022年5月25日
19196
19206
  **/
19197
19207
  goView: function goView(res) {
19198
19208
  // 驳回并办结:rejectAndEndHtml
@@ -19277,11 +19287,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19277
19287
  // isCanStartSubFlow
19278
19288
  },
19279
19289
 
19280
- /**
19281
- * toTakeAdvice
19282
- * @desc:征求意见
19283
- * @author liufan
19284
- * @date 2022年9月29日
19290
+ /**
19291
+ * toTakeAdvice
19292
+ * @desc:征求意见
19293
+ * @author liufan
19294
+ * @date 2022年9月29日
19285
19295
  **/
19286
19296
  toTakeAdvice: function toTakeAdvice(res) {
19287
19297
  var _this14 = this;
@@ -19325,11 +19335,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19325
19335
  });
19326
19336
  },
19327
19337
 
19328
- /**
19329
- * toStartDraf
19330
- * @desc: 稿件递送、联合审核、复核
19331
- * @author liufan
19332
- * @date 2022年9月29日
19338
+ /**
19339
+ * toStartDraf
19340
+ * @desc: 稿件递送、联合审核、复核
19341
+ * @author liufan
19342
+ * @date 2022年9月29日
19333
19343
  **/
19334
19344
  toStartDraf: function toStartDraf(res) {
19335
19345
  var _this16 = this;
@@ -19343,11 +19353,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19343
19353
  }
19344
19354
  },
19345
19355
 
19346
- /**
19347
- * toSendMsg
19348
- * @desc:核稿通知
19349
- * @author liufan
19350
- * @date 2022年9月29日
19356
+ /**
19357
+ * toSendMsg
19358
+ * @desc:核稿通知
19359
+ * @author liufan
19360
+ * @date 2022年9月29日
19351
19361
  **/
19352
19362
  toSendMsg: function toSendMsg(res) {
19353
19363
  var _this17 = this;
@@ -19361,11 +19371,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19361
19371
  }
19362
19372
  },
19363
19373
 
19364
- /**
19365
- * toTaskReadAndEnd
19366
- * @desc:分阅并办结
19367
- * @author liufan
19368
- * @date 2022年9月29日
19374
+ /**
19375
+ * toTaskReadAndEnd
19376
+ * @desc:分阅并办结
19377
+ * @author liufan
19378
+ * @date 2022年9月29日
19369
19379
  **/
19370
19380
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
19371
19381
  var _this18 = this;
@@ -19383,11 +19393,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19383
19393
  }
19384
19394
  },
19385
19395
 
19386
- /**
19387
- * rejectAndEnd
19388
- * @desc:驳回并办结
19389
- * @author liufan
19390
- * @date 2022年9月29日
19396
+ /**
19397
+ * rejectAndEnd
19398
+ * @desc:驳回并办结
19399
+ * @author liufan
19400
+ * @date 2022年9月29日
19391
19401
  **/
19392
19402
  rejectAndEnd: function rejectAndEnd(res) {
19393
19403
  var _this19 = this;
@@ -19442,11 +19452,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19442
19452
  });
19443
19453
  },
19444
19454
 
19445
- /**
19446
- * toTransfer
19447
- * @desc:转办
19448
- * @author liufan
19449
- * @date 2022年9月29日
19455
+ /**
19456
+ * toTransfer
19457
+ * @desc:转办
19458
+ * @author liufan
19459
+ * @date 2022年9月29日
19450
19460
  **/
19451
19461
  toTransfer: function toTransfer(res) {
19452
19462
  var _this21 = this;
@@ -19462,11 +19472,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19462
19472
  }
19463
19473
  },
19464
19474
 
19465
- /**
19466
- * getNodeInfo
19467
- * @desc:获取节点信息
19468
- * @author liufan
19469
- * @date 2022年5月25日
19475
+ /**
19476
+ * getNodeInfo
19477
+ * @desc:获取节点信息
19478
+ * @author liufan
19479
+ * @date 2022年5月25日
19470
19480
  **/
19471
19481
  getNodeInfo: function getNodeInfo() {
19472
19482
  var _this22 = this;
@@ -19565,12 +19575,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19565
19575
  });
19566
19576
  },
19567
19577
 
19568
- /**
19569
- * selecNext
19570
- * @desc:下步节点变化时更新数据
19571
- * @author liufan
19572
- * @param {String} val 当前选中值
19573
- * @date 2022年5月25日
19578
+ /**
19579
+ * selecNext
19580
+ * @desc:下步节点变化时更新数据
19581
+ * @author liufan
19582
+ * @param {String} val 当前选中值
19583
+ * @date 2022年5月25日
19574
19584
  **/
19575
19585
  selecNext: function selecNext(val, type, isDef) {
19576
19586
  var _this23 = this;
@@ -19679,11 +19689,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19679
19689
  if (isDef !== true) this.getNodeInfo();
19680
19690
  },
19681
19691
 
19682
- /**
19683
- * isMultiple
19684
- * @desc:是否多选
19685
- * @author liufan
19686
- * @date 2022年9月13日
19692
+ /**
19693
+ * isMultiple
19694
+ * @desc:是否多选
19695
+ * @author liufan
19696
+ * @date 2022年9月13日
19687
19697
  **/
19688
19698
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
19689
19699
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -19715,11 +19725,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19715
19725
  }
19716
19726
  },
19717
19727
 
19718
- /**
19719
- * getHedInfo
19720
- * @desc:获取审核页面数据
19721
- * @author liufan
19722
- * @date 2022年5月25日
19728
+ /**
19729
+ * getHedInfo
19730
+ * @desc:获取审核页面数据
19731
+ * @author liufan
19732
+ * @date 2022年5月25日
19723
19733
  **/
19724
19734
  getHedInfo: function getHedInfo() {
19725
19735
  var _this24 = this;
@@ -19955,13 +19965,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19955
19965
  });
19956
19966
  },
19957
19967
 
19958
- /**
19959
- * closeProcess
19960
- * @desc:关闭弹窗
19961
- * @author liufan
19962
- * @param {boolean} val 当前是否办理流程
19963
- * @param {String} type 当前点击的弹窗类型
19964
- * @date 2022年5月25日
19968
+ /**
19969
+ * closeProcess
19970
+ * @desc:关闭弹窗
19971
+ * @author liufan
19972
+ * @param {boolean} val 当前是否办理流程
19973
+ * @param {String} type 当前点击的弹窗类型
19974
+ * @date 2022年5月25日
19965
19975
  **/
19966
19976
  closeProcess: function closeProcess(val, type, closeParent) {
19967
19977
  if (closeParent) {
@@ -19978,23 +19988,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19978
19988
  }
19979
19989
  },
19980
19990
 
19981
- /**
19982
- * selectChange
19983
- * @desc:常用语选择
19984
- * @author liufan
19985
- * @param {String} val 选中值
19986
- * @date 2022年5月25日
19991
+ /**
19992
+ * selectChange
19993
+ * @desc:常用语选择
19994
+ * @author liufan
19995
+ * @param {String} val 选中值
19996
+ * @date 2022年5月25日
19987
19997
  **/
19988
19998
  selectChange: function selectChange(val) {
19989
19999
  this.value = val;
19990
20000
  },
19991
20001
 
19992
- /**
19993
- * upDate
19994
- * @desc:修改常用语
19995
- * @author liufan
19996
- * @param {Object} val 修改值
19997
- * @date 2022年5月25日
20002
+ /**
20003
+ * upDate
20004
+ * @desc:修改常用语
20005
+ * @author liufan
20006
+ * @param {Object} val 修改值
20007
+ * @date 2022年5月25日
19998
20008
  **/
19999
20009
  upDate: function upDate(val) {
20000
20010
  this.FormData.id = val.id;
@@ -20002,11 +20012,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20002
20012
  },
20003
20013
 
20004
20014
 
20005
- /**
20006
- * getProcess
20007
- * @desc:获取选择流程
20008
- * @author liufan
20009
- * @date 2022年5月25日
20015
+ /**
20016
+ * getProcess
20017
+ * @desc:获取选择流程
20018
+ * @author liufan
20019
+ * @date 2022年5月25日
20010
20020
  **/
20011
20021
  getProcess: function getProcess() {
20012
20022
  var _this25 = this;
@@ -20060,11 +20070,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20060
20070
  });
20061
20071
  },
20062
20072
 
20063
- /**
20064
- * getPendedhistoryList
20065
- * @desc:获取流程列表
20066
- * @author liufan
20067
- * @date 2022年5月25日
20073
+ /**
20074
+ * getPendedhistoryList
20075
+ * @desc:获取流程列表
20076
+ * @author liufan
20077
+ * @date 2022年5月25日
20068
20078
  **/
20069
20079
  getPendedhistoryList: function getPendedhistoryList() {
20070
20080
  var _this26 = this;
@@ -20096,12 +20106,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20096
20106
  },
20097
20107
 
20098
20108
  // 提交流程
20099
- /**
20100
- * subProcess
20101
- * @desc:提交流程
20102
- * @author liufan
20103
- * @param {String} formName 当前form表单ref值
20104
- * @date 2022年5月25日
20109
+ /**
20110
+ * subProcess
20111
+ * @desc:提交流程
20112
+ * @author liufan
20113
+ * @param {String} formName 当前form表单ref值
20114
+ * @date 2022年5月25日
20105
20115
  **/
20106
20116
  subProcess: function subProcess(val) {
20107
20117
  var _this27 = this;
@@ -20361,8 +20371,8 @@ var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
20361
20371
  )
20362
20372
 
20363
20373
  /* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
20364
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=3c874472&
20365
- var supervisevue_type_template_id_3c874472_render = function () {
20374
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=2b223e2a&
20375
+ var supervisevue_type_template_id_2b223e2a_render = function () {
20366
20376
  var _vm = this
20367
20377
  var _h = _vm.$createElement
20368
20378
  var _c = _vm._self._c || _h
@@ -20517,11 +20527,11 @@ var supervisevue_type_template_id_3c874472_render = function () {
20517
20527
  1
20518
20528
  )
20519
20529
  }
20520
- var supervisevue_type_template_id_3c874472_staticRenderFns = []
20521
- supervisevue_type_template_id_3c874472_render._withStripped = true
20530
+ var supervisevue_type_template_id_2b223e2a_staticRenderFns = []
20531
+ supervisevue_type_template_id_2b223e2a_render._withStripped = true
20522
20532
 
20523
20533
 
20524
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=3c874472&
20534
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=2b223e2a&
20525
20535
 
20526
20536
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
20527
20537
  var supervisevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -20662,6 +20672,12 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20662
20672
  if (res.rCode == 0) {
20663
20673
  _this2.nextNode = supervisevue_type_script_lang_js_extends({}, _this2.nextNode, res.results);
20664
20674
  _this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
20675
+ } else {
20676
+ _this2.$message({
20677
+ message: res.rMsg,
20678
+ type: 'error'
20679
+ });
20680
+ _this2.$emit('cancel');
20665
20681
  }
20666
20682
  });
20667
20683
  }
@@ -20679,8 +20695,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20679
20695
 
20680
20696
  var supervise_component = Object(componentNormalizer["a" /* default */])(
20681
20697
  src_supervisevue_type_script_lang_js_,
20682
- supervisevue_type_template_id_3c874472_render,
20683
- supervisevue_type_template_id_3c874472_staticRenderFns,
20698
+ supervisevue_type_template_id_2b223e2a_render,
20699
+ supervisevue_type_template_id_2b223e2a_staticRenderFns,
20684
20700
  false,
20685
20701
  null,
20686
20702
  null,
@@ -21551,6 +21567,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21551
21567
  //
21552
21568
  //
21553
21569
  //
21570
+ //
21554
21571
 
21555
21572
 
21556
21573
 
@@ -21763,7 +21780,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21763
21780
  mounted: function mounted() {
21764
21781
  this.businessIds = this.businessId;
21765
21782
  this.nextNode.nextNodeId = this.nextNodeId;
21766
- if (this.typeCode == 'supervise') return;
21783
+ if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
21767
21784
  this.getNodeType();
21768
21785
  !this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
21769
21786
  if (this.isFlow) {
@@ -22209,11 +22226,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22209
22226
  });
22210
22227
  },
22211
22228
 
22212
- /**
22213
- * saveInfo
22214
- * @desc:暂存
22215
- * @author liufan
22216
- * @date 2022年9月9日
22229
+ /**
22230
+ * saveInfo
22231
+ * @desc:暂存
22232
+ * @author liufan
22233
+ * @date 2022年9月9日
22217
22234
  **/
22218
22235
  saveInfo: function saveInfo(type, btn) {
22219
22236
  var _this8 = this;
@@ -22275,11 +22292,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22275
22292
  });
22276
22293
  },
22277
22294
 
22278
- /**
22279
- * rejectBtn
22280
- * @desc:点击驳回
22281
- * @author liufan
22282
- * @date 2022年5月25日
22295
+ /**
22296
+ * rejectBtn
22297
+ * @desc:点击驳回
22298
+ * @author liufan
22299
+ * @date 2022年5月25日
22283
22300
  **/
22284
22301
  rejectBtn: function rejectBtn() {
22285
22302
  var _this10 = this;
@@ -22297,11 +22314,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22297
22314
  }
22298
22315
  },
22299
22316
 
22300
- /**
22301
- * taskReadBtn
22302
- * @desc:点击分阅
22303
- * @author liufan
22304
- * @date 2022年5月25日
22317
+ /**
22318
+ * taskReadBtn
22319
+ * @desc:点击分阅
22320
+ * @author liufan
22321
+ * @date 2022年5月25日
22305
22322
  **/
22306
22323
  taskReadBtn: function taskReadBtn() {
22307
22324
  var _this11 = this;
@@ -22320,11 +22337,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22320
22337
  }
22321
22338
  },
22322
22339
 
22323
- /**
22324
- * getFind
22325
- * @desc:获取通知方式
22326
- * @author liufan
22327
- * @date 2022年5月25日
22340
+ /**
22341
+ * getFind
22342
+ * @desc:获取通知方式
22343
+ * @author liufan
22344
+ * @date 2022年5月25日
22328
22345
  **/
22329
22346
  getFind: function getFind() {
22330
22347
  var _this12 = this;
@@ -22390,12 +22407,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22390
22407
  });
22391
22408
  },
22392
22409
 
22393
- /**
22394
- * endFlows
22395
- * @desc:直接办结
22396
- * @author liufan
22397
- * @param {Object} res 直接办结数据
22398
- * @date 2022年5月25日
22410
+ /**
22411
+ * endFlows
22412
+ * @desc:直接办结
22413
+ * @author liufan
22414
+ * @param {Object} res 直接办结数据
22415
+ * @date 2022年5月25日
22399
22416
  **/
22400
22417
  endFlows: function endFlows(res) {
22401
22418
  var _this14 = this;
@@ -22449,12 +22466,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22449
22466
  }).catch(function (e) {});
22450
22467
  },
22451
22468
 
22452
- /**
22453
- * goView
22454
- * @desc:更多流程按钮操作
22455
- * @author liufan
22456
- * @param {Object} res 当前点击操作按钮数据
22457
- * @date 2022年5月25日
22469
+ /**
22470
+ * goView
22471
+ * @desc:更多流程按钮操作
22472
+ * @author liufan
22473
+ * @param {Object} res 当前点击操作按钮数据
22474
+ * @date 2022年5月25日
22458
22475
  **/
22459
22476
  goView: function goView(res) {
22460
22477
  // 驳回并办结:rejectAndEndHtml
@@ -22539,11 +22556,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22539
22556
  // isCanStartSubFlow
22540
22557
  },
22541
22558
 
22542
- /**
22543
- * toTakeAdvice
22544
- * @desc:征求意见
22545
- * @author liufan
22546
- * @date 2022年9月29日
22559
+ /**
22560
+ * toTakeAdvice
22561
+ * @desc:征求意见
22562
+ * @author liufan
22563
+ * @date 2022年9月29日
22547
22564
  **/
22548
22565
  toTakeAdvice: function toTakeAdvice(res) {
22549
22566
  var _this16 = this;
@@ -22587,11 +22604,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22587
22604
  });
22588
22605
  },
22589
22606
 
22590
- /**
22591
- * toStartDraf
22592
- * @desc: 稿件递送、联合审核、复核
22593
- * @author liufan
22594
- * @date 2022年9月29日
22607
+ /**
22608
+ * toStartDraf
22609
+ * @desc: 稿件递送、联合审核、复核
22610
+ * @author liufan
22611
+ * @date 2022年9月29日
22595
22612
  **/
22596
22613
  toStartDraf: function toStartDraf(res) {
22597
22614
  var _this18 = this;
@@ -22605,11 +22622,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22605
22622
  }
22606
22623
  },
22607
22624
 
22608
- /**
22609
- * toSendMsg
22610
- * @desc:核稿通知
22611
- * @author liufan
22612
- * @date 2022年9月29日
22625
+ /**
22626
+ * toSendMsg
22627
+ * @desc:核稿通知
22628
+ * @author liufan
22629
+ * @date 2022年9月29日
22613
22630
  **/
22614
22631
  toSendMsg: function toSendMsg(res) {
22615
22632
  var _this19 = this;
@@ -22623,11 +22640,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22623
22640
  }
22624
22641
  },
22625
22642
 
22626
- /**
22627
- * toTaskReadAndEnd
22628
- * @desc:分阅并办结
22629
- * @author liufan
22630
- * @date 2022年9月29日
22643
+ /**
22644
+ * toTaskReadAndEnd
22645
+ * @desc:分阅并办结
22646
+ * @author liufan
22647
+ * @date 2022年9月29日
22631
22648
  **/
22632
22649
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
22633
22650
  var _this20 = this;
@@ -22645,11 +22662,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22645
22662
  }
22646
22663
  },
22647
22664
 
22648
- /**
22649
- * rejectAndEnd
22650
- * @desc:驳回并办结
22651
- * @author liufan
22652
- * @date 2022年9月29日
22665
+ /**
22666
+ * rejectAndEnd
22667
+ * @desc:驳回并办结
22668
+ * @author liufan
22669
+ * @date 2022年9月29日
22653
22670
  **/
22654
22671
  rejectAndEnd: function rejectAndEnd(res) {
22655
22672
  var _this21 = this;
@@ -22704,11 +22721,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22704
22721
  });
22705
22722
  },
22706
22723
 
22707
- /**
22708
- * toTransfer
22709
- * @desc:转办
22710
- * @author liufan
22711
- * @date 2022年9月29日
22724
+ /**
22725
+ * toTransfer
22726
+ * @desc:转办
22727
+ * @author liufan
22728
+ * @date 2022年9月29日
22712
22729
  **/
22713
22730
  toTransfer: function toTransfer(res) {
22714
22731
  var _this23 = this;
@@ -22724,11 +22741,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22724
22741
  }
22725
22742
  },
22726
22743
 
22727
- /**
22728
- * getNodeInfo
22729
- * @desc:获取节点信息
22730
- * @author liufan
22731
- * @date 2022年5月25日
22744
+ /**
22745
+ * getNodeInfo
22746
+ * @desc:获取节点信息
22747
+ * @author liufan
22748
+ * @date 2022年5月25日
22732
22749
  **/
22733
22750
  getNodeInfo: function getNodeInfo() {
22734
22751
  var _this24 = this;
@@ -22828,12 +22845,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22828
22845
  });
22829
22846
  },
22830
22847
 
22831
- /**
22832
- * selecNext
22833
- * @desc:下步节点变化时更新数据
22834
- * @author liufan
22835
- * @param {String} val 当前选中值
22836
- * @date 2022年5月25日
22848
+ /**
22849
+ * selecNext
22850
+ * @desc:下步节点变化时更新数据
22851
+ * @author liufan
22852
+ * @param {String} val 当前选中值
22853
+ * @date 2022年5月25日
22837
22854
  **/
22838
22855
  selecNext: function selecNext(val, type, isDef) {
22839
22856
  var _this25 = this;
@@ -22865,6 +22882,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22865
22882
  this.nextNode.isSerialSubmit = 0;
22866
22883
  this.nodeInfos = [];
22867
22884
  this.operationList.forEach(function (item) {
22885
+ console.log(item, val, 'aaa');
22868
22886
  if (item.key === val) {
22869
22887
  if (!item.taskNodeList) {
22870
22888
  _this25.nodeInfos = [];
@@ -22942,11 +22960,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22942
22960
  if (isDef !== true) this.getNodeInfo();
22943
22961
  },
22944
22962
 
22945
- /**
22946
- * isMultiple
22947
- * @desc:是否多选
22948
- * @author liufan
22949
- * @date 2022年9月13日
22963
+ /**
22964
+ * isMultiple
22965
+ * @desc:是否多选
22966
+ * @author liufan
22967
+ * @date 2022年9月13日
22950
22968
  **/
22951
22969
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
22952
22970
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -22978,11 +22996,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22978
22996
  }
22979
22997
  },
22980
22998
 
22981
- /**
22982
- * getHedInfo
22983
- * @desc:获取审核页面数据
22984
- * @author liufan
22985
- * @date 2022年5月25日
22999
+ /**
23000
+ * getHedInfo
23001
+ * @desc:获取审核页面数据
23002
+ * @author liufan
23003
+ * @date 2022年5月25日
22986
23004
  **/
22987
23005
  getHedInfo: function getHedInfo() {
22988
23006
  var _this26 = this;
@@ -23077,7 +23095,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23077
23095
  _this26.nodeInfos = item.taskNodeList;
23078
23096
  }
23079
23097
  }
23080
- if (taskOperations.length == 1) {
23098
+ if (taskOperations.length > 0) {
23081
23099
  _this26.nodeInfos = [];
23082
23100
  _this26.nextNode.nextOperate = taskOperations[0].key;
23083
23101
  if (taskOperations[0].taskNodeList != null) {
@@ -23222,13 +23240,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23222
23240
  });
23223
23241
  },
23224
23242
 
23225
- /**
23226
- * closeProcess
23227
- * @desc:关闭弹窗
23228
- * @author liufan
23229
- * @param {boolean} val 当前是否办理流程
23230
- * @param {String} type 当前点击的弹窗类型
23231
- * @date 2022年5月25日
23243
+ /**
23244
+ * closeProcess
23245
+ * @desc:关闭弹窗
23246
+ * @author liufan
23247
+ * @param {boolean} val 当前是否办理流程
23248
+ * @param {String} type 当前点击的弹窗类型
23249
+ * @date 2022年5月25日
23232
23250
  **/
23233
23251
  closeProcess: function closeProcess(val, type, closeParent) {
23234
23252
  if (closeParent) {
@@ -23245,23 +23263,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23245
23263
  }
23246
23264
  },
23247
23265
 
23248
- /**
23249
- * selectChange
23250
- * @desc:常用语选择
23251
- * @author liufan
23252
- * @param {String} val 选中值
23253
- * @date 2022年5月25日
23266
+ /**
23267
+ * selectChange
23268
+ * @desc:常用语选择
23269
+ * @author liufan
23270
+ * @param {String} val 选中值
23271
+ * @date 2022年5月25日
23254
23272
  **/
23255
23273
  selectChange: function selectChange(val) {
23256
23274
  this.value = val;
23257
23275
  },
23258
23276
 
23259
- /**
23260
- * upDate
23261
- * @desc:修改常用语
23262
- * @author liufan
23263
- * @param {Object} val 修改值
23264
- * @date 2022年5月25日
23277
+ /**
23278
+ * upDate
23279
+ * @desc:修改常用语
23280
+ * @author liufan
23281
+ * @param {Object} val 修改值
23282
+ * @date 2022年5月25日
23265
23283
  **/
23266
23284
  upDate: function upDate(val) {
23267
23285
  this.FormData.id = val.id;
@@ -23269,11 +23287,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23269
23287
  },
23270
23288
 
23271
23289
 
23272
- /**
23273
- * getProcess
23274
- * @desc:获取选择流程
23275
- * @author liufan
23276
- * @date 2022年5月25日
23290
+ /**
23291
+ * getProcess
23292
+ * @desc:获取选择流程
23293
+ * @author liufan
23294
+ * @date 2022年5月25日
23277
23295
  **/
23278
23296
  getProcess: function getProcess(val) {
23279
23297
  var _this27 = this;
@@ -23325,11 +23343,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23325
23343
  });
23326
23344
  },
23327
23345
 
23328
- /**
23329
- * getPendedhistoryList
23330
- * @desc:获取流程列表
23331
- * @author liufan
23332
- * @date 2022年5月25日
23346
+ /**
23347
+ * getPendedhistoryList
23348
+ * @desc:获取流程列表
23349
+ * @author liufan
23350
+ * @date 2022年5月25日
23333
23351
  **/
23334
23352
  getPendedhistoryList: function getPendedhistoryList() {
23335
23353
  var _this28 = this;
@@ -23397,12 +23415,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23397
23415
  },
23398
23416
 
23399
23417
  // 提交流程
23400
- /**
23401
- * subProcess
23402
- * @desc:提交流程
23403
- * @author liufan
23404
- * @param {String} formName 当前form表单ref值
23405
- * @date 2022年5月25日
23418
+ /**
23419
+ * subProcess
23420
+ * @desc:提交流程
23421
+ * @author liufan
23422
+ * @param {String} formName 当前form表单ref值
23423
+ * @date 2022年5月25日
23406
23424
  **/
23407
23425
  subProcess: function subProcess(val, type) {
23408
23426
  var _this30 = this;