eoss-ui 0.8.17 → 0.8.19

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 (284) hide show
  1. package/lib/button-group.js +1 -1
  2. package/lib/button.js +1 -1
  3. package/lib/calogin.js +234 -234
  4. package/lib/checkbox-group.js +1 -1
  5. package/lib/config/api.js +1 -1
  6. package/lib/data-table-form.js +1 -1
  7. package/lib/data-table.js +1 -1
  8. package/lib/date-picker.js +1 -1
  9. package/lib/dialog.js +1 -1
  10. package/lib/eoss-ui.common.js +892 -812
  11. package/lib/flow-group.js +1 -1
  12. package/lib/flow-list.js +1 -1
  13. package/lib/flow.js +345 -266
  14. package/lib/form.js +8 -7
  15. package/lib/handle-user.js +1 -1
  16. package/lib/handler.js +1 -1
  17. package/lib/icon.js +1 -1
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +1 -1
  20. package/lib/input.js +1 -1
  21. package/lib/login.js +1 -1
  22. package/lib/main.js +284 -284
  23. package/lib/nav.js +1 -1
  24. package/lib/notify.js +1 -1
  25. package/lib/page.js +1 -1
  26. package/lib/pagination.js +1 -1
  27. package/lib/player.js +1 -1
  28. package/lib/qr-code.js +14 -14
  29. package/lib/radio-group.js +1 -1
  30. package/lib/retrial-auth.js +1 -1
  31. package/lib/select-ganged.js +1 -1
  32. package/lib/select.js +1 -1
  33. package/lib/selector-panel.js +1 -1
  34. package/lib/selector.js +1 -1
  35. package/lib/sizer.js +1 -1
  36. package/lib/steps.js +1 -1
  37. package/lib/switch.js +1 -1
  38. package/lib/table-form.js +1 -1
  39. package/lib/tabs.js +1 -1
  40. package/lib/theme-chalk/index.css +1 -1
  41. package/lib/theme-chalk/login.css +1 -1
  42. package/lib/tips.js +1 -1
  43. package/lib/tree-group.js +1 -1
  44. package/lib/tree.js +1 -1
  45. package/lib/upload.js +1 -1
  46. package/lib/wujie.js +1 -1
  47. package/lib/wxlogin.js +1 -1
  48. package/package.json +1 -1
  49. package/packages/button/index.js +5 -5
  50. package/packages/button/src/main.vue +418 -418
  51. package/packages/button-group/index.js +5 -5
  52. package/packages/calendar/index.js +5 -5
  53. package/packages/calogin/index.js +5 -5
  54. package/packages/calogin/src/plugin.js +915 -915
  55. package/packages/card/index.js +5 -5
  56. package/packages/card/src/main.vue +156 -156
  57. package/packages/cascader/index.js +5 -5
  58. package/packages/cascader/src/main.vue +168 -168
  59. package/packages/checkbox-group/index.js +5 -5
  60. package/packages/checkbox-group/src/main.vue +333 -333
  61. package/packages/clients/index.js +5 -5
  62. package/packages/data-table/index.js +5 -5
  63. package/packages/data-table/src/children.vue +46 -46
  64. package/packages/data-table/src/main.vue +1876 -1876
  65. package/packages/data-table/src/sizer.vue +195 -195
  66. package/packages/data-table-form/index.js +5 -5
  67. package/packages/data-table-form/src/checkbox.vue +101 -101
  68. package/packages/data-table-form/src/colgroup.vue +17 -17
  69. package/packages/data-table-form/src/main.vue +181 -181
  70. package/packages/data-table-form/src/radio.vue +65 -65
  71. package/packages/data-table-form/src/table.vue +233 -233
  72. package/packages/data-table-form/src/tbody.vue +336 -336
  73. package/packages/data-table-form/src/thead.vue +68 -68
  74. package/packages/date-picker/index.js +5 -5
  75. package/packages/date-picker/src/main.vue +236 -236
  76. package/packages/dialog/index.js +5 -5
  77. package/packages/enable-drag/index.js +5 -5
  78. package/packages/enterprise/index.js +5 -5
  79. package/packages/enterprise/src/main.vue +66 -66
  80. package/packages/error-page/index.js +5 -5
  81. package/packages/error-page/src/main.vue +44 -44
  82. package/packages/flow/index.js +5 -5
  83. package/packages/flow/src/component/Circulate.vue +420 -420
  84. package/packages/flow/src/component/CustomPreset.vue +324 -324
  85. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  86. package/packages/flow/src/component/Preset.vue +257 -257
  87. package/packages/flow/src/component/TimeLimit.vue +190 -190
  88. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  89. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  90. package/packages/flow/src/main.vue +4248 -4224
  91. package/packages/flow/src/processForm.vue +1806 -1717
  92. package/packages/flow/src/processReject.vue +311 -311
  93. package/packages/flow/src/reset.vue +952 -952
  94. package/packages/flow/src/selectUser.vue +1 -1
  95. package/packages/flow/src/startTaskRead.vue +698 -698
  96. package/packages/flow/src/supervise.vue +162 -162
  97. package/packages/flow-group/index.js +5 -5
  98. package/packages/flow-group/src/main.vue +750 -750
  99. package/packages/flow-list/index.js +5 -5
  100. package/packages/form/index.js +5 -5
  101. package/packages/form/src/main.vue +5 -4
  102. package/packages/handle-user/index.js +5 -5
  103. package/packages/handle-user/src/main.vue +137 -137
  104. package/packages/handler/index.js +5 -5
  105. package/packages/handler/src/main.vue +499 -499
  106. package/packages/icon/index.js +5 -5
  107. package/packages/icons/index.js +5 -5
  108. package/packages/icons/src/main.vue +81 -81
  109. package/packages/input/index.js +5 -5
  110. package/packages/input/src/main.vue +356 -356
  111. package/packages/input-number/index.js +5 -5
  112. package/packages/input-number/src/main.vue +106 -106
  113. package/packages/label/index.js +5 -5
  114. package/packages/label/src/main.vue +457 -457
  115. package/packages/layout/index.js +5 -5
  116. package/packages/layout/src/item.vue +152 -152
  117. package/packages/layout/src/main.vue +31 -31
  118. package/packages/login/index.js +5 -5
  119. package/packages/login/src/main.vue +2088 -2088
  120. package/packages/main/index.js +5 -5
  121. package/packages/main/src/default/message.vue +249 -249
  122. package/packages/main/src/default/notice.vue +157 -157
  123. package/packages/main/src/default/userinfo.vue +513 -513
  124. package/packages/main/src/simplicity/index.vue +2335 -2335
  125. package/packages/main/src/simplicity/lists.vue +84 -84
  126. package/packages/main/src/simplicity/router-page.vue +45 -45
  127. package/packages/main/src/simplicity/userinfo.vue +408 -408
  128. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  129. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  130. package/packages/menu/index.js +5 -5
  131. package/packages/menu/src/main.vue +597 -597
  132. package/packages/nav/index.js +5 -5
  133. package/packages/notify/index.js +5 -5
  134. package/packages/notify/src/main.vue +538 -538
  135. package/packages/page/index.js +5 -5
  136. package/packages/page/src/main.vue +167 -167
  137. package/packages/pagination/index.js +5 -5
  138. package/packages/pagination/src/main.vue +96 -96
  139. package/packages/player/index.js +5 -5
  140. package/packages/player/src/main.vue +194 -194
  141. package/packages/qr-code/index.js +5 -5
  142. package/packages/qr-code/src/main.vue +170 -170
  143. package/packages/radio-group/index.js +6 -6
  144. package/packages/radio-group/src/main.vue +319 -319
  145. package/packages/retrial-auth/index.js +5 -5
  146. package/packages/retrial-auth/src/main.vue +299 -299
  147. package/packages/select/index.js +5 -5
  148. package/packages/select-ganged/index.js +5 -5
  149. package/packages/select-ganged/src/main.vue +724 -724
  150. package/packages/selector/index.js +5 -5
  151. package/packages/selector-panel/index.js +5 -5
  152. package/packages/selector-panel/src/tree.vue +129 -129
  153. package/packages/sizer/index.js +5 -5
  154. package/packages/sizer/src/main.vue +257 -257
  155. package/packages/steps/index.js +5 -5
  156. package/packages/steps/src/main.vue +181 -181
  157. package/packages/switch/index.js +5 -5
  158. package/packages/table-form/index.js +5 -5
  159. package/packages/tabs/index.js +5 -5
  160. package/packages/tabs/src/main.vue +788 -788
  161. package/packages/tabs-panel/index.js +5 -5
  162. package/packages/tabs-panel/src/main.vue +29 -29
  163. package/packages/theme-chalk/gulpfile.js +25 -0
  164. package/packages/theme-chalk/src/base.scss +261 -261
  165. package/packages/theme-chalk/src/button-group.scss +176 -176
  166. package/packages/theme-chalk/src/button.scss +24 -24
  167. package/packages/theme-chalk/src/calendar.scss +113 -113
  168. package/packages/theme-chalk/src/card.scss +99 -99
  169. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  170. package/packages/theme-chalk/src/clients.scss +87 -87
  171. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  172. package/packages/theme-chalk/src/date-picker.scss +7 -7
  173. package/packages/theme-chalk/src/dialog.scss +77 -77
  174. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  175. package/packages/theme-chalk/src/enterprise.scss +5 -5
  176. package/packages/theme-chalk/src/error-page.scss +18 -18
  177. package/packages/theme-chalk/src/flow-group.scss +110 -110
  178. package/packages/theme-chalk/src/flow.scss +376 -376
  179. package/packages/theme-chalk/src/handle-user.scss +40 -40
  180. package/packages/theme-chalk/src/icons.scss +99 -99
  181. package/packages/theme-chalk/src/input.scss +9 -9
  182. package/packages/theme-chalk/src/label.scss +24 -24
  183. package/packages/theme-chalk/src/layout.scss +46 -46
  184. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  185. package/packages/theme-chalk/src/nav.scss +111 -111
  186. package/packages/theme-chalk/src/page.scss +3 -3
  187. package/packages/theme-chalk/src/pagination.scss +29 -29
  188. package/packages/theme-chalk/src/player.scss +9 -9
  189. package/packages/theme-chalk/src/qr-code.scss +17 -17
  190. package/packages/theme-chalk/src/radio-group.scss +9 -9
  191. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  192. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  193. package/packages/theme-chalk/src/select.scss +8 -8
  194. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  195. package/packages/theme-chalk/src/sizer.scss +36 -36
  196. package/packages/theme-chalk/src/steps.scss +88 -88
  197. package/packages/theme-chalk/src/switch.scss +3 -3
  198. package/packages/theme-chalk/src/table-form.scss +1 -1
  199. package/packages/theme-chalk/src/tabs.scss +87 -87
  200. package/packages/theme-chalk/src/tips.scss +7 -7
  201. package/packages/theme-chalk/src/toolbar.scss +179 -179
  202. package/packages/theme-chalk/src/tree-group.scss +72 -72
  203. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  204. package/packages/tips/index.js +5 -5
  205. package/packages/toolbar/index.js +5 -5
  206. package/packages/toolbar/src/main.vue +430 -430
  207. package/packages/tree/index.js +5 -5
  208. package/packages/tree-group/index.js +5 -5
  209. package/packages/upload/index.js +5 -5
  210. package/packages/upload/src/main.vue +1344 -1344
  211. package/packages/upload/src/picture.js +15 -15
  212. package/packages/wujie/index.js +5 -5
  213. package/packages/wxlogin/index.js +5 -5
  214. package/packages/wxlogin/src/main.vue +128 -128
  215. package/src/config/api.js +6 -3
  216. package/src/config/image.js +2 -2
  217. package/src/index.js +1 -1
  218. package/src/utils/bus.js +3 -3
  219. package/src/utils/date-util.js +312 -312
  220. package/src/utils/http.js +50 -50
  221. package/src/utils/store.js +21 -21
  222. package/src/utils/webSocket.js +107 -107
  223. package/packages/theme-chalk/lib/base.css +0 -1
  224. package/packages/theme-chalk/lib/button-group.css +0 -1
  225. package/packages/theme-chalk/lib/button.css +0 -1
  226. package/packages/theme-chalk/lib/calendar.css +0 -1
  227. package/packages/theme-chalk/lib/calogin.css +0 -0
  228. package/packages/theme-chalk/lib/card.css +0 -1
  229. package/packages/theme-chalk/lib/cascader.css +0 -0
  230. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  231. package/packages/theme-chalk/lib/clients.css +0 -1
  232. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  233. package/packages/theme-chalk/lib/data-table.css +0 -1
  234. package/packages/theme-chalk/lib/date-picker.css +0 -1
  235. package/packages/theme-chalk/lib/dialog.css +0 -1
  236. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  237. package/packages/theme-chalk/lib/enterprise.css +0 -1
  238. package/packages/theme-chalk/lib/error-page.css +0 -1
  239. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  240. package/packages/theme-chalk/lib/flow-group.css +0 -1
  241. package/packages/theme-chalk/lib/flow-list.css +0 -1
  242. package/packages/theme-chalk/lib/flow.css +0 -1
  243. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  244. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  245. package/packages/theme-chalk/lib/form.css +0 -1
  246. package/packages/theme-chalk/lib/handle-user.css +0 -1
  247. package/packages/theme-chalk/lib/handler.css +0 -1
  248. package/packages/theme-chalk/lib/icon.css +0 -1
  249. package/packages/theme-chalk/lib/icons.css +0 -1
  250. package/packages/theme-chalk/lib/index.css +0 -1
  251. package/packages/theme-chalk/lib/input-number.css +0 -0
  252. package/packages/theme-chalk/lib/input.css +0 -1
  253. package/packages/theme-chalk/lib/label.css +0 -1
  254. package/packages/theme-chalk/lib/layout.css +0 -1
  255. package/packages/theme-chalk/lib/login.css +0 -1
  256. package/packages/theme-chalk/lib/main.css +0 -1
  257. package/packages/theme-chalk/lib/menu.css +0 -1
  258. package/packages/theme-chalk/lib/nav.css +0 -1
  259. package/packages/theme-chalk/lib/notify.css +0 -0
  260. package/packages/theme-chalk/lib/page.css +0 -1
  261. package/packages/theme-chalk/lib/pagination.css +0 -1
  262. package/packages/theme-chalk/lib/player.css +0 -1
  263. package/packages/theme-chalk/lib/qr-code.css +0 -1
  264. package/packages/theme-chalk/lib/radio-group.css +0 -1
  265. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  266. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  267. package/packages/theme-chalk/lib/select.css +0 -1
  268. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  269. package/packages/theme-chalk/lib/selector.css +0 -1
  270. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  271. package/packages/theme-chalk/lib/simplicity.css +0 -1
  272. package/packages/theme-chalk/lib/sizer.css +0 -1
  273. package/packages/theme-chalk/lib/steps.css +0 -1
  274. package/packages/theme-chalk/lib/switch.css +0 -1
  275. package/packages/theme-chalk/lib/table-form.css +0 -0
  276. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  277. package/packages/theme-chalk/lib/tabs.css +0 -1
  278. package/packages/theme-chalk/lib/tips.css +0 -1
  279. package/packages/theme-chalk/lib/toolbar.css +0 -1
  280. package/packages/theme-chalk/lib/tree-group.css +0 -1
  281. package/packages/theme-chalk/lib/tree.css +0 -1
  282. package/packages/theme-chalk/lib/upload.css +0 -1
  283. package/packages/theme-chalk/lib/wujie.css +0 -0
  284. package/packages/theme-chalk/lib/wxlogin.css +0 -1
