eoss-ui 0.6.54 → 0.6.56

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 +266 -212
  2. package/lib/button.js +403 -347
  3. package/lib/checkbox-group.js +273 -219
  4. package/lib/data-table-form.js +269 -215
  5. package/lib/data-table.js +277 -228
  6. package/lib/date-picker.js +403 -347
  7. package/lib/dialog.js +268 -219
  8. package/lib/enable-drag.js +8 -8
  9. package/lib/eoss-ui.common.js +1049 -894
  10. package/lib/flow-group.js +272 -216
  11. package/lib/flow-list.js +699 -626
  12. package/lib/flow.js +548 -499
  13. package/lib/form.js +274 -225
  14. package/lib/handle-user.js +503 -429
  15. package/lib/handler.js +272 -216
  16. package/lib/icon.js +272 -216
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +403 -347
  19. package/lib/input.js +406 -350
  20. package/lib/login.js +273 -224
  21. package/lib/main.js +550 -431
  22. package/lib/menu.js +48 -12
  23. package/lib/nav.js +274 -218
  24. package/lib/page.js +272 -216
  25. package/lib/pagination.js +272 -216
  26. package/lib/player.js +494 -416
  27. package/lib/qr-code.js +285 -229
  28. package/lib/radio-group.js +279 -223
  29. package/lib/retrial-auth.js +272 -216
  30. package/lib/select-ganged.js +406 -350
  31. package/lib/select.js +410 -352
  32. package/lib/selector-panel.js +271 -217
  33. package/lib/selector.js +272 -216
  34. package/lib/sizer.js +269 -220
  35. package/lib/steps.js +277 -221
  36. package/lib/switch.js +272 -216
  37. package/lib/table-form.js +272 -216
  38. package/lib/tabs.js +272 -216
  39. package/lib/theme-chalk/index.css +1 -1
  40. package/lib/theme-chalk/main.css +1 -1
  41. package/lib/theme-chalk/simplicity.css +1 -1
  42. package/lib/tips.js +277 -221
  43. package/lib/tree-group.js +272 -216
  44. package/lib/tree.js +277 -221
  45. package/lib/upload.js +290 -233
  46. package/lib/utils/util.js +231 -182
  47. package/lib/wujie.js +272 -216
  48. package/lib/wxlogin.js +404 -348
  49. package/package.json +159 -159
  50. package/packages/.DS_Store +0 -0
  51. package/packages/button/index.js +5 -5
  52. package/packages/button/src/main.vue +418 -418
  53. package/packages/button-group/index.js +5 -5
  54. package/packages/button-group/src/main.vue +298 -298
  55. package/packages/calendar/index.js +5 -5
  56. package/packages/card/index.js +5 -5
  57. package/packages/card/src/main.vue +156 -156
  58. package/packages/cascader/index.js +5 -5
  59. package/packages/cascader/src/main.vue +168 -168
  60. package/packages/checkbox-group/index.js +5 -5
  61. package/packages/checkbox-group/src/main.vue +333 -333
  62. package/packages/clients/index.js +5 -5
  63. package/packages/clients/src/main.vue +144 -144
  64. package/packages/data-table/.DS_Store +0 -0
  65. package/packages/data-table/index.js +5 -5
  66. package/packages/data-table/src/children.vue +39 -39
  67. package/packages/data-table/src/column.vue +989 -989
  68. package/packages/data-table/src/main.vue +1822 -1822
  69. package/packages/data-table/src/sizer.vue +195 -195
  70. package/packages/data-table-form/.DS_Store +0 -0
  71. package/packages/data-table-form/index.js +5 -5
  72. package/packages/data-table-form/src/checkbox.vue +101 -101
  73. package/packages/data-table-form/src/colgroup.vue +17 -17
  74. package/packages/data-table-form/src/main.vue +181 -181
  75. package/packages/data-table-form/src/radio.vue +65 -65
  76. package/packages/data-table-form/src/table.vue +233 -233
  77. package/packages/data-table-form/src/tbody.vue +336 -336
  78. package/packages/data-table-form/src/thead.vue +68 -68
  79. package/packages/date-picker/index.js +5 -5
  80. package/packages/date-picker/src/main.vue +236 -236
  81. package/packages/dialog/index.js +5 -5
  82. package/packages/enable-drag/index.js +5 -5
  83. package/packages/enterprise/index.js +5 -5
  84. package/packages/enterprise/src/main.vue +66 -66
  85. package/packages/error-page/.DS_Store +0 -0
  86. package/packages/error-page/index.js +5 -5
  87. package/packages/error-page/src/main.vue +44 -44
  88. package/packages/flow/.DS_Store +0 -0
  89. package/packages/flow/index.js +5 -5
  90. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  91. package/packages/flow/src/component/CustomPreset.vue +322 -322
  92. package/packages/flow/src/component/FileList.vue +99 -99
  93. package/packages/flow/src/component/Preset.vue +255 -255
  94. package/packages/flow/src/component/SendMsg.vue +229 -229
  95. package/packages/flow/src/component/TimeLimit.vue +190 -190
  96. package/packages/flow/src/component/taskUnionExamine.vue +611 -611
  97. package/packages/flow/src/form.vue +121 -121
  98. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  99. package/packages/flow/src/main.vue +3131 -3131
  100. package/packages/flow/src/processForm.vue +1031 -1031
  101. package/packages/flow/src/processReject.vue +293 -293
  102. package/packages/flow/src/reset.vue +900 -900
  103. package/packages/flow/src/startTaskRead.vue +641 -641
  104. package/packages/flow/src/supervise.vue +138 -138
  105. package/packages/flow/src/table.vue +58 -58
  106. package/packages/flow-group/.DS_Store +0 -0
  107. package/packages/flow-group/index.js +5 -5
  108. package/packages/flow-group/src/main.vue +688 -688
  109. package/packages/flow-list/index.js +5 -5
  110. package/packages/flow-list/src/main.vue +1437 -1437
  111. package/packages/form/.DS_Store +0 -0
  112. package/packages/form/index.js +5 -5
  113. package/packages/form/src/main.vue +3583 -3583
  114. package/packages/form/src/table.vue +1426 -1426
  115. package/packages/handle-user/index.js +5 -5
  116. package/packages/handle-user/src/main.vue +138 -138
  117. package/packages/handler/.DS_Store +0 -0
  118. package/packages/handler/index.js +5 -5
  119. package/packages/handler/src/main.vue +493 -493
  120. package/packages/icon/index.js +5 -5
  121. package/packages/icon/src/main.vue +101 -101
  122. package/packages/icons/index.js +5 -5
  123. package/packages/icons/src/main.vue +81 -81
  124. package/packages/input/index.js +5 -5
  125. package/packages/input/src/main.vue +356 -356
  126. package/packages/input-number/index.js +5 -5
  127. package/packages/input-number/src/main.vue +106 -106
  128. package/packages/label/index.js +5 -5
  129. package/packages/label/src/main.vue +457 -457
  130. package/packages/layout/index.js +5 -5
  131. package/packages/layout/src/item.vue +152 -152
  132. package/packages/layout/src/main.vue +31 -31
  133. package/packages/login/.DS_Store +0 -0
  134. package/packages/login/index.js +5 -5
  135. package/packages/login/src/main.vue +1935 -1935
  136. package/packages/login/src/resetPassword.vue +562 -562
  137. package/packages/main/.DS_Store +0 -0
  138. package/packages/main/index.js +5 -5
  139. package/packages/main/src/.DS_Store +0 -0
  140. package/packages/main/src/default/message.vue +249 -249
  141. package/packages/main/src/default/notice.vue +157 -157
  142. package/packages/main/src/default/userinfo.vue +503 -503
  143. package/packages/main/src/public/online.vue +89 -89
  144. package/packages/main/src/public/search.vue +462 -466
  145. package/packages/main/src/public/settings.vue +221 -221
  146. package/packages/main/src/simplicity/apps.vue +388 -388
  147. package/packages/main/src/simplicity/avatar.vue +82 -82
  148. package/packages/main/src/simplicity/handler.vue +259 -259
  149. package/packages/main/src/simplicity/index.vue +2076 -2064
  150. package/packages/main/src/simplicity/lists.vue +84 -84
  151. package/packages/main/src/simplicity/menu-list.vue +135 -128
  152. package/packages/main/src/simplicity/message.vue +259 -259
  153. package/packages/main/src/simplicity/notice.vue +190 -190
  154. package/packages/main/src/simplicity/router-page.vue +45 -45
  155. package/packages/main/src/simplicity/sub-menu.vue +263 -241
  156. package/packages/main/src/simplicity/user.vue +257 -257
  157. package/packages/main/src/simplicity/userinfo.vue +312 -312
  158. package/packages/menu/index.js +5 -5
  159. package/packages/menu/src/main.vue +580 -536
  160. package/packages/nav/index.js +5 -5
  161. package/packages/nav/src/main.vue +351 -351
  162. package/packages/notify/index.js +5 -5
  163. package/packages/notify/src/main.vue +538 -538
  164. package/packages/page/index.js +5 -5
  165. package/packages/page/src/main.vue +167 -167
  166. package/packages/pagination/index.js +5 -5
  167. package/packages/pagination/src/main.vue +96 -96
  168. package/packages/player/index.js +5 -5
  169. package/packages/player/src/main.vue +194 -194
  170. package/packages/qr-code/index.js +5 -5
  171. package/packages/qr-code/src/main.vue +170 -170
  172. package/packages/radio-group/index.js +6 -6
  173. package/packages/radio-group/src/main.vue +319 -319
  174. package/packages/retrial-auth/.DS_Store +0 -0
  175. package/packages/retrial-auth/index.js +5 -5
  176. package/packages/retrial-auth/src/main.vue +280 -280
  177. package/packages/select/.DS_Store +0 -0
  178. package/packages/select/index.js +5 -5
  179. package/packages/select/src/main.vue +778 -776
  180. package/packages/select-ganged/index.js +5 -5
  181. package/packages/select-ganged/src/main.vue +724 -724
  182. package/packages/selector/.DS_Store +0 -0
  183. package/packages/selector/index.js +5 -5
  184. package/packages/selector/src/main.vue +687 -687
  185. package/packages/selector-panel/.DS_Store +0 -0
  186. package/packages/selector-panel/index.js +5 -5
  187. package/packages/selector-panel/src/main.vue +1027 -1027
  188. package/packages/selector-panel/src/selection.vue +177 -177
  189. package/packages/selector-panel/src/tree.vue +129 -129
  190. package/packages/sizer/.DS_Store +0 -0
  191. package/packages/sizer/index.js +5 -5
  192. package/packages/sizer/src/main.vue +254 -254
  193. package/packages/steps/index.js +5 -5
  194. package/packages/steps/src/main.vue +181 -181
  195. package/packages/switch/index.js +5 -5
  196. package/packages/switch/src/main.vue +154 -154
  197. package/packages/table-form/index.js +5 -5
  198. package/packages/tabs/.DS_Store +0 -0
  199. package/packages/tabs/index.js +5 -5
  200. package/packages/tabs/src/main.vue +788 -788
  201. package/packages/tabs-panel/index.js +5 -5
  202. package/packages/tabs-panel/src/main.vue +29 -29
  203. package/packages/theme-chalk/lib/index.css +1 -1
  204. package/packages/theme-chalk/lib/main.css +1 -1
  205. package/packages/theme-chalk/lib/simplicity.css +1 -1
  206. package/packages/theme-chalk/src/.DS_Store +0 -0
  207. package/packages/theme-chalk/src/base.scss +260 -260
  208. package/packages/theme-chalk/src/button-group.scss +175 -175
  209. package/packages/theme-chalk/src/button.scss +24 -24
  210. package/packages/theme-chalk/src/calendar.scss +113 -113
  211. package/packages/theme-chalk/src/card.scss +99 -99
  212. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  213. package/packages/theme-chalk/src/clients.scss +87 -87
  214. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  215. package/packages/theme-chalk/src/data-table.scss +293 -293
  216. package/packages/theme-chalk/src/date-picker.scss +7 -7
  217. package/packages/theme-chalk/src/dialog.scss +77 -77
  218. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  219. package/packages/theme-chalk/src/enterprise.scss +5 -5
  220. package/packages/theme-chalk/src/error-page.scss +18 -18
  221. package/packages/theme-chalk/src/flow-group.scss +110 -110
  222. package/packages/theme-chalk/src/flow-list.scss +36 -36
  223. package/packages/theme-chalk/src/flow.scss +336 -336
  224. package/packages/theme-chalk/src/form.scss +496 -496
  225. package/packages/theme-chalk/src/handle-user.scss +40 -40
  226. package/packages/theme-chalk/src/handler.scss +143 -143
  227. package/packages/theme-chalk/src/icon.scss +1789 -1789
  228. package/packages/theme-chalk/src/icons.scss +99 -99
  229. package/packages/theme-chalk/src/input.scss +9 -9
  230. package/packages/theme-chalk/src/label.scss +24 -24
  231. package/packages/theme-chalk/src/layout.scss +46 -46
  232. package/packages/theme-chalk/src/login.scss +969 -969
  233. package/packages/theme-chalk/src/main.scss +663 -663
  234. package/packages/theme-chalk/src/menu.scss +222 -222
  235. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  236. package/packages/theme-chalk/src/nav.scss +111 -111
  237. package/packages/theme-chalk/src/page.scss +3 -3
  238. package/packages/theme-chalk/src/pagination.scss +29 -29
  239. package/packages/theme-chalk/src/player.scss +9 -9
  240. package/packages/theme-chalk/src/qr-code.scss +17 -17
  241. package/packages/theme-chalk/src/radio-group.scss +9 -9
  242. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  243. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  244. package/packages/theme-chalk/src/select.scss +8 -8
  245. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  246. package/packages/theme-chalk/src/selector.scss +91 -91
  247. package/packages/theme-chalk/src/simplicity.scss +1351 -1265
  248. package/packages/theme-chalk/src/sizer.scss +36 -36
  249. package/packages/theme-chalk/src/steps.scss +88 -88
  250. package/packages/theme-chalk/src/switch.scss +3 -3
  251. package/packages/theme-chalk/src/table-form.scss +1 -1
  252. package/packages/theme-chalk/src/tabs.scss +87 -87
  253. package/packages/theme-chalk/src/tips.scss +7 -7
  254. package/packages/theme-chalk/src/toolbar.scss +179 -179
  255. package/packages/theme-chalk/src/tree-group.scss +72 -72
  256. package/packages/theme-chalk/src/tree.scss +165 -165
  257. package/packages/theme-chalk/src/upload.scss +168 -168
  258. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  259. package/packages/tips/index.js +5 -5
  260. package/packages/tips/src/main.vue +141 -141
  261. package/packages/toolbar/index.js +5 -5
  262. package/packages/toolbar/src/main.vue +430 -430
  263. package/packages/tree/index.js +5 -5
  264. package/packages/tree/src/main.vue +2 -2
  265. package/packages/tree-group/index.js +5 -5
  266. package/packages/upload/.DS_Store +0 -0
  267. package/packages/upload/index.js +5 -5
  268. package/packages/upload/src/main.vue +1347 -1343
  269. package/packages/upload/src/picture.js +15 -15
  270. package/packages/wujie/index.js +5 -5
  271. package/packages/wujie/src/main.vue +145 -145
  272. package/packages/wxlogin/index.js +5 -5
  273. package/packages/wxlogin/src/main.vue +128 -128
  274. package/src/.DS_Store +0 -0
  275. package/src/config/api.js +281 -281
  276. package/src/config/image.js +2 -2
  277. package/src/index.js +160 -160
  278. package/src/utils/bus.js +3 -3
  279. package/src/utils/date-util.js +312 -312
  280. package/src/utils/http.js +50 -50
  281. package/src/utils/rules.js +18 -18
  282. package/src/utils/store.js +21 -21
  283. package/src/utils/util.js +2 -2
  284. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -90,20 +90,26 @@ module.exports =
