eoss-ui 0.8.2 → 0.8.3

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 (229) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +677 -663
  3. package/lib/flow.js +142 -128
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +283 -283
  6. package/lib/qr-code.js +13 -13
  7. package/lib/theme-chalk/index.css +1 -1
  8. package/lib/theme-chalk/login.css +1 -1
  9. package/package.json +1 -1
  10. package/packages/button/index.js +5 -5
  11. package/packages/button/src/main.vue +418 -418
  12. package/packages/button-group/index.js +5 -5
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/calogin/index.js +5 -5
  15. package/packages/calogin/src/plugin.js +915 -915
  16. package/packages/card/index.js +5 -5
  17. package/packages/card/src/main.vue +156 -156
  18. package/packages/cascader/index.js +5 -5
  19. package/packages/cascader/src/main.vue +168 -168
  20. package/packages/checkbox-group/index.js +5 -5
  21. package/packages/checkbox-group/src/main.vue +333 -333
  22. package/packages/clients/index.js +5 -5
  23. package/packages/data-table/index.js +5 -5
  24. package/packages/data-table/src/children.vue +46 -46
  25. package/packages/data-table/src/main.vue +1847 -1847
  26. package/packages/data-table/src/sizer.vue +195 -195
  27. package/packages/data-table-form/index.js +5 -5
  28. package/packages/data-table-form/src/checkbox.vue +101 -101
  29. package/packages/data-table-form/src/colgroup.vue +17 -17
  30. package/packages/data-table-form/src/main.vue +181 -181
  31. package/packages/data-table-form/src/radio.vue +65 -65
  32. package/packages/data-table-form/src/table.vue +233 -233
  33. package/packages/data-table-form/src/tbody.vue +336 -336
  34. package/packages/data-table-form/src/thead.vue +68 -68
  35. package/packages/date-picker/index.js +5 -5
  36. package/packages/date-picker/src/main.vue +236 -236
  37. package/packages/dialog/index.js +5 -5
  38. package/packages/enable-drag/index.js +5 -5
  39. package/packages/enterprise/index.js +5 -5
  40. package/packages/enterprise/src/main.vue +66 -66
  41. package/packages/error-page/index.js +5 -5
  42. package/packages/error-page/src/main.vue +44 -44
  43. package/packages/flow/index.js +5 -5
  44. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  45. package/packages/flow/src/component/TimeLimit.vue +190 -190
  46. package/packages/flow/src/main.vue +4165 -4146
  47. package/packages/flow-group/index.js +5 -5
  48. package/packages/flow-group/src/main.vue +750 -750
  49. package/packages/flow-list/index.js +5 -5
  50. package/packages/form/index.js +5 -5
  51. package/packages/handle-user/index.js +5 -5
  52. package/packages/handle-user/src/main.vue +137 -137
  53. package/packages/handler/index.js +5 -5
  54. package/packages/handler/src/main.vue +499 -499
  55. package/packages/icon/index.js +5 -5
  56. package/packages/icons/index.js +5 -5
  57. package/packages/icons/src/main.vue +81 -81
  58. package/packages/input/index.js +5 -5
  59. package/packages/input/src/main.vue +356 -356
  60. package/packages/input-number/index.js +5 -5
  61. package/packages/input-number/src/main.vue +106 -106
  62. package/packages/label/index.js +5 -5
  63. package/packages/label/src/main.vue +457 -457
  64. package/packages/layout/index.js +5 -5
  65. package/packages/layout/src/item.vue +152 -152
  66. package/packages/layout/src/main.vue +31 -31
  67. package/packages/login/index.js +5 -5
  68. package/packages/login/src/main.vue +2088 -2088
  69. package/packages/main/index.js +5 -5
  70. package/packages/main/src/default/message.vue +249 -249
  71. package/packages/main/src/default/notice.vue +157 -157
  72. package/packages/main/src/default/userinfo.vue +513 -513
  73. package/packages/main/src/simplicity/index.vue +2335 -2335
  74. package/packages/main/src/simplicity/lists.vue +84 -84
  75. package/packages/main/src/simplicity/router-page.vue +45 -45
  76. package/packages/main/src/simplicity/userinfo.vue +408 -408
  77. package/packages/main/src/simplicityTop/index.vue +2625 -2625
  78. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  79. package/packages/menu/index.js +5 -5
  80. package/packages/nav/index.js +5 -5
  81. package/packages/notify/index.js +5 -5
  82. package/packages/notify/src/main.vue +538 -538
  83. package/packages/page/index.js +5 -5
  84. package/packages/page/src/main.vue +167 -167
  85. package/packages/pagination/index.js +5 -5
  86. package/packages/pagination/src/main.vue +96 -96
  87. package/packages/player/index.js +5 -5
  88. package/packages/player/src/main.vue +194 -194
  89. package/packages/qr-code/index.js +5 -5
  90. package/packages/qr-code/src/main.vue +170 -170
  91. package/packages/radio-group/index.js +6 -6
  92. package/packages/radio-group/src/main.vue +319 -319
  93. package/packages/retrial-auth/index.js +5 -5
  94. package/packages/retrial-auth/src/main.vue +299 -299
  95. package/packages/select/index.js +5 -5
  96. package/packages/select-ganged/index.js +5 -5
  97. package/packages/select-ganged/src/main.vue +724 -724
  98. package/packages/selector/index.js +5 -5
  99. package/packages/selector-panel/index.js +5 -5
  100. package/packages/selector-panel/src/tree.vue +129 -129
  101. package/packages/sizer/index.js +5 -5
  102. package/packages/sizer/src/main.vue +254 -254
  103. package/packages/steps/index.js +5 -5
  104. package/packages/steps/src/main.vue +181 -181
  105. package/packages/switch/index.js +5 -5
  106. package/packages/table-form/index.js +5 -5
  107. package/packages/tabs/index.js +5 -5
  108. package/packages/tabs/src/main.vue +788 -788
  109. package/packages/tabs-panel/index.js +5 -5
  110. package/packages/tabs-panel/src/main.vue +29 -29
  111. package/packages/theme-chalk/gulpfile.js +25 -0
  112. package/packages/theme-chalk/src/base.scss +261 -261
  113. package/packages/theme-chalk/src/button-group.scss +176 -176
  114. package/packages/theme-chalk/src/button.scss +24 -24
  115. package/packages/theme-chalk/src/calendar.scss +113 -113
  116. package/packages/theme-chalk/src/card.scss +99 -99
  117. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  118. package/packages/theme-chalk/src/clients.scss +87 -87
  119. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  120. package/packages/theme-chalk/src/date-picker.scss +7 -7
  121. package/packages/theme-chalk/src/dialog.scss +77 -77
  122. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  123. package/packages/theme-chalk/src/enterprise.scss +5 -5
  124. package/packages/theme-chalk/src/error-page.scss +18 -18
  125. package/packages/theme-chalk/src/flow-group.scss +110 -110
  126. package/packages/theme-chalk/src/handle-user.scss +40 -40
  127. package/packages/theme-chalk/src/icons.scss +99 -99
  128. package/packages/theme-chalk/src/input.scss +9 -9
  129. package/packages/theme-chalk/src/label.scss +24 -24
  130. package/packages/theme-chalk/src/layout.scss +46 -46
  131. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  132. package/packages/theme-chalk/src/nav.scss +111 -111
  133. package/packages/theme-chalk/src/page.scss +3 -3
  134. package/packages/theme-chalk/src/pagination.scss +29 -29
  135. package/packages/theme-chalk/src/player.scss +9 -9
  136. package/packages/theme-chalk/src/qr-code.scss +17 -17
  137. package/packages/theme-chalk/src/radio-group.scss +9 -9
  138. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  139. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  140. package/packages/theme-chalk/src/select.scss +8 -8
  141. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  142. package/packages/theme-chalk/src/sizer.scss +36 -36
  143. package/packages/theme-chalk/src/steps.scss +88 -88
  144. package/packages/theme-chalk/src/switch.scss +3 -3
  145. package/packages/theme-chalk/src/table-form.scss +1 -1
  146. package/packages/theme-chalk/src/tabs.scss +87 -87
  147. package/packages/theme-chalk/src/tips.scss +7 -7
  148. package/packages/theme-chalk/src/toolbar.scss +179 -179
  149. package/packages/theme-chalk/src/tree-group.scss +72 -72
  150. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  151. package/packages/tips/index.js +5 -5
  152. package/packages/toolbar/index.js +5 -5
  153. package/packages/tree/index.js +5 -5
  154. package/packages/tree-group/index.js +5 -5
  155. package/packages/upload/index.js +5 -5
  156. package/packages/upload/src/main.vue +1344 -1344
  157. package/packages/upload/src/picture.js +15 -15
  158. package/packages/wujie/index.js +5 -5
  159. package/packages/wxlogin/index.js +5 -5
  160. package/packages/wxlogin/src/main.vue +128 -128
  161. package/src/config/image.js +2 -2
  162. package/src/index.js +1 -1
  163. package/src/utils/bus.js +3 -3
  164. package/src/utils/date-util.js +312 -312
  165. package/src/utils/http.js +50 -50
  166. package/src/utils/store.js +21 -21
  167. package/src/utils/webSocket.js +107 -107
  168. package/packages/theme-chalk/lib/base.css +0 -1
  169. package/packages/theme-chalk/lib/button-group.css +0 -1
  170. package/packages/theme-chalk/lib/button.css +0 -1
  171. package/packages/theme-chalk/lib/calendar.css +0 -1
  172. package/packages/theme-chalk/lib/calogin.css +0 -0
  173. package/packages/theme-chalk/lib/card.css +0 -1
  174. package/packages/theme-chalk/lib/cascader.css +0 -0
  175. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  176. package/packages/theme-chalk/lib/clients.css +0 -1
  177. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  178. package/packages/theme-chalk/lib/data-table.css +0 -1
  179. package/packages/theme-chalk/lib/date-picker.css +0 -1
  180. package/packages/theme-chalk/lib/dialog.css +0 -1
  181. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  182. package/packages/theme-chalk/lib/enterprise.css +0 -1
  183. package/packages/theme-chalk/lib/error-page.css +0 -1
  184. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  185. package/packages/theme-chalk/lib/flow-group.css +0 -1
  186. package/packages/theme-chalk/lib/flow-list.css +0 -1
  187. package/packages/theme-chalk/lib/flow.css +0 -1
  188. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  189. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  190. package/packages/theme-chalk/lib/form.css +0 -1
  191. package/packages/theme-chalk/lib/handle-user.css +0 -1
  192. package/packages/theme-chalk/lib/handler.css +0 -1
  193. package/packages/theme-chalk/lib/icon.css +0 -1
  194. package/packages/theme-chalk/lib/icons.css +0 -1
  195. package/packages/theme-chalk/lib/index.css +0 -1
  196. package/packages/theme-chalk/lib/input-number.css +0 -0
  197. package/packages/theme-chalk/lib/input.css +0 -1
  198. package/packages/theme-chalk/lib/label.css +0 -1
  199. package/packages/theme-chalk/lib/layout.css +0 -1
  200. package/packages/theme-chalk/lib/login.css +0 -1
  201. package/packages/theme-chalk/lib/main.css +0 -1
  202. package/packages/theme-chalk/lib/menu.css +0 -1
  203. package/packages/theme-chalk/lib/nav.css +0 -1
  204. package/packages/theme-chalk/lib/notify.css +0 -0
  205. package/packages/theme-chalk/lib/page.css +0 -1
  206. package/packages/theme-chalk/lib/pagination.css +0 -1
  207. package/packages/theme-chalk/lib/player.css +0 -1
  208. package/packages/theme-chalk/lib/qr-code.css +0 -1
  209. package/packages/theme-chalk/lib/radio-group.css +0 -1
  210. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  211. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  212. package/packages/theme-chalk/lib/select.css +0 -1
  213. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  214. package/packages/theme-chalk/lib/selector.css +0 -1
  215. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  216. package/packages/theme-chalk/lib/simplicity.css +0 -1
  217. package/packages/theme-chalk/lib/sizer.css +0 -1
  218. package/packages/theme-chalk/lib/steps.css +0 -1
  219. package/packages/theme-chalk/lib/switch.css +0 -1
  220. package/packages/theme-chalk/lib/table-form.css +0 -0
  221. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  222. package/packages/theme-chalk/lib/tabs.css +0 -1
  223. package/packages/theme-chalk/lib/tips.css +0 -1
  224. package/packages/theme-chalk/lib/toolbar.css +0 -1
  225. package/packages/theme-chalk/lib/tree-group.css +0 -1
  226. package/packages/theme-chalk/lib/tree.css +0 -1
  227. package/packages/theme-chalk/lib/upload.css +0 -1
  228. package/packages/theme-chalk/lib/wujie.css +0 -0
  229. package/packages/theme-chalk/lib/wxlogin.css +0 -1
