eoss-ui 0.7.10 → 0.7.12
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 -102
- package/lib/button.js +108 -102
- package/lib/calogin.js +108 -102
- package/lib/checkbox-group.js +109 -103
- package/lib/config/api.js +6 -2
- package/lib/data-table-form.js +109 -103
- package/lib/data-table.js +110 -104
- package/lib/date-picker.js +108 -102
- package/lib/dialog.js +108 -102
- package/lib/eoss-ui.common.js +1180 -802
- package/lib/flow-group.js +108 -102
- package/lib/flow-list.js +117 -110
- package/lib/flow.js +998 -619
- package/lib/form.js +116 -106
- package/lib/handle-user.js +109 -103
- package/lib/handler.js +109 -103
- package/lib/icon.js +109 -103
- package/lib/index.js +1 -1
- package/lib/input-number.js +108 -102
- package/lib/input.js +108 -102
- package/lib/login.js +163 -164
- package/lib/main.js +150 -142
- package/lib/nav.js +108 -102
- package/lib/notify.js +111 -105
- package/lib/page.js +108 -102
- package/lib/pagination.js +108 -102
- package/lib/player.js +108 -102
- package/lib/qr-code.js +108 -102
- package/lib/radio-group.js +109 -103
- package/lib/retrial-auth.js +111 -105
- package/lib/select-ganged.js +109 -103
- package/lib/select.js +109 -103
- package/lib/selector-panel.js +126 -120
- package/lib/selector.js +110 -104
- package/lib/sizer.js +110 -104
- package/lib/steps.js +108 -102
- package/lib/switch.js +108 -102
- package/lib/table-form.js +108 -102
- package/lib/tabs.js +108 -102
- package/lib/tips.js +109 -103
- package/lib/tree-group.js +108 -102
- package/lib/tree.js +109 -103
- package/lib/upload.js +118 -112
- package/lib/wujie.js +108 -102
- package/lib/wxlogin.js +108 -102
- package/package.json +1 -1
- package/packages/flow/src/component/Circulate.vue +2 -0
- package/packages/flow/src/component/FileList.vue +1 -0
- package/packages/flow/src/component/FreeCirculation.vue +231 -0
- package/packages/flow/src/component/taskUnionExamine.vue +2 -0
- package/packages/flow/src/freeStartFlow.vue +1 -0
- package/packages/flow/src/main.vue +29 -4
- package/packages/flow/src/selectUser.vue +5 -1
- package/packages/flow/src/startTaskRead.vue +1 -0
- package/packages/flow/src/supervise.vue +4 -4
- package/packages/form/src/main.vue +6 -2
- package/packages/login/src/resetPassword.vue +3 -8
- package/packages/main/src/simplicity/userinfo.vue +1 -0
- package/src/config/api.js +9 -2
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -1531,7 +1531,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1531
1531
|
* @param {function} callback - 回调函数
|
|
1532
1532
|
**/
|
|
1533
1533
|
var getMainConfig = function getMainConfig(callback) {
|
|
1534
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "
|
|
1534
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "sb"] }).then(function (res) {
|
|
1535
1535
|
if (res && res.rCode === 0) {
|
|
1536
1536
|
callback(res.results);
|
|
1537
1537
|
}
|
|
@@ -2288,7 +2288,7 @@ var isLogined = function () {
|
|
|
2288
2288
|
break;
|
|
2289
2289
|
}
|
|
2290
2290
|
|
|
2291
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "
|
|
2291
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "rb"] }).then(function (res) {
|
|
2292
2292
|
if (res.rCode === 0) {
|
|
2293
2293
|
removeStorage();
|
|
2294
2294
|
}
|
|
@@ -3571,153 +3571,155 @@ var watermark = function watermark(option) {
|
|
|
3571
3571
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
|
|
3572
3572
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
|
|
3573
3573
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
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__, "
|
|
3574
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return logout; });
|
|
3575
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return initLogin; });
|
|
3576
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return switchUserTo; });
|
|
3577
3577
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3578
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3578
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getLoginCode; });
|
|
3579
3579
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
3580
3580
|
/* unused harmony export updateCode */
|
|
3581
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3581
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getModifyPassCode; });
|
|
3582
3582
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3583
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3583
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return loginModifyPassword; });
|
|
3584
3584
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3585
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3585
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return initModifyPassword; });
|
|
3586
3586
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
|
|
3587
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3587
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getTwoFactorLoginCode; });
|
|
3588
3588
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3589
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3590
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3589
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return initRetrialAuth; });
|
|
3590
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getRetrialAuthCode; });
|
|
3591
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return scanCodeRetrialAuth; });
|
|
3592
3592
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3593
3593
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
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__, "
|
|
3599
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3594
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return userOnline; });
|
|
3595
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getUserAppWithTag; });
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return recordUserApp; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return mainConfig; });
|
|
3598
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return initUserSet; });
|
|
3599
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return updateUserInfo; });
|
|
3600
3600
|
/* unused harmony export getUserImgUrl */
|
|
3601
3601
|
/* unused harmony export getDoorIndex */
|
|
3602
3602
|
/* unused harmony export refreshOnlineUsers */
|
|
3603
3603
|
/* unused harmony export getQuickMenuIds */
|
|
3604
3604
|
/* unused harmony export getApplicationIdArray */
|
|
3605
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3606
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3605
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
|
|
3606
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
|
|
3607
3607
|
/* unused harmony export getUserCustomInfo */
|
|
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__, "
|
|
3608
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return updateUserCustomInfo; });
|
|
3609
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return sysMsgPage; });
|
|
3610
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return ignoreSysMsg; });
|
|
3611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return ignoreAllSysMsg; });
|
|
3612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return searchType; });
|
|
3613
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSysParam; });
|
|
3614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
|
|
3615
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return uploads; });
|
|
3616
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return uploadOnlyOne; });
|
|
3617
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
|
|
3618
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return uploadSort; });
|
|
3619
3619
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
3620
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3621
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3622
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3620
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return uploadDownloads; });
|
|
3621
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return previewAdjunct; });
|
|
3622
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return previewAdjunct2; });
|
|
3623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return previewAdjunctOffice; });
|
|
3624
3624
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3625
3625
|
/* unused harmony export upload_updateClassify */
|
|
3626
3626
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3627
3627
|
/* unused harmony export getPictureBase64 */
|
|
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__, "
|
|
3628
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getSelectorOrgTree; });
|
|
3629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSelectorOrgDetail; });
|
|
3630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getOrgMainTree; });
|
|
3631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectOrgsubids; });
|
|
3632
3632
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
|
|
3633
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getDictList; });
|
|
3634
3634
|
/* unused harmony export findUserBaseInfo */
|
|
3635
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return gethelpdoc; });
|
|
3636
3636
|
/* unused harmony export getCurrentuser */
|
|
3637
3637
|
/* unused harmony export mainDetail */
|
|
3638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toStartFlow; });
|
|
3639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return tempSave; });
|
|
3640
3640
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3641
3641
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3642
3642
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3643
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3643
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return saveCommonOpinion; });
|
|
3644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return updateCommonOpinion; });
|
|
3645
3645
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3646
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3646
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getProcessDefList; });
|
|
3647
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNodeInfo; });
|
|
3648
3648
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
|
|
3649
3649
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
|
|
3650
3650
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
3651
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3652
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3653
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3651
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNotificationMsg; });
|
|
3652
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
|
|
3653
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskHandleHtml; });
|
|
3654
3654
|
/* unused harmony export getView */
|
|
3655
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3656
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3657
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3658
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3659
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3660
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3661
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3662
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3663
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3664
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3655
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return register; });
|
|
3656
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return pendedhistoryList; });
|
|
3657
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskRejectHtml; });
|
|
3658
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskRejectHtml; });
|
|
3659
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toStartTaskRead; });
|
|
3660
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toStartTaskReadIndex; });
|
|
3661
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskReadHtml; });
|
|
3662
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return rejectAndEnd; });
|
|
3663
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toSendMsg; });
|
|
3664
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return sendMsg; });
|
|
3665
3665
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
3666
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3667
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3668
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3669
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3670
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3671
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3672
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3673
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3674
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3666
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return handleInfo; });
|
|
3667
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return loginUserInfo; });
|
|
3668
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return wss; });
|
|
3669
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return topic; });
|
|
3670
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getPresetCustomInfo; });
|
|
3671
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetNodeInfo; });
|
|
3672
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskTransferIndex; });
|
|
3673
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskTransfer; });
|
|
3674
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toPresetInfoListIndex; });
|
|
3675
3675
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3676
3676
|
/* unused harmony export historyListJson */
|
|
3677
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3678
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3677
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return pendedhistoryListJson; });
|
|
3678
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return pressListJson; });
|
|
3679
3679
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3680
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3681
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3682
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3683
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3684
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3685
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3686
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3687
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3688
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3689
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3690
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3691
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3692
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3693
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3694
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3695
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3696
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3697
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3698
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3699
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3680
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return isCanStartSubFlow; });
|
|
3681
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTaskUnionExamine; });
|
|
3682
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskUnionExamine; });
|
|
3683
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTaskTakeAdvice; });
|
|
3684
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskTakeAdvice; });
|
|
3685
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskStartDraft; });
|
|
3686
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskSupervise; });
|
|
3687
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskSuperviseSub; });
|
|
3688
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskStartDraft; });
|
|
3689
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskReview; });
|
|
3690
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskReview; });
|
|
3691
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toTaskUnionSeal; });
|
|
3692
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskUnionSeal; });
|
|
3693
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTwoOfficesDispatch; });
|
|
3694
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return twoOfficesDispatch; });
|
|
3695
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toResetProcessIndex; });
|
|
3696
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return resetProcess; });
|
|
3697
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskContinuationIndex; });
|
|
3698
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskContinuation; });
|
|
3699
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
|
|
3700
3700
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
|
|
3701
3701
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
3702
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3703
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3702
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
3703
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
|
|
3704
3704
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
3705
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3706
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3705
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskReadWithDraw; });
|
|
3706
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
3707
3707
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
3708
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3709
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3708
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sendList; });
|
|
3709
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return sendInfo; });
|
|
3710
3710
|
/* unused harmony export sendSave */
|
|
3711
3711
|
/* unused harmony export sendUpdate */
|
|
3712
3712
|
/* unused harmony export sendDelete */
|
|
3713
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3713
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return sendBatch; });
|
|
3714
3714
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
3715
3715
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
3716
3716
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
3717
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3717
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfoForStart; });
|
|
3718
3718
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
|
|
3719
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3720
|
-
|
|
3719
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getUrgencyLevelChangedNotificationType; });
|
|
3720
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toFreeTaskCircularRead; });
|
|
3721
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
|
|
3722
|
+
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
3721
3723
|
// 登录
|
|
3722
3724
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
3723
3725
|
var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
|
|
@@ -3979,6 +3981,10 @@ var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircul
|
|
|
3979
3981
|
var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
|
|
3980
3982
|
var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
|
|
3981
3983
|
var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelChangedNotificationType';
|
|
3984
|
+
// 自由发起传阅查询
|
|
3985
|
+
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
3986
|
+
// 自由发起传阅提交
|
|
3987
|
+
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
|
3982
3988
|
|
|
3983
3989
|
/***/ }),
|
|
3984
3990
|
/* 2 */
|
|
@@ -8361,7 +8367,7 @@ var checkbox_group_src_mainvue_type_script_lang_js_extends = Object.assign || fu
|
|
|
8361
8367
|
},
|
|
8362
8368
|
findCode: function findCode() {
|
|
8363
8369
|
if (this.service) {
|
|
8364
|
-
return '/' + this.service + api["
|
|
8370
|
+
return '/' + this.service + api["M" /* getDictList */];
|
|
8365
8371
|
}
|
|
8366
8372
|
return api["A" /* findSysCode */];
|
|
8367
8373
|
}
|
|
@@ -10802,7 +10808,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
10802
10808
|
},
|
|
10803
10809
|
findCode: function findCode() {
|
|
10804
10810
|
if (this.service) {
|
|
10805
|
-
return '/' + this.service + api["
|
|
10811
|
+
return '/' + this.service + api["M" /* getDictList */];
|
|
10806
10812
|
}
|
|
10807
10813
|
return api["A" /* findSysCode */];
|
|
10808
10814
|
}
|
|
@@ -12139,7 +12145,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
|
|
|
12139
12145
|
},
|
|
12140
12146
|
findCode: function findCode() {
|
|
12141
12147
|
if (this.service) {
|
|
12142
|
-
return '/' + this.service + api["
|
|
12148
|
+
return '/' + this.service + api["M" /* getDictList */];
|
|
12143
12149
|
}
|
|
12144
12150
|
return api["A" /* findSysCode */];
|
|
12145
12151
|
},
|
|
@@ -14943,7 +14949,7 @@ var mainvue_type_script_lang_js_components;
|
|
|
14943
14949
|
},
|
|
14944
14950
|
findCode: function findCode() {
|
|
14945
14951
|
if (this.service) {
|
|
14946
|
-
return '/' + this.service + api["
|
|
14952
|
+
return '/' + this.service + api["M" /* getDictList */];
|
|
14947
14953
|
}
|
|
14948
14954
|
return api["A" /* findSysCode */];
|
|
14949
14955
|
}
|
|
@@ -17230,8 +17236,8 @@ error_page_src_main.install = function (Vue) {
|
|
|
17230
17236
|
};
|
|
17231
17237
|
|
|
17232
17238
|
/* harmony default export */ var error_page = (error_page_src_main);
|
|
17233
|
-
// 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=
|
|
17234
|
-
var
|
|
17239
|
+
// 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=ad265c98&
|
|
17240
|
+
var mainvue_type_template_id_ad265c98_render = function () {
|
|
17235
17241
|
var _vm = this
|
|
17236
17242
|
var _h = _vm.$createElement
|
|
17237
17243
|
var _c = _vm._self._c || _h
|
|
@@ -23358,11 +23364,11 @@ var mainvue_type_template_id_067640af_render = function () {
|
|
|
23358
23364
|
)
|
|
23359
23365
|
: _vm._e()
|
|
23360
23366
|
}
|
|
23361
|
-
var
|
|
23362
|
-
|
|
23367
|
+
var mainvue_type_template_id_ad265c98_staticRenderFns = []
|
|
23368
|
+
mainvue_type_template_id_ad265c98_render._withStripped = true
|
|
23363
23369
|
|
|
23364
23370
|
|
|
23365
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
23371
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=ad265c98&
|
|
23366
23372
|
|
|
23367
23373
|
// CONCATENATED MODULE: ./src/utils/rules.js
|
|
23368
23374
|
// 手机号
|
|
@@ -26012,7 +26018,11 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
|
|
|
26012
26018
|
}
|
|
26013
26019
|
},
|
|
26014
26020
|
active: Array,
|
|
26015
|
-
resetActive: Boolean
|
|
26021
|
+
resetActive: Boolean,
|
|
26022
|
+
resetValue: {
|
|
26023
|
+
type: Boolean,
|
|
26024
|
+
default: true
|
|
26025
|
+
}
|
|
26016
26026
|
},
|
|
26017
26027
|
data: function data() {
|
|
26018
26028
|
return {
|
|
@@ -26602,7 +26612,7 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
|
|
|
26602
26612
|
}());
|
|
26603
26613
|
}
|
|
26604
26614
|
} else if (res.event === 'reset' || res.event === 'cancel' || res.type === 'reset') {
|
|
26605
|
-
this.resetFields();
|
|
26615
|
+
this.resetValue && this.resetFields();
|
|
26606
26616
|
if (this.closeDialog && this.esDialog) {
|
|
26607
26617
|
this.esDialog.handleClose(res.reload || false);
|
|
26608
26618
|
}
|
|
@@ -27164,8 +27174,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
|
|
|
27164
27174
|
|
|
27165
27175
|
var form_src_main_component = normalizeComponent(
|
|
27166
27176
|
packages_form_src_mainvue_type_script_lang_js_,
|
|
27167
|
-
|
|
27168
|
-
|
|
27177
|
+
mainvue_type_template_id_ad265c98_render,
|
|
27178
|
+
mainvue_type_template_id_ad265c98_staticRenderFns,
|
|
27169
27179
|
false,
|
|
27170
27180
|
null,
|
|
27171
27181
|
null,
|
|
@@ -27182,8 +27192,8 @@ form_src_main.install = function (Vue) {
|
|
|
27182
27192
|
};
|
|
27183
27193
|
|
|
27184
27194
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
27185
|
-
// 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=
|
|
27186
|
-
var
|
|
27195
|
+
// 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=1bef3500&
|
|
27196
|
+
var mainvue_type_template_id_1bef3500_render = function () {
|
|
27187
27197
|
var _vm = this
|
|
27188
27198
|
var _h = _vm.$createElement
|
|
27189
27199
|
var _c = _vm._self._c || _h
|
|
@@ -27448,6 +27458,15 @@ var mainvue_type_template_id_1bceff87_render = function () {
|
|
|
27448
27458
|
},
|
|
27449
27459
|
},
|
|
27450
27460
|
})
|
|
27461
|
+
: _vm.typeCode == "freeCirculation"
|
|
27462
|
+
? _c("FreeCirculation", {
|
|
27463
|
+
attrs: {
|
|
27464
|
+
appId: _vm.resetAppId,
|
|
27465
|
+
params: _vm.param,
|
|
27466
|
+
formLabelPosition: _vm.formLabelPosition,
|
|
27467
|
+
simpleTips: _vm.simpleTips,
|
|
27468
|
+
},
|
|
27469
|
+
})
|
|
27451
27470
|
: _vm.typeCode == "supervise"
|
|
27452
27471
|
? _c("Supervise", {
|
|
27453
27472
|
attrs: {
|
|
@@ -27691,6 +27710,7 @@ var mainvue_type_template_id_1bceff87_render = function () {
|
|
|
27691
27710
|
multiple: "",
|
|
27692
27711
|
mix: "",
|
|
27693
27712
|
disableds: _vm.otherOrgDisabledObjId,
|
|
27713
|
+
where: { filid: "other" },
|
|
27694
27714
|
types: _vm.foreignOrgSelectorTabs,
|
|
27695
27715
|
params: _vm.foreignOrgSelectorParams,
|
|
27696
27716
|
},
|
|
@@ -28655,6 +28675,9 @@ var mainvue_type_template_id_1bceff87_render = function () {
|
|
|
28655
28675
|
_vm.nextOtherOrgObjSelect,
|
|
28656
28676
|
multiple: "",
|
|
28657
28677
|
mix: "",
|
|
28678
|
+
where: {
|
|
28679
|
+
filid: "other",
|
|
28680
|
+
},
|
|
28658
28681
|
disableds:
|
|
28659
28682
|
_vm.otherOrgDisabledObjId,
|
|
28660
28683
|
types:
|
|
@@ -30069,11 +30092,11 @@ var mainvue_type_template_id_1bceff87_render = function () {
|
|
|
30069
30092
|
)
|
|
30070
30093
|
: _vm._e()
|
|
30071
30094
|
}
|
|
30072
|
-
var
|
|
30073
|
-
|
|
30095
|
+
var mainvue_type_template_id_1bef3500_staticRenderFns = []
|
|
30096
|
+
mainvue_type_template_id_1bef3500_render._withStripped = true
|
|
30074
30097
|
|
|
30075
30098
|
|
|
30076
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
30099
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=1bef3500&
|
|
30077
30100
|
|
|
30078
30101
|
// 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=19364a89&
|
|
30079
30102
|
var CommonOpinionsvue_type_template_id_19364a89_render = function () {
|
|
@@ -31062,7 +31085,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
31062
31085
|
}
|
|
31063
31086
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
|
|
31064
31087
|
utils_util["a" /* default */].ajax({
|
|
31065
|
-
url: data.id ? api["
|
|
31088
|
+
url: data.id ? api["uc" /* updateCommonOpinion */] : api["Eb" /* saveCommonOpinion */],
|
|
31066
31089
|
data: info,
|
|
31067
31090
|
header: { 'Content-Type': 'multipart/form-data' },
|
|
31068
31091
|
method: 'post'
|
|
@@ -31877,8 +31900,8 @@ processFormvue_type_template_id_e536b88e_render._withStripped = true
|
|
|
31877
31900
|
|
|
31878
31901
|
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=e536b88e&
|
|
31879
31902
|
|
|
31880
|
-
// 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=
|
|
31881
|
-
var
|
|
31903
|
+
// 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=4750588e&
|
|
31904
|
+
var selectUservue_type_template_id_4750588e_render = function () {
|
|
31882
31905
|
var _vm = this
|
|
31883
31906
|
var _h = _vm.$createElement
|
|
31884
31907
|
var _c = _vm._self._c || _h
|
|
@@ -31992,7 +32015,7 @@ var selectUservue_type_template_id_3d8ca42d_render = function () {
|
|
|
31992
32015
|
tabs: _vm.tabs,
|
|
31993
32016
|
title: _vm.title,
|
|
31994
32017
|
classify: _vm.classify,
|
|
31995
|
-
"collapse-tags":
|
|
32018
|
+
"collapse-tags": _vm.selectorTags,
|
|
31996
32019
|
mix: _vm.mix,
|
|
31997
32020
|
min: _vm.isUnionSeal ? 1 : 0,
|
|
31998
32021
|
disabled:
|
|
@@ -32031,11 +32054,11 @@ var selectUservue_type_template_id_3d8ca42d_render = function () {
|
|
|
32031
32054
|
2
|
|
32032
32055
|
)
|
|
32033
32056
|
}
|
|
32034
|
-
var
|
|
32035
|
-
|
|
32057
|
+
var selectUservue_type_template_id_4750588e_staticRenderFns = []
|
|
32058
|
+
selectUservue_type_template_id_4750588e_render._withStripped = true
|
|
32036
32059
|
|
|
32037
32060
|
|
|
32038
|
-
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
32061
|
+
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=4750588e&
|
|
32039
32062
|
|
|
32040
32063
|
// 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&
|
|
32041
32064
|
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; };
|
|
@@ -32175,6 +32198,10 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
32175
32198
|
type: Boolean,
|
|
32176
32199
|
default: false
|
|
32177
32200
|
},
|
|
32201
|
+
selectorTags: {
|
|
32202
|
+
type: [Number, undefined],
|
|
32203
|
+
default: 2
|
|
32204
|
+
},
|
|
32178
32205
|
isCustomUser: { type: Number, default: 1 },
|
|
32179
32206
|
isCurrentNodeForbiddenChangeCandidate: { type: Number, default: 0 },
|
|
32180
32207
|
options: {
|
|
@@ -32235,7 +32262,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
32235
32262
|
classify: true,
|
|
32236
32263
|
newOptions: [],
|
|
32237
32264
|
newSelectUserList: [],
|
|
32238
|
-
url: api["
|
|
32265
|
+
url: api["hb" /* handleInfo */],
|
|
32239
32266
|
newCheckboxList: [],
|
|
32240
32267
|
newPresetEdit: 0,
|
|
32241
32268
|
newMultiple: false,
|
|
@@ -32364,7 +32391,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
32364
32391
|
if (query !== '') {
|
|
32365
32392
|
this.searchLoading = true;
|
|
32366
32393
|
utils_util["a" /* default */].ajax({
|
|
32367
|
-
url: api["
|
|
32394
|
+
url: api["hb" /* handleInfo */],
|
|
32368
32395
|
params: { searchKey: query, query: query, type: 'user' }
|
|
32369
32396
|
}).then(function (res) {
|
|
32370
32397
|
var status = res.status,
|
|
@@ -32535,8 +32562,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
32535
32562
|
|
|
32536
32563
|
var selectUser_component = normalizeComponent(
|
|
32537
32564
|
src_selectUservue_type_script_lang_js_,
|
|
32538
|
-
|
|
32539
|
-
|
|
32565
|
+
selectUservue_type_template_id_4750588e_render,
|
|
32566
|
+
selectUservue_type_template_id_4750588e_staticRenderFns,
|
|
32540
32567
|
false,
|
|
32541
32568
|
null,
|
|
32542
32569
|
null,
|
|
@@ -32779,7 +32806,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
32779
32806
|
nextNodeId: nodeId,
|
|
32780
32807
|
businessId: this.id
|
|
32781
32808
|
};
|
|
32782
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
32809
|
+
utils_util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
|
|
32783
32810
|
var status = res.status,
|
|
32784
32811
|
message = res.message,
|
|
32785
32812
|
_res$data = res.data,
|
|
@@ -32877,7 +32904,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
32877
32904
|
|
|
32878
32905
|
isNoStart && (this.newPresetList = []);
|
|
32879
32906
|
var params = {
|
|
32880
|
-
url: api["
|
|
32907
|
+
url: api["V" /* getPresetCustomInfo */],
|
|
32881
32908
|
data: {
|
|
32882
32909
|
nodeId: nodeId,
|
|
32883
32910
|
processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
|
|
@@ -33231,7 +33258,7 @@ var Presetvue_type_script_lang_js_components;
|
|
|
33231
33258
|
nodeId = this.nodeId;
|
|
33232
33259
|
|
|
33233
33260
|
var params = {
|
|
33234
|
-
url: api["
|
|
33261
|
+
url: api["W" /* getPresetNodeInfo */],
|
|
33235
33262
|
data: {
|
|
33236
33263
|
nextNodeId: nextNodeId,
|
|
33237
33264
|
processDefinitionId: processDefinitionId,
|
|
@@ -33999,7 +34026,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
33999
34026
|
if (mainConfig) {
|
|
34000
34027
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
34001
34028
|
} else {
|
|
34002
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
34029
|
+
utils_util["a" /* default */].ajax({ url: api["qb" /* loginUserInfo */] }).then(function (res) {
|
|
34003
34030
|
var status = res.status,
|
|
34004
34031
|
data = res.data;
|
|
34005
34032
|
|
|
@@ -34144,7 +34171,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
34144
34171
|
if (!this.showBtn) {
|
|
34145
34172
|
params.openMode = 'samepage';
|
|
34146
34173
|
}
|
|
34147
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
34174
|
+
utils_util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
34148
34175
|
if (res.status === 'success') {
|
|
34149
34176
|
if (!_this4.showBtn) {
|
|
34150
34177
|
_this4.oldMessage = res.message;
|
|
@@ -34261,7 +34288,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
34261
34288
|
delete params.businessId;
|
|
34262
34289
|
}
|
|
34263
34290
|
utils_util["a" /* default */].ajax({
|
|
34264
|
-
url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["
|
|
34291
|
+
url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Lb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Bb" /* register */],
|
|
34265
34292
|
method: 'post',
|
|
34266
34293
|
data: params
|
|
34267
34294
|
}).then(function (res) {
|
|
@@ -34303,7 +34330,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
34303
34330
|
businessId: this.id,
|
|
34304
34331
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
34305
34332
|
};
|
|
34306
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
34333
|
+
utils_util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
|
|
34307
34334
|
var status = res.status,
|
|
34308
34335
|
message = res.message,
|
|
34309
34336
|
_res$data = res.data,
|
|
@@ -34489,7 +34516,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
34489
34516
|
businessId: this.businessId
|
|
34490
34517
|
};
|
|
34491
34518
|
// 获取节点
|
|
34492
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
34519
|
+
utils_util["a" /* default */].ajax({ url: api["ec" /* toStartFlow */], params: params }).then(function (res) {
|
|
34493
34520
|
//pc接口返回数据处理
|
|
34494
34521
|
var status = res.status,
|
|
34495
34522
|
message = res.message,
|
|
@@ -34610,8 +34637,8 @@ var processForm_component = normalizeComponent(
|
|
|
34610
34637
|
)
|
|
34611
34638
|
|
|
34612
34639
|
/* harmony default export */ var processForm = (processForm_component.exports);
|
|
34613
|
-
// 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/FileList.vue?vue&type=template&id=
|
|
34614
|
-
var
|
|
34640
|
+
// 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/FileList.vue?vue&type=template&id=5fab888a&
|
|
34641
|
+
var FileListvue_type_template_id_5fab888a_render = function () {
|
|
34615
34642
|
var _vm = this
|
|
34616
34643
|
var _h = _vm.$createElement
|
|
34617
34644
|
var _c = _vm._self._c || _h
|
|
@@ -34644,11 +34671,11 @@ var FileListvue_type_template_id_1258a45c_render = function () {
|
|
|
34644
34671
|
1
|
|
34645
34672
|
)
|
|
34646
34673
|
}
|
|
34647
|
-
var
|
|
34648
|
-
|
|
34674
|
+
var FileListvue_type_template_id_5fab888a_staticRenderFns = []
|
|
34675
|
+
FileListvue_type_template_id_5fab888a_render._withStripped = true
|
|
34649
34676
|
|
|
34650
34677
|
|
|
34651
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/FileList.vue?vue&type=template&id=
|
|
34678
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/FileList.vue?vue&type=template&id=5fab888a&
|
|
34652
34679
|
|
|
34653
34680
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FileList.vue?vue&type=script&lang=js&
|
|
34654
34681
|
//
|
|
@@ -34712,6 +34739,7 @@ FileListvue_type_template_id_1258a45c_render._withStripped = true
|
|
|
34712
34739
|
},
|
|
34713
34740
|
mounted: function mounted() {
|
|
34714
34741
|
this.$refs.upload;
|
|
34742
|
+
console.log(this.$refs.upload);
|
|
34715
34743
|
},
|
|
34716
34744
|
|
|
34717
34745
|
methods: {
|
|
@@ -34760,8 +34788,8 @@ FileListvue_type_template_id_1258a45c_render._withStripped = true
|
|
|
34760
34788
|
|
|
34761
34789
|
var FileList_component = normalizeComponent(
|
|
34762
34790
|
component_FileListvue_type_script_lang_js_,
|
|
34763
|
-
|
|
34764
|
-
|
|
34791
|
+
FileListvue_type_template_id_5fab888a_render,
|
|
34792
|
+
FileListvue_type_template_id_5fab888a_staticRenderFns,
|
|
34765
34793
|
false,
|
|
34766
34794
|
null,
|
|
34767
34795
|
null,
|
|
@@ -35140,7 +35168,7 @@ SendMsgvue_type_template_id_511ef65e_render._withStripped = true
|
|
|
35140
35168
|
notificationType = _sendInfo.notificationType;
|
|
35141
35169
|
|
|
35142
35170
|
var params = {
|
|
35143
|
-
url: api["
|
|
35171
|
+
url: api["Kb" /* sendMsg */],
|
|
35144
35172
|
headers: { Accept: 'application/json,text/plain' },
|
|
35145
35173
|
method: 'post',
|
|
35146
35174
|
data: {
|
|
@@ -35202,7 +35230,7 @@ SendMsgvue_type_template_id_511ef65e_render._withStripped = true
|
|
|
35202
35230
|
|
|
35203
35231
|
this.loading = true;
|
|
35204
35232
|
utils_util["a" /* default */].ajax({
|
|
35205
|
-
url: api["
|
|
35233
|
+
url: api["dc" /* toSendMsg */],
|
|
35206
35234
|
params: { pendingId: this.$attrs.pendingId }
|
|
35207
35235
|
}).then(function (res) {
|
|
35208
35236
|
var status = res.status,
|
|
@@ -36093,7 +36121,7 @@ processRejectvue_type_template_id_a73fd96a_render._withStripped = true
|
|
|
36093
36121
|
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
36094
36122
|
nextNodeId: _this2.nextNode.nextNodeId
|
|
36095
36123
|
};
|
|
36096
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
36124
|
+
utils_util["a" /* default */].ajax({ url: api["Sb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
|
|
36097
36125
|
var status = res.status,
|
|
36098
36126
|
message = res.message;
|
|
36099
36127
|
|
|
@@ -36158,7 +36186,7 @@ processRejectvue_type_template_id_a73fd96a_render._withStripped = true
|
|
|
36158
36186
|
isSinglePage: false,
|
|
36159
36187
|
opinion: this.option
|
|
36160
36188
|
};
|
|
36161
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
36189
|
+
utils_util["a" /* default */].ajax({ url: api["ic" /* toTaskRejectHtml */], params: params }).then(function (res) {
|
|
36162
36190
|
_this4.loading = false;
|
|
36163
36191
|
if (res.status === 'success') {
|
|
36164
36192
|
var _res$data = res.data,
|
|
@@ -36223,8 +36251,8 @@ var processReject_component = normalizeComponent(
|
|
|
36223
36251
|
)
|
|
36224
36252
|
|
|
36225
36253
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
36226
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
36227
|
-
var
|
|
36254
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=094580c3&
|
|
36255
|
+
var startTaskReadvue_type_template_id_094580c3_render = function () {
|
|
36228
36256
|
var _vm = this
|
|
36229
36257
|
var _h = _vm.$createElement
|
|
36230
36258
|
var _c = _vm._self._c || _h
|
|
@@ -36240,6 +36268,7 @@ var startTaskReadvue_type_template_id_8c622104_render = function () {
|
|
|
36240
36268
|
},
|
|
36241
36269
|
],
|
|
36242
36270
|
staticClass: "task-read",
|
|
36271
|
+
style: "height: " + (_vm.typeCode == "read" ? "100%" : "unset") + ";",
|
|
36243
36272
|
attrs: {
|
|
36244
36273
|
"element-loading-text": "加载中...",
|
|
36245
36274
|
"element-loading-spinner": "el-icon-loading",
|
|
@@ -36645,11 +36674,11 @@ var startTaskReadvue_type_template_id_8c622104_render = function () {
|
|
|
36645
36674
|
1
|
|
36646
36675
|
)
|
|
36647
36676
|
}
|
|
36648
|
-
var
|
|
36649
|
-
|
|
36677
|
+
var startTaskReadvue_type_template_id_094580c3_staticRenderFns = []
|
|
36678
|
+
startTaskReadvue_type_template_id_094580c3_render._withStripped = true
|
|
36650
36679
|
|
|
36651
36680
|
|
|
36652
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
36681
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=094580c3&
|
|
36653
36682
|
|
|
36654
36683
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
|
|
36655
36684
|
var startTaskReadvue_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; };
|
|
@@ -36826,6 +36855,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
36826
36855
|
//
|
|
36827
36856
|
//
|
|
36828
36857
|
//
|
|
36858
|
+
//
|
|
36829
36859
|
|
|
36830
36860
|
|
|
36831
36861
|
|
|
@@ -36947,7 +36977,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
36947
36977
|
} else {
|
|
36948
36978
|
params.appId = this.readParams.appId;
|
|
36949
36979
|
}
|
|
36950
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
36980
|
+
utils_util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
36951
36981
|
if (res.status === 'success') {
|
|
36952
36982
|
_this.newsNoice = res.message;
|
|
36953
36983
|
}
|
|
@@ -36966,7 +36996,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
36966
36996
|
taskExamine = this.taskExamine;
|
|
36967
36997
|
|
|
36968
36998
|
var params = {
|
|
36969
|
-
url: api["
|
|
36999
|
+
url: api["oc" /* toTaskTransferIndex */],
|
|
36970
37000
|
params: {
|
|
36971
37001
|
opinion: opinion,
|
|
36972
37002
|
pendingId: pendingId,
|
|
@@ -37091,7 +37121,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
37091
37121
|
var _this4 = this;
|
|
37092
37122
|
|
|
37093
37123
|
var params = {
|
|
37094
|
-
url: api["
|
|
37124
|
+
url: api["fc" /* toStartTaskRead */],
|
|
37095
37125
|
params: startTaskReadvue_type_script_lang_js_extends({
|
|
37096
37126
|
pendingId: this.pendingId,
|
|
37097
37127
|
taskAction: this.type
|
|
@@ -37187,7 +37217,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
37187
37217
|
type = this.type;
|
|
37188
37218
|
|
|
37189
37219
|
var params = {
|
|
37190
|
-
url: api["
|
|
37220
|
+
url: api["Wb" /* taskTransfer */],
|
|
37191
37221
|
data: {
|
|
37192
37222
|
choiceDeptId: choiceDeptId,
|
|
37193
37223
|
choiceOrgId: choiceOrgId,
|
|
@@ -37290,7 +37320,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
37290
37320
|
}
|
|
37291
37321
|
delete _this8.configInfo.taskExamine.taskExamineParam;
|
|
37292
37322
|
utils_util["a" /* default */].ajax({
|
|
37293
|
-
url: api["
|
|
37323
|
+
url: api["Qb" /* taskReadHtml */],
|
|
37294
37324
|
params: { taskAction: _this8.type },
|
|
37295
37325
|
headers: {
|
|
37296
37326
|
Accept: 'application/json,text/plain'
|
|
@@ -37372,8 +37402,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
37372
37402
|
|
|
37373
37403
|
var startTaskRead_component = normalizeComponent(
|
|
37374
37404
|
src_startTaskReadvue_type_script_lang_js_,
|
|
37375
|
-
|
|
37376
|
-
|
|
37405
|
+
startTaskReadvue_type_template_id_094580c3_render,
|
|
37406
|
+
startTaskReadvue_type_template_id_094580c3_staticRenderFns,
|
|
37377
37407
|
false,
|
|
37378
37408
|
null,
|
|
37379
37409
|
null,
|
|
@@ -38257,7 +38287,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
38257
38287
|
if (mainConfig) {
|
|
38258
38288
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
38259
38289
|
} else {
|
|
38260
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
38290
|
+
utils_util["a" /* default */].ajax({ url: api["qb" /* loginUserInfo */] }).then(function (res) {
|
|
38261
38291
|
var status = res.status,
|
|
38262
38292
|
data = res.data;
|
|
38263
38293
|
|
|
@@ -38380,7 +38410,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
38380
38410
|
nodeId: this.nextNode.nextNode,
|
|
38381
38411
|
businessId: this.taskExamine.businessId
|
|
38382
38412
|
};
|
|
38383
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
38413
|
+
utils_util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
38384
38414
|
if (res.status === 'success') {
|
|
38385
38415
|
_this3.nextNode.noticeInfo = res.message;
|
|
38386
38416
|
}
|
|
@@ -38470,7 +38500,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
38470
38500
|
}
|
|
38471
38501
|
if (_this4.activeNames != '1') delete params.customPresetUserJson;
|
|
38472
38502
|
utils_util["a" /* default */].ajax({
|
|
38473
|
-
url: _this4.type == 'reset' ? api["
|
|
38503
|
+
url: _this4.type == 'reset' ? api["Db" /* resetProcess */] : api["Ob" /* taskContinuation */],
|
|
38474
38504
|
method: 'post',
|
|
38475
38505
|
data: params
|
|
38476
38506
|
}).then(function (res) {
|
|
@@ -38504,7 +38534,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
38504
38534
|
businessId: this.taskExamine.businessId,
|
|
38505
38535
|
pendingId: this.taskExamine.pendingId
|
|
38506
38536
|
};
|
|
38507
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
38537
|
+
utils_util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
|
|
38508
38538
|
var status = res.status,
|
|
38509
38539
|
message = res.message,
|
|
38510
38540
|
_res$data = res.data,
|
|
@@ -38677,7 +38707,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
38677
38707
|
var _this7 = this;
|
|
38678
38708
|
|
|
38679
38709
|
var params = {
|
|
38680
|
-
url: this.type == 'continuation' ? api["
|
|
38710
|
+
url: this.type == 'continuation' ? api["hc" /* toTaskContinuationIndex */] : api["cc" /* toResetProcessIndex */],
|
|
38681
38711
|
params: resetvue_type_script_lang_js_extends({
|
|
38682
38712
|
appId: this.appId
|
|
38683
38713
|
}, this.flowParams)
|
|
@@ -38784,8 +38814,8 @@ var reset_component = normalizeComponent(
|
|
|
38784
38814
|
)
|
|
38785
38815
|
|
|
38786
38816
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
38787
|
-
// 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/taskUnionExamine.vue?vue&type=template&id=
|
|
38788
|
-
var
|
|
38817
|
+
// 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/taskUnionExamine.vue?vue&type=template&id=8bdea5e4&
|
|
38818
|
+
var taskUnionExaminevue_type_template_id_8bdea5e4_render = function () {
|
|
38789
38819
|
var _vm = this
|
|
38790
38820
|
var _h = _vm.$createElement
|
|
38791
38821
|
var _c = _vm._self._c || _h
|
|
@@ -38858,6 +38888,7 @@ var taskUnionExaminevue_type_template_id_7cff7406_render = function () {
|
|
|
38858
38888
|
? _vm.infoList.nextOtherOrgObj
|
|
38859
38889
|
: _vm.infoList.nextCurrentOrgObj,
|
|
38860
38890
|
multiple: _vm.newMultiple,
|
|
38891
|
+
selectorTags: 0,
|
|
38861
38892
|
mix: _vm.currentMix,
|
|
38862
38893
|
isUnionSeal: _vm.type == "unionSeal",
|
|
38863
38894
|
selectUserList: _vm.unionSealData || [],
|
|
@@ -38905,6 +38936,7 @@ var taskUnionExaminevue_type_template_id_7cff7406_render = function () {
|
|
|
38905
38936
|
_c("SelectUser", {
|
|
38906
38937
|
attrs: {
|
|
38907
38938
|
nextUser: _vm.infoList.nextOtherOrgObj,
|
|
38939
|
+
where: { filid: "other" },
|
|
38908
38940
|
multiple: _vm.newMultiple,
|
|
38909
38941
|
mix: _vm.otherMix,
|
|
38910
38942
|
disableds: _vm.otherOrgDisabledObjId,
|
|
@@ -39042,11 +39074,11 @@ var taskUnionExaminevue_type_template_id_7cff7406_render = function () {
|
|
|
39042
39074
|
1
|
|
39043
39075
|
)
|
|
39044
39076
|
}
|
|
39045
|
-
var
|
|
39046
|
-
|
|
39077
|
+
var taskUnionExaminevue_type_template_id_8bdea5e4_staticRenderFns = []
|
|
39078
|
+
taskUnionExaminevue_type_template_id_8bdea5e4_render._withStripped = true
|
|
39047
39079
|
|
|
39048
39080
|
|
|
39049
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
39081
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=8bdea5e4&
|
|
39050
39082
|
|
|
39051
39083
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
39052
39084
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -39184,6 +39216,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
39184
39216
|
//
|
|
39185
39217
|
//
|
|
39186
39218
|
//
|
|
39219
|
+
//
|
|
39220
|
+
//
|
|
39187
39221
|
|
|
39188
39222
|
|
|
39189
39223
|
|
|
@@ -39269,7 +39303,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
39269
39303
|
pendingId = this.pendingId;
|
|
39270
39304
|
|
|
39271
39305
|
var params = {
|
|
39272
|
-
url: api["
|
|
39306
|
+
url: api["Tb" /* taskReview */],
|
|
39273
39307
|
data: {
|
|
39274
39308
|
nextUserId: nextOtherOrgObj.join(','),
|
|
39275
39309
|
notificationType: noticeType.join(','),
|
|
@@ -39305,7 +39339,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
39305
39339
|
var _this2 = this;
|
|
39306
39340
|
|
|
39307
39341
|
var params = {
|
|
39308
|
-
url: api["
|
|
39342
|
+
url: api["jc" /* toTaskReview */],
|
|
39309
39343
|
params: { pendingId: this.pendingId }
|
|
39310
39344
|
};
|
|
39311
39345
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -39341,7 +39375,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
39341
39375
|
var _this3 = this;
|
|
39342
39376
|
|
|
39343
39377
|
var params = {
|
|
39344
|
-
url: this.type == 'takeAdvice' ? api["
|
|
39378
|
+
url: this.type == 'takeAdvice' ? api["nc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["kc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["qc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["rc" /* toTwoOfficesDispatch */] : api["pc" /* toTaskUnionExamine */],
|
|
39345
39379
|
params: { pendingId: this.pendingId },
|
|
39346
39380
|
headers: { Accept: 'application/json,text/plain' }
|
|
39347
39381
|
};
|
|
@@ -39479,7 +39513,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
39479
39513
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
39480
39514
|
// return this.$message.warning('暂未开放,敬请期待!');
|
|
39481
39515
|
var param = {
|
|
39482
|
-
url: this.type === 'startDraf' ? api["
|
|
39516
|
+
url: this.type === 'startDraf' ? api["Ub" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Yb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["tc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Vb" /* taskTakeAdvice */] : api["Xb" /* taskUnionExamine */],
|
|
39483
39517
|
data: {
|
|
39484
39518
|
opinion: opinion,
|
|
39485
39519
|
pendingId: pendingId,
|
|
@@ -39576,7 +39610,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
39576
39610
|
var params = {
|
|
39577
39611
|
pendingId: this.pendingId
|
|
39578
39612
|
};
|
|
39579
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
39613
|
+
utils_util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
39580
39614
|
if (res.status === 'success') {
|
|
39581
39615
|
_this6.infoList.noticeInfo = res.message;
|
|
39582
39616
|
}
|
|
@@ -39632,8 +39666,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
39632
39666
|
|
|
39633
39667
|
var taskUnionExamine_component = normalizeComponent(
|
|
39634
39668
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
39635
|
-
|
|
39636
|
-
|
|
39669
|
+
taskUnionExaminevue_type_template_id_8bdea5e4_render,
|
|
39670
|
+
taskUnionExaminevue_type_template_id_8bdea5e4_staticRenderFns,
|
|
39637
39671
|
false,
|
|
39638
39672
|
null,
|
|
39639
39673
|
null,
|
|
@@ -39642,8 +39676,8 @@ var taskUnionExamine_component = normalizeComponent(
|
|
|
39642
39676
|
)
|
|
39643
39677
|
|
|
39644
39678
|
/* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
|
|
39645
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
39646
|
-
var
|
|
39679
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=baa2efc4&
|
|
39680
|
+
var freeStartFlowvue_type_template_id_baa2efc4_render = function () {
|
|
39647
39681
|
var _vm = this
|
|
39648
39682
|
var _h = _vm.$createElement
|
|
39649
39683
|
var _c = _vm._self._c || _h
|
|
@@ -40571,6 +40605,9 @@ var freeStartFlowvue_type_template_id_ee2c3da4_render = function () {
|
|
|
40571
40605
|
_vm.nextOtherOrgObjSelect,
|
|
40572
40606
|
multiple: "",
|
|
40573
40607
|
mix: "",
|
|
40608
|
+
where: {
|
|
40609
|
+
filid: "other",
|
|
40610
|
+
},
|
|
40574
40611
|
disableds:
|
|
40575
40612
|
_vm.otherOrgDisabledObjId,
|
|
40576
40613
|
types: ["enterprise"],
|
|
@@ -41726,11 +41763,11 @@ var freeStartFlowvue_type_template_id_ee2c3da4_render = function () {
|
|
|
41726
41763
|
)
|
|
41727
41764
|
: _vm._e()
|
|
41728
41765
|
}
|
|
41729
|
-
var
|
|
41730
|
-
|
|
41766
|
+
var freeStartFlowvue_type_template_id_baa2efc4_staticRenderFns = []
|
|
41767
|
+
freeStartFlowvue_type_template_id_baa2efc4_render._withStripped = true
|
|
41731
41768
|
|
|
41732
41769
|
|
|
41733
|
-
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
41770
|
+
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=baa2efc4&
|
|
41734
41771
|
|
|
41735
41772
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
|
|
41736
41773
|
|
|
@@ -42490,6 +42527,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42490
42527
|
//
|
|
42491
42528
|
//
|
|
42492
42529
|
//
|
|
42530
|
+
//
|
|
42493
42531
|
|
|
42494
42532
|
|
|
42495
42533
|
|
|
@@ -42830,7 +42868,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42830
42868
|
var _this = this;
|
|
42831
42869
|
|
|
42832
42870
|
var params = {
|
|
42833
|
-
url: api["
|
|
42871
|
+
url: api["I" /* getAdjunctFileInfos */],
|
|
42834
42872
|
params: { ownId: ownId, code: code }
|
|
42835
42873
|
};
|
|
42836
42874
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -42918,7 +42956,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42918
42956
|
taskAction: 'complete'
|
|
42919
42957
|
};
|
|
42920
42958
|
utils_util["a" /* default */].ajax({
|
|
42921
|
-
url: api["
|
|
42959
|
+
url: api["Qb" /* taskReadHtml */],
|
|
42922
42960
|
params: { taskAction: 'complete' },
|
|
42923
42961
|
headers: {
|
|
42924
42962
|
Accept: 'application/json,text/plain'
|
|
@@ -42950,7 +42988,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42950
42988
|
|
|
42951
42989
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
42952
42990
|
utils_util["a" /* default */].ajax({
|
|
42953
|
-
url: api["
|
|
42991
|
+
url: api["gc" /* toStartTaskReadIndex */],
|
|
42954
42992
|
params: { pendingId: this.pendingId }
|
|
42955
42993
|
}).then(function (res) {
|
|
42956
42994
|
var status = res.status,
|
|
@@ -42986,7 +43024,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42986
43024
|
if (mainConfig) {
|
|
42987
43025
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
42988
43026
|
} else {
|
|
42989
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
43027
|
+
utils_util["a" /* default */].ajax({ url: api["qb" /* loginUserInfo */] }).then(function (res) {
|
|
42990
43028
|
var status = res.status,
|
|
42991
43029
|
data = res.data;
|
|
42992
43030
|
|
|
@@ -43088,7 +43126,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43088
43126
|
pendingId: this.pendingId
|
|
43089
43127
|
};
|
|
43090
43128
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
|
|
43091
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
43129
|
+
utils_util["a" /* default */].ajax({ url: api["Zb" /* tempSave */], params: params }).then(function (res) {
|
|
43092
43130
|
var status = res.status,
|
|
43093
43131
|
message = res.message;
|
|
43094
43132
|
|
|
@@ -43194,7 +43232,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43194
43232
|
nodeId = _endFlowInfo.nodeId;
|
|
43195
43233
|
|
|
43196
43234
|
var param = {
|
|
43197
|
-
url: api["
|
|
43235
|
+
url: api["N" /* getFreeStartFlowParams */],
|
|
43198
43236
|
params: {
|
|
43199
43237
|
businessId: businessId,
|
|
43200
43238
|
processDefinitionId: processDefinitionId,
|
|
@@ -43382,7 +43420,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43382
43420
|
var _this15 = this;
|
|
43383
43421
|
|
|
43384
43422
|
var params = {
|
|
43385
|
-
url: api["
|
|
43423
|
+
url: api["ob" /* isCanStartSubFlow */],
|
|
43386
43424
|
data: {
|
|
43387
43425
|
appId: this.taskExamineInfo.appId,
|
|
43388
43426
|
inevitableNode: res.inevitableNode
|
|
@@ -43492,7 +43530,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43492
43530
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
43493
43531
|
// return this.$message.warning('请填写意见');
|
|
43494
43532
|
var params = {
|
|
43495
|
-
url: api["
|
|
43533
|
+
url: api["Cb" /* rejectAndEnd */],
|
|
43496
43534
|
headers: { Accept: 'application/json,text/plain' },
|
|
43497
43535
|
method: 'post',
|
|
43498
43536
|
data: {
|
|
@@ -43562,7 +43600,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43562
43600
|
pendingId: this.pendingId,
|
|
43563
43601
|
businessId: this.businessIds
|
|
43564
43602
|
};
|
|
43565
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
43603
|
+
utils_util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
|
|
43566
43604
|
var status = res.status,
|
|
43567
43605
|
message = res.message,
|
|
43568
43606
|
data = res.data;
|
|
@@ -43812,7 +43850,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43812
43850
|
pendingId: this.pendingId,
|
|
43813
43851
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
43814
43852
|
};
|
|
43815
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
43853
|
+
utils_util["a" /* default */].ajax({ url: api["O" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
43816
43854
|
//pc返回数据
|
|
43817
43855
|
|
|
43818
43856
|
_this24.loading.close();
|
|
@@ -44104,7 +44142,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44104
44142
|
// onlyFlag: true
|
|
44105
44143
|
};
|
|
44106
44144
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
44107
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
44145
|
+
utils_util["a" /* default */].ajax({ url: api["X" /* getProcessDefList */], params: params }).then(function (res) {
|
|
44108
44146
|
var status = res.status,
|
|
44109
44147
|
message = res.message,
|
|
44110
44148
|
data = res.data;
|
|
@@ -44157,7 +44195,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44157
44195
|
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
44158
44196
|
type: 2
|
|
44159
44197
|
};
|
|
44160
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
44198
|
+
utils_util["a" /* default */].ajax({ url: api["tb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
44161
44199
|
var rCode = res.rCode,
|
|
44162
44200
|
msg = res.msg,
|
|
44163
44201
|
results = res.results;
|
|
@@ -44353,7 +44391,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44353
44391
|
params.isSubFlow = taskExamineInfo.isSubFlow;
|
|
44354
44392
|
params.nodeId = taskExamineInfo.nodeId;
|
|
44355
44393
|
params.needRetrialAuth = needRetrialAuth;
|
|
44356
|
-
return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["
|
|
44394
|
+
return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Pb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
44357
44395
|
var status = res.status,
|
|
44358
44396
|
message = res.message;
|
|
44359
44397
|
|
|
@@ -44434,8 +44472,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44434
44472
|
|
|
44435
44473
|
var freeStartFlow_component = normalizeComponent(
|
|
44436
44474
|
src_freeStartFlowvue_type_script_lang_js_,
|
|
44437
|
-
|
|
44438
|
-
|
|
44475
|
+
freeStartFlowvue_type_template_id_baa2efc4_render,
|
|
44476
|
+
freeStartFlowvue_type_template_id_baa2efc4_staticRenderFns,
|
|
44439
44477
|
false,
|
|
44440
44478
|
null,
|
|
44441
44479
|
null,
|
|
@@ -44444,8 +44482,8 @@ var freeStartFlow_component = normalizeComponent(
|
|
|
44444
44482
|
)
|
|
44445
44483
|
|
|
44446
44484
|
/* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
|
|
44447
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=
|
|
44448
|
-
var
|
|
44485
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=f11b91cc&
|
|
44486
|
+
var supervisevue_type_template_id_f11b91cc_render = function () {
|
|
44449
44487
|
var _vm = this
|
|
44450
44488
|
var _h = _vm.$createElement
|
|
44451
44489
|
var _c = _vm._self._c || _h
|
|
@@ -44618,11 +44656,11 @@ var supervisevue_type_template_id_8ef7a708_render = function () {
|
|
|
44618
44656
|
1
|
|
44619
44657
|
)
|
|
44620
44658
|
}
|
|
44621
|
-
var
|
|
44622
|
-
|
|
44659
|
+
var supervisevue_type_template_id_f11b91cc_staticRenderFns = []
|
|
44660
|
+
supervisevue_type_template_id_f11b91cc_render._withStripped = true
|
|
44623
44661
|
|
|
44624
44662
|
|
|
44625
|
-
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=
|
|
44663
|
+
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=f11b91cc&
|
|
44626
44664
|
|
|
44627
44665
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
|
|
44628
44666
|
var supervisevue_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; };
|
|
@@ -44719,10 +44757,10 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
44719
44757
|
subProcess: function subProcess() {
|
|
44720
44758
|
var _this = this;
|
|
44721
44759
|
|
|
44722
|
-
|
|
44723
|
-
|
|
44724
|
-
|
|
44725
|
-
|
|
44760
|
+
if (this.nextNode.noticeType.length == 0) {
|
|
44761
|
+
this.$message.warning('请选择通知方式');
|
|
44762
|
+
return;
|
|
44763
|
+
}
|
|
44726
44764
|
if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage) {
|
|
44727
44765
|
this.$message.warning('请填写通知消息内容');
|
|
44728
44766
|
return;
|
|
@@ -44733,7 +44771,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
44733
44771
|
pendingUserIds = _nextNode.pendingUserIds;
|
|
44734
44772
|
|
|
44735
44773
|
var params = {
|
|
44736
|
-
url: api["
|
|
44774
|
+
url: api["mc" /* toTaskSuperviseSub */],
|
|
44737
44775
|
params: {
|
|
44738
44776
|
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
44739
44777
|
urgeUserIds: pendingUserIds,
|
|
@@ -44759,7 +44797,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
44759
44797
|
|
|
44760
44798
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
44761
44799
|
utils_util["a" /* default */].ajax({
|
|
44762
|
-
url: api["
|
|
44800
|
+
url: api["lc" /* toTaskSupervise */],
|
|
44763
44801
|
params: {
|
|
44764
44802
|
businessId: this.businessId,
|
|
44765
44803
|
appId: this.appId,
|
|
@@ -44800,8 +44838,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
44800
44838
|
|
|
44801
44839
|
var supervise_component = normalizeComponent(
|
|
44802
44840
|
src_supervisevue_type_script_lang_js_,
|
|
44803
|
-
|
|
44804
|
-
|
|
44841
|
+
supervisevue_type_template_id_f11b91cc_render,
|
|
44842
|
+
supervisevue_type_template_id_f11b91cc_staticRenderFns,
|
|
44805
44843
|
false,
|
|
44806
44844
|
null,
|
|
44807
44845
|
null,
|
|
@@ -44810,8 +44848,8 @@ var supervise_component = normalizeComponent(
|
|
|
44810
44848
|
)
|
|
44811
44849
|
|
|
44812
44850
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
44813
|
-
// 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=
|
|
44814
|
-
var
|
|
44851
|
+
// 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=3d53fa6e&
|
|
44852
|
+
var Circulatevue_type_template_id_3d53fa6e_render = function () {
|
|
44815
44853
|
var _vm = this
|
|
44816
44854
|
var _h = _vm.$createElement
|
|
44817
44855
|
var _c = _vm._self._c || _h
|
|
@@ -44871,6 +44909,7 @@ var Circulatevue_type_template_id_3b7d0deb_render = function () {
|
|
|
44871
44909
|
attrs: {
|
|
44872
44910
|
nextUser: _vm.infoList.nextOtherOrgObj,
|
|
44873
44911
|
multiple: _vm.newMultiple,
|
|
44912
|
+
where: { filid: "other" },
|
|
44874
44913
|
mix: "",
|
|
44875
44914
|
types: ["enterprise", "filgroup"],
|
|
44876
44915
|
params: _vm.otherParams,
|
|
@@ -45002,11 +45041,11 @@ var Circulatevue_type_template_id_3b7d0deb_render = function () {
|
|
|
45002
45041
|
1
|
|
45003
45042
|
)
|
|
45004
45043
|
}
|
|
45005
|
-
var
|
|
45006
|
-
|
|
45044
|
+
var Circulatevue_type_template_id_3d53fa6e_staticRenderFns = []
|
|
45045
|
+
Circulatevue_type_template_id_3d53fa6e_render._withStripped = true
|
|
45007
45046
|
|
|
45008
45047
|
|
|
45009
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
45048
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3d53fa6e&
|
|
45010
45049
|
|
|
45011
45050
|
// 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&
|
|
45012
45051
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -45098,6 +45137,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
45098
45137
|
//
|
|
45099
45138
|
//
|
|
45100
45139
|
//
|
|
45140
|
+
//
|
|
45101
45141
|
|
|
45102
45142
|
|
|
45103
45143
|
|
|
@@ -45242,6 +45282,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
45242
45282
|
data: {
|
|
45243
45283
|
opinion: opinion,
|
|
45244
45284
|
businessId: businessId,
|
|
45285
|
+
|
|
45245
45286
|
processDefinitionId: processDefinitionId,
|
|
45246
45287
|
nextOtherOrgObj: Array.isArray(nextOtherOrgObj) ? nextOtherOrgObj.join(',') : nextOtherOrgObj,
|
|
45247
45288
|
nextCurrentOrgObj: Array.isArray(nextCurrentOrgObj) ? nextCurrentOrgObj.join(',') : nextCurrentOrgObj,
|
|
@@ -45356,7 +45397,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
45356
45397
|
if (!this.showBtn) {
|
|
45357
45398
|
params.openMode = 'samepage';
|
|
45358
45399
|
}
|
|
45359
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
45400
|
+
utils_util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
45360
45401
|
if (res.status === 'success') {
|
|
45361
45402
|
if (!_this3.showBtn) {
|
|
45362
45403
|
_this3.oldMessage = res.message;
|
|
@@ -45417,8 +45458,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
45417
45458
|
|
|
45418
45459
|
var Circulate_component = normalizeComponent(
|
|
45419
45460
|
component_Circulatevue_type_script_lang_js_,
|
|
45420
|
-
|
|
45421
|
-
|
|
45461
|
+
Circulatevue_type_template_id_3d53fa6e_render,
|
|
45462
|
+
Circulatevue_type_template_id_3d53fa6e_staticRenderFns,
|
|
45422
45463
|
false,
|
|
45423
45464
|
null,
|
|
45424
45465
|
null,
|
|
@@ -45427,6 +45468,329 @@ var Circulate_component = normalizeComponent(
|
|
|
45427
45468
|
)
|
|
45428
45469
|
|
|
45429
45470
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
45471
|
+
// 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/FreeCirculation.vue?vue&type=template&id=521e2326&
|
|
45472
|
+
var FreeCirculationvue_type_template_id_521e2326_render = function () {
|
|
45473
|
+
var _vm = this
|
|
45474
|
+
var _h = _vm.$createElement
|
|
45475
|
+
var _c = _vm._self._c || _h
|
|
45476
|
+
return _c(
|
|
45477
|
+
"div",
|
|
45478
|
+
[
|
|
45479
|
+
_c(
|
|
45480
|
+
"el-form",
|
|
45481
|
+
{
|
|
45482
|
+
ref: "nextNode",
|
|
45483
|
+
staticClass: "demo-dynamic",
|
|
45484
|
+
attrs: {
|
|
45485
|
+
model: _vm.nextNode,
|
|
45486
|
+
"label-width": "120px",
|
|
45487
|
+
"label-position": _vm.formLabelPosition,
|
|
45488
|
+
},
|
|
45489
|
+
},
|
|
45490
|
+
[
|
|
45491
|
+
_c(
|
|
45492
|
+
"el-form-item",
|
|
45493
|
+
{ attrs: { prop: "nextCurrentOrgObj", label: "本单位" } },
|
|
45494
|
+
[
|
|
45495
|
+
_c("SelectUser", {
|
|
45496
|
+
attrs: {
|
|
45497
|
+
nextUser: _vm.nextCurrentOrgObjSelect,
|
|
45498
|
+
multiple: "",
|
|
45499
|
+
mix: "",
|
|
45500
|
+
disableds: _vm.currentOrgDisabledObjId,
|
|
45501
|
+
types: _vm.currentOrgSelectorTabs,
|
|
45502
|
+
params: _vm.currentOrgSelectorParams,
|
|
45503
|
+
},
|
|
45504
|
+
on: {
|
|
45505
|
+
change: function ($event) {
|
|
45506
|
+
_vm.disposeAppUnit($event, "nextCurrentOrgObjSelect")
|
|
45507
|
+
},
|
|
45508
|
+
},
|
|
45509
|
+
}),
|
|
45510
|
+
],
|
|
45511
|
+
1
|
|
45512
|
+
),
|
|
45513
|
+
_vm.showOther
|
|
45514
|
+
? _c(
|
|
45515
|
+
"el-form-item",
|
|
45516
|
+
{ attrs: { prop: "nextOtherOrgObj", label: "外单位" } },
|
|
45517
|
+
[
|
|
45518
|
+
_c("SelectUser", {
|
|
45519
|
+
attrs: {
|
|
45520
|
+
nextUser: _vm.nextOtherOrgObjSelect,
|
|
45521
|
+
multiple: "",
|
|
45522
|
+
mix: "",
|
|
45523
|
+
disableds: _vm.otherOrgDisabledObjId,
|
|
45524
|
+
where: { filid: "other" },
|
|
45525
|
+
types: _vm.foreignOrgSelectorTabs,
|
|
45526
|
+
params: _vm.foreignOrgSelectorParams,
|
|
45527
|
+
},
|
|
45528
|
+
on: {
|
|
45529
|
+
change: function ($event) {
|
|
45530
|
+
_vm.disposeAppUnit($event, "nextOtherOrgObjSelect")
|
|
45531
|
+
},
|
|
45532
|
+
},
|
|
45533
|
+
}),
|
|
45534
|
+
],
|
|
45535
|
+
1
|
|
45536
|
+
)
|
|
45537
|
+
: _vm._e(),
|
|
45538
|
+
],
|
|
45539
|
+
1
|
|
45540
|
+
),
|
|
45541
|
+
_c(
|
|
45542
|
+
"div",
|
|
45543
|
+
{ staticStyle: { "text-align": "right" } },
|
|
45544
|
+
[
|
|
45545
|
+
_c(
|
|
45546
|
+
"el-button",
|
|
45547
|
+
{
|
|
45548
|
+
attrs: { type: "primary", size: "small" },
|
|
45549
|
+
on: { click: _vm.subMit },
|
|
45550
|
+
},
|
|
45551
|
+
[_vm._v(" 确定 ")]
|
|
45552
|
+
),
|
|
45553
|
+
_c(
|
|
45554
|
+
"el-button",
|
|
45555
|
+
{ attrs: { size: "small" }, on: { click: _vm.quit } },
|
|
45556
|
+
[_vm._v(" 取消 ")]
|
|
45557
|
+
),
|
|
45558
|
+
],
|
|
45559
|
+
1
|
|
45560
|
+
),
|
|
45561
|
+
],
|
|
45562
|
+
1
|
|
45563
|
+
)
|
|
45564
|
+
}
|
|
45565
|
+
var FreeCirculationvue_type_template_id_521e2326_staticRenderFns = []
|
|
45566
|
+
FreeCirculationvue_type_template_id_521e2326_render._withStripped = true
|
|
45567
|
+
|
|
45568
|
+
|
|
45569
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=521e2326&
|
|
45570
|
+
|
|
45571
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
|
|
45572
|
+
//
|
|
45573
|
+
//
|
|
45574
|
+
//
|
|
45575
|
+
//
|
|
45576
|
+
//
|
|
45577
|
+
//
|
|
45578
|
+
//
|
|
45579
|
+
//
|
|
45580
|
+
//
|
|
45581
|
+
//
|
|
45582
|
+
//
|
|
45583
|
+
//
|
|
45584
|
+
//
|
|
45585
|
+
//
|
|
45586
|
+
//
|
|
45587
|
+
//
|
|
45588
|
+
//
|
|
45589
|
+
//
|
|
45590
|
+
//
|
|
45591
|
+
//
|
|
45592
|
+
//
|
|
45593
|
+
//
|
|
45594
|
+
//
|
|
45595
|
+
//
|
|
45596
|
+
//
|
|
45597
|
+
//
|
|
45598
|
+
//
|
|
45599
|
+
//
|
|
45600
|
+
//
|
|
45601
|
+
//
|
|
45602
|
+
//
|
|
45603
|
+
//
|
|
45604
|
+
//
|
|
45605
|
+
//
|
|
45606
|
+
//
|
|
45607
|
+
//
|
|
45608
|
+
//
|
|
45609
|
+
//
|
|
45610
|
+
//
|
|
45611
|
+
//
|
|
45612
|
+
|
|
45613
|
+
|
|
45614
|
+
|
|
45615
|
+
|
|
45616
|
+
/* harmony default export */ var FreeCirculationvue_type_script_lang_js_ = ({
|
|
45617
|
+
components: { SelectUser: selectUser },
|
|
45618
|
+
props: {
|
|
45619
|
+
formLabelPosition: {
|
|
45620
|
+
type: String,
|
|
45621
|
+
default: 'left'
|
|
45622
|
+
},
|
|
45623
|
+
params: {
|
|
45624
|
+
type: Object,
|
|
45625
|
+
default: function _default() {}
|
|
45626
|
+
},
|
|
45627
|
+
appId: {
|
|
45628
|
+
type: String,
|
|
45629
|
+
default: ''
|
|
45630
|
+
},
|
|
45631
|
+
showOther: { type: Boolean, default: true }
|
|
45632
|
+
},
|
|
45633
|
+
data: function data() {
|
|
45634
|
+
return {
|
|
45635
|
+
currentOrgDisabledObjId: [],
|
|
45636
|
+
otherOrgDisabledObjId: [],
|
|
45637
|
+
nextCurrentOrgObjSelect: [],
|
|
45638
|
+
currentNodeIsCircularReadNode: false,
|
|
45639
|
+
simpleTips: true,
|
|
45640
|
+
subProcessColumns: [],
|
|
45641
|
+
nextOtherOrgObjSelect: [],
|
|
45642
|
+
nextNode: {},
|
|
45643
|
+
currentOrgSelectorParams: {
|
|
45644
|
+
filid: JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId
|
|
45645
|
+
},
|
|
45646
|
+
currentOrgSelectorTabs: ['employee', 'persongroup'],
|
|
45647
|
+
foreignOrgSelectorTabs: ['enterprise', 'filgroupobj'],
|
|
45648
|
+
foreignOrgSelectorParams: { filid: 'other', roleid: '', nofilid: 1 },
|
|
45649
|
+
loading: null
|
|
45650
|
+
};
|
|
45651
|
+
},
|
|
45652
|
+
mounted: function mounted() {
|
|
45653
|
+
this.getFreeTaskCircularRead();
|
|
45654
|
+
},
|
|
45655
|
+
|
|
45656
|
+
methods: {
|
|
45657
|
+
quit: function quit() {
|
|
45658
|
+
this.$emit('cancel');
|
|
45659
|
+
},
|
|
45660
|
+
subMit: function subMit() {
|
|
45661
|
+
var _this = this;
|
|
45662
|
+
|
|
45663
|
+
if (!this.nextNode.nextCurrentOrgObj && !this.nextNode.nextOtherOrgObj) return this.$message.warning('请选择下步办理对象!');
|
|
45664
|
+
var param = {
|
|
45665
|
+
url: api["G" /* freeTaskCircularRead */],
|
|
45666
|
+
data: {
|
|
45667
|
+
appId: this.appId || this.params.appId,
|
|
45668
|
+
nextCurrentOrgObj: this.nextNode.nextCurrentOrgObj,
|
|
45669
|
+
nextOtherOrgObj: this.nextNode.nextOtherOrgObj || ''
|
|
45670
|
+
},
|
|
45671
|
+
method: 'post'
|
|
45672
|
+
};
|
|
45673
|
+
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
45674
|
+
utils_util["a" /* default */].ajax(param).then(function (res) {
|
|
45675
|
+
if (res.rCode == 0 || res.status == 'success') {
|
|
45676
|
+
_this.loading.close();
|
|
45677
|
+
if (!_this.simpleTips) {
|
|
45678
|
+
_this.$alert('提交成功', '', {
|
|
45679
|
+
confirmButtonText: '确定',
|
|
45680
|
+
type: 'success',
|
|
45681
|
+
callback: function callback(action) {
|
|
45682
|
+
_this.$parent.$emit('success');
|
|
45683
|
+
}
|
|
45684
|
+
});
|
|
45685
|
+
} else {
|
|
45686
|
+
_this.$parent.$emit('success');
|
|
45687
|
+
}
|
|
45688
|
+
}
|
|
45689
|
+
});
|
|
45690
|
+
},
|
|
45691
|
+
getFreeTaskCircularRead: function getFreeTaskCircularRead() {
|
|
45692
|
+
var _this2 = this;
|
|
45693
|
+
|
|
45694
|
+
var param = {
|
|
45695
|
+
url: api["ac" /* toFreeTaskCircularRead */],
|
|
45696
|
+
params: { appId: this.appId || this.params.appId }
|
|
45697
|
+
};
|
|
45698
|
+
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
45699
|
+
utils_util["a" /* default */].ajax(param).then(function (res) {
|
|
45700
|
+
_this2.loading.close();
|
|
45701
|
+
if (res.rCode == 0 || res.status == 'success') {
|
|
45702
|
+
_this2.simpleTips = res.results.simpleTips;
|
|
45703
|
+
_this2.currentOrgDisabledObjId = res.results.disabledCurrentOrgUserId.split(',');
|
|
45704
|
+
_this2.otherOrgDisabledObjId = res.results.disabledForeignOrgId.split(',');
|
|
45705
|
+
}
|
|
45706
|
+
});
|
|
45707
|
+
},
|
|
45708
|
+
getsubProcessColumns: function getsubProcessColumns() {
|
|
45709
|
+
var data = [];
|
|
45710
|
+
var obj = { name: '[部门员工]-' };
|
|
45711
|
+
if (this.nextCurrentOrgObjSelect.length > 0) {
|
|
45712
|
+
this.nextCurrentOrgObjSelect.map(function (x) {
|
|
45713
|
+
if (x.stype == 'employee') {
|
|
45714
|
+
obj.name = !obj.value ? obj.name + x.showname : obj.name + ',' + x.showname;
|
|
45715
|
+
obj.value = obj.value ? obj.value + ',' + x.showid : 'employee-' + x.showid;
|
|
45716
|
+
} else {
|
|
45717
|
+
data.push({
|
|
45718
|
+
name: '[部门]' + x.showname,
|
|
45719
|
+
value: 'department-' + x.showid
|
|
45720
|
+
});
|
|
45721
|
+
}
|
|
45722
|
+
});
|
|
45723
|
+
}
|
|
45724
|
+
obj.value && data.push(obj);
|
|
45725
|
+
if (this.nextOtherOrgObjSelect.length > 0) {
|
|
45726
|
+
this.nextOtherOrgObjSelect.map(function (x) {
|
|
45727
|
+
data.push({
|
|
45728
|
+
name: '[企业]' + x.showname,
|
|
45729
|
+
value: 'enterprise-' + x.showid
|
|
45730
|
+
});
|
|
45731
|
+
});
|
|
45732
|
+
}
|
|
45733
|
+
this.subProcessColumns = data;
|
|
45734
|
+
// return data;
|
|
45735
|
+
},
|
|
45736
|
+
|
|
45737
|
+
// 单位选择完回调
|
|
45738
|
+
disposeAppUnit: function disposeAppUnit(res, type) {
|
|
45739
|
+
var label = type.substring(0, type.lastIndexOf('Select'));
|
|
45740
|
+
this.nextNode[label + 'Name'] = '';
|
|
45741
|
+
res.options && (this[type] = res.options);
|
|
45742
|
+
var obj = {};
|
|
45743
|
+
// if (typeof res.mixList == 'array')
|
|
45744
|
+
res.mixList && (this.nextNode[label] = res.mixList.join('|'));
|
|
45745
|
+
res.options.map(function (item) {
|
|
45746
|
+
if (obj[item.stype]) {
|
|
45747
|
+
obj[item.stype].push(item.showname);
|
|
45748
|
+
} else {
|
|
45749
|
+
obj[item.stype] = [item.showname];
|
|
45750
|
+
}
|
|
45751
|
+
});
|
|
45752
|
+
for (var key in obj) {
|
|
45753
|
+
if (key === 'enterprise' && this.nextNode[label + 'Name'].indexOf('[企业]') == -1) {
|
|
45754
|
+
this.nextNode[label + 'Name'] = this.nextNode[label + 'Name'] ? this.nextNode[label + 'Name'] + '|' + '[企业]-' + obj[key].join(',') : '' + '[企业]-' + obj[key].join(',');
|
|
45755
|
+
}
|
|
45756
|
+
if (key === 'department' && this.nextNode[label + 'Name'].indexOf('[部门]') == -1) {
|
|
45757
|
+
this.nextNode[label + 'Name'] = this.nextNode[label + 'Name'] ? this.nextNode[label + 'Name'] + '|' + '[部门]-' + obj[key].join(',') : '' + '[部门]-' + obj[key].join(',');
|
|
45758
|
+
}
|
|
45759
|
+
if (key === 'employee' && this.nextNode[label + 'Name'].indexOf('[部门员工]') == -1) {
|
|
45760
|
+
this.nextNode[label + 'Name'] = this.nextNode[label + 'Name'] ? this.nextNode[label + 'Name'] + '|' + '[部门员工]-' + obj[key].join(',') : '' + '[部门员工]-' + obj[key].join(',');
|
|
45761
|
+
}
|
|
45762
|
+
}
|
|
45763
|
+
// this.nextNode[label + 'Name'] = obj.enterprise?;
|
|
45764
|
+
if (!this.currentNodeIsCircularReadNode) {
|
|
45765
|
+
this.nextNode[label + 'SerialId'] = res.nextUser.join(',');
|
|
45766
|
+
this.nextNode[label + 'Json'] = JSON.stringify(res.options);
|
|
45767
|
+
}
|
|
45768
|
+
this.getsubProcessColumns();
|
|
45769
|
+
}
|
|
45770
|
+
}
|
|
45771
|
+
});
|
|
45772
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
|
|
45773
|
+
/* harmony default export */ var component_FreeCirculationvue_type_script_lang_js_ = (FreeCirculationvue_type_script_lang_js_);
|
|
45774
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue
|
|
45775
|
+
|
|
45776
|
+
|
|
45777
|
+
|
|
45778
|
+
|
|
45779
|
+
|
|
45780
|
+
/* normalize component */
|
|
45781
|
+
|
|
45782
|
+
var FreeCirculation_component = normalizeComponent(
|
|
45783
|
+
component_FreeCirculationvue_type_script_lang_js_,
|
|
45784
|
+
FreeCirculationvue_type_template_id_521e2326_render,
|
|
45785
|
+
FreeCirculationvue_type_template_id_521e2326_staticRenderFns,
|
|
45786
|
+
false,
|
|
45787
|
+
null,
|
|
45788
|
+
null,
|
|
45789
|
+
null
|
|
45790
|
+
|
|
45791
|
+
)
|
|
45792
|
+
|
|
45793
|
+
/* harmony default export */ var FreeCirculation = (FreeCirculation_component.exports);
|
|
45430
45794
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=script&lang=js&
|
|
45431
45795
|
|
|
45432
45796
|
|
|
@@ -46552,6 +46916,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46552
46916
|
//
|
|
46553
46917
|
//
|
|
46554
46918
|
//
|
|
46919
|
+
//
|
|
46920
|
+
//
|
|
46921
|
+
//
|
|
46922
|
+
//
|
|
46923
|
+
//
|
|
46924
|
+
//
|
|
46925
|
+
//
|
|
46926
|
+
//
|
|
46927
|
+
//
|
|
46928
|
+
//
|
|
46929
|
+
|
|
46555
46930
|
|
|
46556
46931
|
|
|
46557
46932
|
|
|
@@ -46573,7 +46948,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46573
46948
|
/* harmony default export */ var flow_src_mainvue_type_script_lang_js_ = ({
|
|
46574
46949
|
name: 'EsFlow',
|
|
46575
46950
|
componentName: 'EsFlow',
|
|
46576
|
-
components: (src_mainvue_type_script_lang_js_components = {}, src_mainvue_type_script_lang_js_components[processForm.name] = processForm, src_mainvue_type_script_lang_js_components[processReject.name] = processReject, src_mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, src_mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, src_mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, src_mainvue_type_script_lang_js_components[FileList.name] = FileList, src_mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, src_mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, src_mainvue_type_script_lang_js_components[selectUser.name] = selectUser, src_mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, src_mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, src_mainvue_type_script_lang_js_components.circulate = Circulate, src_mainvue_type_script_lang_js_components.Preset = Preset, src_mainvue_type_script_lang_js_components.Reset = src_reset, src_mainvue_type_script_lang_js_components.Supervise = supervise, src_mainvue_type_script_lang_js_components),
|
|
46951
|
+
components: (src_mainvue_type_script_lang_js_components = {}, src_mainvue_type_script_lang_js_components[processForm.name] = processForm, src_mainvue_type_script_lang_js_components[processReject.name] = processReject, src_mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, src_mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, src_mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, src_mainvue_type_script_lang_js_components[FileList.name] = FileList, src_mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, src_mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, src_mainvue_type_script_lang_js_components[selectUser.name] = selectUser, src_mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, src_mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, src_mainvue_type_script_lang_js_components.circulate = Circulate, src_mainvue_type_script_lang_js_components.Preset = Preset, src_mainvue_type_script_lang_js_components.Reset = src_reset, src_mainvue_type_script_lang_js_components.Supervise = supervise, src_mainvue_type_script_lang_js_components.FreeCirculation = FreeCirculation, src_mainvue_type_script_lang_js_components),
|
|
46577
46952
|
props: {
|
|
46578
46953
|
showShrink: { type: Boolean, default: true },
|
|
46579
46954
|
isStartFlow: { type: Boolean, default: false },
|
|
@@ -46931,7 +47306,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46931
47306
|
var _this = this;
|
|
46932
47307
|
|
|
46933
47308
|
var params = {
|
|
46934
|
-
url: api["
|
|
47309
|
+
url: api["eb" /* getUrgencyLevelChangedNotificationType */],
|
|
46935
47310
|
params: { urgencyLevel: this.urgencyLevel }
|
|
46936
47311
|
};
|
|
46937
47312
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -46953,7 +47328,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46953
47328
|
this.$emit('endMessageChange', this.endMessage);
|
|
46954
47329
|
},
|
|
46955
47330
|
getInfo: function getInfo() {
|
|
46956
|
-
if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
|
|
47331
|
+
if (this.typeCode == 'supervise' || this.typeCode == 'read' || this.typeCode == 'freeCirculation') return;
|
|
46957
47332
|
if (this.showCirculate != undefined && !this.showCirculate && this.urgencyLevel) {
|
|
46958
47333
|
this.getAdminMsgType();
|
|
46959
47334
|
} else {
|
|
@@ -46969,20 +47344,28 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46969
47344
|
}
|
|
46970
47345
|
},
|
|
46971
47346
|
handleClickCirculate: function handleClickCirculate() {
|
|
46972
|
-
this
|
|
47347
|
+
var _this2 = this;
|
|
47348
|
+
|
|
47349
|
+
if (this.beforeSubmit == undefined) {
|
|
47350
|
+
this.$refs.circulate.subMit();
|
|
47351
|
+
} else {
|
|
47352
|
+
this.beforeSubmit(1).then(function (next) {
|
|
47353
|
+
_this2.$refs.circulate.subMit();
|
|
47354
|
+
}).catch(function (e) {});
|
|
47355
|
+
}
|
|
46973
47356
|
},
|
|
46974
47357
|
getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
|
|
46975
|
-
var
|
|
47358
|
+
var _this3 = this;
|
|
46976
47359
|
|
|
46977
47360
|
var params = {
|
|
46978
|
-
url: api["
|
|
47361
|
+
url: api["S" /* getNodeInfoForStart */],
|
|
46979
47362
|
params: { processDefinitionId: processDefinitionId }
|
|
46980
47363
|
};
|
|
46981
47364
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
46982
47365
|
if (res.status == 'success') {
|
|
46983
|
-
|
|
46984
|
-
|
|
46985
|
-
|
|
47366
|
+
_this3.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
|
|
47367
|
+
_this3.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
|
|
47368
|
+
_this3.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
|
|
46986
47369
|
|
|
46987
47370
|
// if (this.directCreateCircularReadWhenFlowStarted) {
|
|
46988
47371
|
// this.nodeInfo.option.map((item) => {
|
|
@@ -46993,8 +47376,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46993
47376
|
// item.disabled = false;
|
|
46994
47377
|
// });
|
|
46995
47378
|
// }
|
|
46996
|
-
|
|
46997
|
-
|
|
47379
|
+
_this3.optionsKey++;
|
|
47380
|
+
_this3.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
|
|
46998
47381
|
}
|
|
46999
47382
|
});
|
|
47000
47383
|
},
|
|
@@ -47031,12 +47414,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47031
47414
|
this.handleVisible = true;
|
|
47032
47415
|
},
|
|
47033
47416
|
showMessage: function showMessage() {
|
|
47034
|
-
var
|
|
47417
|
+
var _this4 = this;
|
|
47035
47418
|
|
|
47036
47419
|
this.showNews = !this.showNews;
|
|
47037
47420
|
if (!this.showNews) return;
|
|
47038
47421
|
this.$nextTick(function () {
|
|
47039
|
-
|
|
47422
|
+
_this4.$refs.esContent.scrollTop += _this4.$refs.messagebox.clientHeight;
|
|
47040
47423
|
});
|
|
47041
47424
|
},
|
|
47042
47425
|
freeStartFlowSuccess: function freeStartFlowSuccess() {
|
|
@@ -47110,10 +47493,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47110
47493
|
|
|
47111
47494
|
//获取附件
|
|
47112
47495
|
getFile: function getFile(ownId, code) {
|
|
47113
|
-
var
|
|
47496
|
+
var _this5 = this;
|
|
47114
47497
|
|
|
47115
47498
|
var params = {
|
|
47116
|
-
url: api["
|
|
47499
|
+
url: api["I" /* getAdjunctFileInfos */],
|
|
47117
47500
|
params: { ownId: ownId, code: code }
|
|
47118
47501
|
};
|
|
47119
47502
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -47122,13 +47505,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47122
47505
|
msg = res.msg;
|
|
47123
47506
|
|
|
47124
47507
|
if (rCode == 0) {
|
|
47125
|
-
results && (
|
|
47508
|
+
results && (_this5.fileNum = results.length);
|
|
47126
47509
|
} else {
|
|
47127
|
-
|
|
47510
|
+
_this5.$message.error(msg || '系统错误,请联系管理员!');
|
|
47128
47511
|
}
|
|
47129
47512
|
}).catch(function (err) {
|
|
47130
47513
|
if (err.message && err.message !== 'canceled') {
|
|
47131
|
-
|
|
47514
|
+
_this5.$message.error(err.message);
|
|
47132
47515
|
}
|
|
47133
47516
|
});
|
|
47134
47517
|
},
|
|
@@ -47175,7 +47558,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47175
47558
|
}
|
|
47176
47559
|
},
|
|
47177
47560
|
taskRead: function taskRead() {
|
|
47178
|
-
var
|
|
47561
|
+
var _this6 = this;
|
|
47179
47562
|
|
|
47180
47563
|
if (this.taskReadOpinionRequired == 'true' && !this.value) {
|
|
47181
47564
|
if (!this.$refs.commonOpinions.validate()) return;
|
|
@@ -47185,8 +47568,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47185
47568
|
cancelButtonText: '取消',
|
|
47186
47569
|
type: 'warning'
|
|
47187
47570
|
}).then(function () {
|
|
47188
|
-
|
|
47189
|
-
var _taskExamineInfo2 =
|
|
47571
|
+
_this6.loading = utils_util["a" /* default */].loading(_this6.$loading, '加载中...');
|
|
47572
|
+
var _taskExamineInfo2 = _this6.taskExamineInfo,
|
|
47190
47573
|
businessId = _taskExamineInfo2.businessId,
|
|
47191
47574
|
appId = _taskExamineInfo2.appId,
|
|
47192
47575
|
processDefinitionId = _taskExamineInfo2.processDefinitionId,
|
|
@@ -47197,11 +47580,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47197
47580
|
appId: appId,
|
|
47198
47581
|
processDefinitionId: processDefinitionId,
|
|
47199
47582
|
pendingId: pendingId,
|
|
47200
|
-
opinion:
|
|
47583
|
+
opinion: _this6.value,
|
|
47201
47584
|
taskAction: 'complete'
|
|
47202
47585
|
};
|
|
47203
47586
|
utils_util["a" /* default */].ajax({
|
|
47204
|
-
url: api["
|
|
47587
|
+
url: api["Qb" /* taskReadHtml */],
|
|
47205
47588
|
params: { taskAction: 'complete' },
|
|
47206
47589
|
headers: {
|
|
47207
47590
|
Accept: 'application/json,text/plain'
|
|
@@ -47212,25 +47595,25 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47212
47595
|
var status = res.status,
|
|
47213
47596
|
message = res.message;
|
|
47214
47597
|
|
|
47215
|
-
|
|
47598
|
+
_this6.loading.close();
|
|
47216
47599
|
if (status === 'success') {
|
|
47217
|
-
|
|
47600
|
+
_this6.flowSuccess();
|
|
47218
47601
|
// this.$message.success('提交成功');
|
|
47219
47602
|
// this.$emit('success');
|
|
47220
47603
|
} else {
|
|
47221
|
-
|
|
47222
|
-
|
|
47604
|
+
_this6.$message.error(message || '系统错误,请联系管理员!');
|
|
47605
|
+
_this6.$emit('error');
|
|
47223
47606
|
}
|
|
47224
47607
|
}).catch(function (err) {
|
|
47225
|
-
|
|
47608
|
+
_this6.loading.close();
|
|
47226
47609
|
if (err.message && err.message !== 'canceled') {
|
|
47227
|
-
|
|
47610
|
+
_this6.$message.error(err.message);
|
|
47228
47611
|
}
|
|
47229
47612
|
});
|
|
47230
47613
|
}).catch(function () {});
|
|
47231
47614
|
},
|
|
47232
47615
|
validReadTransferHandle: function validReadTransferHandle(readTransferHandleBusinessId, readTransferHandleProcessKey) {
|
|
47233
|
-
var
|
|
47616
|
+
var _this7 = this;
|
|
47234
47617
|
|
|
47235
47618
|
var params = {
|
|
47236
47619
|
url: api["d" /* checkBusinessIdStartedReadTransferHandle */],
|
|
@@ -47241,18 +47624,18 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47241
47624
|
}
|
|
47242
47625
|
};
|
|
47243
47626
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
47244
|
-
|
|
47627
|
+
_this7.loading.close();
|
|
47245
47628
|
if (res.rCode == 0) {
|
|
47246
|
-
|
|
47629
|
+
_this7.readTransferHandleDisabled = !res.results.canReadTransferHandle;
|
|
47247
47630
|
}
|
|
47248
47631
|
});
|
|
47249
47632
|
},
|
|
47250
47633
|
getTaskReadFlow: function getTaskReadFlow() {
|
|
47251
|
-
var
|
|
47634
|
+
var _this8 = this;
|
|
47252
47635
|
|
|
47253
47636
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
47254
47637
|
utils_util["a" /* default */].ajax({
|
|
47255
|
-
url: api["
|
|
47638
|
+
url: api["gc" /* toStartTaskReadIndex */],
|
|
47256
47639
|
params: { pendingId: this.pendingId }
|
|
47257
47640
|
}).then(function (res) {
|
|
47258
47641
|
var status = res.status,
|
|
@@ -47265,50 +47648,50 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47265
47648
|
defaultNotificationMessage = _res$data.defaultNotificationMessage;
|
|
47266
47649
|
|
|
47267
47650
|
if (status === 'success') {
|
|
47268
|
-
|
|
47269
|
-
|
|
47270
|
-
|
|
47271
|
-
|
|
47272
|
-
|
|
47273
|
-
|
|
47274
|
-
if (
|
|
47275
|
-
|
|
47276
|
-
}
|
|
47277
|
-
if (
|
|
47278
|
-
|
|
47279
|
-
}
|
|
47280
|
-
|
|
47651
|
+
_this8.taskExamineInfo = taskExamine;
|
|
47652
|
+
_this8.nodeName = _this8.nodename || taskExamine.nodeName || '分阅';
|
|
47653
|
+
_this8.taskReadOpinionRequired = taskReadOpinionRequired;
|
|
47654
|
+
_this8.nextNode.notificationMsg = defaultNotificationMessage;
|
|
47655
|
+
_this8.isCanReadTransferHandle = isCanReadTransferHandle;
|
|
47656
|
+
_this8.isCanFenyue = isCanFenyue;
|
|
47657
|
+
if (_this8.nodeName) {
|
|
47658
|
+
_this8.NodeName = _this8.nodeName;
|
|
47659
|
+
}
|
|
47660
|
+
if (_this8.isCanReadTransferHandle) {
|
|
47661
|
+
_this8.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
|
|
47662
|
+
}
|
|
47663
|
+
_this8.getNodeType();
|
|
47281
47664
|
} else {
|
|
47282
|
-
|
|
47665
|
+
_this8.$message.error(message || '系统错误,请联系管理员!');
|
|
47283
47666
|
}
|
|
47284
|
-
|
|
47667
|
+
_this8.loading.close();
|
|
47285
47668
|
}).catch(function (err) {
|
|
47286
|
-
|
|
47669
|
+
_this8.loading.close();
|
|
47287
47670
|
if (err.message && err.message !== 'canceled') {
|
|
47288
|
-
|
|
47671
|
+
_this8.$message.error(err.message);
|
|
47289
47672
|
}
|
|
47290
47673
|
});
|
|
47291
47674
|
},
|
|
47292
47675
|
getUserInfo: function getUserInfo() {
|
|
47293
|
-
var
|
|
47676
|
+
var _this9 = this;
|
|
47294
47677
|
|
|
47295
47678
|
var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
|
|
47296
47679
|
if (mainConfig) {
|
|
47297
47680
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
47298
47681
|
} else {
|
|
47299
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
47682
|
+
utils_util["a" /* default */].ajax({ url: api["qb" /* loginUserInfo */] }).then(function (res) {
|
|
47300
47683
|
var status = res.status,
|
|
47301
47684
|
data = res.data;
|
|
47302
47685
|
|
|
47303
47686
|
if (status == 'success') {
|
|
47304
|
-
|
|
47687
|
+
_this9.userModel = data;
|
|
47305
47688
|
} else {
|
|
47306
47689
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
47307
|
-
|
|
47690
|
+
_this9.$message.error(msg);
|
|
47308
47691
|
}
|
|
47309
47692
|
}).catch(function (err) {
|
|
47310
47693
|
if (err.message && err.message !== 'canceled') {
|
|
47311
|
-
|
|
47694
|
+
_this9.$message.error(err.message);
|
|
47312
47695
|
}
|
|
47313
47696
|
});
|
|
47314
47697
|
}
|
|
@@ -47328,7 +47711,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47328
47711
|
}
|
|
47329
47712
|
},
|
|
47330
47713
|
getNodeType: function getNodeType() {
|
|
47331
|
-
var
|
|
47714
|
+
var _this10 = this;
|
|
47332
47715
|
|
|
47333
47716
|
var params = {
|
|
47334
47717
|
url: api["z" /* findCodeValues */],
|
|
@@ -47343,11 +47726,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47343
47726
|
data = res.data;
|
|
47344
47727
|
|
|
47345
47728
|
if (status === 'success') {
|
|
47346
|
-
|
|
47729
|
+
_this10.newsList = data;
|
|
47347
47730
|
}
|
|
47348
47731
|
}).catch(function (err) {
|
|
47349
47732
|
if (err.message && err.message !== 'canceled') {
|
|
47350
|
-
|
|
47733
|
+
_this10.$message.error(err.message);
|
|
47351
47734
|
}
|
|
47352
47735
|
});
|
|
47353
47736
|
},
|
|
@@ -47359,17 +47742,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47359
47742
|
* @date 2022年9月9日
|
|
47360
47743
|
**/
|
|
47361
47744
|
saveInfo: function saveInfo(type, btn) {
|
|
47362
|
-
var
|
|
47745
|
+
var _this11 = this;
|
|
47363
47746
|
|
|
47364
47747
|
if (this.isFlow) {
|
|
47365
47748
|
if (!type) {
|
|
47366
47749
|
if (btn && btn.before) {
|
|
47367
47750
|
btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
|
|
47368
|
-
|
|
47751
|
+
_this11.$emit('save', _this11.businessIds);
|
|
47369
47752
|
}).catch(function (e) {});
|
|
47370
47753
|
} else if (this.beforeSubmit != undefined) {
|
|
47371
47754
|
this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
|
|
47372
|
-
|
|
47755
|
+
_this11.$emit('save', _this11.businessIds);
|
|
47373
47756
|
}).catch(function (e) {});
|
|
47374
47757
|
} else {
|
|
47375
47758
|
this.$emit('save', this.businessIds);
|
|
@@ -47378,13 +47761,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47378
47761
|
} else {
|
|
47379
47762
|
if (btn && btn.before && !type) {
|
|
47380
47763
|
btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
|
|
47381
|
-
|
|
47764
|
+
_this11.saveFlowInfo();
|
|
47382
47765
|
}).catch(function (e) {});
|
|
47383
47766
|
} else if (this.beforeSubmit == undefined && !type) {
|
|
47384
47767
|
this.subFun(this.saveFlowInfo);
|
|
47385
47768
|
} else if (!type && this.beforeSubmit != undefined) {
|
|
47386
47769
|
this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
|
|
47387
|
-
|
|
47770
|
+
_this11.saveFlowInfo();
|
|
47388
47771
|
}).catch(function (e) {});
|
|
47389
47772
|
} else {
|
|
47390
47773
|
this.saveFlowInfo(type);
|
|
@@ -47392,28 +47775,28 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47392
47775
|
}
|
|
47393
47776
|
},
|
|
47394
47777
|
saveFlowInfo: function saveFlowInfo(isSave) {
|
|
47395
|
-
var
|
|
47778
|
+
var _this12 = this;
|
|
47396
47779
|
|
|
47397
47780
|
var params = {
|
|
47398
47781
|
opinion: this.value,
|
|
47399
47782
|
pendingId: this.pendingId
|
|
47400
47783
|
};
|
|
47401
47784
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
|
|
47402
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
47785
|
+
utils_util["a" /* default */].ajax({ url: api["Zb" /* tempSave */], data: params, method: 'post' }).then(function (res) {
|
|
47403
47786
|
var status = res.status,
|
|
47404
47787
|
message = res.message;
|
|
47405
47788
|
|
|
47406
|
-
if (!isSave)
|
|
47789
|
+
if (!isSave) _this12.loading.close();
|
|
47407
47790
|
if (status == 'success') {
|
|
47408
47791
|
// this.$message.success('暂存成功');
|
|
47409
|
-
!isSave &&
|
|
47792
|
+
!isSave && _this12.$emit('save', _this12.businessIds);
|
|
47410
47793
|
} else {
|
|
47411
|
-
|
|
47794
|
+
_this12.$message.error(message || '系统错误,请联系管理员!');
|
|
47412
47795
|
}
|
|
47413
47796
|
}).catch(function (err) {
|
|
47414
|
-
if (!isSave)
|
|
47797
|
+
if (!isSave) _this12.loading.close();
|
|
47415
47798
|
if (err.message && err.message !== 'canceled') {
|
|
47416
|
-
|
|
47799
|
+
_this12.$message.error(err.message);
|
|
47417
47800
|
}
|
|
47418
47801
|
});
|
|
47419
47802
|
},
|
|
@@ -47425,7 +47808,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47425
47808
|
* @date 2022年5月25日
|
|
47426
47809
|
**/
|
|
47427
47810
|
rejectBtn: function rejectBtn() {
|
|
47428
|
-
var
|
|
47811
|
+
var _this13 = this;
|
|
47429
47812
|
|
|
47430
47813
|
if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
|
|
47431
47814
|
if (!this.value) {
|
|
@@ -47433,7 +47816,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47433
47816
|
}
|
|
47434
47817
|
if (this.beforeSubmit != undefined) {
|
|
47435
47818
|
this.beforeSubmit(0).then(function (next) {
|
|
47436
|
-
|
|
47819
|
+
_this13.showReject = true;
|
|
47437
47820
|
}).catch(function (e) {});
|
|
47438
47821
|
} else {
|
|
47439
47822
|
this.showReject = true;
|
|
@@ -47447,14 +47830,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47447
47830
|
* @date 2022年5月25日
|
|
47448
47831
|
**/
|
|
47449
47832
|
taskReadBtn: function taskReadBtn() {
|
|
47450
|
-
var
|
|
47833
|
+
var _this14 = this;
|
|
47451
47834
|
|
|
47452
47835
|
// return this.$message.warning('暂未开放!敬请期待');
|
|
47453
47836
|
if (this.beforeSubmit != undefined) {
|
|
47454
47837
|
this.beforeSubmit().then(function (next) {
|
|
47455
|
-
if (
|
|
47456
|
-
|
|
47457
|
-
|
|
47838
|
+
if (_this14.value === '') _this14.value = _this14.nodeDefaultRejectOpinion;
|
|
47839
|
+
_this14.taskReadType = 'create';
|
|
47840
|
+
_this14.showTaskRead = true;
|
|
47458
47841
|
}).catch(function (e) {});
|
|
47459
47842
|
} else {
|
|
47460
47843
|
if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
|
|
@@ -47470,7 +47853,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47470
47853
|
* @date 2022年5月25日
|
|
47471
47854
|
**/
|
|
47472
47855
|
getFind: function getFind() {
|
|
47473
|
-
var
|
|
47856
|
+
var _this15 = this;
|
|
47474
47857
|
|
|
47475
47858
|
utils_util["a" /* default */].ajax({
|
|
47476
47859
|
url: api["B" /* findSysCodes */]
|
|
@@ -47479,25 +47862,25 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47479
47862
|
message = res.message;
|
|
47480
47863
|
|
|
47481
47864
|
if (status === 'success') {
|
|
47482
|
-
|
|
47865
|
+
_this15.nextNode.notificationType = message.split(',');
|
|
47483
47866
|
var arr = [];
|
|
47484
|
-
|
|
47485
|
-
|
|
47867
|
+
_this15.newsList.map(function (item) {
|
|
47868
|
+
_this15.nextNode.notificationType.map(function (x) {
|
|
47486
47869
|
if (x == item.cciValue) {
|
|
47487
47870
|
arr.push(x);
|
|
47488
47871
|
}
|
|
47489
47872
|
});
|
|
47490
47873
|
});
|
|
47491
|
-
|
|
47874
|
+
_this15.nextNode.notificationType = arr;
|
|
47492
47875
|
}
|
|
47493
47876
|
}).catch(function (err) {
|
|
47494
47877
|
if (err.message && err.message !== 'canceled') {
|
|
47495
|
-
|
|
47878
|
+
_this15.$message.error(err.message);
|
|
47496
47879
|
}
|
|
47497
47880
|
});
|
|
47498
47881
|
},
|
|
47499
47882
|
getFreeStartParams: function getFreeStartParams() {
|
|
47500
|
-
var
|
|
47883
|
+
var _this16 = this;
|
|
47501
47884
|
|
|
47502
47885
|
var _endFlowInfo = this.endFlowInfo,
|
|
47503
47886
|
businessId = _endFlowInfo.businessId,
|
|
@@ -47505,7 +47888,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47505
47888
|
nodeId = _endFlowInfo.nodeId;
|
|
47506
47889
|
|
|
47507
47890
|
var param = {
|
|
47508
|
-
url: api["
|
|
47891
|
+
url: api["N" /* getFreeStartFlowParams */],
|
|
47509
47892
|
params: {
|
|
47510
47893
|
businessId: businessId,
|
|
47511
47894
|
processDefinitionId: processDefinitionId,
|
|
@@ -47515,20 +47898,20 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47515
47898
|
};
|
|
47516
47899
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
47517
47900
|
utils_util["a" /* default */].ajax(param).then(function (res) {
|
|
47518
|
-
|
|
47901
|
+
_this16.loading.close();
|
|
47519
47902
|
if (res.rCode == 0 || res.status == 'success') {
|
|
47520
|
-
|
|
47521
|
-
if (res.results.useScene === 'multiInsMidwayWithSubmitScene')
|
|
47522
|
-
if (!
|
|
47523
|
-
if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return
|
|
47903
|
+
_this16.freeStartFlowParams = res.results;
|
|
47904
|
+
if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this16.subProcess('同意。', res.results.useScene);
|
|
47905
|
+
if (!_this16.freeValid) return;
|
|
47906
|
+
if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this16.$message.warning('未找到流程定义!');
|
|
47524
47907
|
if (res.results.startFlowIndexProcessKeys.length == 1) {
|
|
47525
|
-
|
|
47526
|
-
|
|
47908
|
+
_this16.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
|
|
47909
|
+
_this16.handleVisible = true;
|
|
47527
47910
|
} else {
|
|
47528
|
-
|
|
47911
|
+
_this16.showFreeStartFlow = true;
|
|
47529
47912
|
}
|
|
47530
47913
|
} else {
|
|
47531
|
-
|
|
47914
|
+
_this16.$message.error(res.message || '系统错误,请联系管理员!');
|
|
47532
47915
|
}
|
|
47533
47916
|
});
|
|
47534
47917
|
},
|
|
@@ -47541,53 +47924,53 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47541
47924
|
* @date 2022年5月25日
|
|
47542
47925
|
**/
|
|
47543
47926
|
endFlows: function endFlows(res) {
|
|
47544
|
-
var
|
|
47927
|
+
var _this17 = this;
|
|
47545
47928
|
|
|
47546
47929
|
if (this.beforeSubmit != undefined) {
|
|
47547
47930
|
this.beforeSubmit().then(function (next) {
|
|
47548
|
-
|
|
47931
|
+
_this17.saveEndFlows(res);
|
|
47549
47932
|
}).catch(function (e) {});
|
|
47550
47933
|
} else {
|
|
47551
47934
|
this.saveEndFlows(res);
|
|
47552
47935
|
}
|
|
47553
47936
|
},
|
|
47554
47937
|
saveEndFlows: function saveEndFlows(res) {
|
|
47555
|
-
var
|
|
47938
|
+
var _this18 = this;
|
|
47556
47939
|
|
|
47557
47940
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
47558
47941
|
var params = {
|
|
47559
47942
|
url: api["y" /* endFlowHtml */],
|
|
47560
47943
|
headers: { Accept: 'application/json,text/plain' },
|
|
47561
47944
|
method: 'post',
|
|
47562
|
-
data: flow_src_mainvue_type_script_lang_js_extends({},
|
|
47563
|
-
opinion:
|
|
47945
|
+
data: flow_src_mainvue_type_script_lang_js_extends({}, _this18.endFlowInfo, _this18.nextNode, {
|
|
47946
|
+
opinion: _this18.value,
|
|
47564
47947
|
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
47565
|
-
nextUserId:
|
|
47566
|
-
addSignUserId:
|
|
47567
|
-
customPresetUserJson: JSON.stringify(
|
|
47568
|
-
presetUserJson: JSON.stringify(
|
|
47569
|
-
removeSignUserId:
|
|
47570
|
-
notificationType:
|
|
47948
|
+
nextUserId: _this18.multiple ? _this18.nextNode.nextUserId.join(',') : _this18.nextNode.nextUserId,
|
|
47949
|
+
addSignUserId: _this18.nextNode.addSignUserId.join(','),
|
|
47950
|
+
customPresetUserJson: JSON.stringify(_this18.presetList),
|
|
47951
|
+
presetUserJson: JSON.stringify(_this18.presetUserJson),
|
|
47952
|
+
removeSignUserId: _this18.nextNode.removeSignUserId.join(','),
|
|
47953
|
+
notificationType: _this18.nextNode.notificationType.join(',')
|
|
47571
47954
|
})
|
|
47572
47955
|
};
|
|
47573
|
-
|
|
47956
|
+
_this18.loading = utils_util["a" /* default */].loading(_this18.$loading, '加载中...');
|
|
47574
47957
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
47575
47958
|
var status = res.status,
|
|
47576
47959
|
message = res.message;
|
|
47577
47960
|
|
|
47578
|
-
|
|
47961
|
+
_this18.loading.close();
|
|
47579
47962
|
if (status === 'success') {
|
|
47580
|
-
|
|
47963
|
+
_this18.flowSuccess();
|
|
47581
47964
|
// this.$message.success('提交成功');
|
|
47582
47965
|
// this.$emit('success');
|
|
47583
47966
|
} else {
|
|
47584
|
-
|
|
47585
|
-
|
|
47967
|
+
_this18.$message.error(message || '系统错误,请联系管理员!');
|
|
47968
|
+
_this18.$emit('error');
|
|
47586
47969
|
}
|
|
47587
47970
|
}).catch(function (err) {
|
|
47588
|
-
|
|
47971
|
+
_this18.loading.close();
|
|
47589
47972
|
if (err.message && err.message !== 'canceled') {
|
|
47590
|
-
|
|
47973
|
+
_this18.$message.error(err.message);
|
|
47591
47974
|
}
|
|
47592
47975
|
});
|
|
47593
47976
|
}).catch(function (e) {});
|
|
@@ -47690,11 +48073,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47690
48073
|
* @date 2022年9月29日
|
|
47691
48074
|
**/
|
|
47692
48075
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
47693
|
-
var
|
|
48076
|
+
var _this19 = this;
|
|
47694
48077
|
|
|
47695
48078
|
if (this.beforeSubmit != undefined) {
|
|
47696
48079
|
this.beforeSubmit().then(function (next) {
|
|
47697
|
-
|
|
48080
|
+
_this19.saveToTakeAdvice(res);
|
|
47698
48081
|
}).catch(function (e) {});
|
|
47699
48082
|
} else {
|
|
47700
48083
|
this.saveToTakeAdvice(res);
|
|
@@ -47702,10 +48085,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47702
48085
|
// return this.$message.warning('暂未开放!敬请期待');
|
|
47703
48086
|
},
|
|
47704
48087
|
saveToTakeAdvice: function saveToTakeAdvice(res) {
|
|
47705
|
-
var
|
|
48088
|
+
var _this20 = this;
|
|
47706
48089
|
|
|
47707
48090
|
var params = {
|
|
47708
|
-
url: api["
|
|
48091
|
+
url: api["ob" /* isCanStartSubFlow */],
|
|
47709
48092
|
data: {
|
|
47710
48093
|
appId: this.taskExamineInfo.appId,
|
|
47711
48094
|
inevitableNode: res.inevitableNode
|
|
@@ -47717,16 +48100,16 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47717
48100
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
47718
48101
|
var message = res.message;
|
|
47719
48102
|
|
|
47720
|
-
|
|
48103
|
+
_this20.loading.close();
|
|
47721
48104
|
if (message == 'success') {
|
|
47722
|
-
|
|
48105
|
+
_this20.showTaskUnionExamine = true;
|
|
47723
48106
|
} else {
|
|
47724
|
-
|
|
48107
|
+
_this20.$message.error(message || '系统错误,请联系管理员!');
|
|
47725
48108
|
}
|
|
47726
48109
|
}).catch(function (err) {
|
|
47727
|
-
|
|
48110
|
+
_this20.loading.close();
|
|
47728
48111
|
if (err.message && err.message !== 'canceled') {
|
|
47729
|
-
|
|
48112
|
+
_this20.$message.error(err.message);
|
|
47730
48113
|
}
|
|
47731
48114
|
});
|
|
47732
48115
|
},
|
|
@@ -47738,11 +48121,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47738
48121
|
* @date 2022年9月29日
|
|
47739
48122
|
**/
|
|
47740
48123
|
toStartDraf: function toStartDraf(res) {
|
|
47741
|
-
var
|
|
48124
|
+
var _this21 = this;
|
|
47742
48125
|
|
|
47743
48126
|
if (this.beforeSubmit != undefined) {
|
|
47744
48127
|
this.beforeSubmit().then(function (next) {
|
|
47745
|
-
|
|
48128
|
+
_this21.showTaskUnionExamine = true;
|
|
47746
48129
|
}).catch(function (e) {});
|
|
47747
48130
|
} else {
|
|
47748
48131
|
this.showTaskUnionExamine = true;
|
|
@@ -47756,11 +48139,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47756
48139
|
* @date 2022年9月29日
|
|
47757
48140
|
**/
|
|
47758
48141
|
toSendMsg: function toSendMsg(res) {
|
|
47759
|
-
var
|
|
48142
|
+
var _this22 = this;
|
|
47760
48143
|
|
|
47761
48144
|
if (this.beforeSubmit != undefined) {
|
|
47762
48145
|
this.beforeSubmit().then(function (next) {
|
|
47763
|
-
|
|
48146
|
+
_this22.showSendMsg = true;
|
|
47764
48147
|
}).catch(function (e) {});
|
|
47765
48148
|
} else {
|
|
47766
48149
|
this.showSendMsg = true;
|
|
@@ -47774,13 +48157,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47774
48157
|
* @date 2022年9月29日
|
|
47775
48158
|
**/
|
|
47776
48159
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
47777
|
-
var
|
|
48160
|
+
var _this23 = this;
|
|
47778
48161
|
|
|
47779
48162
|
if (this.beforeSubmit != undefined) {
|
|
47780
48163
|
this.beforeSubmit().then(function (next) {
|
|
47781
|
-
if (
|
|
47782
|
-
|
|
47783
|
-
|
|
48164
|
+
if (_this23.value === '') _this23.value = _this23.nodeDefaultRejectOpinion;
|
|
48165
|
+
_this23.taskReadType = 'taskReadAndEnd';
|
|
48166
|
+
_this23.showTaskRead = true;
|
|
47784
48167
|
}).catch(function (e) {});
|
|
47785
48168
|
} else {
|
|
47786
48169
|
if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
|
|
@@ -47796,52 +48179,52 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47796
48179
|
* @date 2022年9月29日
|
|
47797
48180
|
**/
|
|
47798
48181
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
47799
|
-
var
|
|
48182
|
+
var _this24 = this;
|
|
47800
48183
|
|
|
47801
48184
|
if (this.isOpinionRequired == 1 && (this.value == '' || !this.value)) {
|
|
47802
48185
|
if (!this.$refs.commonOpinions.validate()) return;
|
|
47803
48186
|
}
|
|
47804
48187
|
if (this.beforeSubmit != undefined) {
|
|
47805
48188
|
this.beforeSubmit().then(function (next) {
|
|
47806
|
-
|
|
48189
|
+
_this24.saveRejectAndEnd(res);
|
|
47807
48190
|
}).catch(function (e) {});
|
|
47808
48191
|
} else {
|
|
47809
48192
|
this.saveRejectAndEnd(res);
|
|
47810
48193
|
}
|
|
47811
48194
|
},
|
|
47812
48195
|
saveRejectAndEnd: function saveRejectAndEnd(res) {
|
|
47813
|
-
var
|
|
48196
|
+
var _this25 = this;
|
|
47814
48197
|
|
|
47815
48198
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
47816
48199
|
// return this.$message.warning('请填写意见');
|
|
47817
48200
|
var params = {
|
|
47818
|
-
url: api["
|
|
48201
|
+
url: api["Cb" /* rejectAndEnd */],
|
|
47819
48202
|
headers: { Accept: 'application/json,text/plain' },
|
|
47820
48203
|
method: 'post',
|
|
47821
48204
|
data: {
|
|
47822
|
-
opinion:
|
|
47823
|
-
pendingId:
|
|
48205
|
+
opinion: _this25.value,
|
|
48206
|
+
pendingId: _this25.pendingId,
|
|
47824
48207
|
isSinglePage: false
|
|
47825
48208
|
}
|
|
47826
48209
|
};
|
|
47827
|
-
|
|
48210
|
+
_this25.loading = utils_util["a" /* default */].loading(_this25.$loading, '加载中...');
|
|
47828
48211
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
47829
48212
|
var status = res.status,
|
|
47830
48213
|
message = res.message;
|
|
47831
48214
|
|
|
47832
|
-
|
|
48215
|
+
_this25.loading.close();
|
|
47833
48216
|
if (status === 'success') {
|
|
47834
|
-
|
|
48217
|
+
_this25.flowSuccess();
|
|
47835
48218
|
// this.$message.success('提交成功');
|
|
47836
48219
|
// this.$emit('success');
|
|
47837
48220
|
} else {
|
|
47838
|
-
|
|
47839
|
-
|
|
48221
|
+
_this25.$message.error(message || '系统错误,请联系管理员!');
|
|
48222
|
+
_this25.$emit('error');
|
|
47840
48223
|
}
|
|
47841
48224
|
}).catch(function (err) {
|
|
47842
|
-
|
|
48225
|
+
_this25.loading.close();
|
|
47843
48226
|
if (err.message && err.message !== 'canceled') {
|
|
47844
|
-
|
|
48227
|
+
_this25.$message.error(err.message);
|
|
47845
48228
|
}
|
|
47846
48229
|
});
|
|
47847
48230
|
}).catch(function () {
|
|
@@ -47856,12 +48239,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47856
48239
|
* @date 2022年9月29日
|
|
47857
48240
|
**/
|
|
47858
48241
|
toTransfer: function toTransfer(res) {
|
|
47859
|
-
var
|
|
48242
|
+
var _this26 = this;
|
|
47860
48243
|
|
|
47861
48244
|
if (this.beforeSubmit != undefined) {
|
|
47862
48245
|
this.beforeSubmit(0).then(function (next) {
|
|
47863
|
-
|
|
47864
|
-
|
|
48246
|
+
_this26.taskReadType = 'transfer';
|
|
48247
|
+
_this26.showTaskRead = true;
|
|
47865
48248
|
}).catch(function (e) {});
|
|
47866
48249
|
} else {
|
|
47867
48250
|
this.taskReadType = 'transfer';
|
|
@@ -47876,7 +48259,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47876
48259
|
* @date 2022年5月25日
|
|
47877
48260
|
**/
|
|
47878
48261
|
getNodeInfo: function getNodeInfo() {
|
|
47879
|
-
var
|
|
48262
|
+
var _this27 = this;
|
|
47880
48263
|
|
|
47881
48264
|
var params = {
|
|
47882
48265
|
processDefinitionId: this.nodeInfo.nextNode,
|
|
@@ -47886,51 +48269,51 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47886
48269
|
pendingId: this.pendingId,
|
|
47887
48270
|
businessId: this.businessIds
|
|
47888
48271
|
};
|
|
47889
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
48272
|
+
utils_util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
|
|
47890
48273
|
var status = res.status,
|
|
47891
48274
|
message = res.message,
|
|
47892
48275
|
data = res.data;
|
|
47893
48276
|
|
|
47894
|
-
|
|
48277
|
+
_this27.loading.close();
|
|
47895
48278
|
if (status === 'success') {
|
|
47896
|
-
|
|
47897
|
-
|
|
47898
|
-
data.otherOrgDisabledObjId && (
|
|
47899
|
-
data.currentOrgDisabledObjId && (
|
|
48279
|
+
_this27.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
|
|
48280
|
+
_this27.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
48281
|
+
data.otherOrgDisabledObjId && (_this27.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
|
|
48282
|
+
data.currentOrgDisabledObjId && (_this27.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
|
|
47900
48283
|
if (data != null) {
|
|
47901
48284
|
if (data.nodeExtAttr.userSelectionType == 7 || data.nodeExtAttr.userSelectionType == 8 || data.nodeExtAttr.userSelectionType == 9 || data.nodeExtAttr.userSelectionType == 10 || data.nodeExtAttr.userSelectionType == 11 || data.nodeExtAttr.userSelectionType == 12) {
|
|
47902
|
-
|
|
48285
|
+
_this27.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
|
|
47903
48286
|
} else {
|
|
47904
|
-
|
|
48287
|
+
_this27.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this27.choiceOrgId, _this27.choiceDeptId, _this27.pOrgId);
|
|
47905
48288
|
}
|
|
47906
|
-
|
|
47907
|
-
|
|
47908
|
-
|
|
47909
|
-
|
|
47910
|
-
|
|
48289
|
+
_this27.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
|
|
48290
|
+
_this27.isTaskread = data.nodeExtAttr.isTaskread;
|
|
48291
|
+
_this27.isHandleExplain = data.nodeExtAttr.isHandleExplain;
|
|
48292
|
+
_this27.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
|
|
48293
|
+
_this27.nodeType = data.nodeExtAttr.nodeType;
|
|
47911
48294
|
//如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
|
|
47912
|
-
if (
|
|
47913
|
-
|
|
47914
|
-
|
|
47915
|
-
|
|
47916
|
-
|
|
47917
|
-
|
|
48295
|
+
if (_this27.nodeType === 1 || _this27.nodeType === 2) {
|
|
48296
|
+
_this27.isMainSubProcess === true ? _this27.isNodeShowProcess = true : _this27.isNodeShowProcess = false;
|
|
48297
|
+
_this27.isMainSubProcess === true ? _this27.isMainSubProcess = true : _this27.isMainSubProcess = false;
|
|
48298
|
+
_this27.isNextUser = false;
|
|
48299
|
+
_this27.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
|
|
48300
|
+
_this27.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
|
|
47918
48301
|
} else {
|
|
47919
|
-
|
|
47920
|
-
|
|
47921
|
-
|
|
47922
|
-
|
|
47923
|
-
|
|
48302
|
+
_this27.isHideCurrentOrg = false;
|
|
48303
|
+
_this27.isHideOtherOrg = false;
|
|
48304
|
+
_this27.isNodeShowProcess = false;
|
|
48305
|
+
_this27.isMainSubProcess = false;
|
|
48306
|
+
_this27.isNextUser = _this27.nextNode.nextOperate != 9;
|
|
47924
48307
|
// this.isMainSubProcess === true
|
|
47925
48308
|
// ? (this.isMainSubProcess = true)
|
|
47926
48309
|
// : (this.isMainSubProcess = false);
|
|
47927
48310
|
}
|
|
47928
|
-
|
|
47929
|
-
if (
|
|
48311
|
+
_this27.multiple ? _this27.nextNode.nextUserId = [] : _this27.nextNode.nextUserId = '';
|
|
48312
|
+
if (_this27.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
|
|
47930
48313
|
data.nextUserList.map(function (item) {
|
|
47931
48314
|
if (item.userId && item.username) {
|
|
47932
|
-
|
|
47933
|
-
|
|
48315
|
+
_this27.nextNode.nextUserId.push(item.userId);
|
|
48316
|
+
_this27.selectUserList.push({
|
|
47934
48317
|
showname: item.username,
|
|
47935
48318
|
showid: item.userId
|
|
47936
48319
|
});
|
|
@@ -47939,40 +48322,40 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47939
48322
|
}
|
|
47940
48323
|
data.nextUserList.map(function (item) {
|
|
47941
48324
|
if (item.userId && item.username) {
|
|
47942
|
-
|
|
48325
|
+
_this27.options.push({
|
|
47943
48326
|
showname: item.username,
|
|
47944
48327
|
showid: item.userId
|
|
47945
48328
|
});
|
|
47946
48329
|
}
|
|
47947
48330
|
});
|
|
47948
48331
|
if (data.nodeExtAttr.presetEdit != 0) {
|
|
47949
|
-
|
|
48332
|
+
_this27.radioList = _this27.options;
|
|
47950
48333
|
}
|
|
47951
|
-
if (!
|
|
47952
|
-
|
|
47953
|
-
|
|
48334
|
+
if (!_this27.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
|
|
48335
|
+
_this27.nextNode.nextUserId = data.nextUserList[0].userId;
|
|
48336
|
+
_this27.selectUserList.push({
|
|
47954
48337
|
showname: data.nextUserList[0].username,
|
|
47955
48338
|
showid: data.nextUserList[0].userId
|
|
47956
48339
|
});
|
|
47957
48340
|
}
|
|
47958
|
-
|
|
47959
|
-
|
|
47960
|
-
|
|
47961
|
-
|
|
47962
|
-
|
|
48341
|
+
_this27.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
|
|
48342
|
+
_this27.isCustomUser = data.nodeExtAttr.isCustomUser;
|
|
48343
|
+
_this27.presetEdit = data.nodeExtAttr.presetEdit;
|
|
48344
|
+
_this27.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
|
|
48345
|
+
_this27.handleMode = data.countersignaturetypeText;
|
|
47963
48346
|
if (data.globalNodeType === 'endEvent') {
|
|
47964
|
-
|
|
47965
|
-
data.globalNodeType === 'endEvent' ?
|
|
48347
|
+
_this27.isNextUser = data.globalNodeType != 'endEvent';
|
|
48348
|
+
data.globalNodeType === 'endEvent' ? _this27.endFlow = true : '';
|
|
47966
48349
|
}
|
|
47967
48350
|
}
|
|
47968
|
-
|
|
48351
|
+
_this27.isCustomPreset && _this27.$refs.customPreset.getPresetFlowInfo(_this27.nextNode.nextNodeId, _this27.nodeInfo.nextNode, true);
|
|
47969
48352
|
} else {
|
|
47970
|
-
|
|
48353
|
+
_this27.$message.error(message || '系统错误,请联系管理员!');
|
|
47971
48354
|
}
|
|
47972
48355
|
}).catch(function (err) {
|
|
47973
|
-
|
|
48356
|
+
_this27.loading.close();
|
|
47974
48357
|
if (err.message && err.message !== 'canceled') {
|
|
47975
|
-
|
|
48358
|
+
_this27.$message.error(err.message);
|
|
47976
48359
|
}
|
|
47977
48360
|
});
|
|
47978
48361
|
},
|
|
@@ -47985,7 +48368,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47985
48368
|
* @date 2022年5月25日
|
|
47986
48369
|
**/
|
|
47987
48370
|
selecNext: function selecNext(val, type, isDef) {
|
|
47988
|
-
var
|
|
48371
|
+
var _this28 = this;
|
|
47989
48372
|
|
|
47990
48373
|
var isNextNode = false;
|
|
47991
48374
|
if (type) {
|
|
@@ -48030,13 +48413,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48030
48413
|
this.operationList.forEach(function (item) {
|
|
48031
48414
|
if (item.key === val) {
|
|
48032
48415
|
if (!item.taskNodeList) {
|
|
48033
|
-
|
|
48416
|
+
_this28.nodeInfos = [];
|
|
48034
48417
|
} else {
|
|
48035
|
-
|
|
48418
|
+
_this28.nodeInfos = item.taskNodeList;
|
|
48036
48419
|
|
|
48037
|
-
if (
|
|
48038
|
-
|
|
48039
|
-
return
|
|
48420
|
+
if (_this28.taskOperationShiftedNodeList) {
|
|
48421
|
+
_this28.nodeInfos = item.taskNodeList.filter(function (x) {
|
|
48422
|
+
return _this28.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
|
|
48040
48423
|
});
|
|
48041
48424
|
}
|
|
48042
48425
|
}
|
|
@@ -48045,7 +48428,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48045
48428
|
});
|
|
48046
48429
|
if (this.defaultNextNode) {
|
|
48047
48430
|
var defaultNode = this.nodeInfos.filter(function (item) {
|
|
48048
|
-
return item.nodeId ==
|
|
48431
|
+
return item.nodeId == _this28.defaultNextNode;
|
|
48049
48432
|
});
|
|
48050
48433
|
if (this.nodeInfos.length > 0 && defaultNode.length == 0) {
|
|
48051
48434
|
this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
|
|
@@ -48157,17 +48540,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48157
48540
|
* @date 2022年5月25日
|
|
48158
48541
|
**/
|
|
48159
48542
|
getHedInfo: function getHedInfo() {
|
|
48160
|
-
var
|
|
48543
|
+
var _this29 = this;
|
|
48161
48544
|
|
|
48162
48545
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
48163
48546
|
var params = {
|
|
48164
48547
|
pendingId: this.pendingId,
|
|
48165
48548
|
userId: utils_util["a" /* default */].getStorage('userId')
|
|
48166
48549
|
};
|
|
48167
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
48550
|
+
utils_util["a" /* default */].ajax({ url: api["O" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
48168
48551
|
//pc返回数据
|
|
48169
48552
|
|
|
48170
|
-
|
|
48553
|
+
_this29.loading.close();
|
|
48171
48554
|
if (res.status === 'success') {
|
|
48172
48555
|
var _res$data2 = res.data,
|
|
48173
48556
|
nextNodeList = _res$data2.nextNodeList,
|
|
@@ -48205,14 +48588,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48205
48588
|
isCanPreAddSign = _res$data2.isCanPreAddSign;
|
|
48206
48589
|
|
|
48207
48590
|
if (simpleTips != undefined) {
|
|
48208
|
-
|
|
48591
|
+
_this29.simpleTips = simpleTips;
|
|
48209
48592
|
}
|
|
48210
|
-
|
|
48211
|
-
|
|
48593
|
+
_this29.$emit('startTaskRead', res);
|
|
48594
|
+
_this29.$emit('start-task-read', res);
|
|
48212
48595
|
if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
|
|
48213
|
-
|
|
48596
|
+
_this29.taskOperationShiftedNodeList = [];
|
|
48214
48597
|
taskOperationShiftedNodeList.map(function (x) {
|
|
48215
|
-
|
|
48598
|
+
_this29.taskOperationShiftedNodeList.push(x.nodeId);
|
|
48216
48599
|
taskOperations.push({
|
|
48217
48600
|
key: x.nodeId,
|
|
48218
48601
|
value: x.nodeName,
|
|
@@ -48221,144 +48604,144 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48221
48604
|
});
|
|
48222
48605
|
});
|
|
48223
48606
|
}
|
|
48224
|
-
|
|
48225
|
-
|
|
48607
|
+
_this29.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
|
|
48608
|
+
_this29.pendingItemHandleDescription = pendingItemHandleDescription;
|
|
48226
48609
|
if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
48227
|
-
|
|
48610
|
+
_this29.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
|
|
48228
48611
|
var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
|
|
48229
|
-
|
|
48230
|
-
|
|
48612
|
+
_this29.currentOrgSelectorTabs.map(function (x, i) {
|
|
48613
|
+
_this29.currentOrgSelectorParams[x] = {
|
|
48231
48614
|
filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
|
|
48232
48615
|
};
|
|
48233
48616
|
});
|
|
48234
48617
|
}
|
|
48235
48618
|
if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
|
|
48236
|
-
|
|
48619
|
+
_this29.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
|
|
48237
48620
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
48238
|
-
|
|
48239
|
-
|
|
48621
|
+
_this29.foreignOrgSelectorTabs.map(function (x, i) {
|
|
48622
|
+
_this29.foreignOrgSelectorParams[x] = {
|
|
48240
48623
|
filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i],
|
|
48241
48624
|
nofilid: foreignOrgparams[i] == 'other' ? 1 : 0
|
|
48242
48625
|
};
|
|
48243
48626
|
});
|
|
48244
48627
|
}
|
|
48245
|
-
|
|
48246
|
-
if (
|
|
48247
|
-
|
|
48248
|
-
}
|
|
48249
|
-
|
|
48250
|
-
|
|
48251
|
-
|
|
48252
|
-
|
|
48253
|
-
|
|
48254
|
-
|
|
48255
|
-
|
|
48256
|
-
|
|
48257
|
-
|
|
48258
|
-
|
|
48259
|
-
|
|
48260
|
-
|
|
48261
|
-
|
|
48262
|
-
|
|
48263
|
-
|
|
48264
|
-
|
|
48265
|
-
nextNodeCheckType && (
|
|
48266
|
-
|
|
48267
|
-
|
|
48628
|
+
_this29.circularReadParamsMap = circularReadParamsMap || {};
|
|
48629
|
+
if (_this29.circularReadParamsMap.circularReadOrgRoleCode) {
|
|
48630
|
+
_this29.foreignOrgSelectorParams.roleid = _this29.circularReadParamsMap.circularReadOrgRoleCode;
|
|
48631
|
+
}
|
|
48632
|
+
_this29.currentOrgName = currentOrgName;
|
|
48633
|
+
_this29.nextOperateCheckType = nextOperateCheckType;
|
|
48634
|
+
_this29.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
|
|
48635
|
+
|
|
48636
|
+
_this29.readOnlyNotificationType = readOnlyNotificationType;
|
|
48637
|
+
_this29.isSpecial = isSpecial;
|
|
48638
|
+
_this29.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
|
|
48639
|
+
_this29.otherOrgName = otherOrgName;
|
|
48640
|
+
_this29.isCanPreAddSign = isCanPreAddSign;
|
|
48641
|
+
_this29.endFlowInfo.choiceOrgId = choiceOrgId;
|
|
48642
|
+
_this29.endFlowInfo.choiceDeptId = choiceDeptId;
|
|
48643
|
+
_this29.endFlowInfo.pendingId = _this29.pendingId;
|
|
48644
|
+
_this29.attachedCode = attachedCode;
|
|
48645
|
+
_this29.endFlowInfo.pOrgId = pOrgId;
|
|
48646
|
+
_this29.canPresetRead = canPresetRead;
|
|
48647
|
+
_this29.isCdjxjTaskHandle = isCdjxjTaskHandle;
|
|
48648
|
+
nextNodeCheckType && (_this29.nextNodeCheckType = nextNodeCheckType);
|
|
48649
|
+
_this29.operationList = taskOperations || [];
|
|
48650
|
+
_this29.customPresetHintMessage = customPresetHintMessage;
|
|
48268
48651
|
if (canPresetRead) {
|
|
48269
48652
|
var ids = nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
|
|
48270
48653
|
var names = nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
|
|
48271
48654
|
ids.map(function (item, index) {
|
|
48272
|
-
|
|
48655
|
+
_this29.presetReadUserId.push({
|
|
48273
48656
|
showid: item,
|
|
48274
48657
|
showname: names[index]
|
|
48275
48658
|
});
|
|
48276
|
-
|
|
48659
|
+
_this29.selectPresetUserList.push({
|
|
48277
48660
|
showid: item,
|
|
48278
48661
|
showname: names[index]
|
|
48279
48662
|
});
|
|
48280
|
-
|
|
48663
|
+
_this29.nextNode.presetReadUserId.push(item);
|
|
48281
48664
|
});
|
|
48282
48665
|
}
|
|
48283
|
-
if (!
|
|
48666
|
+
if (!_this29.isFlow) _this29.getFile(_this29.pendingId, attachedCode);
|
|
48284
48667
|
if (nextNodeList && nextNodeList.length != 0) {
|
|
48285
|
-
|
|
48668
|
+
_this29.nextNodeList = nextNodeList;
|
|
48286
48669
|
}
|
|
48287
|
-
if (canRemoveSignUserList && canRemoveSignUserList.length != 0)
|
|
48670
|
+
if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this29.removeUsers = canRemoveSignUserList;
|
|
48288
48671
|
if (taskOperations && taskOperations.length != 0) {
|
|
48289
48672
|
var isSelected = false;
|
|
48290
48673
|
taskOperations.map(function (item) {
|
|
48291
|
-
if (item.key === 9)
|
|
48674
|
+
if (item.key === 9) _this29.isReject = true;
|
|
48292
48675
|
if (item.isSelected) {
|
|
48293
|
-
|
|
48294
|
-
|
|
48676
|
+
_this29.nodeInfos = [];
|
|
48677
|
+
_this29.nextNode.nextOperate = item.key;
|
|
48295
48678
|
if (item.taskNodeList != null) {
|
|
48296
|
-
|
|
48679
|
+
_this29.nodeInfos = item.taskNodeList;
|
|
48297
48680
|
}
|
|
48298
48681
|
isSelected = true;
|
|
48299
48682
|
}
|
|
48300
48683
|
});
|
|
48301
48684
|
if (taskOperations.length > 0 && !isSelected) {
|
|
48302
|
-
|
|
48303
|
-
|
|
48685
|
+
_this29.nodeInfos = [];
|
|
48686
|
+
_this29.nextNode.nextOperate = taskOperations[0].key;
|
|
48304
48687
|
if (taskOperations[0].taskNodeList != null) {
|
|
48305
|
-
|
|
48688
|
+
_this29.nodeInfos = taskOperations[0].taskNodeList;
|
|
48306
48689
|
}
|
|
48307
48690
|
}
|
|
48308
48691
|
}
|
|
48309
48692
|
if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
|
|
48310
|
-
|
|
48693
|
+
_this29.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
|
|
48311
48694
|
if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
|
|
48312
48695
|
var notice = JSON.parse(nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList);
|
|
48313
48696
|
notice.map(function (x) {
|
|
48314
|
-
|
|
48697
|
+
_this29.nodeFixedOpinionSelectList.push({ content: x });
|
|
48315
48698
|
});
|
|
48316
48699
|
}
|
|
48317
|
-
|
|
48318
|
-
|
|
48319
|
-
|
|
48320
|
-
|
|
48321
|
-
|
|
48322
|
-
|
|
48700
|
+
_this29.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
|
|
48701
|
+
_this29.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
|
|
48702
|
+
_this29.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
|
|
48703
|
+
_this29.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
|
|
48704
|
+
_this29.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
|
|
48705
|
+
_this29.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
|
|
48323
48706
|
// this.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
|
|
48324
|
-
|
|
48707
|
+
_this29.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
|
|
48325
48708
|
if (nodeInfoMap.nodeExtAttr.defaultNextNode) {
|
|
48326
|
-
var defaultNode =
|
|
48709
|
+
var defaultNode = _this29.nodeInfos.filter(function (item) {
|
|
48327
48710
|
return item.nodeId == nodeInfoMap.nodeExtAttr.defaultNextNode;
|
|
48328
48711
|
});
|
|
48329
|
-
if (
|
|
48330
|
-
|
|
48712
|
+
if (_this29.nodeInfos.length > 0 && defaultNode.length == 0) {
|
|
48713
|
+
_this29.nextNode.nextNodeId = _this29.nodeInfos[0].nodeId;
|
|
48331
48714
|
} else {
|
|
48332
|
-
|
|
48715
|
+
_this29.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
|
|
48333
48716
|
}
|
|
48334
|
-
} else if (
|
|
48335
|
-
|
|
48717
|
+
} else if (_this29.nodeInfos.length > 0) {
|
|
48718
|
+
_this29.nextNode.nextNodeId = _this29.nodeInfos[0].nodeId;
|
|
48336
48719
|
}
|
|
48337
|
-
|
|
48720
|
+
_this29.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
|
|
48338
48721
|
if (nodeInfoMap.nodeExtAttr.submitText) {
|
|
48339
|
-
|
|
48722
|
+
_this29.btnList.map(function (x) {
|
|
48340
48723
|
if (x.event === 'sub') {
|
|
48341
48724
|
x.text = nodeInfoMap.nodeExtAttr.submitText;
|
|
48342
48725
|
}
|
|
48343
48726
|
});
|
|
48344
48727
|
}
|
|
48345
48728
|
}
|
|
48346
|
-
|
|
48347
|
-
|
|
48348
|
-
|
|
48729
|
+
_this29.choiceOrgId = choiceOrgId;
|
|
48730
|
+
_this29.choiceDeptId = choiceDeptId;
|
|
48731
|
+
_this29.pOrgId = pOrgId;
|
|
48349
48732
|
if (res.data && res.data.isEndUserTask != undefined) {
|
|
48350
|
-
|
|
48733
|
+
_this29.isEndUserTask = res.data.isEndUserTask;
|
|
48351
48734
|
}
|
|
48352
48735
|
if (JSON.stringify(taskExamine) != '{}' && taskExamine) {
|
|
48353
|
-
|
|
48354
|
-
|
|
48355
|
-
|
|
48356
|
-
|
|
48357
|
-
|
|
48358
|
-
|
|
48359
|
-
|
|
48360
|
-
|
|
48361
|
-
|
|
48736
|
+
_this29.nodeInfo.nextNode = taskExamine.processDefinitionId;
|
|
48737
|
+
_this29.NodeName = taskExamine.nodeName;
|
|
48738
|
+
_this29.taskId = taskExamine.taskId;
|
|
48739
|
+
_this29.businessIds = taskExamine.businessId;
|
|
48740
|
+
_this29.appId = taskExamine.appId;
|
|
48741
|
+
_this29.taskExamineInfo = taskExamine;
|
|
48742
|
+
_this29.taskExamineInfo.choiceOrgId = choiceOrgId;
|
|
48743
|
+
_this29.taskExamineInfo.choiceDeptId = choiceDeptId;
|
|
48744
|
+
_this29.endFlowInfo.processType = taskExamine.processType;
|
|
48362
48745
|
// this.endFlowInfo.isReturnSubmitter =
|
|
48363
48746
|
// taskExamine.isReturnSubmitter;
|
|
48364
48747
|
// this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
|
|
@@ -48370,74 +48753,74 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48370
48753
|
// this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
|
|
48371
48754
|
// this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
|
|
48372
48755
|
// this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
|
|
48373
|
-
|
|
48374
|
-
|
|
48375
|
-
|
|
48376
|
-
|
|
48377
|
-
|
|
48378
|
-
|
|
48379
|
-
|
|
48380
|
-
|
|
48381
|
-
|
|
48756
|
+
_this29.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
|
|
48757
|
+
_this29.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
|
|
48758
|
+
_this29.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
|
|
48759
|
+
_this29.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
|
|
48760
|
+
_this29.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
|
|
48761
|
+
_this29.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
|
|
48762
|
+
_this29.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
|
|
48763
|
+
_this29.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
|
|
48764
|
+
_this29.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
|
|
48382
48765
|
// this.endFlowInfo.isReadDealReply =
|
|
48383
48766
|
// taskExamine.isReadDealReplybusinessId;
|
|
48384
|
-
|
|
48385
|
-
|
|
48386
|
-
|
|
48387
|
-
|
|
48767
|
+
_this29.endFlowInfo.appId = taskExamine.appId;
|
|
48768
|
+
_this29.endFlowInfo.businessId = taskExamine.businessId;
|
|
48769
|
+
_this29.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
|
|
48770
|
+
_this29.endFlowInfo.nodeId = taskExamine.nodeId;
|
|
48388
48771
|
}
|
|
48389
|
-
if (
|
|
48390
|
-
|
|
48772
|
+
if (_this29.nodeName) {
|
|
48773
|
+
_this29.NodeName = _this29.nodeName;
|
|
48391
48774
|
}
|
|
48392
|
-
|
|
48393
|
-
|
|
48394
|
-
if (
|
|
48395
|
-
|
|
48775
|
+
_this29.isCanAddSign = isCanAddSign;
|
|
48776
|
+
_this29.processObj = res.data;
|
|
48777
|
+
if (_this29.isCanAddSign) {
|
|
48778
|
+
_this29.nextNode.isAddSign = '2';
|
|
48396
48779
|
}
|
|
48397
|
-
|
|
48398
|
-
if (
|
|
48399
|
-
|
|
48780
|
+
_this29.isCanRemoveSign = isCanRemoveSign;
|
|
48781
|
+
if (_this29.isCanRemoveSign) {
|
|
48782
|
+
_this29.nextNode.isRemoveSign = '2';
|
|
48400
48783
|
}
|
|
48401
48784
|
|
|
48402
|
-
if (!
|
|
48403
|
-
|
|
48785
|
+
if (!_this29.isOpinionRequired) {
|
|
48786
|
+
_this29.isOpinionRequired = 0;
|
|
48404
48787
|
}
|
|
48405
48788
|
// opinion && (this.value = opinion);
|
|
48406
|
-
|
|
48407
|
-
|
|
48789
|
+
_this29.nextNode.notificationMsg = defaultNotificationMessage;
|
|
48790
|
+
_this29.moreList = [];
|
|
48408
48791
|
if (taskButtonList && taskButtonList.length != 0) {
|
|
48409
48792
|
taskButtonList.map(function (item) {
|
|
48410
48793
|
if (item.fun === 'reject()') {
|
|
48411
|
-
|
|
48794
|
+
_this29.rejectObj = item;
|
|
48412
48795
|
} else if (item.fun === 'toStartTaskRead()') {
|
|
48413
|
-
|
|
48796
|
+
_this29.pointsReadingObj = item;
|
|
48414
48797
|
} else {
|
|
48415
|
-
|
|
48798
|
+
_this29.moreList.push(item);
|
|
48416
48799
|
}
|
|
48417
48800
|
});
|
|
48418
48801
|
}
|
|
48419
|
-
|
|
48420
|
-
|
|
48421
|
-
|
|
48422
|
-
|
|
48423
|
-
|
|
48424
|
-
|
|
48425
|
-
|
|
48802
|
+
_this29.isMainSubProcess = res.data.isMainSubProcess == 'true';
|
|
48803
|
+
_this29.isCustomPreset = isCustomPreset;
|
|
48804
|
+
_this29.isPreset = isPreset;
|
|
48805
|
+
_this29.presetTaskNodeMap = presetTaskNodeMap;
|
|
48806
|
+
_this29.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
|
|
48807
|
+
_this29.getFind();
|
|
48808
|
+
_this29.selecNext(_this29.nextNode.nextOperate, true, true);
|
|
48426
48809
|
// this.getNodeInfo();
|
|
48427
|
-
|
|
48810
|
+
_this29.StartTaskReadKey++;
|
|
48428
48811
|
} else {
|
|
48429
48812
|
if (res.status === 'taskCompleted') {
|
|
48430
|
-
|
|
48431
|
-
|
|
48432
|
-
|
|
48813
|
+
_this29.$emit('shrink', true);
|
|
48814
|
+
_this29.shrinkAbled = true;
|
|
48815
|
+
_this29.$message.warning(res.message || '系统错误,请联系管理员!');
|
|
48433
48816
|
} else {
|
|
48434
|
-
|
|
48817
|
+
_this29.$message.error(res.message || '系统错误,请联系管理员!');
|
|
48435
48818
|
}
|
|
48436
48819
|
}
|
|
48437
48820
|
}).catch(function (err) {
|
|
48438
|
-
|
|
48821
|
+
_this29.loading.close();
|
|
48439
48822
|
if (err.message && err.message !== 'canceled') {
|
|
48440
|
-
|
|
48823
|
+
_this29.$message.error(err.message);
|
|
48441
48824
|
}
|
|
48442
48825
|
});
|
|
48443
48826
|
},
|
|
@@ -48499,7 +48882,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48499
48882
|
* @date 2022年5月25日
|
|
48500
48883
|
**/
|
|
48501
48884
|
getProcess: function getProcess(val) {
|
|
48502
|
-
var
|
|
48885
|
+
var _this30 = this;
|
|
48503
48886
|
|
|
48504
48887
|
var params = flow_src_mainvue_type_script_lang_js_extends({
|
|
48505
48888
|
businessId: this.businessId,
|
|
@@ -48509,49 +48892,49 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48509
48892
|
hideTempSave: true
|
|
48510
48893
|
}, this.param);
|
|
48511
48894
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
|
|
48512
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
48895
|
+
utils_util["a" /* default */].ajax({ url: api["X" /* getProcessDefList */], params: params }).then(function (res) {
|
|
48513
48896
|
var status = res.status,
|
|
48514
48897
|
message = res.message,
|
|
48515
48898
|
data = res.data;
|
|
48516
48899
|
|
|
48517
|
-
|
|
48900
|
+
_this30.loading.close();
|
|
48518
48901
|
if (status === 'success') {
|
|
48519
48902
|
if (data.simpleTips != undefined) {
|
|
48520
|
-
|
|
48903
|
+
_this30.simpleTips = data.simpleTips;
|
|
48521
48904
|
}
|
|
48522
|
-
|
|
48905
|
+
_this30.isStartFlowChartView = data.isStartFlowChartView;
|
|
48523
48906
|
if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
|
|
48524
|
-
|
|
48907
|
+
_this30.$message.error('流程不存在或未关联对应流程!');
|
|
48525
48908
|
} else {
|
|
48526
|
-
|
|
48909
|
+
_this30.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
|
|
48527
48910
|
|
|
48528
|
-
|
|
48529
|
-
|
|
48530
|
-
return item.processDefKey ==
|
|
48911
|
+
_this30.nodeInfo.option = data.definitionList;
|
|
48912
|
+
_this30.nodeInfo.nextNode = data.definitionList.filter(function (item) {
|
|
48913
|
+
return item.processDefKey == _this30.defaultProcessKey;
|
|
48531
48914
|
});
|
|
48532
|
-
if (
|
|
48533
|
-
|
|
48915
|
+
if (_this30.nodeInfo.nextNode.length) {
|
|
48916
|
+
_this30.nodeInfo.nextNode = _this30.nodeInfo.nextNode[0].processDefId;
|
|
48534
48917
|
} else {
|
|
48535
48918
|
if (data.definitionList.length != 0) {
|
|
48536
|
-
|
|
48919
|
+
_this30.nodeInfo.nextNode = data.definitionList[0].processDefId;
|
|
48537
48920
|
} else {
|
|
48538
|
-
|
|
48921
|
+
_this30.nodeInfo.nextNode = '';
|
|
48539
48922
|
}
|
|
48540
48923
|
}
|
|
48541
|
-
if (
|
|
48542
|
-
|
|
48924
|
+
if (_this30.nodeInfo.nextNode) {
|
|
48925
|
+
_this30.handleChange(_this30.nodeInfo.nextNode);
|
|
48543
48926
|
}
|
|
48544
|
-
if (
|
|
48545
|
-
|
|
48927
|
+
if (_this30.showCirculate != undefined && !_this30.showCirculate && _this30.urgencyLevel) {
|
|
48928
|
+
_this30.getAdminMsgType();
|
|
48546
48929
|
}
|
|
48547
48930
|
}
|
|
48548
48931
|
} else {
|
|
48549
|
-
|
|
48932
|
+
_this30.$message.error(message || '系统错误,请联系管理员!');
|
|
48550
48933
|
}
|
|
48551
48934
|
}).catch(function (err) {
|
|
48552
|
-
|
|
48935
|
+
_this30.loading.close();
|
|
48553
48936
|
if (err.message && err.message !== 'canceled') {
|
|
48554
|
-
|
|
48937
|
+
_this30.$message.error(err.message);
|
|
48555
48938
|
}
|
|
48556
48939
|
});
|
|
48557
48940
|
},
|
|
@@ -48563,35 +48946,35 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48563
48946
|
* @date 2022年5月25日
|
|
48564
48947
|
**/
|
|
48565
48948
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
48566
|
-
var
|
|
48949
|
+
var _this31 = this;
|
|
48567
48950
|
|
|
48568
48951
|
var params = {
|
|
48569
48952
|
apprecordId: this.businessIds,
|
|
48570
48953
|
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
48571
48954
|
type: 2
|
|
48572
48955
|
};
|
|
48573
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
48956
|
+
utils_util["a" /* default */].ajax({ url: api["tb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
48574
48957
|
var rCode = res.rCode,
|
|
48575
48958
|
msg = res.msg,
|
|
48576
48959
|
results = res.results;
|
|
48577
48960
|
|
|
48578
48961
|
if (!rCode) {
|
|
48579
|
-
|
|
48580
|
-
|
|
48581
|
-
|
|
48582
|
-
|
|
48583
|
-
|
|
48962
|
+
_this31.nextNode.nextUserId = [];
|
|
48963
|
+
_this31.showNews = false;
|
|
48964
|
+
_this31.nextNode.notificationType = [];
|
|
48965
|
+
_this31.pendingId = results[results.length - 1].attachId;
|
|
48966
|
+
_this31.getHedInfo();
|
|
48584
48967
|
} else {
|
|
48585
|
-
|
|
48968
|
+
_this31.$message.error(msg || '系统错误,请联系管理员!');
|
|
48586
48969
|
}
|
|
48587
48970
|
}).catch(function (err) {
|
|
48588
48971
|
if (err.message && err.message !== 'canceled') {
|
|
48589
|
-
|
|
48972
|
+
_this31.$message.error(err.message);
|
|
48590
48973
|
}
|
|
48591
48974
|
});
|
|
48592
48975
|
},
|
|
48593
48976
|
reqCircularRead: function reqCircularRead(type) {
|
|
48594
|
-
var
|
|
48977
|
+
var _this32 = this;
|
|
48595
48978
|
|
|
48596
48979
|
var _that = this;
|
|
48597
48980
|
var params = {
|
|
@@ -48605,7 +48988,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48605
48988
|
};
|
|
48606
48989
|
this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
|
|
48607
48990
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
48608
|
-
|
|
48991
|
+
_this32.loading.close();
|
|
48609
48992
|
if (res.rCode == 0) {
|
|
48610
48993
|
if (res.results.alert) {
|
|
48611
48994
|
_that.$confirm(res.results.message, {
|
|
@@ -48636,20 +49019,20 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48636
49019
|
* @date 2022年5月25日
|
|
48637
49020
|
**/
|
|
48638
49021
|
subProcess: function subProcess(val, type) {
|
|
48639
|
-
var
|
|
49022
|
+
var _this33 = this;
|
|
48640
49023
|
|
|
48641
49024
|
return this.$refs['nextNode'].validate(function (valid) {
|
|
48642
49025
|
if (valid) {
|
|
48643
|
-
if (
|
|
48644
|
-
|
|
48645
|
-
|
|
48646
|
-
|
|
49026
|
+
if (_this33.isSubmitButtonShowAgreeAndDisagree == 1) {
|
|
49027
|
+
_this33.value = _this33.value.replace(RegExp('不同意。', 'g'), '');
|
|
49028
|
+
_this33.value = _this33.value.replace(RegExp('同意。', 'g'), '');
|
|
49029
|
+
_this33.value = val + _this33.value;
|
|
48647
49030
|
}
|
|
48648
|
-
if (!
|
|
48649
|
-
|
|
49031
|
+
if (!_this33.validInfo()) {
|
|
49032
|
+
_this33.freeValid = false;
|
|
48650
49033
|
return;
|
|
48651
49034
|
} else {
|
|
48652
|
-
|
|
49035
|
+
_this33.freeValid = true;
|
|
48653
49036
|
}
|
|
48654
49037
|
// if (
|
|
48655
49038
|
// this.currentNodeIsCircularReadNode &&
|
|
@@ -48659,14 +49042,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48659
49042
|
// return;
|
|
48660
49043
|
// }
|
|
48661
49044
|
if (type == 'multiInsMidwayWithSubmitScene') {
|
|
48662
|
-
|
|
49045
|
+
_this33.sendData(type);
|
|
48663
49046
|
return;
|
|
48664
49047
|
}
|
|
48665
|
-
if (
|
|
48666
|
-
|
|
49048
|
+
if (_this33.beforeSubmit == undefined) {
|
|
49049
|
+
_this33.subFun(_this33.sendData);
|
|
48667
49050
|
} else {
|
|
48668
|
-
|
|
48669
|
-
|
|
49051
|
+
_this33.beforeSubmit(1).then(function (next) {
|
|
49052
|
+
_this33.sendData();
|
|
48670
49053
|
}).catch(function (e) {});
|
|
48671
49054
|
}
|
|
48672
49055
|
}
|
|
@@ -48711,14 +49094,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48711
49094
|
return true;
|
|
48712
49095
|
},
|
|
48713
49096
|
flowSuccess: function flowSuccess(hideMessage) {
|
|
48714
|
-
var
|
|
49097
|
+
var _this34 = this;
|
|
48715
49098
|
|
|
48716
49099
|
if (!this.simpleTips) {
|
|
48717
49100
|
this.$alert('提交成功', '', {
|
|
48718
49101
|
confirmButtonText: '确定',
|
|
48719
49102
|
type: 'success',
|
|
48720
49103
|
callback: function callback(action) {
|
|
48721
|
-
|
|
49104
|
+
_this34.$emit('success');
|
|
48722
49105
|
}
|
|
48723
49106
|
});
|
|
48724
49107
|
} else {
|
|
@@ -48729,7 +49112,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48729
49112
|
}
|
|
48730
49113
|
},
|
|
48731
49114
|
sendData: function sendData(freetype) {
|
|
48732
|
-
var
|
|
49115
|
+
var _this35 = this;
|
|
48733
49116
|
|
|
48734
49117
|
if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
48735
49118
|
if (this.directCreateCircularReadWhenFlowStarted) {
|
|
@@ -48751,58 +49134,58 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48751
49134
|
break;
|
|
48752
49135
|
}
|
|
48753
49136
|
|
|
48754
|
-
if (!
|
|
49137
|
+
if (!_this35.isFlow) {
|
|
48755
49138
|
_context.next = 4;
|
|
48756
49139
|
break;
|
|
48757
49140
|
}
|
|
48758
49141
|
|
|
48759
|
-
if (
|
|
48760
|
-
|
|
49142
|
+
if (_this35.directCreateCircularReadWhenFlowStarted) {
|
|
49143
|
+
_this35.circulateVisible = true;
|
|
48761
49144
|
} else {
|
|
48762
|
-
|
|
49145
|
+
_this35.handleVisible = true;
|
|
48763
49146
|
}
|
|
48764
49147
|
return _context.abrupt('return');
|
|
48765
49148
|
|
|
48766
49149
|
case 4:
|
|
48767
49150
|
nextUserId = [];
|
|
48768
49151
|
|
|
48769
|
-
if (
|
|
48770
|
-
|
|
49152
|
+
if (_this35.multiple) {
|
|
49153
|
+
_this35.nextNode.nextUserId && _this35.nextNode.nextUserId.map(function (item) {
|
|
48771
49154
|
return nextUserId.push(item);
|
|
48772
49155
|
});
|
|
48773
49156
|
}
|
|
48774
49157
|
addSignUserId = [];
|
|
48775
49158
|
|
|
48776
|
-
if (
|
|
48777
|
-
|
|
49159
|
+
if (_this35.isCanAddSign && _this35.nextNode.isAddSign == '1') {
|
|
49160
|
+
_this35.nextNode.addSignUserId.map(function (item) {
|
|
48778
49161
|
addSignUserId.push(item);
|
|
48779
49162
|
});
|
|
48780
49163
|
}
|
|
48781
49164
|
removeSignUserId = [];
|
|
48782
49165
|
|
|
48783
|
-
if (
|
|
48784
|
-
|
|
49166
|
+
if (_this35.isCanRemoveSign && _this35.nextNode.isRemoveSign == '1') {
|
|
49167
|
+
_this35.nextNode.removeSignUserId.map(function (item) {
|
|
48785
49168
|
removeSignUserId.push(item);
|
|
48786
49169
|
});
|
|
48787
49170
|
}
|
|
48788
49171
|
str = '';
|
|
48789
49172
|
|
|
48790
|
-
if (
|
|
48791
|
-
str =
|
|
49173
|
+
if (_this35.value) {
|
|
49174
|
+
str = _this35.value.replace(/\s+/g, '');
|
|
48792
49175
|
}
|
|
48793
|
-
if ((!
|
|
48794
|
-
|
|
49176
|
+
if ((!_this35.value || str === '') && _this35.nodeDefaultSubmitOpinion) {
|
|
49177
|
+
_this35.value = _this35.nodeDefaultSubmitOpinion;
|
|
48795
49178
|
}
|
|
48796
|
-
if (!
|
|
48797
|
-
delete
|
|
48798
|
-
delete
|
|
49179
|
+
if (!_this35.isSpecial) {
|
|
49180
|
+
delete _this35.nextNode.nextOperate;
|
|
49181
|
+
delete _this35.nextNode.nextNodeId;
|
|
48799
49182
|
}
|
|
48800
|
-
if (
|
|
48801
|
-
|
|
48802
|
-
|
|
49183
|
+
if (_this35.nextNode.nextOperate === 9 || _this35.oldNextOperate == 9) {
|
|
49184
|
+
_this35.nextNode.isReturnRejectNode = 1;
|
|
49185
|
+
_this35.nextNode.processDefinitionId = _this35.processObj.taskExamine.processDefinitionId;
|
|
48803
49186
|
}
|
|
48804
|
-
if (
|
|
48805
|
-
delete
|
|
49187
|
+
if (_this35.nextNode.nextOperate != 0 && _this35.nextNode.nextOperate != 1 && _this35.oldNextOperate === '' || _this35.oldNextOperate !== '' && _this35.oldNextOperate != 0 && _this35.oldNextOperate != 1) {
|
|
49188
|
+
delete _this35.nextNode.nextNodeId;
|
|
48806
49189
|
}
|
|
48807
49190
|
|
|
48808
49191
|
if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
|
|
@@ -48811,45 +49194,45 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48811
49194
|
}
|
|
48812
49195
|
|
|
48813
49196
|
_context.next = 19;
|
|
48814
|
-
return
|
|
49197
|
+
return _this35.saveInfo('subMit');
|
|
48815
49198
|
|
|
48816
49199
|
case 19:
|
|
48817
|
-
|
|
49200
|
+
_this35.loading = utils_util["a" /* default */].loading(_this35.$loading, '加载中...');
|
|
48818
49201
|
|
|
48819
49202
|
case 20:
|
|
48820
49203
|
notificationType = '';
|
|
48821
49204
|
|
|
48822
|
-
notificationType =
|
|
49205
|
+
notificationType = _this35.nextNode.notificationType.join(',');
|
|
48823
49206
|
addSignUserId = addSignUserId.join(',');
|
|
48824
49207
|
removeSignUserId = removeSignUserId.join(',');
|
|
48825
|
-
if (!
|
|
48826
|
-
delete
|
|
49208
|
+
if (!_this35.isCanPreAddSign || _this35.nextNode.isAddSign != '1') {
|
|
49209
|
+
delete _this35.nextNode.addSignMode;
|
|
48827
49210
|
}
|
|
48828
49211
|
|
|
48829
|
-
params = flow_src_mainvue_type_script_lang_js_extends({},
|
|
48830
|
-
nextOperate:
|
|
48831
|
-
pendingId:
|
|
48832
|
-
opinion:
|
|
49212
|
+
params = flow_src_mainvue_type_script_lang_js_extends({}, _this35.nextNode, {
|
|
49213
|
+
nextOperate: _this35.oldNextOperate !== '' ? _this35.oldNextOperate : _this35.nextNode.nextOperate,
|
|
49214
|
+
pendingId: _this35.pendingId,
|
|
49215
|
+
opinion: _this35.isForceDisplayDefaultOptionForPrefix && !_this35.value.startsWith(_this35.nodeDefaultSubmitOpinion) ? _this35.nodeDefaultSubmitOpinion + _this35.value : _this35.value,
|
|
48833
49216
|
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
48834
|
-
nextUserId:
|
|
49217
|
+
nextUserId: _this35.multiple ? nextUserId.join(',') : _this35.nextNode.nextUserId,
|
|
48835
49218
|
addSignUserId: addSignUserId,
|
|
48836
|
-
customPresetUserJson: JSON.stringify(
|
|
48837
|
-
presetUserJson: JSON.stringify(
|
|
49219
|
+
customPresetUserJson: JSON.stringify(_this35.presetList),
|
|
49220
|
+
presetUserJson: JSON.stringify(_this35.presetUserJson),
|
|
48838
49221
|
removeSignUserId: removeSignUserId,
|
|
48839
|
-
nextReadUserId:
|
|
48840
|
-
nextOrgId: !
|
|
48841
|
-
presetReadUserId:
|
|
49222
|
+
nextReadUserId: _this35.readMultiple ? _this35.mixReadList && _this35.mixReadList.join('|') : _this35.nextNode.nextReadUserId,
|
|
49223
|
+
nextOrgId: !_this35.isShowNextUser ? _this35.multiple ? _this35.mixOrgIdList && _this35.mixOrgIdList.join('|') : _this35.nextNode.nextOrgId : '',
|
|
49224
|
+
presetReadUserId: _this35.mixPresetList && _this35.mixPresetList.length > 0 ? _this35.mixPresetList.join('|') : _this35.nextNode.presetReadUserId.join(','),
|
|
48842
49225
|
notificationType: notificationType
|
|
48843
49226
|
});
|
|
48844
49227
|
|
|
48845
|
-
if (
|
|
48846
|
-
if (
|
|
49228
|
+
if (_this35.activeNames != '1') delete params.customPresetUserJson;
|
|
49229
|
+
if (_this35.nextNode.isRemoveSign != '1') {
|
|
48847
49230
|
delete params.removeSignUserId;
|
|
48848
49231
|
}
|
|
48849
|
-
if (
|
|
49232
|
+
if (_this35.nextNode.isAddSign != '1') {
|
|
48850
49233
|
delete params.addSignUserId;
|
|
48851
49234
|
}
|
|
48852
|
-
if (!
|
|
49235
|
+
if (!_this35.isSpecial) {
|
|
48853
49236
|
delete params.nextUserId;
|
|
48854
49237
|
}
|
|
48855
49238
|
|
|
@@ -48858,13 +49241,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48858
49241
|
break;
|
|
48859
49242
|
}
|
|
48860
49243
|
|
|
48861
|
-
params.isSubFlow =
|
|
48862
|
-
|
|
49244
|
+
params.isSubFlow = _this35.taskExamineInfo.isSubFlow;
|
|
49245
|
+
_this35.taskParams = params;
|
|
48863
49246
|
return _context.abrupt('return');
|
|
48864
49247
|
|
|
48865
49248
|
case 34:
|
|
48866
|
-
|
|
48867
|
-
isEndUserTask =
|
|
49249
|
+
_this35.loading = utils_util["a" /* default */].loading(_this35.$loading, '提交中...');
|
|
49250
|
+
isEndUserTask = _this35.isEndUserTask, choiceOrgId = _this35.choiceOrgId, choiceDeptId = _this35.choiceDeptId, pOrgId = _this35.pOrgId, taskExamineInfo = _this35.taskExamineInfo, currentNodeIsCircularReadNode = _this35.currentNodeIsCircularReadNode, needRetrialAuth = _this35.needRetrialAuth, circularReadParamsMap = _this35.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this35.currentNodeEnableItemHandleDescription;
|
|
48868
49251
|
|
|
48869
49252
|
params.isEndUserTask = isEndUserTask;
|
|
48870
49253
|
params.choiceOrgId = choiceOrgId;
|
|
@@ -48884,21 +49267,21 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48884
49267
|
if (!currentNodeEnableItemHandleDescription) {
|
|
48885
49268
|
delete params.nextItemHandleDescription;
|
|
48886
49269
|
}
|
|
48887
|
-
return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["
|
|
49270
|
+
return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Pb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
48888
49271
|
var status = res.status,
|
|
48889
49272
|
message = res.message;
|
|
48890
49273
|
|
|
48891
|
-
|
|
49274
|
+
_this35.loading.close();
|
|
48892
49275
|
if (status === 'success') {
|
|
48893
|
-
|
|
49276
|
+
_this35.flowSuccess();
|
|
48894
49277
|
} else {
|
|
48895
|
-
|
|
48896
|
-
|
|
49278
|
+
_this35.$message.error(message || '系统错误,请联系管理员!');
|
|
49279
|
+
_this35.$emit('error');
|
|
48897
49280
|
}
|
|
48898
49281
|
}).catch(function (err) {
|
|
48899
|
-
|
|
49282
|
+
_this35.loading.close();
|
|
48900
49283
|
if (err.message && err.message !== 'canceled') {
|
|
48901
|
-
|
|
49284
|
+
_this35.$message.error(err.message);
|
|
48902
49285
|
}
|
|
48903
49286
|
}));
|
|
48904
49287
|
|
|
@@ -48910,7 +49293,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48910
49293
|
return _context.stop();
|
|
48911
49294
|
}
|
|
48912
49295
|
}
|
|
48913
|
-
}, _callee,
|
|
49296
|
+
}, _callee, _this35);
|
|
48914
49297
|
}));
|
|
48915
49298
|
|
|
48916
49299
|
return function (_x) {
|
|
@@ -48966,8 +49349,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48966
49349
|
|
|
48967
49350
|
var flow_src_main_component = normalizeComponent(
|
|
48968
49351
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
48969
|
-
|
|
48970
|
-
|
|
49352
|
+
mainvue_type_template_id_1bef3500_render,
|
|
49353
|
+
mainvue_type_template_id_1bef3500_staticRenderFns,
|
|
48971
49354
|
false,
|
|
48972
49355
|
null,
|
|
48973
49356
|
null,
|
|
@@ -52233,7 +52616,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
52233
52616
|
return x.id;
|
|
52234
52617
|
}).join(',');
|
|
52235
52618
|
var params = {
|
|
52236
|
-
url: api["
|
|
52619
|
+
url: api["Rb" /* taskReadWithDraw */],
|
|
52237
52620
|
params: {
|
|
52238
52621
|
pendingIds: pendingIds
|
|
52239
52622
|
}
|
|
@@ -52321,7 +52704,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
52321
52704
|
getCircularReadList: function getCircularReadList() {
|
|
52322
52705
|
var _that = this;
|
|
52323
52706
|
var params = {
|
|
52324
|
-
url: api["
|
|
52707
|
+
url: api["vb" /* pendedhistoryListWithCircularReadJson */],
|
|
52325
52708
|
params: { apprecordid: _that.businessId }
|
|
52326
52709
|
};
|
|
52327
52710
|
utils_util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -52495,7 +52878,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
52495
52878
|
|
|
52496
52879
|
this.pressLoading = true;
|
|
52497
52880
|
var params = {
|
|
52498
|
-
url: api["
|
|
52881
|
+
url: api["wb" /* pressListJson */],
|
|
52499
52882
|
params: { historyId: historyId },
|
|
52500
52883
|
method: 'POST',
|
|
52501
52884
|
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
|
|
@@ -52561,7 +52944,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
52561
52944
|
switch (_context3.prev = _context3.next) {
|
|
52562
52945
|
case 0:
|
|
52563
52946
|
params = {
|
|
52564
|
-
url: api["
|
|
52947
|
+
url: api["H" /* fyListJson */],
|
|
52565
52948
|
params: {
|
|
52566
52949
|
appRecordId: _this11.businessId,
|
|
52567
52950
|
status: type
|
|
@@ -52601,7 +52984,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
52601
52984
|
var _this12 = this;
|
|
52602
52985
|
|
|
52603
52986
|
var params = {
|
|
52604
|
-
url: api["
|
|
52987
|
+
url: api["ub" /* pendedhistoryListJson */],
|
|
52605
52988
|
params: flow_list_src_mainvue_type_script_lang_js_extends({
|
|
52606
52989
|
apprecordid: this.businessId,
|
|
52607
52990
|
pendingAttr: 0,
|
|
@@ -52770,7 +53153,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
52770
53153
|
var _this15 = this;
|
|
52771
53154
|
|
|
52772
53155
|
var param = {
|
|
52773
|
-
url: api["
|
|
53156
|
+
url: api["bc" /* toPresetInfoListIndex */],
|
|
52774
53157
|
params: { apprecordid: this.businessId }
|
|
52775
53158
|
};
|
|
52776
53159
|
utils_util["a" /* default */].ajax(param).then(function (res) {
|
|
@@ -53033,7 +53416,7 @@ mainvue_type_template_id_5ba85f48_render._withStripped = true
|
|
|
53033
53416
|
|
|
53034
53417
|
if (this.job.id !== item.id) {
|
|
53035
53418
|
this.job = item;
|
|
53036
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
53419
|
+
utils_util["a" /* default */].ajax({ url: api["Mb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
|
|
53037
53420
|
if (res.rCode == 0) {
|
|
53038
53421
|
utils_util["a" /* default */].setStorage({
|
|
53039
53422
|
type: _this.storage,
|
|
@@ -53741,7 +54124,7 @@ var _props;
|
|
|
53741
54124
|
document.body.appendChild(iframe);
|
|
53742
54125
|
}
|
|
53743
54126
|
}
|
|
53744
|
-
utils_util["a" /* default */].ajax({ method: 'post', url: api["
|
|
54127
|
+
utils_util["a" /* default */].ajax({ method: 'post', url: api["rb" /* logout */] }).then(function (res) {
|
|
53745
54128
|
if (res.rCode == 0) {
|
|
53746
54129
|
utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
53747
54130
|
if (_this.onQuit && typeof _this.onQuit === 'function') {
|
|
@@ -53873,7 +54256,7 @@ mainvue_type_template_id_20e44f4a_render._withStripped = true
|
|
|
53873
54256
|
props: {
|
|
53874
54257
|
preview: {
|
|
53875
54258
|
type: String,
|
|
53876
|
-
default: api["
|
|
54259
|
+
default: api["xb" /* previewAdjunct */] + '?adjunctId='
|
|
53877
54260
|
},
|
|
53878
54261
|
contents: [Object, String]
|
|
53879
54262
|
},
|
|
@@ -56654,8 +57037,8 @@ mainvue_type_template_id_53be147b_render._withStripped = true
|
|
|
56654
57037
|
|
|
56655
57038
|
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=53be147b&
|
|
56656
57039
|
|
|
56657
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=
|
|
56658
|
-
var
|
|
57040
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=325dc074&
|
|
57041
|
+
var resetPasswordvue_type_template_id_325dc074_render = function () {
|
|
56659
57042
|
var _vm = this
|
|
56660
57043
|
var _h = _vm.$createElement
|
|
56661
57044
|
var _c = _vm._self._c || _h
|
|
@@ -56716,11 +57099,11 @@ var resetPasswordvue_type_template_id_45dccfdc_render = function () {
|
|
|
56716
57099
|
1
|
|
56717
57100
|
)
|
|
56718
57101
|
}
|
|
56719
|
-
var
|
|
56720
|
-
|
|
57102
|
+
var resetPasswordvue_type_template_id_325dc074_staticRenderFns = []
|
|
57103
|
+
resetPasswordvue_type_template_id_325dc074_render._withStripped = true
|
|
56721
57104
|
|
|
56722
57105
|
|
|
56723
|
-
// CONCATENATED MODULE: ./packages/login/src/resetPassword.vue?vue&type=template&id=
|
|
57106
|
+
// CONCATENATED MODULE: ./packages/login/src/resetPassword.vue?vue&type=template&id=325dc074&
|
|
56724
57107
|
|
|
56725
57108
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=script&lang=js&
|
|
56726
57109
|
var resetPasswordvue_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; };
|
|
@@ -56988,7 +57371,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
56988
57371
|
},
|
|
56989
57372
|
data: function data() {
|
|
56990
57373
|
return {
|
|
56991
|
-
activeIndex: '
|
|
57374
|
+
activeIndex: '0',
|
|
56992
57375
|
checkPassword: null,
|
|
56993
57376
|
checkPasswordMsg: null,
|
|
56994
57377
|
btnText: '获取验证码',
|
|
@@ -57000,21 +57383,14 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
57000
57383
|
};
|
|
57001
57384
|
},
|
|
57002
57385
|
created: function created() {
|
|
57003
|
-
var _this = this;
|
|
57004
|
-
|
|
57005
57386
|
this.getInitModifyPassword();
|
|
57006
57387
|
if (this.type) {
|
|
57007
57388
|
var types = this.type.split(',');
|
|
57008
57389
|
if (types.length) {
|
|
57009
|
-
|
|
57010
|
-
if (item != '0' && (item == '11' || item == '6')) {
|
|
57011
|
-
_this.activeIndex = item;
|
|
57012
|
-
return;
|
|
57013
|
-
}
|
|
57014
|
-
});
|
|
57390
|
+
this.activeIndex = types[0];
|
|
57015
57391
|
}
|
|
57016
57392
|
} else {
|
|
57017
|
-
this.activeIndex =
|
|
57393
|
+
this.activeIndex = '0';
|
|
57018
57394
|
}
|
|
57019
57395
|
},
|
|
57020
57396
|
destroyed: function destroyed() {
|
|
@@ -57031,31 +57407,31 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
57031
57407
|
}
|
|
57032
57408
|
},
|
|
57033
57409
|
getInitModifyPassword: function getInitModifyPassword() {
|
|
57034
|
-
var
|
|
57410
|
+
var _this = this;
|
|
57035
57411
|
|
|
57036
57412
|
utils_util["a" /* default */].ajax({
|
|
57037
|
-
url: api["
|
|
57413
|
+
url: api["lb" /* initModifyPassword */]
|
|
57038
57414
|
}).then(function (res) {
|
|
57039
57415
|
if (res.rCode === 0) {
|
|
57040
57416
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
57041
57417
|
if (results.checkPassword) {
|
|
57042
|
-
|
|
57418
|
+
_this.checkPassword = new RegExp(results.checkPassword);
|
|
57043
57419
|
}
|
|
57044
57420
|
if (results.checkPasswordMsg) {
|
|
57045
|
-
|
|
57421
|
+
_this.checkPasswordMsg = results.checkPasswordMsg;
|
|
57046
57422
|
}
|
|
57047
57423
|
} else {
|
|
57048
57424
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
57049
|
-
|
|
57425
|
+
_this.$message.error(msg);
|
|
57050
57426
|
}
|
|
57051
57427
|
}).catch(function (err) {
|
|
57052
57428
|
if (err.message && err.message !== 'canceled') {
|
|
57053
|
-
|
|
57429
|
+
_this.$message.error(err.message);
|
|
57054
57430
|
}
|
|
57055
57431
|
});
|
|
57056
57432
|
},
|
|
57057
57433
|
getVerificationCode: function getVerificationCode() {
|
|
57058
|
-
var
|
|
57434
|
+
var _this2 = this;
|
|
57059
57435
|
|
|
57060
57436
|
if (this.countdown) {
|
|
57061
57437
|
return false;
|
|
@@ -57078,45 +57454,45 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
57078
57454
|
this.countdown = 60;
|
|
57079
57455
|
this.getCode(data);
|
|
57080
57456
|
this.timer = setInterval(function () {
|
|
57081
|
-
if (
|
|
57082
|
-
|
|
57083
|
-
|
|
57084
|
-
|
|
57457
|
+
if (_this2.countdown > 0) {
|
|
57458
|
+
_this2.countdown--;
|
|
57459
|
+
_this2.disabled = true;
|
|
57460
|
+
_this2.btnText = '重新获取' + _this2.countdown + 's';
|
|
57085
57461
|
} else {
|
|
57086
|
-
|
|
57087
|
-
|
|
57088
|
-
clearInterval(
|
|
57462
|
+
_this2.btnText = '获取验证码';
|
|
57463
|
+
_this2.disabled = false;
|
|
57464
|
+
clearInterval(_this2.timer);
|
|
57089
57465
|
}
|
|
57090
57466
|
}, 1000);
|
|
57091
57467
|
}
|
|
57092
57468
|
},
|
|
57093
57469
|
getCode: function getCode(params) {
|
|
57094
|
-
var
|
|
57470
|
+
var _this3 = this;
|
|
57095
57471
|
|
|
57096
57472
|
utils_util["a" /* default */].ajax({
|
|
57097
|
-
url: api["
|
|
57473
|
+
url: api["Q" /* getModifyPassCode */],
|
|
57098
57474
|
params: params
|
|
57099
57475
|
}).then(function (res) {
|
|
57100
57476
|
if (res.rCode === 0) {
|
|
57101
|
-
|
|
57477
|
+
_this3.$message.success(res.msg);
|
|
57102
57478
|
} else {
|
|
57103
57479
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
57104
57480
|
if (res.rCode === 2) {
|
|
57105
|
-
|
|
57106
|
-
|
|
57107
|
-
|
|
57108
|
-
clearInterval(
|
|
57481
|
+
_this3.btnText = '获取验证码';
|
|
57482
|
+
_this3.disabled = false;
|
|
57483
|
+
_this3.countdown = 0;
|
|
57484
|
+
clearInterval(_this3.timer);
|
|
57109
57485
|
}
|
|
57110
|
-
|
|
57486
|
+
_this3.$message.error(msg);
|
|
57111
57487
|
}
|
|
57112
57488
|
}).catch(function (err) {
|
|
57113
57489
|
if (err.message && err.message !== 'canceled') {
|
|
57114
|
-
|
|
57490
|
+
_this3.$message.error(err.message);
|
|
57115
57491
|
}
|
|
57116
57492
|
});
|
|
57117
57493
|
},
|
|
57118
57494
|
handleSubmit: function handleSubmit(res) {
|
|
57119
|
-
var
|
|
57495
|
+
var _this4 = this;
|
|
57120
57496
|
|
|
57121
57497
|
this.submit = true;
|
|
57122
57498
|
|
|
@@ -57139,23 +57515,23 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
57139
57515
|
data.operationCheckCode = this.operationCheckCode;
|
|
57140
57516
|
utils_util["a" /* default */].ajax({
|
|
57141
57517
|
method: 'post',
|
|
57142
|
-
url: api["
|
|
57518
|
+
url: api["pb" /* loginModifyPassword */],
|
|
57143
57519
|
data: data
|
|
57144
57520
|
}).then(function (res) {
|
|
57145
|
-
|
|
57521
|
+
_this4.submit = false;
|
|
57146
57522
|
if (res.rCode === 0) {
|
|
57147
|
-
|
|
57148
|
-
|
|
57523
|
+
_this4.$message.success(res.msg);
|
|
57524
|
+
_this4.$emit('success');
|
|
57149
57525
|
} else {
|
|
57150
57526
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
57151
|
-
|
|
57152
|
-
|
|
57153
|
-
delete
|
|
57154
|
-
clearInterval(
|
|
57527
|
+
_this4.$message.error(msg);
|
|
57528
|
+
_this4.disabled = false;
|
|
57529
|
+
delete _this4.formData.verificationCode;
|
|
57530
|
+
clearInterval(_this4.timer);
|
|
57155
57531
|
}
|
|
57156
57532
|
}).catch(function (err) {
|
|
57157
57533
|
if (err.message && err.message !== 'canceled') {
|
|
57158
|
-
|
|
57534
|
+
_this4.$message.error(err.message);
|
|
57159
57535
|
}
|
|
57160
57536
|
});
|
|
57161
57537
|
} else {
|
|
@@ -57169,21 +57545,21 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
57169
57545
|
url: api["g" /* codeModifyPass */],
|
|
57170
57546
|
data: data
|
|
57171
57547
|
}).then(function (res) {
|
|
57172
|
-
|
|
57548
|
+
_this4.submit = false;
|
|
57173
57549
|
if (res.rCode === 0) {
|
|
57174
|
-
|
|
57175
|
-
|
|
57550
|
+
_this4.$message.success(res.msg);
|
|
57551
|
+
_this4.$emit('success');
|
|
57176
57552
|
} else {
|
|
57177
57553
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
57178
|
-
|
|
57179
|
-
|
|
57180
|
-
clearInterval(
|
|
57181
|
-
delete
|
|
57182
|
-
|
|
57554
|
+
_this4.btnText = '获取验证码';
|
|
57555
|
+
_this4.disabled = false;
|
|
57556
|
+
clearInterval(_this4.timer);
|
|
57557
|
+
delete _this4.formData.verificationCode;
|
|
57558
|
+
_this4.$message.error(msg);
|
|
57183
57559
|
}
|
|
57184
57560
|
}).catch(function (err) {
|
|
57185
57561
|
if (err.message && err.message !== 'canceled') {
|
|
57186
|
-
|
|
57562
|
+
_this4.$message.error(err.message);
|
|
57187
57563
|
}
|
|
57188
57564
|
});
|
|
57189
57565
|
}
|
|
@@ -57209,8 +57585,8 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
57209
57585
|
|
|
57210
57586
|
var resetPassword_component = normalizeComponent(
|
|
57211
57587
|
src_resetPasswordvue_type_script_lang_js_,
|
|
57212
|
-
|
|
57213
|
-
|
|
57588
|
+
resetPasswordvue_type_template_id_325dc074_render,
|
|
57589
|
+
resetPasswordvue_type_template_id_325dc074_staticRenderFns,
|
|
57214
57590
|
false,
|
|
57215
57591
|
null,
|
|
57216
57592
|
null,
|
|
@@ -57763,7 +58139,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
57763
58139
|
//初始登录配置接口地址
|
|
57764
58140
|
initLogin: {
|
|
57765
58141
|
type: String,
|
|
57766
|
-
default: api["
|
|
58142
|
+
default: api["kb" /* initLogin */]
|
|
57767
58143
|
},
|
|
57768
58144
|
size: String,
|
|
57769
58145
|
mode: {
|
|
@@ -57887,7 +58263,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
57887
58263
|
},
|
|
57888
58264
|
getLoginCode: {
|
|
57889
58265
|
type: String,
|
|
57890
|
-
default: api["
|
|
58266
|
+
default: api["P" /* getLoginCode */]
|
|
57891
58267
|
},
|
|
57892
58268
|
doCodeLogin: {
|
|
57893
58269
|
type: String,
|
|
@@ -57895,7 +58271,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
|
|
|
57895
58271
|
},
|
|
57896
58272
|
getTwoFactorLoginCode: {
|
|
57897
58273
|
type: String,
|
|
57898
|
-
default: api["
|
|
58274
|
+
default: api["db" /* getTwoFactorLoginCode */]
|
|
57899
58275
|
},
|
|
57900
58276
|
doTwoFactorLogin: {
|
|
57901
58277
|
type: String,
|
|
@@ -62004,7 +62380,7 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
|
|
|
62004
62380
|
},
|
|
62005
62381
|
handleClick: function handleClick(res) {
|
|
62006
62382
|
utils_util["a" /* default */].ajax({
|
|
62007
|
-
url: api["
|
|
62383
|
+
url: api["Ab" /* recordUserApp */],
|
|
62008
62384
|
params: {
|
|
62009
62385
|
userId: this.user.userId,
|
|
62010
62386
|
appId: res.id
|
|
@@ -62199,8 +62575,8 @@ uservue_type_template_id_647fd01c_scoped_true_render._withStripped = true
|
|
|
62199
62575
|
|
|
62200
62576
|
// CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=647fd01c&scoped=true&
|
|
62201
62577
|
|
|
62202
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=
|
|
62203
|
-
var
|
|
62578
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=30ec6271&
|
|
62579
|
+
var userinfovue_type_template_id_30ec6271_render = function () {
|
|
62204
62580
|
var _vm = this
|
|
62205
62581
|
var _h = _vm.$createElement
|
|
62206
62582
|
var _c = _vm._self._c || _h
|
|
@@ -62216,6 +62592,7 @@ var userinfovue_type_template_id_fd4f50b2_render = function () {
|
|
|
62216
62592
|
autocomplete: false,
|
|
62217
62593
|
rules: _vm.formRules,
|
|
62218
62594
|
events: _vm.events,
|
|
62595
|
+
resetValue: false,
|
|
62219
62596
|
},
|
|
62220
62597
|
on: { submit: _vm.handleFormSubmit },
|
|
62221
62598
|
},
|
|
@@ -62223,11 +62600,11 @@ var userinfovue_type_template_id_fd4f50b2_render = function () {
|
|
|
62223
62600
|
2
|
|
62224
62601
|
)
|
|
62225
62602
|
}
|
|
62226
|
-
var
|
|
62227
|
-
|
|
62603
|
+
var userinfovue_type_template_id_30ec6271_staticRenderFns = []
|
|
62604
|
+
userinfovue_type_template_id_30ec6271_render._withStripped = true
|
|
62228
62605
|
|
|
62229
62606
|
|
|
62230
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=
|
|
62607
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=30ec6271&
|
|
62231
62608
|
|
|
62232
62609
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=script&lang=js&
|
|
62233
62610
|
var userinfovue_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; };
|
|
@@ -62251,6 +62628,7 @@ var userinfovue_type_script_lang_js_props;
|
|
|
62251
62628
|
//
|
|
62252
62629
|
//
|
|
62253
62630
|
//
|
|
62631
|
+
//
|
|
62254
62632
|
|
|
62255
62633
|
|
|
62256
62634
|
|
|
@@ -62465,7 +62843,7 @@ var userinfovue_type_script_lang_js_props;
|
|
|
62465
62843
|
return _this2.formKey.includes(key);
|
|
62466
62844
|
})));
|
|
62467
62845
|
utils_util["a" /* default */].ajax({
|
|
62468
|
-
url: api["
|
|
62846
|
+
url: api["wc" /* updateUserInfo */],
|
|
62469
62847
|
params: userinfovue_type_script_lang_js_extends({}, data, {
|
|
62470
62848
|
oldPassword: this.secret && initLogin && initLogin.secret && oldpassword ? utils_util["a" /* default */].esmEncrypt({
|
|
62471
62849
|
data: oldpassword,
|
|
@@ -62555,8 +62933,8 @@ var userinfovue_type_script_lang_js_props;
|
|
|
62555
62933
|
|
|
62556
62934
|
var userinfo_component = normalizeComponent(
|
|
62557
62935
|
simplicity_userinfovue_type_script_lang_js_,
|
|
62558
|
-
|
|
62559
|
-
|
|
62936
|
+
userinfovue_type_template_id_30ec6271_render,
|
|
62937
|
+
userinfovue_type_template_id_30ec6271_staticRenderFns,
|
|
62560
62938
|
false,
|
|
62561
62939
|
null,
|
|
62562
62940
|
null,
|
|
@@ -62701,7 +63079,7 @@ var userinfo_component = normalizeComponent(
|
|
|
62701
63079
|
var _this2 = this;
|
|
62702
63080
|
|
|
62703
63081
|
utils_util["a" /* default */].ajax({
|
|
62704
|
-
url: api["
|
|
63082
|
+
url: api["nb" /* initUserSet */]
|
|
62705
63083
|
}).then(function (res) {
|
|
62706
63084
|
if (res.rCode === 0) {
|
|
62707
63085
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -62742,7 +63120,7 @@ var userinfo_component = normalizeComponent(
|
|
|
62742
63120
|
var notify = this.checked.join(',');
|
|
62743
63121
|
utils_util["a" /* default */].ajax({
|
|
62744
63122
|
method: 'post',
|
|
62745
|
-
url: api["
|
|
63123
|
+
url: api["vc" /* updateUserCustomInfo */],
|
|
62746
63124
|
data: {
|
|
62747
63125
|
notify: notify
|
|
62748
63126
|
}
|
|
@@ -62772,7 +63150,7 @@ var userinfo_component = normalizeComponent(
|
|
|
62772
63150
|
if (this.user.identityId !== res.id) {
|
|
62773
63151
|
utils_util["a" /* default */].ajax({
|
|
62774
63152
|
method: 'post',
|
|
62775
|
-
url: api["
|
|
63153
|
+
url: api["Mb" /* switchUserTo */],
|
|
62776
63154
|
data: { userId: res.value }
|
|
62777
63155
|
}).then(function (res) {
|
|
62778
63156
|
if (res.rCode == 0) {
|
|
@@ -63163,7 +63541,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
63163
63541
|
if (this.pageNum <= this.pageCount) {
|
|
63164
63542
|
this.loading = true;
|
|
63165
63543
|
utils_util["a" /* default */].ajax({
|
|
63166
|
-
url: api["
|
|
63544
|
+
url: api["Nb" /* sysMsgPage */],
|
|
63167
63545
|
params: {
|
|
63168
63546
|
pageNum: reload ? 1 : this.pageNum,
|
|
63169
63547
|
pageSize: this.pageSize
|
|
@@ -63196,7 +63574,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
63196
63574
|
var _this2 = this;
|
|
63197
63575
|
|
|
63198
63576
|
utils_util["a" /* default */].ajax({
|
|
63199
|
-
url: api["
|
|
63577
|
+
url: api["jb" /* ignoreSysMsg */],
|
|
63200
63578
|
params: {
|
|
63201
63579
|
id: res.id
|
|
63202
63580
|
}
|
|
@@ -63216,7 +63594,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
63216
63594
|
var _this3 = this;
|
|
63217
63595
|
|
|
63218
63596
|
utils_util["a" /* default */].ajax({
|
|
63219
|
-
url: api["
|
|
63597
|
+
url: api["ib" /* ignoreAllSysMsg */]
|
|
63220
63598
|
}).then(function (res) {
|
|
63221
63599
|
_this3.count = 0;
|
|
63222
63600
|
_this3.msgs = [];
|
|
@@ -63576,7 +63954,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
|
|
|
63576
63954
|
var _this = this;
|
|
63577
63955
|
|
|
63578
63956
|
utils_util["a" /* default */].ajax({
|
|
63579
|
-
url: api["
|
|
63957
|
+
url: api["jb" /* ignoreSysMsg */],
|
|
63580
63958
|
params: {
|
|
63581
63959
|
id: res.id
|
|
63582
63960
|
}
|
|
@@ -63595,7 +63973,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
|
|
|
63595
63973
|
var _this2 = this;
|
|
63596
63974
|
|
|
63597
63975
|
utils_util["a" /* default */].ajax({
|
|
63598
|
-
url: api["
|
|
63976
|
+
url: api["ib" /* ignoreAllSysMsg */]
|
|
63599
63977
|
}).then(function (res) {
|
|
63600
63978
|
_this2.msgs = [];
|
|
63601
63979
|
_this2.$emit('ignore', { type: 'ignore', value: 'all' });
|
|
@@ -64381,7 +64759,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
|
|
|
64381
64759
|
props: {
|
|
64382
64760
|
sysuseronline: {
|
|
64383
64761
|
type: String,
|
|
64384
|
-
default: api["
|
|
64762
|
+
default: api["Bc" /* userOnline */]
|
|
64385
64763
|
}
|
|
64386
64764
|
},
|
|
64387
64765
|
data: function data() {
|
|
@@ -65054,7 +65432,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
65054
65432
|
},
|
|
65055
65433
|
searchType: {
|
|
65056
65434
|
type: String,
|
|
65057
|
-
default: api["
|
|
65435
|
+
default: api["Gb" /* searchType */]
|
|
65058
65436
|
},
|
|
65059
65437
|
pageSize: {
|
|
65060
65438
|
type: Number,
|
|
@@ -65860,7 +66238,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
65860
66238
|
//应用列表接口
|
|
65861
66239
|
appsUrl: {
|
|
65862
66240
|
type: String,
|
|
65863
|
-
default: api["
|
|
66241
|
+
default: api["fb" /* getUserAppWithTag */]
|
|
65864
66242
|
},
|
|
65865
66243
|
//是否启用子应用菜单接口
|
|
65866
66244
|
application: {
|
|
@@ -66041,9 +66419,9 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
66041
66419
|
return this.menuUrl;
|
|
66042
66420
|
}
|
|
66043
66421
|
if (this.application) {
|
|
66044
|
-
return api["
|
|
66422
|
+
return api["L" /* getComplexApplicationsNew */];
|
|
66045
66423
|
}
|
|
66046
|
-
return api["
|
|
66424
|
+
return api["K" /* getComplexApplications */];
|
|
66047
66425
|
},
|
|
66048
66426
|
|
|
66049
66427
|
//人工智能配置
|
|
@@ -66701,8 +67079,8 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
66701
67079
|
var _this5 = this;
|
|
66702
67080
|
|
|
66703
67081
|
this.webSocket = utils_util["a" /* default */].socket({
|
|
66704
|
-
url: api["
|
|
66705
|
-
take: api["
|
|
67082
|
+
url: api["Cc" /* wss */],
|
|
67083
|
+
take: api["sc" /* topic */],
|
|
66706
67084
|
success: function success(res) {
|
|
66707
67085
|
var data = res.data || {};
|
|
66708
67086
|
for (var i in data) {
|
|
@@ -66911,7 +67289,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
66911
67289
|
**/
|
|
66912
67290
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
66913
67291
|
utils_util["a" /* default */].ajax({
|
|
66914
|
-
url: api["
|
|
67292
|
+
url: api["Ab" /* recordUserApp */],
|
|
66915
67293
|
params: {
|
|
66916
67294
|
userId: this.user.userId,
|
|
66917
67295
|
appId: res.id
|
|
@@ -67199,7 +67577,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67199
67577
|
document.body.appendChild(iframe);
|
|
67200
67578
|
}
|
|
67201
67579
|
}
|
|
67202
|
-
utils_util["a" /* default */].ajax({ method: 'post', url: api["
|
|
67580
|
+
utils_util["a" /* default */].ajax({ method: 'post', url: api["rb" /* logout */] }).then(function (res) {
|
|
67203
67581
|
if (res.rCode == 0) {
|
|
67204
67582
|
utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
67205
67583
|
if (_this6.onQuit && typeof _this6.onQuit === 'function') {
|
|
@@ -68260,7 +68638,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
68260
68638
|
var _this2 = this;
|
|
68261
68639
|
|
|
68262
68640
|
utils_util["a" /* default */].ajax({
|
|
68263
|
-
url: api["
|
|
68641
|
+
url: api["nb" /* initUserSet */]
|
|
68264
68642
|
}).then(function (res) {
|
|
68265
68643
|
if (res.rCode === 0) {
|
|
68266
68644
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -68309,7 +68687,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
68309
68687
|
|
|
68310
68688
|
switch (type) {
|
|
68311
68689
|
case 'job':
|
|
68312
|
-
utils_util["a" /* default */].ajax({ url: api["
|
|
68690
|
+
utils_util["a" /* default */].ajax({ url: api["Mb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
|
|
68313
68691
|
if (res.rCode == 0) {
|
|
68314
68692
|
utils_util["a" /* default */].setStorage({
|
|
68315
68693
|
type: _this3.storage,
|
|
@@ -68349,7 +68727,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
68349
68727
|
var initLogin = utils_util["a" /* default */].getStorage('initLogin');
|
|
68350
68728
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
68351
68729
|
utils_util["a" /* default */].ajax({
|
|
68352
|
-
url: api["
|
|
68730
|
+
url: api["wc" /* updateUserInfo */],
|
|
68353
68731
|
params: {
|
|
68354
68732
|
email: this.values.email,
|
|
68355
68733
|
officeTel: this.values.officeTel,
|
|
@@ -68407,7 +68785,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
68407
68785
|
var notify = _this4.values.notify.sort().join(',');
|
|
68408
68786
|
if (notify != _this4.notify.split(',').sort().join(',')) {
|
|
68409
68787
|
utils_util["a" /* default */].ajax({
|
|
68410
|
-
url: api["
|
|
68788
|
+
url: api["vc" /* updateUserCustomInfo */],
|
|
68411
68789
|
params: {
|
|
68412
68790
|
notify: notify
|
|
68413
68791
|
}
|
|
@@ -68762,7 +69140,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
68762
69140
|
if (this.pageNum <= this.pageCount) {
|
|
68763
69141
|
this.loading = true;
|
|
68764
69142
|
utils_util["a" /* default */].ajax({
|
|
68765
|
-
url: api["
|
|
69143
|
+
url: api["Nb" /* sysMsgPage */],
|
|
68766
69144
|
params: {
|
|
68767
69145
|
pageNum: reload ? 1 : this.pageNum,
|
|
68768
69146
|
pageSize: this.pageSize
|
|
@@ -68795,7 +69173,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
68795
69173
|
var _this2 = this;
|
|
68796
69174
|
|
|
68797
69175
|
utils_util["a" /* default */].ajax({
|
|
68798
|
-
url: api["
|
|
69176
|
+
url: api["jb" /* ignoreSysMsg */],
|
|
68799
69177
|
params: {
|
|
68800
69178
|
id: res.id
|
|
68801
69179
|
}
|
|
@@ -68815,7 +69193,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
68815
69193
|
var _this3 = this;
|
|
68816
69194
|
|
|
68817
69195
|
utils_util["a" /* default */].ajax({
|
|
68818
|
-
url: api["
|
|
69196
|
+
url: api["ib" /* ignoreAllSysMsg */]
|
|
68819
69197
|
}).then(function (res) {
|
|
68820
69198
|
_this3.count = 0;
|
|
68821
69199
|
_this3.msgs = [];
|
|
@@ -69150,7 +69528,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
|
|
|
69150
69528
|
var _this = this;
|
|
69151
69529
|
|
|
69152
69530
|
utils_util["a" /* default */].ajax({
|
|
69153
|
-
url: api["
|
|
69531
|
+
url: api["ib" /* ignoreAllSysMsg */]
|
|
69154
69532
|
}).then(function (res) {
|
|
69155
69533
|
_this.count = 0;
|
|
69156
69534
|
_this.msgs = [];
|
|
@@ -69657,7 +70035,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
|
|
|
69657
70035
|
//获取用户信息的接口
|
|
69658
70036
|
mainConfig: {
|
|
69659
70037
|
type: String,
|
|
69660
|
-
default: api["
|
|
70038
|
+
default: api["sb" /* mainConfig */]
|
|
69661
70039
|
},
|
|
69662
70040
|
iframeId: {
|
|
69663
70041
|
type: String,
|
|
@@ -69766,9 +70144,9 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
|
|
|
69766
70144
|
return this.menuUrl;
|
|
69767
70145
|
}
|
|
69768
70146
|
if (this.application) {
|
|
69769
|
-
return api["
|
|
70147
|
+
return api["L" /* getComplexApplicationsNew */];
|
|
69770
70148
|
}
|
|
69771
|
-
return api["
|
|
70149
|
+
return api["K" /* getComplexApplications */];
|
|
69772
70150
|
},
|
|
69773
70151
|
|
|
69774
70152
|
//是否双列右侧菜单
|
|
@@ -70085,7 +70463,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
|
|
|
70085
70463
|
return;
|
|
70086
70464
|
}
|
|
70087
70465
|
utils_util["a" /* default */].ajax({
|
|
70088
|
-
url: api["
|
|
70466
|
+
url: api["vc" /* updateUserCustomInfo */],
|
|
70089
70467
|
params: { color: escape(color.toLowerCase()) },
|
|
70090
70468
|
data: { color: escape(color.toLowerCase()) }
|
|
70091
70469
|
}).then(function (res) {
|
|
@@ -71298,8 +71676,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
|
|
|
71298
71676
|
var _this11 = this;
|
|
71299
71677
|
|
|
71300
71678
|
this.webSocket = utils_util["a" /* default */].socket({
|
|
71301
|
-
url: api["
|
|
71302
|
-
take: api["
|
|
71679
|
+
url: api["Cc" /* wss */],
|
|
71680
|
+
take: api["sc" /* topic */],
|
|
71303
71681
|
success: function success(res) {
|
|
71304
71682
|
var data = res.data || {};
|
|
71305
71683
|
for (var i in data) {
|
|
@@ -73142,7 +73520,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
73142
73520
|
text: '重发',
|
|
73143
73521
|
format: false,
|
|
73144
73522
|
method: 'post',
|
|
73145
|
-
action: api["
|
|
73523
|
+
action: api["Hb" /* sendBatch */]
|
|
73146
73524
|
}]
|
|
73147
73525
|
}];
|
|
73148
73526
|
}
|
|
@@ -73329,13 +73707,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
73329
73707
|
},
|
|
73330
73708
|
data: function data() {
|
|
73331
73709
|
return {
|
|
73332
|
-
sendList: api["
|
|
73333
|
-
sendBatch: api["
|
|
73710
|
+
sendList: api["Jb" /* sendList */],
|
|
73711
|
+
sendBatch: api["Hb" /* sendBatch */],
|
|
73334
73712
|
tableCount: 0,
|
|
73335
73713
|
selectData: [],
|
|
73336
73714
|
formTitle: '',
|
|
73337
73715
|
showForm: false,
|
|
73338
|
-
formData: api["
|
|
73716
|
+
formData: api["Ib" /* sendInfo */],
|
|
73339
73717
|
params: {},
|
|
73340
73718
|
sendTypeDict: [],
|
|
73341
73719
|
statusDict: []
|
|
@@ -73354,7 +73732,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
73354
73732
|
type: 'primary',
|
|
73355
73733
|
checkbox: true,
|
|
73356
73734
|
format: false,
|
|
73357
|
-
action: api["
|
|
73735
|
+
action: api["Hb" /* sendBatch */]
|
|
73358
73736
|
}]
|
|
73359
73737
|
}, {
|
|
73360
73738
|
type: 'search',
|
|
@@ -74869,7 +75247,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
|
|
|
74869
75247
|
},
|
|
74870
75248
|
findCode: function findCode() {
|
|
74871
75249
|
if (this.service) {
|
|
74872
|
-
return '/' + this.service + api["
|
|
75250
|
+
return '/' + this.service + api["M" /* getDictList */];
|
|
74873
75251
|
}
|
|
74874
75252
|
return api["A" /* findSysCode */];
|
|
74875
75253
|
}
|
|
@@ -75297,7 +75675,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
|
|
|
75297
75675
|
var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
|
|
75298
75676
|
mainConfig && (this.userModel = JSON.parse(mainConfig).userModel);
|
|
75299
75677
|
utils_util["a" /* default */].ajax({
|
|
75300
|
-
url: api["
|
|
75678
|
+
url: api["mb" /* initRetrialAuth */]
|
|
75301
75679
|
}).then(function (res) {
|
|
75302
75680
|
var rCode = res.rCode,
|
|
75303
75681
|
results = res.results;
|
|
@@ -75381,7 +75759,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
|
|
|
75381
75759
|
}
|
|
75382
75760
|
}, 1000);
|
|
75383
75761
|
utils_util["a" /* default */].ajax({
|
|
75384
|
-
url: api["
|
|
75762
|
+
url: api["Y" /* getRetrialAuthCode */],
|
|
75385
75763
|
method: 'post',
|
|
75386
75764
|
data: params,
|
|
75387
75765
|
params: params
|
|
@@ -75406,7 +75784,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
|
|
|
75406
75784
|
uuid: this.uuid
|
|
75407
75785
|
};
|
|
75408
75786
|
utils_util["a" /* default */].ajax({
|
|
75409
|
-
url: api["
|
|
75787
|
+
url: api["Fb" /* scanCodeRetrialAuth */],
|
|
75410
75788
|
method: 'post',
|
|
75411
75789
|
data: params,
|
|
75412
75790
|
params: params
|
|
@@ -75670,7 +76048,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
|
|
|
75670
76048
|
},
|
|
75671
76049
|
findCode: function findCode() {
|
|
75672
76050
|
if (this.service) {
|
|
75673
|
-
return '/' + this.service + api["
|
|
76051
|
+
return '/' + this.service + api["M" /* getDictList */];
|
|
75674
76052
|
}
|
|
75675
76053
|
return api["A" /* findSysCode */];
|
|
75676
76054
|
}
|
|
@@ -76388,7 +76766,7 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
|
|
|
76388
76766
|
},
|
|
76389
76767
|
findCode: function findCode() {
|
|
76390
76768
|
if (this.service) {
|
|
76391
|
-
return '/' + this.service + api["
|
|
76769
|
+
return '/' + this.service + api["M" /* getDictList */];
|
|
76392
76770
|
}
|
|
76393
76771
|
return api["A" /* findSysCode */];
|
|
76394
76772
|
}
|
|
@@ -77716,7 +78094,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
77716
78094
|
value: [Array, Object],
|
|
77717
78095
|
action: {
|
|
77718
78096
|
type: String,
|
|
77719
|
-
default: api["
|
|
78097
|
+
default: api["ab" /* getSelectorOrgDetail */]
|
|
77720
78098
|
},
|
|
77721
78099
|
host: {
|
|
77722
78100
|
type: String,
|
|
@@ -77976,7 +78354,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
77976
78354
|
return;
|
|
77977
78355
|
}
|
|
77978
78356
|
utils_util["a" /* default */].ajax({
|
|
77979
|
-
url: api["
|
|
78357
|
+
url: api["cb" /* getSysParam */],
|
|
77980
78358
|
params: {
|
|
77981
78359
|
paramCode: 'sysorgname,sysdepname'
|
|
77982
78360
|
}
|
|
@@ -79318,7 +79696,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79318
79696
|
},
|
|
79319
79697
|
selection: {
|
|
79320
79698
|
type: [String, Array],
|
|
79321
|
-
default: api["
|
|
79699
|
+
default: api["ab" /* getSelectorOrgDetail */]
|
|
79322
79700
|
},
|
|
79323
79701
|
param: {
|
|
79324
79702
|
type: Object,
|
|
@@ -79410,7 +79788,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79410
79788
|
enterprise: {
|
|
79411
79789
|
label: '选择单位',
|
|
79412
79790
|
name: 'enterprise',
|
|
79413
|
-
url: api["
|
|
79791
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79414
79792
|
data: [],
|
|
79415
79793
|
nodeData: '',
|
|
79416
79794
|
selection: [],
|
|
@@ -79424,7 +79802,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79424
79802
|
department: {
|
|
79425
79803
|
label: '选择部门',
|
|
79426
79804
|
name: 'department',
|
|
79427
|
-
url: api["
|
|
79805
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79428
79806
|
data: [],
|
|
79429
79807
|
nodeData: '',
|
|
79430
79808
|
selection: [],
|
|
@@ -79438,7 +79816,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79438
79816
|
employee: {
|
|
79439
79817
|
label: '选择用户',
|
|
79440
79818
|
name: 'employee',
|
|
79441
|
-
url: api["
|
|
79819
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79442
79820
|
data: [],
|
|
79443
79821
|
nodeData: '',
|
|
79444
79822
|
selection: [],
|
|
@@ -79452,7 +79830,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79452
79830
|
myemployee: {
|
|
79453
79831
|
label: '本单位用户',
|
|
79454
79832
|
name: 'myemployee',
|
|
79455
|
-
url: api["
|
|
79833
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79456
79834
|
data: [],
|
|
79457
79835
|
nodeData: '',
|
|
79458
79836
|
selection: [],
|
|
@@ -79466,7 +79844,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79466
79844
|
otheremployee: {
|
|
79467
79845
|
label: '外单位用户',
|
|
79468
79846
|
name: 'otheremployee',
|
|
79469
|
-
url: api["
|
|
79847
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79470
79848
|
data: [],
|
|
79471
79849
|
nodeData: '',
|
|
79472
79850
|
selection: [],
|
|
@@ -79480,7 +79858,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79480
79858
|
person: {
|
|
79481
79859
|
label: '选择人员',
|
|
79482
79860
|
name: 'person',
|
|
79483
|
-
url: api["
|
|
79861
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79484
79862
|
data: [],
|
|
79485
79863
|
nodeData: '',
|
|
79486
79864
|
selection: [],
|
|
@@ -79494,7 +79872,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79494
79872
|
otherperson: {
|
|
79495
79873
|
label: '外单位人员',
|
|
79496
79874
|
name: 'otherperson',
|
|
79497
|
-
url: api["
|
|
79875
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79498
79876
|
data: [],
|
|
79499
79877
|
nodeData: '',
|
|
79500
79878
|
selection: [],
|
|
@@ -79508,7 +79886,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79508
79886
|
persongroup: {
|
|
79509
79887
|
label: '选择群组成员',
|
|
79510
79888
|
name: 'persongroup',
|
|
79511
|
-
url: api["
|
|
79889
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79512
79890
|
data: [],
|
|
79513
79891
|
nodeData: '',
|
|
79514
79892
|
selection: [],
|
|
@@ -79526,7 +79904,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79526
79904
|
selection: [],
|
|
79527
79905
|
value: [],
|
|
79528
79906
|
name: 'filgroup',
|
|
79529
|
-
url: api["
|
|
79907
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79530
79908
|
param: {
|
|
79531
79909
|
showarea: 4,
|
|
79532
79910
|
id: 0,
|
|
@@ -79536,7 +79914,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79536
79914
|
depgroup: {
|
|
79537
79915
|
label: '部门群组成员',
|
|
79538
79916
|
name: 'depgroup',
|
|
79539
|
-
url: api["
|
|
79917
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79540
79918
|
data: [],
|
|
79541
79919
|
nodeData: '',
|
|
79542
79920
|
selection: [],
|
|
@@ -79550,7 +79928,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79550
79928
|
persongroupobj: {
|
|
79551
79929
|
label: '人员群组',
|
|
79552
79930
|
name: 'persongroupobj',
|
|
79553
|
-
url: api["
|
|
79931
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79554
79932
|
data: [],
|
|
79555
79933
|
nodeData: '',
|
|
79556
79934
|
selection: [],
|
|
@@ -79564,7 +79942,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79564
79942
|
filgroupobj: {
|
|
79565
79943
|
label: '单位群组',
|
|
79566
79944
|
name: 'filgroupobj',
|
|
79567
|
-
url: api["
|
|
79945
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79568
79946
|
data: [],
|
|
79569
79947
|
nodeData: '',
|
|
79570
79948
|
selection: [],
|
|
@@ -79578,7 +79956,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79578
79956
|
depgroupobj: {
|
|
79579
79957
|
label: '部门群组',
|
|
79580
79958
|
name: 'depgroupobj',
|
|
79581
|
-
url: api["
|
|
79959
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79582
79960
|
data: [],
|
|
79583
79961
|
nodeData: '',
|
|
79584
79962
|
selection: [],
|
|
@@ -79592,7 +79970,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79592
79970
|
role: {
|
|
79593
79971
|
label: '选择角色',
|
|
79594
79972
|
name: 'role',
|
|
79595
|
-
url: api["
|
|
79973
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79596
79974
|
data: [],
|
|
79597
79975
|
nodeData: '',
|
|
79598
79976
|
selection: [],
|
|
@@ -79606,7 +79984,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79606
79984
|
post: {
|
|
79607
79985
|
label: '选择岗位',
|
|
79608
79986
|
name: 'post',
|
|
79609
|
-
url: api["
|
|
79987
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79610
79988
|
data: [],
|
|
79611
79989
|
nodeData: '',
|
|
79612
79990
|
selection: [],
|
|
@@ -79620,7 +79998,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79620
79998
|
codetable: {
|
|
79621
79999
|
label: '代码表',
|
|
79622
80000
|
name: 'codetable',
|
|
79623
|
-
url: api["
|
|
80001
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79624
80002
|
data: [],
|
|
79625
80003
|
nodeData: '',
|
|
79626
80004
|
selection: [],
|
|
@@ -79634,7 +80012,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
|
|
|
79634
80012
|
topcontacts: {
|
|
79635
80013
|
label: '常用联系人',
|
|
79636
80014
|
name: 'topcontacts',
|
|
79637
|
-
url: api["
|
|
80015
|
+
url: api["bb" /* getSelectorOrgTree */],
|
|
79638
80016
|
data: [],
|
|
79639
80017
|
nodeData: '',
|
|
79640
80018
|
selection: [],
|
|
@@ -80296,11 +80674,11 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
|
|
|
80296
80674
|
},
|
|
80297
80675
|
url: {
|
|
80298
80676
|
type: String,
|
|
80299
|
-
default: api["
|
|
80677
|
+
default: api["U" /* getOrgMainTree */]
|
|
80300
80678
|
},
|
|
80301
80679
|
orgUrl: {
|
|
80302
80680
|
type: String,
|
|
80303
|
-
default: api["
|
|
80681
|
+
default: api["Z" /* getSelectOrgsubids */]
|
|
80304
80682
|
},
|
|
80305
80683
|
selectField: {
|
|
80306
80684
|
type: String,
|
|
@@ -83764,7 +84142,7 @@ mainvue_type_template_id_6baa7a0b_render._withStripped = true
|
|
|
83764
84142
|
},
|
|
83765
84143
|
url: {
|
|
83766
84144
|
type: String,
|
|
83767
|
-
default: api["
|
|
84145
|
+
default: api["gb" /* gethelpdoc */]
|
|
83768
84146
|
},
|
|
83769
84147
|
param: {
|
|
83770
84148
|
type: Object,
|
|
@@ -84275,7 +84653,7 @@ mainvue_type_template_id_cd716718_render._withStripped = true
|
|
|
84275
84653
|
// 选择项远程地址
|
|
84276
84654
|
url: {
|
|
84277
84655
|
type: String,
|
|
84278
|
-
default: api["
|
|
84656
|
+
default: api["U" /* getOrgMainTree */]
|
|
84279
84657
|
},
|
|
84280
84658
|
system: {
|
|
84281
84659
|
type: Boolean,
|
|
@@ -91311,7 +91689,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
91311
91689
|
}, mainvue_type_script_lang_js_props.properties = {
|
|
91312
91690
|
type: String,
|
|
91313
91691
|
default: function _default() {
|
|
91314
|
-
return api["
|
|
91692
|
+
return api["J" /* getAdjunctProperties */];
|
|
91315
91693
|
}
|
|
91316
91694
|
}, mainvue_type_script_lang_js_props.fileIcons = {
|
|
91317
91695
|
type: Object,
|
|
@@ -91346,7 +91724,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
91346
91724
|
source: '',
|
|
91347
91725
|
excludeNames: '',
|
|
91348
91726
|
boxHeight: this.listHeight,
|
|
91349
|
-
previewAdjunct: api["
|
|
91727
|
+
previewAdjunct: api["xb" /* previewAdjunct */],
|
|
91350
91728
|
kkfileview: null,
|
|
91351
91729
|
dochubConfig: {}
|
|
91352
91730
|
};
|
|
@@ -91405,7 +91783,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
91405
91783
|
return this.totalSize ? this.totalSize : this.fileTotalSize ? this.fileTotalSize : 0;
|
|
91406
91784
|
},
|
|
91407
91785
|
getAdjunctFileInfos: function getAdjunctFileInfos() {
|
|
91408
|
-
return typeof this.fileList === 'string' ? this.fileList : api["
|
|
91786
|
+
return typeof this.fileList === 'string' ? this.fileList : api["I" /* getAdjunctFileInfos */];
|
|
91409
91787
|
},
|
|
91410
91788
|
showList: function showList() {
|
|
91411
91789
|
return this.portrait ? false : this.showFileList;
|
|
@@ -91604,7 +91982,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
91604
91982
|
this.dochubConfig = config.dochubConfig;
|
|
91605
91983
|
}
|
|
91606
91984
|
|
|
91607
|
-
var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["
|
|
91985
|
+
var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["yc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["Ac" /* uploads */];
|
|
91608
91986
|
this.uploadUrl = url.indexOf(this.host) > -1 ? url : this.host + url;
|
|
91609
91987
|
this.requestFiles && this.getFiles();
|
|
91610
91988
|
} else {
|
|
@@ -91627,7 +92005,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
91627
92005
|
_this3.dochubConfig = res.results.dochubConfig;
|
|
91628
92006
|
sessionStorage.setItem('dochubConfig', JSON.stringify(res.results.dochubConfig));
|
|
91629
92007
|
}
|
|
91630
|
-
var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["
|
|
92008
|
+
var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["yc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["Ac" /* uploads */];
|
|
91631
92009
|
_this3.uploadUrl = _url.indexOf(_this3.host) > -1 ? _url : _this3.host + _url;
|
|
91632
92010
|
if (res.results.kkViewRootPath) {
|
|
91633
92011
|
_this3.kkfileview = res.results.kkViewRootPath;
|
|
@@ -91657,7 +92035,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
91657
92035
|
if (!this.show || this.fileList && Array.isArray(this.fileList) && this.fileList.length || this.requiredOwnId && !Object.prototype.hasOwnProperty.call(this.params, 'ownId')) {
|
|
91658
92036
|
return false;
|
|
91659
92037
|
}
|
|
91660
|
-
var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["
|
|
92038
|
+
var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["I" /* getAdjunctFileInfos */];
|
|
91661
92039
|
utils_util["a" /* default */].ajax({
|
|
91662
92040
|
method: this.method,
|
|
91663
92041
|
url: url,
|
|
@@ -91742,13 +92120,13 @@ var mainvue_type_script_lang_js_props;
|
|
|
91742
92120
|
if (this.kkfileview) {
|
|
91743
92121
|
this.openKkfileview(file);
|
|
91744
92122
|
} else {
|
|
91745
|
-
utils_util["a" /* default */].win.open(this.host + (url ? url : api["
|
|
92123
|
+
utils_util["a" /* default */].win.open(this.host + (url ? url : api["zb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
|
|
91746
92124
|
}
|
|
91747
92125
|
} else if (suffix.includes('pdf')) {
|
|
91748
92126
|
if (this.kkfileview) {
|
|
91749
92127
|
this.openKkfileview(file);
|
|
91750
92128
|
} else {
|
|
91751
|
-
utils_util["a" /* default */].win.open(this.host + (url ? url : api["
|
|
92129
|
+
utils_util["a" /* default */].win.open(this.host + (url ? url : api["yb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
|
|
91752
92130
|
}
|
|
91753
92131
|
} else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
|
|
91754
92132
|
this.imgUrl = res.url && utils_util["a" /* default */].startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
|
|
@@ -91913,7 +92291,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
91913
92291
|
}
|
|
91914
92292
|
},
|
|
91915
92293
|
handleDownloads: function handleDownloads() {
|
|
91916
|
-
var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["
|
|
92294
|
+
var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["xc" /* uploadDownloads */];
|
|
91917
92295
|
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);
|
|
91918
92296
|
},
|
|
91919
92297
|
handleDownload: function handleDownload(file) {
|
|
@@ -91953,7 +92331,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
91953
92331
|
ids = ids.join(',');
|
|
91954
92332
|
utils_util["a" /* default */].ajax({
|
|
91955
92333
|
method: this.method,
|
|
91956
|
-
url: this.dochubConfig.sortDocumentsUrl || api["
|
|
92334
|
+
url: this.dochubConfig.sortDocumentsUrl || api["zc" /* uploadSort */],
|
|
91957
92335
|
data: {
|
|
91958
92336
|
ids: ids,
|
|
91959
92337
|
documentIds: ids,
|
|
@@ -92564,7 +92942,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
92564
92942
|
}
|
|
92565
92943
|
|
|
92566
92944
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
92567
|
-
version: '0.7.
|
|
92945
|
+
version: '0.7.12',
|
|
92568
92946
|
install: install,
|
|
92569
92947
|
Button: packages_button,
|
|
92570
92948
|
ButtonGroup: button_group,
|