eoss-ui 0.6.63 → 0.6.64

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 (301) hide show
  1. package/lib/.DS_Store +0 -0
  2. package/lib/button-group.js +41 -30
  3. package/lib/button.js +40 -29
  4. package/lib/calendar.js +2 -2
  5. package/lib/calogin.js +5279 -0
  6. package/lib/card.js +2 -2
  7. package/lib/cascader.js +2 -2
  8. package/lib/checkbox-group.js +45 -34
  9. package/lib/clients.js +2 -2
  10. package/lib/config/api.js +15 -15
  11. package/lib/data-table-form.js +43 -33
  12. package/lib/data-table.js +42 -32
  13. package/lib/date-picker.js +40 -29
  14. package/lib/dialog.js +44 -33
  15. package/lib/enable-drag.js +2 -2
  16. package/lib/enterprise.js +2 -2
  17. package/lib/eoss-ui.common.js +1809 -652
  18. package/lib/error-page.js +2 -2
  19. package/lib/flow-group.js +262 -233
  20. package/lib/flow-list.js +135 -120
  21. package/lib/flow.js +323 -313
  22. package/lib/form.js +59 -44
  23. package/lib/handle-user.js +44 -33
  24. package/lib/handler.js +47 -36
  25. package/lib/icon.js +40 -29
  26. package/lib/icons.js +4 -4
  27. package/lib/index.js +1 -1
  28. package/lib/input-number.js +40 -29
  29. package/lib/input.js +44 -33
  30. package/lib/label.js +2 -2
  31. package/lib/layout.js +4 -4
  32. package/lib/login.js +216 -96
  33. package/lib/main.js +211 -190
  34. package/lib/menu.js +4 -4
  35. package/lib/nav.js +42 -31
  36. package/lib/notify.js +17 -17
  37. package/lib/page.js +40 -29
  38. package/lib/pagination.js +40 -29
  39. package/lib/player.js +50 -39
  40. package/lib/qr-code.js +55 -44
  41. package/lib/radio-group.js +51 -40
  42. package/lib/retrial-auth.js +47 -36
  43. package/lib/select-ganged.js +185 -174
  44. package/lib/select.js +187 -176
  45. package/lib/selector-panel.js +45 -35
  46. package/lib/selector.js +42 -31
  47. package/lib/sizer.js +40 -29
  48. package/lib/steps.js +42 -31
  49. package/lib/switch.js +40 -29
  50. package/lib/table-form.js +49 -38
  51. package/lib/tabs-panel.js +2 -2
  52. package/lib/tabs.js +40 -29
  53. package/lib/theme-chalk/calogin.css +0 -0
  54. package/lib/theme-chalk/index.css +1 -1
  55. package/lib/theme-chalk/login.css +1 -1
  56. package/lib/theme-chalk/main.css +1 -1
  57. package/lib/theme-chalk/simplicity.css +1 -1
  58. package/lib/tips.js +42 -31
  59. package/lib/toolbar.js +2 -2
  60. package/lib/tree-group.js +40 -29
  61. package/lib/tree.js +42 -31
  62. package/lib/upload.js +48 -37
  63. package/lib/utils/util.js +4 -1
  64. package/lib/wujie.js +47 -36
  65. package/lib/wxlogin.js +40 -29
  66. package/package.json +160 -159
  67. package/packages/.DS_Store +0 -0
  68. package/packages/autocomplete/.DS_Store +0 -0
  69. package/packages/button/index.js +5 -5
  70. package/packages/button/src/main.vue +418 -418
  71. package/packages/button-group/index.js +5 -5
  72. package/packages/button-group/src/main.vue +298 -298
  73. package/packages/calendar/index.js +5 -5
  74. package/packages/calogin/index.js +5 -0
  75. package/packages/calogin/src/main.vue +131 -0
  76. package/packages/calogin/src/plugin.js +748 -0
  77. package/packages/card/index.js +5 -5
  78. package/packages/card/src/main.vue +156 -156
  79. package/packages/cascader/index.js +5 -5
  80. package/packages/cascader/src/main.vue +168 -168
  81. package/packages/checkbox-group/index.js +5 -5
  82. package/packages/checkbox-group/src/main.vue +333 -333
  83. package/packages/clients/index.js +5 -5
  84. package/packages/clients/src/main.vue +151 -151
  85. package/packages/data-table/index.js +5 -5
  86. package/packages/data-table/src/children.vue +39 -39
  87. package/packages/data-table/src/column.vue +989 -989
  88. package/packages/data-table/src/main.vue +1822 -1822
  89. package/packages/data-table/src/sizer.vue +195 -195
  90. package/packages/data-table-form/index.js +5 -5
  91. package/packages/data-table-form/src/checkbox.vue +101 -101
  92. package/packages/data-table-form/src/colgroup.vue +17 -17
  93. package/packages/data-table-form/src/main.vue +181 -181
  94. package/packages/data-table-form/src/radio.vue +65 -65
  95. package/packages/data-table-form/src/table.vue +233 -233
  96. package/packages/data-table-form/src/tbody.vue +336 -336
  97. package/packages/data-table-form/src/thead.vue +68 -68
  98. package/packages/date-picker/.DS_Store +0 -0
  99. package/packages/date-picker/index.js +5 -5
  100. package/packages/date-picker/src/.DS_Store +0 -0
  101. package/packages/date-picker/src/main.vue +236 -236
  102. package/packages/dialog/index.js +5 -5
  103. package/packages/enable-drag/index.js +5 -5
  104. package/packages/enterprise/index.js +5 -5
  105. package/packages/enterprise/src/main.vue +66 -66
  106. package/packages/error-page/index.js +5 -5
  107. package/packages/error-page/src/main.vue +44 -44
  108. package/packages/flow/index.js +5 -5
  109. package/packages/flow/src/component/Circulate.vue +322 -322
  110. package/packages/flow/src/component/CommonOpinions.vue +346 -346
  111. package/packages/flow/src/component/CustomPreset.vue +322 -322
  112. package/packages/flow/src/component/FileList.vue +99 -99
  113. package/packages/flow/src/component/Preset.vue +255 -255
  114. package/packages/flow/src/component/SendMsg.vue +241 -241
  115. package/packages/flow/src/component/TimeLimit.vue +190 -190
  116. package/packages/flow/src/component/taskUnionExamine.vue +619 -619
  117. package/packages/flow/src/form.vue +121 -121
  118. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  119. package/packages/flow/src/main.vue +3275 -3275
  120. package/packages/flow/src/processForm.vue +1091 -1091
  121. package/packages/flow/src/processReject.vue +294 -294
  122. package/packages/flow/src/reset.vue +900 -900
  123. package/packages/flow/src/startTaskRead.vue +659 -659
  124. package/packages/flow/src/supervise.vue +149 -149
  125. package/packages/flow/src/table.vue +58 -58
  126. package/packages/flow-group/index.js +5 -5
  127. package/packages/flow-group/src/main.vue +688 -688
  128. package/packages/flow-list/index.js +5 -5
  129. package/packages/flow-list/src/main.vue +1724 -1720
  130. package/packages/form/index.js +5 -5
  131. package/packages/form/src/main.vue +3581 -3583
  132. package/packages/form/src/table.vue +1426 -1426
  133. package/packages/handle-user/index.js +5 -5
  134. package/packages/handle-user/src/main.vue +138 -138
  135. package/packages/handler/index.js +5 -5
  136. package/packages/handler/src/main.vue +493 -493
  137. package/packages/icon/index.js +5 -5
  138. package/packages/icon/src/main.vue +101 -101
  139. package/packages/icons/index.js +5 -5
  140. package/packages/icons/src/main.vue +81 -81
  141. package/packages/input/index.js +5 -5
  142. package/packages/input/src/main.vue +356 -356
  143. package/packages/input-number/index.js +5 -5
  144. package/packages/input-number/src/main.vue +106 -106
  145. package/packages/label/index.js +5 -5
  146. package/packages/label/src/main.vue +457 -457
  147. package/packages/layout/index.js +5 -5
  148. package/packages/layout/src/item.vue +152 -152
  149. package/packages/layout/src/main.vue +31 -31
  150. package/packages/login/index.js +5 -5
  151. package/packages/login/src/main.vue +1976 -1942
  152. package/packages/login/src/resetPassword.vue +562 -562
  153. package/packages/main/.DS_Store +0 -0
  154. package/packages/main/index.js +5 -5
  155. package/packages/main/src/.DS_Store +0 -0
  156. package/packages/main/src/default/message.vue +249 -249
  157. package/packages/main/src/default/notice.vue +157 -157
  158. package/packages/main/src/default/userinfo.vue +503 -503
  159. package/packages/main/src/public/online.vue +89 -89
  160. package/packages/main/src/public/search.vue +462 -462
  161. package/packages/main/src/public/settings.vue +221 -221
  162. package/packages/main/src/simplicity/apps.vue +388 -388
  163. package/packages/main/src/simplicity/avatar.vue +83 -82
  164. package/packages/main/src/simplicity/handler.vue +259 -259
  165. package/packages/main/src/simplicity/index.vue +2089 -2087
  166. package/packages/main/src/simplicity/lists.vue +84 -84
  167. package/packages/main/src/simplicity/menu-list.vue +135 -135
  168. package/packages/main/src/simplicity/message.vue +259 -259
  169. package/packages/main/src/simplicity/notice.vue +190 -190
  170. package/packages/main/src/simplicity/router-page.vue +45 -45
  171. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  172. package/packages/main/src/simplicity/user.vue +257 -257
  173. package/packages/main/src/simplicity/userinfo.vue +312 -312
  174. package/packages/menu/.DS_Store +0 -0
  175. package/packages/menu/index.js +5 -5
  176. package/packages/menu/src/main.vue +584 -584
  177. package/packages/nav/index.js +5 -5
  178. package/packages/nav/src/main.vue +351 -351
  179. package/packages/notify/index.js +5 -5
  180. package/packages/notify/src/main.vue +538 -538
  181. package/packages/page/index.js +5 -5
  182. package/packages/page/src/main.vue +167 -167
  183. package/packages/pagination/index.js +5 -5
  184. package/packages/pagination/src/main.vue +96 -96
  185. package/packages/player/index.js +5 -5
  186. package/packages/player/src/main.vue +194 -194
  187. package/packages/qr-code/index.js +5 -5
  188. package/packages/qr-code/src/main.vue +170 -170
  189. package/packages/radio-group/index.js +6 -6
  190. package/packages/radio-group/src/main.vue +319 -319
  191. package/packages/retrial-auth/index.js +5 -5
  192. package/packages/retrial-auth/src/main.vue +280 -280
  193. package/packages/scrollbar/.DS_Store +0 -0
  194. package/packages/select/.DS_Store +0 -0
  195. package/packages/select/index.js +5 -5
  196. package/packages/select/src/main.vue +778 -778
  197. package/packages/select-ganged/index.js +5 -5
  198. package/packages/select-ganged/src/main.vue +724 -724
  199. package/packages/selector/index.js +5 -5
  200. package/packages/selector/src/main.vue +687 -687
  201. package/packages/selector-panel/index.js +5 -5
  202. package/packages/selector-panel/src/main.vue +1027 -1027
  203. package/packages/selector-panel/src/selection.vue +177 -177
  204. package/packages/selector-panel/src/tree.vue +129 -129
  205. package/packages/sizer/index.js +5 -5
  206. package/packages/sizer/src/main.vue +254 -254
  207. package/packages/steps/index.js +5 -5
  208. package/packages/steps/src/main.vue +181 -181
  209. package/packages/switch/index.js +5 -5
  210. package/packages/switch/src/main.vue +154 -154
  211. package/packages/table-form/index.js +5 -5
  212. package/packages/tabs/index.js +5 -5
  213. package/packages/tabs/src/main.vue +788 -788
  214. package/packages/tabs-panel/index.js +5 -5
  215. package/packages/tabs-panel/src/main.vue +29 -29
  216. package/packages/theme-chalk/lib/calogin.css +0 -0
  217. package/packages/theme-chalk/lib/index.css +1 -1
  218. package/packages/theme-chalk/lib/login.css +1 -1
  219. package/packages/theme-chalk/lib/main.css +1 -1
  220. package/packages/theme-chalk/lib/simplicity.css +1 -1
  221. package/packages/theme-chalk/src/.DS_Store +0 -0
  222. package/packages/theme-chalk/src/base.scss +261 -261
  223. package/packages/theme-chalk/src/button-group.scss +176 -176
  224. package/packages/theme-chalk/src/button.scss +24 -24
  225. package/packages/theme-chalk/src/calendar.scss +113 -113
  226. package/packages/theme-chalk/src/calogin.scss +0 -0
  227. package/packages/theme-chalk/src/card.scss +99 -99
  228. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  229. package/packages/theme-chalk/src/clients.scss +87 -87
  230. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  231. package/packages/theme-chalk/src/data-table.scss +293 -293
  232. package/packages/theme-chalk/src/date-picker.scss +7 -7
  233. package/packages/theme-chalk/src/dialog.scss +77 -77
  234. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  235. package/packages/theme-chalk/src/enterprise.scss +5 -5
  236. package/packages/theme-chalk/src/error-page.scss +18 -18
  237. package/packages/theme-chalk/src/flow-group.scss +110 -110
  238. package/packages/theme-chalk/src/flow-list.scss +39 -39
  239. package/packages/theme-chalk/src/flow.scss +343 -343
  240. package/packages/theme-chalk/src/form.scss +496 -496
  241. package/packages/theme-chalk/src/handle-user.scss +40 -40
  242. package/packages/theme-chalk/src/handler.scss +143 -143
  243. package/packages/theme-chalk/src/icon.scss +1792 -1792
  244. package/packages/theme-chalk/src/icons.scss +99 -99
  245. package/packages/theme-chalk/src/index.scss +1 -0
  246. package/packages/theme-chalk/src/input.scss +9 -9
  247. package/packages/theme-chalk/src/label.scss +24 -24
  248. package/packages/theme-chalk/src/layout.scss +46 -46
  249. package/packages/theme-chalk/src/login.scss +981 -969
  250. package/packages/theme-chalk/src/main.scss +663 -663
  251. package/packages/theme-chalk/src/menu.scss +222 -222
  252. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  253. package/packages/theme-chalk/src/nav.scss +111 -111
  254. package/packages/theme-chalk/src/page.scss +3 -3
  255. package/packages/theme-chalk/src/pagination.scss +29 -29
  256. package/packages/theme-chalk/src/player.scss +9 -9
  257. package/packages/theme-chalk/src/qr-code.scss +17 -17
  258. package/packages/theme-chalk/src/radio-group.scss +9 -9
  259. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  260. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  261. package/packages/theme-chalk/src/select.scss +8 -8
  262. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  263. package/packages/theme-chalk/src/selector.scss +91 -91
  264. package/packages/theme-chalk/src/simplicity.scss +1355 -1351
  265. package/packages/theme-chalk/src/sizer.scss +36 -36
  266. package/packages/theme-chalk/src/steps.scss +88 -88
  267. package/packages/theme-chalk/src/switch.scss +3 -3
  268. package/packages/theme-chalk/src/table-form.scss +1 -1
  269. package/packages/theme-chalk/src/tabs.scss +87 -87
  270. package/packages/theme-chalk/src/tips.scss +7 -7
  271. package/packages/theme-chalk/src/toolbar.scss +179 -179
  272. package/packages/theme-chalk/src/tree-group.scss +72 -72
  273. package/packages/theme-chalk/src/tree.scss +165 -165
  274. package/packages/theme-chalk/src/upload.scss +168 -168
  275. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  276. package/packages/tips/index.js +5 -5
  277. package/packages/tips/src/main.vue +141 -141
  278. package/packages/toolbar/index.js +5 -5
  279. package/packages/toolbar/src/main.vue +430 -430
  280. package/packages/tree/index.js +5 -5
  281. package/packages/tree-group/index.js +5 -5
  282. package/packages/upload/.DS_Store +0 -0
  283. package/packages/upload/index.js +5 -5
  284. package/packages/upload/src/main.vue +1347 -1347
  285. package/packages/upload/src/picture.js +15 -15
  286. package/packages/wujie/index.js +5 -5
  287. package/packages/wujie/src/main.vue +145 -145
  288. package/packages/wxlogin/index.js +5 -5
  289. package/packages/wxlogin/src/main.vue +128 -128
  290. package/src/.DS_Store +0 -0
  291. package/src/config/api.js +290 -290
  292. package/src/config/image.js +2 -2
  293. package/src/index.js +163 -160
  294. package/src/utils/.DS_Store +0 -0
  295. package/src/utils/bus.js +3 -3
  296. package/src/utils/date-util.js +312 -312
  297. package/src/utils/http.js +50 -50
  298. package/src/utils/rules.js +18 -18
  299. package/src/utils/store.js +21 -21
  300. package/src/utils/util.js +3 -1
  301. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 29);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 30);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -100,8 +100,10 @@ module.exports =