package/lib/flow.js CHANGED
@@ -4827,7 +4827,7 @@ module.exports = require("vuedraggable");
4827
4827
  // ESM COMPAT FLAG
4828
4828
  __webpack_require__.r(__webpack_exports__);
4829
4829
 
4830
- // 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=5f7f1248&
4830
+ // 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=6a1416d2&
4831
4831
  var render = function () {
4832
4832
  var _vm = this
4833
4833
  var _h = _vm.$createElement
@@ -6999,7 +6999,8 @@ var render = function () {
6999
6999
  : _vm._e(),
7000
7000
  (_vm.nodeInfos.length > 0 ||
7001
7001
  _vm.nodeInfo.option.length > 0 ||
7002
- _vm.operationList.length > 0) &&
7002
+ _vm.operationList.length > 0 ||
7003
+ _vm.endFlow) &&
7003
7004
  _vm.btnList.length <= 2
7004
7005
  ? _c(
7005
7006
  "div",
@@ -7849,7 +7850,7 @@ var staticRenderFns = []
7849
7850
  render._withStripped = true
7850
7851
 
7851
7852
 
7852
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f7f1248&
7853
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6a1416d2&
7853
7854
 
7854
7855
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7855
7856
  var regenerator_ = __webpack_require__(4);
@@ -25473,6 +25474,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25473
25474
  //
25474
25475
  //
25475
25476
  //
25477
+ //
25476
25478
 
25477
25479
 
25478
25480
 
@@ -26368,11 +26370,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26368
26370
  });