90
90
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
91
91
 
92
92
  "use strict";
93
- /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
94
- /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5);
95
- /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
96
- /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4);
97
- /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_2__);
98
- /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
99
- /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_3__);
100
- /* harmony import */ var _webSocket__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7);
101
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(2);
102
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_5__);
93
+ /* harmony import */ var babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4);
94
+ /* harmony import */ var babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__);
95
+ /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
96
+ /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
97
+ /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_2__);
98
+ /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(5);
99
+ /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_3__);
100
+ /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7);
101
+ /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_4__);
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__);
105
+
106
+
103
107
  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; };
104
108
 
105
109
  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; };
106
110
 
111
+ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; }
112
+
107
113
  function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }
108
114
 
109
115
  /**
@@ -114,8 +120,8 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
114
120
  **/
115
121
 
116
122
  /* eslint-disable indent */
117
- var sm2 = __webpack_require__(11).sm2;
118
- var lodash = __webpack_require__(10);
123
+ var sm2 = __webpack_require__(12).sm2;
124
+ var lodash = __webpack_require__(11);
119
125
 
120
126
 
121
127
 
@@ -136,7 +142,7 @@ var loginMsg = void 0;
136
142
  var initAuth = void 0;
137
143
  var $_http = void 0;
138
144
 
139
- var JSONbigToString = json_bigint__WEBPACK_IMPORTED_MODULE_3___default()({ storeAsString: true });
145
+ var JSONbigToString = json_bigint__WEBPACK_IMPORTED_MODULE_4___default()({ storeAsString: true });
140
146
 
141
147
 