100
100
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7);
101
101
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_4__);
102
102
  /* harmony import */ var _webSocket__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8);
103
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(2);
104
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_6__);
103
+ /* harmony import */ var ua_parser_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(11);
104
+ /* harmony import */ var ua_parser_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(ua_parser_js__WEBPACK_IMPORTED_MODULE_6__);
105
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2);
106
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_7__);
105
107
 
106
108
 
107
109
  var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
@@ -120,16 +122,17 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
120
122
  **/
121
123
 
122
124
  /* eslint-disable indent */
123
- var sm2 = __webpack_require__(12).sm2;
124
- var lodash = __webpack_require__(11);
125
+ var sm2 = __webpack_require__(13).sm2;
126
+ var lodash = __webpack_require__(12);
125
127
 
126
128
 
127
129
 
128
130
 
129
131
 
130
132
 
131
- var win = window.__WUJIE_RAW_WINDOW__ ? window.__WUJIE_RAW_WINDOW__ : window;
132
133
 
134
+ var win = window.__WUJIE_RAW_WINDOW__ ? window.__WUJIE_RAW_WINDOW__ : window;
135
+ var parser = new ua_parser_js__WEBPACK_IMPORTED_MODULE_6__["UAParser"]();
133
136
  var $hueStep = 2;
134
137
  var $saturationStep1 = 0.16;
