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.
- package/lib/button-group.js +266 -212
- package/lib/button.js +403 -347
- package/lib/checkbox-group.js +273 -219
- package/lib/data-table-form.js +269 -215
- package/lib/data-table.js +277 -228
- package/lib/date-picker.js +403 -347
- package/lib/dialog.js +268 -219
- package/lib/enable-drag.js +8 -8
- package/lib/eoss-ui.common.js +1049 -894
- package/lib/flow-group.js +272 -216
- package/lib/flow-list.js +699 -626
- package/lib/flow.js +548 -499
- package/lib/form.js +274 -225
- package/lib/handle-user.js +503 -429
- package/lib/handler.js +272 -216
- package/lib/icon.js +272 -216
- package/lib/index.js +1 -1
- package/lib/input-number.js +403 -347
- package/lib/input.js +406 -350
- package/lib/login.js +273 -224
- package/lib/main.js +550 -431
- package/lib/menu.js +48 -12
- package/lib/nav.js +274 -218
- package/lib/page.js +272 -216
- package/lib/pagination.js +272 -216
- package/lib/player.js +494 -416
- package/lib/qr-code.js +285 -229
- package/lib/radio-group.js +279 -223
- package/lib/retrial-auth.js +272 -216
- package/lib/select-ganged.js +406 -350
- package/lib/select.js +410 -352
- package/lib/selector-panel.js +271 -217
- package/lib/selector.js +272 -216
- package/lib/sizer.js +269 -220
- package/lib/steps.js +277 -221
- package/lib/switch.js +272 -216
- package/lib/table-form.js +272 -216
- package/lib/tabs.js +272 -216
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/tips.js +277 -221
- package/lib/tree-group.js +272 -216
- package/lib/tree.js +277 -221
- package/lib/upload.js +290 -233
- package/lib/utils/util.js +231 -182
- package/lib/wujie.js +272 -216
- package/lib/wxlogin.js +404 -348
- package/package.json +159 -159
- package/packages/.DS_Store +0 -0
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +298 -298
- package/packages/calendar/index.js +5 -5
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +144 -144
- package/packages/data-table/.DS_Store +0 -0
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +989 -989
- package/packages/data-table/src/main.vue +1822 -1822
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/.DS_Store +0 -0
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/.DS_Store +0 -0
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/CommonOpinions.vue +345 -345
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +99 -99
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +229 -229
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +611 -611
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2843 -2843
- package/packages/flow/src/main.vue +3131 -3131
- package/packages/flow/src/processForm.vue +1031 -1031
- package/packages/flow/src/processReject.vue +293 -293
- package/packages/flow/src/reset.vue +900 -900
- package/packages/flow/src/startTaskRead.vue +641 -641
- package/packages/flow/src/supervise.vue +138 -138
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/.DS_Store +0 -0
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +688 -688
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1437 -1437
- package/packages/form/.DS_Store +0 -0
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3583 -3583
- package/packages/form/src/table.vue +1426 -1426
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +138 -138
- package/packages/handler/.DS_Store +0 -0
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +493 -493
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +101 -101
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/.DS_Store +0 -0
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +1935 -1935
- package/packages/login/src/resetPassword.vue +562 -562
- package/packages/main/.DS_Store +0 -0
- package/packages/main/index.js +5 -5
- package/packages/main/src/.DS_Store +0 -0
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +503 -503
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +462 -466
- package/packages/main/src/public/settings.vue +221 -221
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +259 -259
- package/packages/main/src/simplicity/index.vue +2076 -2064
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -128
- package/packages/main/src/simplicity/message.vue +259 -259
- package/packages/main/src/simplicity/notice.vue +190 -190
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +263 -241
- package/packages/main/src/simplicity/user.vue +257 -257
- package/packages/main/src/simplicity/userinfo.vue +312 -312
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +580 -536
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/.DS_Store +0 -0
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/.DS_Store +0 -0
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +778 -776
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +687 -687
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +177 -177
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/.DS_Store +0 -0
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +154 -154
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/.DS_Store +0 -0
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/base.scss +260 -260
- package/packages/theme-chalk/src/button-group.scss +175 -175
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +293 -293
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +36 -36
- package/packages/theme-chalk/src/flow.scss +336 -336
- package/packages/theme-chalk/src/form.scss +496 -496
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +143 -143
- package/packages/theme-chalk/src/icon.scss +1789 -1789
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +969 -969
- package/packages/theme-chalk/src/main.scss +663 -663
- package/packages/theme-chalk/src/menu.scss +222 -222
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +91 -91
- package/packages/theme-chalk/src/simplicity.scss +1351 -1265
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +168 -168
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree/src/main.vue +2 -2
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/.DS_Store +0 -0
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1347 -1343
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/.DS_Store +0 -0
- package/src/config/api.js +281 -281
- package/src/config/image.js +2 -2
- package/src/index.js +160 -160
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/util.js +2 -2
- package/src/utils/webSocket.js +107 -107
package/lib/eoss-ui.common.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
|
|
94
|
-
/* harmony import */ var
|
|
95
|
-
/* harmony import */ var
|
|
96
|
-
/* harmony import */ var
|
|
97
|
-
/* harmony import */ var
|
|
98
|
-
/* harmony import */ var
|
|
99
|
-
/* harmony import */ var
|
|
100
|
-
/* harmony import */ var
|
|
101
|
-
/* harmony import */ var
|
|
102
|
-
/* harmony import */ var
|
|
93
|
+
/* harmony import */ var babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
|
|
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__(10);
|
|
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__(6);
|
|
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__(11);
|
|
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__(12);
|
|
103
|
+
/* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
|
|
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
|
/**
|
|
@@ -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 =
|
|
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 =
|
|
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
|
-
|
|
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(
|
|
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 =
|
|
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:
|
|
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
|
|
2351
|
-
var
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
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;
|
|
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 = '';
|
|
2406
2390
|
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
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
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
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
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
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
|
-
|
|
2469
|
-
|
|
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
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
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
|
-
|
|
2498
|
-
|
|
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(
|
|
2574
|
-
var url =
|
|
2575
|
-
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(
|
|
2591
|
-
var url =
|
|
2592
|
-
|
|
2593
|
-
type =
|
|
2594
|
-
id =
|
|
2595
|
-
|
|
2596
|
-
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 =
|
|
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(
|
|
2732
|
-
var
|
|
2733
|
-
data =
|
|
2734
|
-
url =
|
|
2735
|
-
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(
|
|
2780
|
-
var data =
|
|
2781
|
-
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(
|
|
2928
|
-
var
|
|
2929
|
-
data =
|
|
2930
|
-
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(
|
|
2975
|
-
var type =
|
|
2976
|
-
key =
|
|
2977
|
-
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
|
|
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(
|
|
3272
|
-
var url =
|
|
3273
|
-
param =
|
|
3274
|
-
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();
|
|
@@ -6413,8 +6462,8 @@ cascader_src_main.install = function (Vue) {
|
|
|
6413
6462
|
};
|
|
6414
6463
|
|
|
6415
6464
|
/* harmony default export */ var cascader = (cascader_src_main);
|
|
6416
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/checkbox-group/src/main.vue?vue&type=template&id=
|
|
6417
|
-
var
|
|
6465
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/checkbox-group/src/main.vue?vue&type=template&id=e9ea73d6&
|
|
6466
|
+
var mainvue_type_template_id_e9ea73d6_render = function () {
|
|
6418
6467
|
var _vm = this
|
|
6419
6468
|
var _h = _vm.$createElement
|
|
6420
6469
|
var _c = _vm._self._c || _h
|
|
@@ -6546,11 +6595,11 @@ var mainvue_type_template_id_43934575_render = function () {
|
|
|
6546
6595
|
)
|
|
6547
6596
|
: _vm._e()
|
|
6548
6597
|
}
|
|
6549
|
-
var
|
|
6550
|
-
|
|
6598
|
+
var mainvue_type_template_id_e9ea73d6_staticRenderFns = []
|
|
6599
|
+
mainvue_type_template_id_e9ea73d6_render._withStripped = true
|
|
6551
6600
|
|
|
6552
6601
|
|
|
6553
|
-
// CONCATENATED MODULE: ./packages/checkbox-group/src/main.vue?vue&type=template&id=
|
|
6602
|
+
// CONCATENATED MODULE: ./packages/checkbox-group/src/main.vue?vue&type=template&id=e9ea73d6&
|
|
6554
6603
|
|
|
6555
6604
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
6556
6605
|
var api = __webpack_require__(1);
|
|
@@ -6823,7 +6872,7 @@ var checkbox_group_src_mainvue_type_script_lang_js_extends = Object.assign || fu
|
|
|
6823
6872
|
beforeCreate: function beforeCreate() {
|
|
6824
6873
|
var _this2 = this;
|
|
6825
6874
|
|
|
6826
|
-
this.getData = Object(external_throttle_debounce_["
|
|
6875
|
+
this.getData = Object(external_throttle_debounce_["debounce"])(500, function (url, sysCode) {
|
|
6827
6876
|
_this2.getDatas(url, sysCode);
|
|
6828
6877
|
});
|
|
6829
6878
|
},
|
|
@@ -6911,8 +6960,8 @@ var checkbox_group_src_mainvue_type_script_lang_js_extends = Object.assign || fu
|
|
|
6911
6960
|
|
|
6912
6961
|
var checkbox_group_src_main_component = normalizeComponent(
|
|
6913
6962
|
packages_checkbox_group_src_mainvue_type_script_lang_js_,
|
|
6914
|
-
|
|
6915
|
-
|
|
6963
|
+
mainvue_type_template_id_e9ea73d6_render,
|
|
6964
|
+
mainvue_type_template_id_e9ea73d6_staticRenderFns,
|
|
6916
6965
|
false,
|
|
6917
6966
|
null,
|
|
6918
6967
|
null,
|
|
@@ -7271,8 +7320,8 @@ clients_src_main.install = function (Vue) {
|
|
|
7271
7320
|
};
|
|
7272
7321
|
|
|
7273
7322
|
/* harmony default export */ var clients = (clients_src_main);
|
|
7274
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=
|
|
7275
|
-
var
|
|
7323
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=578d9c94&
|
|
7324
|
+
var mainvue_type_template_id_578d9c94_render = function () {
|
|
7276
7325
|
var _vm = this
|
|
7277
7326
|
var _h = _vm.$createElement
|
|
7278
7327
|
var _c = _vm._self._c || _h
|
|
@@ -7672,11 +7721,11 @@ var mainvue_type_template_id_3a48f252_render = function () {
|
|
|
7672
7721
|
1
|
|
7673
7722
|
)
|
|
7674
7723
|
}
|
|
7675
|
-
var
|
|
7676
|
-
|
|
7724
|
+
var mainvue_type_template_id_578d9c94_staticRenderFns = []
|
|
7725
|
+
mainvue_type_template_id_578d9c94_render._withStripped = true
|
|
7677
7726
|
|
|
7678
7727
|
|
|
7679
|
-
// CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=
|
|
7728
|
+
// CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=578d9c94&
|
|
7680
7729
|
|
|
7681
7730
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
|
|
7682
7731
|
var childrenvue_type_template_id_271bb842_render = function () {
|
|
@@ -10673,7 +10722,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
|
|
|
10673
10722
|
beforeCreate: function beforeCreate() {
|
|
10674
10723
|
var _this4 = this;
|
|
10675
10724
|
|
|
10676
|
-
this.getTableData = Object(external_throttle_debounce_["
|
|
10725
|
+
this.getTableData = Object(external_throttle_debounce_["debounce"])(500, function (res) {
|
|
10677
10726
|
_this4.getTableDatas(res);
|
|
10678
10727
|
});
|
|
10679
10728
|
},
|
|
@@ -11541,8 +11590,8 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
|
|
|
11541
11590
|
|
|
11542
11591
|
var data_table_src_main_component = normalizeComponent(
|
|
11543
11592
|
packages_data_table_src_mainvue_type_script_lang_js_,
|
|
11544
|
-
|
|
11545
|
-
|
|
11593
|
+
mainvue_type_template_id_578d9c94_render,
|
|
11594
|
+
mainvue_type_template_id_578d9c94_staticRenderFns,
|
|
11546
11595
|
false,
|
|
11547
11596
|
null,
|
|
11548
11597
|
null,
|
|
@@ -15630,8 +15679,8 @@ error_page_src_main.install = function (Vue) {
|
|
|
15630
15679
|
};
|
|
15631
15680
|
|
|
15632
15681
|
/* harmony default export */ var error_page = (error_page_src_main);
|
|
15633
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=
|
|
15634
|
-
var
|
|
15682
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=3b87e344&
|
|
15683
|
+
var mainvue_type_template_id_3b87e344_render = function () {
|
|
15635
15684
|
var _vm = this
|
|
15636
15685
|
var _h = _vm.$createElement
|
|
15637
15686
|
var _c = _vm._self._c || _h
|
|
@@ -21641,11 +21690,11 @@ var mainvue_type_template_id_6b45c576_render = function () {
|
|
|
21641
21690
|
)
|
|
21642
21691
|
: _vm._e()
|
|
21643
21692
|
}
|
|
21644
|
-
var
|
|
21645
|
-
|
|
21693
|
+
var mainvue_type_template_id_3b87e344_staticRenderFns = []
|
|
21694
|
+
mainvue_type_template_id_3b87e344_render._withStripped = true
|
|
21646
21695
|
|
|
21647
21696
|
|
|
21648
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
21697
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=3b87e344&
|
|
21649
21698
|
|
|
21650
21699
|
// CONCATENATED MODULE: ./src/utils/rules.js
|
|
21651
21700
|
// 手机号
|
|
@@ -24356,10 +24405,10 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
|
|
|
24356
24405
|
beforeCreate: function beforeCreate() {
|
|
24357
24406
|
var _this3 = this;
|
|
24358
24407
|
|
|
24359
|
-
this.getContent = Object(external_throttle_debounce_["
|
|
24408
|
+
this.getContent = Object(external_throttle_debounce_["debounce"])(500, function () {
|
|
24360
24409
|
_this3.getContents();
|
|
24361
24410
|
});
|
|
24362
|
-
this.getValue = Object(external_throttle_debounce_["
|
|
24411
|
+
this.getValue = Object(external_throttle_debounce_["debounce"])(500, function () {
|
|
24363
24412
|
_this3.getValues();
|
|
24364
24413
|
});
|
|
24365
24414
|
},
|
|
@@ -25183,8 +25232,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
|
|
|
25183
25232
|
|
|
25184
25233
|
var form_src_main_component = normalizeComponent(
|
|
25185
25234
|
packages_form_src_mainvue_type_script_lang_js_,
|
|
25186
|
-
|
|
25187
|
-
|
|
25235
|
+
mainvue_type_template_id_3b87e344_render,
|
|
25236
|
+
mainvue_type_template_id_3b87e344_staticRenderFns,
|
|
25188
25237
|
false,
|
|
25189
25238
|
null,
|
|
25190
25239
|
null,
|
|
@@ -28273,21 +28322,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
28273
28322
|
return validSate;
|
|
28274
28323
|
},
|
|
28275
28324
|
|
|
28276
|
-
/**
|
|
28277
|
-
* changeOpinion
|
|
28278
|
-
* @desc:监听意见变化
|
|
28279
|
-
* @author liufan
|
|
28280
|
-
* @date 2022年10月28日
|
|
28325
|
+
/**
|
|
28326
|
+
* changeOpinion
|
|
28327
|
+
* @desc:监听意见变化
|
|
28328
|
+
* @author liufan
|
|
28329
|
+
* @date 2022年10月28日
|
|
28281
28330
|
**/
|
|
28282
28331
|
changeOpinion: function changeOpinion() {
|
|
28283
28332
|
this.$emit('change', this.form.value);
|
|
28284
28333
|
},
|
|
28285
28334
|
|
|
28286
|
-
/**
|
|
28287
|
-
* getCommonOpion
|
|
28288
|
-
* @desc:获取意见
|
|
28289
|
-
* @author liufan
|
|
28290
|
-
* @date 2022年5月25日
|
|
28335
|
+
/**
|
|
28336
|
+
* getCommonOpion
|
|
28337
|
+
* @desc:获取意见
|
|
28338
|
+
* @author liufan
|
|
28339
|
+
* @date 2022年5月25日
|
|
28291
28340
|
**/
|
|
28292
28341
|
getCommonOpion: function getCommonOpion() {
|
|
28293
28342
|
var _this = this;
|
|
@@ -28316,24 +28365,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
28316
28365
|
});
|
|
28317
28366
|
},
|
|
28318
28367
|
|
|
28319
|
-
/**
|
|
28320
|
-
* upDate
|
|
28321
|
-
* @desc:修改常用语
|
|
28322
|
-
* @author liufan
|
|
28323
|
-
* @param {Object} val 修改值
|
|
28324
|
-
* @date 2022年5月25日
|
|
28368
|
+
/**
|
|
28369
|
+
* upDate
|
|
28370
|
+
* @desc:修改常用语
|
|
28371
|
+
* @author liufan
|
|
28372
|
+
* @param {Object} val 修改值
|
|
28373
|
+
* @date 2022年5月25日
|
|
28325
28374
|
**/
|
|
28326
28375
|
upDate: function upDate(val) {
|
|
28327
28376
|
this.FormData.id = val.id;
|
|
28328
28377
|
this.addVisible = true;
|
|
28329
28378
|
},
|
|
28330
28379
|
|
|
28331
|
-
/**
|
|
28332
|
-
* selectChange
|
|
28333
|
-
* @desc:常用语选择
|
|
28334
|
-
* @author liufan
|
|
28335
|
-
* @param {String} val 选中值
|
|
28336
|
-
* @date 2022年5月25日
|
|
28380
|
+
/**
|
|
28381
|
+
* selectChange
|
|
28382
|
+
* @desc:常用语选择
|
|
28383
|
+
* @author liufan
|
|
28384
|
+
* @param {String} val 选中值
|
|
28385
|
+
* @date 2022年5月25日
|
|
28337
28386
|
**/
|
|
28338
28387
|
selectChange: function selectChange(val) {
|
|
28339
28388
|
var _this2 = this;
|
|
@@ -28352,12 +28401,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
28352
28401
|
});
|
|
28353
28402
|
},
|
|
28354
28403
|
|
|
28355
|
-
/**
|
|
28356
|
-
* del
|
|
28357
|
-
* @desc:删除常用语
|
|
28358
|
-
* @author liufan
|
|
28359
|
-
* @param {Object} val 删除的数据
|
|
28360
|
-
* @date 2022年5月25日
|
|
28404
|
+
/**
|
|
28405
|
+
* del
|
|
28406
|
+
* @desc:删除常用语
|
|
28407
|
+
* @author liufan
|
|
28408
|
+
* @param {Object} val 删除的数据
|
|
28409
|
+
* @date 2022年5月25日
|
|
28361
28410
|
**/
|
|
28362
28411
|
del: function del(val) {
|
|
28363
28412
|
var _this3 = this;
|
|
@@ -28399,12 +28448,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
28399
28448
|
}).catch(function (e) {});
|
|
28400
28449
|
},
|
|
28401
28450
|
|
|
28402
|
-
/**
|
|
28403
|
-
* submit
|
|
28404
|
-
* @desc:新增/编辑意见保存
|
|
28405
|
-
* @author liufan
|
|
28406
|
-
* @param {Object} val 保存数据
|
|
28407
|
-
* @date 2022年5月25日
|
|
28451
|
+
/**
|
|
28452
|
+
* submit
|
|
28453
|
+
* @desc:新增/编辑意见保存
|
|
28454
|
+
* @author liufan
|
|
28455
|
+
* @param {Object} val 保存数据
|
|
28456
|
+
* @date 2022年5月25日
|
|
28408
28457
|
**/
|
|
28409
28458
|
submit: function submit(val) {
|
|
28410
28459
|
var _this4 = this;
|
|
@@ -31291,11 +31340,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
31291
31340
|
});
|
|
31292
31341
|
},
|
|
31293
31342
|
|
|
31294
|
-
/**
|
|
31295
|
-
* isMultiple
|
|
31296
|
-
* @desc:是否多选
|
|
31297
|
-
* @author liufan
|
|
31298
|
-
* @date 2022年9月13日
|
|
31343
|
+
/**
|
|
31344
|
+
* isMultiple
|
|
31345
|
+
* @desc:是否多选
|
|
31346
|
+
* @author liufan
|
|
31347
|
+
* @date 2022年9月13日
|
|
31299
31348
|
**/
|
|
31300
31349
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
31301
31350
|
var multiple = false;
|
|
@@ -35299,11 +35348,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
35299
35348
|
});
|
|
35300
35349
|
},
|
|
35301
35350
|
|
|
35302
|
-
/**
|
|
35303
|
-
* isMultiple
|
|
35304
|
-
* @desc:是否多选
|
|
35305
|
-
* @author liufan
|
|
35306
|
-
* @date 2022年9月13日
|
|
35351
|
+
/**
|
|
35352
|
+
* isMultiple
|
|
35353
|
+
* @desc:是否多选
|
|
35354
|
+
* @author liufan
|
|
35355
|
+
* @date 2022年9月13日
|
|
35307
35356
|
**/
|
|
35308
35357
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
35309
35358
|
var multiple = false;
|
|
@@ -39667,11 +39716,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39667
39716
|
});
|
|
39668
39717
|
},
|
|
39669
39718
|
|
|
39670
|
-
/**
|
|
39671
|
-
* saveInfo
|
|
39672
|
-
* @desc:暂存
|
|
39673
|
-
* @author liufan
|
|
39674
|
-
* @date 2022年9月9日
|
|
39719
|
+
/**
|
|
39720
|
+
* saveInfo
|
|
39721
|
+
* @desc:暂存
|
|
39722
|
+
* @author liufan
|
|
39723
|
+
* @date 2022年9月9日
|
|
39675
39724
|
**/
|
|
39676
39725
|
saveInfo: function saveInfo(type, btn) {
|
|
39677
39726
|
var _this6 = this;
|
|
@@ -39733,11 +39782,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39733
39782
|
});
|
|
39734
39783
|
},
|
|
39735
39784
|
|
|
39736
|
-
/**
|
|
39737
|
-
* rejectBtn
|
|
39738
|
-
* @desc:点击驳回
|
|
39739
|
-
* @author liufan
|
|
39740
|
-
* @date 2022年5月25日
|
|
39785
|
+
/**
|
|
39786
|
+
* rejectBtn
|
|
39787
|
+
* @desc:点击驳回
|
|
39788
|
+
* @author liufan
|
|
39789
|
+
* @date 2022年5月25日
|
|
39741
39790
|
**/
|
|
39742
39791
|
rejectBtn: function rejectBtn() {
|
|
39743
39792
|
var _this8 = this;
|
|
@@ -39755,11 +39804,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39755
39804
|
}
|
|
39756
39805
|
},
|
|
39757
39806
|
|
|
39758
|
-
/**
|
|
39759
|
-
* taskReadBtn
|
|
39760
|
-
* @desc:点击分阅
|
|
39761
|
-
* @author liufan
|
|
39762
|
-
* @date 2022年5月25日
|
|
39807
|
+
/**
|
|
39808
|
+
* taskReadBtn
|
|
39809
|
+
* @desc:点击分阅
|
|
39810
|
+
* @author liufan
|
|
39811
|
+
* @date 2022年5月25日
|
|
39763
39812
|
**/
|
|
39764
39813
|
taskReadBtn: function taskReadBtn() {
|
|
39765
39814
|
var _this9 = this;
|
|
@@ -39778,11 +39827,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39778
39827
|
}
|
|
39779
39828
|
},
|
|
39780
39829
|
|
|
39781
|
-
/**
|
|
39782
|
-
* getFind
|
|
39783
|
-
* @desc:获取通知方式
|
|
39784
|
-
* @author liufan
|
|
39785
|
-
* @date 2022年5月25日
|
|
39830
|
+
/**
|
|
39831
|
+
* getFind
|
|
39832
|
+
* @desc:获取通知方式
|
|
39833
|
+
* @author liufan
|
|
39834
|
+
* @date 2022年5月25日
|
|
39786
39835
|
**/
|
|
39787
39836
|
getFind: function getFind() {
|
|
39788
39837
|
var _this10 = this;
|
|
@@ -39837,12 +39886,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39837
39886
|
});
|
|
39838
39887
|
},
|
|
39839
39888
|
|
|
39840
|
-
/**
|
|
39841
|
-
* endFlows
|
|
39842
|
-
* @desc:直接办结
|
|
39843
|
-
* @author liufan
|
|
39844
|
-
* @param {Object} res 直接办结数据
|
|
39845
|
-
* @date 2022年5月25日
|
|
39889
|
+
/**
|
|
39890
|
+
* endFlows
|
|
39891
|
+
* @desc:直接办结
|
|
39892
|
+
* @author liufan
|
|
39893
|
+
* @param {Object} res 直接办结数据
|
|
39894
|
+
* @date 2022年5月25日
|
|
39846
39895
|
**/
|
|
39847
39896
|
endFlows: function endFlows(res) {
|
|
39848
39897
|
var _this12 = this;
|
|
@@ -39896,12 +39945,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39896
39945
|
}).catch(function (e) {});
|
|
39897
39946
|
},
|
|
39898
39947
|
|
|
39899
|
-
/**
|
|
39900
|
-
* goView
|
|
39901
|
-
* @desc:更多流程按钮操作
|
|
39902
|
-
* @author liufan
|
|
39903
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
39904
|
-
* @date 2022年5月25日
|
|
39948
|
+
/**
|
|
39949
|
+
* goView
|
|
39950
|
+
* @desc:更多流程按钮操作
|
|
39951
|
+
* @author liufan
|
|
39952
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
39953
|
+
* @date 2022年5月25日
|
|
39905
39954
|
**/
|
|
39906
39955
|
goView: function goView(res) {
|
|
39907
39956
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -39986,11 +40035,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39986
40035
|
// isCanStartSubFlow
|
|
39987
40036
|
},
|
|
39988
40037
|
|
|
39989
|
-
/**
|
|
39990
|
-
* toTakeAdvice
|
|
39991
|
-
* @desc:征求意见
|
|
39992
|
-
* @author liufan
|
|
39993
|
-
* @date 2022年9月29日
|
|
40038
|
+
/**
|
|
40039
|
+
* toTakeAdvice
|
|
40040
|
+
* @desc:征求意见
|
|
40041
|
+
* @author liufan
|
|
40042
|
+
* @date 2022年9月29日
|
|
39994
40043
|
**/
|
|
39995
40044
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
39996
40045
|
var _this14 = this;
|
|
@@ -40034,11 +40083,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40034
40083
|
});
|
|
40035
40084
|
},
|
|
40036
40085
|
|
|
40037
|
-
/**
|
|
40038
|
-
* toStartDraf
|
|
40039
|
-
* @desc: 稿件递送、联合审核、复核
|
|
40040
|
-
* @author liufan
|
|
40041
|
-
* @date 2022年9月29日
|
|
40086
|
+
/**
|
|
40087
|
+
* toStartDraf
|
|
40088
|
+
* @desc: 稿件递送、联合审核、复核
|
|
40089
|
+
* @author liufan
|
|
40090
|
+
* @date 2022年9月29日
|
|
40042
40091
|
**/
|
|
40043
40092
|
toStartDraf: function toStartDraf(res) {
|
|
40044
40093
|
var _this16 = this;
|
|
@@ -40052,11 +40101,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40052
40101
|
}
|
|
40053
40102
|
},
|
|
40054
40103
|
|
|
40055
|
-
/**
|
|
40056
|
-
* toSendMsg
|
|
40057
|
-
* @desc:核稿通知
|
|
40058
|
-
* @author liufan
|
|
40059
|
-
* @date 2022年9月29日
|
|
40104
|
+
/**
|
|
40105
|
+
* toSendMsg
|
|
40106
|
+
* @desc:核稿通知
|
|
40107
|
+
* @author liufan
|
|
40108
|
+
* @date 2022年9月29日
|
|
40060
40109
|
**/
|
|
40061
40110
|
toSendMsg: function toSendMsg(res) {
|
|
40062
40111
|
var _this17 = this;
|
|
@@ -40070,11 +40119,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40070
40119
|
}
|
|
40071
40120
|
},
|
|
40072
40121
|
|
|
40073
|
-
/**
|
|
40074
|
-
* toTaskReadAndEnd
|
|
40075
|
-
* @desc:分阅并办结
|
|
40076
|
-
* @author liufan
|
|
40077
|
-
* @date 2022年9月29日
|
|
40122
|
+
/**
|
|
40123
|
+
* toTaskReadAndEnd
|
|
40124
|
+
* @desc:分阅并办结
|
|
40125
|
+
* @author liufan
|
|
40126
|
+
* @date 2022年9月29日
|
|
40078
40127
|
**/
|
|
40079
40128
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
40080
40129
|
var _this18 = this;
|
|
@@ -40092,11 +40141,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40092
40141
|
}
|
|
40093
40142
|
},
|
|
40094
40143
|
|
|
40095
|
-
/**
|
|
40096
|
-
* rejectAndEnd
|
|
40097
|
-
* @desc:驳回并办结
|
|
40098
|
-
* @author liufan
|
|
40099
|
-
* @date 2022年9月29日
|
|
40144
|
+
/**
|
|
40145
|
+
* rejectAndEnd
|
|
40146
|
+
* @desc:驳回并办结
|
|
40147
|
+
* @author liufan
|
|
40148
|
+
* @date 2022年9月29日
|
|
40100
40149
|
**/
|
|
40101
40150
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
40102
40151
|
var _this19 = this;
|
|
@@ -40151,11 +40200,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40151
40200
|
});
|
|
40152
40201
|
},
|
|
40153
40202
|
|
|
40154
|
-
/**
|
|
40155
|
-
* toTransfer
|
|
40156
|
-
* @desc:转办
|
|
40157
|
-
* @author liufan
|
|
40158
|
-
* @date 2022年9月29日
|
|
40203
|
+
/**
|
|
40204
|
+
* toTransfer
|
|
40205
|
+
* @desc:转办
|
|
40206
|
+
* @author liufan
|
|
40207
|
+
* @date 2022年9月29日
|
|
40159
40208
|
**/
|
|
40160
40209
|
toTransfer: function toTransfer(res) {
|
|
40161
40210
|
var _this21 = this;
|
|
@@ -40171,11 +40220,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40171
40220
|
}
|
|
40172
40221
|
},
|
|
40173
40222
|
|
|
40174
|
-
/**
|
|
40175
|
-
* getNodeInfo
|
|
40176
|
-
* @desc:获取节点信息
|
|
40177
|
-
* @author liufan
|
|
40178
|
-
* @date 2022年5月25日
|
|
40223
|
+
/**
|
|
40224
|
+
* getNodeInfo
|
|
40225
|
+
* @desc:获取节点信息
|
|
40226
|
+
* @author liufan
|
|
40227
|
+
* @date 2022年5月25日
|
|
40179
40228
|
**/
|
|
40180
40229
|
getNodeInfo: function getNodeInfo() {
|
|
40181
40230
|
var _this22 = this;
|
|
@@ -40274,12 +40323,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40274
40323
|
});
|
|
40275
40324
|
},
|
|
40276
40325
|
|
|
40277
|
-
/**
|
|
40278
|
-
* selecNext
|
|
40279
|
-
* @desc:下步节点变化时更新数据
|
|
40280
|
-
* @author liufan
|
|
40281
|
-
* @param {String} val 当前选中值
|
|
40282
|
-
* @date 2022年5月25日
|
|
40326
|
+
/**
|
|
40327
|
+
* selecNext
|
|
40328
|
+
* @desc:下步节点变化时更新数据
|
|
40329
|
+
* @author liufan
|
|
40330
|
+
* @param {String} val 当前选中值
|
|
40331
|
+
* @date 2022年5月25日
|
|
40283
40332
|
**/
|
|
40284
40333
|
selecNext: function selecNext(val, type, isDef) {
|
|
40285
40334
|
var _this23 = this;
|
|
@@ -40388,11 +40437,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40388
40437
|
if (isDef !== true) this.getNodeInfo();
|
|
40389
40438
|
},
|
|
40390
40439
|
|
|
40391
|
-
/**
|
|
40392
|
-
* isMultiple
|
|
40393
|
-
* @desc:是否多选
|
|
40394
|
-
* @author liufan
|
|
40395
|
-
* @date 2022年9月13日
|
|
40440
|
+
/**
|
|
40441
|
+
* isMultiple
|
|
40442
|
+
* @desc:是否多选
|
|
40443
|
+
* @author liufan
|
|
40444
|
+
* @date 2022年9月13日
|
|
40396
40445
|
**/
|
|
40397
40446
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
40398
40447
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -40424,11 +40473,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40424
40473
|
}
|
|
40425
40474
|
},
|
|
40426
40475
|
|
|
40427
|
-
/**
|
|
40428
|
-
* getHedInfo
|
|
40429
|
-
* @desc:获取审核页面数据
|
|
40430
|
-
* @author liufan
|
|
40431
|
-
* @date 2022年5月25日
|
|
40476
|
+
/**
|
|
40477
|
+
* getHedInfo
|
|
40478
|
+
* @desc:获取审核页面数据
|
|
40479
|
+
* @author liufan
|
|
40480
|
+
* @date 2022年5月25日
|
|
40432
40481
|
**/
|
|
40433
40482
|
getHedInfo: function getHedInfo() {
|
|
40434
40483
|
var _this24 = this;
|
|
@@ -40664,13 +40713,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40664
40713
|
});
|
|
40665
40714
|
},
|
|
40666
40715
|
|
|
40667
|
-
/**
|
|
40668
|
-
* closeProcess
|
|
40669
|
-
* @desc:关闭弹窗
|
|
40670
|
-
* @author liufan
|
|
40671
|
-
* @param {boolean} val 当前是否办理流程
|
|
40672
|
-
* @param {String} type 当前点击的弹窗类型
|
|
40673
|
-
* @date 2022年5月25日
|
|
40716
|
+
/**
|
|
40717
|
+
* closeProcess
|
|
40718
|
+
* @desc:关闭弹窗
|
|
40719
|
+
* @author liufan
|
|
40720
|
+
* @param {boolean} val 当前是否办理流程
|
|
40721
|
+
* @param {String} type 当前点击的弹窗类型
|
|
40722
|
+
* @date 2022年5月25日
|
|
40674
40723
|
**/
|
|
40675
40724
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
40676
40725
|
if (closeParent) {
|
|
@@ -40687,23 +40736,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40687
40736
|
}
|
|
40688
40737
|
},
|
|
40689
40738
|
|
|
40690
|
-
/**
|
|
40691
|
-
* selectChange
|
|
40692
|
-
* @desc:常用语选择
|
|
40693
|
-
* @author liufan
|
|
40694
|
-
* @param {String} val 选中值
|
|
40695
|
-
* @date 2022年5月25日
|
|
40739
|
+
/**
|
|
40740
|
+
* selectChange
|
|
40741
|
+
* @desc:常用语选择
|
|
40742
|
+
* @author liufan
|
|
40743
|
+
* @param {String} val 选中值
|
|
40744
|
+
* @date 2022年5月25日
|
|
40696
40745
|
**/
|
|
40697
40746
|
selectChange: function selectChange(val) {
|
|
40698
40747
|
this.value = val;
|
|
40699
40748
|
},
|
|
40700
40749
|
|
|
40701
|
-
/**
|
|
40702
|
-
* upDate
|
|
40703
|
-
* @desc:修改常用语
|
|
40704
|
-
* @author liufan
|
|
40705
|
-
* @param {Object} val 修改值
|
|
40706
|
-
* @date 2022年5月25日
|
|
40750
|
+
/**
|
|
40751
|
+
* upDate
|
|
40752
|
+
* @desc:修改常用语
|
|
40753
|
+
* @author liufan
|
|
40754
|
+
* @param {Object} val 修改值
|
|
40755
|
+
* @date 2022年5月25日
|
|
40707
40756
|
**/
|
|
40708
40757
|
upDate: function upDate(val) {
|
|
40709
40758
|
this.FormData.id = val.id;
|
|
@@ -40711,11 +40760,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40711
40760
|
},
|
|
40712
40761
|
|
|
40713
40762
|
|
|
40714
|
-
/**
|
|
40715
|
-
* getProcess
|
|
40716
|
-
* @desc:获取选择流程
|
|
40717
|
-
* @author liufan
|
|
40718
|
-
* @date 2022年5月25日
|
|
40763
|
+
/**
|
|
40764
|
+
* getProcess
|
|
40765
|
+
* @desc:获取选择流程
|
|
40766
|
+
* @author liufan
|
|
40767
|
+
* @date 2022年5月25日
|
|
40719
40768
|
**/
|
|
40720
40769
|
getProcess: function getProcess() {
|
|
40721
40770
|
var _this25 = this;
|
|
@@ -40769,11 +40818,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40769
40818
|
});
|
|
40770
40819
|
},
|
|
40771
40820
|
|
|
40772
|
-
/**
|
|
40773
|
-
* getPendedhistoryList
|
|
40774
|
-
* @desc:获取流程列表
|
|
40775
|
-
* @author liufan
|
|
40776
|
-
* @date 2022年5月25日
|
|
40821
|
+
/**
|
|
40822
|
+
* getPendedhistoryList
|
|
40823
|
+
* @desc:获取流程列表
|
|
40824
|
+
* @author liufan
|
|
40825
|
+
* @date 2022年5月25日
|
|
40777
40826
|
**/
|
|
40778
40827
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
40779
40828
|
var _this26 = this;
|
|
@@ -40805,12 +40854,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40805
40854
|
},
|
|
40806
40855
|
|
|
40807
40856
|
// 提交流程
|
|
40808
|
-
/**
|
|
40809
|
-
* subProcess
|
|
40810
|
-
* @desc:提交流程
|
|
40811
|
-
* @author liufan
|
|
40812
|
-
* @param {String} formName 当前form表单ref值
|
|
40813
|
-
* @date 2022年5月25日
|
|
40857
|
+
/**
|
|
40858
|
+
* subProcess
|
|
40859
|
+
* @desc:提交流程
|
|
40860
|
+
* @author liufan
|
|
40861
|
+
* @param {String} formName 当前form表单ref值
|
|
40862
|
+
* @date 2022年5月25日
|
|
40814
40863
|
**/
|
|
40815
40864
|
subProcess: function subProcess(val) {
|
|
40816
40865
|
var _this27 = this;
|
|
@@ -42880,11 +42929,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42880
42929
|
});
|
|
42881
42930
|
},
|
|
42882
42931
|
|
|
42883
|
-
/**
|
|
42884
|
-
* saveInfo
|
|
42885
|
-
* @desc:暂存
|
|
42886
|
-
* @author liufan
|
|
42887
|
-
* @date 2022年9月9日
|
|
42932
|
+
/**
|
|
42933
|
+
* saveInfo
|
|
42934
|
+
* @desc:暂存
|
|
42935
|
+
* @author liufan
|
|
42936
|
+
* @date 2022年9月9日
|
|
42888
42937
|
**/
|
|
42889
42938
|
saveInfo: function saveInfo(type, btn) {
|
|
42890
42939
|
var _this8 = this;
|
|
@@ -42946,11 +42995,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42946
42995
|
});
|
|
42947
42996
|
},
|
|
42948
42997
|
|
|
42949
|
-
/**
|
|
42950
|
-
* rejectBtn
|
|
42951
|
-
* @desc:点击驳回
|
|
42952
|
-
* @author liufan
|
|
42953
|
-
* @date 2022年5月25日
|
|
42998
|
+
/**
|
|
42999
|
+
* rejectBtn
|
|
43000
|
+
* @desc:点击驳回
|
|
43001
|
+
* @author liufan
|
|
43002
|
+
* @date 2022年5月25日
|
|
42954
43003
|
**/
|
|
42955
43004
|
rejectBtn: function rejectBtn() {
|
|
42956
43005
|
var _this10 = this;
|
|
@@ -42968,11 +43017,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42968
43017
|
}
|
|
42969
43018
|
},
|
|
42970
43019
|
|
|
42971
|
-
/**
|
|
42972
|
-
* taskReadBtn
|
|
42973
|
-
* @desc:点击分阅
|
|
42974
|
-
* @author liufan
|
|
42975
|
-
* @date 2022年5月25日
|
|
43020
|
+
/**
|
|
43021
|
+
* taskReadBtn
|
|
43022
|
+
* @desc:点击分阅
|
|
43023
|
+
* @author liufan
|
|
43024
|
+
* @date 2022年5月25日
|
|
42976
43025
|
**/
|
|
42977
43026
|
taskReadBtn: function taskReadBtn() {
|
|
42978
43027
|
var _this11 = this;
|
|
@@ -42991,11 +43040,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42991
43040
|
}
|
|
42992
43041
|
},
|
|
42993
43042
|
|
|
42994
|
-
/**
|
|
42995
|
-
* getFind
|
|
42996
|
-
* @desc:获取通知方式
|
|
42997
|
-
* @author liufan
|
|
42998
|
-
* @date 2022年5月25日
|
|
43043
|
+
/**
|
|
43044
|
+
* getFind
|
|
43045
|
+
* @desc:获取通知方式
|
|
43046
|
+
* @author liufan
|
|
43047
|
+
* @date 2022年5月25日
|
|
42999
43048
|
**/
|
|
43000
43049
|
getFind: function getFind() {
|
|
43001
43050
|
var _this12 = this;
|
|
@@ -43060,12 +43109,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43060
43109
|
});
|
|
43061
43110
|
},
|
|
43062
43111
|
|
|
43063
|
-
/**
|
|
43064
|
-
* endFlows
|
|
43065
|
-
* @desc:直接办结
|
|
43066
|
-
* @author liufan
|
|
43067
|
-
* @param {Object} res 直接办结数据
|
|
43068
|
-
* @date 2022年5月25日
|
|
43112
|
+
/**
|
|
43113
|
+
* endFlows
|
|
43114
|
+
* @desc:直接办结
|
|
43115
|
+
* @author liufan
|
|
43116
|
+
* @param {Object} res 直接办结数据
|
|
43117
|
+
* @date 2022年5月25日
|
|
43069
43118
|
**/
|
|
43070
43119
|
endFlows: function endFlows(res) {
|
|
43071
43120
|
var _this14 = this;
|
|
@@ -43119,12 +43168,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43119
43168
|
}).catch(function (e) {});
|
|
43120
43169
|
},
|
|
43121
43170
|
|
|
43122
|
-
/**
|
|
43123
|
-
* goView
|
|
43124
|
-
* @desc:更多流程按钮操作
|
|
43125
|
-
* @author liufan
|
|
43126
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
43127
|
-
* @date 2022年5月25日
|
|
43171
|
+
/**
|
|
43172
|
+
* goView
|
|
43173
|
+
* @desc:更多流程按钮操作
|
|
43174
|
+
* @author liufan
|
|
43175
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
43176
|
+
* @date 2022年5月25日
|
|
43128
43177
|
**/
|
|
43129
43178
|
goView: function goView(res) {
|
|
43130
43179
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -43209,11 +43258,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43209
43258
|
// isCanStartSubFlow
|
|
43210
43259
|
},
|
|
43211
43260
|
|
|
43212
|
-
/**
|
|
43213
|
-
* toTakeAdvice
|
|
43214
|
-
* @desc:征求意见
|
|
43215
|
-
* @author liufan
|
|
43216
|
-
* @date 2022年9月29日
|
|
43261
|
+
/**
|
|
43262
|
+
* toTakeAdvice
|
|
43263
|
+
* @desc:征求意见
|
|
43264
|
+
* @author liufan
|
|
43265
|
+
* @date 2022年9月29日
|
|
43217
43266
|
**/
|
|
43218
43267
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
43219
43268
|
var _this16 = this;
|
|
@@ -43257,11 +43306,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43257
43306
|
});
|
|
43258
43307
|
},
|
|
43259
43308
|
|
|
43260
|
-
/**
|
|
43261
|
-
* toStartDraf
|
|
43262
|
-
* @desc: 稿件递送、联合审核、复核
|
|
43263
|
-
* @author liufan
|
|
43264
|
-
* @date 2022年9月29日
|
|
43309
|
+
/**
|
|
43310
|
+
* toStartDraf
|
|
43311
|
+
* @desc: 稿件递送、联合审核、复核
|
|
43312
|
+
* @author liufan
|
|
43313
|
+
* @date 2022年9月29日
|
|
43265
43314
|
**/
|
|
43266
43315
|
toStartDraf: function toStartDraf(res) {
|
|
43267
43316
|
var _this18 = this;
|
|
@@ -43275,11 +43324,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43275
43324
|
}
|
|
43276
43325
|
},
|
|
43277
43326
|
|
|
43278
|
-
/**
|
|
43279
|
-
* toSendMsg
|
|
43280
|
-
* @desc:核稿通知
|
|
43281
|
-
* @author liufan
|
|
43282
|
-
* @date 2022年9月29日
|
|
43327
|
+
/**
|
|
43328
|
+
* toSendMsg
|
|
43329
|
+
* @desc:核稿通知
|
|
43330
|
+
* @author liufan
|
|
43331
|
+
* @date 2022年9月29日
|
|
43283
43332
|
**/
|
|
43284
43333
|
toSendMsg: function toSendMsg(res) {
|
|
43285
43334
|
var _this19 = this;
|
|
@@ -43293,11 +43342,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43293
43342
|
}
|
|
43294
43343
|
},
|
|
43295
43344
|
|
|
43296
|
-
/**
|
|
43297
|
-
* toTaskReadAndEnd
|
|
43298
|
-
* @desc:分阅并办结
|
|
43299
|
-
* @author liufan
|
|
43300
|
-
* @date 2022年9月29日
|
|
43345
|
+
/**
|
|
43346
|
+
* toTaskReadAndEnd
|
|
43347
|
+
* @desc:分阅并办结
|
|
43348
|
+
* @author liufan
|
|
43349
|
+
* @date 2022年9月29日
|
|
43301
43350
|
**/
|
|
43302
43351
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
43303
43352
|
var _this20 = this;
|
|
@@ -43315,11 +43364,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43315
43364
|
}
|
|
43316
43365
|
},
|
|
43317
43366
|
|
|
43318
|
-
/**
|
|
43319
|
-
* rejectAndEnd
|
|
43320
|
-
* @desc:驳回并办结
|
|
43321
|
-
* @author liufan
|
|
43322
|
-
* @date 2022年9月29日
|
|
43367
|
+
/**
|
|
43368
|
+
* rejectAndEnd
|
|
43369
|
+
* @desc:驳回并办结
|
|
43370
|
+
* @author liufan
|
|
43371
|
+
* @date 2022年9月29日
|
|
43323
43372
|
**/
|
|
43324
43373
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
43325
43374
|
var _this21 = this;
|
|
@@ -43374,11 +43423,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43374
43423
|
});
|
|
43375
43424
|
},
|
|
43376
43425
|
|
|
43377
|
-
/**
|
|
43378
|
-
* toTransfer
|
|
43379
|
-
* @desc:转办
|
|
43380
|
-
* @author liufan
|
|
43381
|
-
* @date 2022年9月29日
|
|
43426
|
+
/**
|
|
43427
|
+
* toTransfer
|
|
43428
|
+
* @desc:转办
|
|
43429
|
+
* @author liufan
|
|
43430
|
+
* @date 2022年9月29日
|
|
43382
43431
|
**/
|
|
43383
43432
|
toTransfer: function toTransfer(res) {
|
|
43384
43433
|
var _this23 = this;
|
|
@@ -43394,11 +43443,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43394
43443
|
}
|
|
43395
43444
|
},
|
|
43396
43445
|
|
|
43397
|
-
/**
|
|
43398
|
-
* getNodeInfo
|
|
43399
|
-
* @desc:获取节点信息
|
|
43400
|
-
* @author liufan
|
|
43401
|
-
* @date 2022年5月25日
|
|
43446
|
+
/**
|
|
43447
|
+
* getNodeInfo
|
|
43448
|
+
* @desc:获取节点信息
|
|
43449
|
+
* @author liufan
|
|
43450
|
+
* @date 2022年5月25日
|
|
43402
43451
|
**/
|
|
43403
43452
|
getNodeInfo: function getNodeInfo() {
|
|
43404
43453
|
var _this24 = this;
|
|
@@ -43497,12 +43546,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43497
43546
|
});
|
|
43498
43547
|
},
|
|
43499
43548
|
|
|
43500
|
-
/**
|
|
43501
|
-
* selecNext
|
|
43502
|
-
* @desc:下步节点变化时更新数据
|
|
43503
|
-
* @author liufan
|
|
43504
|
-
* @param {String} val 当前选中值
|
|
43505
|
-
* @date 2022年5月25日
|
|
43549
|
+
/**
|
|
43550
|
+
* selecNext
|
|
43551
|
+
* @desc:下步节点变化时更新数据
|
|
43552
|
+
* @author liufan
|
|
43553
|
+
* @param {String} val 当前选中值
|
|
43554
|
+
* @date 2022年5月25日
|
|
43506
43555
|
**/
|
|
43507
43556
|
selecNext: function selecNext(val, type, isDef) {
|
|
43508
43557
|
var _this25 = this;
|
|
@@ -43611,11 +43660,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43611
43660
|
if (isDef !== true) this.getNodeInfo();
|
|
43612
43661
|
},
|
|
43613
43662
|
|
|
43614
|
-
/**
|
|
43615
|
-
* isMultiple
|
|
43616
|
-
* @desc:是否多选
|
|
43617
|
-
* @author liufan
|
|
43618
|
-
* @date 2022年9月13日
|
|
43663
|
+
/**
|
|
43664
|
+
* isMultiple
|
|
43665
|
+
* @desc:是否多选
|
|
43666
|
+
* @author liufan
|
|
43667
|
+
* @date 2022年9月13日
|
|
43619
43668
|
**/
|
|
43620
43669
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
43621
43670
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -43647,11 +43696,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43647
43696
|
}
|
|
43648
43697
|
},
|
|
43649
43698
|
|
|
43650
|
-
/**
|
|
43651
|
-
* getHedInfo
|
|
43652
|
-
* @desc:获取审核页面数据
|
|
43653
|
-
* @author liufan
|
|
43654
|
-
* @date 2022年5月25日
|
|
43699
|
+
/**
|
|
43700
|
+
* getHedInfo
|
|
43701
|
+
* @desc:获取审核页面数据
|
|
43702
|
+
* @author liufan
|
|
43703
|
+
* @date 2022年5月25日
|
|
43655
43704
|
**/
|
|
43656
43705
|
getHedInfo: function getHedInfo() {
|
|
43657
43706
|
var _this26 = this;
|
|
@@ -43891,13 +43940,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43891
43940
|
});
|
|
43892
43941
|
},
|
|
43893
43942
|
|
|
43894
|
-
/**
|
|
43895
|
-
* closeProcess
|
|
43896
|
-
* @desc:关闭弹窗
|
|
43897
|
-
* @author liufan
|
|
43898
|
-
* @param {boolean} val 当前是否办理流程
|
|
43899
|
-
* @param {String} type 当前点击的弹窗类型
|
|
43900
|
-
* @date 2022年5月25日
|
|
43943
|
+
/**
|
|
43944
|
+
* closeProcess
|
|
43945
|
+
* @desc:关闭弹窗
|
|
43946
|
+
* @author liufan
|
|
43947
|
+
* @param {boolean} val 当前是否办理流程
|
|
43948
|
+
* @param {String} type 当前点击的弹窗类型
|
|
43949
|
+
* @date 2022年5月25日
|
|
43901
43950
|
**/
|
|
43902
43951
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
43903
43952
|
if (closeParent) {
|
|
@@ -43914,23 +43963,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43914
43963
|
}
|
|
43915
43964
|
},
|
|
43916
43965
|
|
|
43917
|
-
/**
|
|
43918
|
-
* selectChange
|
|
43919
|
-
* @desc:常用语选择
|
|
43920
|
-
* @author liufan
|
|
43921
|
-
* @param {String} val 选中值
|
|
43922
|
-
* @date 2022年5月25日
|
|
43966
|
+
/**
|
|
43967
|
+
* selectChange
|
|
43968
|
+
* @desc:常用语选择
|
|
43969
|
+
* @author liufan
|
|
43970
|
+
* @param {String} val 选中值
|
|
43971
|
+
* @date 2022年5月25日
|
|
43923
43972
|
**/
|
|
43924
43973
|
selectChange: function selectChange(val) {
|
|
43925
43974
|
this.value = val;
|
|
43926
43975
|
},
|
|
43927
43976
|
|
|
43928
|
-
/**
|
|
43929
|
-
* upDate
|
|
43930
|
-
* @desc:修改常用语
|
|
43931
|
-
* @author liufan
|
|
43932
|
-
* @param {Object} val 修改值
|
|
43933
|
-
* @date 2022年5月25日
|
|
43977
|
+
/**
|
|
43978
|
+
* upDate
|
|
43979
|
+
* @desc:修改常用语
|
|
43980
|
+
* @author liufan
|
|
43981
|
+
* @param {Object} val 修改值
|
|
43982
|
+
* @date 2022年5月25日
|
|
43934
43983
|
**/
|
|
43935
43984
|
upDate: function upDate(val) {
|
|
43936
43985
|
this.FormData.id = val.id;
|
|
@@ -43938,11 +43987,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43938
43987
|
},
|
|
43939
43988
|
|
|
43940
43989
|
|
|
43941
|
-
/**
|
|
43942
|
-
* getProcess
|
|
43943
|
-
* @desc:获取选择流程
|
|
43944
|
-
* @author liufan
|
|
43945
|
-
* @date 2022年5月25日
|
|
43990
|
+
/**
|
|
43991
|
+
* getProcess
|
|
43992
|
+
* @desc:获取选择流程
|
|
43993
|
+
* @author liufan
|
|
43994
|
+
* @date 2022年5月25日
|
|
43946
43995
|
**/
|
|
43947
43996
|
getProcess: function getProcess(val) {
|
|
43948
43997
|
var _this27 = this;
|
|
@@ -43994,11 +44043,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43994
44043
|
});
|
|
43995
44044
|
},
|
|
43996
44045
|
|
|
43997
|
-
/**
|
|
43998
|
-
* getPendedhistoryList
|
|
43999
|
-
* @desc:获取流程列表
|
|
44000
|
-
* @author liufan
|
|
44001
|
-
* @date 2022年5月25日
|
|
44046
|
+
/**
|
|
44047
|
+
* getPendedhistoryList
|
|
44048
|
+
* @desc:获取流程列表
|
|
44049
|
+
* @author liufan
|
|
44050
|
+
* @date 2022年5月25日
|
|
44002
44051
|
**/
|
|
44003
44052
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
44004
44053
|
var _this28 = this;
|
|
@@ -44065,12 +44114,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44065
44114
|
},
|
|
44066
44115
|
|
|
44067
44116
|
// 提交流程
|
|
44068
|
-
/**
|
|
44069
|
-
* subProcess
|
|
44070
|
-
* @desc:提交流程
|
|
44071
|
-
* @author liufan
|
|
44072
|
-
* @param {String} formName 当前form表单ref值
|
|
44073
|
-
* @date 2022年5月25日
|
|
44117
|
+
/**
|
|
44118
|
+
* subProcess
|
|
44119
|
+
* @desc:提交流程
|
|
44120
|
+
* @author liufan
|
|
44121
|
+
* @param {String} formName 当前form表单ref值
|
|
44122
|
+
* @date 2022年5月25日
|
|
44074
44123
|
**/
|
|
44075
44124
|
subProcess: function subProcess(val, type) {
|
|
44076
44125
|
var _this30 = this;
|
|
@@ -47468,12 +47517,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47468
47517
|
}
|
|
47469
47518
|
},
|
|
47470
47519
|
|
|
47471
|
-
/**
|
|
47472
|
-
* handleFormSubmit
|
|
47473
|
-
* @desc:删除节点点击事件
|
|
47474
|
-
* @param {Object} formData 点击删除的form数据
|
|
47475
|
-
* @author liufan
|
|
47476
|
-
* @date 2022年11月29日
|
|
47520
|
+
/**
|
|
47521
|
+
* handleFormSubmit
|
|
47522
|
+
* @desc:删除节点点击事件
|
|
47523
|
+
* @param {Object} formData 点击删除的form数据
|
|
47524
|
+
* @author liufan
|
|
47525
|
+
* @date 2022年11月29日
|
|
47477
47526
|
**/
|
|
47478
47527
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
47479
47528
|
var _this7 = this;
|
|
@@ -47504,48 +47553,48 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47504
47553
|
});
|
|
47505
47554
|
},
|
|
47506
47555
|
|
|
47507
|
-
/**
|
|
47508
|
-
* del
|
|
47509
|
-
* @desc:展示删除弹窗
|
|
47510
|
-
* @param {String} id 当前点击数据id
|
|
47511
|
-
* @author liufan
|
|
47512
|
-
* @date 2022年11月29日
|
|
47556
|
+
/**
|
|
47557
|
+
* del
|
|
47558
|
+
* @desc:展示删除弹窗
|
|
47559
|
+
* @param {String} id 当前点击数据id
|
|
47560
|
+
* @author liufan
|
|
47561
|
+
* @date 2022年11月29日
|
|
47513
47562
|
**/
|
|
47514
47563
|
del: function del(id) {
|
|
47515
47564
|
this.historyId = id;
|
|
47516
47565
|
this.showDel = true;
|
|
47517
47566
|
},
|
|
47518
47567
|
|
|
47519
|
-
/**
|
|
47520
|
-
* handleCurrentChange
|
|
47521
|
-
* @desc:监听页码变化
|
|
47522
|
-
* @param {String} val 当前页
|
|
47523
|
-
* @author liufan
|
|
47524
|
-
* @date 2022年11月29日
|
|
47568
|
+
/**
|
|
47569
|
+
* handleCurrentChange
|
|
47570
|
+
* @desc:监听页码变化
|
|
47571
|
+
* @param {String} val 当前页
|
|
47572
|
+
* @author liufan
|
|
47573
|
+
* @date 2022年11月29日
|
|
47525
47574
|
**/
|
|
47526
47575
|
handleCurrentChange: function handleCurrentChange(val) {
|
|
47527
47576
|
this.currentPage = val;
|
|
47528
47577
|
this.getPressList();
|
|
47529
47578
|
},
|
|
47530
47579
|
|
|
47531
|
-
/**
|
|
47532
|
-
* handleSizeChange
|
|
47533
|
-
* @desc:监听每页数据显示数量变化
|
|
47534
|
-
* @param {String} val 每页展示数量
|
|
47535
|
-
* @author liufan
|
|
47536
|
-
* @date 2022年11月29日
|
|
47580
|
+
/**
|
|
47581
|
+
* handleSizeChange
|
|
47582
|
+
* @desc:监听每页数据显示数量变化
|
|
47583
|
+
* @param {String} val 每页展示数量
|
|
47584
|
+
* @author liufan
|
|
47585
|
+
* @date 2022年11月29日
|
|
47537
47586
|
**/
|
|
47538
47587
|
handleSizeChange: function handleSizeChange(val) {
|
|
47539
47588
|
this.pageSize = val;
|
|
47540
47589
|
this.getPressList();
|
|
47541
47590
|
},
|
|
47542
47591
|
|
|
47543
|
-
/**
|
|
47544
|
-
* sortChange
|
|
47545
|
-
* @desc:监听排序变化
|
|
47546
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
47547
|
-
* @author liufan
|
|
47548
|
-
* @date 2022年11月29日
|
|
47592
|
+
/**
|
|
47593
|
+
* sortChange
|
|
47594
|
+
* @desc:监听排序变化
|
|
47595
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
47596
|
+
* @author liufan
|
|
47597
|
+
* @date 2022年11月29日
|
|
47549
47598
|
**/
|
|
47550
47599
|
sortChange: function sortChange(info) {
|
|
47551
47600
|
var prop = info.prop,
|
|
@@ -47556,11 +47605,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47556
47605
|
this.getPressList();
|
|
47557
47606
|
},
|
|
47558
47607
|
|
|
47559
|
-
/**
|
|
47560
|
-
* getPressList
|
|
47561
|
-
* @desc:催办列表数据
|
|
47562
|
-
* @author liufan
|
|
47563
|
-
* @date 2022年11月29日
|
|
47608
|
+
/**
|
|
47609
|
+
* getPressList
|
|
47610
|
+
* @desc:催办列表数据
|
|
47611
|
+
* @author liufan
|
|
47612
|
+
* @date 2022年11月29日
|
|
47564
47613
|
**/
|
|
47565
47614
|
getPressList: function getPressList() {
|
|
47566
47615
|
var _this8 = this;
|
|
@@ -47590,12 +47639,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47590
47639
|
});
|
|
47591
47640
|
},
|
|
47592
47641
|
|
|
47593
|
-
/**
|
|
47594
|
-
* goPress
|
|
47595
|
-
* @desc:催办列表查看
|
|
47596
|
-
* @param {String} id 催办列表id
|
|
47597
|
-
* @author liufan
|
|
47598
|
-
* @date 2022年11月29日
|
|
47642
|
+
/**
|
|
47643
|
+
* goPress
|
|
47644
|
+
* @desc:催办列表查看
|
|
47645
|
+
* @param {String} id 催办列表id
|
|
47646
|
+
* @author liufan
|
|
47647
|
+
* @date 2022年11月29日
|
|
47599
47648
|
**/
|
|
47600
47649
|
goPress: function goPress(id) {
|
|
47601
47650
|
this.historyId = id;
|
|
@@ -47603,23 +47652,23 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47603
47652
|
this.getPressList();
|
|
47604
47653
|
},
|
|
47605
47654
|
|
|
47606
|
-
/**
|
|
47607
|
-
* showFile
|
|
47608
|
-
* @desc:附件查看
|
|
47609
|
-
* @param {String} ownId 附件id
|
|
47610
|
-
* @author liufan
|
|
47611
|
-
* @date 2022年11月29日
|
|
47655
|
+
/**
|
|
47656
|
+
* showFile
|
|
47657
|
+
* @desc:附件查看
|
|
47658
|
+
* @param {String} ownId 附件id
|
|
47659
|
+
* @author liufan
|
|
47660
|
+
* @date 2022年11月29日
|
|
47612
47661
|
**/
|
|
47613
47662
|
showFile: function showFile(ownId) {
|
|
47614
47663
|
this.wfpendingid = ownId;
|
|
47615
47664
|
this.showFileList = true;
|
|
47616
47665
|
},
|
|
47617
47666
|
|
|
47618
|
-
/**
|
|
47619
|
-
* handleChange
|
|
47620
|
-
* @desc:切换排序方式
|
|
47621
|
-
* @author liufan
|
|
47622
|
-
* @date 2022年11月22日
|
|
47667
|
+
/**
|
|
47668
|
+
* handleChange
|
|
47669
|
+
* @desc:切换排序方式
|
|
47670
|
+
* @author liufan
|
|
47671
|
+
* @date 2022年11月22日
|
|
47623
47672
|
**/
|
|
47624
47673
|
handleChange: function handleChange(key, value) {
|
|
47625
47674
|
if (value) {
|
|
@@ -47630,11 +47679,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47630
47679
|
this.getFlowList();
|
|
47631
47680
|
},
|
|
47632
47681
|
|
|
47633
|
-
/**
|
|
47634
|
-
* getFlowList
|
|
47635
|
-
* @desc:获取流程列表
|
|
47636
|
-
* @author liufan
|
|
47637
|
-
* @date 2022年11月22日
|
|
47682
|
+
/**
|
|
47683
|
+
* getFlowList
|
|
47684
|
+
* @desc:获取流程列表
|
|
47685
|
+
* @author liufan
|
|
47686
|
+
* @date 2022年11月22日
|
|
47638
47687
|
**/
|
|
47639
47688
|
getFlowList: function getFlowList() {
|
|
47640
47689
|
var _this9 = this;
|
|
@@ -47688,12 +47737,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47688
47737
|
});
|
|
47689
47738
|
},
|
|
47690
47739
|
|
|
47691
|
-
/**
|
|
47692
|
-
* handleClick
|
|
47693
|
-
* @desc:表单点击事件
|
|
47694
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
47695
|
-
* @author liufan
|
|
47696
|
-
* @date 2022年11月10日
|
|
47740
|
+
/**
|
|
47741
|
+
* handleClick
|
|
47742
|
+
* @desc:表单点击事件
|
|
47743
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
47744
|
+
* @author liufan
|
|
47745
|
+
* @date 2022年11月10日
|
|
47697
47746
|
**/
|
|
47698
47747
|
handleClick: function handleClick(val) {
|
|
47699
47748
|
var _this10 = this;
|
|
@@ -47739,13 +47788,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47739
47788
|
}
|
|
47740
47789
|
},
|
|
47741
47790
|
|
|
47742
|
-
/**
|
|
47743
|
-
* getCodeValue
|
|
47744
|
-
* @desc:获取代码表过滤后的值
|
|
47745
|
-
* @param {String} value 展示数据的代码值
|
|
47746
|
-
* @param {String} type 代码表类型
|
|
47747
|
-
* @author liufan
|
|
47748
|
-
* @date 2022年11月10日
|
|
47791
|
+
/**
|
|
47792
|
+
* getCodeValue
|
|
47793
|
+
* @desc:获取代码表过滤后的值
|
|
47794
|
+
* @param {String} value 展示数据的代码值
|
|
47795
|
+
* @param {String} type 代码表类型
|
|
47796
|
+
* @author liufan
|
|
47797
|
+
* @date 2022年11月10日
|
|
47749
47798
|
**/
|
|
47750
47799
|
getCodeValue: function getCodeValue(value, type) {
|
|
47751
47800
|
var val = this[type].filter(function (item) {
|
|
@@ -47754,12 +47803,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47754
47803
|
return val[0].shortName;
|
|
47755
47804
|
},
|
|
47756
47805
|
|
|
47757
|
-
/**
|
|
47758
|
-
* getSysInfo
|
|
47759
|
-
* @desc:获取代码表
|
|
47760
|
-
* @param {String} code 编码code值
|
|
47761
|
-
* @author liufan
|
|
47762
|
-
* @date 2022年11月10日
|
|
47806
|
+
/**
|
|
47807
|
+
* getSysInfo
|
|
47808
|
+
* @desc:获取代码表
|
|
47809
|
+
* @param {String} code 编码code值
|
|
47810
|
+
* @author liufan
|
|
47811
|
+
* @date 2022年11月10日
|
|
47763
47812
|
**/
|
|
47764
47813
|
getSysInfo: function getSysInfo(code) {
|
|
47765
47814
|
var _this11 = this;
|
|
@@ -47781,11 +47830,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47781
47830
|
}).catch(function (e) {});
|
|
47782
47831
|
},
|
|
47783
47832
|
|
|
47784
|
-
/**
|
|
47785
|
-
* getListInfo
|
|
47786
|
-
* @desc:获取预设列表数据
|
|
47787
|
-
* @author liufan
|
|
47788
|
-
* @date 2022年11月10日
|
|
47833
|
+
/**
|
|
47834
|
+
* getListInfo
|
|
47835
|
+
* @desc:获取预设列表数据
|
|
47836
|
+
* @author liufan
|
|
47837
|
+
* @date 2022年11月10日
|
|
47789
47838
|
**/
|
|
47790
47839
|
getListInfo: function getListInfo() {
|
|
47791
47840
|
var _this12 = this;
|
|
@@ -49346,7 +49395,7 @@ function mainvue_type_script_lang_js_objectWithoutProperties(obj, keys) { var ta
|
|
|
49346
49395
|
beforeCreate: function beforeCreate() {
|
|
49347
49396
|
var _this2 = this;
|
|
49348
49397
|
|
|
49349
|
-
this.getData = Object(external_throttle_debounce_["
|
|
49398
|
+
this.getData = Object(external_throttle_debounce_["debounce"])(500, function (query, callback, isChange) {
|
|
49350
49399
|
_this2.getDatas(query, callback, isChange);
|
|
49351
49400
|
});
|
|
49352
49401
|
},
|
|
@@ -50375,8 +50424,8 @@ layout_src_main.install = function (Vue) {
|
|
|
50375
50424
|
};
|
|
50376
50425
|
|
|
50377
50426
|
/* harmony default export */ var packages_layout = (layout_src_main);
|
|
50378
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=
|
|
50379
|
-
var
|
|
50427
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=68362bbf&
|
|
50428
|
+
var mainvue_type_template_id_68362bbf_render = function () {
|
|
50380
50429
|
var _vm = this
|
|
50381
50430
|
var _h = _vm.$createElement
|
|
50382
50431
|
var _c = _vm._self._c || _h
|
|
@@ -51547,7 +51596,7 @@ var mainvue_type_template_id_280eaf9f_render = function () {
|
|
|
51547
51596
|
)
|
|
51548
51597
|
: _vm._e()
|
|
51549
51598
|
}
|
|
51550
|
-
var
|
|
51599
|
+
var mainvue_type_template_id_68362bbf_staticRenderFns = [
|
|
51551
51600
|
function () {
|
|
51552
51601
|
var _vm = this
|
|
51553
51602
|
var _h = _vm.$createElement
|
|
@@ -51562,10 +51611,10 @@ var mainvue_type_template_id_280eaf9f_staticRenderFns = [
|
|
|
51562
51611
|
])
|
|
51563
51612
|
},
|
|
51564
51613
|
]
|
|
51565
|
-
|
|
51614
|
+
mainvue_type_template_id_68362bbf_render._withStripped = true
|
|
51566
51615
|
|
|
51567
51616
|
|
|
51568
|
-
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=
|
|
51617
|
+
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=68362bbf&
|
|
51569
51618
|
|
|
51570
51619
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=45dccfdc&
|
|
51571
51620
|
var resetPasswordvue_type_template_id_45dccfdc_render = function () {
|
|
@@ -53102,7 +53151,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
53102
53151
|
};
|
|
53103
53152
|
},
|
|
53104
53153
|
beforeCreate: function beforeCreate() {
|
|
53105
|
-
this.setScale = Object(external_throttle_debounce_["
|
|
53154
|
+
this.setScale = Object(external_throttle_debounce_["debounce"])(300, function () {
|
|
53106
53155
|
utils_util["a" /* default */].setScale();
|
|
53107
53156
|
});
|
|
53108
53157
|
utils_util["a" /* default */].removeStorage(['remind', 'ssId', 'token', 'Authorization', 'deviceUnique', 'userId', 'userName', 'useCaseCodes']);
|
|
@@ -53978,8 +54027,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
53978
54027
|
|
|
53979
54028
|
var login_src_main_component = normalizeComponent(
|
|
53980
54029
|
packages_login_src_mainvue_type_script_lang_js_,
|
|
53981
|
-
|
|
53982
|
-
|
|
54030
|
+
mainvue_type_template_id_68362bbf_render,
|
|
54031
|
+
mainvue_type_template_id_68362bbf_staticRenderFns,
|
|
53983
54032
|
false,
|
|
53984
54033
|
null,
|
|
53985
54034
|
null,
|
|
@@ -54096,8 +54145,8 @@ mainvue_type_template_id_2c29aadc_render._withStripped = true
|
|
|
54096
54145
|
|
|
54097
54146
|
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=2c29aadc&
|
|
54098
54147
|
|
|
54099
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
54100
|
-
var
|
|
54148
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=9a42cfdc&scoped=true&
|
|
54149
|
+
var simplicityvue_type_template_id_9a42cfdc_scoped_true_render = function () {
|
|
54101
54150
|
var _vm = this
|
|
54102
54151
|
var _h = _vm.$createElement
|
|
54103
54152
|
var _c = _vm._self._c || _h
|
|
@@ -54575,6 +54624,7 @@ var simplicityvue_type_template_id_3e646024_scoped_true_render = function () {
|
|
|
54575
54624
|
_vm._b(
|
|
54576
54625
|
{
|
|
54577
54626
|
attrs: {
|
|
54627
|
+
collapse: _vm.collapse,
|
|
54578
54628
|
mode: _vm.mode,
|
|
54579
54629
|
visible: _vm.showMenu,
|
|
54580
54630
|
closed: _vm.fold,
|
|
@@ -54754,11 +54804,11 @@ var simplicityvue_type_template_id_3e646024_scoped_true_render = function () {
|
|
|
54754
54804
|
),
|
|
54755
54805
|
])
|
|
54756
54806
|
}
|
|
54757
|
-
var
|
|
54758
|
-
|
|
54807
|
+
var simplicityvue_type_template_id_9a42cfdc_scoped_true_staticRenderFns = []
|
|
54808
|
+
simplicityvue_type_template_id_9a42cfdc_scoped_true_render._withStripped = true
|
|
54759
54809
|
|
|
54760
54810
|
|
|
54761
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
54811
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=9a42cfdc&scoped=true&
|
|
54762
54812
|
|
|
54763
54813
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
|
|
54764
54814
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -55299,8 +55349,8 @@ var handler_component = normalizeComponent(
|
|
|
55299
55349
|
)
|
|
55300
55350
|
|
|
55301
55351
|
/* harmony default export */ var simplicity_handler = (handler_component.exports);
|
|
55302
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=
|
|
55303
|
-
var
|
|
55352
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=c207ba5c&scoped=true&
|
|
55353
|
+
var sub_menuvue_type_template_id_c207ba5c_scoped_true_render = function () {
|
|
55304
55354
|
var this$1 = this
|
|
55305
55355
|
var _vm = this
|
|
55306
55356
|
var _h = _vm.$createElement
|
|
@@ -55384,27 +55434,50 @@ var sub_menuvue_type_template_id_629b4bf1_scoped_true_render = function () {
|
|
|
55384
55434
|
},
|
|
55385
55435
|
}),
|
|
55386
55436
|
]),
|
|
55387
|
-
|
|
55388
|
-
|
|
55389
|
-
|
|
55390
|
-
|
|
55391
|
-
|
|
55392
|
-
|
|
55393
|
-
|
|
55394
|
-
|
|
55395
|
-
|
|
55396
|
-
|
|
55397
|
-
|
|
55398
|
-
|
|
55399
|
-
|
|
55400
|
-
|
|
55401
|
-
|
|
55402
|
-
|
|
55403
|
-
|
|
55404
|
-
|
|
55405
|
-
|
|
55406
|
-
|
|
55407
|
-
|
|
55437
|
+
_vm.collapse
|
|
55438
|
+
? _c(
|
|
55439
|
+
"div",
|
|
55440
|
+
{ staticClass: "es-simplicity-menus-scrollbar" },
|
|
55441
|
+
[
|
|
55442
|
+
_c("es-menu", {
|
|
55443
|
+
attrs: {
|
|
55444
|
+
popperClass: "es-simplicity_menus",
|
|
55445
|
+
"menu-class": _vm.fold
|
|
55446
|
+
? "es-simplicity_menus es-simplicity_menus-fold"
|
|
55447
|
+
: "es-simplicity_menus",
|
|
55448
|
+
data: _vm.menus,
|
|
55449
|
+
menuIcon: _vm.menuIcon,
|
|
55450
|
+
color: _vm.color,
|
|
55451
|
+
backgroundColor: _vm.backgroundColor,
|
|
55452
|
+
"show-title": false,
|
|
55453
|
+
collapse: _vm.fold,
|
|
55454
|
+
},
|
|
55455
|
+
on: { select: _vm.handleSelect },
|
|
55456
|
+
}),
|
|
55457
|
+
],
|
|
55458
|
+
1
|
|
55459
|
+
)
|
|
55460
|
+
: _c("menu-list", {
|
|
55461
|
+
attrs: {
|
|
55462
|
+
active: _vm.actives[0],
|
|
55463
|
+
data: _vm.menus,
|
|
55464
|
+
menuIcon: _vm.menuIcon,
|
|
55465
|
+
color: _vm.color,
|
|
55466
|
+
backgroundColor: _vm.backgroundColor,
|
|
55467
|
+
fold: _vm.fold,
|
|
55468
|
+
width: _vm.size,
|
|
55469
|
+
},
|
|
55470
|
+
on: {
|
|
55471
|
+
menter: function (res) {
|
|
55472
|
+
this$1.getData(res, 0, true)
|
|
55473
|
+
},
|
|
55474
|
+
mleave: function (res) {
|
|
55475
|
+
this$1.getData(res, 0, false)
|
|
55476
|
+
},
|
|
55477
|
+
hover: _vm.handleHover,
|
|
55478
|
+
command: _vm.handleCommand,
|
|
55479
|
+
},
|
|
55480
|
+
}),
|
|
55408
55481
|
],
|
|
55409
55482
|
1
|
|
55410
55483
|
),
|
|
@@ -55464,14 +55537,14 @@ var sub_menuvue_type_template_id_629b4bf1_scoped_true_render = function () {
|
|
|
55464
55537
|
]
|
|
55465
55538
|
)
|
|
55466
55539
|
}
|
|
55467
|
-
var
|
|
55468
|
-
|
|
55540
|
+
var sub_menuvue_type_template_id_c207ba5c_scoped_true_staticRenderFns = []
|
|
55541
|
+
sub_menuvue_type_template_id_c207ba5c_scoped_true_render._withStripped = true
|
|
55469
55542
|
|
|
55470
55543
|
|
|
55471
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=
|
|
55544
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=c207ba5c&scoped=true&
|
|
55472
55545
|
|
|
55473
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=
|
|
55474
|
-
var
|
|
55546
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=49c7f205&scoped=true&
|
|
55547
|
+
var menu_listvue_type_template_id_49c7f205_scoped_true_render = function () {
|
|
55475
55548
|
var _vm = this
|
|
55476
55549
|
var _h = _vm.$createElement
|
|
55477
55550
|
var _c = _vm._self._c || _h
|
|
@@ -55565,6 +55638,21 @@ var menu_listvue_type_template_id_43b0ff18_scoped_true_render = function () {
|
|
|
55565
55638
|
),
|
|
55566
55639
|
]
|
|
55567
55640
|
),
|
|
55641
|
+
_c("i", {
|
|
55642
|
+
directives: [
|
|
55643
|
+
{
|
|
55644
|
+
name: "show",
|
|
55645
|
+
rawName: "v-show",
|
|
55646
|
+
value:
|
|
55647
|
+
(item.children && item.children.length) ||
|
|
55648
|
+
(item.fourthTabs && item.fourthTabs.length),
|
|
55649
|
+
expression:
|
|
55650
|
+
"\n (item.children && item.children.length) ||\n (item.fourthTabs && item.fourthTabs.length)\n ",
|
|
55651
|
+
},
|
|
55652
|
+
],
|
|
55653
|
+
staticClass:
|
|
55654
|
+
"es-icon-pointer-right es-simplicity-menus-item-icon",
|
|
55655
|
+
}),
|
|
55568
55656
|
],
|
|
55569
55657
|
2
|
|
55570
55658
|
)
|
|
@@ -55573,11 +55661,11 @@ var menu_listvue_type_template_id_43b0ff18_scoped_true_render = function () {
|
|
|
55573
55661
|
),
|
|
55574
55662
|
])
|
|
55575
55663
|
}
|
|
55576
|
-
var
|
|
55577
|
-
|
|
55664
|
+
var menu_listvue_type_template_id_49c7f205_scoped_true_staticRenderFns = []
|
|
55665
|
+
menu_listvue_type_template_id_49c7f205_scoped_true_render._withStripped = true
|
|
55578
55666
|
|
|
55579
55667
|
|
|
55580
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=
|
|
55668
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=49c7f205&scoped=true&
|
|
55581
55669
|
|
|
55582
55670
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/menu-list.vue?vue&type=script&lang=js&
|
|
55583
55671
|
//
|
|
@@ -55625,6 +55713,13 @@ menu_listvue_type_template_id_43b0ff18_scoped_true_render._withStripped = true
|
|
|
55625
55713
|
//
|
|
55626
55714
|
//
|
|
55627
55715
|
//
|
|
55716
|
+
//
|
|
55717
|
+
//
|
|
55718
|
+
//
|
|
55719
|
+
//
|
|
55720
|
+
//
|
|
55721
|
+
//
|
|
55722
|
+
//
|
|
55628
55723
|
|
|
55629
55724
|
|
|
55630
55725
|
/* harmony default export */ var menu_listvue_type_script_lang_js_ = ({
|
|
@@ -55718,11 +55813,11 @@ menu_listvue_type_template_id_43b0ff18_scoped_true_render._withStripped = true
|
|
|
55718
55813
|
|
|
55719
55814
|
var menu_list_component = normalizeComponent(
|
|
55720
55815
|
simplicity_menu_listvue_type_script_lang_js_,
|
|
55721
|
-
|
|
55722
|
-
|
|
55816
|
+
menu_listvue_type_template_id_49c7f205_scoped_true_render,
|
|
55817
|
+
menu_listvue_type_template_id_49c7f205_scoped_true_staticRenderFns,
|
|
55723
55818
|
false,
|
|
55724
55819
|
null,
|
|
55725
|
-
"
|
|
55820
|
+
"49c7f205",
|
|
55726
55821
|
null
|
|
55727
55822
|
|
|
55728
55823
|
)
|
|
@@ -55825,6 +55920,24 @@ var menu_list_component = normalizeComponent(
|
|
|
55825
55920
|
//
|
|
55826
55921
|
//
|
|
55827
55922
|
//
|
|
55923
|
+
//
|
|
55924
|
+
//
|
|
55925
|
+
//
|
|
55926
|
+
//
|
|
55927
|
+
//
|
|
55928
|
+
//
|
|
55929
|
+
//
|
|
55930
|
+
//
|
|
55931
|
+
//
|
|
55932
|
+
//
|
|
55933
|
+
//
|
|
55934
|
+
//
|
|
55935
|
+
//
|
|
55936
|
+
//
|
|
55937
|
+
//
|
|
55938
|
+
//
|
|
55939
|
+
//
|
|
55940
|
+
//
|
|
55828
55941
|
|
|
55829
55942
|
|
|
55830
55943
|
/* harmony default export */ var sub_menuvue_type_script_lang_js_ = ({
|
|
@@ -55832,6 +55945,7 @@ var menu_list_component = normalizeComponent(
|
|
|
55832
55945
|
components: { MenuList: menu_list },
|
|
55833
55946
|
props: {
|
|
55834
55947
|
mode: String,
|
|
55948
|
+
collapse: Boolean,
|
|
55835
55949
|
title: String,
|
|
55836
55950
|
active: String,
|
|
55837
55951
|
closed: Boolean,
|
|
@@ -55917,6 +56031,9 @@ var menu_list_component = normalizeComponent(
|
|
|
55917
56031
|
handleCommand: function handleCommand(res) {
|
|
55918
56032
|
this.$emit('command', res);
|
|
55919
56033
|
},
|
|
56034
|
+
handleSelect: function handleSelect(res) {
|
|
56035
|
+
this.$emit('command', res.node);
|
|
56036
|
+
},
|
|
55920
56037
|
getData: function getData(res, n, is) {
|
|
55921
56038
|
var _this = this;
|
|
55922
56039
|
|
|
@@ -55976,18 +56093,18 @@ var menu_list_component = normalizeComponent(
|
|
|
55976
56093
|
|
|
55977
56094
|
var sub_menu_component = normalizeComponent(
|
|
55978
56095
|
simplicity_sub_menuvue_type_script_lang_js_,
|
|
55979
|
-
|
|
55980
|
-
|
|
56096
|
+
sub_menuvue_type_template_id_c207ba5c_scoped_true_render,
|
|
56097
|
+
sub_menuvue_type_template_id_c207ba5c_scoped_true_staticRenderFns,
|
|
55981
56098
|
false,
|
|
55982
56099
|
null,
|
|
55983
|
-
"
|
|
56100
|
+
"c207ba5c",
|
|
55984
56101
|
null
|
|
55985
56102
|
|
|
55986
56103
|
)
|
|
55987
56104
|
|
|
55988
56105
|
/* harmony default export */ var sub_menu = (sub_menu_component.exports);
|
|
55989
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/apps.vue?vue&type=template&id=
|
|
55990
|
-
var
|
|
56106
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/apps.vue?vue&type=template&id=71b9cb14&scoped=true&
|
|
56107
|
+
var appsvue_type_template_id_71b9cb14_scoped_true_render = function () {
|
|
55991
56108
|
var this$1 = this
|
|
55992
56109
|
var _vm = this
|
|
55993
56110
|
var _h = _vm.$createElement
|
|
@@ -56399,11 +56516,11 @@ var appsvue_type_template_id_f63f92d4_scoped_true_render = function () {
|
|
|
56399
56516
|
]
|
|
56400
56517
|
)
|
|
56401
56518
|
}
|
|
56402
|
-
var
|
|
56403
|
-
|
|
56519
|
+
var appsvue_type_template_id_71b9cb14_scoped_true_staticRenderFns = []
|
|
56520
|
+
appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
|
|
56404
56521
|
|
|
56405
56522
|
|
|
56406
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/apps.vue?vue&type=template&id=
|
|
56523
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/apps.vue?vue&type=template&id=71b9cb14&scoped=true&
|
|
56407
56524
|
|
|
56408
56525
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/apps.vue?vue&type=script&lang=js&
|
|
56409
56526
|
//
|
|
@@ -56700,7 +56817,7 @@ appsvue_type_template_id_f63f92d4_scoped_true_render._withStripped = true
|
|
|
56700
56817
|
beforeCreate: function beforeCreate() {
|
|
56701
56818
|
var _this4 = this;
|
|
56702
56819
|
|
|
56703
|
-
this.getApps = Object(external_throttle_debounce_["
|
|
56820
|
+
this.getApps = Object(external_throttle_debounce_["debounce"])(500, function () {
|
|
56704
56821
|
_this4.getApp();
|
|
56705
56822
|
});
|
|
56706
56823
|
},
|
|
@@ -56761,10 +56878,10 @@ appsvue_type_template_id_f63f92d4_scoped_true_render._withStripped = true
|
|
|
56761
56878
|
this.$emit('click', res);
|
|
56762
56879
|
},
|
|
56763
56880
|
|
|
56764
|
-
/**
|
|
56765
|
-
* @desc:获取气泡提醒
|
|
56766
|
-
* @author huangbo
|
|
56767
|
-
* @date 2024年9月7日
|
|
56881
|
+
/**
|
|
56882
|
+
* @desc:获取气泡提醒
|
|
56883
|
+
* @author huangbo
|
|
56884
|
+
* @date 2024年9月7日
|
|
56768
56885
|
**/
|
|
56769
56886
|
getBadge: function getBadge(res) {
|
|
56770
56887
|
var num = res.tips || 0;
|
|
@@ -56791,18 +56908,18 @@ appsvue_type_template_id_f63f92d4_scoped_true_render._withStripped = true
|
|
|
56791
56908
|
|
|
56792
56909
|
var apps_component = normalizeComponent(
|
|
56793
56910
|
simplicity_appsvue_type_script_lang_js_,
|
|
56794
|
-
|
|
56795
|
-
|
|
56911
|
+
appsvue_type_template_id_71b9cb14_scoped_true_render,
|
|
56912
|
+
appsvue_type_template_id_71b9cb14_scoped_true_staticRenderFns,
|
|
56796
56913
|
false,
|
|
56797
56914
|
null,
|
|
56798
|
-
"
|
|
56915
|
+
"71b9cb14",
|
|
56799
56916
|
null
|
|
56800
56917
|
|
|
56801
56918
|
)
|
|
56802
56919
|
|
|
56803
56920
|
/* harmony default export */ var simplicity_apps = (apps_component.exports);
|
|
56804
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/user.vue?vue&type=template&id=
|
|
56805
|
-
var
|
|
56921
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/user.vue?vue&type=template&id=1d4b46d0&scoped=true&
|
|
56922
|
+
var uservue_type_template_id_1d4b46d0_scoped_true_render = function () {
|
|
56806
56923
|
var _vm = this
|
|
56807
56924
|
var _h = _vm.$createElement
|
|
56808
56925
|
var _c = _vm._self._c || _h
|
|
@@ -56963,11 +57080,11 @@ var uservue_type_template_id_4edda720_scoped_true_render = function () {
|
|
|
56963
57080
|
1
|
|
56964
57081
|
)
|
|
56965
57082
|
}
|
|
56966
|
-
var
|
|
56967
|
-
|
|
57083
|
+
var uservue_type_template_id_1d4b46d0_scoped_true_staticRenderFns = []
|
|
57084
|
+
uservue_type_template_id_1d4b46d0_scoped_true_render._withStripped = true
|
|
56968
57085
|
|
|
56969
57086
|
|
|
56970
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=
|
|
57087
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=1d4b46d0&scoped=true&
|
|
56971
57088
|
|
|
56972
57089
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=1c52f6d2&
|
|
56973
57090
|
var userinfovue_type_template_id_1c52f6d2_render = function () {
|
|
@@ -57385,7 +57502,7 @@ var userinfo_component = normalizeComponent(
|
|
|
57385
57502
|
beforeCreate: function beforeCreate() {
|
|
57386
57503
|
var _this = this;
|
|
57387
57504
|
|
|
57388
|
-
this.setNoticeType = Object(external_throttle_debounce_["
|
|
57505
|
+
this.setNoticeType = Object(external_throttle_debounce_["debounce"])(1000, function () {
|
|
57389
57506
|
_this.setNotice();
|
|
57390
57507
|
});
|
|
57391
57508
|
},
|
|
@@ -57531,11 +57648,11 @@ var userinfo_component = normalizeComponent(
|
|
|
57531
57648
|
|
|
57532
57649
|
var user_component = normalizeComponent(
|
|
57533
57650
|
simplicity_uservue_type_script_lang_js_,
|
|
57534
|
-
|
|
57535
|
-
|
|
57651
|
+
uservue_type_template_id_1d4b46d0_scoped_true_render,
|
|
57652
|
+
uservue_type_template_id_1d4b46d0_scoped_true_staticRenderFns,
|
|
57536
57653
|
false,
|
|
57537
57654
|
null,
|
|
57538
|
-
"
|
|
57655
|
+
"1d4b46d0",
|
|
57539
57656
|
null
|
|
57540
57657
|
|
|
57541
57658
|
)
|
|
@@ -59164,8 +59281,8 @@ var online_component = normalizeComponent(
|
|
|
59164
59281
|
)
|
|
59165
59282
|
|
|
59166
59283
|
/* harmony default export */ var online = (online_component.exports);
|
|
59167
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/search.vue?vue&type=template&id=
|
|
59168
|
-
var
|
|
59284
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/search.vue?vue&type=template&id=2928af7a&
|
|
59285
|
+
var searchvue_type_template_id_2928af7a_render = function () {
|
|
59169
59286
|
var _vm = this
|
|
59170
59287
|
var _h = _vm.$createElement
|
|
59171
59288
|
var _c = _vm._self._c || _h
|
|
@@ -59580,11 +59697,11 @@ var searchvue_type_template_id_8b4f164a_render = function () {
|
|
|
59580
59697
|
1
|
|
59581
59698
|
)
|
|
59582
59699
|
}
|
|
59583
|
-
var
|
|
59584
|
-
|
|
59700
|
+
var searchvue_type_template_id_2928af7a_staticRenderFns = []
|
|
59701
|
+
searchvue_type_template_id_2928af7a_render._withStripped = true
|
|
59585
59702
|
|
|
59586
59703
|
|
|
59587
|
-
// CONCATENATED MODULE: ./packages/main/src/public/search.vue?vue&type=template&id=
|
|
59704
|
+
// CONCATENATED MODULE: ./packages/main/src/public/search.vue?vue&type=template&id=2928af7a&
|
|
59588
59705
|
|
|
59589
59706
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/search.vue?vue&type=script&lang=js&
|
|
59590
59707
|
var searchvue_type_script_lang_js_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; };
|
|
@@ -59819,12 +59936,10 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
59819
59936
|
beforeCreate: function beforeCreate() {
|
|
59820
59937
|
var _this = this;
|
|
59821
59938
|
|
|
59822
|
-
this.handleSearchAll = Object(external_throttle_debounce_["
|
|
59823
|
-
console.log(res, 999);
|
|
59939
|
+
this.handleSearchAll = Object(external_throttle_debounce_["debounce"])(500, function (res) {
|
|
59824
59940
|
_this.searchAll(res);
|
|
59825
59941
|
});
|
|
59826
|
-
this.handleSearchd = Object(external_throttle_debounce_["
|
|
59827
|
-
console.log(obj, index, 6666);
|
|
59942
|
+
this.handleSearchd = Object(external_throttle_debounce_["debounce"])(500, function (obj, index) {
|
|
59828
59943
|
_this.handleSearch(obj, index, false);
|
|
59829
59944
|
});
|
|
59830
59945
|
},
|
|
@@ -59906,7 +60021,6 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
59906
60021
|
searchAll: function searchAll(keyWords) {
|
|
59907
60022
|
for (var i = 0; i < this.types.length; i++) {
|
|
59908
60023
|
var item = this.types[i];
|
|
59909
|
-
console.log(item, 8888);
|
|
59910
60024
|
if (keyWords && !this.hides.includes(item.name) && !item.hide) {
|
|
59911
60025
|
if (item.name == '菜单' && this.menus.length) {
|
|
59912
60026
|
this.isLoading = false;
|
|
@@ -59967,7 +60081,6 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
59967
60081
|
handleSearch: function handleSearch(obj, index, reset) {
|
|
59968
60082
|
var _this4 = this;
|
|
59969
60083
|
|
|
59970
|
-
console.log(obj, reset, 77777);
|
|
59971
60084
|
if (obj.pageNum < obj.pageCount && this.keyWords) {
|
|
59972
60085
|
this.$set(this.loadings, obj.id || String(index), true);
|
|
59973
60086
|
if (this.active == '0') {
|
|
@@ -60051,8 +60164,8 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
60051
60164
|
|
|
60052
60165
|
var search_component = normalizeComponent(
|
|
60053
60166
|
public_searchvue_type_script_lang_js_,
|
|
60054
|
-
|
|
60055
|
-
|
|
60167
|
+
searchvue_type_template_id_2928af7a_render,
|
|
60168
|
+
searchvue_type_template_id_2928af7a_staticRenderFns,
|
|
60056
60169
|
false,
|
|
60057
60170
|
null,
|
|
60058
60171
|
null,
|
|
@@ -60062,8 +60175,6 @@ var search_component = normalizeComponent(
|
|
|
60062
60175
|
|
|
60063
60176
|
/* harmony default export */ var public_search = (search_component.exports);
|
|
60064
60177
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=script&lang=js&
|
|
60065
|
-
var simplicityvue_type_script_lang_js_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; };
|
|
60066
|
-
|
|
60067
60178
|
var simplicityvue_type_script_lang_js_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; };
|
|
60068
60179
|
|
|
60069
60180
|
//
|
|
@@ -60408,6 +60519,7 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
60408
60519
|
//
|
|
60409
60520
|
//
|
|
60410
60521
|
//
|
|
60522
|
+
//
|
|
60411
60523
|
|
|
60412
60524
|
|
|
60413
60525
|
|
|
@@ -60532,6 +60644,8 @@ var events = [function (tabs, index, that) {
|
|
|
60532
60644
|
menuColor: [String, Array],
|
|
60533
60645
|
//菜单背景颜色
|
|
60534
60646
|
menuBackgroundColor: [String, Array],
|
|
60647
|
+
//菜单是否折叠形式
|
|
60648
|
+
collapse: Boolean,
|
|
60535
60649
|
//应用颜色
|
|
60536
60650
|
appColor: [String, Array],
|
|
60537
60651
|
//应用背景颜色
|
|
@@ -60788,10 +60902,10 @@ var events = [function (tabs, index, that) {
|
|
|
60788
60902
|
},
|
|
60789
60903
|
|
|
60790
60904
|
methods: {
|
|
60791
|
-
/**
|
|
60792
|
-
* @desc:匹配路由
|
|
60793
|
-
* @author huangbo
|
|
60794
|
-
* @date 2024年9月7日
|
|
60905
|
+
/**
|
|
60906
|
+
* @desc:匹配路由
|
|
60907
|
+
* @author huangbo
|
|
60908
|
+
* @date 2024年9月7日
|
|
60795
60909
|
**/
|
|
60796
60910
|
hasRouter: function hasRouter(res, url, code) {
|
|
60797
60911
|
if (!url) {
|
|
@@ -60835,10 +60949,10 @@ var events = [function (tabs, index, that) {
|
|
|
60835
60949
|
return false;
|
|
60836
60950
|
},
|
|
60837
60951
|
|
|
60838
|
-
/**
|
|
60839
|
-
* @desc:获取初始数据
|
|
60840
|
-
* @author huangbo
|
|
60841
|
-
* @date 2024年9月7日
|
|
60952
|
+
/**
|
|
60953
|
+
* @desc:获取初始数据
|
|
60954
|
+
* @author huangbo
|
|
60955
|
+
* @date 2024年9月7日
|
|
60842
60956
|
**/
|
|
60843
60957
|
init: function init(results, first) {
|
|
60844
60958
|
this.setConfig(results);
|
|
@@ -60847,10 +60961,10 @@ var events = [function (tabs, index, that) {
|
|
|
60847
60961
|
}
|
|
60848
60962
|
},
|
|
60849
60963
|
|
|
60850
|
-
/**
|
|
60851
|
-
* @desc:设置用户配置及信息
|
|
60852
|
-
* @author huangbo
|
|
60853
|
-
* @date 2024年9月7日
|
|
60964
|
+
/**
|
|
60965
|
+
* @desc:设置用户配置及信息
|
|
60966
|
+
* @author huangbo
|
|
60967
|
+
* @date 2024年9月7日
|
|
60854
60968
|
**/
|
|
60855
60969
|
setConfig: function setConfig(results) {
|
|
60856
60970
|
localStorage.setItem('mainConfig', JSON.stringify(results));
|
|
@@ -60980,10 +61094,10 @@ var events = [function (tabs, index, that) {
|
|
|
60980
61094
|
}
|
|
60981
61095
|
},
|
|
60982
61096
|
|
|
60983
|
-
/**
|
|
60984
|
-
* @desc:获取所有应用
|
|
60985
|
-
* @author huangbo
|
|
60986
|
-
* @date 2024年9月7日
|
|
61097
|
+
/**
|
|
61098
|
+
* @desc:获取所有应用
|
|
61099
|
+
* @author huangbo
|
|
61100
|
+
* @date 2024年9月7日
|
|
60987
61101
|
**/
|
|
60988
61102
|
getApplications: function getApplications() {
|
|
60989
61103
|
var _this = this;
|
|
@@ -61031,10 +61145,10 @@ var events = [function (tabs, index, that) {
|
|
|
61031
61145
|
});
|
|
61032
61146
|
},
|
|
61033
61147
|
|
|
61034
|
-
/**
|
|
61035
|
-
* @desc:获取菜单列表
|
|
61036
|
-
* @author huangbo
|
|
61037
|
-
* @date 2024年9月7日
|
|
61148
|
+
/**
|
|
61149
|
+
* @desc:获取菜单列表
|
|
61150
|
+
* @author huangbo
|
|
61151
|
+
* @date 2024年9月7日
|
|
61038
61152
|
**/
|
|
61039
61153
|
getMenus: function getMenus(loading) {
|
|
61040
61154
|
var _this2 = this;
|
|
@@ -61067,10 +61181,10 @@ var events = [function (tabs, index, that) {
|
|
|
61067
61181
|
});
|
|
61068
61182
|
},
|
|
61069
61183
|
|
|
61070
|
-
/**
|
|
61071
|
-
* @desc:处理菜单列表
|
|
61072
|
-
* @author huangbo
|
|
61073
|
-
* @date 2024年9月7日
|
|
61184
|
+
/**
|
|
61185
|
+
* @desc:处理菜单列表
|
|
61186
|
+
* @author huangbo
|
|
61187
|
+
* @date 2024年9月7日
|
|
61074
61188
|
**/
|
|
61075
61189
|
renderMenus: function renderMenus(res) {
|
|
61076
61190
|
this.menus = res;
|
|
@@ -61124,7 +61238,7 @@ var events = [function (tabs, index, that) {
|
|
|
61124
61238
|
this.subActive = '';
|
|
61125
61239
|
}
|
|
61126
61240
|
this.subMenus = subMenus;
|
|
61127
|
-
this.showMenu =
|
|
61241
|
+
this.showMenu = subMenus.children && subMenus.children.length > 0 || subMenus.fourthTabs && subMenus.fourthTabs.length > 0;
|
|
61128
61242
|
} else {
|
|
61129
61243
|
this.subMenus = null;
|
|
61130
61244
|
this.showMenu = false;
|
|
@@ -61144,7 +61258,7 @@ var events = [function (tabs, index, that) {
|
|
|
61144
61258
|
}
|
|
61145
61259
|
}
|
|
61146
61260
|
this.subMenus = _subMenus;
|
|
61147
|
-
this.showMenu =
|
|
61261
|
+
this.showMenu = _subMenus.children && _subMenus.children.length > 0 || _subMenus.fourthTabs && _subMenus.fourthTabs.length > 0;
|
|
61148
61262
|
} else {
|
|
61149
61263
|
this.subMenus = null;
|
|
61150
61264
|
this.showMenu = false;
|
|
@@ -61160,10 +61274,10 @@ var events = [function (tabs, index, that) {
|
|
|
61160
61274
|
}
|
|
61161
61275
|
},
|
|
61162
61276
|
|
|
61163
|
-
/**
|
|
61164
|
-
* @desc:设置页面加载类型
|
|
61165
|
-
* @author huangbo
|
|
61166
|
-
* @date 2024年9月7日
|
|
61277
|
+
/**
|
|
61278
|
+
* @desc:设置页面加载类型
|
|
61279
|
+
* @author huangbo
|
|
61280
|
+
* @date 2024年9月7日
|
|
61167
61281
|
**/
|
|
61168
61282
|
setIframeType: function setIframeType(res) {
|
|
61169
61283
|
var url = res.url;
|
|
@@ -61219,10 +61333,10 @@ var events = [function (tabs, index, that) {
|
|
|
61219
61333
|
return res;
|
|
61220
61334
|
},
|
|
61221
61335
|
|
|
61222
|
-
/**
|
|
61223
|
-
* @desc:获取菜单
|
|
61224
|
-
* @author huangbo
|
|
61225
|
-
* @date 2024年9月7日
|
|
61336
|
+
/**
|
|
61337
|
+
* @desc:获取菜单
|
|
61338
|
+
* @author huangbo
|
|
61339
|
+
* @date 2024年9月7日
|
|
61226
61340
|
**/
|
|
61227
61341
|
getMenu: function getMenu(menus, res, key) {
|
|
61228
61342
|
if (Array.isArray(menus)) {
|
|
@@ -61251,10 +61365,10 @@ var events = [function (tabs, index, that) {
|
|
|
61251
61365
|
return false;
|
|
61252
61366
|
},
|
|
61253
61367
|
|
|
61254
|
-
/**
|
|
61255
|
-
* @desc:获取菜单第一条数据
|
|
61256
|
-
* @author huangbo
|
|
61257
|
-
* @date 2024年9月7日
|
|
61368
|
+
/**
|
|
61369
|
+
* @desc:获取菜单第一条数据
|
|
61370
|
+
* @author huangbo
|
|
61371
|
+
* @date 2024年9月7日
|
|
61258
61372
|
**/
|
|
61259
61373
|
getFirst: function getFirst(obj) {
|
|
61260
61374
|
if (!obj) {
|
|
@@ -61273,10 +61387,10 @@ var events = [function (tabs, index, that) {
|
|
|
61273
61387
|
}
|
|
61274
61388
|
},
|
|
61275
61389
|
|
|
61276
|
-
/**
|
|
61277
|
-
* @desc:遍历设置菜单气泡提醒
|
|
61278
|
-
* @author huangbo
|
|
61279
|
-
* @date 2024年9月7日
|
|
61390
|
+
/**
|
|
61391
|
+
* @desc:遍历设置菜单气泡提醒
|
|
61392
|
+
* @author huangbo
|
|
61393
|
+
* @date 2024年9月7日
|
|
61280
61394
|
**/
|
|
61281
61395
|
setTips: function setTips(obj) {
|
|
61282
61396
|
var _this3 = this;
|
|
@@ -61339,10 +61453,10 @@ var events = [function (tabs, index, that) {
|
|
|
61339
61453
|
}
|
|
61340
61454
|
},
|
|
61341
61455
|
|
|
61342
|
-
/**
|
|
61343
|
-
* @desc:获取气泡提醒
|
|
61344
|
-
* @author huangbo
|
|
61345
|
-
* @date 2024年9月7日
|
|
61456
|
+
/**
|
|
61457
|
+
* @desc:获取气泡提醒
|
|
61458
|
+
* @author huangbo
|
|
61459
|
+
* @date 2024年9月7日
|
|
61346
61460
|
**/
|
|
61347
61461
|
getBadge: function getBadge(res) {
|
|
61348
61462
|
var num = res.tips || 0;
|
|
@@ -61356,10 +61470,10 @@ var events = [function (tabs, index, that) {
|
|
|
61356
61470
|
};
|
|
61357
61471
|
},
|
|
61358
61472
|
|
|
61359
|
-
/**
|
|
61360
|
-
* @desc:开启weosocket
|
|
61361
|
-
* @author huangbo
|
|
61362
|
-
* @date 2024年9月7日
|
|
61473
|
+
/**
|
|
61474
|
+
* @desc:开启weosocket
|
|
61475
|
+
* @author huangbo
|
|
61476
|
+
* @date 2024年9月7日
|
|
61363
61477
|
**/
|
|
61364
61478
|
initWebSocket: function initWebSocket() {
|
|
61365
61479
|
var _this5 = this;
|
|
@@ -61407,10 +61521,10 @@ var events = [function (tabs, index, that) {
|
|
|
61407
61521
|
});
|
|
61408
61522
|
},
|
|
61409
61523
|
|
|
61410
|
-
/**
|
|
61411
|
-
* @desc:显示用户信息
|
|
61412
|
-
* @author huangbo
|
|
61413
|
-
* @date 2024年9月7日
|
|
61524
|
+
/**
|
|
61525
|
+
* @desc:显示用户信息
|
|
61526
|
+
* @author huangbo
|
|
61527
|
+
* @date 2024年9月7日
|
|
61414
61528
|
**/
|
|
61415
61529
|
showUserInfo: function showUserInfo() {
|
|
61416
61530
|
if (this.showUser === false) {
|
|
@@ -61418,19 +61532,19 @@ var events = [function (tabs, index, that) {
|
|
|
61418
61532
|
}
|
|
61419
61533
|
},
|
|
61420
61534
|
|
|
61421
|
-
/**
|
|
61422
|
-
* @desc:删除更多应用菜单点击
|
|
61423
|
-
* @author huangbo
|
|
61424
|
-
* @date 2024年9月7日
|
|
61535
|
+
/**
|
|
61536
|
+
* @desc:删除更多应用菜单点击
|
|
61537
|
+
* @author huangbo
|
|
61538
|
+
* @date 2024年9月7日
|
|
61425
61539
|
**/
|
|
61426
61540
|
handleDelete: function handleDelete(index) {
|
|
61427
61541
|
this.newApps.splice(index, 1);
|
|
61428
61542
|
},
|
|
61429
61543
|
|
|
61430
|
-
/**
|
|
61431
|
-
* @desc:储存更多应用菜单点击
|
|
61432
|
-
* @author huangbo
|
|
61433
|
-
* @date 2024年9月7日
|
|
61544
|
+
/**
|
|
61545
|
+
* @desc:储存更多应用菜单点击
|
|
61546
|
+
* @author huangbo
|
|
61547
|
+
* @date 2024年9月7日
|
|
61434
61548
|
**/
|
|
61435
61549
|
handlerClickApps: function handlerClickApps(res) {
|
|
61436
61550
|
if (res.permission === false) {
|
|
@@ -61443,10 +61557,10 @@ var events = [function (tabs, index, that) {
|
|
|
61443
61557
|
this.handlerClickApp(res);
|
|
61444
61558
|
},
|
|
61445
61559
|
|
|
61446
|
-
/**
|
|
61447
|
-
* @desc:侧边应用菜单点击
|
|
61448
|
-
* @author huangbo
|
|
61449
|
-
* @date 2024年9月7日
|
|
61560
|
+
/**
|
|
61561
|
+
* @desc:侧边应用菜单点击
|
|
61562
|
+
* @author huangbo
|
|
61563
|
+
* @date 2024年9月7日
|
|
61450
61564
|
**/
|
|
61451
61565
|
handlerClickApp: function handlerClickApp(res) {
|
|
61452
61566
|
this.showMsg = false;
|
|
@@ -61511,7 +61625,7 @@ var events = [function (tabs, index, that) {
|
|
|
61511
61625
|
} else {
|
|
61512
61626
|
this.title = res.text || res.name;
|
|
61513
61627
|
this.subMenus = subMenus ? subMenus : null;
|
|
61514
|
-
this.showMenu = subMenus
|
|
61628
|
+
this.showMenu = subMenus ? subMenus.children && subMenus.children.length > 0 || subMenus.fourthTabs && subMenus.fourthTabs.length > 0 : false;
|
|
61515
61629
|
this.showApps = false;
|
|
61516
61630
|
if (subMenus && subMenus.url) {
|
|
61517
61631
|
var _i = utils_util["a" /* default */].indexOfObj(this.tabs, subMenus, 'id');
|
|
@@ -61533,10 +61647,10 @@ var events = [function (tabs, index, that) {
|
|
|
61533
61647
|
}
|
|
61534
61648
|
},
|
|
61535
61649
|
|
|
61536
|
-
/**
|
|
61537
|
-
* @desc:显示Drawer界面
|
|
61538
|
-
* @author huangbo
|
|
61539
|
-
* @date 2024年9月7日
|
|
61650
|
+
/**
|
|
61651
|
+
* @desc:显示Drawer界面
|
|
61652
|
+
* @author huangbo
|
|
61653
|
+
* @date 2024年9月7日
|
|
61540
61654
|
**/
|
|
61541
61655
|
handlerSetDrawer: function handlerSetDrawer(res, type) {
|
|
61542
61656
|
var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
|
|
@@ -61556,19 +61670,19 @@ var events = [function (tabs, index, that) {
|
|
|
61556
61670
|
}
|
|
61557
61671
|
},
|
|
61558
61672
|
|
|
61559
|
-
/**
|
|
61560
|
-
* @desc:关闭Drawer界面
|
|
61561
|
-
* @author huangbo
|
|
61562
|
-
* @date 2024年9月7日
|
|
61673
|
+
/**
|
|
61674
|
+
* @desc:关闭Drawer界面
|
|
61675
|
+
* @author huangbo
|
|
61676
|
+
* @date 2024年9月7日
|
|
61563
61677
|
**/
|
|
61564
61678
|
handleCloseDrawer: function handleCloseDrawer() {
|
|
61565
61679
|
this.drawer = { visible: false };
|
|
61566
61680
|
},
|
|
61567
61681
|
|
|
61568
|
-
/**
|
|
61569
|
-
* @desc:菜单点击
|
|
61570
|
-
* @author huangbo
|
|
61571
|
-
* @date 2024年9月7日
|
|
61682
|
+
/**
|
|
61683
|
+
* @desc:菜单点击
|
|
61684
|
+
* @author huangbo
|
|
61685
|
+
* @date 2024年9月7日
|
|
61572
61686
|
**/
|
|
61573
61687
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
61574
61688
|
utils_util["a" /* default */].ajax({
|
|
@@ -61607,19 +61721,19 @@ var events = [function (tabs, index, that) {
|
|
|
61607
61721
|
},
|
|
61608
61722
|
|
|
61609
61723
|
|
|
61610
|
-
/**
|
|
61611
|
-
* @desc:用户详情请求成功
|
|
61612
|
-
* @author huangbo
|
|
61613
|
-
* @date 2024年9月7日
|
|
61724
|
+
/**
|
|
61725
|
+
* @desc:用户详情请求成功
|
|
61726
|
+
* @author huangbo
|
|
61727
|
+
* @date 2024年9月7日
|
|
61614
61728
|
**/
|
|
61615
61729
|
handleSuccess: function handleSuccess(res) {
|
|
61616
61730
|
this.simpleUserInfo = res.simpleUserInfo;
|
|
61617
61731
|
},
|
|
61618
61732
|
|
|
61619
|
-
/**
|
|
61620
|
-
* @desc:修改用户配置
|
|
61621
|
-
* @author huangbo
|
|
61622
|
-
* @date 2024年9月7日
|
|
61733
|
+
/**
|
|
61734
|
+
* @desc:修改用户配置
|
|
61735
|
+
* @author huangbo
|
|
61736
|
+
* @date 2024年9月7日
|
|
61623
61737
|
**/
|
|
61624
61738
|
handleChangeConfig: function handleChangeConfig(name, res) {
|
|
61625
61739
|
if (name == 'userHeadUrl') {
|
|
@@ -61635,10 +61749,10 @@ var events = [function (tabs, index, that) {
|
|
|
61635
61749
|
}
|
|
61636
61750
|
},
|
|
61637
61751
|
|
|
61638
|
-
/**
|
|
61639
|
-
* @desc:关闭webSocket
|
|
61640
|
-
* @author huangbo
|
|
61641
|
-
* @date 2024年9月7日
|
|
61752
|
+
/**
|
|
61753
|
+
* @desc:关闭webSocket
|
|
61754
|
+
* @author huangbo
|
|
61755
|
+
* @date 2024年9月7日
|
|
61642
61756
|
**/
|
|
61643
61757
|
handlerClose: function handlerClose() {
|
|
61644
61758
|
if (this.webSocket) {
|
|
@@ -61646,10 +61760,10 @@ var events = [function (tabs, index, that) {
|
|
|
61646
61760
|
}
|
|
61647
61761
|
},
|
|
61648
61762
|
|
|
61649
|
-
/**
|
|
61650
|
-
* @desc:刷新选中iframe页签
|
|
61651
|
-
* @author huangbo
|
|
61652
|
-
* @date 2024年9月7日
|
|
61763
|
+
/**
|
|
61764
|
+
* @desc:刷新选中iframe页签
|
|
61765
|
+
* @author huangbo
|
|
61766
|
+
* @date 2024年9月7日
|
|
61653
61767
|
**/
|
|
61654
61768
|
handleRefresh: function handleRefresh() {
|
|
61655
61769
|
var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
@@ -61670,10 +61784,10 @@ var events = [function (tabs, index, that) {
|
|
|
61670
61784
|
}
|
|
61671
61785
|
},
|
|
61672
61786
|
|
|
61673
|
-
/**
|
|
61674
|
-
* @desc:删除iframe
|
|
61675
|
-
* @author huangbo
|
|
61676
|
-
* @date 2024年9月7日
|
|
61787
|
+
/**
|
|
61788
|
+
* @desc:删除iframe
|
|
61789
|
+
* @author huangbo
|
|
61790
|
+
* @date 2024年9月7日
|
|
61677
61791
|
**/
|
|
61678
61792
|
handleRemove: function handleRemove(name) {
|
|
61679
61793
|
var len = this.tabs.length - 1;
|
|
@@ -61690,10 +61804,10 @@ var events = [function (tabs, index, that) {
|
|
|
61690
61804
|
}
|
|
61691
61805
|
},
|
|
61692
61806
|
|
|
61693
|
-
/**
|
|
61694
|
-
* @desc:tabs鼠标右键事件
|
|
61695
|
-
* @author huangbo
|
|
61696
|
-
* @date 2024年9月7日
|
|
61807
|
+
/**
|
|
61808
|
+
* @desc:tabs鼠标右键事件
|
|
61809
|
+
* @author huangbo
|
|
61810
|
+
* @date 2024年9月7日
|
|
61697
61811
|
**/
|
|
61698
61812
|
handleContextmenu: function handleContextmenu(tabs, e) {
|
|
61699
61813
|
var disabled = {};
|
|
@@ -61718,10 +61832,10 @@ var events = [function (tabs, index, that) {
|
|
|
61718
61832
|
window.addEventListener('click', this.closeTabsEvents);
|
|
61719
61833
|
},
|
|
61720
61834
|
|
|
61721
|
-
/**
|
|
61722
|
-
* @desc:tabs页签事件
|
|
61723
|
-
* @author huangbo
|
|
61724
|
-
* @date 2024年9月7日
|
|
61835
|
+
/**
|
|
61836
|
+
* @desc:tabs页签事件
|
|
61837
|
+
* @author huangbo
|
|
61838
|
+
* @date 2024年9月7日
|
|
61725
61839
|
**/
|
|
61726
61840
|
handleTabsEvents: function handleTabsEvents(num) {
|
|
61727
61841
|
if (this.pane !== null) {
|
|
@@ -61739,10 +61853,10 @@ var events = [function (tabs, index, that) {
|
|
|
61739
61853
|
window.removeEventListener('click', this.closeTabsEvents);
|
|
61740
61854
|
},
|
|
61741
61855
|
|
|
61742
|
-
/**
|
|
61743
|
-
* @desc:handler工具栏点击事件
|
|
61744
|
-
* @author huangbo
|
|
61745
|
-
* @date 2024年9月7日
|
|
61856
|
+
/**
|
|
61857
|
+
* @desc:handler工具栏点击事件
|
|
61858
|
+
* @author huangbo
|
|
61859
|
+
* @date 2024年9月7日
|
|
61746
61860
|
**/
|
|
61747
61861
|
handleClick: function handleClick(res) {
|
|
61748
61862
|
var type = res.type,
|
|
@@ -61820,10 +61934,10 @@ var events = [function (tabs, index, that) {
|
|
|
61820
61934
|
this.$emit('handler-click', res);
|
|
61821
61935
|
},
|
|
61822
61936
|
|
|
61823
|
-
/**
|
|
61824
|
-
* @desc:退出登录
|
|
61825
|
-
* @author huangbo
|
|
61826
|
-
* @date 2024年9月7日
|
|
61937
|
+
/**
|
|
61938
|
+
* @desc:退出登录
|
|
61939
|
+
* @author huangbo
|
|
61940
|
+
* @date 2024年9月7日
|
|
61827
61941
|
**/
|
|
61828
61942
|
handleQuit: function handleQuit() {
|
|
61829
61943
|
var _this6 = this;
|
|
@@ -61898,10 +62012,10 @@ var events = [function (tabs, index, that) {
|
|
|
61898
62012
|
}).catch(function (e) {});
|
|
61899
62013
|
},
|
|
61900
62014
|
|
|
61901
|
-
/**
|
|
61902
|
-
* @desc:主题、消息回调
|
|
61903
|
-
* @author huangbo
|
|
61904
|
-
* @date 2024年9月7日
|
|
62015
|
+
/**
|
|
62016
|
+
* @desc:主题、消息回调
|
|
62017
|
+
* @author huangbo
|
|
62018
|
+
* @date 2024年9月7日
|
|
61905
62019
|
**/
|
|
61906
62020
|
handleChange: function handleChange(res) {
|
|
61907
62021
|
var type = res.type,
|
|
@@ -61917,10 +62031,10 @@ var events = [function (tabs, index, that) {
|
|
|
61917
62031
|
}
|
|
61918
62032
|
},
|
|
61919
62033
|
|
|
61920
|
-
/**
|
|
61921
|
-
* @desc:菜单布局样式切换
|
|
61922
|
-
* @author huangbo
|
|
61923
|
-
* @date 2024年9月7日
|
|
62034
|
+
/**
|
|
62035
|
+
* @desc:菜单布局样式切换
|
|
62036
|
+
* @author huangbo
|
|
62037
|
+
* @date 2024年9月7日
|
|
61924
62038
|
**/
|
|
61925
62039
|
handleLayout: function handleLayout(res, active) {
|
|
61926
62040
|
if (active) {
|
|
@@ -61929,10 +62043,10 @@ var events = [function (tabs, index, that) {
|
|
|
61929
62043
|
this.$emit('chang-layout', res, active);
|
|
61930
62044
|
},
|
|
61931
62045
|
|
|
61932
|
-
/**
|
|
61933
|
-
* @desc:消息修改总数
|
|
61934
|
-
* @author huangbo
|
|
61935
|
-
* @date 2024年9月7日
|
|
62046
|
+
/**
|
|
62047
|
+
* @desc:消息修改总数
|
|
62048
|
+
* @author huangbo
|
|
62049
|
+
* @date 2024年9月7日
|
|
61936
62050
|
**/
|
|
61937
62051
|
handleMenuTips: function handleMenuTips(id, num) {
|
|
61938
62052
|
if (num) {
|
|
@@ -61943,10 +62057,10 @@ var events = [function (tabs, index, that) {
|
|
|
61943
62057
|
}
|
|
61944
62058
|
},
|
|
61945
62059
|
|
|
61946
|
-
/**
|
|
61947
|
-
* @desc:处理即时消息
|
|
61948
|
-
* @author huangbo
|
|
61949
|
-
* @date 2024年9月7日
|
|
62060
|
+
/**
|
|
62061
|
+
* @desc:处理即时消息
|
|
62062
|
+
* @author huangbo
|
|
62063
|
+
* @date 2024年9月7日
|
|
61950
62064
|
**/
|
|
61951
62065
|
handleOpened: function handleOpened(res) {
|
|
61952
62066
|
var _this7 = this;
|
|
@@ -61969,8 +62083,8 @@ var events = [function (tabs, index, that) {
|
|
|
61969
62083
|
var reload = true;
|
|
61970
62084
|
if (typeof res === 'string') {
|
|
61971
62085
|
apps = res.split(',');
|
|
61972
|
-
} else if (
|
|
61973
|
-
apps = res.appCode.split(',');
|
|
62086
|
+
} else if (utils_util["a" /* default */].isObject(res)) {
|
|
62087
|
+
apps = Array.isArray(res.appCode) ? res.appCode : res.appCode.split(',');
|
|
61974
62088
|
res.param && (param = simplicityvue_type_script_lang_js_extends({}, res.param, params));
|
|
61975
62089
|
reload = Object.prototype.hasOwnProperty.call(res, 'reload') ? res.reload : true;
|
|
61976
62090
|
}
|
|
@@ -62069,11 +62183,11 @@ var events = [function (tabs, index, that) {
|
|
|
62069
62183
|
|
|
62070
62184
|
var simplicity_component = normalizeComponent(
|
|
62071
62185
|
src_simplicityvue_type_script_lang_js_,
|
|
62072
|
-
|
|
62073
|
-
|
|
62186
|
+
simplicityvue_type_template_id_9a42cfdc_scoped_true_render,
|
|
62187
|
+
simplicityvue_type_template_id_9a42cfdc_scoped_true_staticRenderFns,
|
|
62074
62188
|
false,
|
|
62075
62189
|
null,
|
|
62076
|
-
"
|
|
62190
|
+
"9a42cfdc",
|
|
62077
62191
|
null
|
|
62078
62192
|
|
|
62079
62193
|
)
|
|
@@ -66588,6 +66702,13 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
|
|
|
66588
66702
|
subIcon: {
|
|
66589
66703
|
type: Boolean,
|
|
66590
66704
|
default: true
|
|
66705
|
+
},
|
|
66706
|
+
menuClass: String,
|
|
66707
|
+
color: [String, Array],
|
|
66708
|
+
backgroundColor: [String, Array],
|
|
66709
|
+
showTitle: {
|
|
66710
|
+
type: Boolean,
|
|
66711
|
+
default: true
|
|
66591
66712
|
}
|
|
66592
66713
|
},
|
|
66593
66714
|
computed: {
|
|
@@ -66634,6 +66755,25 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
|
|
|
66634
66755
|
},
|
|
66635
66756
|
|
|
66636
66757
|
methods: {
|
|
66758
|
+
setStyle: function setStyle(num) {
|
|
66759
|
+
var obj = {};
|
|
66760
|
+
if (this.color) {
|
|
66761
|
+
obj.color = this.color;
|
|
66762
|
+
if (Array.isArray(this.color)) {
|
|
66763
|
+
obj.color = this.color[num % this.color.length];
|
|
66764
|
+
} else {
|
|
66765
|
+
obj.color = this.color;
|
|
66766
|
+
}
|
|
66767
|
+
}
|
|
66768
|
+
if (this.backgroundColor) {
|
|
66769
|
+
if (Array.isArray(this.backgroundColor)) {
|
|
66770
|
+
obj.backgroundColor = this.backgroundColor[num % this.backgroundColor.length];
|
|
66771
|
+
} else {
|
|
66772
|
+
obj.backgroundColor = this.backgroundColor;
|
|
66773
|
+
}
|
|
66774
|
+
}
|
|
66775
|
+
return obj;
|
|
66776
|
+
},
|
|
66637
66777
|
getWidth: function getWidth() {
|
|
66638
66778
|
var _this2 = this;
|
|
66639
66779
|
|
|
@@ -66766,13 +66906,13 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
|
|
|
66766
66906
|
mode: this.mode
|
|
66767
66907
|
});
|
|
66768
66908
|
},
|
|
66769
|
-
getSub: function getSub(item, h, popper, fourthTabs, subIcon) {
|
|
66909
|
+
getSub: function getSub(item, h, popper, fourthTabs, subIcon, index, directives) {
|
|
66770
66910
|
var _this5 = this;
|
|
66771
66911
|
|
|
66772
66912
|
if (popper) {
|
|
66773
|
-
popper += this.popperClass
|
|
66913
|
+
popper += this.popperClass ? ' ' + this.popperClass + (' es-menu-popper-' + this.mode) : ' es-menu-popper-' + this.mode;
|
|
66774
66914
|
} else {
|
|
66775
|
-
popper = this.popperClass
|
|
66915
|
+
popper = this.popperClass ? ' ' + this.popperClass + (' es-menu-popper-' + this.mode) : ' es-menu-popper-' + this.mode;
|
|
66776
66916
|
}
|
|
66777
66917
|
var title = [];
|
|
66778
66918
|
if (subIcon) {
|
|
@@ -66780,11 +66920,16 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
|
|
|
66780
66920
|
props: {
|
|
66781
66921
|
contents: item.icons || this.menuIcon
|
|
66782
66922
|
},
|
|
66923
|
+
style: this.setStyle(index),
|
|
66783
66924
|
class: ['es-menu-item-icon']
|
|
66784
66925
|
}));
|
|
66785
66926
|
}
|
|
66786
66927
|
title.push(h('div', {
|
|
66787
|
-
class: ['es-menu-title-text es-menu-title-' + this.mode]
|
|
66928
|
+
class: ['es-menu-title-text es-menu-title-' + this.mode],
|
|
66929
|
+
directives: directives ? [{
|
|
66930
|
+
name: 'show',
|
|
66931
|
+
value: this.showTitle ? true : !this.collapse
|
|
66932
|
+
}] : []
|
|
66788
66933
|
}, [h('el-badge', {
|
|
66789
66934
|
class: ['es-badge', {
|
|
66790
66935
|
'es-badge-right': item.tips && typeof item.tips !== 'boolean',
|
|
@@ -66808,7 +66953,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
|
|
|
66808
66953
|
if (!ele) {
|
|
66809
66954
|
console.error('\u5BF9\u8C61\u5B50\u6570\u636E\u4E2D\u7B2C[' + index + ']\u6761\u6570\u636E\u9519\u8BEF', item);
|
|
66810
66955
|
} else {
|
|
66811
|
-
return _this5.getSub(ele, h, popper, false, _this5.subIcon);
|
|
66956
|
+
return _this5.getSub(ele, h, popper, false, _this5.subIcon, index);
|
|
66812
66957
|
}
|
|
66813
66958
|
}));
|
|
66814
66959
|
return [h('el-submenu', {
|
|
@@ -66826,7 +66971,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
|
|
|
66826
66971
|
if (!ele) {
|
|
66827
66972
|
console.error('\u5BF9\u8C61\u5B50\u6570\u636E\u4E2D\u7B2C[' + index + ']\u6761\u6570\u636E\u9519\u8BEF', item);
|
|
66828
66973
|
} else {
|
|
66829
|
-
return _this5.getSub(ele, h, popper, true, _this5.subIcon);
|
|
66974
|
+
return _this5.getSub(ele, h, popper, true, _this5.subIcon, index);
|
|
66830
66975
|
}
|
|
66831
66976
|
}));
|
|
66832
66977
|
return [h('el-submenu', {
|
|
@@ -66860,17 +67005,22 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
|
|
|
66860
67005
|
var _this6 = this;
|
|
66861
67006
|
|
|
66862
67007
|
var doms = [];
|
|
66863
|
-
this.data.forEach(function (item) {
|
|
67008
|
+
this.data.forEach(function (item, index) {
|
|
66864
67009
|
if (item.children && item.children.length && (!item.extendData || item.extendData.businessStatus != 0)) {
|
|
66865
|
-
doms = doms.concat(_this6.getSub(item, h, 'es-sub-menu', false, true));
|
|
67010
|
+
doms = doms.concat(_this6.getSub(item, h, 'es-sub-menu', false, true, index, true));
|
|
66866
67011
|
} else {
|
|
66867
67012
|
var title = [h('es-icon', {
|
|
66868
67013
|
props: {
|
|
66869
67014
|
contents: item.icons || _this6.menuIcon
|
|
66870
67015
|
},
|
|
67016
|
+
style: _this6.setStyle(index),
|
|
66871
67017
|
class: ['es-menu-item-icon']
|
|
66872
67018
|
}), h('div', {
|
|
66873
|
-
class: ['es-menu-title-text es-menu-title-' + _this6.mode]
|
|
67019
|
+
class: ['es-menu-title-text es-menu-title-' + _this6.mode],
|
|
67020
|
+
directives: [{
|
|
67021
|
+
name: 'show',
|
|
67022
|
+
value: _this6.showTitle ? true : !_this6.collapse
|
|
67023
|
+
}]
|
|
66874
67024
|
}, [h('el-badge', {
|
|
66875
67025
|
class: ['es-badge', {
|
|
66876
67026
|
'es-badge-right': item.tips && typeof item.tips !== 'boolean',
|
|
@@ -66907,7 +67057,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
|
|
|
66907
67057
|
},
|
|
66908
67058
|
class: 'es-menu-' + this.mode + '-scrollbar'
|
|
66909
67059
|
}, [h('el-menu', {
|
|
66910
|
-
class: ['es-menu', 'es-menu-' + this.mode, { 'es-menu-collapse': this.collapse }, { 'es-menu-nav': this.subNav }],
|
|
67060
|
+
class: ['es-menu', this.menuClass, 'es-menu-' + this.mode, { 'es-menu-collapse': this.collapse }, { 'es-menu-nav': this.subNav }],
|
|
66911
67061
|
ref: 'menu',
|
|
66912
67062
|
props: {
|
|
66913
67063
|
defaultOpeneds: this.defaultOpeneds,
|
|
@@ -69049,19 +69199,19 @@ var QRCode = __webpack_require__(23);
|
|
|
69049
69199
|
//设置logo大小
|
|
69050
69200
|
var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
|
|
69051
69201
|
//设置获取的logo将其变为圆角以及添加白色背景
|
|
69052
|
-
/* ctx.fillStyle = "#fff";
|
|
69053
|
-
ctx.beginPath();
|
|
69054
|
-
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
69055
|
-
let w = 46; //圆角宽
|
|
69056
|
-
let x = logoPosition - 5;
|
|
69057
|
-
let y = logoPosition - 5;
|
|
69058
|
-
let r = 5; //圆角半径
|
|
69059
|
-
ctx.moveTo(x + r, y);
|
|
69060
|
-
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
69061
|
-
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
69062
|
-
ctx.arcTo(x, y + h, x, y, r);
|
|
69063
|
-
ctx.arcTo(x, y, x + w, y, r);
|
|
69064
|
-
ctx.closePath();
|
|
69202
|
+
/* ctx.fillStyle = "#fff";
|
|
69203
|
+
ctx.beginPath();
|
|
69204
|
+
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
69205
|
+
let w = 46; //圆角宽
|
|
69206
|
+
let x = logoPosition - 5;
|
|
69207
|
+
let y = logoPosition - 5;
|
|
69208
|
+
let r = 5; //圆角半径
|
|
69209
|
+
ctx.moveTo(x + r, y);
|
|
69210
|
+
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
69211
|
+
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
69212
|
+
ctx.arcTo(x, y + h, x, y, r);
|
|
69213
|
+
ctx.arcTo(x, y, x + w, y, r);
|
|
69214
|
+
ctx.closePath();
|
|
69065
69215
|
ctx.fill(); */
|
|
69066
69216
|
logo.onload = function () {
|
|
69067
69217
|
ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
|
|
@@ -69120,8 +69270,8 @@ qr_code_src_main.install = function (Vue) {
|
|
|
69120
69270
|
};
|
|
69121
69271
|
|
|
69122
69272
|
/* harmony default export */ var qr_code = (qr_code_src_main);
|
|
69123
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=template&id=
|
|
69124
|
-
var
|
|
69273
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=template&id=0fe3af8b&
|
|
69274
|
+
var mainvue_type_template_id_0fe3af8b_render = function () {
|
|
69125
69275
|
var _vm = this
|
|
69126
69276
|
var _h = _vm.$createElement
|
|
69127
69277
|
var _c = _vm._self._c || _h
|
|
@@ -69250,11 +69400,11 @@ var mainvue_type_template_id_31200f6b_render = function () {
|
|
|
69250
69400
|
)
|
|
69251
69401
|
: _vm._e()
|
|
69252
69402
|
}
|
|
69253
|
-
var
|
|
69254
|
-
|
|
69403
|
+
var mainvue_type_template_id_0fe3af8b_staticRenderFns = []
|
|
69404
|
+
mainvue_type_template_id_0fe3af8b_render._withStripped = true
|
|
69255
69405
|
|
|
69256
69406
|
|
|
69257
|
-
// CONCATENATED MODULE: ./packages/radio-group/src/main.vue?vue&type=template&id=
|
|
69407
|
+
// CONCATENATED MODULE: ./packages/radio-group/src/main.vue?vue&type=template&id=0fe3af8b&
|
|
69258
69408
|
|
|
69259
69409
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=script&lang=js&
|
|
69260
69410
|
var radio_group_src_mainvue_type_script_lang_js_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; };
|
|
@@ -69498,7 +69648,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
|
|
|
69498
69648
|
beforeCreate: function beforeCreate() {
|
|
69499
69649
|
var _this2 = this;
|
|
69500
69650
|
|
|
69501
|
-
this.getData = Object(external_throttle_debounce_["
|
|
69651
|
+
this.getData = Object(external_throttle_debounce_["debounce"])(500, function (url, sysCode) {
|
|
69502
69652
|
_this2.getDatas(url, sysCode);
|
|
69503
69653
|
});
|
|
69504
69654
|
},
|
|
@@ -69583,8 +69733,8 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
|
|
|
69583
69733
|
|
|
69584
69734
|
var radio_group_src_main_component = normalizeComponent(
|
|
69585
69735
|
packages_radio_group_src_mainvue_type_script_lang_js_,
|
|
69586
|
-
|
|
69587
|
-
|
|
69736
|
+
mainvue_type_template_id_0fe3af8b_render,
|
|
69737
|
+
mainvue_type_template_id_0fe3af8b_staticRenderFns,
|
|
69588
69738
|
false,
|
|
69589
69739
|
null,
|
|
69590
69740
|
null,
|
|
@@ -70140,10 +70290,12 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
|
|
|
70140
70290
|
},
|
|
70141
70291
|
// 远程搜索
|
|
70142
70292
|
remote: Boolean,
|
|
70293
|
+
// 远程搜索的参数名
|
|
70143
70294
|
remoteKey: {
|
|
70144
70295
|
type: String,
|
|
70145
70296
|
default: 'searchKey'
|
|
70146
70297
|
},
|
|
70298
|
+
// 远程搜索的方法
|
|
70147
70299
|
remoteMethod: Function,
|
|
70148
70300
|
// 选择项远程地址
|
|
70149
70301
|
url: String,
|
|
@@ -70302,7 +70454,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
|
|
|
70302
70454
|
beforeCreate: function beforeCreate() {
|
|
70303
70455
|
var _this2 = this;
|
|
70304
70456
|
|
|
70305
|
-
this.getData = Object(external_throttle_debounce_["
|
|
70457
|
+
this.getData = Object(external_throttle_debounce_["debounce"])(500, function (sysCode, param, reload) {
|
|
70306
70458
|
_this2.getDatas(sysCode, param, reload);
|
|
70307
70459
|
});
|
|
70308
70460
|
},
|
|
@@ -71014,7 +71166,7 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
|
|
|
71014
71166
|
beforeCreate: function beforeCreate() {
|
|
71015
71167
|
var _this = this;
|
|
71016
71168
|
|
|
71017
|
-
this.getData = Object(external_throttle_debounce_["
|
|
71169
|
+
this.getData = Object(external_throttle_debounce_["debounce"])(500, function () {
|
|
71018
71170
|
_this.getDatas();
|
|
71019
71171
|
});
|
|
71020
71172
|
},
|
|
@@ -72717,8 +72869,8 @@ selector_src_main.install = function (Vue) {
|
|
|
72717
72869
|
};
|
|
72718
72870
|
|
|
72719
72871
|
/* harmony default export */ var selector = (selector_src_main);
|
|
72720
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/main.vue?vue&type=template&id=
|
|
72721
|
-
var
|
|
72872
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/main.vue?vue&type=template&id=4caee95f&
|
|
72873
|
+
var mainvue_type_template_id_4caee95f_render = function () {
|
|
72722
72874
|
var _vm = this
|
|
72723
72875
|
var _h = _vm.$createElement
|
|
72724
72876
|
var _c = _vm._self._c || _h
|
|
@@ -72981,11 +73133,11 @@ var mainvue_type_template_id_107a98dd_render = function () {
|
|
|
72981
73133
|
1
|
|
72982
73134
|
)
|
|
72983
73135
|
}
|
|
72984
|
-
var
|
|
72985
|
-
|
|
73136
|
+
var mainvue_type_template_id_4caee95f_staticRenderFns = []
|
|
73137
|
+
mainvue_type_template_id_4caee95f_render._withStripped = true
|
|
72986
73138
|
|
|
72987
73139
|
|
|
72988
|
-
// CONCATENATED MODULE: ./packages/selector-panel/src/main.vue?vue&type=template&id=
|
|
73140
|
+
// CONCATENATED MODULE: ./packages/selector-panel/src/main.vue?vue&type=template&id=4caee95f&
|
|
72989
73141
|
|
|
72990
73142
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/tree.vue?vue&type=template&id=24ad732a&
|
|
72991
73143
|
var treevue_type_template_id_24ad732a_render = function () {
|
|
@@ -74257,7 +74409,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
74257
74409
|
beforeCreate: function beforeCreate() {
|
|
74258
74410
|
var _this2 = this;
|
|
74259
74411
|
|
|
74260
|
-
this.ajaxActive = Object(external_throttle_debounce_["
|
|
74412
|
+
this.ajaxActive = Object(external_throttle_debounce_["debounce"])(500, function (active) {
|
|
74261
74413
|
_this2.getAjaxActive(active);
|
|
74262
74414
|
});
|
|
74263
74415
|
},
|
|
@@ -74602,8 +74754,8 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
74602
74754
|
|
|
74603
74755
|
var selector_panel_src_main_component = normalizeComponent(
|
|
74604
74756
|
packages_selector_panel_src_mainvue_type_script_lang_js_,
|
|
74605
|
-
|
|
74606
|
-
|
|
74757
|
+
mainvue_type_template_id_4caee95f_render,
|
|
74758
|
+
mainvue_type_template_id_4caee95f_staticRenderFns,
|
|
74607
74759
|
false,
|
|
74608
74760
|
null,
|
|
74609
74761
|
null,
|
|
@@ -75047,8 +75199,8 @@ sizer_src_main.install = function (Vue) {
|
|
|
75047
75199
|
};
|
|
75048
75200
|
|
|
75049
75201
|
/* harmony default export */ var packages_sizer = (sizer_src_main);
|
|
75050
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/steps/src/main.vue?vue&type=template&id=
|
|
75051
|
-
var
|
|
75202
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/steps/src/main.vue?vue&type=template&id=9b12a526&
|
|
75203
|
+
var mainvue_type_template_id_9b12a526_render = function () {
|
|
75052
75204
|
var _vm = this
|
|
75053
75205
|
var _h = _vm.$createElement
|
|
75054
75206
|
var _c = _vm._self._c || _h
|
|
@@ -75148,11 +75300,11 @@ var mainvue_type_template_id_e63ae42a_render = function () {
|
|
|
75148
75300
|
1
|
|
75149
75301
|
)
|
|
75150
75302
|
}
|
|
75151
|
-
var
|
|
75152
|
-
|
|
75303
|
+
var mainvue_type_template_id_9b12a526_staticRenderFns = []
|
|
75304
|
+
mainvue_type_template_id_9b12a526_render._withStripped = true
|
|
75153
75305
|
|
|
75154
75306
|
|
|
75155
|
-
// CONCATENATED MODULE: ./packages/steps/src/main.vue?vue&type=template&id=
|
|
75307
|
+
// CONCATENATED MODULE: ./packages/steps/src/main.vue?vue&type=template&id=9b12a526&
|
|
75156
75308
|
|
|
75157
75309
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/steps/src/main.vue?vue&type=script&lang=js&
|
|
75158
75310
|
var steps_src_mainvue_type_script_lang_js_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; };
|
|
@@ -75293,7 +75445,7 @@ var steps_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
|
|
|
75293
75445
|
beforeCreate: function beforeCreate() {
|
|
75294
75446
|
var _this = this;
|
|
75295
75447
|
|
|
75296
|
-
this.getData = Object(external_throttle_debounce_["
|
|
75448
|
+
this.getData = Object(external_throttle_debounce_["debounce"])(500, function () {
|
|
75297
75449
|
_this.getDatas();
|
|
75298
75450
|
});
|
|
75299
75451
|
},
|
|
@@ -75354,8 +75506,8 @@ var steps_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
|
|
|
75354
75506
|
|
|
75355
75507
|
var steps_src_main_component = normalizeComponent(
|
|
75356
75508
|
packages_steps_src_mainvue_type_script_lang_js_,
|
|
75357
|
-
|
|
75358
|
-
|
|
75509
|
+
mainvue_type_template_id_9b12a526_render,
|
|
75510
|
+
mainvue_type_template_id_9b12a526_staticRenderFns,
|
|
75359
75511
|
false,
|
|
75360
75512
|
null,
|
|
75361
75513
|
null,
|
|
@@ -78193,8 +78345,8 @@ tabs_panel_src_main.install = function (Vue) {
|
|
|
78193
78345
|
};
|
|
78194
78346
|
|
|
78195
78347
|
/* harmony default export */ var tabs_panel = (tabs_panel_src_main);
|
|
78196
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tips/src/main.vue?vue&type=template&id=
|
|
78197
|
-
var
|
|
78348
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tips/src/main.vue?vue&type=template&id=6baa7a0b&
|
|
78349
|
+
var mainvue_type_template_id_6baa7a0b_render = function () {
|
|
78198
78350
|
var _vm = this
|
|
78199
78351
|
var _h = _vm.$createElement
|
|
78200
78352
|
var _c = _vm._self._c || _h
|
|
@@ -78232,11 +78384,11 @@ var mainvue_type_template_id_74d9312b_render = function () {
|
|
|
78232
78384
|
2
|
|
78233
78385
|
)
|
|
78234
78386
|
}
|
|
78235
|
-
var
|
|
78236
|
-
|
|
78387
|
+
var mainvue_type_template_id_6baa7a0b_staticRenderFns = []
|
|
78388
|
+
mainvue_type_template_id_6baa7a0b_render._withStripped = true
|
|
78237
78389
|
|
|
78238
78390
|
|
|
78239
|
-
// CONCATENATED MODULE: ./packages/tips/src/main.vue?vue&type=template&id=
|
|
78391
|
+
// CONCATENATED MODULE: ./packages/tips/src/main.vue?vue&type=template&id=6baa7a0b&
|
|
78240
78392
|
|
|
78241
78393
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tips/src/main.vue?vue&type=script&lang=js&
|
|
78242
78394
|
//
|
|
@@ -78348,7 +78500,7 @@ mainvue_type_template_id_74d9312b_render._withStripped = true
|
|
|
78348
78500
|
beforeCreate: function beforeCreate() {
|
|
78349
78501
|
var _this2 = this;
|
|
78350
78502
|
|
|
78351
|
-
this.getTips = Object(external_throttle_debounce_["
|
|
78503
|
+
this.getTips = Object(external_throttle_debounce_["debounce"])(500, function () {
|
|
78352
78504
|
_this2.getTipsData();
|
|
78353
78505
|
});
|
|
78354
78506
|
},
|
|
@@ -78396,8 +78548,8 @@ mainvue_type_template_id_74d9312b_render._withStripped = true
|
|
|
78396
78548
|
|
|
78397
78549
|
var tips_src_main_component = normalizeComponent(
|
|
78398
78550
|
packages_tips_src_mainvue_type_script_lang_js_,
|
|
78399
|
-
|
|
78400
|
-
|
|
78551
|
+
mainvue_type_template_id_6baa7a0b_render,
|
|
78552
|
+
mainvue_type_template_id_6baa7a0b_staticRenderFns,
|
|
78401
78553
|
false,
|
|
78402
78554
|
null,
|
|
78403
78555
|
null,
|
|
@@ -78414,8 +78566,8 @@ tips_src_main.install = function (Vue) {
|
|
|
78414
78566
|
};
|
|
78415
78567
|
|
|
78416
78568
|
/* harmony default export */ var tips = (tips_src_main);
|
|
78417
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=
|
|
78418
|
-
var
|
|
78569
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=367f47a8&
|
|
78570
|
+
var mainvue_type_template_id_367f47a8_render = function () {
|
|
78419
78571
|
var _vm = this
|
|
78420
78572
|
var _h = _vm.$createElement
|
|
78421
78573
|
var _c = _vm._self._c || _h
|
|
@@ -78611,11 +78763,11 @@ var mainvue_type_template_id_e49fd234_render = function () {
|
|
|
78611
78763
|
)
|
|
78612
78764
|
: _vm._e()
|
|
78613
78765
|
}
|
|
78614
|
-
var
|
|
78615
|
-
|
|
78766
|
+
var mainvue_type_template_id_367f47a8_staticRenderFns = []
|
|
78767
|
+
mainvue_type_template_id_367f47a8_render._withStripped = true
|
|
78616
78768
|
|
|
78617
78769
|
|
|
78618
|
-
// CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=
|
|
78770
|
+
// CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=367f47a8&
|
|
78619
78771
|
|
|
78620
78772
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=script&lang=js&
|
|
78621
78773
|
//
|
|
@@ -78987,7 +79139,7 @@ mainvue_type_template_id_e49fd234_render._withStripped = true
|
|
|
78987
79139
|
beforeCreate: function beforeCreate() {
|
|
78988
79140
|
var _this = this;
|
|
78989
79141
|
|
|
78990
|
-
this.getTreeData = Object(external_throttle_debounce_["
|
|
79142
|
+
this.getTreeData = Object(external_throttle_debounce_["debounce"])(500, function (param) {
|
|
78991
79143
|
_this.getTreeDatas(param);
|
|
78992
79144
|
});
|
|
78993
79145
|
},
|
|
@@ -79330,8 +79482,8 @@ mainvue_type_template_id_e49fd234_render._withStripped = true
|
|
|
79330
79482
|
|
|
79331
79483
|
var tree_src_main_component = normalizeComponent(
|
|
79332
79484
|
packages_tree_src_mainvue_type_script_lang_js_,
|
|
79333
|
-
|
|
79334
|
-
|
|
79485
|
+
mainvue_type_template_id_367f47a8_render,
|
|
79486
|
+
mainvue_type_template_id_367f47a8_staticRenderFns,
|
|
79335
79487
|
false,
|
|
79336
79488
|
null,
|
|
79337
79489
|
null,
|
|
@@ -84902,8 +85054,8 @@ form_src_table.install = function (Vue) {
|
|
|
84902
85054
|
};
|
|
84903
85055
|
|
|
84904
85056
|
/* harmony default export */ var table_form = (form_src_table);
|
|
84905
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=
|
|
84906
|
-
var
|
|
85057
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=1e0d1d4c&
|
|
85058
|
+
var mainvue_type_template_id_1e0d1d4c_render = function () {
|
|
84907
85059
|
var _vm = this
|
|
84908
85060
|
var _h = _vm.$createElement
|
|
84909
85061
|
var _c = _vm._self._c || _h
|
|
@@ -85283,11 +85435,11 @@ var mainvue_type_template_id_8bfa53ee_render = function () {
|
|
|
85283
85435
|
)
|
|
85284
85436
|
: _vm._e()
|
|
85285
85437
|
}
|
|
85286
|
-
var
|
|
85287
|
-
|
|
85438
|
+
var mainvue_type_template_id_1e0d1d4c_staticRenderFns = []
|
|
85439
|
+
mainvue_type_template_id_1e0d1d4c_render._withStripped = true
|
|
85288
85440
|
|
|
85289
85441
|
|
|
85290
|
-
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=
|
|
85442
|
+
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=1e0d1d4c&
|
|
85291
85443
|
|
|
85292
85444
|
// CONCATENATED MODULE: ./packages/upload/src/picture.js
|
|
85293
85445
|
/* harmony default export */ var picture = ({
|
|
@@ -85540,7 +85692,10 @@ var mainvue_type_script_lang_js_props;
|
|
|
85540
85692
|
default: 'get'
|
|
85541
85693
|
},
|
|
85542
85694
|
text: String,
|
|
85543
|
-
icon:
|
|
85695
|
+
icon: {
|
|
85696
|
+
type: Boolean,
|
|
85697
|
+
default: true
|
|
85698
|
+
},
|
|
85544
85699
|
headers: {
|
|
85545
85700
|
type: Object,
|
|
85546
85701
|
default: function _default() {
|
|
@@ -85924,8 +86079,8 @@ var mainvue_type_script_lang_js_props;
|
|
|
85924
86079
|
},
|
|
85925
86080
|
params: {
|
|
85926
86081
|
deep: true,
|
|
85927
|
-
handler: function handler(
|
|
85928
|
-
this.getFiles(
|
|
86082
|
+
handler: function handler() {
|
|
86083
|
+
this.getFiles();
|
|
85929
86084
|
}
|
|
85930
86085
|
},
|
|
85931
86086
|
lists: {
|
|
@@ -85942,10 +86097,10 @@ var mainvue_type_script_lang_js_props;
|
|
|
85942
86097
|
beforeCreate: function beforeCreate() {
|
|
85943
86098
|
var _this = this;
|
|
85944
86099
|
|
|
85945
|
-
this.getFiles = Object(external_throttle_debounce_["
|
|
85946
|
-
_this.getFileLists(
|
|
86100
|
+
this.getFiles = Object(external_throttle_debounce_["debounce"])(500, function () {
|
|
86101
|
+
_this.getFileLists();
|
|
85947
86102
|
});
|
|
85948
|
-
this.getAdjunctPropertie = Object(external_throttle_debounce_["
|
|
86103
|
+
this.getAdjunctPropertie = Object(external_throttle_debounce_["debounce"])(500, function () {
|
|
85949
86104
|
_this.getAdjunctProperties();
|
|
85950
86105
|
});
|
|
85951
86106
|
},
|
|
@@ -85990,7 +86145,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
85990
86145
|
|
|
85991
86146
|
var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["oc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["qc" /* uploads */];
|
|
85992
86147
|
this.uploadUrl = url.indexOf(this.host) > -1 ? url : this.host + url;
|
|
85993
|
-
this.requestFiles && this.getFiles(
|
|
86148
|
+
this.requestFiles && this.getFiles();
|
|
85994
86149
|
} else {
|
|
85995
86150
|
utils_util["a" /* default */].ajax({
|
|
85996
86151
|
method: this.method,
|
|
@@ -86025,7 +86180,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
86025
86180
|
dochubConfig: _this3.dochubConfig
|
|
86026
86181
|
});
|
|
86027
86182
|
}
|
|
86028
|
-
_this3.requestFiles && _this3.getFiles(
|
|
86183
|
+
_this3.requestFiles && _this3.getFiles();
|
|
86029
86184
|
}
|
|
86030
86185
|
}).catch(function (err) {
|
|
86031
86186
|
if (err.message && err.message !== 'canceled') {
|
|
@@ -86035,18 +86190,18 @@ var mainvue_type_script_lang_js_props;
|
|
|
86035
86190
|
}
|
|
86036
86191
|
}
|
|
86037
86192
|
},
|
|
86038
|
-
getFileLists: function getFileLists(
|
|
86193
|
+
getFileLists: function getFileLists() {
|
|
86039
86194
|
var _this4 = this;
|
|
86040
86195
|
|
|
86041
|
-
if (!this.show || this.fileList && Array.isArray(this.fileList) && this.fileList.length || this.requiredOwnId && !Object.prototype.hasOwnProperty.call(params, 'ownId')) {
|
|
86196
|
+
if (!this.show || this.fileList && Array.isArray(this.fileList) && this.fileList.length || this.requiredOwnId && !Object.prototype.hasOwnProperty.call(this.params, 'ownId')) {
|
|
86042
86197
|
return false;
|
|
86043
86198
|
}
|
|
86044
86199
|
var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["D" /* getAdjunctFileInfos */];
|
|
86045
86200
|
utils_util["a" /* default */].ajax({
|
|
86046
86201
|
method: this.method,
|
|
86047
86202
|
url: url,
|
|
86048
|
-
data: params,
|
|
86049
|
-
params: params,
|
|
86203
|
+
data: this.params,
|
|
86204
|
+
params: this.params,
|
|
86050
86205
|
format: false
|
|
86051
86206
|
}).then(function (res) {
|
|
86052
86207
|
if (res.rCode === 0) {
|
|
@@ -86446,8 +86601,8 @@ var mainvue_type_script_lang_js_props;
|
|
|
86446
86601
|
|
|
86447
86602
|
var upload_src_main_component = normalizeComponent(
|
|
86448
86603
|
packages_upload_src_mainvue_type_script_lang_js_,
|
|
86449
|
-
|
|
86450
|
-
|
|
86604
|
+
mainvue_type_template_id_1e0d1d4c_render,
|
|
86605
|
+
mainvue_type_template_id_1e0d1d4c_staticRenderFns,
|
|
86451
86606
|
false,
|
|
86452
86607
|
null,
|
|
86453
86608
|
null,
|
|
@@ -86947,7 +87102,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
86947
87102
|
}
|
|
86948
87103
|
|
|
86949
87104
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
86950
|
-
version: '0.6.
|
|
87105
|
+
version: '0.6.56',
|
|
86951
87106
|
install: install,
|
|
86952
87107
|
Button: packages_button,
|
|
86953
87108
|
ButtonGroup: button_group,
|