package/lib/flow.js CHANGED
@@ -4439,7 +4439,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
4439
4439
  // 自由发起传阅查询
4440
4440
  var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
4441
4441
  // 提交是否二次确认
4442
- var isCancelSecondConfirmation = '/bpm/task/taskHandle/isCancelSecondConfirmation.dhtml';
4442
+ var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
4443
4443
 
4444
4444
  // 自由发起传阅提交
4445
4445
  var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
@@ -4834,7 +4834,7 @@ module.exports = require("vuedraggable");
4834
4834
  // ESM COMPAT FLAG
4835
4835
  __webpack_require__.r(__webpack_exports__);
4836
4836
 
4837
- // 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=56a92ecc&
4837
+ // 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=3f77c73e&
4838
4838
  var render = function () {
4839
4839
  var _vm = this
4840
4840
  var _h = _vm.$createElement
@@ -6259,6 +6259,8 @@ var render = function () {
6259
6259
  _vm.showTooltip,
6260
6260
  types:
6261
6261
  _vm.currentOrgSelectorTabs,
6262
+ selectUserList:
6263
+ _vm.nextCurrentOrgselectUserList,
6262
6264
  params:
6263
6265
  _vm.currentOrgSelectorParams,
6264
6266
  },
@@ -7916,7 +7918,7 @@ var staticRenderFns = []
7916
7918
  render._withStripped = true
7917
7919
 
7918
7920
 
7919
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=56a92ecc&
7921
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=3f77c73e&
7920
7922
 
7921
7923
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7922
7924
  var regenerator_ = __webpack_require__(4);
@@ -8980,8 +8982,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
8980
8982
  )