135
138
  var $saturationStep2 = 0.05;
@@ -266,7 +269,7 @@ var ajax = function ajax(_ref) {
266
269
  clearTimeout(loginMsg);
267
270
  loginMsg = setTimeout(function () {
268
271
  sessionStorage.setItem('remind', 1);
269
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
272
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
270
273
  confirmButtonText: '确定',
271
274
  closeOnClickModal: false,
272
275
  type: 'warning'
@@ -317,7 +320,7 @@ var ajax = function ajax(_ref) {
317
320
  } else if (response.data.rCode === 61) {
318
321
  clearTimeout(initAuth);
319
322
  initAuth = setTimeout(function () {
320
- Object(eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"])({
323
+ Object(eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"])({
321
324
  title: '请进行二次鉴权',
322
325
  closeOnClickModal: false,
323
326
  closeOnPressEscape: false,
@@ -2406,7 +2409,7 @@ var isLogined = function () {
2406
2409
  break;
2407
2410
  }
2408
2411
 
2409
- loadingInstance = eoss_element__WEBPACK_IMPORTED_MODULE_6__["Loading"].service({ text: '页面加载中', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.65)' });
2412
+ loadingInstance = eoss_element__WEBPACK_IMPORTED_MODULE_7__["Loading"].service({ text: '页面加载中', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.65)' });
2410
2413
  _context.next = 17;
2411
2414
  return ajax({
2412
2415
  method: 'post',
@@ -2462,7 +2465,7 @@ var isLogined = function () {
2462
2465
  }
2463
2466
  break;
2464
2467
  case 4:
2465
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].alert(results.msg ? results.msg : '账号未绑定,账号密码登录后自动绑定!', '提示', {
2468
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].alert(results.msg ? results.msg : '账号未绑定,账号密码登录后自动绑定!', '提示', {
2466
2469
  confirmButtonText: '确定',
2467
2470
  type: 'error',
2468
2471
  callback: function callback() {
@@ -2486,7 +2489,7 @@ var isLogined = function () {
2486
2489
  default:
2487
2490
  }
2488
2491
  } else {
2489
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].alert(res.msg, '提示', {
2492
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].alert(res.msg, '提示', {
2490
2493
  confirmButtonText: '确定',
2491
2494
  type: 'error',
2492
2495
  callback: function callback() {
@@ -2657,7 +2660,7 @@ var loadJs = function loadJs(_ref13) {
2657
2660
  **/
2658
2661
  var loading = function loading($loading, res) {
2659
2662
  if (!$loading) {
2660
- $loading = eoss_element__WEBPACK_IMPORTED_MODULE_6__["Loading"].service;
2663
+ $loading = eoss_element__WEBPACK_IMPORTED_MODULE_7__["Loading"].service;
2661
2664
  }
2662
2665
  if (isObject(res)) {
2663
2666
  var config = extend({}, {
@@ -3497,6 +3500,7 @@ var watermark = function watermark(option) {
3497
3500
  trimWhitespace: trimWhitespace,
3498
3501
  toFixed: toFixed,
3499
3502
  toFunction: toFunction,
3503
+ parser: parser,
3500
3504
  updateTheme: updateTheme,
3501
3505
  upperCase: upperCase,
3502
3506
  urlJoinParams: urlJoinParams,
@@ -3799,15 +3803,15 @@ var toStartTaskRead = '/bpm/bpmBackend/toStartTaskRead';
3799
3803
  // 获取分阅办理页面
3800
3804
  var toStartTaskReadIndex = '/bpm/bpmBackend/toTaskReadIndex';
3801
3805
  // 分阅提交
3802
- var taskReadHtml = 'bpm/task/taskHandle/taskRead.dhtml';
3806
+ var taskReadHtml = flowPendingPrefix + '/task/taskHandle/taskRead.dhtml';
3803
3807
  // 驳回并办结
3804
- var rejectAndEnd = '/bpm/task/taskHandle/rejectAndEnd.dhtml';
3808
+ var rejectAndEnd = flowPendingPrefix + '/task/taskHandle/rejectAndEnd.dhtml';
3805
3809
  // 核稿通知
3806
3810
  var toSendMsg = '/bpm/bpmBackend/toSendMsgIndex';
3807
3811
  // 核稿通知提交
3808
- var sendMsg = 'bpm/task/taskHandle/sendMsg.dhtml';
3812
+ var sendMsg = flowPendingPrefix + '/task/taskHandle/sendMsg.dhtml';
3809
3813
  // 直接办结
3810
- var endFlowHtml = '/bpm/task/taskHandle/endFlow.dhtml';
3814
+ var endFlowHtml = flowPendingPrefix + '/task/taskHandle/endFlow.dhtml';
3811
3815
  // 获取用户信息
3812
3816
  // export const findUserBaseInfos = '/api/v1/mecpSys/findUserBaseInfo.dhtml';
3813
3817
  // 搜索用户信息
@@ -3826,11 +3830,11 @@ var getPresetNodeInfo = flowPendingPrefix + '/task/taskHandle/getPresetNodeInfo.
3826
3830
  // 获取转办页面数据
3827
3831
  var toTaskTransferIndex = '/bpm/bpmBackend/toTaskTransferIndex';
3828
3832
  // 转办提交按钮
3829
- var taskTransfer = '/bpm/task/taskHandle/taskTransfer.dhtml';
3833
+ var taskTransfer = flowPendingPrefix + '/task/taskHandle/taskTransfer.dhtml';
3830
3834
  // 流程预设列表
3831
3835
  var toPresetInfoListIndex = '/bpm/bpmBackend/toPresetInfoListIndex';
3832
3836
  // 流程预设置为失效
3833
- var deletePresetInfo = '/bpm/task/taskHandle/deletePresetInfo.dhtml';
3837
+ var deletePresetInfo = flowPendingPrefix + '/task/taskHandle/deletePresetInfo.dhtml';
3834
3838
  // 流程列表
3835
3839
  var historyListJson = flowPendingPrefix + '/pendedhistoryManager/historyListJson.dhtml';
3836
3840
  // 获取流程列表配置
@@ -3840,15 +3844,15 @@ var pressListJson = flowPendingPrefix + '/wfUrgeRecord/listJson.dhtml';
3840
3844
  // 删除流程列表节点
3841
3845
  var deleteFlow = flowPendingPrefix + '/pendedhistoryManager/delete.dhtml';
3842
3846
  // 是否允许启动子流程(必经节点)
3843
- var isCanStartSubFlow = '/bpm/task/taskHandle/isCanStartSubFlow.dhtml';
3847
+ var isCanStartSubFlow = flowPendingPrefix + '/task/taskHandle/isCanStartSubFlow.dhtml';
3844
3848
  // 联合审核
3845
3849
  var toTaskUnionExamine = '/bpm/bpmBackend/toTaskUnionExamine';
3846
3850
  // 联合审核提交
3847
- var taskUnionExamine = '/bpm/task/taskHandle/taskUnionExamine.dhtml';
3851
+ var taskUnionExamine = flowPendingPrefix + '/task/taskHandle/taskUnionExamine.dhtml';
3848
3852
  // 征求意见
3849
3853
  var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
3850
3854
  // 征求意见提交
3851
- var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
3855
+ var taskTakeAdvice = flowPendingPrefix + '/task/taskHandle/taskTakeAdvice.dhtml';
3852
3856
  // 稿件递送
3853
3857
  var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
3854
3858
  // 获取督办页面信息
@@ -3857,7 +3861,7 @@ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
3857
3861
  var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
3858
3862
  // 稿件递送提交接口
3859
3863
  // export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3860
- var taskStartDraft = '/bpm/task/taskHandle/taskStartDraft.dhtml';
3864
+ var taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3861
3865
  // 复核
3862
3866
  var toTaskReview = '/bpm/bpmBackend/toTaskReview';
3863
3867
  // 复核提交
@@ -3865,19 +3869,19 @@ var taskReview = flowPendingPrefix + '/task/taskHandle/taskReview.dhtml';
3865
3869
  // 联合用印
3866
3870
  var toTaskUnionSeal = '/bpm/bpmBackend/toTaskUnionSeal';
3867
3871
  // 联合用印提交
3868
- var taskUnionSeal = '/bpm/task/taskHandle/taskUnionSeal.dhtml';
3872
+ var taskUnionSeal = flowPendingPrefix + '/task/taskHandle/taskUnionSeal.dhtml';
3869
3873
  // 报送两办
3870
3874
  var toTwoOfficesDispatch = '/bpm/bpmBackend/toTwoOfficesDispatch';
3871
3875
  // 报送两办提交
3872
- var twoOfficesDispatch = '/bpm/task/taskHandle/twoOfficesDispatch.dhtml';
3876
+ var twoOfficesDispatch = flowPendingPrefix + '/task/taskHandle/twoOfficesDispatch.dhtml';
3873
3877
  // 重设流程
3874
3878
  var toResetProcessIndex = '/bpm/bpmBackend/toResetProcessIndex';
3875
3879
  // 提交重设流程
3876
- var resetProcess = '/bpm/task/taskHandle/resetProcess.dhtml';
3880
+ var resetProcess = flowPendingPrefix + '/task/taskHandle/resetProcess.dhtml';
3877
3881
  // 续办流程
3878
3882
  var toTaskContinuationIndex = '/bpm/bpmBackend/toTaskContinuationIndex';
3879
3883
  // 续办提交
3880
- var taskContinuation = '/bpm/task/taskHandle/taskContinuation.dhtml';
3884
+ var taskContinuation = flowPendingPrefix + '/task/taskHandle/taskContinuation.dhtml';
3881
3885
  // 自由发起流程获取配置参数
3882
3886
  var getFreeStartFlowParams = '/bpm/bpmBackend/getFreeStartFlowParams';
3883
3887
  // 自由发起流程提交
@@ -3910,7 +3914,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
3910
3914
 
3911
3915
  var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3912
3916
  var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
3913
- var getNodeInfoForStart = '/bpm/task/taskHandle/getNodeInfoForStart.dhtml';
3917
+ var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3914
3918
 
3915
3919
  /***/ }),
3916
3920
  /* 2 */
@@ -4204,20 +4208,26 @@ module.exports = require("stompjs");
4204
4208
  /* 11 */
4205
4209
  /***/ (function(module, exports) {
4206
4210
 
4207
- module.exports = require("lodash");
4211
+ module.exports = require("ua-parser-js");
4208
4212
 
4209
4213
  /***/ }),
4210
4214
  /* 12 */
4211
4215
  /***/ (function(module, exports) {
4212
4216
 
4217
+ module.exports = require("lodash");
4218
+
4219
+ /***/ }),
4220
+ /* 13 */
4221
+ /***/ (function(module, exports) {
4222
+
4213
4223
  module.exports = require("sm-crypto");
4214
4224
 
4215
4225
  /***/ }),
4216
- /* 13 */,
4217
4226
  /* 14 */,
4218
4227
  /* 15 */,
4219
4228
  /* 16 */,
4220
- /* 17 */
4229
+ /* 17 */,
4230
+ /* 18 */
4221
4231
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4222
4232
 
4223
4233
  "use strict";
@@ -4393,7 +4403,6 @@ var component = Object(componentNormalizer["a" /* default */])(
4393
4403
  /* harmony default export */ var FileList = __webpack_exports__["a"] = (component.exports);
4394
4404
 
4395
4405
  /***/ }),
4396
- /* 18 */,
4397
4406
  /* 19 */,
4398
4407
  /* 20 */,
4399
4408
  /* 21 */,
@@ -4404,7 +4413,8 @@ var component = Object(componentNormalizer["a" /* default */])(
4404
4413
  /* 26 */,
4405
4414
  /* 27 */,
4406
4415
  /* 28 */,
4407
- /* 29 */
4416
+ /* 29 */,
4417
+ /* 30 */
4408
4418
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4409
4419
 
4410
4420
  "use strict";
@@ -7663,21 +7673,21 @@ var _components;
7663
7673
  return validSate;
7664
7674
  },
7665
7675
 
7666
- /**
7667
- * changeOpinion
7668
- * @desc:监听意见变化
7669
- * @author liufan
7670
- * @date 2022年10月28日
7676
+ /**
7677
+ * changeOpinion
7678
+ * @desc:监听意见变化
7679
+ * @author liufan
7680
+ * @date 2022年10月28日
7671
7681
  **/
7672
7682
  changeOpinion: function changeOpinion() {
7673
7683
  this.$emit('change', this.form.value);
7674
7684
  },
7675
7685
 
7676
- /**
7677
- * getCommonOpion
7678
- * @desc:获取意见
7679
- * @author liufan
7680
- * @date 2022年5月25日
7686
+ /**
7687
+ * getCommonOpion
7688
+ * @desc:获取意见
7689
+ * @author liufan
7690
+ * @date 2022年5月25日
7681
7691
  **/
7682
7692
  getCommonOpion: function getCommonOpion() {
7683
7693
  var _this = this;
@@ -7706,24 +7716,24 @@ var _components;
7706
7716
  });
7707
7717
  },
7708
7718
 
7709
- /**
7710
- * upDate
7711
- * @desc:修改常用语
7712
- * @author liufan
7713
- * @param {Object} val 修改值
7714
- * @date 2022年5月25日
7719
+ /**
7720
+ * upDate
7721
+ * @desc:修改常用语
7722
+ * @author liufan
7723
+ * @param {Object} val 修改值
7724
+ * @date 2022年5月25日
7715
7725
  **/
7716
7726
  upDate: function upDate(val) {
7717
7727
  this.FormData.id = val.id;
7718
7728
  this.addVisible = true;
7719
7729
  },
7720
7730
 
7721
- /**
7722
- * selectChange
7723
- * @desc:常用语选择
7724
- * @author liufan
7725
- * @param {String} val 选中值
7726
- * @date 2022年5月25日
7731
+ /**
7732
+ * selectChange
7733
+ * @desc:常用语选择
7734
+ * @author liufan
7735
+ * @param {String} val 选中值
7736
+ * @date 2022年5月25日
7727
7737
  **/
7728
7738
  selectChange: function selectChange(val) {
7729
7739
  var _this2 = this;
@@ -7742,12 +7752,12 @@ var _components;
7742
7752
  });
7743
7753
  },
7744
7754
 
7745
- /**
7746
- * del
7747
- * @desc:删除常用语
7748
- * @author liufan
7749
- * @param {Object} val 删除的数据
7750
- * @date 2022年5月25日
7755
+ /**
7756
+ * del
7757
+ * @desc:删除常用语
7758
+ * @author liufan
7759
+ * @param {Object} val 删除的数据
7760
+ * @date 2022年5月25日
7751
7761
  **/
7752
7762
  del: function del(val) {
7753
7763
  var _this3 = this;
@@ -7789,12 +7799,12 @@ var _components;
7789
7799
  }).catch(function (e) {});
7790
7800
  },
7791
7801
 
7792
- /**
7793
- * submit
7794
- * @desc:新增/编辑意见保存
7795
- * @author liufan
7796
- * @param {Object} val 保存数据
7797
- * @date 2022年5月25日
7802
+ /**
7803
+ * submit
7804
+ * @desc:新增/编辑意见保存
7805
+ * @author liufan
7806
+ * @param {Object} val 保存数据
7807
+ * @date 2022年5月25日
7798
7808
  **/
7799
7809
  submit: function submit(val) {
7800
7810
  var _this4 = this;
@@ -10808,11 +10818,11 @@ var processFormvue_type_script_lang_js_components;
10808
10818
  });
10809
10819
  },
10810
10820
 
10811
- /**
10812
- * isMultiple
10813
- * @desc:是否多选
10814
- * @author liufan
10815
- * @date 2022年9月13日
10821
+ /**
10822
+ * isMultiple
10823
+ * @desc:是否多选
10824
+ * @author liufan
10825
+ * @date 2022年9月13日
10816
10826
  **/
10817
10827
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
10818
10828
  var multiple = false;
@@ -10976,7 +10986,7 @@ var processForm_component = Object(componentNormalizer["a" /* default */])(
10976
10986
 
10977
10987
  /* harmony default export */ var processForm = (processForm_component.exports);
10978
10988
  // EXTERNAL MODULE: ./packages/flow/src/component/FileList.vue + 4 modules
10979
- var FileList = __webpack_require__(17);
10989
+ var FileList = __webpack_require__(18);
10980
10990
 
10981
10991
  // 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/SendMsg.vue?vue&type=template&id=5cb986c6&
10982
10992
  var SendMsgvue_type_template_id_5cb986c6_render = function () {
@@ -14683,11 +14693,11 @@ var resetvue_type_script_lang_js_components;
14683
14693
  });
14684
14694
  },
14685
14695
 
14686
- /**
14687
- * isMultiple
14688
- * @desc:是否多选
14689
- * @author liufan
14690
- * @date 2022年9月13日
14696
+ /**
14697
+ * isMultiple
14698
+ * @desc:是否多选
14699
+ * @author liufan
14700
+ * @date 2022年9月13日
14691
14701
  **/
14692
14702
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
14693
14703
  var multiple = false;
@@ -19060,11 +19070,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19060
19070
  });
19061
19071
  },
19062
19072
 
19063
- /**
19064
- * saveInfo
19065
- * @desc:暂存
19066
- * @author liufan
19067
- * @date 2022年9月9日
19073
+ /**
19074
+ * saveInfo
19075
+ * @desc:暂存
19076
+ * @author liufan
19077
+ * @date 2022年9月9日
19068
19078
  **/
19069
19079
  saveInfo: function saveInfo(type, btn) {
19070
19080
  var _this6 = this;
@@ -19126,11 +19136,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19126
19136
  });
19127
19137
  },
19128
19138
 
19129
- /**
19130
- * rejectBtn
19131
- * @desc:点击驳回
19132
- * @author liufan
19133
- * @date 2022年5月25日
19139
+ /**
19140
+ * rejectBtn
19141
+ * @desc:点击驳回
19142
+ * @author liufan
19143
+ * @date 2022年5月25日
19134
19144
  **/
19135
19145
  rejectBtn: function rejectBtn() {
19136
19146
  var _this8 = this;
@@ -19148,11 +19158,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19148
19158
  }
19149
19159
  },
19150
19160
 
19151
- /**
19152
- * taskReadBtn
19153
- * @desc:点击分阅
19154
- * @author liufan
19155
- * @date 2022年5月25日
19161
+ /**
19162
+ * taskReadBtn
19163
+ * @desc:点击分阅
19164
+ * @author liufan
19165
+ * @date 2022年5月25日
19156
19166
  **/
19157
19167
  taskReadBtn: function taskReadBtn() {
19158
19168
  var _this9 = this;
@@ -19171,11 +19181,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19171
19181
  }
19172
19182
  },
19173
19183
 
19174
- /**
19175
- * getFind
19176
- * @desc:获取通知方式
19177
- * @author liufan
19178
- * @date 2022年5月25日
19184
+ /**
19185
+ * getFind
19186
+ * @desc:获取通知方式
19187
+ * @author liufan
19188
+ * @date 2022年5月25日
19179
19189
  **/
19180
19190
  getFind: function getFind() {
19181
19191
  var _this10 = this;
@@ -19230,12 +19240,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19230
19240
  });
19231
19241
  },
19232
19242
 
19233
- /**
19234
- * endFlows
19235
- * @desc:直接办结
19236
- * @author liufan
19237
- * @param {Object} res 直接办结数据
19238
- * @date 2022年5月25日
19243
+ /**
19244
+ * endFlows
19245
+ * @desc:直接办结
19246
+ * @author liufan
19247
+ * @param {Object} res 直接办结数据
19248
+ * @date 2022年5月25日
19239
19249
  **/
19240
19250
  endFlows: function endFlows(res) {
19241
19251
  var _this12 = this;
@@ -19289,12 +19299,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19289
19299
  }).catch(function (e) {});
19290
19300
  },
19291
19301
 
19292
- /**
19293
- * goView
19294
- * @desc:更多流程按钮操作
19295
- * @author liufan
19296
- * @param {Object} res 当前点击操作按钮数据
19297
- * @date 2022年5月25日
19302
+ /**
19303
+ * goView
19304
+ * @desc:更多流程按钮操作
19305
+ * @author liufan
19306
+ * @param {Object} res 当前点击操作按钮数据
19307
+ * @date 2022年5月25日
19298
19308
  **/
19299
19309
  goView: function goView(res) {
19300
19310
  // 驳回并办结:rejectAndEndHtml
@@ -19379,11 +19389,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19379
19389
  // isCanStartSubFlow
19380
19390
  },
19381
19391
 
19382
- /**
19383
- * toTakeAdvice
19384
- * @desc:征求意见
19385
- * @author liufan
19386
- * @date 2022年9月29日
19392
+ /**
19393
+ * toTakeAdvice
19394
+ * @desc:征求意见
19395
+ * @author liufan
19396
+ * @date 2022年9月29日
19387
19397
  **/
19388
19398
  toTakeAdvice: function toTakeAdvice(res) {
19389
19399
  var _this14 = this;
@@ -19427,11 +19437,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19427
19437
  });