26369
26371
  },
26370
26372
 
26371
- /**
26372
- * saveInfo
26373
- * @desc:暂存
26374
- * @author liufan
26375
- * @date 2022年9月9日
26373
+ /**
26374
+ * saveInfo
26375
+ * @desc:暂存
26376
+ * @author liufan
26377
+ * @date 2022年9月9日
26376
26378
  **/
26377
26379
  saveInfo: function saveInfo(type, btn) {
26378
26380
  var _this13 = this;
@@ -26434,11 +26436,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26434
26436
  });
26435
26437
  },
26436
26438
 
26437
- /**
26438
- * rejectBtn
26439
- * @desc:点击驳回
26440
- * @author liufan
26441
- * @date 2022年5月25日
26439
+ /**
26440
+ * rejectBtn
26441
+ * @desc:点击驳回
26442
+ * @author liufan
26443
+ * @date 2022年5月25日
26442
26444
  **/
26443
26445
  rejectBtn: function rejectBtn() {
26444
26446
  var _this15 = this;
@@ -26456,11 +26458,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26456
26458
  }
26457
26459
  },
26458
26460
 
26459
- /**
26460
- * taskReadBtn
26461
- * @desc:点击分阅
26462
- * @author liufan
26463
- * @date 2022年5月25日
26461
+ /**
26462
+ * taskReadBtn
26463
+ * @desc:点击分阅
26464
+ * @author liufan
26465
+ * @date 2022年5月25日
26464
26466
  **/
