eoss-ui 0.7.86 → 0.7.88

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 (226) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +564 -518
  3. package/lib/flow-list.js +123 -93
  4. package/lib/flow.js +151 -147
  5. package/lib/handler.js +10 -3
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +16 -11
  8. package/lib/qr-code.js +13 -13
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/lib/theme-chalk/login.css +1 -1
  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 +39 -39
  27. package/packages/data-table/src/sizer.vue +195 -195
  28. package/packages/data-table-form/index.js +5 -5
  29. package/packages/data-table-form/src/checkbox.vue +101 -101
  30. package/packages/data-table-form/src/colgroup.vue +17 -17
  31. package/packages/data-table-form/src/main.vue +181 -181
  32. package/packages/data-table-form/src/radio.vue +65 -65
  33. package/packages/data-table-form/src/table.vue +233 -233
  34. package/packages/data-table-form/src/tbody.vue +336 -336
  35. package/packages/data-table-form/src/thead.vue +68 -68
  36. package/packages/date-picker/index.js +5 -5
  37. package/packages/date-picker/src/main.vue +236 -236
  38. package/packages/dialog/index.js +5 -5
  39. package/packages/enable-drag/index.js +5 -5
  40. package/packages/enterprise/index.js +5 -5
  41. package/packages/enterprise/src/main.vue +66 -66
  42. package/packages/error-page/index.js +5 -5
  43. package/packages/error-page/src/main.vue +44 -44
  44. package/packages/flow/index.js +5 -5
  45. package/packages/flow/src/component/TimeLimit.vue +190 -190
  46. package/packages/flow/src/component/taskUnionExamine.vue +1 -1
  47. package/packages/flow/src/main.vue +4144 -4139
  48. package/packages/flow/src/processForm.vue +9 -0
  49. package/packages/flow/src/selectUser.vue +1 -5
  50. package/packages/flow-group/index.js +5 -5
  51. package/packages/flow-list/index.js +5 -5
  52. package/packages/flow-list/src/main.vue +36 -5
  53. package/packages/form/index.js +5 -5
  54. package/packages/handle-user/index.js +5 -5
  55. package/packages/handler/index.js +5 -5
  56. package/packages/handler/src/main.vue +497 -496
  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/main/index.js +5 -5
  71. package/packages/main/src/default/index.vue +3 -2
  72. package/packages/main/src/default/message.vue +249 -249
  73. package/packages/main/src/default/notice.vue +157 -157
  74. package/packages/main/src/main.vue +1 -0
  75. package/packages/main/src/simplicity/lists.vue +84 -84
  76. package/packages/main/src/simplicity/router-page.vue +45 -45
  77. package/packages/menu/index.js +5 -5
  78. package/packages/nav/index.js +5 -5
  79. package/packages/notify/index.js +5 -5
  80. package/packages/notify/src/main.vue +538 -538
  81. package/packages/page/index.js +5 -5
  82. package/packages/page/src/main.vue +167 -167
  83. package/packages/pagination/index.js +5 -5
  84. package/packages/pagination/src/main.vue +96 -96
  85. package/packages/player/index.js +5 -5
  86. package/packages/player/src/main.vue +194 -194
  87. package/packages/qr-code/index.js +5 -5
  88. package/packages/qr-code/src/main.vue +170 -170
  89. package/packages/radio-group/index.js +6 -6
  90. package/packages/radio-group/src/main.vue +319 -319
  91. package/packages/retrial-auth/index.js +5 -5
  92. package/packages/retrial-auth/src/main.vue +280 -280
  93. package/packages/select/index.js +5 -5
  94. package/packages/select-ganged/index.js +5 -5
  95. package/packages/select-ganged/src/main.vue +724 -724
  96. package/packages/selector/index.js +5 -5
  97. package/packages/selector-panel/index.js +5 -5
  98. package/packages/selector-panel/src/tree.vue +129 -129
  99. package/packages/sizer/index.js +5 -5
  100. package/packages/sizer/src/main.vue +254 -254
  101. package/packages/steps/index.js +5 -5
  102. package/packages/steps/src/main.vue +181 -181
  103. package/packages/switch/index.js +5 -5
  104. package/packages/table-form/index.js +5 -5
  105. package/packages/tabs/index.js +5 -5
  106. package/packages/tabs/src/main.vue +788 -788
  107. package/packages/tabs-panel/index.js +5 -5
  108. package/packages/tabs-panel/src/main.vue +29 -29
  109. package/packages/theme-chalk/lib/base.css +1 -0
  110. package/packages/theme-chalk/lib/button-group.css +1 -0
  111. package/packages/theme-chalk/lib/button.css +1 -0
  112. package/packages/theme-chalk/lib/calendar.css +1 -0
  113. package/packages/theme-chalk/lib/calogin.css +0 -0
  114. package/packages/theme-chalk/lib/card.css +1 -0
  115. package/packages/theme-chalk/lib/cascader.css +0 -0
  116. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  117. package/packages/theme-chalk/lib/clients.css +1 -0
  118. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  119. package/packages/theme-chalk/lib/data-table.css +1 -0
  120. package/packages/theme-chalk/lib/date-picker.css +1 -0
  121. package/packages/theme-chalk/lib/dialog.css +1 -0
  122. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  123. package/packages/theme-chalk/lib/enterprise.css +1 -0
  124. package/packages/theme-chalk/lib/error-page.css +1 -0
  125. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  126. package/packages/theme-chalk/lib/flow-group.css +1 -0
  127. package/packages/theme-chalk/lib/flow-list.css +1 -0
  128. package/packages/theme-chalk/lib/flow.css +1 -0
  129. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  130. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  131. package/packages/theme-chalk/lib/form.css +1 -0
  132. package/packages/theme-chalk/lib/handle-user.css +1 -0
  133. package/packages/theme-chalk/lib/handler.css +1 -0
  134. package/packages/theme-chalk/lib/icon.css +1 -0
  135. package/packages/theme-chalk/lib/icons.css +1 -0
  136. package/packages/theme-chalk/lib/index.css +1 -0
  137. package/packages/theme-chalk/lib/input-number.css +0 -0
  138. package/packages/theme-chalk/lib/input.css +1 -0
  139. package/packages/theme-chalk/lib/label.css +1 -0
  140. package/packages/theme-chalk/lib/layout.css +1 -0
  141. package/packages/theme-chalk/lib/login.css +1 -0
  142. package/packages/theme-chalk/lib/main.css +1 -0
  143. package/packages/theme-chalk/lib/menu.css +1 -0
  144. package/packages/theme-chalk/lib/nav.css +1 -0
  145. package/packages/theme-chalk/lib/notify.css +0 -0
  146. package/packages/theme-chalk/lib/page.css +1 -0
  147. package/packages/theme-chalk/lib/pagination.css +1 -0
  148. package/packages/theme-chalk/lib/player.css +1 -0
  149. package/packages/theme-chalk/lib/qr-code.css +1 -0
  150. package/packages/theme-chalk/lib/radio-group.css +1 -0
  151. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  152. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  153. package/packages/theme-chalk/lib/select.css +1 -0
  154. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  155. package/packages/theme-chalk/lib/selector.css +1 -0
  156. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  157. package/packages/theme-chalk/lib/simplicity.css +1 -0
  158. package/packages/theme-chalk/lib/sizer.css +1 -0
  159. package/packages/theme-chalk/lib/steps.css +1 -0
  160. package/packages/theme-chalk/lib/switch.css +1 -0
  161. package/packages/theme-chalk/lib/table-form.css +0 -0
  162. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  163. package/packages/theme-chalk/lib/tabs.css +1 -0
  164. package/packages/theme-chalk/lib/tips.css +1 -0
  165. package/packages/theme-chalk/lib/toolbar.css +1 -0
  166. package/packages/theme-chalk/lib/tree-group.css +1 -0
  167. package/packages/theme-chalk/lib/tree.css +1 -0
  168. package/packages/theme-chalk/lib/upload.css +1 -0
  169. package/packages/theme-chalk/lib/wujie.css +0 -0
  170. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  171. package/packages/theme-chalk/src/base.scss +261 -261
  172. package/packages/theme-chalk/src/button-group.scss +176 -176
  173. package/packages/theme-chalk/src/button.scss +24 -24
  174. package/packages/theme-chalk/src/calendar.scss +113 -113
  175. package/packages/theme-chalk/src/card.scss +99 -99
  176. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  177. package/packages/theme-chalk/src/clients.scss +87 -87
  178. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  179. package/packages/theme-chalk/src/date-picker.scss +7 -7
  180. package/packages/theme-chalk/src/dialog.scss +77 -77
  181. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  182. package/packages/theme-chalk/src/enterprise.scss +5 -5
  183. package/packages/theme-chalk/src/error-page.scss +18 -18
  184. package/packages/theme-chalk/src/flow-group.scss +110 -110
  185. package/packages/theme-chalk/src/handle-user.scss +40 -40
  186. package/packages/theme-chalk/src/icons.scss +99 -99
  187. package/packages/theme-chalk/src/input.scss +9 -9
  188. package/packages/theme-chalk/src/label.scss +24 -24
  189. package/packages/theme-chalk/src/layout.scss +46 -46
  190. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  191. package/packages/theme-chalk/src/nav.scss +111 -111
  192. package/packages/theme-chalk/src/page.scss +3 -3
  193. package/packages/theme-chalk/src/pagination.scss +29 -29
  194. package/packages/theme-chalk/src/player.scss +9 -9
  195. package/packages/theme-chalk/src/qr-code.scss +17 -17
  196. package/packages/theme-chalk/src/radio-group.scss +9 -9
  197. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  198. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  199. package/packages/theme-chalk/src/select.scss +8 -8
  200. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  201. package/packages/theme-chalk/src/sizer.scss +36 -36
  202. package/packages/theme-chalk/src/steps.scss +88 -88
  203. package/packages/theme-chalk/src/switch.scss +3 -3
  204. package/packages/theme-chalk/src/table-form.scss +1 -1
  205. package/packages/theme-chalk/src/tabs.scss +87 -87
  206. package/packages/theme-chalk/src/tips.scss +7 -7
  207. package/packages/theme-chalk/src/toolbar.scss +179 -179
  208. package/packages/theme-chalk/src/tree-group.scss +72 -72
  209. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  210. package/packages/tips/index.js +5 -5
  211. package/packages/toolbar/index.js +5 -5
  212. package/packages/tree/index.js +5 -5
  213. package/packages/tree-group/index.js +5 -5
  214. package/packages/upload/index.js +5 -5
  215. package/packages/upload/src/picture.js +15 -15
  216. package/packages/wujie/index.js +5 -5
  217. package/packages/wxlogin/index.js +5 -5
  218. package/packages/wxlogin/src/main.vue +128 -128
  219. package/src/config/image.js +2 -2
  220. package/src/index.js +1 -1
  221. package/src/utils/bus.js +3 -3
  222. package/src/utils/date-util.js +312 -312
  223. package/src/utils/http.js +50 -50
  224. package/src/utils/store.js +21 -21
  225. package/src/utils/webSocket.js +107 -107
  226. package/packages/theme-chalk/gulpfile.js +0 -25