19428
19438
  },
19429
19439
 
19430
- /**
19431
- * toStartDraf
19432
- * @desc: 稿件递送、联合审核、复核
19433
- * @author liufan
19434
- * @date 2022年9月29日
19440
+ /**
19441
+ * toStartDraf
19442
+ * @desc: 稿件递送、联合审核、复核
19443
+ * @author liufan
19444
+ * @date 2022年9月29日
19435
19445
  **/
19436
19446
  toStartDraf: function toStartDraf(res) {
19437
19447
  var _this16 = this;
@@ -19445,11 +19455,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19445
19455
  }
19446
19456
  },
19447
19457
 
19448
- /**
19449
- * toSendMsg
19450
- * @desc:核稿通知
19451
- * @author liufan
19452
- * @date 2022年9月29日
19458
+ /**
19459
+ * toSendMsg
19460
+ * @desc:核稿通知
19461
+ * @author liufan
19462
+ * @date 2022年9月29日
19453
19463
  **/
19454
19464
  toSendMsg: function toSendMsg(res) {
19455
19465
  var _this17 = this;
@@ -19463,11 +19473,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19463
19473
  }
19464
19474
  },
19465
19475
 
19466
- /**
19467
- * toTaskReadAndEnd
19468
- * @desc:分阅并办结
19469
- * @author liufan
19470
- * @date 2022年9月29日
19476
+ /**
19477
+ * toTaskReadAndEnd
19478
+ * @desc:分阅并办结
19479
+ * @author liufan
19480
+ * @date 2022年9月29日
19471
19481
  **/
