eoss-ui 0.6.65 → 0.6.67
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 +108 -106
- package/lib/button.js +108 -106
- package/lib/calogin.js +108 -106
- package/lib/checkbox-group.js +110 -108
- package/lib/config/api.js +1 -0
- package/lib/data-table-form.js +110 -108
- package/lib/data-table.js +113 -111
- package/lib/date-picker.js +108 -106
- package/lib/dialog.js +108 -106
- package/lib/eoss-ui.common.js +397 -354
- package/lib/flow-group.js +108 -106
- package/lib/flow-list.js +127 -118
- package/lib/flow.js +252 -219
- package/lib/form.js +123 -118
- package/lib/handle-user.js +109 -107
- package/lib/handler.js +109 -107
- package/lib/icon.js +109 -107
- package/lib/index.js +1 -1
- package/lib/input-number.js +108 -106
- package/lib/input.js +108 -106
- package/lib/login.js +114 -112
- package/lib/main.js +141 -139
- package/lib/nav.js +108 -106
- package/lib/notify.js +111 -109
- package/lib/page.js +108 -106
- package/lib/pagination.js +108 -106
- package/lib/player.js +108 -106
- package/lib/qr-code.js +108 -106
- package/lib/radio-group.js +110 -108
- package/lib/retrial-auth.js +111 -109
- package/lib/select-ganged.js +110 -108
- package/lib/select.js +110 -108
- package/lib/selector-panel.js +126 -124
- package/lib/selector.js +109 -107
- package/lib/sizer.js +110 -108
- package/lib/steps.js +108 -106
- package/lib/switch.js +108 -106
- package/lib/table-form.js +108 -106
- package/lib/tabs.js +108 -106
- package/lib/tips.js +109 -107
- package/lib/tree-group.js +108 -106
- package/lib/tree.js +109 -107
- package/lib/upload.js +118 -116
- package/lib/wujie.js +108 -106
- package/lib/wxlogin.js +108 -106
- package/package.json +1 -1
- package/packages/flow/src/component/Circulate.vue +22 -3
- package/packages/flow/src/main.vue +9 -1
- package/packages/flow/src/reset.vue +6 -1
- package/packages/flow/src/selectUser.vue +1 -1
- package/packages/flow-list/src/main.vue +7 -0
- package/packages/form/src/main.vue +2 -2
- package/src/config/api.js +1 -0
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -1604,7 +1604,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1604
1604
|
* @param {function} callback - 回调函数
|
|
1605
1605
|
**/
|
|
1606
1606
|
var getMainConfig = function getMainConfig(callback) {
|
|
1607
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "
|
|
1607
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "ob"] }).then(function (res) {
|
|
1608
1608
|
if (res && res.rCode === 0) {
|
|
1609
1609
|
callback(res.results);
|
|
1610
1610
|
}
|
|
@@ -2361,7 +2361,7 @@ var isLogined = function () {
|
|
|
2361
2361
|
break;
|
|
2362
2362
|
}
|
|
2363
2363
|
|
|
2364
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "
|
|
2364
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "nb"] }).then(function (res) {
|
|
2365
2365
|
if (res.rCode === 0) {
|
|
2366
2366
|
removeStorage();
|
|
2367
2367
|
}
|
|
@@ -3517,148 +3517,149 @@ var watermark = function watermark(option) {
|
|
|
3517
3517
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
|
|
3518
3518
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
|
|
3519
3519
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
3520
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3521
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3522
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3520
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return logout; });
|
|
3521
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initLogin; });
|
|
3522
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return switchUserTo; });
|
|
3523
3523
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3524
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3524
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getLoginCode; });
|
|
3525
3525
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
3526
3526
|
/* unused harmony export updateCode */
|
|
3527
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3527
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getModifyPassCode; });
|
|
3528
3528
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3529
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3529
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginModifyPassword; });
|
|
3530
3530
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3531
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3531
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initModifyPassword; });
|
|
3532
3532
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
|
|
3533
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3533
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getTwoFactorLoginCode; });
|
|
3534
3534
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3535
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3536
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3537
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3535
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initRetrialAuth; });
|
|
3536
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getRetrialAuthCode; });
|
|
3537
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return scanCodeRetrialAuth; });
|
|
3538
3538
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3539
3539
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
3540
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3540
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return userOnline; });
|
|
3541
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getUserAppWithTag; });
|
|
3542
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return recordUserApp; });
|
|
3543
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return mainConfig; });
|
|
3544
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initUserSet; });
|
|
3545
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateUserInfo; });
|
|
3546
3546
|
/* unused harmony export getUserImgUrl */
|
|
3547
3547
|
/* unused harmony export getDoorIndex */
|
|
3548
3548
|
/* unused harmony export refreshOnlineUsers */
|
|
3549
3549
|
/* unused harmony export getQuickMenuIds */
|
|
3550
3550
|
/* unused harmony export getApplicationIdArray */
|
|
3551
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3552
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3551
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplications; });
|
|
3552
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplicationsNew; });
|
|
3553
3553
|
/* unused harmony export getUserCustomInfo */
|
|
3554
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3560
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3561
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3562
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3563
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3554
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserCustomInfo; });
|
|
3555
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sysMsgPage; });
|
|
3556
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return ignoreSysMsg; });
|
|
3557
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreAllSysMsg; });
|
|
3558
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return searchType; });
|
|
3559
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctProperties; });
|
|
3560
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploads; });
|
|
3561
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadOnlyOne; });
|
|
3562
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctFileInfos; });
|
|
3563
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadSort; });
|
|
3564
3564
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
3565
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3565
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadDownloads; });
|
|
3566
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct; });
|
|
3567
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunct2; });
|
|
3568
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunctOffice; });
|
|
3569
3569
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3570
3570
|
/* unused harmony export upload_updateClassify */
|
|
3571
3571
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3572
3572
|
/* unused harmony export getPictureBase64 */
|
|
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__, "
|
|
3573
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgTree; });
|
|
3574
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgDetail; });
|
|
3575
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getOrgMainTree; });
|
|
3576
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectOrgsubids; });
|
|
3577
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
|
|
3578
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getDictList; });
|
|
3579
3579
|
/* unused harmony export findUserBaseInfo */
|
|
3580
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3580
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return gethelpdoc; });
|
|
3581
3581
|
/* unused harmony export getCurrentuser */
|
|
3582
3582
|
/* unused harmony export mainDetail */
|
|
3583
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3584
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3583
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartFlow; });
|
|
3584
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return tempSave; });
|
|
3585
3585
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3586
3586
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3587
3587
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3588
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3589
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3588
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return saveCommonOpinion; });
|
|
3589
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateCommonOpinion; });
|
|
3590
3590
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3592
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3593
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3594
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3595
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3596
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3597
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3598
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getProcessDefList; });
|
|
3592
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfo; });
|
|
3593
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
|
|
3594
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
|
|
3595
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNotificationMsg; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getHandleInfoHtml; });
|
|
3598
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskHandleHtml; });
|
|
3599
3599
|
/* unused harmony export getView */
|
|
3600
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3611
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
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__, "
|
|
3600
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return register; });
|
|
3601
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryList; });
|
|
3602
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskRejectHtml; });
|
|
3603
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskRejectHtml; });
|
|
3604
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskRead; });
|
|
3605
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartTaskReadIndex; });
|
|
3606
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadHtml; });
|
|
3607
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return rejectAndEnd; });
|
|
3608
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toSendMsg; });
|
|
3609
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendMsg; });
|
|
3610
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
3611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return handleInfo; });
|
|
3612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return loginUserInfo; });
|
|
3613
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return wss; });
|
|
3614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return topic; });
|
|
3615
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetCustomInfo; });
|
|
3616
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetNodeInfo; });
|
|
3617
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskTransferIndex; });
|
|
3618
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskTransfer; });
|
|
3619
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toPresetInfoListIndex; });
|
|
3620
3620
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3621
3621
|
/* unused harmony export historyListJson */
|
|
3622
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3622
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListJson; });
|
|
3623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pressListJson; });
|
|
3624
3624
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3645
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return isCanStartSubFlow; });
|
|
3626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionExamine; });
|
|
3627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionExamine; });
|
|
3628
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTakeAdvice; });
|
|
3629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTakeAdvice; });
|
|
3630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskStartDraft; });
|
|
3631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSupervise; });
|
|
3632
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskSuperviseSub; });
|
|
3633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskStartDraft; });
|
|
3634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskReview; });
|
|
3635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReview; });
|
|
3636
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskUnionSeal; });
|
|
3637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskUnionSeal; });
|
|
3638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTwoOfficesDispatch; });
|
|
3639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return twoOfficesDispatch; });
|
|
3640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toResetProcessIndex; });
|
|
3641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return resetProcess; });
|
|
3642
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskContinuationIndex; });
|
|
3643
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskContinuation; });
|
|
3644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getFreeStartFlowParams; });
|
|
3645
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlowWithSubmitTask; });
|
|
3646
3646
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
3647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3648
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3647
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
3648
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return fyListJson; });
|
|
3649
3649
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
3650
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3651
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3650
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskReadWithDraw; });
|
|
3651
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
3652
3652
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
3653
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3654
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3653
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendList; });
|
|
3654
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendInfo; });
|
|
3655
3655
|
/* unused harmony export sendSave */
|
|
3656
3656
|
/* unused harmony export sendUpdate */
|
|
3657
3657
|
/* unused harmony export sendDelete */
|
|
3658
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3659
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3658
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendBatch; });
|
|
3659
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
3660
3660
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
3661
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3661
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
3662
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfoForStart; });
|
|
3662
3663
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
3663
3664
|
// 登录
|
|
3664
3665
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -3914,6 +3915,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
|
|
|
3914
3915
|
|
|
3915
3916
|
var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
|
|
3916
3917
|
var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
|
|
3918
|
+
var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
|
|
3917
3919
|
var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
|
|
3918
3920
|
|
|
3919
3921
|
/***/ }),
|
|
@@ -7852,9 +7854,9 @@ var checkbox_group_src_mainvue_type_script_lang_js_extends = Object.assign || fu
|
|
|
7852
7854
|
},
|
|
7853
7855
|
findCode: function findCode() {
|
|
7854
7856
|
if (this.service) {
|
|
7855
|
-
return '/' + this.service + api["
|
|
7857
|
+
return '/' + this.service + api["K" /* getDictList */];
|
|
7856
7858
|
}
|
|
7857
|
-
return api["
|
|
7859
|
+
return api["A" /* findSysCode */];
|
|
7858
7860
|
}
|
|
7859
7861
|
},
|
|
7860
7862
|
watch: {
|
|
@@ -10298,9 +10300,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
10298
10300
|
},
|
|
10299
10301
|
findCode: function findCode() {
|
|
10300
10302
|
if (this.service) {
|
|
10301
|
-
return '/' + this.service + api["
|
|
10303
|
+
return '/' + this.service + api["K" /* getDictList */];
|
|
10302
10304
|
}
|
|
10303
|
-
return api["
|
|
10305
|
+
return api["A" /* findSysCode */];
|
|
10304
10306
|
}
|
|
10305
10307
|
},
|
|
10306
10308
|
data: function data() {
|
|
@@ -11172,7 +11174,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
|
|
|
11172
11174
|
},
|
|
11173
11175
|
contentsUrl: {
|
|
11174
11176
|
type: String,
|
|
11175
|
-
default: api["
|
|
11177
|
+
default: api["D" /* formContents */]
|
|
11176
11178
|
},
|
|
11177
11179
|
mode: {
|
|
11178
11180
|
type: String,
|
|
@@ -11629,9 +11631,9 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
|
|
|
11629
11631
|
},
|
|
11630
11632
|
findCode: function findCode() {
|
|
11631
11633
|
if (this.service) {
|
|
11632
|
-
return '/' + this.service + api["
|
|
11634
|
+
return '/' + this.service + api["K" /* getDictList */];
|
|
11633
11635
|
}
|
|
11634
|
-
return api["
|
|
11636
|
+
return api["A" /* findSysCode */];
|
|
11635
11637
|
},
|
|
11636
11638
|
isShow: function isShow() {
|
|
11637
11639
|
var useCaseCodes = utils_util["a" /* default */].getStorage('useCaseCodes');
|
|
@@ -14426,9 +14428,9 @@ var mainvue_type_script_lang_js_components;
|
|
|
14426
14428
|
},
|
|
14427
14429
|
findCode: function findCode() {
|
|
14428
14430
|
if (this.service) {
|
|
14429
|
-
return '/' + this.service + api["
|
|
14431
|
+
return '/' + this.service + api["K" /* getDictList */];
|
|
14430
14432
|
}
|
|
14431
|
-
return api["
|
|
14433
|
+
return api["A" /* findSysCode */];
|
|
14432
14434
|
}
|
|
14433
14435
|
},
|
|
14434
14436
|
watch: {
|
|
@@ -16713,8 +16715,8 @@ error_page_src_main.install = function (Vue) {
|
|
|
16713
16715
|
};
|
|
16714
16716
|
|
|
16715
16717
|
/* harmony default export */ var error_page = (error_page_src_main);
|
|
16716
|
-
// 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=
|
|
16717
|
-
var
|
|
16718
|
+
// 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=45a4048d&
|
|
16719
|
+
var mainvue_type_template_id_45a4048d_render = function () {
|
|
16718
16720
|
var _vm = this
|
|
16719
16721
|
var _h = _vm.$createElement
|
|
16720
16722
|
var _c = _vm._self._c || _h
|
|
@@ -16846,14 +16848,17 @@ var mainvue_type_template_id_2158e4f3_render = function () {
|
|
|
16846
16848
|
],
|
|
16847
16849
|
key: indexs,
|
|
16848
16850
|
staticClass: "es-collapse-item",
|
|
16849
|
-
class:
|
|
16850
|
-
|
|
16851
|
-
|
|
16852
|
-
|
|
16853
|
-
|
|
16854
|
-
|
|
16855
|
-
|
|
16856
|
-
|
|
16851
|
+
class: [
|
|
16852
|
+
{
|
|
16853
|
+
"es-collapse-readonly":
|
|
16854
|
+
_vm.accordion
|
|
16855
|
+
? false
|
|
16856
|
+
: !_vm.collapse,
|
|
16857
|
+
"es-collapse-caption":
|
|
16858
|
+
items.caption,
|
|
16859
|
+
},
|
|
16860
|
+
items.class,
|
|
16861
|
+
],
|
|
16857
16862
|
attrs: {
|
|
16858
16863
|
"show-title": items.showTitle,
|
|
16859
16864
|
name:
|
|
@@ -22724,11 +22729,11 @@ var mainvue_type_template_id_2158e4f3_render = function () {
|
|
|
22724
22729
|
)
|
|
22725
22730
|
: _vm._e()
|
|
22726
22731
|
}
|
|
22727
|
-
var
|
|
22728
|
-
|
|
22732
|
+
var mainvue_type_template_id_45a4048d_staticRenderFns = []
|
|
22733
|
+
mainvue_type_template_id_45a4048d_render._withStripped = true
|
|
22729
22734
|
|
|
22730
22735
|
|
|
22731
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
22736
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=45a4048d&
|
|
22732
22737
|
|
|
22733
22738
|
// CONCATENATED MODULE: ./src/utils/rules.js
|
|
22734
22739
|
// 手机号
|
|
@@ -24972,7 +24977,7 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
|
|
|
24972
24977
|
},
|
|
24973
24978
|
contentsUrl: {
|
|
24974
24979
|
type: String,
|
|
24975
|
-
default: api["
|
|
24980
|
+
default: api["D" /* formContents */]
|
|
24976
24981
|
},
|
|
24977
24982
|
autocomplete: {
|
|
24978
24983
|
type: Boolean,
|
|
@@ -25494,7 +25499,7 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
|
|
|
25494
25499
|
this.loading = true;
|
|
25495
25500
|
var params = typeof this.contents === 'string' ? { formId: this.contents } : this.contents;
|
|
25496
25501
|
utils_util["a" /* default */].ajax({
|
|
25497
|
-
url: api["
|
|
25502
|
+
url: api["D" /* formContents */],
|
|
25498
25503
|
data: params,
|
|
25499
25504
|
params: params
|
|
25500
25505
|
}).then(function (res) {
|
|
@@ -26270,8 +26275,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
|
|
|
26270
26275
|
|
|
26271
26276
|
var form_src_main_component = normalizeComponent(
|
|
26272
26277
|
packages_form_src_mainvue_type_script_lang_js_,
|
|
26273
|
-
|
|
26274
|
-
|
|
26278
|
+
mainvue_type_template_id_45a4048d_render,
|
|
26279
|
+
mainvue_type_template_id_45a4048d_staticRenderFns,
|
|
26275
26280
|
false,
|
|
26276
26281
|
null,
|
|
26277
26282
|
null,
|
|
@@ -26288,8 +26293,8 @@ form_src_main.install = function (Vue) {
|
|
|
26288
26293
|
};
|
|
26289
26294
|
|
|
26290
26295
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
26291
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
26292
|
-
var
|
|
26296
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=5f8259cf&
|
|
26297
|
+
var mainvue_type_template_id_5f8259cf_render = function () {
|
|
26293
26298
|
var _vm = this
|
|
26294
26299
|
var _h = _vm.$createElement
|
|
26295
26300
|
var _c = _vm._self._c || _h
|
|
@@ -26400,6 +26405,8 @@ var mainvue_type_template_id_07497b53_render = function () {
|
|
|
26400
26405
|
staticStyle: { "margin-top": "10px" },
|
|
26401
26406
|
attrs: {
|
|
26402
26407
|
businessId: _vm.businessId,
|
|
26408
|
+
selectorParams: _vm.params,
|
|
26409
|
+
"pending-id": _vm.pendingId,
|
|
26403
26410
|
showBtn: false,
|
|
26404
26411
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
26405
26412
|
simpleTips: _vm.simpleTips,
|
|
@@ -26467,6 +26474,7 @@ var mainvue_type_template_id_07497b53_render = function () {
|
|
|
26467
26474
|
simpleTips: _vm.simpleTips,
|
|
26468
26475
|
appId: _vm.resetAppId,
|
|
26469
26476
|
flowParams: _vm.param,
|
|
26477
|
+
subParams: _vm.subParams,
|
|
26470
26478
|
},
|
|
26471
26479
|
on: {
|
|
26472
26480
|
cancel: function ($event) {
|
|
@@ -27562,11 +27570,7 @@ var mainvue_type_template_id_07497b53_render = function () {
|
|
|
27562
27570
|
"department",
|
|
27563
27571
|
"employee",
|
|
27564
27572
|
],
|
|
27565
|
-
params:
|
|
27566
|
-
filid:
|
|
27567
|
-
_vm.userModel
|
|
27568
|
-
.orgId,
|
|
27569
|
-
},
|
|
27573
|
+
params: _vm.params,
|
|
27570
27574
|
},
|
|
27571
27575
|
on: {
|
|
27572
27576
|
change: function (
|
|
@@ -28502,6 +28506,7 @@ var mainvue_type_template_id_07497b53_render = function () {
|
|
|
28502
28506
|
businessId: _vm.businessId,
|
|
28503
28507
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
28504
28508
|
simpleTips: _vm.simpleTips,
|
|
28509
|
+
selectorParams: _vm.params,
|
|
28505
28510
|
oldOption: _vm.value,
|
|
28506
28511
|
},
|
|
28507
28512
|
on: {
|
|
@@ -28845,11 +28850,11 @@ var mainvue_type_template_id_07497b53_render = function () {
|
|
|
28845
28850
|
)
|
|
28846
28851
|
: _vm._e()
|
|
28847
28852
|
}
|
|
28848
|
-
var
|
|
28849
|
-
|
|
28853
|
+
var mainvue_type_template_id_5f8259cf_staticRenderFns = []
|
|
28854
|
+
mainvue_type_template_id_5f8259cf_render._withStripped = true
|
|
28850
28855
|
|
|
28851
28856
|
|
|
28852
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
28857
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f8259cf&
|
|
28853
28858
|
|
|
28854
28859
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=fdf49dec&
|
|
28855
28860
|
var CommonOpinionsvue_type_template_id_fdf49dec_render = function () {
|
|
@@ -29721,7 +29726,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
29721
29726
|
|
|
29722
29727
|
var that = this;
|
|
29723
29728
|
utils_util["a" /* default */].ajax({
|
|
29724
|
-
url: api["
|
|
29729
|
+
url: api["C" /* findSysParam */],
|
|
29725
29730
|
params: { cpName: 'commonOpinionsSelectType' }
|
|
29726
29731
|
}).then(function (res) {
|
|
29727
29732
|
if (res.status == 'success') {
|
|
@@ -29799,7 +29804,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
29799
29804
|
}
|
|
29800
29805
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
|
|
29801
29806
|
utils_util["a" /* default */].ajax({
|
|
29802
|
-
url: data.id ? api["
|
|
29807
|
+
url: data.id ? api["pc" /* updateCommonOpinion */] : api["Ab" /* saveCommonOpinion */],
|
|
29803
29808
|
data: info,
|
|
29804
29809
|
header: { 'Content-Type': 'multipart/form-data' },
|
|
29805
29810
|
method: 'post'
|
|
@@ -30467,8 +30472,8 @@ processFormvue_type_template_id_d7f4c800_render._withStripped = true
|
|
|
30467
30472
|
|
|
30468
30473
|
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=d7f4c800&
|
|
30469
30474
|
|
|
30470
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
30471
|
-
var
|
|
30475
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=1de54739&
|
|
30476
|
+
var selectUservue_type_template_id_1de54739_render = function () {
|
|
30472
30477
|
var _vm = this
|
|
30473
30478
|
var _h = _vm.$createElement
|
|
30474
30479
|
var _c = _vm._self._c || _h
|
|
@@ -30586,7 +30591,7 @@ var selectUservue_type_template_id_615d0e78_render = function () {
|
|
|
30586
30591
|
_vm.isCurrentNodeForbiddenChangeCandidate == 1,
|
|
30587
30592
|
filterable: Boolean(_vm.isCustomUser),
|
|
30588
30593
|
multiple: _vm.newMultiple,
|
|
30589
|
-
param: _vm.newParams,
|
|
30594
|
+
param: Object.assign({}, _vm.newParams, { info: "no" }),
|
|
30590
30595
|
disableds: _vm.disableds,
|
|
30591
30596
|
},
|
|
30592
30597
|
on: {
|
|
@@ -30611,11 +30616,11 @@ var selectUservue_type_template_id_615d0e78_render = function () {
|
|
|
30611
30616
|
2
|
|
30612
30617
|
)
|
|
30613
30618
|
}
|
|
30614
|
-
var
|
|
30615
|
-
|
|
30619
|
+
var selectUservue_type_template_id_1de54739_staticRenderFns = []
|
|
30620
|
+
selectUservue_type_template_id_1de54739_render._withStripped = true
|
|
30616
30621
|
|
|
30617
30622
|
|
|
30618
|
-
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
30623
|
+
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=1de54739&
|
|
30619
30624
|
|
|
30620
30625
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
|
|
30621
30626
|
var selectUservue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -30803,7 +30808,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
30803
30808
|
newNextUser: [],
|
|
30804
30809
|
newOptions: [],
|
|
30805
30810
|
newSelectUserList: [],
|
|
30806
|
-
url: api["
|
|
30811
|
+
url: api["db" /* handleInfo */],
|
|
30807
30812
|
newCheckboxList: [],
|
|
30808
30813
|
newPresetEdit: 0,
|
|
30809
30814
|
newMultiple: false,
|
|
@@ -30920,7 +30925,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
30920
30925
|
if (query !== '') {
|
|
30921
30926
|
this.searchLoading = true;
|
|
30922
30927
|
utils_util["a" /* default */].ajax({
|
|
30923
|
-
url: api["
|
|
30928
|
+
url: api["db" /* handleInfo */],
|
|
30924
30929
|
params: { searchKey: query, query: query, type: 'user' }
|
|
30925
30930
|
}).then(function (res) {
|
|
30926
30931
|
var status = res.status,
|
|
@@ -31091,8 +31096,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
31091
31096
|
|
|
31092
31097
|
var selectUser_component = normalizeComponent(
|
|
31093
31098
|
src_selectUservue_type_script_lang_js_,
|
|
31094
|
-
|
|
31095
|
-
|
|
31099
|
+
selectUservue_type_template_id_1de54739_render,
|
|
31100
|
+
selectUservue_type_template_id_1de54739_staticRenderFns,
|
|
31096
31101
|
false,
|
|
31097
31102
|
null,
|
|
31098
31103
|
null,
|
|
@@ -31335,7 +31340,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
31335
31340
|
nextNodeId: nodeId,
|
|
31336
31341
|
businessId: this.id
|
|
31337
31342
|
};
|
|
31338
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
31343
|
+
utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
|
|
31339
31344
|
var status = res.status,
|
|
31340
31345
|
message = res.message,
|
|
31341
31346
|
_res$data = res.data,
|
|
@@ -31433,7 +31438,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
31433
31438
|
|
|
31434
31439
|
isNoStart && (this.newPresetList = []);
|
|
31435
31440
|
var params = {
|
|
31436
|
-
url: api["
|
|
31441
|
+
url: api["T" /* getPresetCustomInfo */],
|
|
31437
31442
|
data: {
|
|
31438
31443
|
nodeId: nodeId,
|
|
31439
31444
|
processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
|
|
@@ -31787,7 +31792,7 @@ var Presetvue_type_script_lang_js_components;
|
|
|
31787
31792
|
nodeId = this.nodeId;
|
|
31788
31793
|
|
|
31789
31794
|
var params = {
|
|
31790
|
-
url: api["
|
|
31795
|
+
url: api["U" /* getPresetNodeInfo */],
|
|
31791
31796
|
data: {
|
|
31792
31797
|
nextNodeId: nextNodeId,
|
|
31793
31798
|
processDefinitionId: processDefinitionId,
|
|
@@ -32419,7 +32424,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
32419
32424
|
if (mainConfig) {
|
|
32420
32425
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
32421
32426
|
} else {
|
|
32422
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
32427
|
+
utils_util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
|
|
32423
32428
|
var status = res.status,
|
|
32424
32429
|
data = res.data;
|
|
32425
32430
|
|
|
@@ -32524,7 +32529,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
32524
32529
|
var _this2 = this;
|
|
32525
32530
|
|
|
32526
32531
|
utils_util["a" /* default */].ajax({
|
|
32527
|
-
url: api["
|
|
32532
|
+
url: api["z" /* findCodeValues */],
|
|
32528
32533
|
params: {
|
|
32529
32534
|
ccCode: 'notification_type',
|
|
32530
32535
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
@@ -32553,7 +32558,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
32553
32558
|
nodeId: this.nextNode.nextNode,
|
|
32554
32559
|
businessId: this.id
|
|
32555
32560
|
};
|
|
32556
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
32561
|
+
utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
32557
32562
|
if (res.status === 'success') {
|
|
32558
32563
|
_this3.nextNode.noticeInfo = res.message;
|
|
32559
32564
|
}
|
|
@@ -32650,7 +32655,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
32650
32655
|
params = newParm;
|
|
32651
32656
|
}
|
|
32652
32657
|
utils_util["a" /* default */].ajax({
|
|
32653
|
-
url: _this4.isFreeStartFlow ? api["
|
|
32658
|
+
url: _this4.isFreeStartFlow ? api["E" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Hb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["xb" /* register */],
|
|
32654
32659
|
method: 'post',
|
|
32655
32660
|
data: params
|
|
32656
32661
|
}).then(function (res) {
|
|
@@ -32684,7 +32689,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
32684
32689
|
businessId: this.id,
|
|
32685
32690
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
32686
32691
|
};
|
|
32687
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
32692
|
+
utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
|
|
32688
32693
|
var status = res.status,
|
|
32689
32694
|
message = res.message,
|
|
32690
32695
|
_res$data = res.data,
|
|
@@ -32772,7 +32777,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
32772
32777
|
var _this6 = this;
|
|
32773
32778
|
|
|
32774
32779
|
utils_util["a" /* default */].ajax({
|
|
32775
|
-
url: api["
|
|
32780
|
+
url: api["B" /* findSysCodes */]
|
|
32776
32781
|
}).then(function (res) {
|
|
32777
32782
|
var status = res.status,
|
|
32778
32783
|
message = res.message;
|
|
@@ -32850,7 +32855,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
32850
32855
|
businessId: this.businessId
|
|
32851
32856
|
};
|
|
32852
32857
|
// 获取节点
|
|
32853
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
32858
|
+
utils_util["a" /* default */].ajax({ url: api["Zb" /* toStartFlow */], params: params }).then(function (res) {
|
|
32854
32859
|
//pc接口返回数据处理
|
|
32855
32860
|
var status = res.status,
|
|
32856
32861
|
message = res.message,
|
|
@@ -33487,7 +33492,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
|
|
|
33487
33492
|
notificationType = _sendInfo.notificationType;
|
|
33488
33493
|
|
|
33489
33494
|
var params = {
|
|
33490
|
-
url: api["
|
|
33495
|
+
url: api["Gb" /* sendMsg */],
|
|
33491
33496
|
headers: { Accept: 'application/json,text/plain' },
|
|
33492
33497
|
method: 'post',
|
|
33493
33498
|
data: {
|
|
@@ -33549,7 +33554,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
|
|
|
33549
33554
|
|
|
33550
33555
|
this.loading = true;
|
|
33551
33556
|
utils_util["a" /* default */].ajax({
|
|
33552
|
-
url: api["
|
|
33557
|
+
url: api["Yb" /* toSendMsg */],
|
|
33553
33558
|
params: { pendingId: this.$attrs.pendingId }
|
|
33554
33559
|
}).then(function (res) {
|
|
33555
33560
|
var status = res.status,
|
|
@@ -34371,7 +34376,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
|
|
|
34371
34376
|
var _this = this;
|
|
34372
34377
|
|
|
34373
34378
|
utils_util["a" /* default */].ajax({
|
|
34374
|
-
url: api["
|
|
34379
|
+
url: api["z" /* findCodeValues */],
|
|
34375
34380
|
params: {
|
|
34376
34381
|
ccCode: 'notification_type',
|
|
34377
34382
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
@@ -34414,7 +34419,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
|
|
|
34414
34419
|
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
34415
34420
|
nextNodeId: _this2.nextNode.nextNodeId
|
|
34416
34421
|
};
|
|
34417
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
34422
|
+
utils_util["a" /* default */].ajax({ url: api["Ob" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
|
|
34418
34423
|
var status = res.status,
|
|
34419
34424
|
message = res.message;
|
|
34420
34425
|
|
|
@@ -34445,7 +34450,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
|
|
|
34445
34450
|
var _this3 = this;
|
|
34446
34451
|
|
|
34447
34452
|
utils_util["a" /* default */].ajax({
|
|
34448
|
-
url: api["
|
|
34453
|
+
url: api["B" /* findSysCodes */]
|
|
34449
34454
|
}).then(function (res) {
|
|
34450
34455
|
var status = res.status,
|
|
34451
34456
|
message = res.message;
|
|
@@ -34478,7 +34483,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
|
|
|
34478
34483
|
isSinglePage: false,
|
|
34479
34484
|
opinion: this.option
|
|
34480
34485
|
};
|
|
34481
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
34486
|
+
utils_util["a" /* default */].ajax({ url: api["dc" /* toTaskRejectHtml */], params: params }).then(function (res) {
|
|
34482
34487
|
var status = res.status,
|
|
34483
34488
|
message = res.message,
|
|
34484
34489
|
_res$data = res.data,
|
|
@@ -35252,7 +35257,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
35252
35257
|
} else {
|
|
35253
35258
|
params.appId = this.readParams.appId;
|
|
35254
35259
|
}
|
|
35255
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
35260
|
+
utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
35256
35261
|
if (res.status === 'success') {
|
|
35257
35262
|
_this.newsNoice = res.message;
|
|
35258
35263
|
}
|
|
@@ -35271,7 +35276,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
35271
35276
|
taskExamine = this.taskExamine;
|
|
35272
35277
|
|
|
35273
35278
|
var params = {
|
|
35274
|
-
url: api["
|
|
35279
|
+
url: api["jc" /* toTaskTransferIndex */],
|
|
35275
35280
|
params: {
|
|
35276
35281
|
opinion: opinion,
|
|
35277
35282
|
pendingId: pendingId,
|
|
@@ -35396,7 +35401,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
35396
35401
|
var _this4 = this;
|
|
35397
35402
|
|
|
35398
35403
|
var params = {
|
|
35399
|
-
url: api["
|
|
35404
|
+
url: api["ac" /* toStartTaskRead */],
|
|
35400
35405
|
params: startTaskReadvue_type_script_lang_js_extends({ pendingId: this.pendingId, taskAction: this.type }, this.param)
|
|
35401
35406
|
};
|
|
35402
35407
|
if (this.typeCode == 'read') {
|
|
@@ -35439,7 +35444,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
35439
35444
|
var _this6 = this;
|
|
35440
35445
|
|
|
35441
35446
|
utils_util["a" /* default */].ajax({
|
|
35442
|
-
url: api["
|
|
35447
|
+
url: api["z" /* findCodeValues */],
|
|
35443
35448
|
params: {
|
|
35444
35449
|
ccCode: 'notification_type',
|
|
35445
35450
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
@@ -35485,7 +35490,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
35485
35490
|
type = this.type;
|
|
35486
35491
|
|
|
35487
35492
|
var params = {
|
|
35488
|
-
url: api["
|
|
35493
|
+
url: api["Sb" /* taskTransfer */],
|
|
35489
35494
|
data: {
|
|
35490
35495
|
choiceDeptId: choiceDeptId,
|
|
35491
35496
|
choiceOrgId: choiceOrgId,
|
|
@@ -35584,7 +35589,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
35584
35589
|
params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
|
|
35585
35590
|
}
|
|
35586
35591
|
utils_util["a" /* default */].ajax({
|
|
35587
|
-
url: api["
|
|
35592
|
+
url: api["Mb" /* taskReadHtml */],
|
|
35588
35593
|
params: { taskAction: _this8.type },
|
|
35589
35594
|
headers: {
|
|
35590
35595
|
Accept: 'application/json,text/plain'
|
|
@@ -35623,7 +35628,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
35623
35628
|
|
|
35624
35629
|
this.loading = true;
|
|
35625
35630
|
utils_util["a" /* default */].ajax({
|
|
35626
|
-
url: api["
|
|
35631
|
+
url: api["B" /* findSysCodes */]
|
|
35627
35632
|
}).then(function (res) {
|
|
35628
35633
|
var status = res.status,
|
|
35629
35634
|
message = res.message,
|
|
@@ -35676,8 +35681,8 @@ var startTaskRead_component = normalizeComponent(
|
|
|
35676
35681
|
)
|
|
35677
35682
|
|
|
35678
35683
|
/* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
|
|
35679
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=
|
|
35680
|
-
var
|
|
35684
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=5d246dae&
|
|
35685
|
+
var resetvue_type_template_id_5d246dae_render = function () {
|
|
35681
35686
|
var _vm = this
|
|
35682
35687
|
var _h = _vm.$createElement
|
|
35683
35688
|
var _c = _vm._self._c || _h
|
|
@@ -36103,11 +36108,11 @@ var resetvue_type_template_id_7924ff92_render = function () {
|
|
|
36103
36108
|
1
|
|
36104
36109
|
)
|
|
36105
36110
|
}
|
|
36106
|
-
var
|
|
36107
|
-
|
|
36111
|
+
var resetvue_type_template_id_5d246dae_staticRenderFns = []
|
|
36112
|
+
resetvue_type_template_id_5d246dae_render._withStripped = true
|
|
36108
36113
|
|
|
36109
36114
|
|
|
36110
|
-
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=
|
|
36115
|
+
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5d246dae&
|
|
36111
36116
|
|
|
36112
36117
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
|
|
36113
36118
|
var resetvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -36340,6 +36345,10 @@ var resetvue_type_script_lang_js_components;
|
|
|
36340
36345
|
type: Object,
|
|
36341
36346
|
default: function _default() {}
|
|
36342
36347
|
},
|
|
36348
|
+
subParams: {
|
|
36349
|
+
type: Object,
|
|
36350
|
+
default: function _default() {}
|
|
36351
|
+
},
|
|
36343
36352
|
appId: {
|
|
36344
36353
|
type: String,
|
|
36345
36354
|
default: ''
|
|
@@ -36460,7 +36469,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
36460
36469
|
if (mainConfig) {
|
|
36461
36470
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
36462
36471
|
} else {
|
|
36463
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
36472
|
+
utils_util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
|
|
36464
36473
|
var status = res.status,
|
|
36465
36474
|
data = res.data;
|
|
36466
36475
|
|
|
@@ -36553,7 +36562,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
36553
36562
|
var _this2 = this;
|
|
36554
36563
|
|
|
36555
36564
|
utils_util["a" /* default */].ajax({
|
|
36556
|
-
url: api["
|
|
36565
|
+
url: api["z" /* findCodeValues */],
|
|
36557
36566
|
params: {
|
|
36558
36567
|
ccCode: 'notification_type',
|
|
36559
36568
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
@@ -36583,7 +36592,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
36583
36592
|
nodeId: this.nextNode.nextNode,
|
|
36584
36593
|
businessId: this.taskExamine.businessId
|
|
36585
36594
|
};
|
|
36586
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
36595
|
+
utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
36587
36596
|
if (res.status === 'success') {
|
|
36588
36597
|
_this3.nextNode.noticeInfo = res.message;
|
|
36589
36598
|
}
|
|
@@ -36648,7 +36657,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
36648
36657
|
if (noticeType) {
|
|
36649
36658
|
newNoticeType = noticeType.join(',');
|
|
36650
36659
|
}
|
|
36651
|
-
var params = {
|
|
36660
|
+
var params = resetvue_type_script_lang_js_extends({
|
|
36652
36661
|
processDefinitionId: _this4.processDefinitionId,
|
|
36653
36662
|
nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
|
|
36654
36663
|
nextNodeId: nextNode,
|
|
@@ -36665,10 +36674,10 @@ var resetvue_type_script_lang_js_components;
|
|
|
36665
36674
|
handleExplain: handleExplain,
|
|
36666
36675
|
presetReadUserId: _this4.mixPresetList && _this4.mixPresetList.length > 0 ? _this4.mixPresetList.join('|') : presetReadUserId.join(','),
|
|
36667
36676
|
opinion: _this4.newOpinion || newOpinion
|
|
36668
|
-
};
|
|
36677
|
+
}, _this4.subParams);
|
|
36669
36678
|
if (_this4.activeNames != '1') delete params.customPresetUserJson;
|
|
36670
36679
|
utils_util["a" /* default */].ajax({
|
|
36671
|
-
url: _this4.type == 'reset' ? api["
|
|
36680
|
+
url: _this4.type == 'reset' ? api["zb" /* resetProcess */] : api["Kb" /* taskContinuation */],
|
|
36672
36681
|
method: 'post',
|
|
36673
36682
|
data: params
|
|
36674
36683
|
}).then(function (res) {
|
|
@@ -36702,7 +36711,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
36702
36711
|
businessId: this.taskExamine.businessId,
|
|
36703
36712
|
pendingId: this.taskExamine.pendingId
|
|
36704
36713
|
};
|
|
36705
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
36714
|
+
utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
|
|
36706
36715
|
var status = res.status,
|
|
36707
36716
|
message = res.message,
|
|
36708
36717
|
_res$data = res.data,
|
|
@@ -36803,7 +36812,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
36803
36812
|
var _this6 = this;
|
|
36804
36813
|
|
|
36805
36814
|
utils_util["a" /* default */].ajax({
|
|
36806
|
-
url: api["
|
|
36815
|
+
url: api["B" /* findSysCodes */]
|
|
36807
36816
|
}).then(function (res) {
|
|
36808
36817
|
var status = res.status,
|
|
36809
36818
|
message = res.message;
|
|
@@ -36872,7 +36881,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
36872
36881
|
var _this7 = this;
|
|
36873
36882
|
|
|
36874
36883
|
var params = {
|
|
36875
|
-
url: this.type == 'continuation' ? api["
|
|
36884
|
+
url: this.type == 'continuation' ? api["cc" /* toTaskContinuationIndex */] : api["Xb" /* toResetProcessIndex */],
|
|
36876
36885
|
params: resetvue_type_script_lang_js_extends({
|
|
36877
36886
|
appId: this.appId
|
|
36878
36887
|
}, this.flowParams)
|
|
@@ -36968,8 +36977,8 @@ var resetvue_type_script_lang_js_components;
|
|
|
36968
36977
|
|
|
36969
36978
|
var reset_component = normalizeComponent(
|
|
36970
36979
|
src_resetvue_type_script_lang_js_,
|
|
36971
|
-
|
|
36972
|
-
|
|
36980
|
+
resetvue_type_template_id_5d246dae_render,
|
|
36981
|
+
resetvue_type_template_id_5d246dae_staticRenderFns,
|
|
36973
36982
|
false,
|
|
36974
36983
|
null,
|
|
36975
36984
|
null,
|
|
@@ -37454,7 +37463,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
37454
37463
|
pendingId = this.pendingId;
|
|
37455
37464
|
|
|
37456
37465
|
var params = {
|
|
37457
|
-
url: api["
|
|
37466
|
+
url: api["Pb" /* taskReview */],
|
|
37458
37467
|
data: {
|
|
37459
37468
|
nextUserId: nextOtherOrgObj.join(','),
|
|
37460
37469
|
notificationType: noticeType.join(','),
|
|
@@ -37490,7 +37499,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
37490
37499
|
var _this2 = this;
|
|
37491
37500
|
|
|
37492
37501
|
var params = {
|
|
37493
|
-
url: api["
|
|
37502
|
+
url: api["ec" /* toTaskReview */],
|
|
37494
37503
|
params: { pendingId: this.pendingId }
|
|
37495
37504
|
};
|
|
37496
37505
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -37526,7 +37535,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
37526
37535
|
var _this3 = this;
|
|
37527
37536
|
|
|
37528
37537
|
var params = {
|
|
37529
|
-
url: this.type == 'takeAdvice' ? api["
|
|
37538
|
+
url: this.type == 'takeAdvice' ? api["ic" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["fc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["lc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["mc" /* toTwoOfficesDispatch */] : api["kc" /* toTaskUnionExamine */],
|
|
37530
37539
|
params: { pendingId: this.pendingId },
|
|
37531
37540
|
headers: { Accept: 'application/json,text/plain' }
|
|
37532
37541
|
};
|
|
@@ -37650,7 +37659,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
37650
37659
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
37651
37660
|
// return this.$message.warning('暂未开放,敬请期待!');
|
|
37652
37661
|
var param = {
|
|
37653
|
-
url: this.type === 'startDraf' ? api["
|
|
37662
|
+
url: this.type === 'startDraf' ? api["Qb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Ub" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["oc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Rb" /* taskTakeAdvice */] : api["Tb" /* taskUnionExamine */],
|
|
37654
37663
|
data: {
|
|
37655
37664
|
opinion: opinion,
|
|
37656
37665
|
pendingId: pendingId,
|
|
@@ -37716,7 +37725,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
37716
37725
|
var _this5 = this;
|
|
37717
37726
|
|
|
37718
37727
|
utils_util["a" /* default */].ajax({
|
|
37719
|
-
url: api["
|
|
37728
|
+
url: api["z" /* findCodeValues */],
|
|
37720
37729
|
params: {
|
|
37721
37730
|
ccCode: 'notification_type',
|
|
37722
37731
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
@@ -37744,7 +37753,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
37744
37753
|
var params = {
|
|
37745
37754
|
pendingId: this.pendingId
|
|
37746
37755
|
};
|
|
37747
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
37756
|
+
utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
37748
37757
|
if (res.status === 'success') {
|
|
37749
37758
|
_this6.infoList.noticeInfo = res.message;
|
|
37750
37759
|
}
|
|
@@ -37760,7 +37769,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
37760
37769
|
var _this7 = this;
|
|
37761
37770
|
|
|
37762
37771
|
utils_util["a" /* default */].ajax({
|
|
37763
|
-
url: api["
|
|
37772
|
+
url: api["B" /* findSysCodes */]
|
|
37764
37773
|
}).then(function (res) {
|
|
37765
37774
|
var status = res.status,
|
|
37766
37775
|
message = res.message;
|
|
@@ -40998,7 +41007,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40998
41007
|
var _this = this;
|
|
40999
41008
|
|
|
41000
41009
|
var params = {
|
|
41001
|
-
url: api["
|
|
41010
|
+
url: api["G" /* getAdjunctFileInfos */],
|
|
41002
41011
|
params: { ownId: ownId, code: code }
|
|
41003
41012
|
};
|
|
41004
41013
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -41086,7 +41095,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41086
41095
|
taskAction: 'complete'
|
|
41087
41096
|
};
|
|
41088
41097
|
utils_util["a" /* default */].ajax({
|
|
41089
|
-
url: api["
|
|
41098
|
+
url: api["Mb" /* taskReadHtml */],
|
|
41090
41099
|
params: { taskAction: 'complete' },
|
|
41091
41100
|
headers: {
|
|
41092
41101
|
Accept: 'application/json,text/plain'
|
|
@@ -41118,7 +41127,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41118
41127
|
|
|
41119
41128
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
41120
41129
|
utils_util["a" /* default */].ajax({
|
|
41121
|
-
url: api["
|
|
41130
|
+
url: api["bc" /* toStartTaskReadIndex */],
|
|
41122
41131
|
params: { pendingId: this.pendingId }
|
|
41123
41132
|
}).then(function (res) {
|
|
41124
41133
|
var status = res.status,
|
|
@@ -41154,7 +41163,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41154
41163
|
if (mainConfig) {
|
|
41155
41164
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
41156
41165
|
} else {
|
|
41157
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
41166
|
+
utils_util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
|
|
41158
41167
|
var status = res.status,
|
|
41159
41168
|
data = res.data;
|
|
41160
41169
|
|
|
@@ -41189,7 +41198,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41189
41198
|
var _this5 = this;
|
|
41190
41199
|
|
|
41191
41200
|
utils_util["a" /* default */].ajax({
|
|
41192
|
-
url: api["
|
|
41201
|
+
url: api["z" /* findCodeValues */],
|
|
41193
41202
|
params: {
|
|
41194
41203
|
ccCode: 'notification_type',
|
|
41195
41204
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
@@ -41255,7 +41264,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41255
41264
|
pendingId: this.pendingId
|
|
41256
41265
|
};
|
|
41257
41266
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
|
|
41258
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
41267
|
+
utils_util["a" /* default */].ajax({ url: api["Vb" /* tempSave */], params: params }).then(function (res) {
|
|
41259
41268
|
var status = res.status,
|
|
41260
41269
|
message = res.message;
|
|
41261
41270
|
|
|
@@ -41329,7 +41338,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41329
41338
|
var _this10 = this;
|
|
41330
41339
|
|
|
41331
41340
|
utils_util["a" /* default */].ajax({
|
|
41332
|
-
url: api["
|
|
41341
|
+
url: api["B" /* findSysCodes */]
|
|
41333
41342
|
}).then(function (res) {
|
|
41334
41343
|
var status = res.status,
|
|
41335
41344
|
message = res.message;
|
|
@@ -41361,7 +41370,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41361
41370
|
nodeId = _endFlowInfo.nodeId;
|
|
41362
41371
|
|
|
41363
41372
|
var param = {
|
|
41364
|
-
url: api["
|
|
41373
|
+
url: api["L" /* getFreeStartFlowParams */],
|
|
41365
41374
|
params: {
|
|
41366
41375
|
businessId: businessId,
|
|
41367
41376
|
processDefinitionId: processDefinitionId,
|
|
@@ -41401,7 +41410,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41401
41410
|
|
|
41402
41411
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
41403
41412
|
var params = {
|
|
41404
|
-
url: api["
|
|
41413
|
+
url: api["y" /* endFlowHtml */],
|
|
41405
41414
|
headers: { Accept: 'application/json,text/plain' },
|
|
41406
41415
|
method: 'post',
|
|
41407
41416
|
data: freeStartFlowvue_type_script_lang_js_extends({}, _this13.endFlowInfo, _this13.nextNode, {
|
|
@@ -41549,7 +41558,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41549
41558
|
var _this15 = this;
|
|
41550
41559
|
|
|
41551
41560
|
var params = {
|
|
41552
|
-
url: api["
|
|
41561
|
+
url: api["kb" /* isCanStartSubFlow */],
|
|
41553
41562
|
data: {
|
|
41554
41563
|
appId: this.taskExamineInfo.appId,
|
|
41555
41564
|
inevitableNode: res.inevitableNode
|
|
@@ -41659,7 +41668,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41659
41668
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
41660
41669
|
// return this.$message.warning('请填写意见');
|
|
41661
41670
|
var params = {
|
|
41662
|
-
url: api["
|
|
41671
|
+
url: api["yb" /* rejectAndEnd */],
|
|
41663
41672
|
headers: { Accept: 'application/json,text/plain' },
|
|
41664
41673
|
method: 'post',
|
|
41665
41674
|
data: {
|
|
@@ -41729,7 +41738,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41729
41738
|
pendingId: this.pendingId,
|
|
41730
41739
|
businessId: this.businessIds
|
|
41731
41740
|
};
|
|
41732
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
41741
|
+
utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
|
|
41733
41742
|
var status = res.status,
|
|
41734
41743
|
message = res.message,
|
|
41735
41744
|
data = res.data;
|
|
@@ -41979,7 +41988,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41979
41988
|
pendingId: this.pendingId,
|
|
41980
41989
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
41981
41990
|
};
|
|
41982
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
41991
|
+
utils_util["a" /* default */].ajax({ url: api["M" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
41983
41992
|
//pc返回数据
|
|
41984
41993
|
|
|
41985
41994
|
_this24.loading.close();
|
|
@@ -42271,7 +42280,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42271
42280
|
// onlyFlag: true
|
|
42272
42281
|
};
|
|
42273
42282
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
42274
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
42283
|
+
utils_util["a" /* default */].ajax({ url: api["V" /* getProcessDefList */], params: params }).then(function (res) {
|
|
42275
42284
|
var status = res.status,
|
|
42276
42285
|
message = res.message,
|
|
42277
42286
|
data = res.data;
|
|
@@ -42324,7 +42333,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42324
42333
|
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
42325
42334
|
type: 2
|
|
42326
42335
|
};
|
|
42327
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
42336
|
+
utils_util["a" /* default */].ajax({ url: api["pb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
42328
42337
|
var rCode = res.rCode,
|
|
42329
42338
|
msg = res.msg,
|
|
42330
42339
|
results = res.results;
|
|
@@ -42520,7 +42529,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42520
42529
|
params.isSubFlow = taskExamineInfo.isSubFlow;
|
|
42521
42530
|
params.nodeId = taskExamineInfo.nodeId;
|
|
42522
42531
|
params.needRetrialAuth = needRetrialAuth;
|
|
42523
|
-
return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["
|
|
42532
|
+
return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Lb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
42524
42533
|
var status = res.status,
|
|
42525
42534
|
message = res.message;
|
|
42526
42535
|
|
|
@@ -42879,7 +42888,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
42879
42888
|
pendingUserIds = _nextNode.pendingUserIds;
|
|
42880
42889
|
|
|
42881
42890
|
var params = {
|
|
42882
|
-
url: api["
|
|
42891
|
+
url: api["hc" /* toTaskSuperviseSub */],
|
|
42883
42892
|
params: {
|
|
42884
42893
|
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
42885
42894
|
urgeUserIds: pendingUserIds,
|
|
@@ -42904,7 +42913,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
42904
42913
|
|
|
42905
42914
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
42906
42915
|
utils_util["a" /* default */].ajax({
|
|
42907
|
-
url: api["
|
|
42916
|
+
url: api["gc" /* toTaskSupervise */],
|
|
42908
42917
|
params: {
|
|
42909
42918
|
businessId: this.businessId,
|
|
42910
42919
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
@@ -42947,8 +42956,8 @@ var supervise_component = normalizeComponent(
|
|
|
42947
42956
|
)
|
|
42948
42957
|
|
|
42949
42958
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
42950
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
42951
|
-
var
|
|
42959
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=3f042944&
|
|
42960
|
+
var Circulatevue_type_template_id_3f042944_render = function () {
|
|
42952
42961
|
var _vm = this
|
|
42953
42962
|
var _h = _vm.$createElement
|
|
42954
42963
|
var _c = _vm._self._c || _h
|
|
@@ -43136,11 +43145,11 @@ var Circulatevue_type_template_id_cd78d70e_render = function () {
|
|
|
43136
43145
|
1
|
|
43137
43146
|
)
|
|
43138
43147
|
}
|
|
43139
|
-
var
|
|
43140
|
-
|
|
43148
|
+
var Circulatevue_type_template_id_3f042944_staticRenderFns = []
|
|
43149
|
+
Circulatevue_type_template_id_3f042944_render._withStripped = true
|
|
43141
43150
|
|
|
43142
43151
|
|
|
43143
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
43152
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3f042944&
|
|
43144
43153
|
|
|
43145
43154
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
|
|
43146
43155
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -43246,7 +43255,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
43246
43255
|
disabled: { type: Boolean, default: false },
|
|
43247
43256
|
simpleTips: { type: Boolean, default: true },
|
|
43248
43257
|
showBtn: { type: Boolean, default: true },
|
|
43249
|
-
multiple: { type: Boolean, default: true }
|
|
43258
|
+
multiple: { type: Boolean, default: true },
|
|
43259
|
+
selectorParams: { type: Object, default: function _default() {} }
|
|
43250
43260
|
},
|
|
43251
43261
|
inheritAttrs: false,
|
|
43252
43262
|
data: function data() {
|
|
@@ -43280,11 +43290,20 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
43280
43290
|
isHideCurrentOrg: 0,
|
|
43281
43291
|
isOpinionRequired: 0,
|
|
43282
43292
|
otherParams: { filid: 'other' },
|
|
43283
|
-
loading: false
|
|
43293
|
+
loading: false,
|
|
43294
|
+
userModel: {}
|
|
43284
43295
|
};
|
|
43285
43296
|
},
|
|
43286
43297
|
|
|
43287
43298
|
watch: {
|
|
43299
|
+
selectorParams: {
|
|
43300
|
+
handler: function handler(val) {
|
|
43301
|
+
this.params = val;
|
|
43302
|
+
},
|
|
43303
|
+
|
|
43304
|
+
deep: true,
|
|
43305
|
+
immediate: true
|
|
43306
|
+
},
|
|
43288
43307
|
oldOption: {
|
|
43289
43308
|
handler: function handler(val) {
|
|
43290
43309
|
this.opinion = val;
|
|
@@ -43295,6 +43314,11 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
43295
43314
|
}
|
|
43296
43315
|
},
|
|
43297
43316
|
mounted: function mounted() {
|
|
43317
|
+
var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
|
|
43318
|
+
if (mainConfig) {
|
|
43319
|
+
this.userModel = JSON.parse(mainConfig).userModel;
|
|
43320
|
+
this.params.filid = this.userModel.orgId;
|
|
43321
|
+
}
|
|
43298
43322
|
this.loading = true;
|
|
43299
43323
|
this.newMultiple = this.multiple;
|
|
43300
43324
|
this.opinion = this.oldOption;
|
|
@@ -43326,7 +43350,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
43326
43350
|
}
|
|
43327
43351
|
|
|
43328
43352
|
var param = {
|
|
43329
|
-
url: api["n" /* directStartTaskCircularRead */],
|
|
43353
|
+
url: this.showBtn ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
|
|
43330
43354
|
data: {
|
|
43331
43355
|
opinion: opinion,
|
|
43332
43356
|
businessId: businessId,
|
|
@@ -43340,6 +43364,10 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
43340
43364
|
headers: { Accept: 'application/json,text/plain' },
|
|
43341
43365
|
method: 'POST'
|
|
43342
43366
|
};
|
|
43367
|
+
if (!this.showBtn) {
|
|
43368
|
+
param.data.pendingId = this.pendingId;
|
|
43369
|
+
delete param.data.processDefinitionId;
|
|
43370
|
+
}
|
|
43343
43371
|
this.loading = true;
|
|
43344
43372
|
utils_util["a" /* default */].ajax(param).then(function (res) {
|
|
43345
43373
|
var message = res.message,
|
|
@@ -43392,7 +43420,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
43392
43420
|
var _this2 = this;
|
|
43393
43421
|
|
|
43394
43422
|
utils_util["a" /* default */].ajax({
|
|
43395
|
-
url: api["
|
|
43423
|
+
url: api["z" /* findCodeValues */],
|
|
43396
43424
|
params: {
|
|
43397
43425
|
ccCode: 'notification_type',
|
|
43398
43426
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
@@ -43421,7 +43449,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
43421
43449
|
var params = {
|
|
43422
43450
|
pendingId: this.pendingId
|
|
43423
43451
|
};
|
|
43424
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
43452
|
+
utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
43425
43453
|
if (res.status === 'success') {
|
|
43426
43454
|
_this3.infoList.noticeInfo = res.message;
|
|
43427
43455
|
}
|
|
@@ -43437,7 +43465,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
43437
43465
|
var _this4 = this;
|
|
43438
43466
|
|
|
43439
43467
|
utils_util["a" /* default */].ajax({
|
|
43440
|
-
url: api["
|
|
43468
|
+
url: api["B" /* findSysCodes */]
|
|
43441
43469
|
}).then(function (res) {
|
|
43442
43470
|
var status = res.status,
|
|
43443
43471
|
message = res.message;
|
|
@@ -43477,8 +43505,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
43477
43505
|
|
|
43478
43506
|
var Circulate_component = normalizeComponent(
|
|
43479
43507
|
component_Circulatevue_type_script_lang_js_,
|
|
43480
|
-
|
|
43481
|
-
|
|
43508
|
+
Circulatevue_type_template_id_3f042944_render,
|
|
43509
|
+
Circulatevue_type_template_id_3f042944_staticRenderFns,
|
|
43482
43510
|
false,
|
|
43483
43511
|
null,
|
|
43484
43512
|
null,
|
|
@@ -44439,6 +44467,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44439
44467
|
//
|
|
44440
44468
|
//
|
|
44441
44469
|
//
|
|
44470
|
+
//
|
|
44471
|
+
//
|
|
44472
|
+
//
|
|
44473
|
+
//
|
|
44442
44474
|
|
|
44443
44475
|
|
|
44444
44476
|
|
|
@@ -44491,6 +44523,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44491
44523
|
type: Object,
|
|
44492
44524
|
default: function _default() {}
|
|
44493
44525
|
},
|
|
44526
|
+
subParams: {
|
|
44527
|
+
type: Object,
|
|
44528
|
+
default: function _default() {}
|
|
44529
|
+
},
|
|
44494
44530
|
width: {
|
|
44495
44531
|
type: String
|
|
44496
44532
|
},
|
|
@@ -44785,7 +44821,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44785
44821
|
var _this = this;
|
|
44786
44822
|
|
|
44787
44823
|
var params = {
|
|
44788
|
-
url: api["
|
|
44824
|
+
url: api["Q" /* getNodeInfoForStart */],
|
|
44789
44825
|
params: { processDefinitionId: processDefinitionId }
|
|
44790
44826
|
};
|
|
44791
44827
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -44920,7 +44956,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44920
44956
|
var _this3 = this;
|
|
44921
44957
|
|
|
44922
44958
|
var params = {
|
|
44923
|
-
url: api["
|
|
44959
|
+
url: api["G" /* getAdjunctFileInfos */],
|
|
44924
44960
|
params: { ownId: ownId, code: code }
|
|
44925
44961
|
};
|
|
44926
44962
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -45008,7 +45044,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45008
45044
|
taskAction: 'complete'
|
|
45009
45045
|
};
|
|
45010
45046
|
utils_util["a" /* default */].ajax({
|
|
45011
|
-
url: api["
|
|
45047
|
+
url: api["Mb" /* taskReadHtml */],
|
|
45012
45048
|
params: { taskAction: 'complete' },
|
|
45013
45049
|
headers: {
|
|
45014
45050
|
Accept: 'application/json,text/plain'
|
|
@@ -45055,7 +45091,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45055
45091
|
|
|
45056
45092
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
45057
45093
|
utils_util["a" /* default */].ajax({
|
|
45058
|
-
url: api["
|
|
45094
|
+
url: api["bc" /* toStartTaskReadIndex */],
|
|
45059
45095
|
params: { pendingId: this.pendingId }
|
|
45060
45096
|
}).then(function (res) {
|
|
45061
45097
|
var status = res.status,
|
|
@@ -45099,7 +45135,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45099
45135
|
if (mainConfig) {
|
|
45100
45136
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
45101
45137
|
} else {
|
|
45102
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
45138
|
+
utils_util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
|
|
45103
45139
|
var status = res.status,
|
|
45104
45140
|
data = res.data;
|
|
45105
45141
|
|
|
@@ -45134,7 +45170,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45134
45170
|
var _this8 = this;
|
|
45135
45171
|
|
|
45136
45172
|
utils_util["a" /* default */].ajax({
|
|
45137
|
-
url: api["
|
|
45173
|
+
url: api["z" /* findCodeValues */],
|
|
45138
45174
|
params: {
|
|
45139
45175
|
ccCode: 'notification_type',
|
|
45140
45176
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
@@ -45200,7 +45236,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45200
45236
|
pendingId: this.pendingId
|
|
45201
45237
|
};
|
|
45202
45238
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
|
|
45203
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
45239
|
+
utils_util["a" /* default */].ajax({ url: api["Vb" /* tempSave */], params: params }).then(function (res) {
|
|
45204
45240
|
var status = res.status,
|
|
45205
45241
|
message = res.message;
|
|
45206
45242
|
|
|
@@ -45274,7 +45310,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45274
45310
|
var _this13 = this;
|
|
45275
45311
|
|
|
45276
45312
|
utils_util["a" /* default */].ajax({
|
|
45277
|
-
url: api["
|
|
45313
|
+
url: api["B" /* findSysCodes */]
|
|
45278
45314
|
}).then(function (res) {
|
|
45279
45315
|
var status = res.status,
|
|
45280
45316
|
message = res.message;
|
|
@@ -45306,7 +45342,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45306
45342
|
nodeId = _endFlowInfo.nodeId;
|
|
45307
45343
|
|
|
45308
45344
|
var param = {
|
|
45309
|
-
url: api["
|
|
45345
|
+
url: api["L" /* getFreeStartFlowParams */],
|
|
45310
45346
|
params: {
|
|
45311
45347
|
businessId: businessId,
|
|
45312
45348
|
processDefinitionId: processDefinitionId,
|
|
@@ -45357,7 +45393,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45357
45393
|
|
|
45358
45394
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
45359
45395
|
var params = {
|
|
45360
|
-
url: api["
|
|
45396
|
+
url: api["y" /* endFlowHtml */],
|
|
45361
45397
|
headers: { Accept: 'application/json,text/plain' },
|
|
45362
45398
|
method: 'post',
|
|
45363
45399
|
data: flow_src_mainvue_type_script_lang_js_extends({}, _this16.endFlowInfo, _this16.nextNode, {
|
|
@@ -45506,7 +45542,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45506
45542
|
var _this18 = this;
|
|
45507
45543
|
|
|
45508
45544
|
var params = {
|
|
45509
|
-
url: api["
|
|
45545
|
+
url: api["kb" /* isCanStartSubFlow */],
|
|
45510
45546
|
data: {
|
|
45511
45547
|
appId: this.taskExamineInfo.appId,
|
|
45512
45548
|
inevitableNode: res.inevitableNode
|
|
@@ -45616,7 +45652,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45616
45652
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
45617
45653
|
// return this.$message.warning('请填写意见');
|
|
45618
45654
|
var params = {
|
|
45619
|
-
url: api["
|
|
45655
|
+
url: api["yb" /* rejectAndEnd */],
|
|
45620
45656
|
headers: { Accept: 'application/json,text/plain' },
|
|
45621
45657
|
method: 'post',
|
|
45622
45658
|
data: {
|
|
@@ -45687,7 +45723,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45687
45723
|
pendingId: this.pendingId,
|
|
45688
45724
|
businessId: this.businessIds
|
|
45689
45725
|
};
|
|
45690
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
45726
|
+
utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
|
|
45691
45727
|
var status = res.status,
|
|
45692
45728
|
message = res.message,
|
|
45693
45729
|
data = res.data;
|
|
@@ -45942,7 +45978,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45942
45978
|
pendingId: this.pendingId,
|
|
45943
45979
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
45944
45980
|
};
|
|
45945
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
45981
|
+
utils_util["a" /* default */].ajax({ url: api["M" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
45946
45982
|
//pc返回数据
|
|
45947
45983
|
|
|
45948
45984
|
_this27.loading.close();
|
|
@@ -46243,7 +46279,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46243
46279
|
hideTempSave: true
|
|
46244
46280
|
}, this.param);
|
|
46245
46281
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
46246
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
46282
|
+
utils_util["a" /* default */].ajax({ url: api["V" /* getProcessDefList */], params: params }).then(function (res) {
|
|
46247
46283
|
var status = res.status,
|
|
46248
46284
|
message = res.message,
|
|
46249
46285
|
data = res.data;
|
|
@@ -46299,7 +46335,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46299
46335
|
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
46300
46336
|
type: 2
|
|
46301
46337
|
};
|
|
46302
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
46338
|
+
utils_util["a" /* default */].ajax({ url: api["pb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
46303
46339
|
var rCode = res.rCode,
|
|
46304
46340
|
msg = res.msg,
|
|
46305
46341
|
results = res.results;
|
|
@@ -46600,7 +46636,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46600
46636
|
params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
|
|
46601
46637
|
}
|
|
46602
46638
|
|
|
46603
|
-
return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["
|
|
46639
|
+
return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Lb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
46604
46640
|
var status = res.status,
|
|
46605
46641
|
message = res.message;
|
|
46606
46642
|
|
|
@@ -46682,8 +46718,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46682
46718
|
|
|
46683
46719
|
var flow_src_main_component = normalizeComponent(
|
|
46684
46720
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
46685
|
-
|
|
46686
|
-
|
|
46721
|
+
mainvue_type_template_id_5f8259cf_render,
|
|
46722
|
+
mainvue_type_template_id_5f8259cf_staticRenderFns,
|
|
46687
46723
|
false,
|
|
46688
46724
|
null,
|
|
46689
46725
|
null,
|
|
@@ -48673,8 +48709,8 @@ flow_group_src_main.install = function (Vue) {
|
|
|
48673
48709
|
};
|
|
48674
48710
|
|
|
48675
48711
|
/* harmony default export */ var flow_group = (flow_group_src_main);
|
|
48676
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
48677
|
-
var
|
|
48712
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=64b7e13b&
|
|
48713
|
+
var mainvue_type_template_id_64b7e13b_render = function () {
|
|
48678
48714
|
var _vm = this
|
|
48679
48715
|
var _h = _vm.$createElement
|
|
48680
48716
|
var _c = _vm._self._c || _h
|
|
@@ -48877,11 +48913,11 @@ var mainvue_type_template_id_0f6641c6_render = function () {
|
|
|
48877
48913
|
2
|
|
48878
48914
|
)
|
|
48879
48915
|
}
|
|
48880
|
-
var
|
|
48881
|
-
|
|
48916
|
+
var mainvue_type_template_id_64b7e13b_staticRenderFns = []
|
|
48917
|
+
mainvue_type_template_id_64b7e13b_render._withStripped = true
|
|
48882
48918
|
|
|
48883
48919
|
|
|
48884
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
48920
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=64b7e13b&
|
|
48885
48921
|
|
|
48886
48922
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
|
|
48887
48923
|
|
|
@@ -49919,7 +49955,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
49919
49955
|
return x.id;
|
|
49920
49956
|
}).join(',');
|
|
49921
49957
|
var params = {
|
|
49922
|
-
url: api["
|
|
49958
|
+
url: api["Nb" /* taskReadWithDraw */],
|
|
49923
49959
|
params: {
|
|
49924
49960
|
pendingIds: pendingIds
|
|
49925
49961
|
}
|
|
@@ -50009,7 +50045,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50009
50045
|
|
|
50010
50046
|
var _that = this;
|
|
50011
50047
|
var params = {
|
|
50012
|
-
url: api["
|
|
50048
|
+
url: api["rb" /* pendedhistoryListWithCircularReadJson */],
|
|
50013
50049
|
params: { apprecordid: _that.businessId }
|
|
50014
50050
|
};
|
|
50015
50051
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -50031,24 +50067,31 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50031
50067
|
switch (type) {
|
|
50032
50068
|
case 'preset':
|
|
50033
50069
|
this.flowListCount.preset = this.presetData.length;
|
|
50070
|
+
this.flowListCount.presetData = this.presetData;
|
|
50034
50071
|
return this.presetData;
|
|
50035
50072
|
case 'sign':
|
|
50036
50073
|
this.flowListCount.sign = this.signData.length;
|
|
50074
|
+
this.flowListCount.signData = this.signData;
|
|
50037
50075
|
return this.signData;
|
|
50038
50076
|
case 'splitReading':
|
|
50039
50077
|
this.flowListCount.splitReading = this.splitReadingData.length;
|
|
50078
|
+
this.flowListCount.splitReadingData = this.splitReadingData;
|
|
50040
50079
|
return this.splitReadingData;
|
|
50041
50080
|
case 'circular':
|
|
50042
50081
|
this.flowListCount.circular = this.circularData.length;
|
|
50082
|
+
this.flowListCount.circularData = this.circularData;
|
|
50043
50083
|
return this.circularData;
|
|
50044
50084
|
case 'untreatedRead':
|
|
50045
50085
|
this.flowListCount.untreatedRead = this.untreatedReadData.length;
|
|
50086
|
+
this.flowListCount.untreatedReadData = this.untreatedReadData;
|
|
50046
50087
|
return this.untreatedReadData;
|
|
50047
50088
|
case 'processedRead':
|
|
50048
50089
|
this.flowListCount.processedRead = this.processedReadData.length;
|
|
50090
|
+
this.flowListCount.processedReadData = this.processedReadData;
|
|
50049
50091
|
return this.processedReadData;
|
|
50050
50092
|
default:
|
|
50051
50093
|
this.flowListCount.flow = this.flowData.length;
|
|
50094
|
+
this.flowListCount.flowData = this.flowData;
|
|
50052
50095
|
return this.flowData;
|
|
50053
50096
|
}
|
|
50054
50097
|
},
|
|
@@ -50178,7 +50221,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50178
50221
|
|
|
50179
50222
|
this.pressLoading = true;
|
|
50180
50223
|
var params = {
|
|
50181
|
-
url: api["
|
|
50224
|
+
url: api["sb" /* pressListJson */],
|
|
50182
50225
|
params: { historyId: historyId },
|
|
50183
50226
|
method: 'POST',
|
|
50184
50227
|
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
|
|
@@ -50244,7 +50287,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50244
50287
|
switch (_context3.prev = _context3.next) {
|
|
50245
50288
|
case 0:
|
|
50246
50289
|
params = {
|
|
50247
|
-
url: api["
|
|
50290
|
+
url: api["F" /* fyListJson */],
|
|
50248
50291
|
params: {
|
|
50249
50292
|
appRecordId: _this12.businessId,
|
|
50250
50293
|
status: type
|
|
@@ -50283,7 +50326,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50283
50326
|
var _this13 = this;
|
|
50284
50327
|
|
|
50285
50328
|
var params = {
|
|
50286
|
-
url: api["
|
|
50329
|
+
url: api["qb" /* pendedhistoryListJson */],
|
|
50287
50330
|
params: flow_list_src_mainvue_type_script_lang_js_extends({
|
|
50288
50331
|
apprecordid: this.businessId,
|
|
50289
50332
|
pendingAttr: 0,
|
|
@@ -50430,7 +50473,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50430
50473
|
var _this15 = this;
|
|
50431
50474
|
|
|
50432
50475
|
var params = {
|
|
50433
|
-
url: api["
|
|
50476
|
+
url: api["z" /* findCodeValues */],
|
|
50434
50477
|
params: { ccCode: code }
|
|
50435
50478
|
};
|
|
50436
50479
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -50456,7 +50499,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50456
50499
|
var _this16 = this;
|
|
50457
50500
|
|
|
50458
50501
|
var param = {
|
|
50459
|
-
url: api["
|
|
50502
|
+
url: api["Wb" /* toPresetInfoListIndex */],
|
|
50460
50503
|
params: { apprecordid: this.businessId }
|
|
50461
50504
|
};
|
|
50462
50505
|
utils_util["a" /* default */].ajax(param).then(function (res) {
|
|
@@ -50503,8 +50546,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50503
50546
|
|
|
50504
50547
|
var flow_list_src_main_component = normalizeComponent(
|
|
50505
50548
|
packages_flow_list_src_mainvue_type_script_lang_js_,
|
|
50506
|
-
|
|
50507
|
-
|
|
50549
|
+
mainvue_type_template_id_64b7e13b_render,
|
|
50550
|
+
mainvue_type_template_id_64b7e13b_staticRenderFns,
|
|
50508
50551
|
false,
|
|
50509
50552
|
null,
|
|
50510
50553
|
null,
|
|
@@ -50719,7 +50762,7 @@ mainvue_type_template_id_3d02c60c_render._withStripped = true
|
|
|
50719
50762
|
|
|
50720
50763
|
if (this.job.id !== item.id) {
|
|
50721
50764
|
this.job = item;
|
|
50722
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
50765
|
+
utils_util["a" /* default */].ajax({ url: api["Ib" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
|
|
50723
50766
|
if (res.rCode == 0) {
|
|
50724
50767
|
utils_util["a" /* default */].setStorage({
|
|
50725
50768
|
type: _this.storage,
|
|
@@ -51428,7 +51471,7 @@ var _props;
|
|
|
51428
51471
|
document.body.appendChild(iframe);
|
|
51429
51472
|
}
|
|
51430
51473
|
}
|
|
51431
|
-
utils_util["a" /* default */].ajax({ method: 'post', url: api["
|
|
51474
|
+
utils_util["a" /* default */].ajax({ method: 'post', url: api["nb" /* logout */] }).then(function (res) {
|
|
51432
51475
|
if (res.rCode == 0) {
|
|
51433
51476
|
utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
51434
51477
|
if (_this.onQuit && typeof _this.onQuit === 'function') {
|
|
@@ -51560,7 +51603,7 @@ mainvue_type_template_id_20e44f4a_render._withStripped = true
|
|
|
51560
51603
|
props: {
|
|
51561
51604
|
preview: {
|
|
51562
51605
|
type: String,
|
|
51563
|
-
default: api["
|
|
51606
|
+
default: api["tb" /* previewAdjunct */] + '?adjunctId='
|
|
51564
51607
|
},
|
|
51565
51608
|
contents: [Object, String]
|
|
51566
51609
|
},
|
|
@@ -54707,7 +54750,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
54707
54750
|
var _this2 = this;
|
|
54708
54751
|
|
|
54709
54752
|
utils_util["a" /* default */].ajax({
|
|
54710
|
-
url: api["
|
|
54753
|
+
url: api["hb" /* initModifyPassword */]
|
|
54711
54754
|
}).then(function (res) {
|
|
54712
54755
|
if (res.rCode === 0) {
|
|
54713
54756
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -54767,7 +54810,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
54767
54810
|
var _this4 = this;
|
|
54768
54811
|
|
|
54769
54812
|
utils_util["a" /* default */].ajax({
|
|
54770
|
-
url: api["
|
|
54813
|
+
url: api["O" /* getModifyPassCode */],
|
|
54771
54814
|
params: params
|
|
54772
54815
|
}).then(function (res) {
|
|
54773
54816
|
if (res.rCode === 0) {
|
|
@@ -54812,7 +54855,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
54812
54855
|
data.operationCheckCode = this.operationCheckCode;
|
|
54813
54856
|
utils_util["a" /* default */].ajax({
|
|
54814
54857
|
method: 'post',
|
|
54815
|
-
url: api["
|
|
54858
|
+
url: api["lb" /* loginModifyPassword */],
|
|
54816
54859
|
data: data
|
|
54817
54860
|
}).then(function (res) {
|
|
54818
54861
|
_this5.submit = false;
|
|
@@ -55430,7 +55473,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
55430
55473
|
//初始登录配置接口地址
|
|
55431
55474
|
initLogin: {
|
|
55432
55475
|
type: String,
|
|
55433
|
-
default: api["
|
|
55476
|
+
default: api["gb" /* initLogin */]
|
|
55434
55477
|
},
|
|
55435
55478
|
size: String,
|
|
55436
55479
|
mode: {
|
|
@@ -55554,7 +55597,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
55554
55597
|
},
|
|
55555
55598
|
getLoginCode: {
|
|
55556
55599
|
type: String,
|
|
55557
|
-
default: api["
|
|
55600
|
+
default: api["N" /* getLoginCode */]
|
|
55558
55601
|
},
|
|
55559
55602
|
doCodeLogin: {
|
|
55560
55603
|
type: String,
|
|
@@ -55562,7 +55605,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
55562
55605
|
},
|
|
55563
55606
|
getTwoFactorLoginCode: {
|
|
55564
55607
|
type: String,
|
|
55565
|
-
default: api["
|
|
55608
|
+
default: api["ab" /* getTwoFactorLoginCode */]
|
|
55566
55609
|
},
|
|
55567
55610
|
doTwoFactorLogin: {
|
|
55568
55611
|
type: String,
|
|
@@ -59642,7 +59685,7 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
|
|
|
59642
59685
|
},
|
|
59643
59686
|
handleClick: function handleClick(res) {
|
|
59644
59687
|
utils_util["a" /* default */].ajax({
|
|
59645
|
-
url: api["
|
|
59688
|
+
url: api["wb" /* recordUserApp */],
|
|
59646
59689
|
params: {
|
|
59647
59690
|
userId: this.user.userId,
|
|
59648
59691
|
appId: res.id
|
|
@@ -60054,7 +60097,7 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
|
|
|
60054
60097
|
var initLogin = utils_util["a" /* default */].getStorage('initLogin');
|
|
60055
60098
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
60056
60099
|
utils_util["a" /* default */].ajax({
|
|
60057
|
-
url: api["
|
|
60100
|
+
url: api["rc" /* updateUserInfo */],
|
|
60058
60101
|
params: {
|
|
60059
60102
|
email: this.model.email,
|
|
60060
60103
|
officeTel: this.model.officeTel,
|
|
@@ -60290,7 +60333,7 @@ var userinfo_component = normalizeComponent(
|
|
|
60290
60333
|
var _this2 = this;
|
|
60291
60334
|
|
|
60292
60335
|
utils_util["a" /* default */].ajax({
|
|
60293
|
-
url: api["
|
|
60336
|
+
url: api["jb" /* initUserSet */]
|
|
60294
60337
|
}).then(function (res) {
|
|
60295
60338
|
if (res.rCode === 0) {
|
|
60296
60339
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -60331,7 +60374,7 @@ var userinfo_component = normalizeComponent(
|
|
|
60331
60374
|
var notify = this.checked.join(',');
|
|
60332
60375
|
utils_util["a" /* default */].ajax({
|
|
60333
60376
|
method: 'post',
|
|
60334
|
-
url: api["
|
|
60377
|
+
url: api["qc" /* updateUserCustomInfo */],
|
|
60335
60378
|
data: {
|
|
60336
60379
|
notify: notify
|
|
60337
60380
|
}
|
|
@@ -60361,7 +60404,7 @@ var userinfo_component = normalizeComponent(
|
|
|
60361
60404
|
if (this.user.identityId !== res.id) {
|
|
60362
60405
|
utils_util["a" /* default */].ajax({
|
|
60363
60406
|
method: 'post',
|
|
60364
|
-
url: api["
|
|
60407
|
+
url: api["Ib" /* switchUserTo */],
|
|
60365
60408
|
data: { userId: res.value }
|
|
60366
60409
|
}).then(function (res) {
|
|
60367
60410
|
if (res.rCode == 0) {
|
|
@@ -60753,7 +60796,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
60753
60796
|
if (this.pageNum <= this.pageCount) {
|
|
60754
60797
|
this.loading = true;
|
|
60755
60798
|
utils_util["a" /* default */].ajax({
|
|
60756
|
-
url: api["
|
|
60799
|
+
url: api["Jb" /* sysMsgPage */],
|
|
60757
60800
|
params: {
|
|
60758
60801
|
pageNum: reload ? 1 : this.pageNum,
|
|
60759
60802
|
pageSize: this.pageSize
|
|
@@ -60786,7 +60829,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
60786
60829
|
var _this2 = this;
|
|
60787
60830
|
|
|
60788
60831
|
utils_util["a" /* default */].ajax({
|
|
60789
|
-
url: api["
|
|
60832
|
+
url: api["fb" /* ignoreSysMsg */],
|
|
60790
60833
|
params: {
|
|
60791
60834
|
id: res.id
|
|
60792
60835
|
}
|
|
@@ -60806,7 +60849,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
60806
60849
|
var _this3 = this;
|
|
60807
60850
|
|
|
60808
60851
|
utils_util["a" /* default */].ajax({
|
|
60809
|
-
url: api["
|
|
60852
|
+
url: api["eb" /* ignoreAllSysMsg */]
|
|
60810
60853
|
}).then(function (res) {
|
|
60811
60854
|
_this3.count = 0;
|
|
60812
60855
|
_this3.msgs = [];
|
|
@@ -61166,7 +61209,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
|
|
|
61166
61209
|
var _this = this;
|
|
61167
61210
|
|
|
61168
61211
|
utils_util["a" /* default */].ajax({
|
|
61169
|
-
url: api["
|
|
61212
|
+
url: api["fb" /* ignoreSysMsg */],
|
|
61170
61213
|
params: {
|
|
61171
61214
|
id: res.id
|
|
61172
61215
|
}
|
|
@@ -61185,7 +61228,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
|
|
|
61185
61228
|
var _this2 = this;
|
|
61186
61229
|
|
|
61187
61230
|
utils_util["a" /* default */].ajax({
|
|
61188
|
-
url: api["
|
|
61231
|
+
url: api["eb" /* ignoreAllSysMsg */]
|
|
61189
61232
|
}).then(function (res) {
|
|
61190
61233
|
_this2.msgs = [];
|
|
61191
61234
|
_this2.$emit('ignore', { type: 'ignore', value: 'all' });
|
|
@@ -61971,7 +62014,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
|
|
|
61971
62014
|
props: {
|
|
61972
62015
|
sysuseronline: {
|
|
61973
62016
|
type: String,
|
|
61974
|
-
default: api["
|
|
62017
|
+
default: api["wc" /* userOnline */]
|
|
61975
62018
|
}
|
|
61976
62019
|
},
|
|
61977
62020
|
data: function data() {
|
|
@@ -62644,7 +62687,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
62644
62687
|
},
|
|
62645
62688
|
searchType: {
|
|
62646
62689
|
type: String,
|
|
62647
|
-
default: api["
|
|
62690
|
+
default: api["Cb" /* searchType */]
|
|
62648
62691
|
},
|
|
62649
62692
|
pageSize: {
|
|
62650
62693
|
type: Number,
|
|
@@ -63430,7 +63473,7 @@ var events = [function (tabs, index, that) {
|
|
|
63430
63473
|
//应用列表接口
|
|
63431
63474
|
appsUrl: {
|
|
63432
63475
|
type: String,
|
|
63433
|
-
default: api["
|
|
63476
|
+
default: api["bb" /* getUserAppWithTag */]
|
|
63434
63477
|
},
|
|
63435
63478
|
//是否启用子应用菜单接口
|
|
63436
63479
|
application: {
|
|
@@ -63607,9 +63650,9 @@ var events = [function (tabs, index, that) {
|
|
|
63607
63650
|
return this.menuUrl;
|
|
63608
63651
|
}
|
|
63609
63652
|
if (this.application) {
|
|
63610
|
-
return api["
|
|
63653
|
+
return api["J" /* getComplexApplicationsNew */];
|
|
63611
63654
|
}
|
|
63612
|
-
return api["
|
|
63655
|
+
return api["I" /* getComplexApplications */];
|
|
63613
63656
|
},
|
|
63614
63657
|
|
|
63615
63658
|
//人工智能配置
|
|
@@ -64255,8 +64298,8 @@ var events = [function (tabs, index, that) {
|
|
|
64255
64298
|
var _this5 = this;
|
|
64256
64299
|
|
|
64257
64300
|
this.webSocket = utils_util["a" /* default */].socket({
|
|
64258
|
-
url: api["
|
|
64259
|
-
take: api["
|
|
64301
|
+
url: api["xc" /* wss */],
|
|
64302
|
+
take: api["nc" /* topic */],
|
|
64260
64303
|
success: function success(res) {
|
|
64261
64304
|
var data = res.data || {};
|
|
64262
64305
|
for (var i in data) {
|
|
@@ -64462,7 +64505,7 @@ var events = [function (tabs, index, that) {
|
|
|
64462
64505
|
**/
|
|
64463
64506
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
64464
64507
|
utils_util["a" /* default */].ajax({
|
|
64465
|
-
url: api["
|
|
64508
|
+
url: api["wb" /* recordUserApp */],
|
|
64466
64509
|
params: {
|
|
64467
64510
|
userId: this.user.userId,
|
|
64468
64511
|
appId: res.id
|
|
@@ -64750,7 +64793,7 @@ var events = [function (tabs, index, that) {
|
|
|
64750
64793
|
document.body.appendChild(iframe);
|
|
64751
64794
|
}
|
|
64752
64795
|
}
|
|
64753
|
-
utils_util["a" /* default */].ajax({ method: 'post', url: api["
|
|
64796
|
+
utils_util["a" /* default */].ajax({ method: 'post', url: api["nb" /* logout */] }).then(function (res) {
|
|
64754
64797
|
if (res.rCode == 0) {
|
|
64755
64798
|
utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
64756
64799
|
if (_this6.onQuit && typeof _this6.onQuit === 'function') {
|
|
@@ -65808,7 +65851,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
65808
65851
|
var _this2 = this;
|
|
65809
65852
|
|
|
65810
65853
|
utils_util["a" /* default */].ajax({
|
|
65811
|
-
url: api["
|
|
65854
|
+
url: api["jb" /* initUserSet */]
|
|
65812
65855
|
}).then(function (res) {
|
|
65813
65856
|
if (res.rCode === 0) {
|
|
65814
65857
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -65857,7 +65900,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
65857
65900
|
|
|
65858
65901
|
switch (type) {
|
|
65859
65902
|
case 'job':
|
|
65860
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
65903
|
+
utils_util["a" /* default */].ajax({ url: api["Ib" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
|
|
65861
65904
|
if (res.rCode == 0) {
|
|
65862
65905
|
utils_util["a" /* default */].setStorage({
|
|
65863
65906
|
type: _this3.storage,
|
|
@@ -65898,7 +65941,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
65898
65941
|
var initLogin = utils_util["a" /* default */].getStorage('initLogin');
|
|
65899
65942
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
65900
65943
|
utils_util["a" /* default */].ajax({
|
|
65901
|
-
url: api["
|
|
65944
|
+
url: api["rc" /* updateUserInfo */],
|
|
65902
65945
|
params: {
|
|
65903
65946
|
email: this.values.email,
|
|
65904
65947
|
officeTel: this.values.officeTel,
|
|
@@ -65956,7 +65999,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
65956
65999
|
var notify = _this4.values.notify.sort().join(',');
|
|
65957
66000
|
if (notify != _this4.notify.split(',').sort().join(',')) {
|
|
65958
66001
|
utils_util["a" /* default */].ajax({
|
|
65959
|
-
url: api["
|
|
66002
|
+
url: api["qc" /* updateUserCustomInfo */],
|
|
65960
66003
|
params: {
|
|
65961
66004
|
notify: notify
|
|
65962
66005
|
}
|
|
@@ -66311,7 +66354,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
66311
66354
|
if (this.pageNum <= this.pageCount) {
|
|
66312
66355
|
this.loading = true;
|
|
66313
66356
|
utils_util["a" /* default */].ajax({
|
|
66314
|
-
url: api["
|
|
66357
|
+
url: api["Jb" /* sysMsgPage */],
|
|
66315
66358
|
params: {
|
|
66316
66359
|
pageNum: reload ? 1 : this.pageNum,
|
|
66317
66360
|
pageSize: this.pageSize
|
|
@@ -66344,7 +66387,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
66344
66387
|
var _this2 = this;
|
|
66345
66388
|
|
|
66346
66389
|
utils_util["a" /* default */].ajax({
|
|
66347
|
-
url: api["
|
|
66390
|
+
url: api["fb" /* ignoreSysMsg */],
|
|
66348
66391
|
params: {
|
|
66349
66392
|
id: res.id
|
|
66350
66393
|
}
|
|
@@ -66364,7 +66407,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
66364
66407
|
var _this3 = this;
|
|
66365
66408
|
|
|
66366
66409
|
utils_util["a" /* default */].ajax({
|
|
66367
|
-
url: api["
|
|
66410
|
+
url: api["eb" /* ignoreAllSysMsg */]
|
|
66368
66411
|
}).then(function (res) {
|
|
66369
66412
|
_this3.count = 0;
|
|
66370
66413
|
_this3.msgs = [];
|
|
@@ -66699,7 +66742,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
|
|
|
66699
66742
|
var _this = this;
|
|
66700
66743
|
|
|
66701
66744
|
utils_util["a" /* default */].ajax({
|
|
66702
|
-
url: api["
|
|
66745
|
+
url: api["eb" /* ignoreAllSysMsg */]
|
|
66703
66746
|
}).then(function (res) {
|
|
66704
66747
|
_this.count = 0;
|
|
66705
66748
|
_this.msgs = [];
|
|
@@ -67206,7 +67249,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
|
|
|
67206
67249
|
//获取用户信息的接口
|
|
67207
67250
|
mainConfig: {
|
|
67208
67251
|
type: String,
|
|
67209
|
-
default: api["
|
|
67252
|
+
default: api["ob" /* mainConfig */]
|
|
67210
67253
|
},
|
|
67211
67254
|
iframeId: {
|
|
67212
67255
|
type: String,
|
|
@@ -67315,9 +67358,9 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
|
|
|
67315
67358
|
return this.menuUrl;
|
|
67316
67359
|
}
|
|
67317
67360
|
if (this.application) {
|
|
67318
|
-
return api["
|
|
67361
|
+
return api["J" /* getComplexApplicationsNew */];
|
|
67319
67362
|
}
|
|
67320
|
-
return api["
|
|
67363
|
+
return api["I" /* getComplexApplications */];
|
|
67321
67364
|
},
|
|
67322
67365
|
|
|
67323
67366
|
//是否双列右侧菜单
|
|
@@ -67634,7 +67677,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
|
|
|
67634
67677
|
return;
|
|
67635
67678
|
}
|
|
67636
67679
|
utils_util["a" /* default */].ajax({
|
|
67637
|
-
url: api["
|
|
67680
|
+
url: api["qc" /* updateUserCustomInfo */],
|
|
67638
67681
|
params: { color: escape(color.toLowerCase()) },
|
|
67639
67682
|
data: { color: escape(color.toLowerCase()) }
|
|
67640
67683
|
}).then(function (res) {
|
|
@@ -68842,8 +68885,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
|
|
|
68842
68885
|
var _this11 = this;
|
|
68843
68886
|
|
|
68844
68887
|
this.webSocket = utils_util["a" /* default */].socket({
|
|
68845
|
-
url: api["
|
|
68846
|
-
take: api["
|
|
68888
|
+
url: api["xc" /* wss */],
|
|
68889
|
+
take: api["nc" /* topic */],
|
|
68847
68890
|
success: function success(res) {
|
|
68848
68891
|
var data = res.data || {};
|
|
68849
68892
|
for (var i in data) {
|
|
@@ -70673,7 +70716,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
70673
70716
|
text: '重发',
|
|
70674
70717
|
format: false,
|
|
70675
70718
|
method: 'post',
|
|
70676
|
-
action: api["
|
|
70719
|
+
action: api["Db" /* sendBatch */]
|
|
70677
70720
|
}]
|
|
70678
70721
|
}];
|
|
70679
70722
|
}
|
|
@@ -70860,13 +70903,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
70860
70903
|
},
|
|
70861
70904
|
data: function data() {
|
|
70862
70905
|
return {
|
|
70863
|
-
sendList: api["
|
|
70864
|
-
sendBatch: api["
|
|
70906
|
+
sendList: api["Fb" /* sendList */],
|
|
70907
|
+
sendBatch: api["Db" /* sendBatch */],
|
|
70865
70908
|
tableCount: 0,
|
|
70866
70909
|
selectData: [],
|
|
70867
70910
|
formTitle: '',
|
|
70868
70911
|
showForm: false,
|
|
70869
|
-
formData: api["
|
|
70912
|
+
formData: api["Eb" /* sendInfo */],
|
|
70870
70913
|
params: {},
|
|
70871
70914
|
sendTypeDict: [],
|
|
70872
70915
|
statusDict: []
|
|
@@ -70885,7 +70928,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
70885
70928
|
type: 'primary',
|
|
70886
70929
|
checkbox: true,
|
|
70887
70930
|
format: false,
|
|
70888
|
-
action: api["
|
|
70931
|
+
action: api["Db" /* sendBatch */]
|
|
70889
70932
|
}]
|
|
70890
70933
|
}, {
|
|
70891
70934
|
type: 'search',
|
|
@@ -72400,9 +72443,9 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
|
|
|
72400
72443
|
},
|
|
72401
72444
|
findCode: function findCode() {
|
|
72402
72445
|
if (this.service) {
|
|
72403
|
-
return '/' + this.service + api["
|
|
72446
|
+
return '/' + this.service + api["K" /* getDictList */];
|
|
72404
72447
|
}
|
|
72405
|
-
return api["
|
|
72448
|
+
return api["A" /* findSysCode */];
|
|
72406
72449
|
}
|
|
72407
72450
|
},
|
|
72408
72451
|
watch: {
|
|
@@ -72828,7 +72871,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
|
|
|
72828
72871
|
var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
|
|
72829
72872
|
mainConfig && (this.userModel = JSON.parse(mainConfig).userModel);
|
|
72830
72873
|
utils_util["a" /* default */].ajax({
|
|
72831
|
-
url: api["
|
|
72874
|
+
url: api["ib" /* initRetrialAuth */]
|
|
72832
72875
|
}).then(function (res) {
|
|
72833
72876
|
var rCode = res.rCode,
|
|
72834
72877
|
results = res.results;
|
|
@@ -72912,7 +72955,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
|
|
|
72912
72955
|
}
|
|
72913
72956
|
}, 1000);
|
|
72914
72957
|
utils_util["a" /* default */].ajax({
|
|
72915
|
-
url: api["
|
|
72958
|
+
url: api["W" /* getRetrialAuthCode */],
|
|
72916
72959
|
method: 'post',
|
|
72917
72960
|
data: params,
|
|
72918
72961
|
params: params
|
|
@@ -72937,7 +72980,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
|
|
|
72937
72980
|
uuid: this.uuid
|
|
72938
72981
|
};
|
|
72939
72982
|
utils_util["a" /* default */].ajax({
|
|
72940
|
-
url: api["
|
|
72983
|
+
url: api["Bb" /* scanCodeRetrialAuth */],
|
|
72941
72984
|
method: 'post',
|
|
72942
72985
|
data: params,
|
|
72943
72986
|
params: params
|
|
@@ -73201,9 +73244,9 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
|
|
|
73201
73244
|
},
|
|
73202
73245
|
findCode: function findCode() {
|
|
73203
73246
|
if (this.service) {
|
|
73204
|
-
return '/' + this.service + api["
|
|
73247
|
+
return '/' + this.service + api["K" /* getDictList */];
|
|
73205
73248
|
}
|
|
73206
|
-
return api["
|
|
73249
|
+
return api["A" /* findSysCode */];
|
|
73207
73250
|
}
|
|
73208
73251
|
},
|
|
73209
73252
|
watch: {
|
|
@@ -73916,9 +73959,9 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
|
|
|
73916
73959
|
},
|
|
73917
73960
|
findCode: function findCode() {
|
|
73918
73961
|
if (this.service) {
|
|
73919
|
-
return '/' + this.service + api["
|
|
73962
|
+
return '/' + this.service + api["K" /* getDictList */];
|
|
73920
73963
|
}
|
|
73921
|
-
return api["
|
|
73964
|
+
return api["A" /* findSysCode */];
|
|
73922
73965
|
}
|
|
73923
73966
|
},
|
|
73924
73967
|
watch: {
|
|
@@ -75210,7 +75253,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
75210
75253
|
value: [Array, Object],
|
|
75211
75254
|
action: {
|
|
75212
75255
|
type: String,
|
|
75213
|
-
default: api["
|
|
75256
|
+
default: api["Y" /* getSelectorOrgDetail */]
|
|
75214
75257
|
},
|
|
75215
75258
|
host: {
|
|
75216
75259
|
type: String,
|
|
@@ -76765,7 +76808,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
76765
76808
|
},
|
|
76766
76809
|
selection: {
|
|
76767
76810
|
type: [String, Array],
|
|
76768
|
-
default: api["
|
|
76811
|
+
default: api["Y" /* getSelectorOrgDetail */]
|
|
76769
76812
|
},
|
|
76770
76813
|
param: {
|
|
76771
76814
|
type: Object,
|
|
@@ -76857,7 +76900,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
76857
76900
|
enterprise: {
|
|
76858
76901
|
label: '选择单位',
|
|
76859
76902
|
name: 'enterprise',
|
|
76860
|
-
url: api["
|
|
76903
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
76861
76904
|
data: [],
|
|
76862
76905
|
nodeData: '',
|
|
76863
76906
|
selection: [],
|
|
@@ -76871,7 +76914,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
76871
76914
|
department: {
|
|
76872
76915
|
label: '选择部门',
|
|
76873
76916
|
name: 'department',
|
|
76874
|
-
url: api["
|
|
76917
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
76875
76918
|
data: [],
|
|
76876
76919
|
nodeData: '',
|
|
76877
76920
|
selection: [],
|
|
@@ -76885,7 +76928,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
76885
76928
|
employee: {
|
|
76886
76929
|
label: '选择用户',
|
|
76887
76930
|
name: 'employee',
|
|
76888
|
-
url: api["
|
|
76931
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
76889
76932
|
data: [],
|
|
76890
76933
|
nodeData: '',
|
|
76891
76934
|
selection: [],
|
|
@@ -76899,7 +76942,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
76899
76942
|
myemployee: {
|
|
76900
76943
|
label: '本单位用户',
|
|
76901
76944
|
name: 'myemployee',
|
|
76902
|
-
url: api["
|
|
76945
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
76903
76946
|
data: [],
|
|
76904
76947
|
nodeData: '',
|
|
76905
76948
|
selection: [],
|
|
@@ -76913,7 +76956,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
76913
76956
|
otheremployee: {
|
|
76914
76957
|
label: '外单位用户',
|
|
76915
76958
|
name: 'otheremployee',
|
|
76916
|
-
url: api["
|
|
76959
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
76917
76960
|
data: [],
|
|
76918
76961
|
nodeData: '',
|
|
76919
76962
|
selection: [],
|
|
@@ -76927,7 +76970,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
76927
76970
|
person: {
|
|
76928
76971
|
label: '选择人员',
|
|
76929
76972
|
name: 'person',
|
|
76930
|
-
url: api["
|
|
76973
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
76931
76974
|
data: [],
|
|
76932
76975
|
nodeData: '',
|
|
76933
76976
|
selection: [],
|
|
@@ -76941,7 +76984,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
76941
76984
|
otherperson: {
|
|
76942
76985
|
label: '外单位人员',
|
|
76943
76986
|
name: 'otherperson',
|
|
76944
|
-
url: api["
|
|
76987
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
76945
76988
|
data: [],
|
|
76946
76989
|
nodeData: '',
|
|
76947
76990
|
selection: [],
|
|
@@ -76955,7 +76998,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
76955
76998
|
persongroup: {
|
|
76956
76999
|
label: '选择群组成员',
|
|
76957
77000
|
name: 'persongroup',
|
|
76958
|
-
url: api["
|
|
77001
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
76959
77002
|
data: [],
|
|
76960
77003
|
nodeData: '',
|
|
76961
77004
|
selection: [],
|
|
@@ -76973,7 +77016,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
76973
77016
|
selection: [],
|
|
76974
77017
|
value: [],
|
|
76975
77018
|
name: 'filgroup',
|
|
76976
|
-
url: api["
|
|
77019
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
76977
77020
|
param: {
|
|
76978
77021
|
showarea: 3,
|
|
76979
77022
|
id: 0,
|
|
@@ -76983,7 +77026,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
76983
77026
|
depgroup: {
|
|
76984
77027
|
label: '部门群组成员',
|
|
76985
77028
|
name: 'depgroup',
|
|
76986
|
-
url: api["
|
|
77029
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
76987
77030
|
data: [],
|
|
76988
77031
|
nodeData: '',
|
|
76989
77032
|
selection: [],
|
|
@@ -76997,7 +77040,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
76997
77040
|
persongroupobj: {
|
|
76998
77041
|
label: '人员群组',
|
|
76999
77042
|
name: 'persongroupobj',
|
|
77000
|
-
url: api["
|
|
77043
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
77001
77044
|
data: [],
|
|
77002
77045
|
nodeData: '',
|
|
77003
77046
|
selection: [],
|
|
@@ -77011,7 +77054,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
77011
77054
|
filgroupobj: {
|
|
77012
77055
|
label: '单位群组',
|
|
77013
77056
|
name: 'filgroupobj',
|
|
77014
|
-
url: api["
|
|
77057
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
77015
77058
|
data: [],
|
|
77016
77059
|
nodeData: '',
|
|
77017
77060
|
selection: [],
|
|
@@ -77025,7 +77068,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
77025
77068
|
depgroupobj: {
|
|
77026
77069
|
label: '部门群组',
|
|
77027
77070
|
name: 'depgroupobj',
|
|
77028
|
-
url: api["
|
|
77071
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
77029
77072
|
data: [],
|
|
77030
77073
|
nodeData: '',
|
|
77031
77074
|
selection: [],
|
|
@@ -77039,7 +77082,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
77039
77082
|
role: {
|
|
77040
77083
|
label: '选择角色',
|
|
77041
77084
|
name: 'role',
|
|
77042
|
-
url: api["
|
|
77085
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
77043
77086
|
data: [],
|
|
77044
77087
|
nodeData: '',
|
|
77045
77088
|
selection: [],
|
|
@@ -77053,7 +77096,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
77053
77096
|
post: {
|
|
77054
77097
|
label: '选择岗位',
|
|
77055
77098
|
name: 'post',
|
|
77056
|
-
url: api["
|
|
77099
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
77057
77100
|
data: [],
|
|
77058
77101
|
nodeData: '',
|
|
77059
77102
|
selection: [],
|
|
@@ -77067,7 +77110,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
77067
77110
|
codetable: {
|
|
77068
77111
|
label: '代码表',
|
|
77069
77112
|
name: 'codetable',
|
|
77070
|
-
url: api["
|
|
77113
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
77071
77114
|
data: [],
|
|
77072
77115
|
nodeData: '',
|
|
77073
77116
|
selection: [],
|
|
@@ -77081,7 +77124,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
77081
77124
|
topcontacts: {
|
|
77082
77125
|
label: '常用联系人',
|
|
77083
77126
|
name: 'topcontacts',
|
|
77084
|
-
url: api["
|
|
77127
|
+
url: api["Z" /* getSelectorOrgTree */],
|
|
77085
77128
|
data: [],
|
|
77086
77129
|
nodeData: '',
|
|
77087
77130
|
selection: [],
|
|
@@ -77743,11 +77786,11 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
|
|
|
77743
77786
|
},
|
|
77744
77787
|
url: {
|
|
77745
77788
|
type: String,
|
|
77746
|
-
default: api["
|
|
77789
|
+
default: api["S" /* getOrgMainTree */]
|
|
77747
77790
|
},
|
|
77748
77791
|
orgUrl: {
|
|
77749
77792
|
type: String,
|
|
77750
|
-
default: api["
|
|
77793
|
+
default: api["X" /* getSelectOrgsubids */]
|
|
77751
77794
|
},
|
|
77752
77795
|
selectField: {
|
|
77753
77796
|
type: String,
|
|
@@ -81211,7 +81254,7 @@ mainvue_type_template_id_6baa7a0b_render._withStripped = true
|
|
|
81211
81254
|
},
|
|
81212
81255
|
url: {
|
|
81213
81256
|
type: String,
|
|
81214
|
-
default: api["
|
|
81257
|
+
default: api["cb" /* gethelpdoc */]
|
|
81215
81258
|
},
|
|
81216
81259
|
param: {
|
|
81217
81260
|
type: Object,
|
|
@@ -81720,7 +81763,7 @@ mainvue_type_template_id_367f47a8_render._withStripped = true
|
|
|
81720
81763
|
// 选择项远程地址
|
|
81721
81764
|
url: {
|
|
81722
81765
|
type: String,
|
|
81723
|
-
default: api["
|
|
81766
|
+
default: api["S" /* getOrgMainTree */]
|
|
81724
81767
|
},
|
|
81725
81768
|
system: {
|
|
81726
81769
|
type: Boolean,
|
|
@@ -88640,7 +88683,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
88640
88683
|
}, mainvue_type_script_lang_js_props.properties = {
|
|
88641
88684
|
type: String,
|
|
88642
88685
|
default: function _default() {
|
|
88643
|
-
return api["
|
|
88686
|
+
return api["H" /* getAdjunctProperties */];
|
|
88644
88687
|
}
|
|
88645
88688
|
}, mainvue_type_script_lang_js_props.fileIcons = {
|
|
88646
88689
|
type: Object,
|
|
@@ -88675,7 +88718,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
88675
88718
|
source: '',
|
|
88676
88719
|
excludeNames: '',
|
|
88677
88720
|
boxHeight: this.listHeight,
|
|
88678
|
-
previewAdjunct: api["
|
|
88721
|
+
previewAdjunct: api["tb" /* previewAdjunct */],
|
|
88679
88722
|
kkfileview: null,
|
|
88680
88723
|
dochubConfig: {}
|
|
88681
88724
|
};
|
|
@@ -88733,7 +88776,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
88733
88776
|
return this.totalSize ? this.totalSize : this.fileTotalSize ? this.fileTotalSize : 0;
|
|
88734
88777
|
},
|
|
88735
88778
|
getAdjunctFileInfos: function getAdjunctFileInfos() {
|
|
88736
|
-
return typeof this.fileList === 'string' ? this.fileList : api["
|
|
88779
|
+
return typeof this.fileList === 'string' ? this.fileList : api["G" /* getAdjunctFileInfos */];
|
|
88737
88780
|
},
|
|
88738
88781
|
showList: function showList() {
|
|
88739
88782
|
return this.portrait ? false : this.showFileList;
|
|
@@ -88932,7 +88975,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
88932
88975
|
this.dochubConfig = config.dochubConfig;
|
|
88933
88976
|
}
|
|
88934
88977
|
|
|
88935
|
-
var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["
|
|
88978
|
+
var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["tc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["vc" /* uploads */];
|
|
88936
88979
|
this.uploadUrl = url.indexOf(this.host) > -1 ? url : this.host + url;
|
|
88937
88980
|
this.requestFiles && this.getFiles();
|
|
88938
88981
|
} else {
|
|
@@ -88955,7 +88998,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
88955
88998
|
_this3.dochubConfig = res.results.dochubConfig;
|
|
88956
88999
|
sessionStorage.setItem('dochubConfig', JSON.stringify(res.results.dochubConfig));
|
|
88957
89000
|
}
|
|
88958
|
-
var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["
|
|
89001
|
+
var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["tc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["vc" /* uploads */];
|
|
88959
89002
|
_this3.uploadUrl = _url.indexOf(_this3.host) > -1 ? _url : _this3.host + _url;
|
|
88960
89003
|
if (res.results.kkViewRootPath) {
|
|
88961
89004
|
_this3.kkfileview = res.results.kkViewRootPath;
|
|
@@ -88985,7 +89028,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
88985
89028
|
if (!this.show || this.fileList && Array.isArray(this.fileList) && this.fileList.length || this.requiredOwnId && !Object.prototype.hasOwnProperty.call(this.params, 'ownId')) {
|
|
88986
89029
|
return false;
|
|
88987
89030
|
}
|
|
88988
|
-
var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["
|
|
89031
|
+
var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["G" /* getAdjunctFileInfos */];
|
|
88989
89032
|
utils_util["a" /* default */].ajax({
|
|
88990
89033
|
method: this.method,
|
|
88991
89034
|
url: url,
|
|
@@ -89070,13 +89113,13 @@ var mainvue_type_script_lang_js_props;
|
|
|
89070
89113
|
if (this.kkfileview) {
|
|
89071
89114
|
this.openKkfileview(file);
|
|
89072
89115
|
} else {
|
|
89073
|
-
utils_util["a" /* default */].win.open(this.host + (url ? url : api["
|
|
89116
|
+
utils_util["a" /* default */].win.open(this.host + (url ? url : api["vb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
|
|
89074
89117
|
}
|
|
89075
89118
|
} else if (suffix.includes('pdf')) {
|
|
89076
89119
|
if (this.kkfileview) {
|
|
89077
89120
|
this.openKkfileview(file);
|
|
89078
89121
|
} else {
|
|
89079
|
-
utils_util["a" /* default */].win.open(this.host + (url ? url : api["
|
|
89122
|
+
utils_util["a" /* default */].win.open(this.host + (url ? url : api["ub" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
|
|
89080
89123
|
}
|
|
89081
89124
|
} else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
|
|
89082
89125
|
this.imgUrl = res.url && utils_util["a" /* default */].startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
|
|
@@ -89241,7 +89284,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
89241
89284
|
}
|
|
89242
89285
|
},
|
|
89243
89286
|
handleDownloads: function handleDownloads() {
|
|
89244
|
-
var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["
|
|
89287
|
+
var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["sc" /* uploadDownloads */];
|
|
89245
89288
|
utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : '') + '&businessId=' + this.ownId + '&fileName=文档.zip' + '&bucketCode=' + this.code);
|
|
89246
89289
|
},
|
|
89247
89290
|
handleDownload: function handleDownload(file) {
|
|
@@ -89281,7 +89324,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
89281
89324
|
ids = ids.join(',');
|
|
89282
89325
|
utils_util["a" /* default */].ajax({
|
|
89283
89326
|
method: this.method,
|
|
89284
|
-
url: this.dochubConfig.sortDocumentsUrl || api["
|
|
89327
|
+
url: this.dochubConfig.sortDocumentsUrl || api["uc" /* uploadSort */],
|
|
89285
89328
|
data: {
|
|
89286
89329
|
ids: ids,
|
|
89287
89330
|
documentIds: ids,
|
|
@@ -89892,7 +89935,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
89892
89935
|
}
|
|
89893
89936
|
|
|
89894
89937
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
89895
|
-
version: '0.6.
|
|
89938
|
+
version: '0.6.67',
|
|
89896
89939
|
install: install,
|
|
89897
89940
|
Button: packages_button,
|
|
89898
89941
|
ButtonGroup: button_group,
|