package/lib/flow.js CHANGED
@@ -4766,7 +4766,7 @@ module.exports = require("vuedraggable");
4766
4766
  // ESM COMPAT FLAG
4767
4767
  __webpack_require__.r(__webpack_exports__);
4768
4768
 
4769
- // 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=2e509c0a&
4769
+ // 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=533c9d4c&
4770
4770
  var render = function () {
4771
4771
  var _vm = this
4772
4772
  var _h = _vm.$createElement
@@ -7788,7 +7788,7 @@ var staticRenderFns = []
7788
7788
  render._withStripped = true
7789
7789
 
7790
7790
 
7791
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2e509c0a&
7791
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=533c9d4c&
7792
7792
 
7793
7793
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7794
7794
  var regenerator_ = __webpack_require__(4);
@@ -8852,8 +8852,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
8852
8852
  )
8853
8853
 
8854
8854
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
8855
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=61fadcfb&
8856
- var processFormvue_type_template_id_61fadcfb_render = function () {
8855
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=80a2c5c2&
8856
+ var processFormvue_type_template_id_80a2c5c2_render = function () {
8857
8857
  var _vm = this
8858
8858
  var _h = _vm.$createElement
8859
8859
  var _c = _vm._self._c || _h
@@ -9681,14 +9681,14 @@ var processFormvue_type_template_id_61fadcfb_render = function () {
9681
9681
  1
9682
9682
  )
9683
9683
  }
9684
- var processFormvue_type_template_id_61fadcfb_staticRenderFns = []
9685
- processFormvue_type_template_id_61fadcfb_render._withStripped = true
9684
+ var processFormvue_type_template_id_80a2c5c2_staticRenderFns = []
9685
+ processFormvue_type_template_id_80a2c5c2_render._withStripped = true
9686
9686
 
9687
9687
 
9688
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=61fadcfb&
9688
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=80a2c5c2&
9689
9689
 
9690
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=406a9f9a&
9691
- var selectUservue_type_template_id_406a9f9a_render = function () {
9690
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
9691
+ var selectUservue_type_template_id_5424da0a_render = function () {
9692
9692
  var _vm = this
9693
9693
  var _h = _vm.$createElement
9694
9694
  var _c = _vm._self._c || _h
@@ -9807,6 +9807,7 @@ var selectUservue_type_template_id_406a9f9a_render = function () {
9807
9807
  types: _vm.types,
9808
9808
  tabs: _vm.tabs,
9809
9809
  title: _vm.title,
9810
+ reset: "",
9810
9811
  classify: _vm.classify,
9811
9812
  "collapse-tags": _vm.selectorTags,
9812
9813
  mix: _vm.mix,
@@ -9848,11 +9849,11 @@ var selectUservue_type_template_id_406a9f9a_render = function () {
9848
9849
  1
9849
9850
  )
9850
9851
  }
9851
- var selectUservue_type_template_id_406a9f9a_staticRenderFns = []
9852
- selectUservue_type_template_id_406a9f9a_render._withStripped = true
9852
+ var selectUservue_type_template_id_5424da0a_staticRenderFns = []
9853
+ selectUservue_type_template_id_5424da0a_render._withStripped = true
9853
9854
 
9854
9855
 
9855
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=406a9f9a&
9856
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
9856
9857
 
9857
9858
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
9858
9859
  var _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; };
@@ -9958,6 +9959,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9958
9959
  //
9959
9960
  //
9960
9961
  //
9962
+ //
9961
9963
 
9962
9964
 
9963
9965
 
@@ -10124,7 +10126,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
10124
10126
  },
10125
10127
  nextUser: {
10126
10128
  handler: function handler(val) {
10127
- console.log(val, 'nextUser');
10128
10129
  this.newNextUser = val;
10129
10130
  },
10130
10131
 
@@ -10284,21 +10285,18 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
10284
10285
  _this4.newNextUser.push(item.showid);
10285
10286
  });