26465
26467
  taskReadBtn: function taskReadBtn() {
26466
26468
  var _this16 = this;
@@ -26479,11 +26481,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26479
26481
  }
26480
26482
  },
26481
26483
 
26482
- /**
26483
- * getFind
26484
- * @desc:获取通知方式
26485
- * @author liufan
26486
- * @date 2022年5月25日
26484
+ /**
26485
+ * getFind
26486
+ * @desc:获取通知方式
26487
+ * @author liufan
26488
+ * @date 2022年5月25日
26487
26489
  **/
26488
26490
  getFind: function getFind() {
26489
26491
  var _this17 = this;
@@ -26549,12 +26551,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26549
26551
  });
26550
26552
  },
26551
26553
 
26552
- /**
26553
- * endFlows
26554
- * @desc:直接办结
26555
- * @author liufan
26556
- * @param {Object} res 直接办结数据
26557
- * @date 2022年5月25日
26554
+ /**
26555
+ * endFlows
26556
+ * @desc:直接办结
26557
+ * @author liufan
26558
+ * @param {Object} res 直接办结数据
26559
+ * @date 2022年5月25日
26558
26560
  **/
26559
26561
  endFlows: function endFlows(res) {
26560
26562
  var _this19 = this;
@@ -26609,12 +26611,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26609
26611
  }).catch(function (e) {});