19472
19482
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
19473
19483
  var _this18 = this;
@@ -19485,11 +19495,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19485
19495
  }
19486
19496
  },
19487
19497
 
19488
- /**
19489
- * rejectAndEnd
19490
- * @desc:驳回并办结
19491
- * @author liufan
19492
- * @date 2022年9月29日
19498
+ /**
19499
+ * rejectAndEnd
19500
+ * @desc:驳回并办结
19501
+ * @author liufan
19502
+ * @date 2022年9月29日
19493
19503
  **/
19494
19504
  rejectAndEnd: function rejectAndEnd(res) {
19495
19505
  var _this19 = this;
@@ -19544,11 +19554,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19544
19554
  });
19545
19555
  },
19546
19556
 
19547
- /**
19548
- * toTransfer
19549
- * @desc:转办
19550
- * @author liufan
19551
- * @date 2022年9月29日
19557
+ /**
19558
+ * toTransfer
19559
+ * @desc:转办
19560
+ * @author liufan
19561
+ * @date 2022年9月29日
19552
19562
  **/
19553
19563
  toTransfer: function toTransfer(res) {
19554
19564
  var _this21 = this;
@@ -19564,11 +19574,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19564
19574
  }
19565
19575
  },
19566
19576
 
19567
- /**
19568
- * getNodeInfo
19569
- * @desc:获取节点信息
19570
- * @author liufan
19571
- * @date 2022年5月25日
19577
+ /**
19578
+ * getNodeInfo
19579
+ * @desc:获取节点信息
19580
+ * @author liufan
19581
+ * @date 2022年5月25日
19572
19582
  **/