10286
10287
  } else {
10287
- console.log(val, this.newSelectUserList, 'aaaa');
10288
10288
  if (this.newSelectUserList.length > 0) {
10289
10289
  var _newSelectUserList$ = this.newSelectUserList[0],
10290
10290
  showid = _newSelectUserList$.showid,
10291
10291
  showname = _newSelectUserList$.showname;
10292
10292
 
10293
10293
  if (val[0]) {
10294
- console.log(val[0], '1111');
10295
10294
  this.newOptions.push(_extends({}, this.newSelectUserList[0], {
10296
10295
  id: showid,
10297
10296
  name: showname
10298
10297
  }));
10299
10298
  this.newNextUser = showid;
10300
10299
  } else {
10301
- console.log(val[0], '2222');
10302
10300
  this.newOptions = [];
10303
10301
  this.newNextUser = '';
10304
10302
  this.showSelectUser = false;
@@ -10315,7 +10313,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
10315
10313
  }, 0);
10316
10314
  }
10317
10315
  }
10318
- console.log(this.newNextUser, this.newOptions, 'bbb');
10319
10316
  this.$emit('change', {
10320
10317
  nextUser: this.newNextUser,
10321
10318
  mixList: data,
@@ -10386,8 +10383,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
10386
10383
 
10387
10384
  var selectUser_component = Object(componentNormalizer["a" /* default */])(
10388
10385
  src_selectUservue_type_script_lang_js_,
10389
- selectUservue_type_template_id_406a9f9a_render,
10390
- selectUservue_type_template_id_406a9f9a_staticRenderFns,
10386
+ selectUservue_type_template_id_5424da0a_render,
10387
+ selectUservue_type_template_id_5424da0a_staticRenderFns,
10391
10388
  false,
10392
10389
  null,
10393
10390
  null,
@@ -12469,6 +12466,7 @@ var processFormvue_type_script_lang_js_components;
12469
12466
  _res$data = res.data,
12470
12467
  nextUserList = _res$data.nextUserList,
12471
12468
  nodeExtAttr = _res$data.nodeExtAttr,
12469
+ nodeMoreInfo = _res$data.nodeMoreInfo,
12472
12470
  countersignaturetypeText = _res$data.countersignaturetypeText,
12473
12471
  countersignaturetypeCode = _res$data.countersignaturetypeCode;
12474
12472
 
@@ -12483,6 +12481,9 @@ var processFormvue_type_script_lang_js_components;
12483
12481
  _this6.countersignaturetypeCode = countersignaturetypeCode;
12484
12482
  _this6.nextNode.countersignaturetypeText = countersignaturetypeText;
12485
12483
  _this6.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
12484
+ if (_this6.enableCustomLimitTimeSetting && nodeMoreInfo.defaultCustomLimitDays) {
12485
+ _this6.nextNode.customLimitTime = _this6.nextNode.customLimitTimeText = nodeMoreInfo.defaultCustomLimitDays + '';
12486
+ }
12486
12487
  _this6.isTaskread = nodeExtAttr.isTaskread;
12487
12488
  _this6.isHandleExplain = nodeExtAttr.isHandleExplain;
12488
12489
  _this6.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
@@ -12776,8 +12777,8 @@ var processFormvue_type_script_lang_js_components;
12776
12777
 
12777
12778
  var processForm_component = Object(componentNormalizer["a" /* default */])(
12778
12779
  src_processFormvue_type_script_lang_js_,
12779
- processFormvue_type_template_id_61fadcfb_render,
12780
- processFormvue_type_template_id_61fadcfb_staticRenderFns,
12780
+ processFormvue_type_template_id_80a2c5c2_render,
12781
+ processFormvue_type_template_id_80a2c5c2_staticRenderFns,
12781
12782
  false,
12782
12783
  null,
12783
12784
  null,
@@ -16812,8 +16813,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
16812
16813
  )
16813
16814
 
16814
16815
  /* harmony default export */ var src_reset = (reset_component.exports);
16815
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=47ede613&
16816
- var taskUnionExaminevue_type_template_id_47ede613_render = function () {
16816
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
16817
+ var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
16817
16818
  var _vm = this
16818
16819
  var _h = _vm.$createElement
16819
16820
  var _c = _vm._self._c || _h
@@ -16901,7 +16902,7 @@ var taskUnionExaminevue_type_template_id_47ede613_render = function () {
16901
16902
  ? _vm.currentOrgTabs
16902
16903
  : ["department", "employee"]
16903
16904
  : _vm.type == "startDraf"
16904
- ? ["enterprise", "employee"]
16905
+ ? ["employee", "enterprise"]
16905
16906
  : ["enterprise"],
16906
16907
  params:
16907
16908
  _vm.type == "startDraf" || _vm.type == "unionExamine"
@@ -17117,11 +17118,11 @@ var taskUnionExaminevue_type_template_id_47ede613_render = function () {
17117
17118
  1
17118
17119
  )
17119
17120
  }
17120
- var taskUnionExaminevue_type_template_id_47ede613_staticRenderFns = []
17121
- taskUnionExaminevue_type_template_id_47ede613_render._withStripped = true
17121
+ var taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns = []
17122
+ taskUnionExaminevue_type_template_id_5a32ec13_render._withStripped = true
17122
17123
 
17123
17124
 
17124
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=47ede613&
17125
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
17125
17126
 
17126
17127
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
17127
17128
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -17819,8 +17820,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
17819
17820
 
17820
17821
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
17821
17822
  component_taskUnionExaminevue_type_script_lang_js_,
17822
- taskUnionExaminevue_type_template_id_47ede613_render,
17823
- taskUnionExaminevue_type_template_id_47ede613_staticRenderFns,
17823
+ taskUnionExaminevue_type_template_id_5a32ec13_render,
17824
+ taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns,
17824
17825
  false,
17825
17826
  null,
17826
17827
  null,
@@ -26304,11 +26305,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26304
26305
  });
26305
26306
  },
26306
26307
 
26307
- /**
26308
- * saveInfo
26309
- * @desc:暂存
26310
- * @author liufan
26311
- * @date 2022年9月9日
26308
+ /**
26309
+ * saveInfo
26310
+ * @desc:暂存
26311
+ * @author liufan
26312
+ * @date 2022年9月9日
26312
26313
  **/
26313
26314
  saveInfo: function saveInfo(type, btn) {
26314
26315
  var _this13 = this;
@@ -26370,11 +26371,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26370
26371
  });