8981
8983
 
8982
8984
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
8983
- // 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=5c2c1688&
8984
- var processFormvue_type_template_id_5c2c1688_render = function () {
8985
+ // 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=ac123c98&
8986
+ var processFormvue_type_template_id_ac123c98_render = function () {
8985
8987
  var _vm = this
8986
8988
  var _h = _vm.$createElement
8987
8989
  var _c = _vm._self._c || _h
@@ -9263,7 +9265,8 @@ var processFormvue_type_template_id_5c2c1688_render = function () {
9263
9265
  multiple: "",
9264
9266
  mix: "",
9265
9267
  showTooltip: _vm.showTooltip,
9266
- types: ["employee", "persongroup"],
9268
+ selectUserList: _vm.nextCurrentOrgselectUserList,
9269
+ types: _vm.currentOrgSelectorTabs,
9267
9270
  params: _vm.currentOrgSelectorParams,
9268
9271
  },
9269
9272
  on: {
@@ -9815,14 +9818,14 @@ var processFormvue_type_template_id_5c2c1688_render = function () {
9815
9818
  1
9816
9819
  )
9817
9820
  }
9818
- var processFormvue_type_template_id_5c2c1688_staticRenderFns = []
9819
- processFormvue_type_template_id_5c2c1688_render._withStripped = true
9821
+ var processFormvue_type_template_id_ac123c98_staticRenderFns = []
9822
+ processFormvue_type_template_id_ac123c98_render._withStripped = true
9820
9823
 
9821
9824
 
9822
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=5c2c1688&
9825
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=ac123c98&
9823
9826
 
9824
- // 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&
9825
- var selectUservue_type_template_id_5424da0a_render = function () {
9827
+ // 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=e270ebde&
9828
+ var selectUservue_type_template_id_e270ebde_render = function () {
9826
9829
  var _vm = this
9827
9830
  var _h = _vm.$createElement
9828
9831
  var _c = _vm._self._c || _h
@@ -9983,11 +9986,11 @@ var selectUservue_type_template_id_5424da0a_render = function () {
9983
9986
  1
9984
9987
  )
9985
9988
  }
9986
- var selectUservue_type_template_id_5424da0a_staticRenderFns = []
9987
- selectUservue_type_template_id_5424da0a_render._withStripped = true
9989
+ var selectUservue_type_template_id_e270ebde_staticRenderFns = []
9990
+ selectUservue_type_template_id_e270ebde_render._withStripped = true
9988
9991
 
9989
9992
 
9990
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
9993
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=e270ebde&
9991
9994
 
9992
9995
  // 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&
9993
9996
  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; };
@@ -10300,6 +10303,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
10300
10303
  }
10301
10304
  },
10302
10305
  mounted: function mounted() {
10306
+ console.log(this.nextUser, 'nextUser');
10303
10307
  this.classify = util["a" /* default */].getStorage('classify') != undefined ? util["a" /* default */].getStorage('classify') : true;
10304
10308
  },
10305
10309
 
@@ -10403,7 +10407,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
10403
10407
  if (this.mix) data = this.getMixList();