142
148
  /**
@@ -207,7 +213,7 @@ var ajax = function ajax(_ref) {
207
213
  var http = $_http;
208
214
  if (!http) {
209
215
  var baseURL = host === true ? getStorage('host') : host === false ? '' : host;
210
- http = axios__WEBPACK_IMPORTED_MODULE_1___default.a.create({
216
+ http = axios__WEBPACK_IMPORTED_MODULE_2___default.a.create({
211
217
  baseURL: baseURL,
212
218
  timeout: 99000,
213
219
  transformResponse: [function (data) {
@@ -280,7 +286,7 @@ var ajax = function ajax(_ref) {
280
286
  clearTimeout(loginMsg);
281
287
  loginMsg = setTimeout(function () {
282
288
  sessionStorage.setItem('remind', 1);
283
- eoss_element__WEBPACK_IMPORTED_MODULE_5__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
289
+ eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
284
290
  confirmButtonText: '确定',
285
291
  closeOnClickModal: false,
286
292
  type: 'warning'
@@ -331,7 +337,7 @@ var ajax = function ajax(_ref) {
331
337
  } else if (response.data.rCode === 61) {
332
338
  clearTimeout(initAuth);
333
339
  initAuth = setTimeout(function () {
334
- Object(eoss_element__WEBPACK_IMPORTED_MODULE_5__["MessageBox"])({
340
+ Object(eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"])({
335
341
  title: '请进行二次鉴权',
336
342
  closeOnClickModal: false,
337
343
  closeOnPressEscape: false,
@@ -487,7 +493,7 @@ var ajax = function ajax(_ref) {
487
493
  }
488
494
  }
489
495
  if (method === 'post' && format) {
490
- data = qs__WEBPACK_IMPORTED_MODULE_2___default.a.stringify(data);
496
+ data = qs__WEBPACK_IMPORTED_MODULE_3___default.a.stringify(data);
491
497
  if (!header['content-type'] && !header['Content-Type']) {
492
498
  header['content-type'] = 'application/x-www-form-urlencoded;charset=UTF-8';
493
499
  }
@@ -1615,7 +1621,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1615
1621
  * @param {function} callback - 回调函数
1616
1622
  **/