26371
26372
  },
26372
26373
 
26373
- /**
26374
- * rejectBtn
26375
- * @desc:点击驳回
26376
- * @author liufan
26377
- * @date 2022年5月25日
26374
+ /**
26375
+ * rejectBtn
26376
+ * @desc:点击驳回
26377
+ * @author liufan
26378
+ * @date 2022年5月25日
26378
26379
  **/
26379
26380
  rejectBtn: function rejectBtn() {
26380
26381
  var _this15 = this;
@@ -26392,11 +26393,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26392
26393
  }
26393
26394
  },
26394
26395
 
26395
- /**
26396
- * taskReadBtn
26397
- * @desc:点击分阅
26398
- * @author liufan
26399
- * @date 2022年5月25日
26396
+ /**
26397
+ * taskReadBtn
26398
+ * @desc:点击分阅
26399
+ * @author liufan
26400
+ * @date 2022年5月25日
26400
26401
  **/
26401
26402
  taskReadBtn: function taskReadBtn() {
26402
26403
  var _this16 = this;
@@ -26415,11 +26416,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26415
26416
  }
26416
26417
  },
26417
26418
 
26418
- /**
26419
- * getFind
26420
- * @desc:获取通知方式
26421
- * @author liufan
26422
- * @date 2022年5月25日
26419
+ /**
26420
+ * getFind
26421
+ * @desc:获取通知方式
26422
+ * @author liufan
26423
+ * @date 2022年5月25日
26423
26424
  **/
