eoss-ui 0.4.55 → 0.4.57
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 +140 -102
- package/lib/button.js +142 -104
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +144 -106
- package/lib/config/api.js +4 -0
- package/lib/data-table-form.js +141 -103
- package/lib/data-table.js +149 -110
- package/lib/date-picker.js +149 -111
- package/lib/dialog.js +140 -102
- package/lib/eoss-ui.common.js +1107 -356
- package/lib/flow-group.js +140 -102
- package/lib/flow-list.js +147 -109
- package/lib/flow.js +462 -180
- package/lib/form.js +158 -121
- package/lib/handle-user.js +141 -103
- package/lib/handler.js +141 -103
- package/lib/index.js +1 -1
- package/lib/input-number.js +142 -104
- package/lib/input.js +142 -104
- package/lib/label.js +2 -2
- package/lib/login.js +176 -130
- package/lib/main.js +156 -118
- package/lib/mainComp.js +156 -118
- package/lib/menu.js +2 -2
- package/lib/nav.js +140 -102
- package/lib/notify.js +109 -101
- package/lib/page.js +140 -102
- package/lib/player.js +140 -102
- package/lib/qr-code.js +140 -102
- package/lib/radio-group.js +141 -103
- package/lib/retrial-auth.js +3330 -0
- package/lib/select-ganged.js +142 -104
- package/lib/select.js +143 -105
- package/lib/selector-panel.js +158 -120
- package/lib/selector.js +143 -105
- package/lib/sizer.js +144 -106
- package/lib/steps.js +142 -104
- package/lib/switch.js +142 -104
- package/lib/table-form.js +142 -104
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +149 -111
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/retrial-auth.css +1 -0
- package/lib/tips.js +143 -105
- package/lib/toolbar.js +14 -10
- package/lib/tree-group.js +142 -104
- package/lib/tree.js +143 -105
- package/lib/upload.js +150 -112
- package/lib/utils/util.js +36 -6
- package/lib/wujie.js +142 -104
- package/lib/wxlogin.js +142 -104
- package/package.json +2 -2
- package/packages/checkbox-group/src/main.vue +7 -7
- package/packages/data-table/src/main.vue +1 -0
- package/packages/flow/src/main.vue +148 -11
- package/packages/flow/src/startTaskRead.vue +12 -9
- package/packages/form/src/main.vue +13 -7
- package/packages/login/src/main.vue +27 -18
- package/packages/retrial-auth/index.js +5 -0
- package/packages/retrial-auth/src/main.vue +271 -0
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/retrial-auth.css +1 -0
- package/packages/theme-chalk/src/index.scss +1 -0
- package/packages/theme-chalk/src/retrial-auth.scss +38 -0
- package/packages/toolbar/src/main.vue +6 -1
- package/src/config/api.js +4 -0
- package/src/index.js +4 -1
- package/src/utils/util.js +36 -6
- package/CHANGELOG.md +0 -929
package/lib/form.js
CHANGED
|
@@ -127,6 +127,7 @@ var $lightColorCount = 5;
|
|
|
127
127
|
var $darkColorCount = 4;
|
|
128
128
|
var publicKey = 'abcdefghijklmnopqrstuvwxyz12345678';
|
|
129
129
|
var loginMsg = void 0;
|
|
130
|
+
var initAuth = void 0;
|
|
130
131
|
|
|
131
132
|
var JSONbigToString = json_bigint__WEBPACK_IMPORTED_MODULE_3___default()({ storeAsString: true });
|
|
132
133
|
|
|
@@ -248,7 +249,9 @@ var ajax = function ajax(_ref) {
|
|
|
248
249
|
removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'deviceUnique', 'menus', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
249
250
|
if (win.top.location.href.indexOf('#/login') === -1 && win.top.location.href.indexOf('/login.html') === -1) {
|
|
250
251
|
clearTimeout(loginMsg);
|
|
251
|
-
|
|
252
|
+
var remind = sessionStorage.getItem('remind');
|
|
253
|
+
!remind && (loginMsg = setTimeout(function () {
|
|
254
|
+
sessionStorage.setItem('remind', 1);
|
|
252
255
|
eoss_element__WEBPACK_IMPORTED_MODULE_4__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
|
|
253
256
|
confirmButtonText: '确定',
|
|
254
257
|
closeOnClickModal: false,
|
|
@@ -275,13 +278,40 @@ var ajax = function ajax(_ref) {
|
|
|
275
278
|
}
|
|
276
279
|
}
|
|
277
280
|
}).catch(function (e) {});
|
|
278
|
-
}, 1000);
|
|
281
|
+
}, 1000));
|
|
279
282
|
}
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
283
|
+
} else if (response.data.rCode === 61) {
|
|
284
|
+
clearTimeout(initAuth);
|
|
285
|
+
initAuth = setTimeout(function () {
|
|
286
|
+
Object(eoss_element__WEBPACK_IMPORTED_MODULE_4__["MessageBox"])({
|
|
287
|
+
title: '请进行二次鉴权',
|
|
288
|
+
closeOnClickModal: false,
|
|
289
|
+
closeOnPressEscape: false,
|
|
290
|
+
showConfirmButton: false,
|
|
291
|
+
dangerouslyUseHTMLString: true,
|
|
292
|
+
scroll: false,
|
|
293
|
+
customClass: 'es-retrial-auth-msg',
|
|
294
|
+
render: function render(h, msgBox) {
|
|
295
|
+
return h('es-retrial-auth', {
|
|
296
|
+
ref: 'auth',
|
|
297
|
+
props: {
|
|
298
|
+
group: response.data.results.retrialAuthGroupIds,
|
|
299
|
+
type: response.data.results.retrialAuthType,
|
|
300
|
+
msgBox: msgBox
|
|
301
|
+
}
|
|
302
|
+
});
|
|
303
|
+
},
|
|
304
|
+
callback: function callback(res, obj) {
|
|
305
|
+
obj.$children.forEach(function (item) {
|
|
306
|
+
item.clearTimeouts && item.clearTimeouts();
|
|
307
|
+
return;
|
|
308
|
+
});
|
|
309
|
+
}
|
|
310
|
+
});
|
|
311
|
+
}, 1000);
|
|
284
312
|
}
|
|
313
|
+
// eslint-disable-next-line no-undef
|
|
314
|
+
return Promise.resolve(response.data);
|
|
285
315
|
}
|
|
286
316
|
}, function (error) {
|
|
287
317
|
loading && loading.close();
|
|
@@ -2347,123 +2377,127 @@ var watermark = function watermark(option) {
|
|
|
2347
2377
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2348
2378
|
|
|
2349
2379
|
"use strict";
|
|
2350
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2351
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2352
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2353
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2354
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2355
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2380
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCaLogin; });
|
|
2381
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doUserLogin; });
|
|
2382
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doQrLogin; });
|
|
2383
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return logout; });
|
|
2384
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return initLogin; });
|
|
2385
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return switchUserTo; });
|
|
2356
2386
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
2357
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2358
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2387
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getLoginCode; });
|
|
2388
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCodeLogin; });
|
|
2359
2389
|
/* unused harmony export updateCode */
|
|
2360
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2390
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getModifyPassCode; });
|
|
2361
2391
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
|
|
2362
2392
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
2363
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2364
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2365
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2366
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2367
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2368
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2369
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2393
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return initModifyPassword; });
|
|
2394
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doWechatQrLogin; });
|
|
2395
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getTwoFactorLoginCode; });
|
|
2396
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doTwoFactorLogin; });
|
|
2397
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initRetrialAuth; });
|
|
2398
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getRetrialAuthCode; });
|
|
2399
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return scanCodeRetrialAuth; });
|
|
2400
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
|
|
2401
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return mainConfig; });
|
|
2402
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initUserSet; });
|
|
2403
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return updateUserInfo; });
|
|
2370
2404
|
/* unused harmony export getUserImgUrl */
|
|
2371
2405
|
/* unused harmony export getDoorIndex */
|
|
2372
2406
|
/* unused harmony export refreshOnlineUsers */
|
|
2373
2407
|
/* unused harmony export getQuickMenuIds */
|
|
2374
2408
|
/* unused harmony export getApplicationIdArray */
|
|
2375
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2376
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2409
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getComplexApplications; });
|
|
2410
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplicationsNew; });
|
|
2377
2411
|
/* unused harmony export getUserCustomInfo */
|
|
2378
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2379
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2380
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2381
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2382
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2383
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2384
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2385
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2386
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2387
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2388
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2389
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2390
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2391
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2392
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2412
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return updateUserCustomInfo; });
|
|
2413
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sysMsgPage; });
|
|
2414
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return ignoreSysMsg; });
|
|
2415
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return ignoreAllSysMsg; });
|
|
2416
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctProperties; });
|
|
2417
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploads; });
|
|
2418
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return uploadOnlyOne; });
|
|
2419
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getAdjunctFileInfos; });
|
|
2420
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return uploadSort; });
|
|
2421
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return downloadByAdjunctId; });
|
|
2422
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return uploadDownloads; });
|
|
2423
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return previewAdjunct; });
|
|
2424
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return previewAdjunct2; });
|
|
2425
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return previewAdjunctOffice; });
|
|
2426
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
|
|
2393
2427
|
/* unused harmony export upload_updateClassify */
|
|
2394
2428
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
2395
2429
|
/* unused harmony export getPictureBase64 */
|
|
2396
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2397
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2398
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2399
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2400
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2430
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getSelectorOrgTree; });
|
|
2431
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getSelectorOrgDetail; });
|
|
2432
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getOrgMainTree; });
|
|
2433
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getSelectOrgsubids; });
|
|
2434
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findSysCode; });
|
|
2401
2435
|
/* unused harmony export findUserBaseInfo */
|
|
2402
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2436
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return gethelpdoc; });
|
|
2403
2437
|
/* unused harmony export getCurrentuser */
|
|
2404
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2405
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2406
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2407
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2438
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return mainDetail; });
|
|
2439
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toStartFlow; });
|
|
2440
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return tempSave; });
|
|
2441
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
|
|
2408
2442
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
2409
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2410
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2411
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2412
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2413
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2414
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2415
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2416
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2417
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2418
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2419
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2420
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2443
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return editCommonOpion; });
|
|
2444
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return saveCommonOpinion; });
|
|
2445
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return updateCommonOpinion; });
|
|
2446
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
|
|
2447
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getProcessDefList; });
|
|
2448
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getNodeInfo; });
|
|
2449
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findCodeValues; });
|
|
2450
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysParam; });
|
|
2451
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCodes; });
|
|
2452
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getNotificationMsg; });
|
|
2453
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getHandleInfoHtml; });
|
|
2454
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskHandleHtml; });
|
|
2421
2455
|
/* unused harmony export getView */
|
|
2422
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2423
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2424
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2425
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2426
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2427
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2428
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2429
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2430
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2431
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2432
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2433
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2434
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2435
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2436
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2437
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2438
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2439
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2440
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2441
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2442
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2456
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return register; });
|
|
2457
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return pendedhistoryList; });
|
|
2458
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskRejectHtml; });
|
|
2459
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskRejectHtml; });
|
|
2460
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toStartTaskRead; });
|
|
2461
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toStartTaskReadIndex; });
|
|
2462
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskReadHtml; });
|
|
2463
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return rejectAndEnd; });
|
|
2464
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toSendMsg; });
|
|
2465
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendMsg; });
|
|
2466
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return endFlowHtml; });
|
|
2467
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return handleInfo; });
|
|
2468
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return loginUserInfo; });
|
|
2469
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return wss; });
|
|
2470
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return topic; });
|
|
2471
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getPresetCustomInfo; });
|
|
2472
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getPresetNodeInfo; });
|
|
2473
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskTransferIndex; });
|
|
2474
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskTransfer; });
|
|
2475
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toPresetInfoListIndex; });
|
|
2476
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
|
|
2443
2477
|
/* unused harmony export historyListJson */
|
|
2444
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2445
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2446
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2447
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2448
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2449
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2450
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2451
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2452
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2453
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2454
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2455
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2456
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2457
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2458
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2459
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2460
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2461
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2478
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return pendedhistoryListJson; });
|
|
2479
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return pressListJson; });
|
|
2480
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
|
|
2481
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return isCanStartSubFlow; });
|
|
2482
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskUnionExamine; });
|
|
2483
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskUnionExamine; });
|
|
2484
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskTakeAdvice; });
|
|
2485
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskTakeAdvice; });
|
|
2486
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskStartDraft; });
|
|
2487
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskStartDraft; });
|
|
2488
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTaskReview; });
|
|
2489
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskReview; });
|
|
2490
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskUnionSeal; });
|
|
2491
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskUnionSeal; });
|
|
2492
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTwoOfficesDispatch; });
|
|
2493
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return twoOfficesDispatch; });
|
|
2494
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return sendList; });
|
|
2495
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return sendInfo; });
|
|
2462
2496
|
/* unused harmony export sendSave */
|
|
2463
2497
|
/* unused harmony export sendUpdate */
|
|
2464
2498
|
/* unused harmony export sendDelete */
|
|
2465
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2466
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2499
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return sendBatch; });
|
|
2500
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return formContents; });
|
|
2467
2501
|
// 登录
|
|
2468
2502
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
2469
2503
|
var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
|
|
@@ -2482,6 +2516,10 @@ var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始
|
|
|
2482
2516
|
var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录
|
|
2483
2517
|
var getTwoFactorLoginCode = '/sso2/signIn/auth/getTwoFactorLoginCode'; // 双因素登录,通过消息中心发送登陆验证码给用户
|
|
2484
2518
|
var doTwoFactorLogin = '/sso2/signIn/auth/doTwoFactorLogin'; // 双因素登录
|
|
2519
|
+
var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身份权限验证页面
|
|
2520
|
+
var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
|
|
2521
|
+
var scanCodeRetrialAuth = '/sso2/retrialAuth/scanCodeRetrialAuth'; // 二维码扫码验证(二级权限验证)
|
|
2522
|
+
var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
|
|
2485
2523
|
// 框架
|
|
2486
2524
|
var mainConfig = '/main2/main/mainConfig'; // 获取主页面配置
|
|
2487
2525
|
var initUserSet = '/main2/main/initUserSet'; // 获取用户信息
|
|
@@ -2826,7 +2864,7 @@ module.exports = require("qs");
|
|
|
2826
2864
|
// ESM COMPAT FLAG
|
|
2827
2865
|
__webpack_require__.r(__webpack_exports__);
|
|
2828
2866
|
|
|
2829
|
-
// 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=
|
|
2867
|
+
// 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=0312e450&
|
|
2830
2868
|
var render = function () {
|
|
2831
2869
|
var _vm = this
|
|
2832
2870
|
var _h = _vm.$createElement
|
|
@@ -13117,7 +13155,7 @@ var staticRenderFns = []
|
|
|
13117
13155
|
render._withStripped = true
|
|
13118
13156
|
|
|
13119
13157
|
|
|
13120
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
13158
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=0312e450&
|
|
13121
13159
|
|
|
13122
13160
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
13123
13161
|
var regenerator_ = __webpack_require__(9);
|
|
@@ -17194,7 +17232,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
17194
17232
|
this.loading = true;
|
|
17195
17233
|
var params = typeof this.contents === 'string' ? { formId: this.contents } : this.contents;
|
|
17196
17234
|
util["a" /* default */].ajax({
|
|
17197
|
-
url: api["
|
|
17235
|
+
url: api["x" /* formContents */],
|
|
17198
17236
|
data: params,
|
|
17199
17237
|
params: params
|
|
17200
17238
|
}).then(function (res) {
|
|
@@ -17403,7 +17441,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
17403
17441
|
switch (_context2.prev = _context2.next) {
|
|
17404
17442
|
case 0:
|
|
17405
17443
|
if (valid) {
|
|
17406
|
-
_this7.$emit('submit', _this7.models, res);
|
|
17444
|
+
_this7.$emit('submit', _this7.getNewValue(util["a" /* default */].extend({}, _this7._value, _this7.models), res), res);
|
|
17407
17445
|
} else {
|
|
17408
17446
|
_this7.setScroll(valid, triggers, _this7.$refs.scrollbar);
|
|
17409
17447
|
}
|
|
@@ -17430,21 +17468,21 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
17430
17468
|
} else if (res.event === 'stepPrev') {
|
|
17431
17469
|
this.stepActive -= 1;
|
|
17432
17470
|
this.$emit('stepChange', this.stepActive);
|
|
17433
|
-
this.$emit('stepPrev', res, this.models, this.getNewValue(this.models, res));
|
|
17471
|
+
this.$emit('stepPrev', res, this.models, this.getNewValue(util["a" /* default */].extend({}, this._value, this.models), res));
|
|
17434
17472
|
} else if (res.event === 'stepNext') {
|
|
17435
17473
|
this.$refs.esForm.validate(function (valid, fields, triggers) {
|
|
17436
17474
|
if (valid) {
|
|
17437
17475
|
_this7.stepActive += 1;
|
|
17438
17476
|
_this7.$emit('stepChange', _this7.stepActive);
|
|
17439
|
-
_this7.$emit('stepNext', res, _this7.models, _this7.getNewValue(_this7.models, res));
|
|
17477
|
+
_this7.$emit('stepNext', res, _this7.models, _this7.getNewValue(util["a" /* default */].extend({}, _this7._value, _this7.models), res));
|
|
17440
17478
|
} else {
|
|
17441
17479
|
_this7.setScroll(valid, triggers, _this7.$refs.scrollbar);
|
|
17442
17480
|
}
|
|
17443
17481
|
});
|
|
17444
17482
|
} else if (res.verify === false) {
|
|
17445
|
-
this.$emit('click', res, this.models, this.getNewValue(this.models, res));
|
|
17483
|
+
this.$emit('click', res, this.models, this.getNewValue(util["a" /* default */].extend({}, this._value, this.models), res));
|
|
17446
17484
|
} else {
|
|
17447
|
-
this.$emit('click', res, this.models, this.getNewValue(this.models, res));
|
|
17485
|
+
this.$emit('click', res, this.models, this.getNewValue(util["a" /* default */].extend({}, this._value, this.models), res));
|
|
17448
17486
|
}
|
|
17449
17487
|
},
|
|
17450
17488
|
IdCardToInfo: function IdCardToInfo(id, res, type) {
|
|
@@ -17489,25 +17527,25 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
17489
17527
|
var _this8 = this;
|
|
17490
17528
|
|
|
17491
17529
|
if (Object.prototype.hasOwnProperty.call(a, 'idCard')) {
|
|
17492
|
-
var
|
|
17493
|
-
if (
|
|
17530
|
+
var obj = this.IdCardToInfo(b, a);
|
|
17531
|
+
if (obj) {
|
|
17494
17532
|
if (Array.isArray(a.idCard)) {
|
|
17495
17533
|
a.idCard.forEach(function (item) {
|
|
17496
17534
|
if ((typeof item === 'undefined' ? 'undefined' : _typeof(item)) === 'object') {
|
|
17497
17535
|
for (var i in item) {
|
|
17498
17536
|
if (typeof item[i] === 'string') {
|
|
17499
|
-
_this8.$set(_this8.models, i,
|
|
17537
|
+
_this8.$set(_this8.models, i, obj[item[i]]);
|
|
17500
17538
|
} else {
|
|
17501
|
-
_this8.$set(_this8.models, i, item[i][
|
|
17539
|
+
_this8.$set(_this8.models, i, item[i][obj.sex]);
|
|
17502
17540
|
}
|
|
17503
17541
|
}
|
|
17504
17542
|
} else {
|
|
17505
|
-
_this8.$set(_this8.models, item,
|
|
17543
|
+
_this8.$set(_this8.models, item, obj[item]);
|
|
17506
17544
|
}
|
|
17507
17545
|
});
|
|
17508
17546
|
} else {
|
|
17509
|
-
this.$set(this.models, 'age',
|
|
17510
|
-
this.$set(this.models, 'sex',
|
|
17547
|
+
this.$set(this.models, 'age', obj.age);
|
|
17548
|
+
this.$set(this.models, 'sex', obj.sex);
|
|
17511
17549
|
}
|
|
17512
17550
|
}
|
|
17513
17551
|
}
|
|
@@ -17834,7 +17872,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
17834
17872
|
models[handle.table] = handle.join ? ids.join(',') : ids;
|
|
17835
17873
|
}
|
|
17836
17874
|
}
|
|
17837
|
-
|
|
17875
|
+
var obj = JSON.parse(JSON.stringify(models));
|
|
17838
17876
|
if (this.within) {
|
|
17839
17877
|
//within:把提交数据装到指定属性中
|
|
17840
17878
|
var newData = {};
|
|
@@ -17859,11 +17897,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
17859
17897
|
if (this.formatSubmit) {
|
|
17860
17898
|
//formatSubmit:提交数据装到masterData或者指定属性中
|
|
17861
17899
|
var masterData = {};
|
|
17862
|
-
var _obj2 = JSON.parse(JSON.stringify(models));
|
|
17863
17900
|
if (typeof this.formatSubmit === 'string') {
|
|
17864
|
-
masterData[this.formatSubmit] =
|
|
17901
|
+
masterData[this.formatSubmit] = obj;
|
|
17865
17902
|
} else {
|
|
17866
|
-
masterData['masterData'] =
|
|
17903
|
+
masterData['masterData'] = obj;
|
|
17867
17904
|
}
|
|
17868
17905
|
models = masterData;
|
|
17869
17906
|
}
|