19573
19583
  getNodeInfo: function getNodeInfo() {
19574
19584
  var _this22 = this;
@@ -19667,12 +19677,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19667
19677
  });
19668
19678
  },
19669
19679
 
19670
- /**
19671
- * selecNext
19672
- * @desc:下步节点变化时更新数据
19673
- * @author liufan
19674
- * @param {String} val 当前选中值
19675
- * @date 2022年5月25日
19680
+ /**
19681
+ * selecNext
19682
+ * @desc:下步节点变化时更新数据
19683
+ * @author liufan
19684
+ * @param {String} val 当前选中值
19685
+ * @date 2022年5月25日
19676
19686
  **/
19677
19687
  selecNext: function selecNext(val, type, isDef) {
19678
19688
  var _this23 = this;
@@ -19781,11 +19791,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19781
19791
  if (isDef !== true) this.getNodeInfo();
19782
19792
  },
19783
19793
 
19784
- /**
19785
- * isMultiple
19786
- * @desc:是否多选
19787
- * @author liufan
19788
- * @date 2022年9月13日
19794
+ /**
19795
+ * isMultiple
19796
+ * @desc:是否多选
19797
+ * @author liufan
19798
+ * @date 2022年9月13日
19789
19799
  **/
19790
19800
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
19791
19801
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -19817,11 +19827,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19817
19827
  }
19818
19828
  },
19819
19829
 
19820
- /**
19821
- * getHedInfo
19822
- * @desc:获取审核页面数据
19823
- * @author liufan
19824
- * @date 2022年5月25日
19830
+ /**
19831
+ * getHedInfo
19832
+ * @desc:获取审核页面数据
19833
+ * @author liufan
19834
+ * @date 2022年5月25日
19825
19835
  **/
19826
19836
  getHedInfo: function getHedInfo() {
19827
19837
  var _this24 = this;
@@ -20057,13 +20067,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20057
20067
  });
20058
20068
  },
20059
20069
 
20060
- /**
20061
- * closeProcess
20062
- * @desc:关闭弹窗
20063
- * @author liufan
20064
- * @param {boolean} val 当前是否办理流程
20065
- * @param {String} type 当前点击的弹窗类型
20066
- * @date 2022年5月25日
20070
+ /**
20071
+ * closeProcess
20072
+ * @desc:关闭弹窗
20073
+ * @author liufan
20074
+ * @param {boolean} val 当前是否办理流程
20075
+ * @param {String} type 当前点击的弹窗类型
20076
+ * @date 2022年5月25日
20067
20077
  **/
20068
20078
  closeProcess: function closeProcess(val, type, closeParent) {
20069
20079
  if (closeParent) {
@@ -20080,23 +20090,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20080
20090
  }
20081
20091
  },
20082
20092
 
20083
- /**
20084
- * selectChange
20085
- * @desc:常用语选择
20086
- * @author liufan
20087
- * @param {String} val 选中值
20088
- * @date 2022年5月25日
20093
+ /**
20094
+ * selectChange
20095
+ * @desc:常用语选择
20096
+ * @author liufan
20097
+ * @param {String} val 选中值
20098
+ * @date 2022年5月25日
20089
20099
  **/