26424
26425
  getFind: function getFind() {
26425
26426
  var _this17 = this;
@@ -26485,12 +26486,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26485
26486
  });
26486
26487
  },
26487
26488
 
26488
- /**
26489
- * endFlows
26490
- * @desc:直接办结
26491
- * @author liufan
26492
- * @param {Object} res 直接办结数据
26493
- * @date 2022年5月25日
26489
+ /**
26490
+ * endFlows
26491
+ * @desc:直接办结
26492
+ * @author liufan
26493
+ * @param {Object} res 直接办结数据
26494
+ * @date 2022年5月25日
26494
26495
  **/
26495
26496
  endFlows: function endFlows(res) {
26496
26497
  var _this19 = this;
@@ -26545,12 +26546,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26545
26546
  }).catch(function (e) {});
26546
26547
  },
26547
26548
 
26548
- /**
26549
- * goView
26550
- * @desc:更多流程按钮操作
26551
- * @author liufan
26552
- * @param {Object} res 当前点击操作按钮数据
26553
- * @date 2022年5月25日
26549
+ /**
26550
+ * goView
26551
+ * @desc:更多流程按钮操作
26552
+ * @author liufan
26553
+ * @param {Object} res 当前点击操作按钮数据
26554
+ * @date 2022年5月25日
26554
26555
  **/
