eoss-ui 0.6.69 → 0.6.71
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 +100 -79
- package/lib/button.js +100 -79
- package/lib/calogin.js +115 -92
- package/lib/checkbox-group.js +100 -79
- package/lib/config/api.js +3 -0
- package/lib/data-table-form.js +100 -79
- package/lib/data-table.js +100 -79
- package/lib/date-picker.js +100 -79
- package/lib/dialog.js +100 -79
- package/lib/eoss-ui.common.js +662 -433
- package/lib/flow-group.js +100 -79
- package/lib/flow-list.js +105 -84
- package/lib/flow.js +386 -192
- package/lib/form.js +100 -79
- package/lib/handle-user.js +101 -80
- package/lib/handler.js +101 -80
- package/lib/icon.js +101 -80
- package/lib/index.js +1 -1
- package/lib/input-number.js +100 -79
- package/lib/input.js +100 -79
- package/lib/login.js +191 -172
- package/lib/main.js +149 -129
- package/lib/nav.js +100 -79
- package/lib/notify.js +85 -81
- package/lib/page.js +100 -79
- package/lib/pagination.js +100 -79
- package/lib/player.js +100 -79
- package/lib/qr-code.js +100 -79
- package/lib/radio-group.js +100 -79
- package/lib/retrial-auth.js +102 -81
- package/lib/select-ganged.js +100 -79
- package/lib/select.js +100 -79
- package/lib/selector-panel.js +115 -98
- package/lib/selector.js +157 -96
- package/lib/sizer.js +100 -79
- package/lib/steps.js +100 -79
- package/lib/switch.js +100 -79
- package/lib/table-form.js +100 -79
- package/lib/tabs.js +100 -79
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/tips.js +101 -80
- package/lib/tree-group.js +100 -79
- package/lib/tree.js +100 -79
- package/lib/upload.js +107 -86
- package/lib/utils/util.js +18 -1
- package/lib/wujie.js +100 -79
- package/lib/wxlogin.js +100 -79
- package/package.json +1 -1
- package/packages/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- package/packages/calogin/src/main.vue +12 -10
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/component/Circulate.vue +9 -2
- package/packages/flow/src/component/taskUnionExamine.vue +8 -0
- package/packages/flow/src/main.vue +50 -7
- package/packages/login/.DS_Store +0 -0
- package/packages/login/src/main.vue +36 -46
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/public/search.vue +5 -9
- package/packages/main/src/simplicity/avatar.vue +0 -1
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector/src/main.vue +56 -14
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/selector-panel/src/main.vue +5 -5
- package/packages/selector-panel/src/selection.vue +3 -10
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/src/login.scss +4 -1
- package/src/.DS_Store +0 -0
- package/src/config/api.js +3 -0
- package/src/index.js +1 -1
- package/src/utils/util.js +60 -43
package/lib/flow-list.js
CHANGED
|
@@ -1052,6 +1052,22 @@ var domEval = function domEval(code) {
|
|
|
1052
1052
|
script.text = code;
|
|
1053
1053
|
document.head.appendChild(script);
|
|
1054
1054
|
};
|
|
1055
|
+
/**
|
|
1056
|
+
* downloadFile
|
|
1057
|
+
* @desc:下载附件
|
|
1058
|
+
* @author huangbo
|
|
1059
|
+
* @date 2022年5月7日
|
|
1060
|
+
* @param {String} [code] - js内容
|
|
1061
|
+
**/
|
|
1062
|
+
var downloadFile = function downloadFile(fileUrl) {
|
|
1063
|
+
var link = document.createElement('a');
|
|
1064
|
+
link.href = fileUrl;
|
|
1065
|
+
link.rel = 'noopener noreferrer';
|
|
1066
|
+
link.target = '_blank';
|
|
1067
|
+
document.body.appendChild(link);
|
|
1068
|
+
link.click();
|
|
1069
|
+
document.body.removeChild(link);
|
|
1070
|
+
};
|
|
1055
1071
|
|
|
1056
1072
|
/**
|
|
1057
1073
|
* esEncode
|
|
@@ -1605,7 +1621,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1605
1621
|
* @param {function} callback - 回调函数
|
|
1606
1622
|
**/
|
|
1607
1623
|
var getMainConfig = function getMainConfig(callback) {
|
|
1608
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "
|
|
1624
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "pb"] }).then(function (res) {
|
|
1609
1625
|
if (res && res.rCode === 0) {
|
|
1610
1626
|
callback(res.results);
|
|
1611
1627
|
}
|
|
@@ -1942,7 +1958,7 @@ var getTypeName = function getTypeName(type) {
|
|
|
1942
1958
|
typeName = '[角色]';
|
|
1943
1959
|
} else if (type === 'post') {
|
|
1944
1960
|
typeName = '[岗位]';
|
|
1945
|
-
} else if (type === 'otheremployee' || type === 'employee') {
|
|
1961
|
+
} else if (type === 'otheremployee' || type === 'employee' || type === 'myemployee') {
|
|
1946
1962
|
if (sysdepname) {
|
|
1947
1963
|
typeName = '[' + sysdepname + '员工]';
|
|
1948
1964
|
} else {
|
|
@@ -2362,7 +2378,7 @@ var isLogined = function () {
|
|
|
2362
2378
|
break;
|
|
2363
2379
|
}
|
|
2364
2380
|
|
|
2365
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "
|
|
2381
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "ob"] }).then(function (res) {
|
|
2366
2382
|
if (res.rCode === 0) {
|
|
2367
2383
|
removeStorage();
|
|
2368
2384
|
}
|
|
@@ -3435,6 +3451,7 @@ var watermark = function watermark(option) {
|
|
|
3435
3451
|
debounce: debounce,
|
|
3436
3452
|
delUrlParam: delUrlParam,
|
|
3437
3453
|
domEval: domEval,
|
|
3454
|
+
downloadFile: downloadFile,
|
|
3438
3455
|
esDecode: esDecode,
|
|
3439
3456
|
esEncode: esEncode,
|
|
3440
3457
|
esmEncrypt: esmEncrypt,
|
|
@@ -3518,32 +3535,32 @@ var watermark = function watermark(option) {
|
|
|
3518
3535
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
|
|
3519
3536
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
|
|
3520
3537
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
3521
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3522
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3523
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3538
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return logout; });
|
|
3539
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initLogin; });
|
|
3540
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return switchUserTo; });
|
|
3524
3541
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3525
3542
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getLoginCode; });
|
|
3526
3543
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
3527
3544
|
/* unused harmony export updateCode */
|
|
3528
3545
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getModifyPassCode; });
|
|
3529
3546
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3530
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3547
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return loginModifyPassword; });
|
|
3531
3548
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3532
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3549
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initModifyPassword; });
|
|
3533
3550
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
|
|
3534
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3551
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getTwoFactorLoginCode; });
|
|
3535
3552
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3536
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3553
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initRetrialAuth; });
|
|
3537
3554
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getRetrialAuthCode; });
|
|
3538
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3555
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return scanCodeRetrialAuth; });
|
|
3539
3556
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3540
3557
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
3541
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3542
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3543
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3544
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3545
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3546
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3558
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return userOnline; });
|
|
3559
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getUserAppWithTag; });
|
|
3560
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return recordUserApp; });
|
|
3561
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return mainConfig; });
|
|
3562
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return initUserSet; });
|
|
3563
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return updateUserInfo; });
|
|
3547
3564
|
/* unused harmony export getUserImgUrl */
|
|
3548
3565
|
/* unused harmony export getDoorIndex */
|
|
3549
3566
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3552,21 +3569,22 @@ var watermark = function watermark(option) {
|
|
|
3552
3569
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplications; });
|
|
3553
3570
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplicationsNew; });
|
|
3554
3571
|
/* unused harmony export getUserCustomInfo */
|
|
3555
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3572
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateUserCustomInfo; });
|
|
3573
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return sysMsgPage; });
|
|
3574
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return ignoreSysMsg; });
|
|
3575
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return ignoreAllSysMsg; });
|
|
3576
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return searchType; });
|
|
3577
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSysParam; });
|
|
3560
3578
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctProperties; });
|
|
3561
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3562
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3579
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return uploads; });
|
|
3580
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadOnlyOne; });
|
|
3563
3581
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctFileInfos; });
|
|
3564
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3582
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploadSort; });
|
|
3565
3583
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
3566
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3567
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3568
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3569
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3584
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadDownloads; });
|
|
3585
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunct; });
|
|
3586
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunct2; });
|
|
3587
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return previewAdjunctOffice; });
|
|
3570
3588
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3571
3589
|
/* unused harmony export upload_updateClassify */
|
|
3572
3590
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
@@ -3578,16 +3596,16 @@ var watermark = function watermark(option) {
|
|
|
3578
3596
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
|
|
3579
3597
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getDictList; });
|
|
3580
3598
|
/* unused harmony export findUserBaseInfo */
|
|
3581
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3599
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return gethelpdoc; });
|
|
3582
3600
|
/* unused harmony export getCurrentuser */
|
|
3583
3601
|
/* unused harmony export mainDetail */
|
|
3584
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3585
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3602
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartFlow; });
|
|
3603
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return tempSave; });
|
|
3586
3604
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3587
3605
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3588
3606
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3589
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3590
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3607
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return saveCommonOpinion; });
|
|
3608
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateCommonOpinion; });
|
|
3591
3609
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3592
3610
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getProcessDefList; });
|
|
3593
3611
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfo; });
|
|
@@ -3596,67 +3614,67 @@ var watermark = function watermark(option) {
|
|
|
3596
3614
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
3597
3615
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNotificationMsg; });
|
|
3598
3616
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getHandleInfoHtml; });
|
|
3599
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3617
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskHandleHtml; });
|
|
3600
3618
|
/* unused harmony export getView */
|
|
3601
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3602
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3603
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3604
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3605
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3606
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3607
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3608
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3609
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3610
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3619
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return register; });
|
|
3620
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryList; });
|
|
3621
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskRejectHtml; });
|
|
3622
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskRejectHtml; });
|
|
3623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartTaskRead; });
|
|
3624
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toStartTaskReadIndex; });
|
|
3625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskReadHtml; });
|
|
3626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return rejectAndEnd; });
|
|
3627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toSendMsg; });
|
|
3628
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return sendMsg; });
|
|
3611
3629
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
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__, "
|
|
3615
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return handleInfo; });
|
|
3631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return loginUserInfo; });
|
|
3632
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return wss; });
|
|
3633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return topic; });
|
|
3616
3634
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetCustomInfo; });
|
|
3617
3635
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetNodeInfo; });
|
|
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__, "
|
|
3636
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskTransferIndex; });
|
|
3637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskTransfer; });
|
|
3638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toPresetInfoListIndex; });
|
|
3621
3639
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3622
3640
|
/* unused harmony export historyListJson */
|
|
3623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3624
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryListJson; });
|
|
3642
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return pressListJson; });
|
|
3625
3643
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3626
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3636
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3637
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3640
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return isCanStartSubFlow; });
|
|
3645
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskUnionExamine; });
|
|
3646
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskUnionExamine; });
|
|
3647
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskTakeAdvice; });
|
|
3648
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskTakeAdvice; });
|
|
3649
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskStartDraft; });
|
|
3650
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskSupervise; });
|
|
3651
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskSuperviseSub; });
|
|
3652
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskStartDraft; });
|
|
3653
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskReview; });
|
|
3654
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskReview; });
|
|
3655
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskUnionSeal; });
|
|
3656
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskUnionSeal; });
|
|
3657
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTwoOfficesDispatch; });
|
|
3658
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return twoOfficesDispatch; });
|
|
3659
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toResetProcessIndex; });
|
|
3660
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return resetProcess; });
|
|
3661
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskContinuationIndex; });
|
|
3662
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskContinuation; });
|
|
3645
3663
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getFreeStartFlowParams; });
|
|
3646
3664
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlowWithSubmitTask; });
|
|
3647
3665
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
3648
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3666
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
3649
3667
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return fyListJson; });
|
|
3650
3668
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
3651
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3652
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3669
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskReadWithDraw; });
|
|
3670
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
3653
3671
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
3654
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3655
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3672
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendList; });
|
|
3673
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendInfo; });
|
|
3656
3674
|
/* unused harmony export sendSave */
|
|
3657
3675
|
/* unused harmony export sendUpdate */
|
|
3658
3676
|
/* unused harmony export sendDelete */
|
|
3659
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3677
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendBatch; });
|
|
3660
3678
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
3661
3679
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
3662
3680
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
@@ -3710,6 +3728,9 @@ var ignoreAllSysMsg = '/main2/notify/ignoreAllSysMsg'; // 忽略全部系统消
|
|
|
3710
3728
|
// 框架 - 搜索
|
|
3711
3729
|
var searchType = '/oceansearch/v2/search/catalog'; // 搜索分类类型
|
|
3712
3730
|
|
|
3731
|
+
// 系统参数
|
|
3732
|
+
var getSysParam = '/sys/systemSetting/getSysParam.dhtml'; // 获取系统参数
|
|
3733
|
+
|
|
3713
3734
|
// 附件相关
|
|
3714
3735
|
var getAdjunctProperties = '/main2/mecpfileManagement/getAdjunctProperties'; // 获取附件扩展类型大小
|
|
3715
3736
|
var uploads = '/main2/mecpfileManagement/upload'; // 上传接口
|
|
@@ -5706,7 +5727,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5706
5727
|
return x.id;
|
|
5707
5728
|
}).join(',');
|
|
5708
5729
|
var params = {
|
|
5709
|
-
url: api["
|
|
5730
|
+
url: api["Ob" /* taskReadWithDraw */],
|
|
5710
5731
|
params: {
|
|
5711
5732
|
pendingIds: pendingIds
|
|
5712
5733
|
}
|
|
@@ -5794,7 +5815,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5794
5815
|
getCircularReadList: function getCircularReadList() {
|
|
5795
5816
|
var _that = this;
|
|
5796
5817
|
var params = {
|
|
5797
|
-
url: api["
|
|
5818
|
+
url: api["sb" /* pendedhistoryListWithCircularReadJson */],
|
|
5798
5819
|
params: { apprecordid: _that.businessId }
|
|
5799
5820
|
};
|
|
5800
5821
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -5966,7 +5987,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5966
5987
|
|
|
5967
5988
|
this.pressLoading = true;
|
|
5968
5989
|
var params = {
|
|
5969
|
-
url: api["
|
|
5990
|
+
url: api["tb" /* pressListJson */],
|
|
5970
5991
|
params: { historyId: historyId },
|
|
5971
5992
|
method: 'POST',
|
|
5972
5993
|
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
|
|
@@ -6067,7 +6088,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6067
6088
|
var _this12 = this;
|
|
6068
6089
|
|
|
6069
6090
|
var params = {
|
|
6070
|
-
url: api["
|
|
6091
|
+
url: api["rb" /* pendedhistoryListJson */],
|
|
6071
6092
|
params: _extends({
|
|
6072
6093
|
apprecordid: this.businessId,
|
|
6073
6094
|
pendingAttr: 0,
|
|
@@ -6233,7 +6254,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6233
6254
|
var _this15 = this;
|
|
6234
6255
|
|
|
6235
6256
|
var param = {
|
|
6236
|
-
url: api["
|
|
6257
|
+
url: api["Xb" /* toPresetInfoListIndex */],
|
|
6237
6258
|
params: { apprecordid: this.businessId }
|
|
6238
6259
|
};
|
|
6239
6260
|
util["a" /* default */].ajax(param).then(function (res) {
|