26610
26612
  },
26611
26613
 
26612
- /**
26613
- * goView
26614
- * @desc:更多流程按钮操作
26615
- * @author liufan
26616
- * @param {Object} res 当前点击操作按钮数据
26617
- * @date 2022年5月25日
26614
+ /**
26615
+ * goView
26616
+ * @desc:更多流程按钮操作
26617
+ * @author liufan
26618
+ * @param {Object} res 当前点击操作按钮数据
26619
+ * @date 2022年5月25日
26618
26620
  **/
26619
26621
  goView: function goView(res) {
26620
26622
  // 驳回并办结:rejectAndEndHtml
@@ -26701,11 +26703,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26701
26703
  // isCanStartSubFlow
26702
26704
  },
26703
26705
 
26704
- /**
26705
- * toTakeAdvice
26706
- * @desc:征求意见
26707
- * @author liufan
26708
- * @date 2022年9月29日
26706
+ /**
26707
+ * toTakeAdvice
26708
+ * @desc:征求意见
26709
+ * @author liufan
26710
+ * @date 2022年9月29日
26709
26711
  **/
26710
26712
  toTakeAdvice: function toTakeAdvice(res) {
26711
26713
  var _this21 = this;
@@ -26749,11 +26751,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26749
26751
  });
26750
26752
  },
26751
26753
 
26752
- /**
26753
- * toStartDraf
26754
- * @desc: 稿件递送、联合审核、复核
26755
- * @author liufan
26756
- * @date 2022年9月29日
26754
+ /**
26755
+ * toStartDraf
26756
+ * @desc: 稿件递送、联合审核、复核
26757
+ * @author liufan
26758
+ * @date 2022年9月29日
26757
26759
  **/
26758
26760
  toStartDraf: function toStartDraf(res) {
26759
26761
  var _this23 = this;
@@ -26767,11 +26769,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26767
26769
  }
26768
26770
  },
26769
26771
 
26770
- /**
26771
- * toSendMsg
26772
- * @desc:核稿通知
26773
- * @author liufan
26774
- * @date 2022年9月29日
26772
+ /**
26773
+ * toSendMsg
26774
+ * @desc:核稿通知
26775
+ * @author liufan
26776
+ * @date 2022年9月29日
26775
26777
  **/
26776
26778
  toSendMsg: function toSendMsg(res) {
26777
26779
  var _this24 = this;
@@ -26785,11 +26787,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26785
26787
  }
26786
26788
  },
26787
26789
 
26788
- /**
26789
- * toTaskReadAndEnd
26790
- * @desc:分阅并办结
26791
- * @author liufan
26792
- * @date 2022年9月29日
26790
+ /**
26791
+ * toTaskReadAndEnd
26792
+ * @desc:分阅并办结
26793
+ * @author liufan
26794
+ * @date 2022年9月29日
26793
26795
  **/
26794
26796
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
26795
26797
  var _this25 = this;
@@ -26807,11 +26809,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26807
26809
  }
26808
26810
  },
26809
26811
 
26810
- /**
26811
- * rejectAndEnd
26812
- * @desc:驳回并办结
26813
- * @author liufan
26814
- * @date 2022年9月29日
26812
+ /**
26813
+ * rejectAndEnd
26814
+ * @desc:驳回并办结
26815
+ * @author liufan
26816
+ * @date 2022年9月29日
26815
26817
  **/
26816
26818
  rejectAndEnd: function rejectAndEnd(res) {
26817
26819
  var _this26 = this;
@@ -26867,11 +26869,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26867
26869
  });
26868
26870
  },
26869
26871
 
26870
- /**
26871
- * toTransfer
26872
- * @desc:转办
26873
- * @author liufan
26874
- * @date 2022年9月29日
26872
+ /**
26873
+ * toTransfer
26874
+ * @desc:转办
26875
+ * @author liufan
26876
+ * @date 2022年9月29日
26875
26877
  **/