26555
26556
  goView: function goView(res) {
26556
26557
  // 驳回并办结:rejectAndEndHtml
@@ -26637,11 +26638,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26637
26638
  // isCanStartSubFlow
26638
26639
  },
26639
26640
 
26640
- /**
26641
- * toTakeAdvice
26642
- * @desc:征求意见
26643
- * @author liufan
26644
- * @date 2022年9月29日
26641
+ /**
26642
+ * toTakeAdvice
26643
+ * @desc:征求意见
26644
+ * @author liufan
26645
+ * @date 2022年9月29日
26645
26646
  **/
26646
26647
  toTakeAdvice: function toTakeAdvice(res) {
26647
26648
  var _this21 = this;
@@ -26685,11 +26686,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26685
26686
  });
26686
26687
  },
26687
26688
 
26688
- /**
26689
- * toStartDraf
26690
- * @desc: 稿件递送、联合审核、复核
26691
- * @author liufan
26692
- * @date 2022年9月29日
26689
+ /**
26690
+ * toStartDraf
26691
+ * @desc: 稿件递送、联合审核、复核
26692
+ * @author liufan
26693
+ * @date 2022年9月29日
26693
26694
  **/
26694
26695
  toStartDraf: function toStartDraf(res) {
26695
26696
  var _this23 = this;
@@ -26703,11 +26704,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26703
26704
  }
26704
26705
  },
26705
26706
 
26706
- /**
26707
- * toSendMsg
26708
- * @desc:核稿通知
26709
- * @author liufan
26710
- * @date 2022年9月29日
26707
+ /**
26708
+ * toSendMsg
26709
+ * @desc:核稿通知
26710
+ * @author liufan
26711
+ * @date 2022年9月29日
26711
26712
  **/
26712
26713
  toSendMsg: function toSendMsg(res) {
26713
26714
  var _this24 = this;
@@ -26721,11 +26722,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26721
26722
  }
26722
26723
  },
26723
26724
 
26724
- /**
26725
- * toTaskReadAndEnd
26726
- * @desc:分阅并办结
26727
- * @author liufan
26728
- * @date 2022年9月29日
26725
+ /**
26726
+ * toTaskReadAndEnd
26727
+ * @desc:分阅并办结
26728
+ * @author liufan
26729
+ * @date 2022年9月29日
26729
26730
  **/
26730
26731
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
26731
26732
  var _this25 = this;
@@ -26743,11 +26744,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26743
26744
  }
26744
26745
  },
26745
26746
 
26746
- /**
26747
- * rejectAndEnd
26748
- * @desc:驳回并办结
26749
- * @author liufan
26750
- * @date 2022年9月29日
26747
+ /**
26748
+ * rejectAndEnd
26749
+ * @desc:驳回并办结
26750
+ * @author liufan
26751
+ * @date 2022年9月29日
26751
26752
  **/