10404
10408
  if (this.newMultiple) {
10405
10409
  this.newNextUser = [];
10406
-
10407
10410
  this.newSelectUserList.map(function (item) {
10408
10411
  if (_this4.mix) {
10409
10412
  _this4.newOptions.push(_extends({}, item, {
@@ -10517,8 +10520,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
10517
10520
 
10518
10521
  var selectUser_component = Object(componentNormalizer["a" /* default */])(
10519
10522
  src_selectUservue_type_script_lang_js_,
10520
- selectUservue_type_template_id_5424da0a_render,
10521
- selectUservue_type_template_id_5424da0a_staticRenderFns,
10523
+ selectUservue_type_template_id_e270ebde_render,
10524
+ selectUservue_type_template_id_e270ebde_staticRenderFns,
10522
10525
  false,
10523
10526
  null,
10524
10527
  null,
@@ -11775,6 +11778,11 @@ var processFormvue_type_script_lang_js_components;
11775
11778
  //
11776
11779
  //
11777
11780
  //
11781
+ //
11782
+ //
11783
+ //
11784
+ //
11785
+ //
11778
11786
 
11779
11787
 
11780
11788
 
@@ -11873,6 +11881,7 @@ var processFormvue_type_script_lang_js_components;
11873
11881
  selectUser: false,
11874
11882
  multiple: false,
11875
11883
  readMultiple: true,
11884
+ currentOrgSelectorTabs: ['employee', 'persongroup'],
11876
11885
  customPresetHintMessage: '', //流程预设标题
11877
11886
  nextNodeCheckType: 'select',
11878
11887
  nextOperateCheckType: 'select',
@@ -11883,6 +11892,7 @@ var processFormvue_type_script_lang_js_components;
11883
11892
  show: true,
11884
11893
  enableCustomLimitTimeSetting: false,
11885
11894
  radioList: [],
11895
+ nextCurrentOrgselectUserList: [],
11886
11896
  showCustomLimitTimeText: false,
11887
11897
  activeNames: '',
11888
11898
  selectUserList: [],
@@ -12626,11 +12636,45 @@ var processFormvue_type_script_lang_js_components;
12626
12636
  _this7.allLoading.close();
12627
12637
  }
12628
12638
  if (status === 'success') {
12639
+ if (_this7.currentOrgSelectorParams.department && !_this7.currentOrgSelectorParams.department.roleid && _this7.selectorParams.roleid && nodeExtAttr.deptRoleCode) {
12640
+ _this7.currentOrgSelectorParams.department.roleid = nodeExtAttr.deptRoleCode;
12641
+ }
12629
12642
  _this7.isCurrentNodeForbiddenChangeCandidate = nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
12630
12643
  _this7.nextNode.userInfo = nextUserList;
12631
12644
  _this7.countersignaturetypeCode = countersignaturetypeCode;
12632
12645
  _this7.nextNode.countersignaturetypeText = countersignaturetypeText;
12633
12646
  _this7.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
12647
+ if (nodeMoreInfo.currentOrgDefaultSelectObjectItems) {
12648
+ _this7.nextCurrentOrgselectUserList = [];
12649
+ if (nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.length > 0) {
12650
+ nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.map(function (x, i) {
12651
+ _this7.nextCurrentOrgselectUserList.push({
12652
+ showname: nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptNames[i],
12653
+ showid: x,
12654
+ stype: 'department'
12655
+ });
12656
+ });
12657
+ }
12658
+ if (nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.length > 0) {
12659
+ nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.map(function (x, i) {
12660
+ _this7.nextCurrentOrgselectUserList.push({
12661
+ showname: nodeMoreInfo.currentOrgDefaultSelectObjectItems.userNames[i],
12662
+ showid: x,
12663
+ stype: 'employee'
12664
+ });
12665
+ });
12666
+ }
12667
+ if (nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.length > 0) {
12668
+ nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.map(function (x, i) {
12669
+ _this7.nextCurrentOrgselectUserList.push({
12670
+ showname: nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgNames[i],
12671
+ showid: x,
12672
+ stype: 'enterprise'
12673
+ });
12674
+ });
12675
+ }
12676
+ _this7.nextNode.nextCurrentOrgObj = nodeMoreInfo.currentOrgDefaultSelectObjects;
12677
+ }
12634
12678
  if (_this7.enableCustomLimitTimeSetting && nodeMoreInfo.defaultCustomLimitDays) {
12635
12679
  _this7.nextNode.customLimitTime = _this7.nextNode.customLimitTimeText = nodeMoreInfo.defaultCustomLimitDays + '';
12636
12680
  }
@@ -12753,11 +12797,11 @@ var processFormvue_type_script_lang_js_components;
12753
12797
  });
12754
12798
  },
12755
12799
 
12756
- /**
12757
- * isMultiple
12758
- * @desc:是否多选
12759
- * @author liufan
12760
- * @date 2022年9月13日
12800
+ /**
12801
+ * isMultiple
12802
+ * @desc:是否多选
12803
+ * @author liufan
12804
+ * @date 2022年9月13日
12761
12805
  **/
12762
12806
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12763
12807
  var multiple = false;
@@ -12827,6 +12871,18 @@ var processFormvue_type_script_lang_js_components;
12827
12871
  });
12828
12872
  data.nextNodeCheckType && (_this9.nextNodeCheckType = data.nextNodeCheckType);
12829
12873
  data.nextOperateCheckType && (_this9.nextOperateCheckType = data.nextOperateCheckType);
12874
+ if (data.currentOrgSelectorParams) {
12875
+ if (data.currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
12876
+ _this9.currentOrgSelectorTabs = data.currentOrgSelectorParams.currentOrgType.split(',');
12877
+ var currentOrgparams = data.currentOrgSelectorParams.currentOrgRange.split(',');
12878
+ _this9.currentOrgSelectorTabs.map(function (x, i) {
12879
+ _this9.currentOrgSelectorParams[x] = {
12880
+ filid: currentOrgparams[i] == 'my' ? JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId : currentOrgparams[i],
12881
+ only_filid: true
12882
+ };
12883
+ });
12884
+ }
12885
+ }
12830
12886
  _this9.customPresetHintMessage = data.customPresetHintMessage;
12831
12887
  _this9.readOnlyNotificationType = data.readOnlyNotificationType;
12832
12888
  _this9.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
@@ -12933,8 +12989,8 @@ var processFormvue_type_script_lang_js_components;
12933
12989
 
12934
12990
  var processForm_component = Object(componentNormalizer["a" /* default */])(
12935
12991
  src_processFormvue_type_script_lang_js_,
12936
- processFormvue_type_template_id_5c2c1688_render,
12937
- processFormvue_type_template_id_5c2c1688_staticRenderFns,
12992
+ processFormvue_type_template_id_ac123c98_render,
12993
+ processFormvue_type_template_id_ac123c98_staticRenderFns,
12938
12994
  false,
12939
12995
  null,
12940
12996
  null,
@@ -16840,11 +16896,11 @@ var resetvue_type_script_lang_js_components;
16840
16896
  });
16841
16897
  },
16842
16898
 
16843
- /**
16844
- * isMultiple
16845
- * @desc:是否多选
16846
- * @author liufan
16847
- * @date 2022年9月13日
16899
+ /**
16900
+ * isMultiple
16901
+ * @desc:是否多选
16902
+ * @author liufan
16903
+ * @date 2022年9月13日
16848
16904
  **/
16849
16905
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16850
16906
  var multiple = false;
@@ -21492,11 +21548,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21492
21548
  });
21493
21549
  },
21494
21550
 