1617
1623
  var getMainConfig = function getMainConfig(callback) {
1618
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "kb"] }).then(function (res) {
1624
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "kb"] }).then(function (res) {
1619
1625
  if (res && res.rCode === 0) {
1620
1626
  callback(res.results);
1621
1627
  }
@@ -2347,137 +2353,196 @@ var isFunction = function isFunction(obj) {
2347
2353
  * @param {sting} [loginPage] - 第三方登录页面地址
2348
2354
  * @param {boolean} [redirect] - 是否重定向(用于新脚手架)
2349
2355
  **/
2350
- var isLogined = function isLogined(_ref10) {
2351
- var to = _ref10.to,
2352
- from = _ref10.from,
2353
- next = _ref10.next,
2354
- _ref10$exclude = _ref10.exclude,
2355
- exclude = _ref10$exclude === undefined ? [] : _ref10$exclude,
2356
- cookie = _ref10.cookie,
2357
- loginPage = _ref10.loginPage,
2358
- redirect = _ref10.redirect;
2359
-
2360
- if (cookie === undefined) {
2361
- cookie = getParams({ name: 'cookie' });
2362
- }
2363
- var quit = getParams('quit') || getParams('logout');
2364
- if (quit) {
2365
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "jb"] }).then(function (res) {
2366
- if (res.rCode === 0) {
2367
- removeStorage();
2368
- }
2369
- }).catch(function () {});
2370
- return;
2371
- }
2372
- var pathname = '';
2373
- try {
2374
- pathname = win.top.location.pathname;
2375
- } catch (error) {
2376
- pathname = win.location.pathname;
2377
- }
2378
- if (loginPage) {
2379
- sessionStorage.setItem('loginPage', loginPage);
2380
- if (!startWith(loginPage, ['http', '/'], true)) {
2381
- if (pathname !== '/') {
2382
- var path = pathname.split('/');
2383
- path.splice(pathname.length - 1);
2384
- path = path.join('/');
2385
- loginPage = path + '/' + loginPage.replace('./', '');
2386
- } else {
2387
- loginPage = pathname + loginPage.replace('./', '');
2388
- }
2389
- }
2390
- }
2391
- var token = getStorage('token') || getStorage('Authorization');
2392
- // const logined = getStorage('logined');
2393
- // eslint-disable-next-line eqeqeq
2394
- if (token || cookie == true || cookie == 1) {
2395
- next && next();
2396
- } else {
2397
- if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
2398
- var loadingInstance = eoss_element__WEBPACK_IMPORTED_MODULE_5__["Loading"].service({ text: '页面加载中', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.65)' });
2399
- ajax({
2400
- method: 'post',
2401
- url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* authCenter */ "b"],
2402
- data: to.query
2403
- }).then(function (res) {
2404
- if (res.rCode === 0) {
2405
- var results = res.results;
2406
-
2407
- switch (results.statusCode) {
2408
- case 0:
2409
- var storage = getStorage('storage');
2410
- setStorage({
2411
- type: storage,
2412
- key: {
2413
- ssId: results.ssId,
2414
- token: results.token,
2415
- Authorization: results.token,
2416
- deviceUnique: results.deviceUnique
2356
+ var isLogined = function () {
2357
+ var _ref10 = _asyncToGenerator( /*#__PURE__*/babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.mark(function _callee(_ref11) {
2358
+ var to = _ref11.to,
2359
+ from = _ref11.from,
2360
+ next = _ref11.next,
2361
+ _ref11$exclude = _ref11.exclude,
2362
+ exclude = _ref11$exclude === undefined ? [] : _ref11$exclude,
2363
+ cookie = _ref11.cookie,
2364
+ loginPage = _ref11.loginPage,
2365
+ redirect = _ref11.redirect;
2366
+ var quit, pathname, path, token, loadingInstance;
2367
+ return babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.wrap(function _callee$(_context) {
2368
+ while (1) {
2369
+ switch (_context.prev = _context.next) {
2370
+ case 0:
2371
+ if (cookie === undefined) {
2372
+ cookie = getParams({ name: 'cookie' });
2373
+ }
2374
+ quit = getParams('quit') || getParams('logout');
2375
+
2376
+ if (!quit) {
2377
+ _context.next = 5;
2378
+ break;
2379
+ }
2380
+
2381
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "jb"] }).then(function (res) {
2382
+ if (res.rCode === 0) {
2383
+ removeStorage();
2384
+ }
2385
+ }).catch(function () {});
2386
+ return _context.abrupt('return');
2387
+
2388
+ case 5:
2389
+ pathname = '';
2390
+
2391
+ try {
2392
+ pathname = win.top.location.pathname;
2393
+ } catch (error) {
2394
+ pathname = win.location.pathname;
2395
+ }
2396
+ if (loginPage) {
2397
+ sessionStorage.setItem('loginPage', loginPage);
2398
+ if (!startWith(loginPage, ['http', '/'], true)) {
2399
+ if (pathname !== '/') {
2400
+ path = pathname.split('/');
2401
+
2402
+ path.splice(pathname.length - 1);
2403
+ path = path.join('/');
2404
+ loginPage = path + '/' + loginPage.replace('./', '');
2405
+ } else {
2406
+ loginPage = pathname + loginPage.replace('./', '');
2417
2407
  }
2418
- });
2419
- try {
2420
- var url = delUrlParam({
2421
- url: win.top.location.href,
2422
- key: ['serverId', 'authType', 'code', 'sessionId']
2423
- });
2424
- win.top.location.href = url;
2425
- setTimeout(function () {
2426
- win.top.location.reload();
2427
- }, 200);
2428
- } catch (error) {
2429
- var _url2 = delUrlParam({
2430
- url: win.location.href,
2431
- key: ['serverId', 'authType', 'code', 'sessionId']
2432
- });
2433
- win.location.href = _url2;
2434
- setTimeout(function () {
2435
- win.location.reload();
2436
- }, 200);
2437
2408
  }
2409
+ }
2410
+ token = getStorage('token') || getStorage('Authorization');
2411
+ // const logined = getStorage('logined');
2412
+ // eslint-disable-next-line eqeqeq
2413
+
2414
+ if (!(token || cookie == true || cookie == 1)) {
2415
+ _context.next = 13;
2438
2416
  break;
2439
- case 1:
2440
- break;
2441
- case 2:
2442
- break;
2443
- case 3:
2444
- try {
2445
- var href = results.authorizeUrl.replace('{redirectUri}', encodeURIComponent(win.top.location.href));
2446
- win.top.location.href = href;
2447
- } catch (error) {
2448
- var _href = results.authorizeUrl.replace('{redirectUri}', encodeURIComponent(win.location.href));
2449
- win.location.href = _href;
2450
- }
2417
+ }
2418
+
2419
+ next && next();
2420
+ _context.next = 20;
2421
+ break;
2422
+
2423
+ case 13:
2424
+ if (!(!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType'))) {
2425
+ _context.next = 19;
2451
2426
  break;
2452
- case 4:
2453
- eoss_element__WEBPACK_IMPORTED_MODULE_5__["MessageBox"].alert(results.msg ? results.msg : '账号未绑定,账号密码登录后自动绑定!', '提示', {
2454
- confirmButtonText: '确定',
2455
- type: 'error',
2456
- callback: function callback() {
2457
- sessionStorage.setItem('extUserBindHandleId', results.extUserBindHandleId);
2458
- try {
2459
- if (loginPage) {
2460
- win.top.location.replace(loginPage);
2461
- } else if (document.referrer) {
2462
- win.top.location.replace(document.referrer);
2463
- } else if (win.top.location.href.indexOf('main.html') > -1) {
2464
- win.top.location.href = './login.html';
2465
- } else {
2466
- next('/login');
2427
+ }
2428
+
2429
+ loadingInstance = eoss_element__WEBPACK_IMPORTED_MODULE_6__["Loading"].service({ text: '页面加载中', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.65)' });
2430
+ _context.next = 17;
2431
+ return ajax({
2432
+ method: 'post',
2433
+ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* authCenter */ "b"],
2434
+ data: to.query
2435
+ }).then(function (res) {
2436
+ if (res.rCode === 0) {
2437
+ var results = res.results;
2438
+
2439
+ switch (results.statusCode) {
2440
+ case 0:
2441
+ var storage = getStorage('storage');
2442
+ setStorage({
2443
+ type: storage,
2444
+ key: {
2445
+ ssId: results.ssId,
2446
+ token: results.token,
2447
+ Authorization: results.token,
2448
+ deviceUnique: results.deviceUnique
2449
+ }
2450
+ });
2451
+ try {
2452
+ var url = delUrlParam({
2453
+ url: win.top.location.href,
2454
+ key: ['serverId', 'authType', 'code', 'sessionId']
2455
+ });
2456
+ win.top.location.href = url;
2457
+ setTimeout(function () {
2458
+ win.top.location.reload();
2459
+ }, 200);
2460
+ } catch (error) {
2461
+ var _url2 = delUrlParam({
2462
+ url: win.location.href,
2463
+ key: ['serverId', 'authType', 'code', 'sessionId']
2464
+ });
2465
+ win.location.href = _url2;
2466
+ setTimeout(function () {
2467
+ win.location.reload();
2468
+ }, 200);
2467
2469
  }
2468
- } catch (error) {
2469
- win.postMessage({ type: 1 }, '*');
2470
- }
2470
+ break;
2471
+ case 1:
2472
+ break;
2473
+ case 2:
2474
+ break;
2475
+ case 3:
2476
+ try {
2477
+ var href = results.authorizeUrl.replace('{redirectUri}', encodeURIComponent(win.top.location.href));
2478
+ win.top.location.href = href;
2479
+ } catch (error) {
2480
+ var _href = results.authorizeUrl.replace('{redirectUri}', encodeURIComponent(win.location.href));
2481
+ win.location.href = _href;
2482
+ }
2483
+ break;
2484
+ case 4:
2485
+ eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].alert(results.msg ? results.msg : '账号未绑定,账号密码登录后自动绑定!', '提示', {
2486
+ confirmButtonText: '确定',
2487
+ type: 'error',
2488
+ callback: function callback() {
2489
+ sessionStorage.setItem('extUserBindHandleId', results.extUserBindHandleId);
2490
+ try {
2491
+ if (loginPage) {
2492
+ win.top.location.replace(loginPage);
2493
+ } else if (document.referrer) {
2494
+ win.top.location.replace(document.referrer);
2495
+ } else if (win.top.location.href.indexOf('main.html') > -1) {
2496
+ win.top.location.href = './login.html';
2497
+ } else {
2498
+ next('/login');
2499
+ }
2500
+ } catch (error) {
2501
+ win.postMessage({ type: 1 }, '*');
2502
+ }
2503
+ }
2504
+ });
2505
+ break;
2506
+ default:
2471
2507
  }
2472
- });
2473
- break;
2474
- default:
2475
- }
2476
- } else {
2477
- eoss_element__WEBPACK_IMPORTED_MODULE_5__["MessageBox"].alert(res.msg, '提示', {
2478
- confirmButtonText: '确定',
2479
- type: 'error',
2480
- callback: function callback() {
2508
+ } else {
2509
+ eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].alert(res.msg, '提示', {
2510
+ confirmButtonText: '确定',
2511
+ type: 'error',
2512
+ callback: function callback() {
2513
+ try {
2514
+ if (loginPage) {
2515
+ win.top.location.replace(loginPage);
2516
+ } else if (document.referrer) {
2517
+ win.top.location.replace(document.referrer);
2518
+ } else if (win.top.location.href.indexOf('main.html') > -1) {
2519
+ win.top.location.href = './login.html';
2520
+ } else {
2521
+ next('/login');
2522
+ }
2523
+ } catch (error) {
2524
+ win.postMessage({ type: 1 }, '*');
2525
+ }
2526
+ }
2527
+ });
2528
+ }
2529
+ loadingInstance.close();
2530
+ }).catch(function (e) {
2531
+ loadingInstance.close();
2532
+ });
2533
+
2534
+ case 17:
2535
+ _context.next = 20;
2536
+ break;
2537
+
2538
+ case 19:
2539
+ if (token || to.path === '/' || to.path === '/404' || to.path === '/error' || typeof exclude === 'boolean' && exclude || exclude.indexOf(to.path) > -1 || exclude.indexOf(to.name) > -1 || to.path === '/login' || token && to.path === '/main') {
2540
+ if (redirect && (to.path === '/main' || to.path === '/login')) {
2541
+ window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
2542
+ } else {
2543
+ next();
2544
+ }
2545
+ } else {
2481
2546
  try {
2482
2547
  if (loginPage) {
2483
2548
  win.top.location.replace(loginPage);
@@ -2492,35 +2557,19 @@ var isLogined = function isLogined(_ref10) {
2492
2557
  win.postMessage({ type: 1 }, '*');
2493
2558
  }
2494
2559
  }
2495
- });
2496
- }
2497
- loadingInstance.close();
2498
- }).catch(function (e) {
2499
- loadingInstance.close();
2500
- });
2501
- } else if (token || to.path === '/' || to.path === '/404' || to.path === '/error' || typeof exclude === 'boolean' && exclude || exclude.indexOf(to.path) > -1 || exclude.indexOf(to.name) > -1 || to.path === '/login' || token && to.path === '/main') {
2502
- if (redirect && (to.path === '/main' || to.path === '/login')) {
2503
- window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
2504
- } else {
2505
- next();
2506
- }
2507
- } else {
2508
- try {
2509
- if (loginPage) {
2510
- win.top.location.replace(loginPage);
2511
- } else if (document.referrer) {
2512
- win.top.location.replace(document.referrer);
2513
- } else if (win.top.location.href.indexOf('main.html') > -1) {
2514
- win.top.location.href = './login.html';
2515
- } else {
2516
- next('/login');
2560
+
2561
+ case 20:
2562
+ case 'end':
2563
+ return _context.stop();
2517
2564
  }
2518
- } catch (error) {
2519
- win.postMessage({ type: 1 }, '*');
2520
2565
  }
2521
- }
2522
- }
2523
- };
2566
+ }, _callee, this);
2567
+ }));
2568
+
2569
+ return function isLogined(_x5) {
2570
+ return _ref10.apply(this, arguments);
2571
+ };
2572
+ }();
2524
2573
  var isLogged = function isLogged(res) {
2525
2574
  isLogined(res);
2526
2575
  };
@@ -2570,9 +2619,9 @@ var isObjectEqual = function isObjectEqual(obj, _obj) {
2570
2619
  * @param {string/array} [url] - 地址
2571
2620
  * @param {boolean} [single] - 是否做js沙箱隔离
2572
2621
  **/
2573
- var jointUrl = function jointUrl(_ref11) {
2574
- var url = _ref11.url,
2575
- reg = _ref11.reg;
2622
+ var jointUrl = function jointUrl(_ref12) {
2623
+ var url = _ref12.url,
2624
+ reg = _ref12.reg;
2576
2625
 
2577
2626
  if (startWith(url, ['https', 'http', 'blob:'], true) || !reg || !reg.length) {
2578
2627
  return url;
@@ -2587,13 +2636,13 @@ var jointUrl = function jointUrl(_ref11) {
2587
2636
  return startWith(url, reg) ? url : reg + url;
2588
2637
  };
2589
2638
 
2590
- var loadJs = function loadJs(_ref12) {
2591
- var url = _ref12.url,
2592
- _ref12$type = _ref12.type,
2593
- type = _ref12$type === undefined ? 'text/javascript' : _ref12$type,
2594
- id = _ref12.id,
2595
- _ref12$single = _ref12.single,
2596
- single = _ref12$single === undefined ? true : _ref12$single;
2639
+ var loadJs = function loadJs(_ref13) {
2640
+ var url = _ref13.url,
2641
+ _ref13$type = _ref13.type,
2642
+ type = _ref13$type === undefined ? 'text/javascript' : _ref13$type,
2643
+ id = _ref13.id,
2644
+ _ref13$single = _ref13.single,
2645
+ single = _ref13$single === undefined ? true : _ref13$single;
2597
2646
 
2598
2647
  return new Promise(function (resolve, reject) {
2599
2648
  var script = document.getElementById(id) || document.createElement('script');
@@ -2628,7 +2677,7 @@ var loadJs = function loadJs(_ref12) {
2628
2677
  **/
2629
2678
  var loading = function loading($loading, res) {
2630
2679
  if (!$loading) {
2631
- $loading = eoss_element__WEBPACK_IMPORTED_MODULE_5__["Loading"].service;
2680
+ $loading = eoss_element__WEBPACK_IMPORTED_MODULE_6__["Loading"].service;
2632
2681
  }
2633
2682
  if (isObject(res)) {
2634
2683
  var config = extend({}, {
@@ -2728,11 +2777,11 @@ var queryParams = function queryParams(obj) {
2728
2777
  * @param {string} [url] - 消息源的 URI
2729
2778
  * @param {function} [callback] - 回调函数
2730
2779
  **/
2731
- var receiveMessage = function receiveMessage(_ref13) {
2732
- var _ref13$data = _ref13.data,
2733
- data = _ref13$data === undefined ? {} : _ref13$data,
2734
- url = _ref13.url,
2735
- callback = _ref13.callback;
2780
+ var receiveMessage = function receiveMessage(_ref14) {
2781
+ var _ref14$data = _ref14.data,
2782
+ data = _ref14$data === undefined ? {} : _ref14$data,
2783
+ url = _ref14.url,
2784
+ callback = _ref14.callback;
2736
2785
 
2737
2786
  win.addEventListener('message', function (e) {
2738
2787
  if (url !== undefined) {
@@ -2776,9 +2825,9 @@ var removeStorage = function removeStorage(key) {
2776
2825
  * @param {string、number} [data] - 数字或字符串型数字
2777
2826
  * @param {number} [precision] - 需要的小数位数
2778
2827
  **/
2779
- var replenish = function replenish(_ref14) {
2780
- var data = _ref14.data,
2781
- precision = _ref14.precision;
2828
+ var replenish = function replenish(_ref15) {
2829
+ var data = _ref15.data,
2830
+ precision = _ref15.precision;
2782
2831
 
2783
2832
  if (data && precision && precision > 0) {
2784
2833
  var power = Math.pow(10, precision);
@@ -2924,10 +2973,10 @@ var setScale = function setScale() {
2924
2973
  * @param {object} [data] - 数据---其中type必须表示操作类型
2925
2974
  * @param {string} [url] - 指定的消息发送URI地址
2926
2975
  **/
2927
- var sendMessage = function sendMessage(_ref15) {
2928
- var _ref15$data = _ref15.data,
2929
- data = _ref15$data === undefined ? {} : _ref15$data,
2930
- url = _ref15.url;
2976
+ var sendMessage = function sendMessage(_ref16) {
2977
+ var _ref16$data = _ref16.data,
2978
+ data = _ref16$data === undefined ? {} : _ref16$data,
2979
+ url = _ref16.url;
2931
2980
 
2932
2981
  var iframes = document.getElementsByTagName('iframe');
2933
2982
  for (var i = 0; i < iframes.length; i++) {
@@ -2971,10 +3020,10 @@ var setFavicon = function setFavicon(url) {
2971
3020
  * @param {String, Array, Object} [key] - 数据的名称,array类型表示多个key保存同一个value,object类型时对象的属性名称作为key属性值作为value
2972
3021
  * @param {String} [value] - 数据的值
2973
3022
  **/
2974
- var setStorage = function setStorage(_ref16) {
2975
- var type = _ref16.type,
2976
- key = _ref16.key,
2977
- value = _ref16.value;
3023
+ var setStorage = function setStorage(_ref17) {
3024
+ var type = _ref17.type,
3025
+ key = _ref17.key,
3026
+ value = _ref17.value;
2978
3027
 
2979
3028
  if (value && (typeof value === 'undefined' ? 'undefined' : _typeof(value)) === 'object') {
2980
3029
  value = JSON.stringify(value);
@@ -3021,7 +3070,7 @@ var setStorage = function setStorage(_ref16) {
3021
3070
  * @param {Function} [error] - 重连间隔时间
3022
3071
  **/
3023
3072
  function socket(option, vm) {
3024
- var socket = new _webSocket__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"]();
3073
+ var socket = new _webSocket__WEBPACK_IMPORTED_MODULE_5__[/* default */ "a"]();
3025
3074
  socket.init(option, vm);
3026
3075
  return socket;
3027
3076
  }
@@ -3268,10 +3317,10 @@ var upperCase = function upperCase(text) {
3268
3317
  * @param {Object} [url] - url地址
3269
3318
  * @param {Object} [param] - 被转换的对象
3270
3319
  **/
3271
- var urlJoinParams = function urlJoinParams(_ref17) {
3272
- var url = _ref17.url,
3273
- param = _ref17.param,
3274
- timestamp = _ref17.timestamp;
3320
+ var urlJoinParams = function urlJoinParams(_ref18) {
3321
+ var url = _ref18.url,
3322
+ param = _ref18.param,
3323
+ timestamp = _ref18.timestamp;
3275
3324
 
3276
3325
  var arry = decodeURI(url).split('?');
3277
3326
  var times = new Date().getTime();
@@ -3986,28 +4035,34 @@ function normalizeComponent(
3986
4035
  /* 4 */
3987
4036
  /***/ (function(module, exports) {
3988
4037
 
3989
- module.exports = require("qs");
4038
+ module.exports = require("babel-runtime/regenerator");
3990
4039
 
3991
4040
  /***/ }),
3992
4041
  /* 5 */
3993
4042
  /***/ (function(module, exports) {
3994
4043
 
3995
- module.exports = require("axios");
4044
+ module.exports = require("qs");
3996
4045
 
3997
4046
  /***/ }),
3998
4047
  /* 6 */
3999
4048
  /***/ (function(module, exports) {
4000
4049
 
4001
- module.exports = require("json-bigint");
4050
+ module.exports = require("axios");
4002
4051
 
4003
4052
  /***/ }),
4004
4053
  /* 7 */
4054
+ /***/ (function(module, exports) {
4055
+
4056
+ module.exports = require("json-bigint");
4057
+
4058
+ /***/ }),
4059
+ /* 8 */
4005
4060
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4006
4061
 
4007
4062
  "use strict";
4008
- /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8);
4063
+ /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9);
4009
4064
  /* harmony import */ var sockjs_client__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(sockjs_client__WEBPACK_IMPORTED_MODULE_0__);
4010
- /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9);
4065
+ /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(10);
4011
4066
  /* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(stompjs__WEBPACK_IMPORTED_MODULE_1__);
4012
4067
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
4013
4068
 
@@ -4143,38 +4198,32 @@ var WebSocket = function () {
4143
4198
  /* harmony default export */ __webpack_exports__["a"] = (WebSocket);
4144
4199
 
4145
4200
  /***/ }),
4146
- /* 8 */
4201
+ /* 9 */
4147
4202
  /***/ (function(module, exports) {
4148
4203
 
4149
4204
  module.exports = require("sockjs-client");
4150
4205
 
4151
4206
  /***/ }),
4152
- /* 9 */
4207
+ /* 10 */
4153
4208
  /***/ (function(module, exports) {
4154
4209
 
4155
4210
  module.exports = require("stompjs");
4156
4211
 
4157
4212
  /***/ }),
4158
- /* 10 */
4213
+ /* 11 */
4159
4214
  /***/ (function(module, exports) {
4160
4215
 
4161
4216
  module.exports = require("lodash");
4162
4217
 
4163
4218
  /***/ }),
4164
- /* 11 */
4219
+ /* 12 */
4165
4220
  /***/ (function(module, exports) {
4166
4221
 
4167
4222
  module.exports = require("sm-crypto");
4168
4223
 
4169
4224
  /***/ }),
4170
- /* 12 */,
4171
4225
  /* 13 */,
4172
- /* 14 */
4173
- /***/ (function(module, exports) {
4174
-
4175
- module.exports = require("babel-runtime/regenerator");
4176
-
4177
- /***/ }),
4226
+ /* 14 */,
4178
4227
  /* 15 */,
4179
4228
  /* 16 */,
4180
4229
  /* 17 */
@@ -6646,7 +6695,7 @@ render._withStripped = true
6646
6695
  // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=06ef5eca&
6647
6696
 
6648
6697
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
6649
- var regenerator_ = __webpack_require__(14);
6698
+ var regenerator_ = __webpack_require__(4);
6650
6699
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
6651
6700
 
6652
6701
  // 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/CommonOpinions.vue?vue&type=template&id=feb3781a&
@@ -7456,21 +7505,21 @@ var _components;
7456
7505
  return validSate;
7457
7506
  },
7458
7507
 
7459
- /**
7460
- * changeOpinion
7461
- * @desc:监听意见变化
7462
- * @author liufan
7463
- * @date 2022年10月28日
7508
+ /**
7509
+ * changeOpinion
7510
+ * @desc:监听意见变化
7511
+ * @author liufan
7512
+ * @date 2022年10月28日
7464
7513
  **/
7465
7514
  changeOpinion: function changeOpinion() {
7466
7515
  this.$emit('change', this.form.value);
7467
7516
  },
7468
7517
 
7469
- /**
7470
- * getCommonOpion
7471
- * @desc:获取意见
7472
- * @author liufan
7473
- * @date 2022年5月25日
7518
+ /**
7519
+ * getCommonOpion
7520
+ * @desc:获取意见
7521
+ * @author liufan
7522
+ * @date 2022年5月25日
7474
7523
  **/
7475
7524
  getCommonOpion: function getCommonOpion() {
7476
7525
  var _this = this;
@@ -7499,24 +7548,24 @@ var _components;
7499
7548
  });
7500
7549
  },
7501
7550
 
7502
- /**
7503
- * upDate
7504
- * @desc:修改常用语
7505
- * @author liufan
7506
- * @param {Object} val 修改值
7507
- * @date 2022年5月25日
7551
+ /**
7552
+ * upDate
7553
+ * @desc:修改常用语
7554
+ * @author liufan
7555
+ * @param {Object} val 修改值
7556
+ * @date 2022年5月25日
7508
7557
  **/
7509
7558
  upDate: function upDate(val) {
7510
7559
  this.FormData.id = val.id;
7511
7560
  this.addVisible = true;
7512
7561
  },
7513
7562
 
7514
- /**
7515
- * selectChange
7516
- * @desc:常用语选择
7517
- * @author liufan
7518
- * @param {String} val 选中值
7519
- * @date 2022年5月25日
7563
+ /**
7564
+ * selectChange
7565
+ * @desc:常用语选择
7566
+ * @author liufan
7567
+ * @param {String} val 选中值
7568
+ * @date 2022年5月25日
7520
7569
  **/
7521
7570
  selectChange: function selectChange(val) {
7522
7571
  var _this2 = this;
@@ -7535,12 +7584,12 @@ var _components;
7535
7584
  });
7536
7585
  },
7537
7586
 
7538
- /**
7539
- * del
7540
- * @desc:删除常用语
7541
- * @author liufan
7542
- * @param {Object} val 删除的数据
7543
- * @date 2022年5月25日
7587
+ /**
7588
+ * del
7589
+ * @desc:删除常用语
7590
+ * @author liufan
7591
+ * @param {Object} val 删除的数据
7592
+ * @date 2022年5月25日
7544
7593
  **/
7545
7594
  del: function del(val) {
7546
7595
  var _this3 = this;
@@ -7582,12 +7631,12 @@ var _components;
7582
7631
  }).catch(function (e) {});
7583
7632
  },
7584
7633
 
7585
- /**
7586
- * submit
7587
- * @desc:新增/编辑意见保存
7588
- * @author liufan
7589
- * @param {Object} val 保存数据
7590
- * @date 2022年5月25日
7634
+ /**
7635
+ * submit
7636
+ * @desc:新增/编辑意见保存
7637
+ * @author liufan
7638
+ * @param {Object} val 保存数据
7639
+ * @date 2022年5月25日
7591
7640
  **/
7592
7641
  submit: function submit(val) {
7593
7642
  var _this4 = this;
@@ -10474,11 +10523,11 @@ var processFormvue_type_script_lang_js_components;
10474
10523
  });
10475
10524
  },
10476
10525
 
10477
- /**
10478
- * isMultiple
10479
- * @desc:是否多选
10480
- * @author liufan
10481
- * @date 2022年9月13日
10526
+ /**
10527
+ * isMultiple
10528
+ * @desc:是否多选
10529
+ * @author liufan
10530
+ * @date 2022年9月13日
10482
10531
  **/
10483
10532
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
10484
10533
  var multiple = false;
@@ -14325,11 +14374,11 @@ var resetvue_type_script_lang_js_components;
14325
14374
  });
14326
14375
  },
14327
14376
 
14328
- /**
14329
- * isMultiple
14330
- * @desc:是否多选
14331
- * @author liufan
14332
- * @date 2022年9月13日
14377
+ /**
14378
+ * isMultiple
14379
+ * @desc:是否多选
14380
+ * @author liufan
14381
+ * @date 2022年9月13日
14333
14382
  **/
14334
14383
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
14335
14384
  var multiple = false;
@@ -18693,11 +18742,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18693
18742
  });
18694
18743
  },
18695
18744
 
18696
- /**
18697
- * saveInfo
18698
- * @desc:暂存
18699
- * @author liufan
18700
- * @date 2022年9月9日
18745
+ /**
18746
+ * saveInfo
18747
+ * @desc:暂存
18748
+ * @author liufan
18749
+ * @date 2022年9月9日
18701
18750
  **/
18702
18751
  saveInfo: function saveInfo(type, btn) {
18703
18752
  var _this6 = this;
@@ -18759,11 +18808,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18759
18808
  });
18760
18809
  },
18761
18810
 
18762
- /**
18763
- * rejectBtn
18764
- * @desc:点击驳回
18765
- * @author liufan
18766
- * @date 2022年5月25日
18811
+ /**
18812
+ * rejectBtn
18813
+ * @desc:点击驳回
18814
+ * @author liufan
18815
+ * @date 2022年5月25日
18767
18816
  **/
18768
18817
  rejectBtn: function rejectBtn() {
18769
18818
  var _this8 = this;
@@ -18781,11 +18830,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18781
18830
  }
18782
18831
  },
18783
18832
 
18784
- /**
18785
- * taskReadBtn
18786
- * @desc:点击分阅
18787
- * @author liufan
18788
- * @date 2022年5月25日
18833
+ /**
18834
+ * taskReadBtn
18835
+ * @desc:点击分阅
18836
+ * @author liufan
18837
+ * @date 2022年5月25日
18789
18838
  **/
18790
18839
  taskReadBtn: function taskReadBtn() {
18791
18840
  var _this9 = this;
@@ -18804,11 +18853,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18804
18853
  }
18805
18854
  },
18806
18855
 
18807
- /**
18808
- * getFind
18809
- * @desc:获取通知方式
18810
- * @author liufan
18811
- * @date 2022年5月25日
18856
+ /**
18857
+ * getFind
18858
+ * @desc:获取通知方式
18859
+ * @author liufan
18860
+ * @date 2022年5月25日
18812
18861
  **/
18813
18862
  getFind: function getFind() {
18814
18863
  var _this10 = this;
@@ -18863,12 +18912,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18863
18912
  });
18864
18913
  },
18865
18914
 
18866
- /**
18867
- * endFlows
18868
- * @desc:直接办结
18869
- * @author liufan
18870
- * @param {Object} res 直接办结数据
18871
- * @date 2022年5月25日
18915
+ /**
18916
+ * endFlows
18917
+ * @desc:直接办结
18918
+ * @author liufan
18919
+ * @param {Object} res 直接办结数据
18920
+ * @date 2022年5月25日
18872
18921
  **/
18873
18922
  endFlows: function endFlows(res) {
18874
18923
  var _this12 = this;
@@ -18922,12 +18971,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18922
18971
  }).catch(function (e) {});
18923
18972
  },
18924
18973
 
18925
- /**
18926
- * goView
18927
- * @desc:更多流程按钮操作
18928
- * @author liufan
18929
- * @param {Object} res 当前点击操作按钮数据
18930
- * @date 2022年5月25日
18974
+ /**
18975
+ * goView
18976
+ * @desc:更多流程按钮操作
18977
+ * @author liufan
18978
+ * @param {Object} res 当前点击操作按钮数据
18979
+ * @date 2022年5月25日
18931
18980
  **/
18932
18981
  goView: function goView(res) {
18933
18982
  // 驳回并办结:rejectAndEndHtml
@@ -19012,11 +19061,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19012
19061
  // isCanStartSubFlow
19013
19062
  },
19014
19063
 
19015
- /**
19016
- * toTakeAdvice
19017
- * @desc:征求意见
19018
- * @author liufan
19019
- * @date 2022年9月29日
19064
+ /**
19065
+ * toTakeAdvice
19066
+ * @desc:征求意见
19067
+ * @author liufan
19068
+ * @date 2022年9月29日
19020
19069
  **/
19021
19070
  toTakeAdvice: function toTakeAdvice(res) {
19022
19071
  var _this14 = this;
@@ -19060,11 +19109,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19060
19109
  });
19061
19110
  },
19062
19111
 
19063
- /**
19064
- * toStartDraf
19065
- * @desc: 稿件递送、联合审核、复核
19066
- * @author liufan
19067
- * @date 2022年9月29日
19112
+ /**
19113
+ * toStartDraf
19114
+ * @desc: 稿件递送、联合审核、复核
19115
+ * @author liufan
19116
+ * @date 2022年9月29日
19068
19117
  **/
19069
19118
  toStartDraf: function toStartDraf(res) {
19070
19119
  var _this16 = this;
@@ -19078,11 +19127,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19078
19127
  }
19079
19128
  },
19080
19129
 
19081
- /**
19082
- * toSendMsg
19083
- * @desc:核稿通知
19084
- * @author liufan
19085
- * @date 2022年9月29日
19130
+ /**
19131
+ * toSendMsg
19132
+ * @desc:核稿通知
19133
+ * @author liufan
19134
+ * @date 2022年9月29日
19086
19135
  **/
19087
19136
  toSendMsg: function toSendMsg(res) {
19088
19137
  var _this17 = this;
@@ -19096,11 +19145,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19096
19145
  }
19097
19146
  },
19098
19147
 
19099
- /**
19100
- * toTaskReadAndEnd
19101
- * @desc:分阅并办结
19102
- * @author liufan
19103
- * @date 2022年9月29日
19148
+ /**
19149
+ * toTaskReadAndEnd
19150
+ * @desc:分阅并办结
19151
+ * @author liufan
19152
+ * @date 2022年9月29日
19104
19153
  **/
19105
19154
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
19106
19155
  var _this18 = this;
@@ -19118,11 +19167,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19118
19167
  }
19119
19168
  },
19120
19169
 
19121
- /**
19122
- * rejectAndEnd
19123
- * @desc:驳回并办结
19124
- * @author liufan
19125
- * @date 2022年9月29日
19170
+ /**
19171
+ * rejectAndEnd
19172
+ * @desc:驳回并办结
19173
+ * @author liufan
19174
+ * @date 2022年9月29日
19126
19175
  **/
19127
19176
  rejectAndEnd: function rejectAndEnd(res) {
19128
19177
  var _this19 = this;
@@ -19177,11 +19226,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19177
19226
  });
19178
19227
  },
19179
19228
 
19180
- /**
19181
- * toTransfer
19182
- * @desc:转办
19183
- * @author liufan
19184
- * @date 2022年9月29日
19229
+ /**
19230
+ * toTransfer
19231
+ * @desc:转办
19232
+ * @author liufan
19233
+ * @date 2022年9月29日
19185
19234
  **/
19186
19235
  toTransfer: function toTransfer(res) {
19187
19236
  var _this21 = this;
@@ -19197,11 +19246,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19197
19246
  }
19198
19247
  },
19199
19248
 
19200
- /**
19201
- * getNodeInfo
19202
- * @desc:获取节点信息
19203
- * @author liufan
19204
- * @date 2022年5月25日
19249
+ /**
19250
+ * getNodeInfo
19251
+ * @desc:获取节点信息
19252
+ * @author liufan
19253
+ * @date 2022年5月25日
19205
19254
  **/
19206
19255
  getNodeInfo: function getNodeInfo() {
19207
19256
  var _this22 = this;
@@ -19300,12 +19349,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19300
19349
  });
19301
19350
  },
19302
19351
 
19303
- /**
19304
- * selecNext
19305
- * @desc:下步节点变化时更新数据
19306
- * @author liufan
19307
- * @param {String} val 当前选中值
19308
- * @date 2022年5月25日
19352
+ /**
19353
+ * selecNext
19354
+ * @desc:下步节点变化时更新数据
19355
+ * @author liufan
19356
+ * @param {String} val 当前选中值
19357
+ * @date 2022年5月25日
19309
19358
  **/
19310
19359
  selecNext: function selecNext(val, type, isDef) {
19311
19360
  var _this23 = this;
@@ -19414,11 +19463,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19414
19463
  if (isDef !== true) this.getNodeInfo();
19415
19464
  },
19416
19465
 
19417
- /**
19418
- * isMultiple
19419
- * @desc:是否多选
19420
- * @author liufan
19421
- * @date 2022年9月13日
19466
+ /**
19467
+ * isMultiple
19468
+ * @desc:是否多选
19469
+ * @author liufan
19470
+ * @date 2022年9月13日
19422
19471
  **/
19423
19472
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
19424
19473
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -19450,11 +19499,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19450
19499
  }
