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