21495
- /**
21496
- * saveInfo
21497
- * @desc:暂存
21498
- * @author liufan
21499
- * @date 2022年9月9日
21551
+ /**
21552
+ * saveInfo
21553
+ * @desc:暂存
21554
+ * @author liufan
21555
+ * @date 2022年9月9日
21500
21556
  **/
21501
21557
  saveInfo: function saveInfo(type, btn) {
21502
21558
  var _this6 = this;
@@ -21558,11 +21614,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21558
21614
  });
21559
21615
  },
21560
21616
 
21561
- /**
21562
- * rejectBtn
21563
- * @desc:点击驳回
21564
- * @author liufan
21565
- * @date 2022年5月25日
21617
+ /**
21618
+ * rejectBtn
21619
+ * @desc:点击驳回
21620
+ * @author liufan
21621
+ * @date 2022年5月25日
21566
21622
  **/
21567
21623
  rejectBtn: function rejectBtn() {
21568
21624
  var _this8 = this;
@@ -21580,11 +21636,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21580
21636
  }
21581
21637
  },
21582
21638
 
21583
- /**
21584
- * taskReadBtn
21585
- * @desc:点击分阅
21586
- * @author liufan
21587
- * @date 2022年5月25日
21639
+ /**
21640
+ * taskReadBtn
21641
+ * @desc:点击分阅
21642
+ * @author liufan
21643
+ * @date 2022年5月25日
21588
21644
  **/
21589
21645
  taskReadBtn: function taskReadBtn() {
21590
21646
  var _this9 = this;
@@ -21603,11 +21659,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21603
21659
  }
21604
21660
  },
21605
21661
 
21606
- /**
21607
- * getFind
21608
- * @desc:获取通知方式
21609
- * @author liufan
21610
- * @date 2022年5月25日
21662
+ /**
21663
+ * getFind
21664
+ * @desc:获取通知方式
21665
+ * @author liufan
21666
+ * @date 2022年5月25日
21611
21667
  **/
21612
21668
  getFind: function getFind() {
21613
21669
  var _this10 = this;
@@ -21663,12 +21719,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21663
21719
  });
21664
21720
  },
21665
21721
 
21666
- /**
21667
- * endFlows
21668
- * @desc:直接办结
21669
- * @author liufan
21670
- * @param {Object} res 直接办结数据
21671
- * @date 2022年5月25日
21722
+ /**
21723
+ * endFlows
21724
+ * @desc:直接办结
21725
+ * @author liufan
21726
+ * @param {Object} res 直接办结数据
21727
+ * @date 2022年5月25日
21672
21728
  **/
21673
21729
  endFlows: function endFlows(res) {
21674
21730
  var _this12 = this;
@@ -21722,12 +21778,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21722
21778
  }).catch(function (e) {});
21723
21779
  },
21724
21780
 
21725
- /**
21726
- * goView
21727
- * @desc:更多流程按钮操作
21728
- * @author liufan
21729
- * @param {Object} res 当前点击操作按钮数据
21730
- * @date 2022年5月25日
21781
+ /**
21782
+ * goView
21783
+ * @desc:更多流程按钮操作
21784
+ * @author liufan
21785
+ * @param {Object} res 当前点击操作按钮数据
21786
+ * @date 2022年5月25日
21731
21787
  **/
21732
21788
  goView: function goView(res) {
21733
21789
  // 驳回并办结:rejectAndEndHtml
@@ -21812,11 +21868,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21812
21868
  // isCanStartSubFlow
21813
21869
  },
21814
21870
 
21815
- /**
21816
- * toTakeAdvice
21817
- * @desc:征求意见
21818
- * @author liufan
21819
- * @date 2022年9月29日
21871
+ /**
21872
+ * toTakeAdvice
21873
+ * @desc:征求意见
21874
+ * @author liufan
21875
+ * @date 2022年9月29日
21820
21876
  **/
21821
21877
  toTakeAdvice: function toTakeAdvice(res) {
21822
21878
  var _this14 = this;
@@ -21860,11 +21916,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21860
21916
  });
21861
21917
  },
21862
21918
 
21863
- /**
21864
- * toStartDraf
21865
- * @desc: 稿件递送、联合审核、复核
21866
- * @author liufan
21867
- * @date 2022年9月29日
21919
+ /**
21920
+ * toStartDraf
21921
+ * @desc: 稿件递送、联合审核、复核
21922
+ * @author liufan
21923
+ * @date 2022年9月29日
21868
21924
  **/
21869
21925
  toStartDraf: function toStartDraf(res) {
21870
21926
  var _this16 = this;
@@ -21878,11 +21934,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21878
21934
  }
21879
21935
  },
21880
21936
 
21881
- /**
21882
- * toSendMsg
21883
- * @desc:核稿通知
21884
- * @author liufan
21885
- * @date 2022年9月29日
21937
+ /**
21938
+ * toSendMsg
21939
+ * @desc:核稿通知
21940
+ * @author liufan
21941
+ * @date 2022年9月29日
21886
21942
  **/
21887
21943
  toSendMsg: function toSendMsg(res) {
21888
21944
  var _this17 = this;
@@ -21896,11 +21952,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21896
21952
  }
21897
21953
  },
21898
21954
 
21899
- /**
21900
- * toTaskReadAndEnd
21901
- * @desc:分阅并办结
21902
- * @author liufan
21903
- * @date 2022年9月29日
21955
+ /**
21956
+ * toTaskReadAndEnd
21957
+ * @desc:分阅并办结
21958
+ * @author liufan
21959
+ * @date 2022年9月29日
21904
21960
  **/
21905
21961
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21906
21962
  var _this18 = this;
@@ -21918,11 +21974,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21918
21974
  }
21919
21975
  },
21920
21976
 
21921
- /**
21922
- * rejectAndEnd
21923
- * @desc:驳回并办结
21924
- * @author liufan
21925
- * @date 2022年9月29日
21977
+ /**
21978
+ * rejectAndEnd
21979
+ * @desc:驳回并办结
21980
+ * @author liufan
21981
+ * @date 2022年9月29日
21926
21982
  **/
21927
21983
  rejectAndEnd: function rejectAndEnd(res) {
21928
21984
  var _this19 = this;
@@ -21977,11 +22033,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21977
22033
  });
21978
22034
  },
21979
22035
 
21980
- /**
21981
- * toTransfer
21982
- * @desc:转办
21983
- * @author liufan
21984
- * @date 2022年9月29日
22036
+ /**
22037
+ * toTransfer
22038
+ * @desc:转办
22039
+ * @author liufan
22040
+ * @date 2022年9月29日
21985
22041
  **/
21986
22042
  toTransfer: function toTransfer(res) {
21987
22043
  var _this21 = this;
@@ -21997,11 +22053,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21997
22053
  }
21998
22054
  },
21999
22055
 
22000
- /**
22001
- * getNodeInfo
22002
- * @desc:获取节点信息
22003
- * @author liufan
22004
- * @date 2022年5月25日
22056
+ /**
22057
+ * getNodeInfo
22058
+ * @desc:获取节点信息
22059
+ * @author liufan
22060
+ * @date 2022年5月25日
22005
22061
  **/