19451
19500
  },
19452
19501
 
19453
- /**
19454
- * getHedInfo
19455
- * @desc:获取审核页面数据
19456
- * @author liufan
19457
- * @date 2022年5月25日
19502
+ /**
19503
+ * getHedInfo
19504
+ * @desc:获取审核页面数据
19505
+ * @author liufan
19506
+ * @date 2022年5月25日
19458
19507
  **/
19459
19508
  getHedInfo: function getHedInfo() {
19460
19509
  var _this24 = this;
@@ -19690,13 +19739,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19690
19739
  });
19691
19740
  },
19692
19741
 
19693
- /**
19694
- * closeProcess
19695
- * @desc:关闭弹窗
19696
- * @author liufan
19697
- * @param {boolean} val 当前是否办理流程
19698
- * @param {String} type 当前点击的弹窗类型
19699
- * @date 2022年5月25日
19742
+ /**
19743
+ * closeProcess
19744
+ * @desc:关闭弹窗
19745
+ * @author liufan
19746
+ * @param {boolean} val 当前是否办理流程
19747
+ * @param {String} type 当前点击的弹窗类型
19748
+ * @date 2022年5月25日
19700
19749
  **/
19701
19750
  closeProcess: function closeProcess(val, type, closeParent) {
19702
19751
  if (closeParent) {
@@ -19713,23 +19762,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19713
19762
  }
19714
19763
  },