26752
26753
  rejectAndEnd: function rejectAndEnd(res) {
26753
26754
  var _this26 = this;
@@ -26803,11 +26804,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26803
26804
  });
26804
26805
  },
26805
26806
 
26806
- /**
26807
- * toTransfer
26808
- * @desc:转办
26809
- * @author liufan
26810
- * @date 2022年9月29日
26807
+ /**
26808
+ * toTransfer
26809
+ * @desc:转办
26810
+ * @author liufan
26811
+ * @date 2022年9月29日
26811
26812
  **/
26812
26813
  toTransfer: function toTransfer(res) {
26813
26814
  var _this28 = this;
@@ -26826,11 +26827,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26826
26827
  this.nextNode.customLimitTime = val;
26827
26828
  },
26828
26829
 
26829
- /**
26830
- * getNodeInfo
26831
- * @desc:获取节点信息
26832
- * @author liufan
26833
- * @date 2022年5月25日
26830
+ /**
26831
+ * getNodeInfo
26832
+ * @desc:获取节点信息
26833
+ * @author liufan
26834
+ * @date 2022年5月25日
26834
26835
  **/
26835
26836
  getNodeInfo: function getNodeInfo() {
26836
26837
  var _this29 = this;
@@ -26856,6 +26857,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26856
26857
  if (_this29.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
26857
26858
  _this29.nextNode.customLimitTime = _this29.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
26858
26859
  }
26860
+ if (data.nodeMoreInfo.chooseCurrentOrgUserCandidateNeedForbiddenSubDept === true) {
26861
+ _this29.params.only_filid = true;
26862
+ }
26859
26863
  data.otherOrgDisabledObjId && (_this29.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
26860
26864
  data.currentOrgDisabledObjId && (_this29.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
26861
26865
  if (data != null) {
@@ -26938,12 +26942,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26938
26942
  });
26939
26943
  },
26940
26944
 
26941
- /**
26942
- * selecNext
26943
- * @desc:下步节点变化时更新数据
26944
- * @author liufan
26945
- * @param {String} val 当前选中值
26946
- * @date 2022年5月25日
26945
+ /**
26946
+ * selecNext
26947
+ * @desc:下步节点变化时更新数据
26948
+ * @author liufan
26949
+ * @param {String} val 当前选中值
26950
+ * @date 2022年5月25日
26947
26951
  **/
26948
26952
  selecNext: function selecNext(val, type, isDef) {
26949
26953
  var _this30 = this;
@@ -27075,11 +27079,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27075
27079
  this.getNodeInfo();
27076
27080
  },
27077
27081
 
27078
- /**
27079
- * isMultiple
27080
- * @desc:是否多选
27081
- * @author liufan
27082
- * @date 2022年9月13日
27082
+ /**
27083
+ * isMultiple
27084
+ * @desc:是否多选
27085
+ * @author liufan
27086
+ * @date 2022年9月13日
27083
27087
  **/
27084
27088
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
27085
27089
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -27111,11 +27115,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27111
27115
  }
27112
27116
  },
27113
27117
 
27114
- /**
27115
- * getHedInfo
27116
- * @desc:获取审核页面数据
27117
- * @author liufan
27118
- * @date 2022年5月25日
27118
+ /**
27119
+ * getHedInfo
27120
+ * @desc:获取审核页面数据
27121
+ * @author liufan
27122
+ * @date 2022年5月25日
27119
27123
  **/
27120
27124
  getHedInfo: function getHedInfo() {
27121
27125
  var _this31 = this;
@@ -27425,13 +27429,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27425
27429
  });
27426
27430
  },
27427
27431
 
27428
- /**
27429
- * closeProcess
27430
- * @desc:关闭弹窗
27431
- * @author liufan
27432
- * @param {boolean} val 当前是否办理流程
27433
- * @param {String} type 当前点击的弹窗类型
27434
- * @date 2022年5月25日
27432
+ /**
27433
+ * closeProcess
27434
+ * @desc:关闭弹窗
27435
+ * @author liufan
27436
+ * @param {boolean} val 当前是否办理流程
27437
+ * @param {String} type 当前点击的弹窗类型
27438
+ * @date 2022年5月25日
27435
27439
  **/
27436
27440
  closeProcess: function closeProcess(val, type, closeParent) {
27437
27441
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -27451,23 +27455,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27451
27455
  }
27452
27456
  },
27453
27457
 