20090
20100
  selectChange: function selectChange(val) {
20091
20101
  this.value = val;
20092
20102
  },
20093
20103
 
20094
- /**
20095
- * upDate
20096
- * @desc:修改常用语
20097
- * @author liufan
20098
- * @param {Object} val 修改值
20099
- * @date 2022年5月25日
20104
+ /**
20105
+ * upDate
20106
+ * @desc:修改常用语
20107
+ * @author liufan
20108
+ * @param {Object} val 修改值
20109
+ * @date 2022年5月25日
20100
20110
  **/
20101
20111
  upDate: function upDate(val) {
20102
20112
  this.FormData.id = val.id;
@@ -20104,11 +20114,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20104
20114
  },
20105
20115
 
20106
20116
 
20107
- /**
20108
- * getProcess
20109
- * @desc:获取选择流程
20110
- * @author liufan
20111
- * @date 2022年5月25日
20117
+ /**
20118
+ * getProcess
20119
+ * @desc:获取选择流程
20120
+ * @author liufan
20121
+ * @date 2022年5月25日
20112
20122
  **/
20113
20123
  getProcess: function getProcess() {
20114
20124
  var _this25 = this;
@@ -20162,11 +20172,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20162
20172
  });
20163
20173
  },
20164
20174
 
20165
- /**
20166
- * getPendedhistoryList
20167
- * @desc:获取流程列表
20168
- * @author liufan
20169
- * @date 2022年5月25日
20175
+ /**
20176
+ * getPendedhistoryList
20177
+ * @desc:获取流程列表
20178
+ * @author liufan
20179
+ * @date 2022年5月25日
20170
20180
  **/
20171
20181
  getPendedhistoryList: function getPendedhistoryList() {
20172
20182
  var _this26 = this;
@@ -20198,12 +20208,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20198
20208
  },
20199
20209
 
20200
20210
  // 提交流程
20201
- /**
20202
- * subProcess
20203
- * @desc:提交流程
20204
- * @author liufan
20205
- * @param {String} formName 当前form表单ref值
20206
- * @date 2022年5月25日
20211
+ /**
20212
+ * subProcess
20213
+ * @desc:提交流程
20214
+ * @author liufan
20215
+ * @param {String} formName 当前form表单ref值
20216
+ * @date 2022年5月25日
20207
20217
  **/
20208
20218
  subProcess: function subProcess(val) {
20209
20219
  var _this27 = this;
@@ -22911,11 +22921,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22911
22921
  });
22912
22922
  },
22913
22923
 
22914
- /**
22915
- * saveInfo
22916
- * @desc:暂存
22917
- * @author liufan
22918
- * @date 2022年9月9日
22924
+ /**
22925
+ * saveInfo
22926
+ * @desc:暂存
22927
+ * @author liufan
22928
+ * @date 2022年9月9日
22919
22929
  **/
22920
22930
  saveInfo: function saveInfo(type, btn) {
22921
22931
  var _this9 = this;
@@ -22977,11 +22987,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22977
22987
  });
22978
22988
  },
22979
22989
 
22980
- /**
22981
- * rejectBtn
22982
- * @desc:点击驳回
22983
- * @author liufan
22984
- * @date 2022年5月25日
22990
+ /**
22991
+ * rejectBtn
22992
+ * @desc:点击驳回
22993
+ * @author liufan
22994
+ * @date 2022年5月25日
22985
22995
  **/
22986
22996
  rejectBtn: function rejectBtn() {
22987
22997
  var _this11 = this;
@@ -22999,11 +23009,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22999
23009
  }
23000
23010
  },
23001
23011
 
23002
- /**
23003
- * taskReadBtn
23004
- * @desc:点击分阅
23005
- * @author liufan
23006
- * @date 2022年5月25日
23012
+ /**
23013
+ * taskReadBtn
23014
+ * @desc:点击分阅
23015
+ * @author liufan
23016
+ * @date 2022年5月25日
23007
23017
  **/
23008
23018
  taskReadBtn: function taskReadBtn() {
23009
23019
  var _this12 = this;
@@ -23022,11 +23032,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23022
23032
  }
23023
23033
  },
23024
23034
 
23025
- /**
23026
- * getFind
23027
- * @desc:获取通知方式
23028
- * @author liufan
23029
- * @date 2022年5月25日
23035
+ /**
23036
+ * getFind
23037
+ * @desc:获取通知方式
23038
+ * @author liufan
23039
+ * @date 2022年5月25日
23030
23040
  **/
23031
23041
  getFind: function getFind() {
23032
23042
  var _this13 = this;
@@ -23092,12 +23102,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23092
23102
  });
23093
23103
  },
23094
23104
 
23095
- /**
23096
- * endFlows
23097
- * @desc:直接办结
23098
- * @author liufan
23099
- * @param {Object} res 直接办结数据
23100
- * @date 2022年5月25日
23105
+ /**
23106
+ * endFlows
23107
+ * @desc:直接办结
23108
+ * @author liufan
23109
+ * @param {Object} res 直接办结数据
23110
+ * @date 2022年5月25日
23101
23111
  **/
23102
23112
  endFlows: function endFlows(res) {
23103
23113
  var _this15 = this;
@@ -23152,12 +23162,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23152
23162
  }).catch(function (e) {});
23153
23163
  },
23154
23164
 
23155
- /**
23156
- * goView
23157
- * @desc:更多流程按钮操作
23158
- * @author liufan
23159
- * @param {Object} res 当前点击操作按钮数据
23160
- * @date 2022年5月25日
23165
+ /**
23166
+ * goView
23167
+ * @desc:更多流程按钮操作
23168
+ * @author liufan
23169
+ * @param {Object} res 当前点击操作按钮数据
23170
+ * @date 2022年5月25日
23161
23171
  **/
23162
23172
  goView: function goView(res) {
23163
23173
  // 驳回并办结:rejectAndEndHtml
@@ -23242,11 +23252,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23242
23252
  // isCanStartSubFlow
23243
23253
  },
23244
23254
 
23245
- /**
23246
- * toTakeAdvice
23247
- * @desc:征求意见
23248
- * @author liufan
23249
- * @date 2022年9月29日
23255
+ /**
23256
+ * toTakeAdvice
23257
+ * @desc:征求意见
23258
+ * @author liufan
23259
+ * @date 2022年9月29日
23250
23260
  **/
23251
23261
  toTakeAdvice: function toTakeAdvice(res) {
23252
23262
  var _this17 = this;
@@ -23290,11 +23300,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23290
23300
  });
23291
23301
  },
23292
23302
 
23293
- /**
23294
- * toStartDraf
23295
- * @desc: 稿件递送、联合审核、复核
23296
- * @author liufan
23297
- * @date 2022年9月29日
23303
+ /**
23304
+ * toStartDraf
23305
+ * @desc: 稿件递送、联合审核、复核
23306
+ * @author liufan
23307
+ * @date 2022年9月29日
23298
23308
  **/
23299
23309
  toStartDraf: function toStartDraf(res) {
23300
23310
  var _this19 = this;
@@ -23308,11 +23318,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23308
23318
  }
23309
23319
  },
23310
23320
 
23311
- /**
23312
- * toSendMsg
23313
- * @desc:核稿通知
23314
- * @author liufan
23315
- * @date 2022年9月29日
23321
+ /**
23322
+ * toSendMsg
23323
+ * @desc:核稿通知
23324
+ * @author liufan
23325
+ * @date 2022年9月29日
23316
23326
  **/