19715
19764
 
19716
- /**
19717
- * selectChange
19718
- * @desc:常用语选择
19719
- * @author liufan
19720
- * @param {String} val 选中值
19721
- * @date 2022年5月25日
19765
+ /**
19766
+ * selectChange
19767
+ * @desc:常用语选择
19768
+ * @author liufan
19769
+ * @param {String} val 选中值
19770
+ * @date 2022年5月25日
19722
19771
  **/
19723
19772
  selectChange: function selectChange(val) {
19724
19773
  this.value = val;
19725
19774
  },
19726
19775
 
19727
- /**
19728
- * upDate
19729
- * @desc:修改常用语
19730
- * @author liufan
19731
- * @param {Object} val 修改值
19732
- * @date 2022年5月25日
19776
+ /**
19777
+ * upDate
19778
+ * @desc:修改常用语
19779
+ * @author liufan
19780
+ * @param {Object} val 修改值
19781
+ * @date 2022年5月25日
19733
19782
  **/
19734
19783
  upDate: function upDate(val) {
19735
19784
  this.FormData.id = val.id;
@@ -19737,11 +19786,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19737
19786
  },
19738
19787
 
19739
19788
 
19740
- /**
19741
- * getProcess
19742
- * @desc:获取选择流程
19743
- * @author liufan
19744
- * @date 2022年5月25日
19789
+ /**
19790
+ * getProcess
19791
+ * @desc:获取选择流程
19792
+ * @author liufan
19793
+ * @date 2022年5月25日
19745
19794
  **/