27454
- /**
27455
- * selectChange
27456
- * @desc:常用语选择
27457
- * @author liufan
27458
- * @param {String} val 选中值
27459
- * @date 2022年5月25日
27458
+ /**
27459
+ * selectChange
27460
+ * @desc:常用语选择
27461
+ * @author liufan
27462
+ * @param {String} val 选中值
27463
+ * @date 2022年5月25日
27460
27464
  **/
27461
27465
  selectChange: function selectChange(val) {
27462
27466
  this.value = val;
27463
27467
  },
27464
27468
 
27465
- /**
27466
- * upDate
27467
- * @desc:修改常用语
27468
- * @author liufan
27469
- * @param {Object} val 修改值
27470
- * @date 2022年5月25日
27469
+ /**
27470
+ * upDate
27471
+ * @desc:修改常用语
27472
+ * @author liufan
27473
+ * @param {Object} val 修改值
27474
+ * @date 2022年5月25日
27471
27475
  **/
27472
27476
  upDate: function upDate(val) {
27473
27477
  this.FormData.id = val.id;
@@ -27475,11 +27479,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27475
27479
  },
27476
27480
 
27477
27481
 
27478
- /**
27479
- * getProcess
27480
- * @desc:获取选择流程
27481
- * @author liufan
27482
- * @date 2022年5月25日
27482
+ /**
27483
+ * getProcess
27484
+ * @desc:获取选择流程
27485
+ * @author liufan
27486
+ * @date 2022年5月25日
27483
27487
  **/
27484
27488
  getProcess: function getProcess(val) {
27485
27489
  var _this32 = this;
@@ -27539,11 +27543,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27539
27543
  });
27540
27544
  },
27541
27545
 
27542
- /**
27543
- * getPendedhistoryList
27544
- * @desc:获取流程列表
27545
- * @author liufan
27546
- * @date 2022年5月25日
27546
+ /**
27547
+ * getPendedhistoryList
27548
+ * @desc:获取流程列表
27549
+ * @author liufan
27550
+ * @date 2022年5月25日
27547
27551
  **/
27548
27552
  getPendedhistoryList: function getPendedhistoryList() {
27549
27553
  var _this33 = this;
@@ -27614,12 +27618,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27614
27618
  beforeSubProcess: function beforeSubProcess() {},
27615
27619
 
27616
27620
  // 提交流程
27617
- /**
27618
- * subProcess
27619
- * @desc:提交流程
27620
- * @author liufan
27621
- * @param {String} formName 当前form表单ref值
27622
- * @date 2022年5月25日
27621
+ /**
27622
+ * subProcess
27623
+ * @desc:提交流程
27624
+ * @author liufan
27625
+ * @param {String} formName 当前form表单ref值
27626
+ * @date 2022年5月25日
27623
27627
  **/
27624
27628
  subProcess: function subProcess(val, type) {
27625
27629
  var _this35 = this;
package/lib/handler.js CHANGED
@@ -4551,7 +4551,7 @@ module.exports = require("qs");
4551
4551
  // ESM COMPAT FLAG
4552
4552
  __webpack_require__.r(__webpack_exports__);
4553
4553
 
4554
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=793406e8&
4554
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=1e8e12d8&
4555
4555
  var render = function () {
4556
4556
  var _vm = this
4557
4557
  var _h = _vm.$createElement
@@ -4682,7 +4682,13 @@ var render = function () {
4682
4682
  on: {
4683
4683
  click: function ($event) {
4684
4684
  $event.stopPropagation()
4685
- _vm.handleSelect({ node: ele })
4685
+ _vm.handleSelect(
4686
+ Object.assign(
4687
+ {},
4688
+ { node: ele },
4689
+ item
4690
+ )
4691
+ )
4686
4692
  },
4687
4693
  },
4688
4694
  },
@@ -4803,7 +4809,7 @@ var staticRenderFns = []
4803
4809
  render._withStripped = true
4804
4810
 
4805
4811
 
4806
- // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=793406e8&
4812
+ // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=1e8e12d8&
4807
4813
 
4808
4814
  // EXTERNAL MODULE: ./src/config/api.js
4809
4815
  var api = __webpack_require__(1);
@@ -5174,6 +5180,7 @@ var _props;
5174
5180
  handleSelect: function handleSelect(res) {
5175
5181
  var node = res.node;
5176
5182
 
5183
+ this.$emit('click', res);
5177
5184
  if (node.extendData && node.extendData.businessStatus == 0) {
5178
5185
  this.$alert(node.extendData.businessWarnMsg ? node.extendData.businessWarnMsg : '此模块还在开发中', '提示', {
5179
5186
  type: 'warning'