22006
22062
  getNodeInfo: function getNodeInfo() {
22007
22063
  var _this22 = this;
@@ -22100,12 +22156,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22100
22156
  });
22101
22157
  },
22102
22158
 
22103
- /**
22104
- * selecNext
22105
- * @desc:下步节点变化时更新数据
22106
- * @author liufan
22107
- * @param {String} val 当前选中值
22108
- * @date 2022年5月25日
22159
+ /**
22160
+ * selecNext
22161
+ * @desc:下步节点变化时更新数据
22162
+ * @author liufan
22163
+ * @param {String} val 当前选中值
22164
+ * @date 2022年5月25日
22109
22165
  **/
22110
22166
  selecNext: function selecNext(val, type, isDef) {
22111
22167
  var _this23 = this;
@@ -22214,11 +22270,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22214
22270
  if (isDef !== true) this.getNodeInfo();
22215
22271
  },
22216
22272
 
22217
- /**
22218
- * isMultiple
22219
- * @desc:是否多选
22220
- * @author liufan
22221
- * @date 2022年9月13日
22273
+ /**
22274
+ * isMultiple
22275
+ * @desc:是否多选
22276
+ * @author liufan
22277
+ * @date 2022年9月13日
22222
22278
  **/
22223
22279
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
22224
22280
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -22250,11 +22306,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22250
22306
  }
22251
22307
  },
22252
22308
 
22253
- /**
22254
- * getHedInfo
22255
- * @desc:获取审核页面数据
22256
- * @author liufan
22257
- * @date 2022年5月25日
22309
+ /**
22310
+ * getHedInfo
22311
+ * @desc:获取审核页面数据
22312
+ * @author liufan
22313
+ * @date 2022年5月25日
22258
22314
  **/
22259
22315
  getHedInfo: function getHedInfo() {
22260
22316
  var _this24 = this;
@@ -22490,13 +22546,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22490
22546
  });
22491
22547
  },
22492
22548
 
22493
- /**
22494
- * closeProcess
22495
- * @desc:关闭弹窗
22496
- * @author liufan
22497
- * @param {boolean} val 当前是否办理流程
22498
- * @param {String} type 当前点击的弹窗类型
22499
- * @date 2022年5月25日
22549
+ /**
22550
+ * closeProcess
22551
+ * @desc:关闭弹窗
22552
+ * @author liufan
22553
+ * @param {boolean} val 当前是否办理流程
22554
+ * @param {String} type 当前点击的弹窗类型
22555
+ * @date 2022年5月25日
22500
22556
  **/
22501
22557
  closeProcess: function closeProcess(val, type, closeParent) {
22502
22558
  if (closeParent) {
@@ -22513,23 +22569,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22513
22569
  }
22514
22570
  },
22515
22571
 
22516
- /**
22517
- * selectChange
22518
- * @desc:常用语选择
22519
- * @author liufan
22520
- * @param {String} val 选中值
22521
- * @date 2022年5月25日
22572
+ /**
22573
+ * selectChange
22574
+ * @desc:常用语选择
22575
+ * @author liufan
22576
+ * @param {String} val 选中值
22577
+ * @date 2022年5月25日
22522
22578
  **/
22523
22579
  selectChange: function selectChange(val) {
22524
22580
  this.value = val;
22525
22581
  },
22526
22582
 
22527
- /**
22528
- * upDate
22529
- * @desc:修改常用语
22530
- * @author liufan
22531
- * @param {Object} val 修改值
22532
- * @date 2022年5月25日
22583
+ /**
22584
+ * upDate
22585
+ * @desc:修改常用语
22586
+ * @author liufan
22587
+ * @param {Object} val 修改值
22588
+ * @date 2022年5月25日
22533
22589
  **/
22534
22590
  upDate: function upDate(val) {
22535
22591
  this.FormData.id = val.id;
@@ -22537,11 +22593,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22537
22593
  },
22538
22594
 
22539
22595
 
22540
- /**
22541
- * getProcess
22542
- * @desc:获取选择流程
22543
- * @author liufan
22544
- * @date 2022年5月25日
22596
+ /**
22597
+ * getProcess
22598
+ * @desc:获取选择流程
22599
+ * @author liufan
22600
+ * @date 2022年5月25日
22545
22601
  **/
22546
22602
  getProcess: function getProcess() {
22547
22603
  var _this25 = this;
@@ -22595,11 +22651,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22595
22651
  });
22596
22652
  },
22597
22653
 
22598
- /**
22599
- * getPendedhistoryList
22600
- * @desc:获取流程列表
22601
- * @author liufan
22602
- * @date 2022年5月25日
22654
+ /**
22655
+ * getPendedhistoryList
22656
+ * @desc:获取流程列表
22657
+ * @author liufan
22658
+ * @date 2022年5月25日
22603
22659
  **/
22604
22660
  getPendedhistoryList: function getPendedhistoryList() {
22605
22661
  var _this26 = this;
@@ -22631,12 +22687,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22631
22687
  },
22632
22688
 
22633
22689
  // 提交流程
22634
- /**
22635
- * subProcess
22636
- * @desc:提交流程
22637
- * @author liufan
22638
- * @param {String} formName 当前form表单ref值
22639
- * @date 2022年5月25日
22690
+ /**
22691
+ * subProcess
22692
+ * @desc:提交流程
22693
+ * @author liufan
22694
+ * @param {String} formName 当前form表单ref值
22695
+ * @date 2022年5月25日
22640
22696
  **/
22641
22697
  subProcess: function subProcess(val) {
22642
22698
  var _this27 = this;
@@ -25690,6 +25746,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25690
25746
  //
25691
25747
  //
25692
25748
  //
25749
+ //
25693
25750
 
25694
25751
 
25695
25752
 
@@ -25848,6 +25905,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25848
25905
  nextOtherOrgObjSelect: [],
25849
25906
  subProcessColumns: [],
25850
25907
  nextCurrentOrgObjSelect: [],
25908
+ nextCurrentOrgselectUserList: [],
25851
25909
  loading: null, // 加载中
25852
25910
  newTypeCode: '',
25853
25911
  NodeName: '', // 当前节点值
@@ -26610,11 +26668,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26610
26668
  });
26611
26669
  },
26612
26670
 
26613
- /**
26614
- * saveInfo
26615
- * @desc:暂存
26616
- * @author liufan
26617
- * @date 2022年9月9日
26671
+ /**
26672
+ * saveInfo
26673
+ * @desc:暂存
26674
+ * @author liufan
26675
+ * @date 2022年9月9日
26618
26676
  **/
26619
26677
  saveInfo: function saveInfo(type, btn) {
26620
26678
  var _this14 = this;
@@ -26676,11 +26734,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26676
26734
  });
26677
26735
  },
26678
26736
 