19746
19795
  getProcess: function getProcess() {
19747
19796
  var _this25 = this;
@@ -19795,11 +19844,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19795
19844
  });
19796
19845
  },
19797
19846
 
19798
- /**
19799
- * getPendedhistoryList
19800
- * @desc:获取流程列表
19801
- * @author liufan
19802
- * @date 2022年5月25日
19847
+ /**
19848
+ * getPendedhistoryList
19849
+ * @desc:获取流程列表
19850
+ * @author liufan
19851
+ * @date 2022年5月25日
19803
19852
  **/
19804
19853
  getPendedhistoryList: function getPendedhistoryList() {
19805
19854
  var _this26 = this;
@@ -19831,12 +19880,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19831
19880
  },
19832
19881
 
19833
19882
  // 提交流程
19834
- /**
19835
- * subProcess
19836
- * @desc:提交流程
19837
- * @author liufan
19838
- * @param {String} formName 当前form表单ref值
19839
- * @date 2022年5月25日
19883
+ /**
19884
+ * subProcess
19885
+ * @desc:提交流程
19886
+ * @author liufan
19887
+ * @param {String} formName 当前form表单ref值
19888
+ * @date 2022年5月25日
19840
19889
  **/
19841
19890
  subProcess: function subProcess(val) {
19842
19891
  var _this27 = this;
@@ -21906,11 +21955,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21906
21955
  });
21907
21956
  },
21908
21957
 
21909
- /**
21910
- * saveInfo
21911
- * @desc:暂存
21912
- * @author liufan
21913
- * @date 2022年9月9日
21958
+ /**
21959
+ * saveInfo
21960
+ * @desc:暂存
21961
+ * @author liufan
21962
+ * @date 2022年9月9日
21914
21963
  **/
21915
21964
  saveInfo: function saveInfo(type, btn) {
21916
21965
  var _this8 = this;
@@ -21972,11 +22021,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21972
22021
  });
21973
22022
  },
21974
22023
 
21975
- /**
21976
- * rejectBtn
21977
- * @desc:点击驳回
21978
- * @author liufan
21979
- * @date 2022年5月25日
22024
+ /**
22025
+ * rejectBtn
22026
+ * @desc:点击驳回
22027
+ * @author liufan
22028
+ * @date 2022年5月25日
21980
22029
  **/
21981
22030
  rejectBtn: function rejectBtn() {
21982
22031
  var _this10 = this;
@@ -21994,11 +22043,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21994
22043
  }
21995
22044
  },
21996
22045
 
21997
- /**
21998
- * taskReadBtn
21999
- * @desc:点击分阅
22000
- * @author liufan
22001
- * @date 2022年5月25日
22046
+ /**
22047
+ * taskReadBtn
22048
+ * @desc:点击分阅
22049
+ * @author liufan
22050
+ * @date 2022年5月25日
22002
22051
  **/
22003
22052
  taskReadBtn: function taskReadBtn() {
22004
22053
  var _this11 = this;
@@ -22017,11 +22066,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22017
22066
  }
22018
22067
  },
22019
22068
 
22020
- /**
22021
- * getFind
22022
- * @desc:获取通知方式
22023
- * @author liufan
22024
- * @date 2022年5月25日
22069
+ /**
22070
+ * getFind
22071
+ * @desc:获取通知方式
22072
+ * @author liufan
22073
+ * @date 2022年5月25日
22025
22074
  **/
22026
22075
  getFind: function getFind() {
22027
22076
  var _this12 = this;
@@ -22086,12 +22135,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22086
22135
  });
22087
22136
  },
22088
22137
 
22089
- /**
22090
- * endFlows
22091
- * @desc:直接办结
22092
- * @author liufan
22093
- * @param {Object} res 直接办结数据
22094
- * @date 2022年5月25日
22138
+ /**
22139
+ * endFlows
22140
+ * @desc:直接办结
22141
+ * @author liufan
22142
+ * @param {Object} res 直接办结数据
22143
+ * @date 2022年5月25日
22095
22144
  **/
22096
22145
  endFlows: function endFlows(res) {
22097
22146
  var _this14 = this;
@@ -22145,12 +22194,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22145
22194
  }).catch(function (e) {});
22146
22195
  },
22147
22196
 
22148
- /**
22149
- * goView
22150
- * @desc:更多流程按钮操作
22151
- * @author liufan
22152
- * @param {Object} res 当前点击操作按钮数据
22153
- * @date 2022年5月25日
22197
+ /**
22198
+ * goView
22199
+ * @desc:更多流程按钮操作
22200
+ * @author liufan
22201
+ * @param {Object} res 当前点击操作按钮数据
22202
+ * @date 2022年5月25日
22154
22203
  **/