26876
26878
  toTransfer: function toTransfer(res) {
26877
26879
  var _this28 = this;
@@ -26890,11 +26892,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26890
26892
  this.nextNode.customLimitTime = val;
26891
26893
  },
26892
26894
 
26893
- /**
26894
- * getNodeInfo
26895
- * @desc:获取节点信息
26896
- * @author liufan
26897
- * @date 2022年5月25日
26895
+ /**
26896
+ * getNodeInfo
26897
+ * @desc:获取节点信息
26898
+ * @author liufan
26899
+ * @date 2022年5月25日
26898
26900
  **/
26899
26901
  getNodeInfo: function getNodeInfo() {
26900
26902
  var _this29 = this;
@@ -27005,22 +27007,24 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27005
27007
  });
27006
27008
  },
27007
27009
 
27008
- /**
27009
- * selecNext
27010
- * @desc:下步节点变化时更新数据
27011
- * @author liufan
27012
- * @param {String} val 当前选中值
27013
- * @date 2022年5月25日
27010
+ /**
27011
+ * selecNext
27012
+ * @desc:下步节点变化时更新数据
27013
+ * @author liufan
27014
+ * @param {String} val 当前选中值
27015
+ * @date 2022年5月25日
27014
27016
  **/
27015
27017
  selecNext: function selecNext(val, type, isDef) {
27016
27018
  var _this30 = this;
27017
27019
 
27018
- console.log(val, 'selecNext');
27019
27020
  var isNextNode = false;
27020
- if (type) {
27021
- isNextNode = this.operationList.filter(function (x) {
27021
+ if (type && val && this.operationList.length > 0) {
27022
+ var arr = this.operationList.filter(function (x) {
27022
27023
  return x.key == val;
27023
- })[0].isNextNode;
27024
+ });
27025
+ if (arr.length > 0) {
27026
+ isNextNode = arr[0].isNextNode;
27027
+ }
27024
27028
  }
27025
27029
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
27026
27030
  if (this.multiple) {
@@ -27044,7 +27048,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27044
27048
  this.isShowNode = false;
27045
27049
  this.isMainSubProcess = false;
27046
27050
  this.isNodeShowProcess = false;
27047
- this.endFlow = false;
27051
+ if (!isDef) {
27052
+ this.endFlow = false;
27053
+ }
27048
27054
  this.nextNode.nextNodeId = '';
27049
27055
  this.nextNode.isReturnSubmitter = 0;
27050
27056
  this.nextNode.isUndertakeReply = 0;
@@ -27139,15 +27145,18 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27139
27145
  return;
27140
27146
  } else {}
27141
27147
  }
27142
-
27143
- this.getNodeInfo();
27148
+ if (this.endFlow && isDef) {
27149
+ this.loading.close();
27150
+ } else {
27151
+ this.getNodeInfo();
27152
+ }
27144
27153
  },
27145
27154
 
27146
- /**
27147
- * isMultiple
27148
- * @desc:是否多选
27149
- * @author liufan
27150
- * @date 2022年9月13日
27155
+ /**
27156
+ * isMultiple
27157
+ * @desc:是否多选
27158
+ * @author liufan
27159
+ * @date 2022年9月13日
27151
27160
  **/
27152
27161
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
27153
27162
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -27179,11 +27188,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27179
27188
  }
27180
27189
  },
27181
27190
 
27182
- /**
27183
- * getHedInfo
27184
- * @desc:获取审核页面数据
27185
- * @author liufan
27186
- * @date 2022年5月25日
27191
+ /**
27192
+ * getHedInfo
27193
+ * @desc:获取审核页面数据
27194
+ * @author liufan
27195
+ * @date 2022年5月25日
27187
27196
  **/