26679
- /**
26680
- * rejectBtn
26681
- * @desc:点击驳回
26682
- * @author liufan
26683
- * @date 2022年5月25日
26737
+ /**
26738
+ * rejectBtn
26739
+ * @desc:点击驳回
26740
+ * @author liufan
26741
+ * @date 2022年5月25日
26684
26742
  **/
26685
26743
  rejectBtn: function rejectBtn() {
26686
26744
  var _this16 = this;
@@ -26698,11 +26756,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26698
26756
  }
26699
26757
  },
26700
26758
 
26701
- /**
26702
- * taskReadBtn
26703
- * @desc:点击分阅
26704
- * @author liufan
26705
- * @date 2022年5月25日
26759
+ /**
26760
+ * taskReadBtn
26761
+ * @desc:点击分阅
26762
+ * @author liufan
26763
+ * @date 2022年5月25日
26706
26764
  **/
26707
26765
  taskReadBtn: function taskReadBtn() {
26708
26766
  var _this17 = this;
@@ -26721,11 +26779,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26721
26779
  }
26722
26780
  },
26723
26781
 
26724
- /**
26725
- * getFind
26726
- * @desc:获取通知方式
26727
- * @author liufan
26728
- * @date 2022年5月25日
26782
+ /**
26783
+ * getFind
26784
+ * @desc:获取通知方式
26785
+ * @author liufan
26786
+ * @date 2022年5月25日
26729
26787
  **/
26730
26788
  getFind: function getFind() {
26731
26789
  var _this18 = this;
@@ -26792,12 +26850,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26792
26850
  });
26793
26851
  },
26794
26852
 
26795
- /**
26796
- * endFlows
26797
- * @desc:直接办结
26798
- * @author liufan
26799
- * @param {Object} res 直接办结数据
26800
- * @date 2022年5月25日
26853
+ /**
26854
+ * endFlows
26855
+ * @desc:直接办结
26856
+ * @author liufan
26857
+ * @param {Object} res 直接办结数据
26858
+ * @date 2022年5月25日
26801
26859
  **/
26802
26860
  endFlows: function endFlows(res) {
26803
26861
  var _this20 = this;
@@ -26852,12 +26910,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26852
26910
  }).catch(function (e) {});
26853
26911
  },
26854
26912
 
26855
- /**
26856
- * goView
26857
- * @desc:更多流程按钮操作
26858
- * @author liufan
26859
- * @param {Object} res 当前点击操作按钮数据
26860
- * @date 2022年5月25日
26913
+ /**
26914
+ * goView
26915
+ * @desc:更多流程按钮操作
26916
+ * @author liufan
26917
+ * @param {Object} res 当前点击操作按钮数据
26918
+ * @date 2022年5月25日
26861
26919
  **/
26862
26920
  goView: function goView(res) {
26863
26921
  // 驳回并办结:rejectAndEndHtml
@@ -26944,11 +27002,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26944
27002
  // isCanStartSubFlow
26945
27003
  },
26946
27004
 
26947
- /**
26948
- * toTakeAdvice
26949
- * @desc:征求意见
26950
- * @author liufan
26951
- * @date 2022年9月29日
27005
+ /**
27006
+ * toTakeAdvice
27007
+ * @desc:征求意见
27008
+ * @author liufan
27009
+ * @date 2022年9月29日
26952
27010
  **/
26953
27011
  toTakeAdvice: function toTakeAdvice(res) {
26954
27012
  var _this22 = this;
@@ -26992,11 +27050,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26992
27050
  });
26993
27051
  },
26994
27052
 
26995
- /**
26996
- * toStartDraf
26997
- * @desc: 稿件递送、联合审核、复核
26998
- * @author liufan
26999
- * @date 2022年9月29日
27053
+ /**
27054
+ * toStartDraf
27055
+ * @desc: 稿件递送、联合审核、复核
27056
+ * @author liufan
27057
+ * @date 2022年9月29日
27000
27058
  **/
27001
27059
  toStartDraf: function toStartDraf(res) {
27002
27060
  var _this24 = this;
@@ -27010,11 +27068,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27010
27068
  }
27011
27069
  },
27012
27070
 
27013
- /**
27014
- * toSendMsg
27015
- * @desc:核稿通知
27016
- * @author liufan
27017
- * @date 2022年9月29日
27071
+ /**
27072
+ * toSendMsg
27073
+ * @desc:核稿通知
27074
+ * @author liufan
27075
+ * @date 2022年9月29日
27018
27076
  **/
27019
27077
  toSendMsg: function toSendMsg(res) {
27020
27078
  var _this25 = this;
@@ -27028,11 +27086,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27028
27086
  }
27029
27087
  },
27030
27088
 
27031
- /**
27032
- * toTaskReadAndEnd
27033
- * @desc:分阅并办结
27034
- * @author liufan
27035
- * @date 2022年9月29日
27089
+ /**
27090
+ * toTaskReadAndEnd
27091
+ * @desc:分阅并办结
27092
+ * @author liufan
27093
+ * @date 2022年9月29日
27036
27094
  **/
27037
27095
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
27038
27096
  var _this26 = this;
@@ -27050,11 +27108,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27050
27108
  }
27051
27109
  },
27052
27110
 
27053
- /**
27054
- * rejectAndEnd
27055
- * @desc:驳回并办结
27056
- * @author liufan
27057
- * @date 2022年9月29日
27111
+ /**
27112
+ * rejectAndEnd
27113
+ * @desc:驳回并办结
27114
+ * @author liufan
27115
+ * @date 2022年9月29日
27058
27116
  **/
27059
27117
  rejectAndEnd: function rejectAndEnd(res) {
27060
27118
  var _this27 = this;
@@ -27110,11 +27168,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27110
27168
  });
27111
27169
  },
27112
27170
 
27113
- /**
27114
- * toTransfer
27115
- * @desc:转办
27116
- * @author liufan
27117
- * @date 2022年9月29日
27171
+ /**
27172
+ * toTransfer
27173
+ * @desc:转办
27174
+ * @author liufan
27175
+ * @date 2022年9月29日
27118
27176
  **/
27119
27177
  toTransfer: function toTransfer(res) {
27120
27178
  var _this29 = this;
@@ -27133,11 +27191,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27133
27191
  this.nextNode.customLimitTime = val;
27134
27192
  },
27135
27193
 
27136
- /**
27137
- * getNodeInfo
27138
- * @desc:获取节点信息
27139
- * @author liufan
27140
- * @date 2022年5月25日
27194
+ /**
27195
+ * getNodeInfo
27196
+ * @desc:获取节点信息
27197
+ * @author liufan
27198
+ * @date 2022年5月25日
27141
27199
  **/