23317
23327
  toSendMsg: function toSendMsg(res) {
23318
23328
  var _this20 = this;
@@ -23326,11 +23336,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23326
23336
  }
23327
23337
  },
23328
23338
 
23329
- /**
23330
- * toTaskReadAndEnd
23331
- * @desc:分阅并办结
23332
- * @author liufan
23333
- * @date 2022年9月29日
23339
+ /**
23340
+ * toTaskReadAndEnd
23341
+ * @desc:分阅并办结
23342
+ * @author liufan
23343
+ * @date 2022年9月29日
23334
23344
  **/
23335
23345
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
23336
23346
  var _this21 = this;
@@ -23348,11 +23358,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23348
23358
  }
23349
23359
  },
23350
23360
 
23351
- /**
23352
- * rejectAndEnd
23353
- * @desc:驳回并办结
23354
- * @author liufan
23355
- * @date 2022年9月29日
23361
+ /**
23362
+ * rejectAndEnd
23363
+ * @desc:驳回并办结
23364
+ * @author liufan
23365
+ * @date 2022年9月29日
23356
23366
  **/
23357
23367
  rejectAndEnd: function rejectAndEnd(res) {
23358
23368
  var _this22 = this;
@@ -23408,11 +23418,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23408
23418
  });
23409
23419
  },
23410
23420
 
23411
- /**
23412
- * toTransfer
23413
- * @desc:转办
23414
- * @author liufan
23415
- * @date 2022年9月29日
23421
+ /**
23422
+ * toTransfer
23423
+ * @desc:转办
23424
+ * @author liufan
23425
+ * @date 2022年9月29日
23416
23426
  **/
23417
23427
  toTransfer: function toTransfer(res) {
23418
23428
  var _this24 = this;
@@ -23428,11 +23438,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23428
23438
  }
23429
23439
  },
23430
23440
 
23431
- /**
23432
- * getNodeInfo
23433
- * @desc:获取节点信息
23434
- * @author liufan
23435
- * @date 2022年5月25日
23441
+ /**
23442
+ * getNodeInfo
23443
+ * @desc:获取节点信息
23444
+ * @author liufan
23445
+ * @date 2022年5月25日
23436
23446
  **/
23437
23447
  getNodeInfo: function getNodeInfo() {
23438
23448
  var _this25 = this;
@@ -23532,12 +23542,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23532
23542
  });
23533
23543
  },
23534
23544
 
23535
- /**
23536
- * selecNext
23537
- * @desc:下步节点变化时更新数据
23538
- * @author liufan
23539
- * @param {String} val 当前选中值
23540
- * @date 2022年5月25日
23545
+ /**
23546
+ * selecNext
23547
+ * @desc:下步节点变化时更新数据
23548
+ * @author liufan
23549
+ * @param {String} val 当前选中值
23550
+ * @date 2022年5月25日
23541
23551
  **/
23542
23552
  selecNext: function selecNext(val, type, isDef) {
23543
23553
  var _this26 = this;
@@ -23646,11 +23656,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23646
23656
  this.getNodeInfo();
23647
23657
  },
23648
23658
 
23649
- /**
23650
- * isMultiple
23651
- * @desc:是否多选
23652
- * @author liufan
23653
- * @date 2022年9月13日
23659
+ /**
23660
+ * isMultiple
23661
+ * @desc:是否多选
23662
+ * @author liufan
23663
+ * @date 2022年9月13日
23654
23664
  **/
23655
23665
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
23656
23666
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -23682,11 +23692,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23682
23692
  }
23683
23693
  },
23684
23694
 
23685
- /**
23686
- * getHedInfo
23687
- * @desc:获取审核页面数据
23688
- * @author liufan
23689
- * @date 2022年5月25日
23695
+ /**
23696
+ * getHedInfo
23697
+ * @desc:获取审核页面数据
23698
+ * @author liufan
23699
+ * @date 2022年5月25日
23690
23700
  **/
23691
23701
  getHedInfo: function getHedInfo() {
23692
23702
  var _this27 = this;
@@ -23932,13 +23942,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23932
23942
  });
23933
23943
  },
23934
23944
 
23935
- /**
23936
- * closeProcess
23937
- * @desc:关闭弹窗
23938
- * @author liufan
23939
- * @param {boolean} val 当前是否办理流程
23940
- * @param {String} type 当前点击的弹窗类型
23941
- * @date 2022年5月25日
23945
+ /**
23946
+ * closeProcess
23947
+ * @desc:关闭弹窗
23948
+ * @author liufan
23949
+ * @param {boolean} val 当前是否办理流程
23950
+ * @param {String} type 当前点击的弹窗类型
23951
+ * @date 2022年5月25日
23942
23952
  **/
23943
23953
  closeProcess: function closeProcess(val, type, closeParent) {
23944
23954
  if (closeParent) {
@@ -23956,23 +23966,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23956
23966
  }
23957
23967
  },
23958
23968
 
23959
- /**
23960
- * selectChange
23961
- * @desc:常用语选择
23962
- * @author liufan
23963
- * @param {String} val 选中值
23964
- * @date 2022年5月25日
23969
+ /**
23970
+ * selectChange
23971
+ * @desc:常用语选择
23972
+ * @author liufan
23973
+ * @param {String} val 选中值
23974
+ * @date 2022年5月25日
23965
23975
  **/
23966
23976
  selectChange: function selectChange(val) {
23967
23977
  this.value = val;
23968
23978
  },
23969
23979
 
23970
- /**
23971
- * upDate
23972
- * @desc:修改常用语
23973
- * @author liufan
23974
- * @param {Object} val 修改值
23975
- * @date 2022年5月25日
23980
+ /**
23981
+ * upDate
23982
+ * @desc:修改常用语
23983
+ * @author liufan
23984
+ * @param {Object} val 修改值
23985
+ * @date 2022年5月25日
23976
23986
  **/
23977
23987
  upDate: function upDate(val) {
23978
23988
  this.FormData.id = val.id;
@@ -23980,11 +23990,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23980
23990
  },
23981
23991
 
23982
23992
 
23983
- /**
23984
- * getProcess
23985
- * @desc:获取选择流程
23986
- * @author liufan
23987
- * @date 2022年5月25日
23993
+ /**
23994
+ * getProcess
23995
+ * @desc:获取选择流程
23996
+ * @author liufan
23997
+ * @date 2022年5月25日
23988
23998
  **/
23989
23999
  getProcess: function getProcess(val) {
23990
24000
  var _this28 = this;
@@ -24039,11 +24049,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24039
24049
  });
24040
24050
  },
24041
24051
 
24042
- /**
24043
- * getPendedhistoryList
24044
- * @desc:获取流程列表
24045
- * @author liufan
24046
- * @date 2022年5月25日
24052
+ /**
24053
+ * getPendedhistoryList
24054
+ * @desc:获取流程列表
24055
+ * @author liufan
24056
+ * @date 2022年5月25日
24047
24057
  **/
24048
24058
  getPendedhistoryList: function getPendedhistoryList() {
24049
24059
  var _this29 = this;
@@ -24111,12 +24121,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24111
24121
  },
24112
24122
 
24113
24123
  // 提交流程
24114
- /**
24115
- * subProcess
24116
- * @desc:提交流程
24117
- * @author liufan
24118
- * @param {String} formName 当前form表单ref值
24119
- * @date 2022年5月25日
24124
+ /**
24125
+ * subProcess
24126
+ * @desc:提交流程
24127
+ * @author liufan
24128
+ * @param {String} formName 当前form表单ref值
24129
+ * @date 2022年5月25日
24120
24130
  **/
24121
24131
  subProcess: function subProcess(val, type) {
24122
24132
  var _this31 = this;