22155
22204
  goView: function goView(res) {
22156
22205
  // 驳回并办结:rejectAndEndHtml
@@ -22235,11 +22284,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22235
22284
  // isCanStartSubFlow
22236
22285
  },
22237
22286
 
22238
- /**
22239
- * toTakeAdvice
22240
- * @desc:征求意见
22241
- * @author liufan
22242
- * @date 2022年9月29日
22287
+ /**
22288
+ * toTakeAdvice
22289
+ * @desc:征求意见
22290
+ * @author liufan
22291
+ * @date 2022年9月29日
22243
22292
  **/
22244
22293
  toTakeAdvice: function toTakeAdvice(res) {
22245
22294
  var _this16 = this;
@@ -22283,11 +22332,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22283
22332
  });
22284
22333
  },
22285
22334
 
22286
- /**
22287
- * toStartDraf
22288
- * @desc: 稿件递送、联合审核、复核
22289
- * @author liufan
22290
- * @date 2022年9月29日
22335
+ /**
22336
+ * toStartDraf
22337
+ * @desc: 稿件递送、联合审核、复核
22338
+ * @author liufan
22339
+ * @date 2022年9月29日
22291
22340
  **/
22292
22341
  toStartDraf: function toStartDraf(res) {
22293
22342
  var _this18 = this;
@@ -22301,11 +22350,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22301
22350
  }
22302
22351
  },
22303
22352
 
22304
- /**
22305
- * toSendMsg
22306
- * @desc:核稿通知
22307
- * @author liufan
22308
- * @date 2022年9月29日
22353
+ /**
22354
+ * toSendMsg
22355
+ * @desc:核稿通知
22356
+ * @author liufan
22357
+ * @date 2022年9月29日
22309
22358
  **/
22310
22359
  toSendMsg: function toSendMsg(res) {
22311
22360
  var _this19 = this;
@@ -22319,11 +22368,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22319
22368
  }
22320
22369
  },
22321
22370
 
22322
- /**
22323
- * toTaskReadAndEnd
22324
- * @desc:分阅并办结
22325
- * @author liufan
22326
- * @date 2022年9月29日
22371
+ /**
22372
+ * toTaskReadAndEnd
22373
+ * @desc:分阅并办结
22374
+ * @author liufan
22375
+ * @date 2022年9月29日
22327
22376
  **/
22328
22377
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
22329
22378
  var _this20 = this;
@@ -22341,11 +22390,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22341
22390
  }
22342
22391
  },
22343
22392
 
22344
- /**
22345
- * rejectAndEnd
22346
- * @desc:驳回并办结
22347
- * @author liufan
22348
- * @date 2022年9月29日
22393
+ /**
22394
+ * rejectAndEnd
22395
+ * @desc:驳回并办结
22396
+ * @author liufan
22397
+ * @date 2022年9月29日
22349
22398
  **/
22350
22399
  rejectAndEnd: function rejectAndEnd(res) {
22351
22400
  var _this21 = this;
@@ -22400,11 +22449,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22400
22449
  });
22401
22450
  },
22402
22451
 
22403
- /**
22404
- * toTransfer
22405
- * @desc:转办
22406
- * @author liufan
22407
- * @date 2022年9月29日
22452
+ /**
22453
+ * toTransfer
22454
+ * @desc:转办
22455
+ * @author liufan
22456
+ * @date 2022年9月29日
22408
22457
  **/
22409
22458
  toTransfer: function toTransfer(res) {
22410
22459
  var _this23 = this;
@@ -22420,11 +22469,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22420
22469
  }
22421
22470
  },
22422
22471
 
22423
- /**
22424
- * getNodeInfo
22425
- * @desc:获取节点信息
22426
- * @author liufan
22427
- * @date 2022年5月25日
22472
+ /**
22473
+ * getNodeInfo
22474
+ * @desc:获取节点信息
22475
+ * @author liufan
22476
+ * @date 2022年5月25日
22428
22477
  **/
22429
22478
  getNodeInfo: function getNodeInfo() {
22430
22479
  var _this24 = this;
@@ -22523,12 +22572,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22523
22572
  });
22524
22573
  },
22525
22574
 
22526
- /**
22527
- * selecNext
22528
- * @desc:下步节点变化时更新数据
22529
- * @author liufan
22530
- * @param {String} val 当前选中值
22531
- * @date 2022年5月25日
22575
+ /**
22576
+ * selecNext
22577
+ * @desc:下步节点变化时更新数据
22578
+ * @author liufan
22579
+ * @param {String} val 当前选中值
22580
+ * @date 2022年5月25日
22532
22581
  **/
22533
22582
  selecNext: function selecNext(val, type, isDef) {
22534
22583
  var _this25 = this;
@@ -22637,11 +22686,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22637
22686
  if (isDef !== true) this.getNodeInfo();
22638
22687
  },
22639
22688
 
22640
- /**
22641
- * isMultiple
22642
- * @desc:是否多选
22643
- * @author liufan
22644
- * @date 2022年9月13日
22689
+ /**
22690
+ * isMultiple
22691
+ * @desc:是否多选
22692
+ * @author liufan
22693
+ * @date 2022年9月13日
22645
22694
  **/
22646
22695
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
22647
22696
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -22673,11 +22722,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22673
22722
  }
22674
22723
  },
22675
22724
 
22676
- /**
22677
- * getHedInfo
22678
- * @desc:获取审核页面数据
22679
- * @author liufan
22680
- * @date 2022年5月25日
22725
+ /**
22726
+ * getHedInfo
22727
+ * @desc:获取审核页面数据
22728
+ * @author liufan
22729
+ * @date 2022年5月25日
22681
22730
  **/
22682
22731
  getHedInfo: function getHedInfo() {
22683
22732
  var _this26 = this;
@@ -22917,13 +22966,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22917
22966
  });
22918
22967
  },
22919
22968
 
22920
- /**
22921
- * closeProcess
22922
- * @desc:关闭弹窗
22923
- * @author liufan
22924
- * @param {boolean} val 当前是否办理流程
22925
- * @param {String} type 当前点击的弹窗类型
22926
- * @date 2022年5月25日
22969
+ /**
22970
+ * closeProcess
22971
+ * @desc:关闭弹窗
22972
+ * @author liufan
22973
+ * @param {boolean} val 当前是否办理流程
22974
+ * @param {String} type 当前点击的弹窗类型
22975
+ * @date 2022年5月25日
22927
22976
  **/
22928
22977
  closeProcess: function closeProcess(val, type, closeParent) {
22929
22978
  if (closeParent) {
@@ -22940,23 +22989,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22940
22989
  }
22941
22990
  },
22942
22991
 
22943
- /**
22944
- * selectChange
22945
- * @desc:常用语选择
22946
- * @author liufan
22947
- * @param {String} val 选中值
22948
- * @date 2022年5月25日
22992
+ /**
22993
+ * selectChange
22994
+ * @desc:常用语选择
22995
+ * @author liufan
22996
+ * @param {String} val 选中值
22997
+ * @date 2022年5月25日
22949
22998
  **/
22950
22999
  selectChange: function selectChange(val) {
22951
23000
  this.value = val;
22952
23001
  },
22953
23002
 
22954
- /**
22955
- * upDate
22956
- * @desc:修改常用语
22957
- * @author liufan
22958
- * @param {Object} val 修改值
22959
- * @date 2022年5月25日
23003
+ /**
23004
+ * upDate
23005
+ * @desc:修改常用语
23006
+ * @author liufan
23007
+ * @param {Object} val 修改值
23008
+ * @date 2022年5月25日
22960
23009
  **/
22961
23010
  upDate: function upDate(val) {
22962
23011
  this.FormData.id = val.id;
@@ -22964,11 +23013,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22964
23013
  },
22965
23014
 
22966
23015
 
22967
- /**
22968
- * getProcess
22969
- * @desc:获取选择流程
22970
- * @author liufan
22971
- * @date 2022年5月25日
23016
+ /**
23017
+ * getProcess
23018
+ * @desc:获取选择流程
23019
+ * @author liufan
23020
+ * @date 2022年5月25日
22972
23021
  **/
22973
23022
  getProcess: function getProcess(val) {
22974
23023
  var _this27 = this;
@@ -23020,11 +23069,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23020
23069
  });
23021
23070
  },
23022
23071
 
23023
- /**
23024
- * getPendedhistoryList
23025
- * @desc:获取流程列表
23026
- * @author liufan
23027
- * @date 2022年5月25日
23072
+ /**
23073
+ * getPendedhistoryList
23074
+ * @desc:获取流程列表
23075
+ * @author liufan
23076
+ * @date 2022年5月25日
23028
23077
  **/
23029
23078
  getPendedhistoryList: function getPendedhistoryList() {
23030
23079
  var _this28 = this;
@@ -23091,12 +23140,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23091
23140
  },
23092
23141
 
23093
23142
  // 提交流程
23094
- /**
23095
- * subProcess
23096
- * @desc:提交流程
23097
- * @author liufan
23098
- * @param {String} formName 当前form表单ref值
23099
- * @date 2022年5月25日
23143
+ /**
23144
+ * subProcess
23145
+ * @desc:提交流程
23146
+ * @author liufan
23147
+ * @param {String} formName 当前form表单ref值
23148
+ * @date 2022年5月25日
23100
23149
  **/
23101
23150
  subProcess: function subProcess(val, type) {
23102
23151
  var _this30 = this;