27188
27197
  getHedInfo: function getHedInfo() {
27189
27198
  var _this31 = this;
@@ -27325,7 +27334,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27325
27334
  if (!_this31.isFlow) _this31.getFile(_this31.pendingId, attachedCode);
27326
27335
  if (nextNodeList && nextNodeList.length != 0) {
27327
27336
  _this31.nextNodeList = nextNodeList;
27337
+ if (nextNodeList[0].nodeType === 'endEvent') {
27338
+ _this31.isNextUser = nextNodeList[0].nodeType != 'endEvent';
27339
+ nextNodeList[0].nodeType === 'endEvent' ? _this31.endFlow = true : '';
27340
+ }
27328
27341
  }
27342
+
27329
27343
  if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this31.removeUsers = canRemoveSignUserList;
27330
27344
  if (taskOperations && taskOperations.length != 0) {
27331
27345
  var isSelected = false;
@@ -27494,13 +27508,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27494
27508
  });
27495
27509
  },
27496
27510
 
27497
- /**
27498
- * closeProcess
27499
- * @desc:关闭弹窗
27500
- * @author liufan
27501
- * @param {boolean} val 当前是否办理流程
27502
- * @param {String} type 当前点击的弹窗类型
27503
- * @date 2022年5月25日
27511
+ /**
27512
+ * closeProcess
27513
+ * @desc:关闭弹窗
27514
+ * @author liufan
27515
+ * @param {boolean} val 当前是否办理流程
27516
+ * @param {String} type 当前点击的弹窗类型
27517
+ * @date 2022年5月25日
27504
27518
  **/
27505
27519
  closeProcess: function closeProcess(val, type, closeParent) {
27506
27520
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -27520,23 +27534,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27520
27534
  }
27521
27535
  },
27522
27536
 
27523
- /**
27524
- * selectChange
27525
- * @desc:常用语选择
27526
- * @author liufan
27527
- * @param {String} val 选中值
27528
- * @date 2022年5月25日
27537
+ /**
27538
+ * selectChange
27539
+ * @desc:常用语选择
27540
+ * @author liufan
27541
+ * @param {String} val 选中值
27542
+ * @date 2022年5月25日
27529
27543
  **/
27530
27544
  selectChange: function selectChange(val) {
27531
27545
  this.value = val;
27532
27546
  },
27533
27547
 
27534
- /**
27535
- * upDate
27536
- * @desc:修改常用语
27537
- * @author liufan
27538
- * @param {Object} val 修改值
27539
- * @date 2022年5月25日
27548
+ /**
27549
+ * upDate
27550
+ * @desc:修改常用语
27551
+ * @author liufan
27552
+ * @param {Object} val 修改值
27553
+ * @date 2022年5月25日
27540
27554
  **/
27541
27555
  upDate: function upDate(val) {
27542
27556
  this.FormData.id = val.id;
@@ -27544,11 +27558,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27544
27558
  },
27545
27559
 
27546
27560
 
27547
- /**
27548
- * getProcess
27549
- * @desc:获取选择流程
27550
- * @author liufan
27551
- * @date 2022年5月25日
27561
+ /**
27562
+ * getProcess
27563
+ * @desc:获取选择流程
27564
+ * @author liufan
27565
+ * @date 2022年5月25日
27552
27566
  **/
27553
27567
  getProcess: function getProcess(val) {
27554
27568
  var _this32 = this;
@@ -27608,11 +27622,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27608
27622
  });
27609
27623
  },
27610
27624
 
27611
- /**
27612
- * getPendedhistoryList
27613
- * @desc:获取流程列表
27614
- * @author liufan
27615
- * @date 2022年5月25日
27625
+ /**
27626
+ * getPendedhistoryList
27627
+ * @desc:获取流程列表
27628
+ * @author liufan
27629
+ * @date 2022年5月25日
27616
27630
  **/
27617
27631
  getPendedhistoryList: function getPendedhistoryList() {
27618
27632
  var _this33 = this;
@@ -27683,12 +27697,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27683
27697
  beforeSubProcess: function beforeSubProcess() {},
27684
27698
 
27685
27699
  // 提交流程
27686
- /**
27687
- * subProcess
27688
- * @desc:提交流程
27689
- * @author liufan
27690
- * @param {String} formName 当前form表单ref值
27691
- * @date 2022年5月25日
27700
+ /**
27701
+ * subProcess
27702
+ * @desc:提交流程
27703
+ * @author liufan
27704
+ * @param {String} formName 当前form表单ref值
27705
+ * @date 2022年5月25日
27692
27706
  **/
27693
27707
  subProcess: function subProcess(val, type) {
27694
27708
  var _this35 = this;