27142
27200
  getNodeInfo: function getNodeInfo() {
27143
27201
  var _this30 = this;
@@ -27163,6 +27221,26 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27163
27221
  if (_this30.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
27164
27222
  _this30.nextNode.customLimitTime = _this30.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
27165
27223
  }
27224
+ if (_this30.currentOrgSelectorParams.department && !_this30.currentOrgSelectorParams.department.roleid && _this30.selectorParams.roleid && data.nodeExtAttr.deptRoleCode) {
27225
+ _this30.currentOrgSelectorParams.department.roleid = data.nodeExtAttr.deptRoleCode;
27226
+ }
27227
+ if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems) {
27228
+ if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.length > 0) {
27229
+ data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptIds.map(function (x, i) {
27230
+ _this30.nextCurrentOrgselectUserList.push({ showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.deptNames[i], showid: x, stype: 'department' });
27231
+ });
27232
+ }
27233
+ if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.length > 0) {
27234
+ data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userIds.map(function (x, i) {
27235
+ _this30.nextCurrentOrgselectUserList.push({ showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.userNames[i], showid: x, stype: 'employee' });
27236
+ });
27237
+ }
27238
+ if (data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.length > 0) {
27239
+ data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgIds.map(function (x, i) {
27240
+ _this30.nextCurrentOrgselectUserList.push({ showname: data.nodeMoreInfo.currentOrgDefaultSelectObjectItems.orgNames[i], showid: x, stype: 'enterprise' });
27241
+ });
27242
+ }
27243
+ }
27166
27244
  if (data.nodeMoreInfo.chooseCurrentOrgUserCandidateNeedForbiddenSubDept === true) {
27167
27245
  _this30.params.only_filid = true;
27168
27246
  }
@@ -27248,12 +27326,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27248
27326
  });
27249
27327
  },
27250
27328
 
27251
- /**
27252
- * selecNext
27253
- * @desc:下步节点变化时更新数据
27254
- * @author liufan
27255
- * @param {String} val 当前选中值
27256
- * @date 2022年5月25日
27329
+ /**
27330
+ * selecNext
27331
+ * @desc:下步节点变化时更新数据
27332
+ * @author liufan
27333
+ * @param {String} val 当前选中值
27334
+ * @date 2022年5月25日
27257
27335
  **/
27258
27336
  selecNext: function selecNext(val, type, isDef) {
27259
27337
  var _this31 = this;
@@ -27393,11 +27471,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27393
27471
  }
27394
27472
  },
27395
27473
 
27396
- /**
27397
- * isMultiple
27398
- * @desc:是否多选
27399
- * @author liufan
27400
- * @date 2022年9月13日
27474
+ /**
27475
+ * isMultiple
27476
+ * @desc:是否多选
27477
+ * @author liufan
27478
+ * @date 2022年9月13日
27401
27479
  **/
27402
27480
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
27403
27481
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -27429,11 +27507,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27429
27507
  }
27430
27508
  },
27431
27509
 
27432
- /**
27433
- * getHedInfo
27434
- * @desc:获取审核页面数据
27435
- * @author liufan
27436
- * @date 2022年5月25日
27510
+ /**
27511
+ * getHedInfo
27512
+ * @desc:获取审核页面数据
27513
+ * @author liufan
27514
+ * @date 2022年5月25日
27437
27515
  **/
27438
27516
  getHedInfo: function getHedInfo() {
27439
27517
  var _this32 = this;
@@ -27515,7 +27593,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27515
27593
  _this32.currentOrgSelectorTabs.map(function (x, i) {
27516
27594
  _this32.currentOrgSelectorParams[x] = {
27517
27595
  filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i],
27518
- only_filid: true
27596
+ only_filid: true,
27597
+ roleid: _this32.selectorParams.roleid
27519
27598
  };
27520
27599
  });
27521
27600
  }
@@ -27751,13 +27830,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27751
27830
  });
27752
27831
  },
27753
27832
 
27754
- /**
27755
- * closeProcess
27756
- * @desc:关闭弹窗
27757
- * @author liufan
27758
- * @param {boolean} val 当前是否办理流程
27759
- * @param {String} type 当前点击的弹窗类型
27760
- * @date 2022年5月25日
27833
+ /**
27834
+ * closeProcess
27835
+ * @desc:关闭弹窗
27836
+ * @author liufan
27837
+ * @param {boolean} val 当前是否办理流程
27838
+ * @param {String} type 当前点击的弹窗类型
27839
+ * @date 2022年5月25日
27761
27840
  **/
27762
27841
  closeProcess: function closeProcess(val, type, closeParent) {
27763
27842
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -27777,23 +27856,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27777
27856
  }
27778
27857
  },
27779
27858
 
27780
- /**
27781
- * selectChange
27782
- * @desc:常用语选择
27783
- * @author liufan
27784
- * @param {String} val 选中值
27785
- * @date 2022年5月25日
27859
+ /**
27860
+ * selectChange
27861
+ * @desc:常用语选择
27862
+ * @author liufan
27863
+ * @param {String} val 选中值
27864
+ * @date 2022年5月25日
27786
27865
  **/
27787
27866
  selectChange: function selectChange(val) {
27788
27867
  this.value = val;
27789
27868
  },
27790
27869
 
27791
- /**
27792
- * upDate
27793
- * @desc:修改常用语
27794
- * @author liufan
27795
- * @param {Object} val 修改值
27796
- * @date 2022年5月25日
27870
+ /**
27871
+ * upDate
27872
+ * @desc:修改常用语
27873
+ * @author liufan
27874
+ * @param {Object} val 修改值
27875
+ * @date 2022年5月25日
27797
27876
  **/
27798
27877
  upDate: function upDate(val) {
27799
27878
  this.FormData.id = val.id;
@@ -27801,11 +27880,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27801
27880
  },
27802
27881
 
27803
27882
 
27804
- /**
27805
- * getProcess
27806
- * @desc:获取选择流程
27807
- * @author liufan
27808
- * @date 2022年5月25日
27883
+ /**
27884
+ * getProcess
27885
+ * @desc:获取选择流程
27886
+ * @author liufan
27887
+ * @date 2022年5月25日
27809
27888
  **/
27810
27889
  getProcess: function getProcess(val) {
27811
27890
  var _this33 = this;
@@ -27865,11 +27944,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27865
27944
  });
27866
27945
  },
27867
27946
 
27868
- /**
27869
- * getPendedhistoryList
27870
- * @desc:获取流程列表
27871
- * @author liufan
27872
- * @date 2022年5月25日
27947
+ /**
27948
+ * getPendedhistoryList
27949
+ * @desc:获取流程列表
27950
+ * @author liufan
27951
+ * @date 2022年5月25日
27873
27952
  **/
27874
27953
  getPendedhistoryList: function getPendedhistoryList() {
27875
27954
  var _this34 = this;
@@ -27940,12 +28019,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27940
28019
  beforeSubProcess: function beforeSubProcess() {},
27941
28020
 
27942
28021
  // 提交流程
27943
- /**
27944
- * subProcess
27945
- * @desc:提交流程
27946
- * @author liufan
27947
- * @param {String} formName 当前form表单ref值
27948
- * @date 2022年5月25日
28022
+ /**
28023
+ * subProcess
28024
+ * @desc:提交流程
28025
+ * @author liufan
28026
+ * @param {String} formName 当前form表单ref值
28027
+ * @date 2022年5月25日
27949
28028
  **/
27950
28029
  subProcess: function subProcess(val, type) {
27951
28030
  var _this36 = this;