eoss-ui 0.6.57 → 0.6.59
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 +105 -118
- package/lib/button.js +105 -118
- package/lib/checkbox-group.js +106 -119
- package/lib/config/api.js +6 -1
- package/lib/data-table-form.js +106 -119
- package/lib/data-table.js +107 -120
- package/lib/date-picker.js +105 -118
- package/lib/dialog.js +105 -118
- package/lib/eoss-ui.common.js +1456 -899
- package/lib/flow-group.js +105 -118
- package/lib/flow-list.js +555 -277
- package/lib/flow.js +744 -484
- package/lib/form.js +105 -118
- package/lib/handle-user.js +106 -119
- package/lib/handler.js +106 -119
- package/lib/icon.js +106 -119
- package/lib/index.js +1 -1
- package/lib/input-number.js +105 -118
- package/lib/input.js +105 -118
- package/lib/login.js +111 -124
- package/lib/main.js +288 -291
- package/lib/nav.js +105 -118
- package/lib/notify.js +107 -100
- package/lib/page.js +105 -118
- package/lib/pagination.js +105 -118
- package/lib/player.js +105 -118
- package/lib/qr-code.js +118 -131
- package/lib/radio-group.js +106 -119
- package/lib/retrial-auth.js +108 -121
- package/lib/select-ganged.js +106 -119
- package/lib/select.js +106 -119
- package/lib/selector-panel.js +123 -136
- package/lib/selector.js +106 -119
- package/lib/sizer.js +107 -120
- package/lib/steps.js +105 -118
- package/lib/switch.js +105 -118
- package/lib/table-form.js +105 -118
- package/lib/tabs.js +105 -118
- package/lib/theme-chalk/flow-list.css +1 -1
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/tips.js +106 -119
- package/lib/tree-group.js +105 -118
- package/lib/tree.js +106 -119
- package/lib/upload.js +115 -128
- package/lib/utils/util.js +1 -21
- package/lib/wujie.js +105 -118
- package/lib/wxlogin.js +105 -118
- package/package.json +159 -159
- 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/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/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/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- 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 +3173 -3131
- package/packages/flow/src/processForm.vue +1087 -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/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 +1691 -1437
- 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/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/index.js +5 -5
- package/packages/login/src/main.vue +1935 -1935
- package/packages/login/src/resetPassword.vue +562 -562
- package/packages/main/index.js +5 -5
- 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 -462
- 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 +2086 -2076
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- 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 +264 -264
- 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 +584 -584
- 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/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +778 -778
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +687 -687
- 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/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/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/flow-list.css +1 -1
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/base.scss +260 -260
- package/packages/theme-chalk/src/button-group.scss +176 -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 +39 -36
- package/packages/theme-chalk/src/flow.scss +343 -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 -1351
- 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-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1347 -1347
- 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/config/api.js +286 -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 +1 -21
- package/src/utils/webSocket.js +107 -107
- package/packages/.DS_Store +0 -0
- package/packages/data-table/.DS_Store +0 -0
- package/packages/data-table-form/.DS_Store +0 -0
- package/packages/error-page/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow-group/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/handler/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/menu/.DS_Store +0 -0
- package/packages/retrial-auth/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/sizer/.DS_Store +0 -0
- package/packages/tabs/.DS_Store +0 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
package/lib/main.js
CHANGED
|
@@ -227,26 +227,6 @@ var ajax = function ajax(_ref) {
|
|
|
227
227
|
// 请求拦截
|
|
228
228
|
http.interceptors.request.use(function (config) {
|
|
229
229
|
config.headers.common = getStorage();
|
|
230
|
-
// 根据请求的信息(请求方式,url,请求get/post数据),产生map的key
|
|
231
|
-
// let requestKey = getRequestKey(config);
|
|
232
|
-
// // 判断请求是否重复
|
|
233
|
-
// if (pendingRequest.has(requestKey)) {
|
|
234
|
-
// // 取消上次请求
|
|
235
|
-
// let cancel = pendingRequest.get(requestKey);
|
|
236
|
-
// cancel();
|
|
237
|
-
// // 删除请求信息
|
|
238
|
-
// pendingRequest.delete(requestKey);
|
|
239
|
-
// }
|
|
240
|
-
// // 把请求信息,添加请求到map当中
|
|
241
|
-
// // 生成取消方法
|
|
242
|
-
// config.cancelToken =
|
|
243
|
-
// config.cancelToken ||
|
|
244
|
-
// new axios.CancelToken(cancel => {
|
|
245
|
-
// // 把取消方法添加到map
|
|
246
|
-
// if (!pendingRequest.has(requestKey)) {
|
|
247
|
-
// pendingRequest.set(requestKey, cancel);
|
|
248
|
-
// }
|
|
249
|
-
// });
|
|
250
230
|
return config;
|
|
251
231
|
}, function (err) {
|
|
252
232
|
return err;
|
|
@@ -777,7 +757,7 @@ var busEmit = function busEmit(that, _ref3) {
|
|
|
777
757
|
var method = _ref3.method,
|
|
778
758
|
args = _ref3.args;
|
|
779
759
|
|
|
780
|
-
var bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus : null;
|
|
760
|
+
var bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus || that.$root.$bus : null;
|
|
781
761
|
if (bus) {
|
|
782
762
|
Array.isArray(args) ? bus.$emit.apply(bus, [method].concat(args)) : bus.$emit(method, args);
|
|
783
763
|
} else {
|
|
@@ -1621,7 +1601,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1621
1601
|
* @param {function} callback - 回调函数
|
|
1622
1602
|
**/
|
|
1623
1603
|
var getMainConfig = function getMainConfig(callback) {
|
|
1624
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "
|
|
1604
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "lb"] }).then(function (res) {
|
|
1625
1605
|
if (res && res.rCode === 0) {
|
|
1626
1606
|
callback(res.results);
|
|
1627
1607
|
}
|
|
@@ -2378,7 +2358,7 @@ var isLogined = function () {
|
|
|
2378
2358
|
break;
|
|
2379
2359
|
}
|
|
2380
2360
|
|
|
2381
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "
|
|
2361
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "kb"] }).then(function (res) {
|
|
2382
2362
|
if (res.rCode === 0) {
|
|
2383
2363
|
removeStorage();
|
|
2384
2364
|
}
|
|
@@ -3533,143 +3513,145 @@ var watermark = function watermark(option) {
|
|
|
3533
3513
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doCaLogin; });
|
|
3534
3514
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doUserLogin; });
|
|
3535
3515
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doQrLogin; });
|
|
3536
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3537
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3538
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3516
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return logout; });
|
|
3517
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return initLogin; });
|
|
3518
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return switchUserTo; });
|
|
3539
3519
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3540
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3520
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getLoginCode; });
|
|
3541
3521
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCodeLogin; });
|
|
3542
3522
|
/* unused harmony export updateCode */
|
|
3543
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3523
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getModifyPassCode; });
|
|
3544
3524
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3545
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3525
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return loginModifyPassword; });
|
|
3546
3526
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3547
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3527
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return initModifyPassword; });
|
|
3548
3528
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doWechatQrLogin; });
|
|
3549
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3529
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getTwoFactorLoginCode; });
|
|
3550
3530
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doTwoFactorLogin; });
|
|
3551
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3552
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3553
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3531
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initRetrialAuth; });
|
|
3532
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getRetrialAuthCode; });
|
|
3533
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return scanCodeRetrialAuth; });
|
|
3554
3534
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3555
3535
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doAssistanceQrLogin; });
|
|
3556
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3557
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3558
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3559
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3560
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3561
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3536
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return userOnline; });
|
|
3537
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getUserAppWithTag; });
|
|
3538
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return recordUserApp; });
|
|
3539
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return mainConfig; });
|
|
3540
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initUserSet; });
|
|
3541
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return updateUserInfo; });
|
|
3562
3542
|
/* unused harmony export getUserImgUrl */
|
|
3563
3543
|
/* unused harmony export getDoorIndex */
|
|
3564
3544
|
/* unused harmony export refreshOnlineUsers */
|
|
3565
3545
|
/* unused harmony export getQuickMenuIds */
|
|
3566
3546
|
/* unused harmony export getApplicationIdArray */
|
|
3567
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3568
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3547
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getComplexApplications; });
|
|
3548
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getComplexApplicationsNew; });
|
|
3569
3549
|
/* unused harmony export getUserCustomInfo */
|
|
3570
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3571
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3572
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3573
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3574
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3575
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3576
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3577
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3578
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3579
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3550
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return updateUserCustomInfo; });
|
|
3551
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sysMsgPage; });
|
|
3552
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return ignoreSysMsg; });
|
|
3553
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return ignoreAllSysMsg; });
|
|
3554
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return searchType; });
|
|
3555
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getAdjunctProperties; });
|
|
3556
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploads; });
|
|
3557
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return uploadOnlyOne; });
|
|
3558
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getAdjunctFileInfos; });
|
|
3559
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return uploadSort; });
|
|
3580
3560
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return downloadByAdjunctId; });
|
|
3581
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3582
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3583
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3584
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3561
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return uploadDownloads; });
|
|
3562
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return previewAdjunct; });
|
|
3563
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return previewAdjunct2; });
|
|
3564
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return previewAdjunctOffice; });
|
|
3585
3565
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3586
3566
|
/* unused harmony export upload_updateClassify */
|
|
3587
3567
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3588
3568
|
/* unused harmony export getPictureBase64 */
|
|
3589
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3590
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3592
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3569
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getSelectorOrgTree; });
|
|
3570
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getSelectorOrgDetail; });
|
|
3571
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getOrgMainTree; });
|
|
3572
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getSelectOrgsubids; });
|
|
3593
3573
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return findSysCode; });
|
|
3594
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3574
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getDictList; });
|
|
3595
3575
|
/* unused harmony export findUserBaseInfo */
|
|
3596
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3576
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return gethelpdoc; });
|
|
3597
3577
|
/* unused harmony export getCurrentuser */
|
|
3598
3578
|
/* unused harmony export mainDetail */
|
|
3599
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3600
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3579
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toStartFlow; });
|
|
3580
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return tempSave; });
|
|
3601
3581
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3602
3582
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3603
3583
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return editCommonOpion; });
|
|
3604
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3605
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3584
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return saveCommonOpinion; });
|
|
3585
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return updateCommonOpinion; });
|
|
3606
3586
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3607
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3608
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3587
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getProcessDefList; });
|
|
3588
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getNodeInfo; });
|
|
3609
3589
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findCodeValues; });
|
|
3610
3590
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysParam; });
|
|
3611
3591
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findSysCodes; });
|
|
3612
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3613
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3614
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3592
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getNotificationMsg; });
|
|
3593
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getHandleInfoHtml; });
|
|
3594
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskHandleHtml; });
|
|
3615
3595
|
/* unused harmony export getView */
|
|
3616
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3617
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3618
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3619
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3620
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3621
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3622
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3624
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return register; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return pendedhistoryList; });
|
|
3598
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskRejectHtml; });
|
|
3599
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskRejectHtml; });
|
|
3600
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toStartTaskRead; });
|
|
3601
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toStartTaskReadIndex; });
|
|
3602
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskReadHtml; });
|
|
3603
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return rejectAndEnd; });
|
|
3604
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toSendMsg; });
|
|
3605
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendMsg; });
|
|
3626
3606
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return endFlowHtml; });
|
|
3627
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3628
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3629
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3631
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3632
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3633
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3634
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3635
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3607
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return handleInfo; });
|
|
3608
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return loginUserInfo; });
|
|
3609
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return wss; });
|
|
3610
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return topic; });
|
|
3611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getPresetCustomInfo; });
|
|
3612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getPresetNodeInfo; });
|
|
3613
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskTransferIndex; });
|
|
3614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskTransfer; });
|
|
3615
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toPresetInfoListIndex; });
|
|
3636
3616
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3637
3617
|
/* unused harmony export historyListJson */
|
|
3638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3618
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return pendedhistoryListJson; });
|
|
3619
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pressListJson; });
|
|
3640
3620
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3642
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3643
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3645
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3646
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3648
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3649
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3650
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3651
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3652
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3653
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3654
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3655
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3656
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3657
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3658
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3659
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3660
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3621
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return isCanStartSubFlow; });
|
|
3622
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskUnionExamine; });
|
|
3623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskUnionExamine; });
|
|
3624
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskTakeAdvice; });
|
|
3625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskTakeAdvice; });
|
|
3626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskStartDraft; });
|
|
3627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskSupervise; });
|
|
3628
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskSuperviseSub; });
|
|
3629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskStartDraft; });
|
|
3630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskReview; });
|
|
3631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReview; });
|
|
3632
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskUnionSeal; });
|
|
3633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskUnionSeal; });
|
|
3634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTwoOfficesDispatch; });
|
|
3635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return twoOfficesDispatch; });
|
|
3636
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toResetProcessIndex; });
|
|
3637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return resetProcess; });
|
|
3638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskContinuationIndex; });
|
|
3639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskContinuation; });
|
|
3640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getFreeStartFlowParams; });
|
|
3661
3641
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return freeStartFlowWithSubmitTask; });
|
|
3662
3642
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
3663
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3643
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pendedhistoryListWithCircularReadJson; });
|
|
3644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return fyListJson; });
|
|
3664
3645
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
3665
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3646
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskReadWithDraw; });
|
|
3647
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
3666
3648
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
3667
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3668
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3649
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendList; });
|
|
3650
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return sendInfo; });
|
|
3669
3651
|
/* unused harmony export sendSave */
|
|
3670
3652
|
/* unused harmony export sendUpdate */
|
|
3671
3653
|
/* unused harmony export sendDelete */
|
|
3672
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3654
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sendBatch; });
|
|
3673
3655
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return formContents; });
|
|
3674
3656
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
3675
3657
|
// 登录
|
|
@@ -3873,7 +3855,7 @@ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
|
|
|
3873
3855
|
var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
|
|
3874
3856
|
// 稿件递送提交接口
|
|
3875
3857
|
// export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
|
|
3876
|
-
var taskStartDraft = '/
|
|
3858
|
+
var taskStartDraft = '/bpm/task/taskHandle/taskStartDraft.dhtml';
|
|
3877
3859
|
// 复核
|
|
3878
3860
|
var toTaskReview = '/bpm/bpmBackend/toTaskReview';
|
|
3879
3861
|
// 复核提交
|
|
@@ -3902,8 +3884,13 @@ var freeStartFlowWithSubmitTask = '/bpm/bpmBackend/freeStartFlowWithSubmitTask';
|
|
|
3902
3884
|
var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStartedCircularRead';
|
|
3903
3885
|
// 获取传阅列表
|
|
3904
3886
|
var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
|
|
3887
|
+
// 获取分阅情况列表
|
|
3888
|
+
var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
|
|
3889
|
+
|
|
3905
3890
|
// 传阅列表撤回
|
|
3906
3891
|
var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
|
|
3892
|
+
// 撤销分阅
|
|
3893
|
+
var taskReadWithDraw = '/bpm/bpmBackend/taskReadWithDraw';
|
|
3907
3894
|
// 阅转办提交流程
|
|
3908
3895
|
var startReadTransferHandleFlowWithTaskReadEnd = '/bpm/bpmBackend/startReadTransferHandleFlowWithTaskReadEnd';
|
|
3909
3896
|
// 阅转办校验接口
|
|
@@ -4392,8 +4379,8 @@ render._withStripped = true
|
|
|
4392
4379
|
// EXTERNAL MODULE: ./src/config/image.js
|
|
4393
4380
|
var config_image = __webpack_require__(19);
|
|
4394
4381
|
|
|
4395
|
-
// 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=
|
|
4396
|
-
var
|
|
4382
|
+
// 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=11d4a47d&scoped=true&
|
|
4383
|
+
var simplicityvue_type_template_id_11d4a47d_scoped_true_render = function () {
|
|
4397
4384
|
var _vm = this
|
|
4398
4385
|
var _h = _vm.$createElement
|
|
4399
4386
|
var _c = _vm._self._c || _h
|
|
@@ -5051,11 +5038,11 @@ var simplicityvue_type_template_id_9a42cfdc_scoped_true_render = function () {
|
|
|
5051
5038
|
),
|
|
5052
5039
|
])
|
|
5053
5040
|
}
|
|
5054
|
-
var
|
|
5055
|
-
|
|
5041
|
+
var simplicityvue_type_template_id_11d4a47d_scoped_true_staticRenderFns = []
|
|
5042
|
+
simplicityvue_type_template_id_11d4a47d_scoped_true_render._withStripped = true
|
|
5056
5043
|
|
|
5057
5044
|
|
|
5058
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
5045
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=11d4a47d&scoped=true&
|
|
5059
5046
|
|
|
5060
5047
|
// 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&
|
|
5061
5048
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -7130,7 +7117,7 @@ var external_throttle_debounce_ = __webpack_require__(13);
|
|
|
7130
7117
|
},
|
|
7131
7118
|
handleClick: function handleClick(res) {
|
|
7132
7119
|
util["a" /* default */].ajax({
|
|
7133
|
-
url: api["
|
|
7120
|
+
url: api["tb" /* recordUserApp */],
|
|
7134
7121
|
params: {
|
|
7135
7122
|
userId: this.user.userId,
|
|
7136
7123
|
appId: res.id
|
|
@@ -7139,10 +7126,10 @@ var external_throttle_debounce_ = __webpack_require__(13);
|
|
|
7139
7126
|
this.$emit('click', res);
|
|
7140
7127
|
},
|
|
7141
7128
|
|
|
7142
|
-
/**
|
|
7143
|
-
* @desc:获取气泡提醒
|
|
7144
|
-
* @author huangbo
|
|
7145
|
-
* @date 2024年9月7日
|
|
7129
|
+
/**
|
|
7130
|
+
* @desc:获取气泡提醒
|
|
7131
|
+
* @author huangbo
|
|
7132
|
+
* @date 2024年9月7日
|
|
7146
7133
|
**/
|
|
7147
7134
|
getBadge: function getBadge(res) {
|
|
7148
7135
|
var num = res.tips || 0;
|
|
@@ -7542,7 +7529,7 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
|
|
|
7542
7529
|
var initLogin = util["a" /* default */].getStorage('initLogin');
|
|
7543
7530
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
7544
7531
|
util["a" /* default */].ajax({
|
|
7545
|
-
url: api["
|
|
7532
|
+
url: api["oc" /* updateUserInfo */],
|
|
7546
7533
|
params: {
|
|
7547
7534
|
email: this.model.email,
|
|
7548
7535
|
officeTel: this.model.officeTel,
|
|
@@ -7778,7 +7765,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7778
7765
|
var _this2 = this;
|
|
7779
7766
|
|
|
7780
7767
|
util["a" /* default */].ajax({
|
|
7781
|
-
url: api["
|
|
7768
|
+
url: api["gb" /* initUserSet */]
|
|
7782
7769
|
}).then(function (res) {
|
|
7783
7770
|
if (res.rCode === 0) {
|
|
7784
7771
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -7819,7 +7806,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7819
7806
|
var notify = this.checked.join(',');
|
|
7820
7807
|
util["a" /* default */].ajax({
|
|
7821
7808
|
method: 'post',
|
|
7822
|
-
url: api["
|
|
7809
|
+
url: api["nc" /* updateUserCustomInfo */],
|
|
7823
7810
|
data: {
|
|
7824
7811
|
notify: notify
|
|
7825
7812
|
}
|
|
@@ -7849,7 +7836,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7849
7836
|
if (this.user.identityId !== res.id) {
|
|
7850
7837
|
util["a" /* default */].ajax({
|
|
7851
7838
|
method: 'post',
|
|
7852
|
-
url: api["
|
|
7839
|
+
url: api["Fb" /* switchUserTo */],
|
|
7853
7840
|
data: { userId: res.value }
|
|
7854
7841
|
}).then(function (res) {
|
|
7855
7842
|
if (res.rCode == 0) {
|
|
@@ -8241,7 +8228,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
8241
8228
|
if (this.pageNum <= this.pageCount) {
|
|
8242
8229
|
this.loading = true;
|
|
8243
8230
|
util["a" /* default */].ajax({
|
|
8244
|
-
url: api["
|
|
8231
|
+
url: api["Gb" /* sysMsgPage */],
|
|
8245
8232
|
params: {
|
|
8246
8233
|
pageNum: reload ? 1 : this.pageNum,
|
|
8247
8234
|
pageSize: this.pageSize
|
|
@@ -8274,7 +8261,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
8274
8261
|
var _this2 = this;
|
|
8275
8262
|
|
|
8276
8263
|
util["a" /* default */].ajax({
|
|
8277
|
-
url: api["
|
|
8264
|
+
url: api["cb" /* ignoreSysMsg */],
|
|
8278
8265
|
params: {
|
|
8279
8266
|
id: res.id
|
|
8280
8267
|
}
|
|
@@ -8294,7 +8281,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
8294
8281
|
var _this3 = this;
|
|
8295
8282
|
|
|
8296
8283
|
util["a" /* default */].ajax({
|
|
8297
|
-
url: api["
|
|
8284
|
+
url: api["bb" /* ignoreAllSysMsg */]
|
|
8298
8285
|
}).then(function (res) {
|
|
8299
8286
|
_this3.count = 0;
|
|
8300
8287
|
_this3.msgs = [];
|
|
@@ -8654,7 +8641,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
|
|
|
8654
8641
|
var _this = this;
|
|
8655
8642
|
|
|
8656
8643
|
util["a" /* default */].ajax({
|
|
8657
|
-
url: api["
|
|
8644
|
+
url: api["cb" /* ignoreSysMsg */],
|
|
8658
8645
|
params: {
|
|
8659
8646
|
id: res.id
|
|
8660
8647
|
}
|
|
@@ -8673,7 +8660,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
|
|
|
8673
8660
|
var _this2 = this;
|
|
8674
8661
|
|
|
8675
8662
|
util["a" /* default */].ajax({
|
|
8676
|
-
url: api["
|
|
8663
|
+
url: api["bb" /* ignoreAllSysMsg */]
|
|
8677
8664
|
}).then(function (res) {
|
|
8678
8665
|
_this2.msgs = [];
|
|
8679
8666
|
_this2.$emit('ignore', { type: 'ignore', value: 'all' });
|
|
@@ -9459,7 +9446,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
|
|
|
9459
9446
|
props: {
|
|
9460
9447
|
sysuseronline: {
|
|
9461
9448
|
type: String,
|
|
9462
|
-
default: api["
|
|
9449
|
+
default: api["tc" /* userOnline */]
|
|
9463
9450
|
}
|
|
9464
9451
|
},
|
|
9465
9452
|
data: function data() {
|
|
@@ -10132,7 +10119,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
10132
10119
|
},
|
|
10133
10120
|
searchType: {
|
|
10134
10121
|
type: String,
|
|
10135
|
-
default: api["
|
|
10122
|
+
default: api["zb" /* searchType */]
|
|
10136
10123
|
},
|
|
10137
10124
|
pageSize: {
|
|
10138
10125
|
type: Number,
|
|
@@ -10919,7 +10906,7 @@ var events = [function (tabs, index, that) {
|
|
|
10919
10906
|
//应用列表接口
|
|
10920
10907
|
appsUrl: {
|
|
10921
10908
|
type: String,
|
|
10922
|
-
default: api["
|
|
10909
|
+
default: api["Y" /* getUserAppWithTag */]
|
|
10923
10910
|
},
|
|
10924
10911
|
//是否启用子应用菜单接口
|
|
10925
10912
|
application: {
|
|
@@ -11096,9 +11083,9 @@ var events = [function (tabs, index, that) {
|
|
|
11096
11083
|
return this.menuUrl;
|
|
11097
11084
|
}
|
|
11098
11085
|
if (this.application) {
|
|
11099
|
-
return api["
|
|
11086
|
+
return api["H" /* getComplexApplicationsNew */];
|
|
11100
11087
|
}
|
|
11101
|
-
return api["
|
|
11088
|
+
return api["G" /* getComplexApplications */];
|
|
11102
11089
|
},
|
|
11103
11090
|
|
|
11104
11091
|
//人工智能配置
|
|
@@ -11166,10 +11153,10 @@ var events = [function (tabs, index, that) {
|
|
|
11166
11153
|
},
|
|
11167
11154
|
|
|
11168
11155
|
methods: {
|
|
11169
|
-
/**
|
|
11170
|
-
* @desc:匹配路由
|
|
11171
|
-
* @author huangbo
|
|
11172
|
-
* @date 2024年9月7日
|
|
11156
|
+
/**
|
|
11157
|
+
* @desc:匹配路由
|
|
11158
|
+
* @author huangbo
|
|
11159
|
+
* @date 2024年9月7日
|
|
11173
11160
|
**/
|
|
11174
11161
|
hasRouter: function hasRouter(res, url, code) {
|
|
11175
11162
|
if (!url) {
|
|
@@ -11213,10 +11200,10 @@ var events = [function (tabs, index, that) {
|
|
|
11213
11200
|
return false;
|
|
11214
11201
|
},
|
|
11215
11202
|
|
|
11216
|
-
/**
|
|
11217
|
-
* @desc:获取初始数据
|
|
11218
|
-
* @author huangbo
|
|
11219
|
-
* @date 2024年9月7日
|
|
11203
|
+
/**
|
|
11204
|
+
* @desc:获取初始数据
|
|
11205
|
+
* @author huangbo
|
|
11206
|
+
* @date 2024年9月7日
|
|
11220
11207
|
**/
|
|
11221
11208
|
init: function init(results, first) {
|
|
11222
11209
|
this.setConfig(results);
|
|
@@ -11225,10 +11212,10 @@ var events = [function (tabs, index, that) {
|
|
|
11225
11212
|
}
|
|
11226
11213
|
},
|
|
11227
11214
|
|
|
11228
|
-
/**
|
|
11229
|
-
* @desc:设置用户配置及信息
|
|
11230
|
-
* @author huangbo
|
|
11231
|
-
* @date 2024年9月7日
|
|
11215
|
+
/**
|
|
11216
|
+
* @desc:设置用户配置及信息
|
|
11217
|
+
* @author huangbo
|
|
11218
|
+
* @date 2024年9月7日
|
|
11232
11219
|
**/
|
|
11233
11220
|
setConfig: function setConfig(results) {
|
|
11234
11221
|
localStorage.setItem('mainConfig', JSON.stringify(results));
|
|
@@ -11358,10 +11345,10 @@ var events = [function (tabs, index, that) {
|
|
|
11358
11345
|
}
|
|
11359
11346
|
},
|
|
11360
11347
|
|
|
11361
|
-
/**
|
|
11362
|
-
* @desc:获取所有应用
|
|
11363
|
-
* @author huangbo
|
|
11364
|
-
* @date 2024年9月7日
|
|
11348
|
+
/**
|
|
11349
|
+
* @desc:获取所有应用
|
|
11350
|
+
* @author huangbo
|
|
11351
|
+
* @date 2024年9月7日
|
|
11365
11352
|
**/
|
|
11366
11353
|
getApplications: function getApplications() {
|
|
11367
11354
|
var _this = this;
|
|
@@ -11409,10 +11396,10 @@ var events = [function (tabs, index, that) {
|
|
|
11409
11396
|
});
|
|
11410
11397
|
},
|
|
11411
11398
|
|
|
11412
|
-
/**
|
|
11413
|
-
* @desc:获取菜单列表
|
|
11414
|
-
* @author huangbo
|
|
11415
|
-
* @date 2024年9月7日
|
|
11399
|
+
/**
|
|
11400
|
+
* @desc:获取菜单列表
|
|
11401
|
+
* @author huangbo
|
|
11402
|
+
* @date 2024年9月7日
|
|
11416
11403
|
**/
|
|
11417
11404
|
getMenus: function getMenus(loading) {
|
|
11418
11405
|
var _this2 = this;
|
|
@@ -11445,10 +11432,10 @@ var events = [function (tabs, index, that) {
|
|
|
11445
11432
|
});
|
|
11446
11433
|
},
|
|
11447
11434
|
|
|
11448
|
-
/**
|
|
11449
|
-
* @desc:处理菜单列表
|
|
11450
|
-
* @author huangbo
|
|
11451
|
-
* @date 2024年9月7日
|
|
11435
|
+
/**
|
|
11436
|
+
* @desc:处理菜单列表
|
|
11437
|
+
* @author huangbo
|
|
11438
|
+
* @date 2024年9月7日
|
|
11452
11439
|
**/
|
|
11453
11440
|
renderMenus: function renderMenus(res) {
|
|
11454
11441
|
this.menus = res;
|
|
@@ -11538,10 +11525,10 @@ var events = [function (tabs, index, that) {
|
|
|
11538
11525
|
}
|
|
11539
11526
|
},
|
|
11540
11527
|
|
|
11541
|
-
/**
|
|
11542
|
-
* @desc:设置页面加载类型
|
|
11543
|
-
* @author huangbo
|
|
11544
|
-
* @date 2024年9月7日
|
|
11528
|
+
/**
|
|
11529
|
+
* @desc:设置页面加载类型
|
|
11530
|
+
* @author huangbo
|
|
11531
|
+
* @date 2024年9月7日
|
|
11545
11532
|
**/
|
|
11546
11533
|
setIframeType: function setIframeType(res) {
|
|
11547
11534
|
var url = res.url;
|
|
@@ -11597,10 +11584,10 @@ var events = [function (tabs, index, that) {
|
|
|
11597
11584
|
return res;
|
|
11598
11585
|
},
|
|
11599
11586
|
|
|
11600
|
-
/**
|
|
11601
|
-
* @desc:获取菜单
|
|
11602
|
-
* @author huangbo
|
|
11603
|
-
* @date 2024年9月7日
|
|
11587
|
+
/**
|
|
11588
|
+
* @desc:获取菜单
|
|
11589
|
+
* @author huangbo
|
|
11590
|
+
* @date 2024年9月7日
|
|
11604
11591
|
**/
|
|
11605
11592
|
getMenu: function getMenu(menus, res, key) {
|
|
11606
11593
|
if (Array.isArray(menus)) {
|
|
@@ -11629,10 +11616,10 @@ var events = [function (tabs, index, that) {
|
|
|
11629
11616
|
return false;
|
|
11630
11617
|
},
|
|
11631
11618
|
|
|
11632
|
-
/**
|
|
11633
|
-
* @desc:获取菜单第一条数据
|
|
11634
|
-
* @author huangbo
|
|
11635
|
-
* @date 2024年9月7日
|
|
11619
|
+
/**
|
|
11620
|
+
* @desc:获取菜单第一条数据
|
|
11621
|
+
* @author huangbo
|
|
11622
|
+
* @date 2024年9月7日
|
|
11636
11623
|
**/
|
|
11637
11624
|
getFirst: function getFirst(obj) {
|
|
11638
11625
|
if (!obj) {
|
|
@@ -11651,10 +11638,10 @@ var events = [function (tabs, index, that) {
|
|
|
11651
11638
|
}
|
|
11652
11639
|
},
|
|
11653
11640
|
|
|
11654
|
-
/**
|
|
11655
|
-
* @desc:遍历设置菜单气泡提醒
|
|
11656
|
-
* @author huangbo
|
|
11657
|
-
* @date 2024年9月7日
|
|
11641
|
+
/**
|
|
11642
|
+
* @desc:遍历设置菜单气泡提醒
|
|
11643
|
+
* @author huangbo
|
|
11644
|
+
* @date 2024年9月7日
|
|
11658
11645
|
**/
|
|
11659
11646
|
setTips: function setTips(obj) {
|
|
11660
11647
|
var _this3 = this;
|
|
@@ -11717,10 +11704,10 @@ var events = [function (tabs, index, that) {
|
|
|
11717
11704
|
}
|
|
11718
11705
|
},
|
|
11719
11706
|
|
|
11720
|
-
/**
|
|
11721
|
-
* @desc:获取气泡提醒
|
|
11722
|
-
* @author huangbo
|
|
11723
|
-
* @date 2024年9月7日
|
|
11707
|
+
/**
|
|
11708
|
+
* @desc:获取气泡提醒
|
|
11709
|
+
* @author huangbo
|
|
11710
|
+
* @date 2024年9月7日
|
|
11724
11711
|
**/
|
|
11725
11712
|
getBadge: function getBadge(res) {
|
|
11726
11713
|
var num = res.tips || 0;
|
|
@@ -11734,17 +11721,17 @@ var events = [function (tabs, index, that) {
|
|
|
11734
11721
|
};
|
|
11735
11722
|
},
|
|
11736
11723
|
|
|
11737
|
-
/**
|
|
11738
|
-
* @desc:开启weosocket
|
|
11739
|
-
* @author huangbo
|
|
11740
|
-
* @date 2024年9月7日
|
|
11724
|
+
/**
|
|
11725
|
+
* @desc:开启weosocket
|
|
11726
|
+
* @author huangbo
|
|
11727
|
+
* @date 2024年9月7日
|
|
11741
11728
|
**/
|
|
11742
11729
|
initWebSocket: function initWebSocket() {
|
|
11743
11730
|
var _this5 = this;
|
|
11744
11731
|
|
|
11745
11732
|
this.webSocket = util["a" /* default */].socket({
|
|
11746
|
-
url: api["
|
|
11747
|
-
take: api["
|
|
11733
|
+
url: api["uc" /* wss */],
|
|
11734
|
+
take: api["kc" /* topic */],
|
|
11748
11735
|
success: function success(res) {
|
|
11749
11736
|
var data = res.data || {};
|
|
11750
11737
|
for (var i in data) {
|
|
@@ -11785,10 +11772,10 @@ var events = [function (tabs, index, that) {
|
|
|
11785
11772
|
});
|
|
11786
11773
|
},
|
|
11787
11774
|
|
|
11788
|
-
/**
|
|
11789
|
-
* @desc:显示用户信息
|
|
11790
|
-
* @author huangbo
|
|
11791
|
-
* @date 2024年9月7日
|
|
11775
|
+
/**
|
|
11776
|
+
* @desc:显示用户信息
|
|
11777
|
+
* @author huangbo
|
|
11778
|
+
* @date 2024年9月7日
|
|
11792
11779
|
**/
|
|
11793
11780
|
showUserInfo: function showUserInfo() {
|
|
11794
11781
|
if (this.showUser === false) {
|
|
@@ -11796,19 +11783,19 @@ var events = [function (tabs, index, that) {
|
|
|
11796
11783
|
}
|
|
11797
11784
|
},
|
|
11798
11785
|
|
|
11799
|
-
/**
|
|
11800
|
-
* @desc:删除更多应用菜单点击
|
|
11801
|
-
* @author huangbo
|
|
11802
|
-
* @date 2024年9月7日
|
|
11786
|
+
/**
|
|
11787
|
+
* @desc:删除更多应用菜单点击
|
|
11788
|
+
* @author huangbo
|
|
11789
|
+
* @date 2024年9月7日
|
|
11803
11790
|
**/
|
|
11804
11791
|
handleDelete: function handleDelete(index) {
|
|
11805
11792
|
this.newApps.splice(index, 1);
|
|
11806
11793
|
},
|
|
11807
11794
|
|
|
11808
|
-
/**
|
|
11809
|
-
* @desc:储存更多应用菜单点击
|
|
11810
|
-
* @author huangbo
|
|
11811
|
-
* @date 2024年9月7日
|
|
11795
|
+
/**
|
|
11796
|
+
* @desc:储存更多应用菜单点击
|
|
11797
|
+
* @author huangbo
|
|
11798
|
+
* @date 2024年9月7日
|
|
11812
11799
|
**/
|
|
11813
11800
|
handlerClickApps: function handlerClickApps(res) {
|
|
11814
11801
|
if (res.permission === false) {
|
|
@@ -11821,10 +11808,10 @@ var events = [function (tabs, index, that) {
|
|
|
11821
11808
|
this.handlerClickApp(res);
|
|
11822
11809
|
},
|
|
11823
11810
|
|
|
11824
|
-
/**
|
|
11825
|
-
* @desc:侧边应用菜单点击
|
|
11826
|
-
* @author huangbo
|
|
11827
|
-
* @date 2024年9月7日
|
|
11811
|
+
/**
|
|
11812
|
+
* @desc:侧边应用菜单点击
|
|
11813
|
+
* @author huangbo
|
|
11814
|
+
* @date 2024年9月7日
|
|
11828
11815
|
**/
|
|
11829
11816
|
handlerClickApp: function handlerClickApp(res) {
|
|
11830
11817
|
this.showMsg = false;
|
|
@@ -11911,10 +11898,10 @@ var events = [function (tabs, index, that) {
|
|
|
11911
11898
|
}
|
|
11912
11899
|
},
|
|
11913
11900
|
|
|
11914
|
-
/**
|
|
11915
|
-
* @desc:显示Drawer界面
|
|
11916
|
-
* @author huangbo
|
|
11917
|
-
* @date 2024年9月7日
|
|
11901
|
+
/**
|
|
11902
|
+
* @desc:显示Drawer界面
|
|
11903
|
+
* @author huangbo
|
|
11904
|
+
* @date 2024年9月7日
|
|
11918
11905
|
**/
|
|
11919
11906
|
handlerSetDrawer: function handlerSetDrawer(res, type) {
|
|
11920
11907
|
var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
|
|
@@ -11934,23 +11921,23 @@ var events = [function (tabs, index, that) {
|
|
|
11934
11921
|
}
|
|
11935
11922
|
},
|
|
11936
11923
|
|
|
11937
|
-
/**
|
|
11938
|
-
* @desc:关闭Drawer界面
|
|
11939
|
-
* @author huangbo
|
|
11940
|
-
* @date 2024年9月7日
|
|
11924
|
+
/**
|
|
11925
|
+
* @desc:关闭Drawer界面
|
|
11926
|
+
* @author huangbo
|
|
11927
|
+
* @date 2024年9月7日
|
|
11941
11928
|
**/
|
|
11942
11929
|
handleCloseDrawer: function handleCloseDrawer() {
|
|
11943
11930
|
this.drawer = { visible: false };
|
|
11944
11931
|
},
|
|
11945
11932
|
|
|
11946
|
-
/**
|
|
11947
|
-
* @desc:菜单点击
|
|
11948
|
-
* @author huangbo
|
|
11949
|
-
* @date 2024年9月7日
|
|
11933
|
+
/**
|
|
11934
|
+
* @desc:菜单点击
|
|
11935
|
+
* @author huangbo
|
|
11936
|
+
* @date 2024年9月7日
|
|
11950
11937
|
**/
|
|
11951
11938
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
11952
11939
|
util["a" /* default */].ajax({
|
|
11953
|
-
url: api["
|
|
11940
|
+
url: api["tb" /* recordUserApp */],
|
|
11954
11941
|
params: {
|
|
11955
11942
|
userId: this.user.userId,
|
|
11956
11943
|
appId: res.id
|
|
@@ -11958,6 +11945,16 @@ var events = [function (tabs, index, that) {
|
|
|
11958
11945
|
}).then(function () {}).catch(function () {});
|
|
11959
11946
|
this.showMsg = false;
|
|
11960
11947
|
this.showSet = false;
|
|
11948
|
+
|
|
11949
|
+
if (res.url) {
|
|
11950
|
+
if (res.urlopenmode == 1 || res.openModel == 1) {
|
|
11951
|
+
util["a" /* default */].win.open(res.url);
|
|
11952
|
+
return;
|
|
11953
|
+
} else if (res.urlopenmode == 2 || res.openModel == 2) {
|
|
11954
|
+
util["a" /* default */].win.open(res.url, '_self');
|
|
11955
|
+
return;
|
|
11956
|
+
}
|
|
11957
|
+
}
|
|
11961
11958
|
var i = util["a" /* default */].indexOfObj(this.tabs, res, 'id');
|
|
11962
11959
|
if (i == -1) {
|
|
11963
11960
|
var tab = this.setIframeType(res);
|
|
@@ -11985,19 +11982,19 @@ var events = [function (tabs, index, that) {
|
|
|
11985
11982
|
},
|
|
11986
11983
|
|
|
11987
11984
|
|
|
11988
|
-
/**
|
|
11989
|
-
* @desc:用户详情请求成功
|
|
11990
|
-
* @author huangbo
|
|
11991
|
-
* @date 2024年9月7日
|
|
11985
|
+
/**
|
|
11986
|
+
* @desc:用户详情请求成功
|
|
11987
|
+
* @author huangbo
|
|
11988
|
+
* @date 2024年9月7日
|
|
11992
11989
|
**/
|
|
11993
11990
|
handleSuccess: function handleSuccess(res) {
|
|
11994
11991
|
this.simpleUserInfo = res.simpleUserInfo;
|
|
11995
11992
|
},
|
|
11996
11993
|
|
|
11997
|
-
/**
|
|
11998
|
-
* @desc:修改用户配置
|
|
11999
|
-
* @author huangbo
|
|
12000
|
-
* @date 2024年9月7日
|
|
11994
|
+
/**
|
|
11995
|
+
* @desc:修改用户配置
|
|
11996
|
+
* @author huangbo
|
|
11997
|
+
* @date 2024年9月7日
|
|
12001
11998
|
**/
|
|
12002
11999
|
handleChangeConfig: function handleChangeConfig(name, res) {
|
|
12003
12000
|
if (name == 'userHeadUrl') {
|
|
@@ -12013,10 +12010,10 @@ var events = [function (tabs, index, that) {
|
|
|
12013
12010
|
}
|
|
12014
12011
|
},
|
|
12015
12012
|
|
|
12016
|
-
/**
|
|
12017
|
-
* @desc:关闭webSocket
|
|
12018
|
-
* @author huangbo
|
|
12019
|
-
* @date 2024年9月7日
|
|
12013
|
+
/**
|
|
12014
|
+
* @desc:关闭webSocket
|
|
12015
|
+
* @author huangbo
|
|
12016
|
+
* @date 2024年9月7日
|
|
12020
12017
|
**/
|
|
12021
12018
|
handlerClose: function handlerClose() {
|
|
12022
12019
|
if (this.webSocket) {
|
|
@@ -12024,10 +12021,10 @@ var events = [function (tabs, index, that) {
|
|
|
12024
12021
|
}
|
|
12025
12022
|
},
|
|
12026
12023
|
|
|
12027
|
-
/**
|
|
12028
|
-
* @desc:刷新选中iframe页签
|
|
12029
|
-
* @author huangbo
|
|
12030
|
-
* @date 2024年9月7日
|
|
12024
|
+
/**
|
|
12025
|
+
* @desc:刷新选中iframe页签
|
|
12026
|
+
* @author huangbo
|
|
12027
|
+
* @date 2024年9月7日
|
|
12031
12028
|
**/
|
|
12032
12029
|
handleRefresh: function handleRefresh() {
|
|
12033
12030
|
var i = util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
@@ -12048,10 +12045,10 @@ var events = [function (tabs, index, that) {
|
|
|
12048
12045
|
}
|
|
12049
12046
|
},
|
|
12050
12047
|
|
|
12051
|
-
/**
|
|
12052
|
-
* @desc:删除iframe
|
|
12053
|
-
* @author huangbo
|
|
12054
|
-
* @date 2024年9月7日
|
|
12048
|
+
/**
|
|
12049
|
+
* @desc:删除iframe
|
|
12050
|
+
* @author huangbo
|
|
12051
|
+
* @date 2024年9月7日
|
|
12055
12052
|
**/
|
|
12056
12053
|
handleRemove: function handleRemove(name) {
|
|
12057
12054
|
var len = this.tabs.length - 1;
|
|
@@ -12068,10 +12065,10 @@ var events = [function (tabs, index, that) {
|
|
|
12068
12065
|
}
|
|
12069
12066
|
},
|
|
12070
12067
|
|
|
12071
|
-
/**
|
|
12072
|
-
* @desc:tabs鼠标右键事件
|
|
12073
|
-
* @author huangbo
|
|
12074
|
-
* @date 2024年9月7日
|
|
12068
|
+
/**
|
|
12069
|
+
* @desc:tabs鼠标右键事件
|
|
12070
|
+
* @author huangbo
|
|
12071
|
+
* @date 2024年9月7日
|
|
12075
12072
|
**/
|
|
12076
12073
|
handleContextmenu: function handleContextmenu(tabs, e) {
|
|
12077
12074
|
var disabled = {};
|
|
@@ -12096,10 +12093,10 @@ var events = [function (tabs, index, that) {
|
|
|
12096
12093
|
window.addEventListener('click', this.closeTabsEvents);
|
|
12097
12094
|
},
|
|
12098
12095
|
|
|
12099
|
-
/**
|
|
12100
|
-
* @desc:tabs页签事件
|
|
12101
|
-
* @author huangbo
|
|
12102
|
-
* @date 2024年9月7日
|
|
12096
|
+
/**
|
|
12097
|
+
* @desc:tabs页签事件
|
|
12098
|
+
* @author huangbo
|
|
12099
|
+
* @date 2024年9月7日
|
|
12103
12100
|
**/
|
|
12104
12101
|
handleTabsEvents: function handleTabsEvents(num) {
|
|
12105
12102
|
if (this.pane !== null) {
|
|
@@ -12117,10 +12114,10 @@ var events = [function (tabs, index, that) {
|
|
|
12117
12114
|
window.removeEventListener('click', this.closeTabsEvents);
|
|
12118
12115
|
},
|
|
12119
12116
|
|
|
12120
|
-
/**
|
|
12121
|
-
* @desc:handler工具栏点击事件
|
|
12122
|
-
* @author huangbo
|
|
12123
|
-
* @date 2024年9月7日
|
|
12117
|
+
/**
|
|
12118
|
+
* @desc:handler工具栏点击事件
|
|
12119
|
+
* @author huangbo
|
|
12120
|
+
* @date 2024年9月7日
|
|
12124
12121
|
**/
|
|
12125
12122
|
handleClick: function handleClick(res) {
|
|
12126
12123
|
var type = res.type,
|
|
@@ -12198,10 +12195,10 @@ var events = [function (tabs, index, that) {
|
|
|
12198
12195
|
this.$emit('handler-click', res);
|
|
12199
12196
|
},
|
|
12200
12197
|
|
|
12201
|
-
/**
|
|
12202
|
-
* @desc:退出登录
|
|
12203
|
-
* @author huangbo
|
|
12204
|
-
* @date 2024年9月7日
|
|
12198
|
+
/**
|
|
12199
|
+
* @desc:退出登录
|
|
12200
|
+
* @author huangbo
|
|
12201
|
+
* @date 2024年9月7日
|
|
12205
12202
|
**/
|
|
12206
12203
|
handleQuit: function handleQuit() {
|
|
12207
12204
|
var _this6 = this;
|
|
@@ -12228,7 +12225,7 @@ var events = [function (tabs, index, that) {
|
|
|
12228
12225
|
document.body.appendChild(iframe);
|
|
12229
12226
|
}
|
|
12230
12227
|
}
|
|
12231
|
-
util["a" /* default */].ajax({ method: 'post', url: api["
|
|
12228
|
+
util["a" /* default */].ajax({ method: 'post', url: api["kb" /* logout */] }).then(function (res) {
|
|
12232
12229
|
if (res.rCode == 0) {
|
|
12233
12230
|
util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
12234
12231
|
if (_this6.onQuit && typeof _this6.onQuit === 'function') {
|
|
@@ -12276,10 +12273,10 @@ var events = [function (tabs, index, that) {
|
|
|
12276
12273
|
}).catch(function (e) {});
|
|
12277
12274
|
},
|
|
12278
12275
|
|
|
12279
|
-
/**
|
|
12280
|
-
* @desc:主题、消息回调
|
|
12281
|
-
* @author huangbo
|
|
12282
|
-
* @date 2024年9月7日
|
|
12276
|
+
/**
|
|
12277
|
+
* @desc:主题、消息回调
|
|
12278
|
+
* @author huangbo
|
|
12279
|
+
* @date 2024年9月7日
|
|
12283
12280
|
**/
|
|
12284
12281
|
handleChange: function handleChange(res) {
|
|
12285
12282
|
var type = res.type,
|
|
@@ -12295,10 +12292,10 @@ var events = [function (tabs, index, that) {
|
|
|
12295
12292
|
}
|
|
12296
12293
|
},
|
|
12297
12294
|
|
|
12298
|
-
/**
|
|
12299
|
-
* @desc:菜单布局样式切换
|
|
12300
|
-
* @author huangbo
|
|
12301
|
-
* @date 2024年9月7日
|
|
12295
|
+
/**
|
|
12296
|
+
* @desc:菜单布局样式切换
|
|
12297
|
+
* @author huangbo
|
|
12298
|
+
* @date 2024年9月7日
|
|
12302
12299
|
**/
|
|
12303
12300
|
handleLayout: function handleLayout(res, active) {
|
|
12304
12301
|
if (active) {
|
|
@@ -12307,10 +12304,10 @@ var events = [function (tabs, index, that) {
|
|
|
12307
12304
|
this.$emit('chang-layout', res, active);
|
|
12308
12305
|
},
|
|
12309
12306
|
|
|
12310
|
-
/**
|
|
12311
|
-
* @desc:消息修改总数
|
|
12312
|
-
* @author huangbo
|
|
12313
|
-
* @date 2024年9月7日
|
|
12307
|
+
/**
|
|
12308
|
+
* @desc:消息修改总数
|
|
12309
|
+
* @author huangbo
|
|
12310
|
+
* @date 2024年9月7日
|
|
12314
12311
|
**/
|
|
12315
12312
|
handleMenuTips: function handleMenuTips(id, num) {
|
|
12316
12313
|
if (num) {
|
|
@@ -12321,10 +12318,10 @@ var events = [function (tabs, index, that) {
|
|
|
12321
12318
|
}
|
|
12322
12319
|
},
|
|
12323
12320
|
|
|
12324
|
-
/**
|
|
12325
|
-
* @desc:处理即时消息
|
|
12326
|
-
* @author huangbo
|
|
12327
|
-
* @date 2024年9月7日
|
|
12321
|
+
/**
|
|
12322
|
+
* @desc:处理即时消息
|
|
12323
|
+
* @author huangbo
|
|
12324
|
+
* @date 2024年9月7日
|
|
12328
12325
|
**/
|
|
12329
12326
|
handleOpened: function handleOpened(res) {
|
|
12330
12327
|
var _this7 = this;
|
|
@@ -12447,11 +12444,11 @@ var events = [function (tabs, index, that) {
|
|
|
12447
12444
|
|
|
12448
12445
|
var simplicity_component = Object(componentNormalizer["a" /* default */])(
|
|
12449
12446
|
src_simplicityvue_type_script_lang_js_,
|
|
12450
|
-
|
|
12451
|
-
|
|
12447
|
+
simplicityvue_type_template_id_11d4a47d_scoped_true_render,
|
|
12448
|
+
simplicityvue_type_template_id_11d4a47d_scoped_true_staticRenderFns,
|
|
12452
12449
|
false,
|
|
12453
12450
|
null,
|
|
12454
|
-
"
|
|
12451
|
+
"11d4a47d",
|
|
12455
12452
|
null
|
|
12456
12453
|
|
|
12457
12454
|
)
|
|
@@ -13286,7 +13283,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13286
13283
|
var _this2 = this;
|
|
13287
13284
|
|
|
13288
13285
|
util["a" /* default */].ajax({
|
|
13289
|
-
url: api["
|
|
13286
|
+
url: api["gb" /* initUserSet */]
|
|
13290
13287
|
}).then(function (res) {
|
|
13291
13288
|
if (res.rCode === 0) {
|
|
13292
13289
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -13335,7 +13332,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13335
13332
|
|
|
13336
13333
|
switch (type) {
|
|
13337
13334
|
case 'job':
|
|
13338
|
-
util["a" /* default */].ajax({ url: api["
|
|
13335
|
+
util["a" /* default */].ajax({ url: api["Fb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
|
|
13339
13336
|
if (res.rCode == 0) {
|
|
13340
13337
|
util["a" /* default */].setStorage({
|
|
13341
13338
|
type: _this3.storage,
|
|
@@ -13376,7 +13373,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13376
13373
|
var initLogin = util["a" /* default */].getStorage('initLogin');
|
|
13377
13374
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
13378
13375
|
util["a" /* default */].ajax({
|
|
13379
|
-
url: api["
|
|
13376
|
+
url: api["oc" /* updateUserInfo */],
|
|
13380
13377
|
params: {
|
|
13381
13378
|
email: this.values.email,
|
|
13382
13379
|
officeTel: this.values.officeTel,
|
|
@@ -13434,7 +13431,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13434
13431
|
var notify = _this4.values.notify.sort().join(',');
|
|
13435
13432
|
if (notify != _this4.notify.split(',').sort().join(',')) {
|
|
13436
13433
|
util["a" /* default */].ajax({
|
|
13437
|
-
url: api["
|
|
13434
|
+
url: api["nc" /* updateUserCustomInfo */],
|
|
13438
13435
|
params: {
|
|
13439
13436
|
notify: notify
|
|
13440
13437
|
}
|
|
@@ -13789,7 +13786,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
13789
13786
|
if (this.pageNum <= this.pageCount) {
|
|
13790
13787
|
this.loading = true;
|
|
13791
13788
|
util["a" /* default */].ajax({
|
|
13792
|
-
url: api["
|
|
13789
|
+
url: api["Gb" /* sysMsgPage */],
|
|
13793
13790
|
params: {
|
|
13794
13791
|
pageNum: reload ? 1 : this.pageNum,
|
|
13795
13792
|
pageSize: this.pageSize
|
|
@@ -13822,7 +13819,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
13822
13819
|
var _this2 = this;
|
|
13823
13820
|
|
|
13824
13821
|
util["a" /* default */].ajax({
|
|
13825
|
-
url: api["
|
|
13822
|
+
url: api["cb" /* ignoreSysMsg */],
|
|
13826
13823
|
params: {
|
|
13827
13824
|
id: res.id
|
|
13828
13825
|
}
|
|
@@ -13842,7 +13839,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
13842
13839
|
var _this3 = this;
|
|
13843
13840
|
|
|
13844
13841
|
util["a" /* default */].ajax({
|
|
13845
|
-
url: api["
|
|
13842
|
+
url: api["bb" /* ignoreAllSysMsg */]
|
|
13846
13843
|
}).then(function (res) {
|
|
13847
13844
|
_this3.count = 0;
|
|
13848
13845
|
_this3.msgs = [];
|
|
@@ -14177,7 +14174,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
|
|
|
14177
14174
|
var _this = this;
|
|
14178
14175
|
|
|
14179
14176
|
util["a" /* default */].ajax({
|
|
14180
|
-
url: api["
|
|
14177
|
+
url: api["bb" /* ignoreAllSysMsg */]
|
|
14181
14178
|
}).then(function (res) {
|
|
14182
14179
|
_this.count = 0;
|
|
14183
14180
|
_this.msgs = [];
|
|
@@ -14684,7 +14681,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
14684
14681
|
//获取用户信息的接口
|
|
14685
14682
|
mainConfig: {
|
|
14686
14683
|
type: String,
|
|
14687
|
-
default: api["
|
|
14684
|
+
default: api["lb" /* mainConfig */]
|
|
14688
14685
|
},
|
|
14689
14686
|
iframeId: {
|
|
14690
14687
|
type: String,
|
|
@@ -14793,9 +14790,9 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
14793
14790
|
return this.menuUrl;
|
|
14794
14791
|
}
|
|
14795
14792
|
if (this.application) {
|
|
14796
|
-
return api["
|
|
14793
|
+
return api["H" /* getComplexApplicationsNew */];
|
|
14797
14794
|
}
|
|
14798
|
-
return api["
|
|
14795
|
+
return api["G" /* getComplexApplications */];
|
|
14799
14796
|
},
|
|
14800
14797
|
|
|
14801
14798
|
//是否双列右侧菜单
|
|
@@ -15112,7 +15109,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
15112
15109
|
return;
|
|
15113
15110
|
}
|
|
15114
15111
|
util["a" /* default */].ajax({
|
|
15115
|
-
url: api["
|
|
15112
|
+
url: api["nc" /* updateUserCustomInfo */],
|
|
15116
15113
|
params: { color: escape(color.toLowerCase()) },
|
|
15117
15114
|
data: { color: escape(color.toLowerCase()) }
|
|
15118
15115
|
}).then(function (res) {
|
|
@@ -16320,8 +16317,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
16320
16317
|
var _this11 = this;
|
|
16321
16318
|
|
|
16322
16319
|
this.webSocket = util["a" /* default */].socket({
|
|
16323
|
-
url: api["
|
|
16324
|
-
take: api["
|
|
16320
|
+
url: api["uc" /* wss */],
|
|
16321
|
+
take: api["kc" /* topic */],
|
|
16325
16322
|
success: function success(res) {
|
|
16326
16323
|
var data = res.data || {};
|
|
16327
16324
|
for (var i in data) {
|