eoss-ui 0.6.91 → 0.6.93

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.
Files changed (55) hide show
  1. package/lib/button-group.js +79 -77
  2. package/lib/button.js +79 -77
  3. package/lib/calogin.js +79 -77
  4. package/lib/checkbox-group.js +79 -77
  5. package/lib/config/api.js +2 -1
  6. package/lib/data-table-form.js +79 -77
  7. package/lib/data-table.js +79 -77
  8. package/lib/date-picker.js +79 -77
  9. package/lib/dialog.js +79 -77
  10. package/lib/eoss-ui.common.js +888 -787
  11. package/lib/flow-group.js +79 -77
  12. package/lib/flow-list.js +84 -82
  13. package/lib/flow.js +786 -695
  14. package/lib/form.js +79 -77
  15. package/lib/handle-user.js +80 -78
  16. package/lib/handler.js +80 -78
  17. package/lib/icon.js +80 -78
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +79 -77
  20. package/lib/input.js +79 -77
  21. package/lib/login.js +82 -80
  22. package/lib/main.js +108 -106
  23. package/lib/nav.js +79 -77
  24. package/lib/notify.js +82 -80
  25. package/lib/page.js +79 -77
  26. package/lib/pagination.js +79 -77
  27. package/lib/player.js +79 -77
  28. package/lib/qr-code.js +79 -77
  29. package/lib/radio-group.js +79 -77
  30. package/lib/retrial-auth.js +81 -79
  31. package/lib/select-ganged.js +79 -77
  32. package/lib/select.js +80 -78
  33. package/lib/selector-panel.js +79 -77
  34. package/lib/selector.js +90 -80
  35. package/lib/sizer.js +79 -77
  36. package/lib/steps.js +79 -77
  37. package/lib/switch.js +79 -77
  38. package/lib/table-form.js +79 -77
  39. package/lib/tabs.js +79 -77
  40. package/lib/tips.js +80 -78
  41. package/lib/tree-group.js +79 -77
  42. package/lib/tree.js +83 -79
  43. package/lib/upload.js +96 -94
  44. package/lib/wujie.js +79 -77
  45. package/lib/wxlogin.js +79 -77
  46. package/package.json +1 -1
  47. package/packages/flow/src/main.vue +106 -52
  48. package/packages/flow/src/processForm.vue +29 -2
  49. package/packages/flow/src/selectUser.vue +8 -3
  50. package/packages/select/src/main.vue +1 -1
  51. package/packages/selector/src/main.vue +10 -2
  52. package/packages/tree/src/main.vue +1 -0
  53. package/packages/upload/src/main.vue +5 -5
  54. package/src/config/api.js +1 -0
  55. package/src/index.js +1 -1
@@ -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 */ "qb"] }).then(function (res) {
1534
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "rb"] }).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 */ "pb"] }).then(function (res) {
2291
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "qb"] }).then(function (res) {
2292
2292
  if (res.rCode === 0) {
2293
2293
  removeStorage();
2294
2294
  }
@@ -3571,32 +3571,32 @@ 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__, "pb", function() { return logout; });
3575
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initLogin; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return switchUserTo; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return logout; });
3575
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initLogin; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return switchUserTo; });
3577
3577
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3578
3578
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getLoginCode; });
3579
3579
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3580
3580
  /* unused harmony export updateCode */
3581
3581
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", 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__, "nb", function() { return loginModifyPassword; });
3583
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", 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__, "jb", function() { return initModifyPassword; });
3585
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return initModifyPassword; });
3586
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
3587
3587
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", 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__, "kb", function() { return initRetrialAuth; });
3589
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return initRetrialAuth; });
3590
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getRetrialAuthCode; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return scanCodeRetrialAuth; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", 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__, "yc", function() { return userOnline; });
3595
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getUserAppWithTag; });
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return recordUserApp; });
3597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return mainConfig; });
3598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return initUserSet; });
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return updateUserInfo; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return userOnline; });
3595
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getUserAppWithTag; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return recordUserApp; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return mainConfig; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return initUserSet; });
3599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return updateUserInfo; });
3600
3600
  /* unused harmony export getUserImgUrl */
3601
3601
  /* unused harmony export getDoorIndex */
3602
3602
  /* unused harmony export refreshOnlineUsers */
@@ -3605,22 +3605,22 @@ var watermark = function watermark(option) {
3605
3605
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplications; });
3606
3606
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplicationsNew; });
3607
3607
  /* unused harmony export getUserCustomInfo */
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return updateUserCustomInfo; });
3609
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return sysMsgPage; });
3610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return ignoreSysMsg; });
3611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return ignoreAllSysMsg; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return searchType; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return updateUserCustomInfo; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return sysMsgPage; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return ignoreSysMsg; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return ignoreAllSysMsg; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return searchType; });
3613
3613
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getSysParam; });
3614
3614
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctProperties; });
3615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return uploads; });
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploadOnlyOne; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return uploads; });
3616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return uploadOnlyOne; });
3617
3617
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctFileInfos; });
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return uploadSort; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", 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__, "uc", function() { return uploadDownloads; });
3621
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunct; });
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return previewAdjunct2; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return previewAdjunctOffice; });
3620
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploadDownloads; });
3621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return previewAdjunct; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return previewAdjunct2; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", 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 */
@@ -3632,16 +3632,16 @@ var watermark = function watermark(option) {
3632
3632
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
3633
3633
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getDictList; });
3634
3634
  /* unused harmony export findUserBaseInfo */
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return gethelpdoc; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return gethelpdoc; });
3636
3636
  /* unused harmony export getCurrentuser */
3637
3637
  /* unused harmony export mainDetail */
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartFlow; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return tempSave; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toStartFlow; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", 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__, "Cb", function() { return saveCommonOpinion; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateCommonOpinion; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return saveCommonOpinion; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return updateCommonOpinion; });
3645
3645
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3646
3646
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getProcessDefList; });
3647
3647
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfo; });
@@ -3650,72 +3650,73 @@ var watermark = function watermark(option) {
3650
3650
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
3651
3651
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNotificationMsg; });
3652
3652
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getHandleInfoHtml; });
3653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskHandleHtml; });
3653
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskHandleHtml; });
3654
3654
  /* unused harmony export getView */
3655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return register; });
3656
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryList; });
3657
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskRejectHtml; });
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskRejectHtml; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toStartTaskRead; });
3660
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toStartTaskReadIndex; });
3661
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskReadHtml; });
3662
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return rejectAndEnd; });
3663
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toSendMsg; });
3664
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return sendMsg; });
3655
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return register; });
3656
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pendedhistoryList; });
3657
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskRejectHtml; });
3658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskRejectHtml; });
3659
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toStartTaskRead; });
3660
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toStartTaskReadIndex; });
3661
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReadHtml; });
3662
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return rejectAndEnd; });
3663
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toSendMsg; });
3664
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", 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__, "fb", function() { return handleInfo; });
3667
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return loginUserInfo; });
3668
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return wss; });
3669
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return topic; });
3666
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return handleInfo; });
3667
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return loginUserInfo; });
3668
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return wss; });
3669
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return topic; });
3670
3670
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetCustomInfo; });
3671
3671
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getPresetNodeInfo; });
3672
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskTransferIndex; });
3673
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskTransfer; });
3674
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toPresetInfoListIndex; });
3672
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskTransferIndex; });
3673
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskTransfer; });
3674
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", 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__, "sb", function() { return pendedhistoryListJson; });
3678
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return pressListJson; });
3677
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return pendedhistoryListJson; });
3678
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", 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__, "mb", function() { return isCanStartSubFlow; });
3681
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskUnionExamine; });
3682
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskUnionExamine; });
3683
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskTakeAdvice; });
3684
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskTakeAdvice; });
3685
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskStartDraft; });
3686
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskSupervise; });
3687
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskSuperviseSub; });
3688
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskStartDraft; });
3689
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskReview; });
3690
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskReview; });
3691
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTaskUnionSeal; });
3692
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskUnionSeal; });
3693
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTwoOfficesDispatch; });
3694
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return twoOfficesDispatch; });
3695
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toResetProcessIndex; });
3696
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return resetProcess; });
3697
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskContinuationIndex; });
3698
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskContinuation; });
3680
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return isCanStartSubFlow; });
3681
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTaskUnionExamine; });
3682
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskUnionExamine; });
3683
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskTakeAdvice; });
3684
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskTakeAdvice; });
3685
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskStartDraft; });
3686
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskSupervise; });
3687
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskSuperviseSub; });
3688
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskStartDraft; });
3689
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskReview; });
3690
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskReview; });
3691
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskUnionSeal; });
3692
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskUnionSeal; });
3693
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTwoOfficesDispatch; });
3694
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return twoOfficesDispatch; });
3695
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toResetProcessIndex; });
3696
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return resetProcess; });
3697
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskContinuationIndex; });
3698
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskContinuation; });
3699
3699
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", 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__, "tb", function() { return pendedhistoryListWithCircularReadJson; });
3702
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return pendedhistoryListWithCircularReadJson; });
3703
3703
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", 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__, "Pb", function() { return taskReadWithDraw; });
3706
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3705
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskReadWithDraw; });
3706
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", 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__, "Hb", function() { return sendList; });
3709
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendInfo; });
3708
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return sendList; });
3709
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", 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__, "Fb", function() { return sendBatch; });
3713
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", 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
3717
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", 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__, "db", function() { return getUrgencyLevelChangedNotificationType; });
3719
3720
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3720
3721
  // 登录
3721
3722
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3977,6 +3978,7 @@ var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
3977
3978
  var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
3978
3979
  var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3979
3980
  var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
3981
+ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelChangedNotificationType';
3980
3982
 
3981
3983
  /***/ }),
3982
3984
  /* 2 */
@@ -27141,8 +27143,8 @@ form_src_main.install = function (Vue) {
27141
27143
  };
27142
27144
 
27143
27145
  /* harmony default export */ var packages_form = (form_src_main);
27144
- // 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=8a0e2250&
27145
- var mainvue_type_template_id_8a0e2250_render = function () {
27146
+ // 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=2181006a&
27147
+ var mainvue_type_template_id_2181006a_render = function () {
27146
27148
  var _vm = this
27147
27149
  var _h = _vm.$createElement
27148
27150
  var _c = _vm._self._c || _h
@@ -28549,7 +28551,9 @@ var mainvue_type_template_id_8a0e2250_render = function () {
28549
28551
  1
28550
28552
  )
28551
28553
  : _vm._e(),
28552
- _vm.isHideCurrentOrg
28554
+ _vm.isHideCurrentOrg &&
28555
+ _vm.nextNode.isReturnSubmitter !=
28556
+ 1
28553
28557
  ? _c(
28554
28558
  "el-form-item",
28555
28559
  {
@@ -28590,7 +28594,9 @@ var mainvue_type_template_id_8a0e2250_render = function () {
28590
28594
  1
28591
28595
  )
28592
28596
  : _vm._e(),
28593
- _vm.isHideOtherOrg
28597
+ _vm.isHideOtherOrg &&
28598
+ _vm.nextNode.isReturnSubmitter !=
28599
+ 1
28594
28600
  ? _c(
28595
28601
  "el-form-item",
28596
28602
  {
@@ -28952,6 +28958,8 @@ var mainvue_type_template_id_8a0e2250_render = function () {
28952
28958
  "label-position": _vm.formLabelPosition,
28953
28959
  showBtn: false,
28954
28960
  formTitle: _vm.formTitle,
28961
+ urgencyLevel: _vm.urgencyLevel,
28962
+ messageType: _vm.newsList,
28955
28963
  "copy-history":
28956
28964
  _vm.freeStartFlowParams.pendedHistoryHandle,
28957
28965
  "process-definition-id":
@@ -30019,11 +30027,11 @@ var mainvue_type_template_id_8a0e2250_render = function () {
30019
30027
  )
30020
30028
  : _vm._e()
30021
30029
  }
30022
- var mainvue_type_template_id_8a0e2250_staticRenderFns = []
30023
- mainvue_type_template_id_8a0e2250_render._withStripped = true
30030
+ var mainvue_type_template_id_2181006a_staticRenderFns = []
30031
+ mainvue_type_template_id_2181006a_render._withStripped = true
30024
30032
 
30025
30033
 
30026
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=8a0e2250&
30034
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2181006a&
30027
30035
 
30028
30036
  // 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&
30029
30037
  var CommonOpinionsvue_type_template_id_19364a89_render = function () {
@@ -31012,7 +31020,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
31012
31020
  }
31013
31021
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
31014
31022
  utils_util["a" /* default */].ajax({
31015
- url: data.id ? api["rc" /* updateCommonOpinion */] : api["Cb" /* saveCommonOpinion */],
31023
+ url: data.id ? api["sc" /* updateCommonOpinion */] : api["Db" /* saveCommonOpinion */],
31016
31024
  data: info,
31017
31025
  header: { 'Content-Type': 'multipart/form-data' },
31018
31026
  method: 'post'
@@ -31063,8 +31071,8 @@ var CommonOpinions_component = normalizeComponent(
31063
31071
  )
31064
31072
 
31065
31073
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
31066
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=a60e74a6&
31067
- var processFormvue_type_template_id_a60e74a6_render = function () {
31074
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=1672698e&
31075
+ var processFormvue_type_template_id_1672698e_render = function () {
31068
31076
  var _vm = this
31069
31077
  var _h = _vm.$createElement
31070
31078
  var _c = _vm._self._c || _h
@@ -31821,14 +31829,14 @@ var processFormvue_type_template_id_a60e74a6_render = function () {
31821
31829
  1
31822
31830
  )
31823
31831
  }
31824
- var processFormvue_type_template_id_a60e74a6_staticRenderFns = []
31825
- processFormvue_type_template_id_a60e74a6_render._withStripped = true
31832
+ var processFormvue_type_template_id_1672698e_staticRenderFns = []
31833
+ processFormvue_type_template_id_1672698e_render._withStripped = true
31826
31834
 
31827
31835
 
31828
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=a60e74a6&
31836
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=1672698e&
31829
31837
 
31830
- // 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=319fd53c&
31831
- var selectUservue_type_template_id_319fd53c_render = function () {
31838
+ // 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=3d8ca42d&
31839
+ var selectUservue_type_template_id_3d8ca42d_render = function () {
31832
31840
  var _vm = this
31833
31841
  var _h = _vm.$createElement
31834
31842
  var _c = _vm._self._c || _h
@@ -31941,7 +31949,8 @@ var selectUservue_type_template_id_319fd53c_render = function () {
31941
31949
  types: _vm.types,
31942
31950
  tabs: _vm.tabs,
31943
31951
  title: _vm.title,
31944
- "collapse-tags": 3,
31952
+ classify: _vm.classify,
31953
+ "collapse-tags": 2,
31945
31954
  mix: _vm.mix,
31946
31955
  min: _vm.isUnionSeal ? 1 : 0,
31947
31956
  disabled:
@@ -31949,9 +31958,13 @@ var selectUservue_type_template_id_319fd53c_render = function () {
31949
31958
  _vm.isCurrentNodeForbiddenChangeCandidate == 1,
31950
31959
  filterable: Boolean(_vm.isCustomUser && !_vm.isUnionSeal),
31951
31960
  select: _vm.isUnionSeal == false,
31952
- where: _vm.newWhere,
31961
+ where: Object.assign({}, _vm.newWhere, {
31962
+ info: _vm.classify ? "" : "no",
31963
+ }),
31953
31964
  multiple: _vm.newMultiple,
31954
- param: Object.assign({}, _vm.newParams, { info: "no" }),
31965
+ param: Object.assign({}, _vm.newParams, {
31966
+ info: _vm.classify ? "" : "no",
31967
+ }),
31955
31968
  disableds: _vm.disableds,
31956
31969
  },
31957
31970
  on: {
@@ -31976,11 +31989,11 @@ var selectUservue_type_template_id_319fd53c_render = function () {
31976
31989
  2
31977
31990
  )
31978
31991
  }
31979
- var selectUservue_type_template_id_319fd53c_staticRenderFns = []
31980
- selectUservue_type_template_id_319fd53c_render._withStripped = true
31992
+ var selectUservue_type_template_id_3d8ca42d_staticRenderFns = []
31993
+ selectUservue_type_template_id_3d8ca42d_render._withStripped = true
31981
31994
 
31982
31995
 
31983
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=319fd53c&
31996
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=3d8ca42d&
31984
31997
 
31985
31998
  // 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&
31986
31999
  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; };
@@ -32081,6 +32094,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32081
32094
  //
32082
32095
  //
32083
32096
  //
32097
+ //
32084
32098
 
32085
32099
 
32086
32100
 
@@ -32176,9 +32190,10 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32176
32190
  return {
32177
32191
  searchLoading: false,
32178
32192
  newNextUser: [],
32193
+ classify: true,
32179
32194
  newOptions: [],
32180
32195
  newSelectUserList: [],
32181
- url: api["fb" /* handleInfo */],
32196
+ url: api["gb" /* handleInfo */],
32182
32197
  newCheckboxList: [],
32183
32198
  newPresetEdit: 0,
32184
32199
  newMultiple: false,
@@ -32276,6 +32291,10 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32276
32291
  immediate: true
32277
32292
  }
32278
32293
  },
32294
+ mounted: function mounted() {
32295
+ this.classify = utils_util["a" /* default */].getStorage('classify') != undefined ? utils_util["a" /* default */].getStorage('classify') : true;
32296
+ },
32297
+
32279
32298
 
32280
32299
  methods: {
32281
32300
  changeInfo: function changeInfo(data) {
@@ -32303,7 +32322,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32303
32322
  if (query !== '') {
32304
32323
  this.searchLoading = true;
32305
32324
  utils_util["a" /* default */].ajax({
32306
- url: api["fb" /* handleInfo */],
32325
+ url: api["gb" /* handleInfo */],
32307
32326
  params: { searchKey: query, query: query, type: 'user' }
32308
32327
  }).then(function (res) {
32309
32328
  var status = res.status,
@@ -32474,8 +32493,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32474
32493
 
32475
32494
  var selectUser_component = normalizeComponent(
32476
32495
  src_selectUservue_type_script_lang_js_,
32477
- selectUservue_type_template_id_319fd53c_render,
32478
- selectUservue_type_template_id_319fd53c_staticRenderFns,
32496
+ selectUservue_type_template_id_3d8ca42d_render,
32497
+ selectUservue_type_template_id_3d8ca42d_staticRenderFns,
32479
32498
  false,
32480
32499
  null,
32481
32500
  null,
@@ -33738,7 +33757,17 @@ var processFormvue_type_script_lang_js_components;
33738
33757
  type: String,
33739
33758
  default: ''
33740
33759
  },
33741
- showBtn: { type: Boolean, default: true }
33760
+ showBtn: { type: Boolean, default: true },
33761
+ messageType: {
33762
+ type: Array,
33763
+ default: function _default() {
33764
+ return [];
33765
+ }
33766
+ },
33767
+ urgencyLevel: {
33768
+ type: [Number, String],
33769
+ default: ''
33770
+ }
33742
33771
  },
33743
33772
  data: function data() {
33744
33773
  return {
@@ -33829,12 +33858,33 @@ var processFormvue_type_script_lang_js_components;
33829
33858
  nodeInfo: [],
33830
33859
  userInfo: [],
33831
33860
  handleExplain: '',
33832
- noticeList: []
33861
+ noticeList: [],
33862
+ msgTypeCount: 0
33833
33863
  }
33834
33864
  };
33835
33865
  },
33836
33866
 
33837
33867
  watch: {
33868
+ messageType: {
33869
+ handler: function handler(val) {
33870
+ var _this = this;
33871
+
33872
+ if (val.length > 0 && this.urgencyLevel && this.msgTypeCount != 0) {
33873
+ this.nextNode.noticeList = val;
33874
+ var arr = [];
33875
+ this.nextNode.noticeList.map(function (item) {
33876
+ _this.nextNode.noticeType.map(function (x) {
33877
+ if (x == item.cciValue) {
33878
+ arr.push(x);
33879
+ }
33880
+ });
33881
+ });
33882
+ this.nextNode.noticeType = arr;
33883
+ } else {
33884
+ this.msgTypeCount++;
33885
+ }
33886
+ }
33887
+ },
33838
33888
  processDefinitionId: function processDefinitionId(val) {
33839
33889
  Object.assign(this.$data, this.$options.data());
33840
33890
  this.getUserInfo();
@@ -33895,25 +33945,25 @@ var processFormvue_type_script_lang_js_components;
33895
33945
  }
33896
33946
  },
33897
33947
  getUserInfo: function getUserInfo() {
33898
- var _this = this;
33948
+ var _this2 = this;
33899
33949
 
33900
33950
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
33901
33951
  if (mainConfig) {
33902
33952
  this.userModel = JSON.parse(mainConfig).userModel;
33903
33953
  } else {
33904
- utils_util["a" /* default */].ajax({ url: api["ob" /* loginUserInfo */] }).then(function (res) {
33954
+ utils_util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
33905
33955
  var status = res.status,
33906
33956
  data = res.data;
33907
33957
 
33908
33958
  if (status == 'success') {
33909
- _this.userModel = data;
33959
+ _this2.userModel = data;
33910
33960
  } else {
33911
33961
  var msg = res.msg || '系统错误,请联系管理员!';
33912
- _this.$message.error(msg);
33962
+ _this2.$message.error(msg);
33913
33963
  }
33914
33964
  }).catch(function (err) {
33915
33965
  if (err.message && err.message !== 'canceled') {
33916
- _this.$message.error(err.message);
33966
+ _this2.$message.error(err.message);
33917
33967
  }
33918
33968
  });
33919
33969
  }
@@ -34007,7 +34057,7 @@ var processFormvue_type_script_lang_js_components;
34007
34057
  this.mixOrgIdList = mixList;
34008
34058
  },
34009
34059
  getNodeType: function getNodeType() {
34010
- var _this2 = this;
34060
+ var _this3 = this;
34011
34061
 
34012
34062
  utils_util["a" /* default */].ajax({
34013
34063
  url: api["z" /* findCodeValues */],
@@ -34020,23 +34070,23 @@ var processFormvue_type_script_lang_js_components;
34020
34070
  data = res.data;
34021
34071
 
34022
34072
  if (status === 'success') {
34023
- _this2.nextNode.noticeList = data;
34073
+ _this3.nextNode.noticeList = data;
34024
34074
  }
34025
34075
  }).catch(function (err) {
34026
- if (_this2.showBtn) {
34027
- _this2.loading = false;
34076
+ if (_this3.showBtn) {
34077
+ _this3.loading = false;
34028
34078
  } else {
34029
- _this2.allLoading.close();
34079
+ _this3.allLoading.close();
34030
34080
  }
34031
34081
  if (err.message && err.message !== 'canceled') {
34032
- _this2.$message.error(err.message);
34082
+ _this3.$message.error(err.message);
34033
34083
  }
34034
34084
  });
34035
34085
  },
34036
34086
 
34037
34087
  //获取通知信息
34038
34088
  getMessage: function getMessage() {
34039
- var _this3 = this;
34089
+ var _this4 = this;
34040
34090
 
34041
34091
  var params = {
34042
34092
  processDefinitionId: this.processDefinitionId,
@@ -34048,21 +34098,21 @@ var processFormvue_type_script_lang_js_components;
34048
34098
  }
34049
34099
  utils_util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
34050
34100
  if (res.status === 'success') {
34051
- if (!_this3.showBtn) {
34052
- _this3.oldMessage = res.message;
34053
- _this3.nextNode.noticeInfo = res.message.replace('{title}', _this3.formTitle);
34101
+ if (!_this4.showBtn) {
34102
+ _this4.oldMessage = res.message;
34103
+ _this4.nextNode.noticeInfo = res.message.replace('{title}', _this4.formTitle);
34054
34104
  } else {
34055
- _this3.nextNode.noticeInfo = res.message;
34105
+ _this4.nextNode.noticeInfo = res.message;
34056
34106
  }
34057
34107
  }
34058
34108
  }).catch(function (err) {
34059
- if (_this3.showBtn) {
34060
- _this3.loading = false;
34109
+ if (_this4.showBtn) {
34110
+ _this4.loading = false;
34061
34111
  } else {
34062
- _this3.allLoading.close();
34112
+ _this4.allLoading.close();
34063
34113
  }
34064
34114
  if (err.message && err.message !== 'canceled') {
34065
- _this3.$message.error(err.message);
34115
+ _this4.$message.error(err.message);
34066
34116
  }
34067
34117
  });
34068
34118
  },
@@ -34072,11 +34122,11 @@ var processFormvue_type_script_lang_js_components;
34072
34122
  this.saveProcess(formName);
34073
34123
  },
34074
34124
  saveProcess: function saveProcess(formName) {
34075
- var _this4 = this;
34125
+ var _this5 = this;
34076
34126
 
34077
34127
  this.$refs[formName].validate(function (valid) {
34078
34128
  if (valid) {
34079
- var _nextNode = _this4.nextNode,
34129
+ var _nextNode = _this5.nextNode,
34080
34130
  nextNode = _nextNode.nextNode,
34081
34131
  nextUser = _nextNode.nextUser,
34082
34132
  noticeInfo = _nextNode.noticeInfo,
@@ -34091,22 +34141,22 @@ var processFormvue_type_script_lang_js_components;
34091
34141
  // return this.$message.warning('请选择通知方式');
34092
34142
  // }
34093
34143
 
34094
- if (_this4.isShowNextUser) {
34095
- if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
34096
- return _this4.$message.warning('请选择下步办理人');
34144
+ if (_this5.isShowNextUser) {
34145
+ if (nextUser == '' || _this5.multiple && nextUser.length == 0) {
34146
+ return _this5.$message.warning('请选择下步办理人');
34097
34147
  }
34098
34148
  } else {
34099
- if (nextOrgId == '' || _this4.multiple && nextOrgId.length == 0) {
34100
- return _this4.$message.warning('请选择办理对象');
34149
+ if (nextOrgId == '' || _this5.multiple && nextOrgId.length == 0) {
34150
+ return _this5.$message.warning('请选择办理对象');
34101
34151
  }
34102
34152
  }
34103
- if (_this4.showBtn) {
34104
- _this4.loading = true;
34153
+ if (_this5.showBtn) {
34154
+ _this5.loading = true;
34105
34155
  } else {
34106
- _this4.allLoading = utils_util["a" /* default */].loading(_this4.$loading, '加载中...');
34156
+ _this5.allLoading = utils_util["a" /* default */].loading(_this5.$loading, '加载中...');
34107
34157
  }
34108
34158
  var newNextUser = [];
34109
- if (_this4.multiple) {
34159
+ if (_this5.multiple) {
34110
34160
  nextUser && nextUser.map(function (item) {
34111
34161
  return newNextUser.push(item);
34112
34162
  });
@@ -34116,79 +34166,79 @@ var processFormvue_type_script_lang_js_components;
34116
34166
  newNoticeType = noticeType.join(',');
34117
34167
  }
34118
34168
  var params = {
34119
- processDefinitionId: _this4.processDefinitionId,
34120
- nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
34169
+ processDefinitionId: _this5.processDefinitionId,
34170
+ nextUserId: _this5.multiple ? newNextUser.join(',') : nextUser,
34121
34171
  customLimitTime: customLimitTime,
34122
34172
  nextNodeId: nextNode,
34123
- businessId: _this4.businessId,
34173
+ businessId: _this5.businessId,
34124
34174
  notificationType: newNoticeType,
34125
34175
  userId: utils_util["a" /* default */].getStorage('userId'),
34126
34176
  notificationMsg: noticeInfo,
34127
- customPresetUserJson: JSON.stringify(_this4.presetList),
34128
- presetUserJson: JSON.stringify(_this4.presetUserJson),
34129
- nextReadUserId: _this4.readMultiple ? _this4.mixReadList && _this4.mixReadList.join('|') : nextReadUserId,
34130
- nextOrgId: !_this4.isShowNextUser ? _this4.multiple ? _this4.mixOrgIdList && _this4.mixOrgIdList.join('|') : nextOrgId : '',
34177
+ customPresetUserJson: JSON.stringify(_this5.presetList),
34178
+ presetUserJson: JSON.stringify(_this5.presetUserJson),
34179
+ nextReadUserId: _this5.readMultiple ? _this5.mixReadList && _this5.mixReadList.join('|') : nextReadUserId,
34180
+ nextOrgId: !_this5.isShowNextUser ? _this5.multiple ? _this5.mixOrgIdList && _this5.mixOrgIdList.join('|') : nextOrgId : '',
34131
34181
  handleExplain: handleExplain,
34132
- presetReadUserId: _this4.mixPresetList && _this4.mixPresetList.length > 0 ? _this4.mixPresetList.join('|') : presetReadUserId.join(','),
34133
- opinion: _this4.newOpinion || newOpinion
34182
+ presetReadUserId: _this5.mixPresetList && _this5.mixPresetList.length > 0 ? _this5.mixPresetList.join('|') : presetReadUserId.join(','),
34183
+ opinion: _this5.newOpinion || newOpinion
34134
34184
  };
34135
- if (_this4.activeNames != '1') delete params.customPresetUserJson;
34136
- if (_this4.isFreeStartFlow || _this4.formType === 'readTransfer') {
34185
+ if (_this5.activeNames != '1') delete params.customPresetUserJson;
34186
+ if (_this5.isFreeStartFlow || _this5.formType === 'readTransfer') {
34137
34187
  var newParm = {};
34138
- newParm.copyHistory = _this4.copyHistory === 'needCopyPendedHistory';
34188
+ newParm.copyHistory = _this5.copyHistory === 'needCopyPendedHistory';
34139
34189
  newParm.startFlowParamJson = params;
34140
34190
  // newParm.startFlowParamJson.businessId = this.id; //this.id
34141
34191
  newParm.startFlowParamJson.taskExamineParam = {
34142
- startFlowFirstNodeName: _this4.taskExamineParam
34192
+ startFlowFirstNodeName: _this5.taskExamineParam
34143
34193
  };
34144
34194
  newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
34145
- for (var key in _this4.taskParams) {
34146
- if (Array.isArray(_this4.taskParams[key])) {
34147
- _this4.taskParams[key] = _this4.taskParams[key].length > 0 ? _this4.taskParams[key].join(',') : '';
34195
+ for (var key in _this5.taskParams) {
34196
+ if (Array.isArray(_this5.taskParams[key])) {
34197
+ _this5.taskParams[key] = _this5.taskParams[key].length > 0 ? _this5.taskParams[key].join(',') : '';
34148
34198
  }
34149
34199
  }
34150
34200
 
34151
- newParm.submitTaskParamJson = JSON.stringify(_this4.taskParams);
34152
- if (_this4.formType == 'readTransfer') {
34201
+ newParm.submitTaskParamJson = JSON.stringify(_this5.taskParams);
34202
+ if (_this5.formType == 'readTransfer') {
34153
34203
  newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
34154
- newParm.taskReadEndParamJson = JSON.stringify(_this4.taskParams);
34204
+ newParm.taskReadEndParamJson = JSON.stringify(_this5.taskParams);
34155
34205
  delete newParm.copyHistory;
34156
34206
  delete newParm.startFlowParamJson;
34157
34207
  delete newParm.submitTaskParamJson;
34158
34208
  }
34159
34209
  params = newParm;
34160
34210
  }
34161
- if (_this4.copyHistory && !_this4.isFreeStartFlow) {
34162
- params.pendingId = _this4.pendingId;
34211
+ if (_this5.copyHistory && !_this5.isFreeStartFlow) {
34212
+ params.pendingId = _this5.pendingId;
34163
34213
  delete params.businessId;
34164
34214
  }
34165
34215
  utils_util["a" /* default */].ajax({
34166
- url: _this4.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Jb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this4.copyHistory ? api["E" /* freeStartFlow */] : api["zb" /* register */],
34216
+ url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Kb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Ab" /* register */],
34167
34217
  method: 'post',
34168
34218
  data: params
34169
34219
  }).then(function (res) {
34170
34220
  var status = res.status,
34171
34221
  message = res.message;
34172
34222
 
34173
- if (_this4.showBtn) {
34174
- _this4.loading = false;
34223
+ if (_this5.showBtn) {
34224
+ _this5.loading = false;
34175
34225
  } else {
34176
- _this4.allLoading.close();
34226
+ _this5.allLoading.close();
34177
34227
  }
34178
34228
  if (status === 'success' || res.rCode == 0) {
34179
- _this4.quit(true);
34180
- _this4.simpleTips && _this4.$message.success('操作成功');
34229
+ _this5.quit(true);
34230
+ _this5.simpleTips && _this5.$message.success('操作成功');
34181
34231
  } else {
34182
- _this4.$message.error(message || '系统错误,请联系管理员!');
34232
+ _this5.$message.error(message || '系统错误,请联系管理员!');
34183
34233
  }
34184
34234
  }).catch(function (err) {
34185
- if (_this4.showBtn) {
34186
- _this4.loading = false;
34235
+ if (_this5.showBtn) {
34236
+ _this5.loading = false;
34187
34237
  } else {
34188
- _this4.allLoading.close();
34238
+ _this5.allLoading.close();
34189
34239
  }
34190
34240
  if (err.message && err.message !== 'canceled') {
34191
- _this4.$message.error(err.message);
34241
+ _this5.$message.error(err.message);
34192
34242
  }
34193
34243
  });
34194
34244
  } else {
@@ -34197,7 +34247,7 @@ var processFormvue_type_script_lang_js_components;
34197
34247
  });
34198
34248
  },
34199
34249
  getNodeInfos: function getNodeInfos(nodeId, index) {
34200
- var _this5 = this;
34250
+ var _this6 = this;
34201
34251
 
34202
34252
  var params = {
34203
34253
  processDefinitionId: this.processDefinitionId,
@@ -34214,72 +34264,72 @@ var processFormvue_type_script_lang_js_components;
34214
34264
  countersignaturetypeText = _res$data.countersignaturetypeText,
34215
34265
  countersignaturetypeCode = _res$data.countersignaturetypeCode;
34216
34266
 
34217
- if (_this5.showBtn) {
34218
- _this5.loading = false;
34267
+ if (_this6.showBtn) {
34268
+ _this6.loading = false;
34219
34269
  } else {
34220
- _this5.allLoading.close();
34270
+ _this6.allLoading.close();
34221
34271
  }
34222
34272
  if (status === 'success') {
34223
- _this5.nextNode.userInfo = nextUserList;
34224
- _this5.countersignaturetypeCode = countersignaturetypeCode;
34225
- _this5.nextNode.countersignaturetypeText = countersignaturetypeText;
34226
- _this5.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
34227
- _this5.isTaskread = nodeExtAttr.isTaskread;
34228
- _this5.isHandleExplain = nodeExtAttr.isHandleExplain;
34229
- _this5.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
34230
- _this5.presetEdit = nodeExtAttr.presetEdit; //是否展示备选人
34231
- _this5.isDefSelectedObj = nodeExtAttr.isDefSelectedObj; //是否默认选中
34273
+ _this6.nextNode.userInfo = nextUserList;
34274
+ _this6.countersignaturetypeCode = countersignaturetypeCode;
34275
+ _this6.nextNode.countersignaturetypeText = countersignaturetypeText;
34276
+ _this6.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
34277
+ _this6.isTaskread = nodeExtAttr.isTaskread;
34278
+ _this6.isHandleExplain = nodeExtAttr.isHandleExplain;
34279
+ _this6.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
34280
+ _this6.presetEdit = nodeExtAttr.presetEdit; //是否展示备选人
34281
+ _this6.isDefSelectedObj = nodeExtAttr.isDefSelectedObj; //是否默认选中
34232
34282
  if (nodeExtAttr.userSelectionType == 7 || nodeExtAttr.userSelectionType == 8 || nodeExtAttr.userSelectionType == 9 || nodeExtAttr.userSelectionType == 10 || nodeExtAttr.userSelectionType == 11 || nodeExtAttr.userSelectionType == 12) {
34233
- _this5.getIsShowNextUser(nodeExtAttr && nodeExtAttr.userSelectionType);
34283
+ _this6.getIsShowNextUser(nodeExtAttr && nodeExtAttr.userSelectionType);
34234
34284
  } else {
34235
- var _isMultiple = _this5.isMultiple(nodeExtAttr.userSelectionType),
34285
+ var _isMultiple = _this6.isMultiple(nodeExtAttr.userSelectionType),
34236
34286
  multiple = _isMultiple.multiple,
34237
34287
  _params = _isMultiple.params;
34238
34288
 
34239
- _this5.multiple = multiple;
34240
- _this5.params = _params;
34289
+ _this6.multiple = multiple;
34290
+ _this6.params = _params;
34241
34291
  }
34242
34292
  // this.isReadMultiple(nodeExtAttr.userSelectionType);
34243
34293
 
34244
34294
  nextUserList.map(function (item) {
34245
- if (_this5.multiple && nodeExtAttr.isDefSelectedObj == 1 && nextUserList !== undefined) {
34246
- _this5.nextNode.nextUser.push(item.userId);
34247
- _this5.selectUserList.push({
34295
+ if (_this6.multiple && nodeExtAttr.isDefSelectedObj == 1 && nextUserList !== undefined) {
34296
+ _this6.nextNode.nextUser.push(item.userId);
34297
+ _this6.selectUserList.push({
34248
34298
  showname: item.username,
34249
34299
  showid: item.userId
34250
34300
  });
34251
34301
  }
34252
34302
 
34253
- _this5.options.push({
34303
+ _this6.options.push({
34254
34304
  showname: item.username,
34255
34305
  showid: item.userId
34256
34306
  });
34257
34307
  });
34258
- if (_this5.multiple) {
34259
- _this5.nextNode.nextReadUserId = [];
34308
+ if (_this6.multiple) {
34309
+ _this6.nextNode.nextReadUserId = [];
34260
34310
  } else {
34261
- _this5.nextNode.nextReadUserId = '';
34311
+ _this6.nextNode.nextReadUserId = '';
34262
34312
  }
34263
- if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !_this5.multiple) {
34264
- _this5.nextNode.nextUser = nextUserList[0].userId;
34265
- _this5.selectUserList.push({
34313
+ if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !_this6.multiple) {
34314
+ _this6.nextNode.nextUser = nextUserList[0].userId;
34315
+ _this6.selectUserList.push({
34266
34316
  showname: nextUserList[0].username,
34267
34317
  showid: nextUserList[0].userId
34268
34318
  });
34269
34319
  }
34270
- _this5.radioList = _this5.options;
34320
+ _this6.radioList = _this6.options;
34271
34321
  } else {
34272
- _this5.$message.error(message || '系统错误,请联系管理员!');
34322
+ _this6.$message.error(message || '系统错误,请联系管理员!');
34273
34323
  }
34274
- nodeId && _this5.$refs.selectUser[index].changeInfo();
34324
+ nodeId && _this6.$refs.selectUser[index].changeInfo();
34275
34325
  }).catch(function (err) {
34276
- if (_this5.showBtn) {
34277
- _this5.loading = false;
34326
+ if (_this6.showBtn) {
34327
+ _this6.loading = false;
34278
34328
  } else {
34279
- _this5.allLoading.close();
34329
+ _this6.allLoading.close();
34280
34330
  }
34281
34331
  if (err.message && err.message !== 'canceled') {
34282
- _this5.$message.error(err.message);
34332
+ _this6.$message.error(err.message);
34283
34333
  }
34284
34334
  });
34285
34335
  },
@@ -34302,7 +34352,7 @@ var processFormvue_type_script_lang_js_components;
34302
34352
  this.$emit('cancel', false);
34303
34353
  },
34304
34354
  getFind: function getFind() {
34305
- var _this6 = this;
34355
+ var _this7 = this;
34306
34356
 
34307
34357
  utils_util["a" /* default */].ajax({
34308
34358
  url: api["B" /* findSysCodes */]
@@ -34311,27 +34361,27 @@ var processFormvue_type_script_lang_js_components;
34311
34361
  message = res.message;
34312
34362
 
34313
34363
  if (status === 'success') {
34314
- _this6.nextNode.noticeType = message.split(',');
34364
+ _this7.nextNode.noticeType = message.split(',');
34315
34365
  var arr = [];
34316
- _this6.nextNode.noticeList.map(function (item) {
34317
- _this6.nextNode.noticeType.map(function (x) {
34366
+ _this7.nextNode.noticeList.map(function (item) {
34367
+ _this7.nextNode.noticeType.map(function (x) {
34318
34368
  if (x == item.cciValue) {
34319
34369
  arr.push(x);
34320
34370
  }
34321
34371
  });
34322
34372
  });
34323
- _this6.nextNode.noticeType = arr;
34373
+ _this7.nextNode.noticeType = arr;
34324
34374
  } else {
34325
- _this6.$message.error(message || '系统错误,请联系管理员!');
34375
+ _this7.$message.error(message || '系统错误,请联系管理员!');
34326
34376
  }
34327
34377
  }).catch(function (err) {
34328
- if (_this6.showBtn) {
34329
- _this6.loading = false;
34378
+ if (_this7.showBtn) {
34379
+ _this7.loading = false;
34330
34380
  } else {
34331
- _this6.allLoading.close();
34381
+ _this7.allLoading.close();
34332
34382
  }
34333
34383
  if (err.message && err.message !== 'canceled') {
34334
- _this6.$message.error(err.message);
34384
+ _this7.$message.error(err.message);
34335
34385
  }
34336
34386
  });
34337
34387
  },
@@ -34374,7 +34424,7 @@ var processFormvue_type_script_lang_js_components;
34374
34424
  return { multiple: multiple, params: params };
34375
34425
  },
34376
34426
  getStartFlow: function getStartFlow(processId) {
34377
- var _this7 = this;
34427
+ var _this8 = this;
34378
34428
 
34379
34429
  if (!processId) {
34380
34430
  return false;
@@ -34391,100 +34441,100 @@ var processFormvue_type_script_lang_js_components;
34391
34441
  businessId: this.businessId
34392
34442
  };
34393
34443
  // 获取节点
34394
- utils_util["a" /* default */].ajax({ url: api["bc" /* toStartFlow */], params: params }).then(function (res) {
34444
+ utils_util["a" /* default */].ajax({ url: api["cc" /* toStartFlow */], params: params }).then(function (res) {
34395
34445
  //pc接口返回数据处理
34396
34446
  var status = res.status,
34397
34447
  message = res.message,
34398
34448
  data = res.data;
34399
34449
 
34400
34450
  if (status == 'success') {
34401
- data.nodeInfoMap.nodeExtAttr.submitTipsMsg && _this7.$confirm(data.nodeInfoMap.nodeExtAttr.submitTipsMsg, '提示', {
34451
+ data.nodeInfoMap.nodeExtAttr.submitTipsMsg && _this8.$confirm(data.nodeInfoMap.nodeExtAttr.submitTipsMsg, '提示', {
34402
34452
  confirmButtonText: '确定',
34403
34453
  cancelButtonText: '取消',
34404
34454
  type: 'warning'
34405
34455
  }).then(function () {}).catch(function () {
34406
- _this7.quit();
34456
+ _this8.quit();
34407
34457
  });
34408
- data.nextNodeCheckType && (_this7.nextNodeCheckType = data.nextNodeCheckType);
34409
- data.nextOperateCheckType && (_this7.nextOperateCheckType = data.nextOperateCheckType);
34410
- _this7.customPresetHintMessage = data.customPresetHintMessage;
34411
- _this7.readOnlyNotificationType = data.readOnlyNotificationType;
34412
- _this7.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
34413
- _this7.nextNode.nodeInfo = data.nextNodeList;
34414
- _this7.nextNode.nextNode = data.nextNodeList[0].nodeId;
34415
- _this7.isPreset = data.isPreset;
34416
- _this7.isHideDefaultOperation = data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation;
34417
- _this7.defaultNextNode = data.nodeInfoMap.nodeExtAttr.defaultNextNode;
34418
- _this7.isChooseNextNode = data.nodeInfoMap.nodeExtAttr.isChooseNextNode;
34419
- _this7.isCdjxjTaskHandle = data.isCdjxjTaskHandle;
34420
- if (_this7.isChooseNextNode == 1) {
34421
- _this7.operationList = [{ key: 0, value: '默认', list: [] }, { key: 1, value: '自定义', list: [] }];
34458
+ data.nextNodeCheckType && (_this8.nextNodeCheckType = data.nextNodeCheckType);
34459
+ data.nextOperateCheckType && (_this8.nextOperateCheckType = data.nextOperateCheckType);
34460
+ _this8.customPresetHintMessage = data.customPresetHintMessage;
34461
+ _this8.readOnlyNotificationType = data.readOnlyNotificationType;
34462
+ _this8.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
34463
+ _this8.nextNode.nodeInfo = data.nextNodeList;
34464
+ _this8.nextNode.nextNode = data.nextNodeList[0].nodeId;
34465
+ _this8.isPreset = data.isPreset;
34466
+ _this8.isHideDefaultOperation = data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation;
34467
+ _this8.defaultNextNode = data.nodeInfoMap.nodeExtAttr.defaultNextNode;
34468
+ _this8.isChooseNextNode = data.nodeInfoMap.nodeExtAttr.isChooseNextNode;
34469
+ _this8.isCdjxjTaskHandle = data.isCdjxjTaskHandle;
34470
+ if (_this8.isChooseNextNode == 1) {
34471
+ _this8.operationList = [{ key: 0, value: '默认', list: [] }, { key: 1, value: '自定义', list: [] }];
34422
34472
  var arr = [];
34423
34473
  for (var key in data.taskNodeMap) {
34424
34474
  arr.push({ nodeName: data.taskNodeMap[key], nodeId: key });
34425
34475
  }
34426
- _this7.operationList[0].list = data.nextNodeList;
34427
- _this7.operationList[1].list = arr;
34428
- if (_this7.isHideDefaultOperation != 1) {
34429
- _this7.nextNode.nextOperate = 0;
34430
- _this7.nextNode.nodeInfo = _this7.operationList[0].list;
34431
- if (_this7.nextNode.nodeInfo.length > 0) {
34476
+ _this8.operationList[0].list = data.nextNodeList;
34477
+ _this8.operationList[1].list = arr;
34478
+ if (_this8.isHideDefaultOperation != 1) {
34479
+ _this8.nextNode.nextOperate = 0;
34480
+ _this8.nextNode.nodeInfo = _this8.operationList[0].list;
34481
+ if (_this8.nextNode.nodeInfo.length > 0) {
34432
34482
  var defaultNodeData = data.nextNodeList.filter(function (x) {
34433
- return x.nodeId == _this7.defaultNextNode;
34483
+ return x.nodeId == _this8.defaultNextNode;
34434
34484
  });
34435
- _this7.nextNode.nextNode = defaultNodeData.length > 0 ? _this7.defaultNextNode : data.nextNodeList[0].nodeId;
34485
+ _this8.nextNode.nextNode = defaultNodeData.length > 0 ? _this8.defaultNextNode : data.nextNodeList[0].nodeId;
34436
34486
  }
34437
34487
  } else if (data.nodeInfoMap.nodeExtAttr.defaultNextOperate == 1 || data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1) {
34438
34488
  // this.nextNode.nodeInfo = data.nextNodeList
34439
- _this7.nextNode.nextOperate = 1;
34440
- _this7.nextNode.nodeInfo = _this7.operationList[1].list;
34441
- if (_this7.nextNode.nodeInfo.length > 0) {
34489
+ _this8.nextNode.nextOperate = 1;
34490
+ _this8.nextNode.nodeInfo = _this8.operationList[1].list;
34491
+ if (_this8.nextNode.nodeInfo.length > 0) {
34442
34492
  var _defaultNodeData = data.nextNodeList.filter(function (x) {
34443
- return x.nodeId == _this7.defaultNextNode;
34493
+ return x.nodeId == _this8.defaultNextNode;
34444
34494
  });
34445
- _this7.nextNode.nextNode = _defaultNodeData.length > 0 ? _this7.defaultNextNode : data.nextNodeList[0].nodeId;
34495
+ _this8.nextNode.nextNode = _defaultNodeData.length > 0 ? _this8.defaultNextNode : data.nextNodeList[0].nodeId;
34446
34496
  }
34447
34497
  }
34448
34498
  }
34449
- _this7.isCustomPreset = data.isCustomPreset;
34450
- _this7.presetTaskNodeKeyStr = data.presetTaskNodeKeyStr;
34451
- _this7.presetTaskNodeMap = data.presetTaskNodeMap;
34452
- _this7.isSinglePage = data.taskExamine.isSinglePage;
34453
- _this7.isSinglePage && (_this7.nextNode.opinion = data.taskExamine.opinion);
34499
+ _this8.isCustomPreset = data.isCustomPreset;
34500
+ _this8.presetTaskNodeKeyStr = data.presetTaskNodeKeyStr;
34501
+ _this8.presetTaskNodeMap = data.presetTaskNodeMap;
34502
+ _this8.isSinglePage = data.taskExamine.isSinglePage;
34503
+ _this8.isSinglePage && (_this8.nextNode.opinion = data.taskExamine.opinion);
34454
34504
  // this.nextNode.noticeInfo = data.taskExamine.notificationMsg;
34455
- _this7.nextNode.nodeName = data.taskExamine.nodeName;
34456
- _this7.canPresetRead = data.canPresetRead;
34505
+ _this8.nextNode.nodeName = data.taskExamine.nodeName;
34506
+ _this8.canPresetRead = data.canPresetRead;
34457
34507
  if (data.canPresetRead) {
34458
34508
  var ids = data.nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
34459
34509
  var names = data.nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
34460
34510
  ids.map(function (item, index) {
34461
- _this7.presetReadUserId.push({
34511
+ _this8.presetReadUserId.push({
34462
34512
  showid: item,
34463
34513
  showname: names[index]
34464
34514
  });
34465
- _this7.selectPresetUserList.push({
34515
+ _this8.selectPresetUserList.push({
34466
34516
  showid: item,
34467
34517
  showname: names[index]
34468
34518
  });
34469
- _this7.nextNode.presetReadUserId.push(item);
34519
+ _this8.nextNode.presetReadUserId.push(item);
34470
34520
  });
34471
34521
  }
34472
- _this7.getNodeInfos();
34522
+ _this8.getNodeInfos();
34473
34523
  // this.getPresetFlowInfo();
34474
- _this7.isCustomPreset && _this7.$refs.customPreset.getPresetFlowInfo(_this7.nextNode.nextNode);
34475
- _this7.getFind();
34476
- _this7.getMessage();
34524
+ _this8.isCustomPreset && _this8.$refs.customPreset.getPresetFlowInfo(_this8.nextNode.nextNode);
34525
+ _this8.getFind();
34526
+ _this8.getMessage();
34477
34527
  } else {
34478
- _this7.$message.error(message || '系统错误,请联系管理员!');
34528
+ _this8.$message.error(message || '系统错误,请联系管理员!');
34479
34529
  }
34480
34530
  }).catch(function (err) {
34481
- if (_this7.showBtn) {
34482
- _this7.loading = false;
34531
+ if (_this8.showBtn) {
34532
+ _this8.loading = false;
34483
34533
  } else {
34484
- _this7.allLoading.close();
34534
+ _this8.allLoading.close();
34485
34535
  }
34486
34536
  if (err.message && err.message !== 'canceled') {
34487
- _this7.$message.error(err.message);
34537
+ _this8.$message.error(err.message);
34488
34538
  }
34489
34539
  });
34490
34540
  }
@@ -34502,8 +34552,8 @@ var processFormvue_type_script_lang_js_components;
34502
34552
 
34503
34553
  var processForm_component = normalizeComponent(
34504
34554
  src_processFormvue_type_script_lang_js_,
34505
- processFormvue_type_template_id_a60e74a6_render,
34506
- processFormvue_type_template_id_a60e74a6_staticRenderFns,
34555
+ processFormvue_type_template_id_1672698e_render,
34556
+ processFormvue_type_template_id_1672698e_staticRenderFns,
34507
34557
  false,
34508
34558
  null,
34509
34559
  null,
@@ -35033,7 +35083,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
35033
35083
  notificationType = _sendInfo.notificationType;
35034
35084
 
35035
35085
  var params = {
35036
- url: api["Ib" /* sendMsg */],
35086
+ url: api["Jb" /* sendMsg */],
35037
35087
  headers: { Accept: 'application/json,text/plain' },
35038
35088
  method: 'post',
35039
35089
  data: {
@@ -35095,7 +35145,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
35095
35145
 
35096
35146
  this.loading = true;
35097
35147
  utils_util["a" /* default */].ajax({
35098
- url: api["ac" /* toSendMsg */],
35148
+ url: api["bc" /* toSendMsg */],
35099
35149
  params: { pendingId: this.$attrs.pendingId }
35100
35150
  }).then(function (res) {
35101
35151
  var status = res.status,
@@ -35966,7 +36016,7 @@ processRejectvue_type_template_id_9d3463f6_render._withStripped = true
35966
36016
  userId: utils_util["a" /* default */].getStorage('userId'),
35967
36017
  nextNodeId: _this2.nextNode.nextNodeId
35968
36018
  };
35969
- utils_util["a" /* default */].ajax({ url: api["Qb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
36019
+ utils_util["a" /* default */].ajax({ url: api["Rb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
35970
36020
  var status = res.status,
35971
36021
  message = res.message;
35972
36022
 
@@ -36030,7 +36080,7 @@ processRejectvue_type_template_id_9d3463f6_render._withStripped = true
36030
36080
  isSinglePage: false,
36031
36081
  opinion: this.option
36032
36082
  };
36033
- utils_util["a" /* default */].ajax({ url: api["fc" /* toTaskRejectHtml */], params: params }).then(function (res) {
36083
+ utils_util["a" /* default */].ajax({ url: api["gc" /* toTaskRejectHtml */], params: params }).then(function (res) {
36034
36084
  var status = res.status,
36035
36085
  message = res.message,
36036
36086
  _res$data = res.data,
@@ -36841,7 +36891,7 @@ var startTaskReadvue_type_script_lang_js_components;
36841
36891
  taskExamine = this.taskExamine;
36842
36892
 
36843
36893
  var params = {
36844
- url: api["lc" /* toTaskTransferIndex */],
36894
+ url: api["mc" /* toTaskTransferIndex */],
36845
36895
  params: {
36846
36896
  opinion: opinion,
36847
36897
  pendingId: pendingId,
@@ -36966,7 +37016,7 @@ var startTaskReadvue_type_script_lang_js_components;
36966
37016
  var _this4 = this;
36967
37017
 
36968
37018
  var params = {
36969
- url: api["cc" /* toStartTaskRead */],
37019
+ url: api["dc" /* toStartTaskRead */],
36970
37020
  params: startTaskReadvue_type_script_lang_js_extends({
36971
37021
  pendingId: this.pendingId,
36972
37022
  taskAction: this.type
@@ -37059,7 +37109,7 @@ var startTaskReadvue_type_script_lang_js_components;
37059
37109
  type = this.type;
37060
37110
 
37061
37111
  var params = {
37062
- url: api["Ub" /* taskTransfer */],
37112
+ url: api["Vb" /* taskTransfer */],
37063
37113
  data: {
37064
37114
  choiceDeptId: choiceDeptId,
37065
37115
  choiceOrgId: choiceOrgId,
@@ -37161,7 +37211,7 @@ var startTaskReadvue_type_script_lang_js_components;
37161
37211
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.subParams);
37162
37212
  }
37163
37213
  utils_util["a" /* default */].ajax({
37164
- url: api["Ob" /* taskReadHtml */],
37214
+ url: api["Pb" /* taskReadHtml */],
37165
37215
  params: { taskAction: _this8.type },
37166
37216
  headers: {
37167
37217
  Accept: 'application/json,text/plain'
@@ -38118,7 +38168,7 @@ var resetvue_type_script_lang_js_components;
38118
38168
  if (mainConfig) {
38119
38169
  this.userModel = JSON.parse(mainConfig).userModel;
38120
38170
  } else {
38121
- utils_util["a" /* default */].ajax({ url: api["ob" /* loginUserInfo */] }).then(function (res) {
38171
+ utils_util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
38122
38172
  var status = res.status,
38123
38173
  data = res.data;
38124
38174
 
@@ -38331,7 +38381,7 @@ var resetvue_type_script_lang_js_components;
38331
38381
  }
38332
38382
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
38333
38383
  utils_util["a" /* default */].ajax({
38334
- url: _this4.type == 'reset' ? api["Bb" /* resetProcess */] : api["Mb" /* taskContinuation */],
38384
+ url: _this4.type == 'reset' ? api["Cb" /* resetProcess */] : api["Nb" /* taskContinuation */],
38335
38385
  method: 'post',
38336
38386
  data: params
38337
38387
  }).then(function (res) {
@@ -38538,7 +38588,7 @@ var resetvue_type_script_lang_js_components;
38538
38588
  var _this7 = this;
38539
38589
 
38540
38590
  var params = {
38541
- url: this.type == 'continuation' ? api["ec" /* toTaskContinuationIndex */] : api["Zb" /* toResetProcessIndex */],
38591
+ url: this.type == 'continuation' ? api["fc" /* toTaskContinuationIndex */] : api["ac" /* toResetProcessIndex */],
38542
38592
  params: resetvue_type_script_lang_js_extends({
38543
38593
  appId: this.appId
38544
38594
  }, this.flowParams)
@@ -39131,7 +39181,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39131
39181
  pendingId = this.pendingId;
39132
39182
 
39133
39183
  var params = {
39134
- url: api["Rb" /* taskReview */],
39184
+ url: api["Sb" /* taskReview */],
39135
39185
  data: {
39136
39186
  nextUserId: nextOtherOrgObj.join(','),
39137
39187
  notificationType: noticeType.join(','),
@@ -39167,7 +39217,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39167
39217
  var _this2 = this;
39168
39218
 
39169
39219
  var params = {
39170
- url: api["gc" /* toTaskReview */],
39220
+ url: api["hc" /* toTaskReview */],
39171
39221
  params: { pendingId: this.pendingId }
39172
39222
  };
39173
39223
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -39203,7 +39253,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39203
39253
  var _this3 = this;
39204
39254
 
39205
39255
  var params = {
39206
- url: this.type == 'takeAdvice' ? api["kc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["hc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["nc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["oc" /* toTwoOfficesDispatch */] : api["mc" /* toTaskUnionExamine */],
39256
+ url: this.type == 'takeAdvice' ? api["lc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["ic" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["oc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["pc" /* toTwoOfficesDispatch */] : api["nc" /* toTaskUnionExamine */],
39207
39257
  params: { pendingId: this.pendingId },
39208
39258
  headers: { Accept: 'application/json,text/plain' }
39209
39259
  };
@@ -39341,7 +39391,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39341
39391
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
39342
39392
  // return this.$message.warning('暂未开放,敬请期待!');
39343
39393
  var param = {
39344
- url: this.type === 'startDraf' ? api["Sb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Wb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["qc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Tb" /* taskTakeAdvice */] : api["Vb" /* taskUnionExamine */],
39394
+ url: this.type === 'startDraf' ? api["Tb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Xb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["rc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Ub" /* taskTakeAdvice */] : api["Wb" /* taskUnionExamine */],
39345
39395
  data: {
39346
39396
  opinion: opinion,
39347
39397
  pendingId: pendingId,
@@ -42780,7 +42830,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42780
42830
  taskAction: 'complete'
42781
42831
  };
42782
42832
  utils_util["a" /* default */].ajax({
42783
- url: api["Ob" /* taskReadHtml */],
42833
+ url: api["Pb" /* taskReadHtml */],
42784
42834
  params: { taskAction: 'complete' },
42785
42835
  headers: {
42786
42836
  Accept: 'application/json,text/plain'
@@ -42812,7 +42862,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42812
42862
 
42813
42863
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
42814
42864
  utils_util["a" /* default */].ajax({
42815
- url: api["dc" /* toStartTaskReadIndex */],
42865
+ url: api["ec" /* toStartTaskReadIndex */],
42816
42866
  params: { pendingId: this.pendingId }
42817
42867
  }).then(function (res) {
42818
42868
  var status = res.status,
@@ -42848,7 +42898,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42848
42898
  if (mainConfig) {
42849
42899
  this.userModel = JSON.parse(mainConfig).userModel;
42850
42900
  } else {
42851
- utils_util["a" /* default */].ajax({ url: api["ob" /* loginUserInfo */] }).then(function (res) {
42901
+ utils_util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
42852
42902
  var status = res.status,
42853
42903
  data = res.data;
42854
42904
 
@@ -42950,7 +43000,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42950
43000
  pendingId: this.pendingId
42951
43001
  };
42952
43002
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
42953
- utils_util["a" /* default */].ajax({ url: api["Xb" /* tempSave */], params: params }).then(function (res) {
43003
+ utils_util["a" /* default */].ajax({ url: api["Yb" /* tempSave */], params: params }).then(function (res) {
42954
43004
  var status = res.status,
42955
43005
  message = res.message;
42956
43006
 
@@ -43244,7 +43294,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43244
43294
  var _this15 = this;
43245
43295
 
43246
43296
  var params = {
43247
- url: api["mb" /* isCanStartSubFlow */],
43297
+ url: api["nb" /* isCanStartSubFlow */],
43248
43298
  data: {
43249
43299
  appId: this.taskExamineInfo.appId,
43250
43300
  inevitableNode: res.inevitableNode
@@ -43354,7 +43404,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43354
43404
  this.$confirm('确认' + res.value + '?').then(function () {
43355
43405
  // return this.$message.warning('请填写意见');
43356
43406
  var params = {
43357
- url: api["Ab" /* rejectAndEnd */],
43407
+ url: api["Bb" /* rejectAndEnd */],
43358
43408
  headers: { Accept: 'application/json,text/plain' },
43359
43409
  method: 'post',
43360
43410
  data: {
@@ -44019,7 +44069,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44019
44069
  userId: utils_util["a" /* default */].getStorage('userId'),
44020
44070
  type: 2
44021
44071
  };
44022
- utils_util["a" /* default */].ajax({ url: api["rb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
44072
+ utils_util["a" /* default */].ajax({ url: api["sb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
44023
44073
  var rCode = res.rCode,
44024
44074
  msg = res.msg,
44025
44075
  results = res.results;
@@ -44215,7 +44265,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44215
44265
  params.isSubFlow = taskExamineInfo.isSubFlow;
44216
44266
  params.nodeId = taskExamineInfo.nodeId;
44217
44267
  params.needRetrialAuth = needRetrialAuth;
44218
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Nb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
44268
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Ob" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
44219
44269
  var status = res.status,
44220
44270
  message = res.message;
44221
44271
 
@@ -44575,7 +44625,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44575
44625
  pendingUserIds = _nextNode.pendingUserIds;
44576
44626
 
44577
44627
  var params = {
44578
- url: api["jc" /* toTaskSuperviseSub */],
44628
+ url: api["kc" /* toTaskSuperviseSub */],
44579
44629
  params: {
44580
44630
  userId: utils_util["a" /* default */].getStorage('userId'),
44581
44631
  urgeUserIds: pendingUserIds,
@@ -44601,7 +44651,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44601
44651
 
44602
44652
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
44603
44653
  utils_util["a" /* default */].ajax({
44604
- url: api["ic" /* toTaskSupervise */],
44654
+ url: api["jc" /* toTaskSupervise */],
44605
44655
  params: {
44606
44656
  businessId: this.businessId,
44607
44657
  appId: this.appId,
@@ -46374,6 +46424,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46374
46424
  //
46375
46425
  //
46376
46426
  //
46427
+ //
46428
+ //
46429
+ //
46377
46430
 
46378
46431
 
46379
46432
 
@@ -46428,6 +46481,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46428
46481
  callBack();
46429
46482
  }
46430
46483
  },
46484
+ urgencyLevel: {
46485
+ type: [String, Number],
46486
+ default: ''
46487
+ },
46431
46488
  beforeSubmit: Function,
46432
46489
  title: { type: String, default: '流程办理' },
46433
46490
  formTitle: { type: String, default: '' },
@@ -46606,7 +46663,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46606
46663
  notificationType: [], // 通知方式
46607
46664
  isLimitedTime: '2', // 是否限时办理
46608
46665
  mainSubId: ''
46609
- }, _ref.nodeInfos = [], _ref.nextFlowNode = '', _ref.currentOrgName = '', _ref.otherOrgName = '', _ref.needRetrialAuth = false, _ref.nodeInfo = {
46666
+ }, _ref.nodeInfos = [], _ref.nextFlowNode = '', _ref.currentOrgName = '', _ref.otherOrgName = '', _ref.needRetrialAuth = false, _ref.msgTypeCount = 0, _ref.nodeInfo = {
46610
46667
  nextNode: '',
46611
46668
  nextUser: '',
46612
46669
  option: []
@@ -46628,6 +46685,18 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46628
46685
  },
46629
46686
 
46630
46687
  watch: {
46688
+ urgencyLevel: {
46689
+ handler: function handler(val) {
46690
+ if (val && this.msgTypeCount != 0) {
46691
+ this.getAdminMsgType();
46692
+ } else {
46693
+ this.msgTypeCount++;
46694
+ }
46695
+ },
46696
+
46697
+ deep: true,
46698
+ immediate: true
46699
+ },
46631
46700
  isCirculate: {
46632
46701
  handler: function handler(val) {
46633
46702
  if (!val && this.showCirculate != undefined) {
@@ -46732,6 +46801,28 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46732
46801
  }
46733
46802
  },
46734
46803
  methods: {
46804
+ getAdminMsgType: function getAdminMsgType() {
46805
+ var _this = this;
46806
+
46807
+ var params = {
46808
+ url: api["db" /* getUrgencyLevelChangedNotificationType */],
46809
+ params: { urgencyLevel: this.urgencyLevel }
46810
+ };
46811
+ utils_util["a" /* default */].ajax(params).then(function (res) {
46812
+ if (res.rCode == 0) {
46813
+ _this.newsList = res.results.latestChangedNotificationType;
46814
+ var arr = [];
46815
+ _this.newsList.map(function (item) {
46816
+ _this.nextNode.notificationType.map(function (x) {
46817
+ if (x == item.cciValue) {
46818
+ arr.push(x);
46819
+ }
46820
+ });
46821
+ });
46822
+ _this.nextNode.notificationType = arr;
46823
+ }
46824
+ });
46825
+ },
46735
46826
  handleEndMessageChange: function handleEndMessageChange() {
46736
46827
  this.$emit('endMessageChange', this.endMessage);
46737
46828
  },
@@ -46751,7 +46842,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46751
46842
  this.$refs.circulate.subMit();
46752
46843
  },
46753
46844
  getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
46754
- var _this = this;
46845
+ var _this2 = this;
46755
46846
 
46756
46847
  var params = {
46757
46848
  url: api["R" /* getNodeInfoForStart */],
@@ -46759,9 +46850,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46759
46850
  };
46760
46851
  utils_util["a" /* default */].ajax(params).then(function (res) {
46761
46852
  if (res.status == 'success') {
46762
- _this.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
46763
- _this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
46764
- _this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
46853
+ _this2.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
46854
+ _this2.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
46855
+ _this2.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
46765
46856
 
46766
46857
  // if (this.directCreateCircularReadWhenFlowStarted) {
46767
46858
  // this.nodeInfo.option.map((item) => {
@@ -46772,8 +46863,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46772
46863
  // item.disabled = false;
46773
46864
  // });
46774
46865
  // }
46775
- _this.optionsKey++;
46776
- _this.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
46866
+ _this2.optionsKey++;
46867
+ _this2.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
46777
46868
  }
46778
46869
  });
46779
46870
  },
@@ -46810,12 +46901,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46810
46901
  this.handleVisible = true;
46811
46902
  },
46812
46903
  showMessage: function showMessage() {
46813
- var _this2 = this;
46904
+ var _this3 = this;
46814
46905
 
46815
46906
  this.showNews = !this.showNews;
46816
46907
  if (!this.showNews) return;
46817
46908
  this.$nextTick(function () {
46818
- _this2.$refs.esContent.scrollTop += _this2.$refs.messagebox.clientHeight;
46909
+ _this3.$refs.esContent.scrollTop += _this3.$refs.messagebox.clientHeight;
46819
46910
  });
46820
46911
  },
46821
46912
  freeStartFlowSuccess: function freeStartFlowSuccess() {
@@ -46889,7 +46980,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46889
46980
 
46890
46981
  //获取附件
46891
46982
  getFile: function getFile(ownId, code) {
46892
- var _this3 = this;
46983
+ var _this4 = this;
46893
46984
 
46894
46985
  var params = {
46895
46986
  url: api["H" /* getAdjunctFileInfos */],
@@ -46901,13 +46992,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46901
46992
  msg = res.msg;
46902
46993
 
46903
46994
  if (rCode == 0) {
46904
- results && (_this3.fileNum = results.length);
46995
+ results && (_this4.fileNum = results.length);
46905
46996
  } else {
46906
- _this3.$message.error(msg || '系统错误,请联系管理员!');
46997
+ _this4.$message.error(msg || '系统错误,请联系管理员!');
46907
46998
  }
46908
46999
  }).catch(function (err) {
46909
47000
  if (err.message && err.message !== 'canceled') {
46910
- _this3.$message.error(err.message);
47001
+ _this4.$message.error(err.message);
46911
47002
  }
46912
47003
  });
46913
47004
  },
@@ -46954,7 +47045,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46954
47045
  }
46955
47046
  },
46956
47047
  taskRead: function taskRead() {
46957
- var _this4 = this;
47048
+ var _this5 = this;
46958
47049
 
46959
47050
  if (this.taskReadOpinionRequired == 'true' && !this.value) {
46960
47051
  if (!this.$refs.commonOpinions.validate()) return;
@@ -46964,8 +47055,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46964
47055
  cancelButtonText: '取消',
46965
47056
  type: 'warning'
46966
47057
  }).then(function () {
46967
- _this4.loading = utils_util["a" /* default */].loading(_this4.$loading, '加载中...');
46968
- var _taskExamineInfo2 = _this4.taskExamineInfo,
47058
+ _this5.loading = utils_util["a" /* default */].loading(_this5.$loading, '加载中...');
47059
+ var _taskExamineInfo2 = _this5.taskExamineInfo,
46969
47060
  businessId = _taskExamineInfo2.businessId,
46970
47061
  appId = _taskExamineInfo2.appId,
46971
47062
  processDefinitionId = _taskExamineInfo2.processDefinitionId,
@@ -46976,11 +47067,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46976
47067
  appId: appId,
46977
47068
  processDefinitionId: processDefinitionId,
46978
47069
  pendingId: pendingId,
46979
- opinion: _this4.value,
47070
+ opinion: _this5.value,
46980
47071
  taskAction: 'complete'
46981
47072
  };
46982
47073
  utils_util["a" /* default */].ajax({
46983
- url: api["Ob" /* taskReadHtml */],
47074
+ url: api["Pb" /* taskReadHtml */],
46984
47075
  params: { taskAction: 'complete' },
46985
47076
  headers: {
46986
47077
  Accept: 'application/json,text/plain'
@@ -46991,25 +47082,25 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46991
47082
  var status = res.status,
46992
47083
  message = res.message;
46993
47084
 
46994
- _this4.loading.close();
47085
+ _this5.loading.close();
46995
47086
  if (status === 'success') {
46996
- _this4.flowSuccess();
47087
+ _this5.flowSuccess();
46997
47088
  // this.$message.success('提交成功');
46998
47089
  // this.$emit('success');
46999
47090
  } else {
47000
- _this4.$message.error(message || '系统错误,请联系管理员!');
47001
- _this4.$emit('error');
47091
+ _this5.$message.error(message || '系统错误,请联系管理员!');
47092
+ _this5.$emit('error');
47002
47093
  }
47003
47094
  }).catch(function (err) {
47004
- _this4.loading.close();
47095
+ _this5.loading.close();
47005
47096
  if (err.message && err.message !== 'canceled') {
47006
- _this4.$message.error(err.message);
47097
+ _this5.$message.error(err.message);
47007
47098
  }
47008
47099
  });
47009
47100
  }).catch(function () {});
47010
47101
  },
47011
47102
  validReadTransferHandle: function validReadTransferHandle(readTransferHandleBusinessId, readTransferHandleProcessKey) {
47012
- var _this5 = this;
47103
+ var _this6 = this;
47013
47104
 
47014
47105
  var params = {
47015
47106
  url: api["d" /* checkBusinessIdStartedReadTransferHandle */],
@@ -47020,18 +47111,18 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47020
47111
  }
47021
47112
  };
47022
47113
  utils_util["a" /* default */].ajax(params).then(function (res) {
47023
- _this5.loading.close();
47114
+ _this6.loading.close();
47024
47115
  if (res.rCode == 0) {
47025
- _this5.readTransferHandleDisabled = !res.results.canReadTransferHandle;
47116
+ _this6.readTransferHandleDisabled = !res.results.canReadTransferHandle;
47026
47117
  }
47027
47118
  });
47028
47119
  },
47029
47120
  getTaskReadFlow: function getTaskReadFlow() {
47030
- var _this6 = this;
47121
+ var _this7 = this;
47031
47122
 
47032
47123
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47033
47124
  utils_util["a" /* default */].ajax({
47034
- url: api["dc" /* toStartTaskReadIndex */],
47125
+ url: api["ec" /* toStartTaskReadIndex */],
47035
47126
  params: { pendingId: this.pendingId }
47036
47127
  }).then(function (res) {
47037
47128
  var status = res.status,
@@ -47044,50 +47135,50 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47044
47135
  defaultNotificationMessage = _res$data.defaultNotificationMessage;
47045
47136
 
47046
47137
  if (status === 'success') {
47047
- _this6.taskExamineInfo = taskExamine;
47048
- _this6.nodeName = _this6.nodename || taskExamine.nodeName || '分阅';
47049
- _this6.taskReadOpinionRequired = taskReadOpinionRequired;
47050
- _this6.nextNode.notificationMsg = defaultNotificationMessage;
47051
- _this6.isCanReadTransferHandle = isCanReadTransferHandle;
47052
- _this6.isCanFenyue = isCanFenyue;
47053
- if (_this6.nodeName) {
47054
- _this6.NodeName = _this6.nodeName;
47055
- }
47056
- if (_this6.isCanReadTransferHandle) {
47057
- _this6.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
47058
- }
47059
- _this6.getNodeType();
47138
+ _this7.taskExamineInfo = taskExamine;
47139
+ _this7.nodeName = _this7.nodename || taskExamine.nodeName || '分阅';
47140
+ _this7.taskReadOpinionRequired = taskReadOpinionRequired;
47141
+ _this7.nextNode.notificationMsg = defaultNotificationMessage;
47142
+ _this7.isCanReadTransferHandle = isCanReadTransferHandle;
47143
+ _this7.isCanFenyue = isCanFenyue;
47144
+ if (_this7.nodeName) {
47145
+ _this7.NodeName = _this7.nodeName;
47146
+ }
47147
+ if (_this7.isCanReadTransferHandle) {
47148
+ _this7.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
47149
+ }
47150
+ _this7.getNodeType();
47060
47151
  } else {
47061
- _this6.$message.error(message || '系统错误,请联系管理员!');
47152
+ _this7.$message.error(message || '系统错误,请联系管理员!');
47062
47153
  }
47063
- _this6.loading.close();
47154
+ _this7.loading.close();
47064
47155
  }).catch(function (err) {
47065
- _this6.loading.close();
47156
+ _this7.loading.close();
47066
47157
  if (err.message && err.message !== 'canceled') {
47067
- _this6.$message.error(err.message);
47158
+ _this7.$message.error(err.message);
47068
47159
  }
47069
47160
  });
47070
47161
  },
47071
47162
  getUserInfo: function getUserInfo() {
47072
- var _this7 = this;
47163
+ var _this8 = this;
47073
47164
 
47074
47165
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
47075
47166
  if (mainConfig) {
47076
47167
  this.userModel = JSON.parse(mainConfig).userModel;
47077
47168
  } else {
47078
- utils_util["a" /* default */].ajax({ url: api["ob" /* loginUserInfo */] }).then(function (res) {
47169
+ utils_util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
47079
47170
  var status = res.status,
47080
47171
  data = res.data;
47081
47172
 
47082
47173
  if (status == 'success') {
47083
- _this7.userModel = data;
47174
+ _this8.userModel = data;
47084
47175
  } else {
47085
47176
  var msg = res.msg || '系统错误,请联系管理员!';
47086
- _this7.$message.error(msg);
47177
+ _this8.$message.error(msg);
47087
47178
  }
47088
47179
  }).catch(function (err) {
47089
47180
  if (err.message && err.message !== 'canceled') {
47090
- _this7.$message.error(err.message);
47181
+ _this8.$message.error(err.message);
47091
47182
  }
47092
47183
  });
47093
47184
  }
@@ -47107,7 +47198,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47107
47198
  }
47108
47199
  },
47109
47200
  getNodeType: function getNodeType() {
47110
- var _this8 = this;
47201
+ var _this9 = this;
47111
47202
 
47112
47203
  utils_util["a" /* default */].ajax({
47113
47204
  url: api["z" /* findCodeValues */],
@@ -47121,11 +47212,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47121
47212
  data = res.data;
47122
47213
 
47123
47214
  if (status === 'success') {
47124
- _this8.newsList = data;
47215
+ _this9.newsList = data;
47125
47216
  }
47126
47217
  }).catch(function (err) {
47127
47218
  if (err.message && err.message !== 'canceled') {
47128
- _this8.$message.error(err.message);
47219
+ _this9.$message.error(err.message);
47129
47220
  }
47130
47221
  });
47131
47222
  },
@@ -47137,17 +47228,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47137
47228
  * @date 2022年9月9日
47138
47229
  **/
47139
47230
  saveInfo: function saveInfo(type, btn) {
47140
- var _this9 = this;
47231
+ var _this10 = this;
47141
47232
 
47142
47233
  if (this.isFlow) {
47143
47234
  if (!type) {
47144
47235
  if (btn && btn.before) {
47145
47236
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
47146
- _this9.$emit('save', _this9.businessIds);
47237
+ _this10.$emit('save', _this10.businessIds);
47147
47238
  }).catch(function (e) {});
47148
47239
  } else if (this.beforeSubmit != undefined) {
47149
47240
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
47150
- _this9.$emit('save', _this9.businessIds);
47241
+ _this10.$emit('save', _this10.businessIds);
47151
47242
  }).catch(function (e) {});
47152
47243
  } else {
47153
47244
  this.$emit('save', this.businessIds);
@@ -47156,13 +47247,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47156
47247
  } else {
47157
47248
  if (btn && btn.before && !type) {
47158
47249
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
47159
- _this9.saveFlowInfo();
47250
+ _this10.saveFlowInfo();
47160
47251
  }).catch(function (e) {});
47161
47252
  } else if (this.beforeSubmit == undefined && !type) {
47162
47253
  this.subFun(this.saveFlowInfo);
47163
47254
  } else if (!type && this.beforeSubmit != undefined) {
47164
47255
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
47165
- _this9.saveFlowInfo();
47256
+ _this10.saveFlowInfo();
47166
47257
  }).catch(function (e) {});
47167
47258
  } else {
47168
47259
  this.saveFlowInfo(type);
@@ -47170,28 +47261,28 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47170
47261
  }
47171
47262
  },
47172
47263
  saveFlowInfo: function saveFlowInfo(isSave) {
47173
- var _this10 = this;
47264
+ var _this11 = this;
47174
47265
 
47175
47266
  var params = {
47176
47267
  opinion: this.value,
47177
47268
  pendingId: this.pendingId
47178
47269
  };
47179
47270
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
47180
- utils_util["a" /* default */].ajax({ url: api["Xb" /* tempSave */], params: params }).then(function (res) {
47271
+ utils_util["a" /* default */].ajax({ url: api["Yb" /* tempSave */], data: params, method: 'post' }).then(function (res) {
47181
47272
  var status = res.status,
47182
47273
  message = res.message;
47183
47274
 
47184
- if (!isSave) _this10.loading.close();
47275
+ if (!isSave) _this11.loading.close();
47185
47276
  if (status == 'success') {
47186
47277
  // this.$message.success('暂存成功');
47187
- !isSave && _this10.$emit('save', _this10.businessIds);
47278
+ !isSave && _this11.$emit('save', _this11.businessIds);
47188
47279
  } else {
47189
- _this10.$message.error(message || '系统错误,请联系管理员!');
47280
+ _this11.$message.error(message || '系统错误,请联系管理员!');
47190
47281
  }
47191
47282
  }).catch(function (err) {
47192
- if (!isSave) _this10.loading.close();
47283
+ if (!isSave) _this11.loading.close();
47193
47284
  if (err.message && err.message !== 'canceled') {
47194
- _this10.$message.error(err.message);
47285
+ _this11.$message.error(err.message);
47195
47286
  }
47196
47287
  });
47197
47288
  },
@@ -47203,7 +47294,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47203
47294
  * @date 2022年5月25日
47204
47295
  **/
47205
47296
  rejectBtn: function rejectBtn() {
47206
- var _this11 = this;
47297
+ var _this12 = this;
47207
47298
 
47208
47299
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
47209
47300
  if (!this.value) {
@@ -47211,7 +47302,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47211
47302
  }
47212
47303
  if (this.beforeSubmit != undefined) {
47213
47304
  this.beforeSubmit(0).then(function (next) {
47214
- _this11.showReject = true;
47305
+ _this12.showReject = true;
47215
47306
  }).catch(function (e) {});
47216
47307
  } else {
47217
47308
  this.showReject = true;
@@ -47225,14 +47316,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47225
47316
  * @date 2022年5月25日
47226
47317
  **/
47227
47318
  taskReadBtn: function taskReadBtn() {
47228
- var _this12 = this;
47319
+ var _this13 = this;
47229
47320
 
47230
47321
  // return this.$message.warning('暂未开放!敬请期待');
47231
47322
  if (this.beforeSubmit != undefined) {
47232
47323
  this.beforeSubmit().then(function (next) {
47233
- if (_this12.value === '') _this12.value = _this12.nodeDefaultRejectOpinion;
47234
- _this12.taskReadType = 'create';
47235
- _this12.showTaskRead = true;
47324
+ if (_this13.value === '') _this13.value = _this13.nodeDefaultRejectOpinion;
47325
+ _this13.taskReadType = 'create';
47326
+ _this13.showTaskRead = true;
47236
47327
  }).catch(function (e) {});
47237
47328
  } else {
47238
47329
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -47248,7 +47339,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47248
47339
  * @date 2022年5月25日
47249
47340
  **/
47250
47341
  getFind: function getFind() {
47251
- var _this13 = this;
47342
+ var _this14 = this;
47252
47343
 
47253
47344
  utils_util["a" /* default */].ajax({
47254
47345
  url: api["B" /* findSysCodes */]
@@ -47257,25 +47348,25 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47257
47348
  message = res.message;
47258
47349
 
47259
47350
  if (status === 'success') {
47260
- _this13.nextNode.notificationType = message.split(',');
47351
+ _this14.nextNode.notificationType = message.split(',');
47261
47352
  var arr = [];
47262
- _this13.newsList.map(function (item) {
47263
- _this13.nextNode.notificationType.map(function (x) {
47353
+ _this14.newsList.map(function (item) {
47354
+ _this14.nextNode.notificationType.map(function (x) {
47264
47355
  if (x == item.cciValue) {
47265
47356
  arr.push(x);
47266
47357
  }
47267
47358
  });
47268
47359
  });
47269
- _this13.nextNode.notificationType = arr;
47360
+ _this14.nextNode.notificationType = arr;
47270
47361
  }
47271
47362
  }).catch(function (err) {
47272
47363
  if (err.message && err.message !== 'canceled') {
47273
- _this13.$message.error(err.message);
47364
+ _this14.$message.error(err.message);
47274
47365
  }
47275
47366
  });
47276
47367
  },
47277
47368
  getFreeStartParams: function getFreeStartParams() {
47278
- var _this14 = this;
47369
+ var _this15 = this;
47279
47370
 
47280
47371
  var _endFlowInfo = this.endFlowInfo,
47281
47372
  businessId = _endFlowInfo.businessId,
@@ -47293,20 +47384,20 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47293
47384
  };
47294
47385
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47295
47386
  utils_util["a" /* default */].ajax(param).then(function (res) {
47296
- _this14.loading.close();
47387
+ _this15.loading.close();
47297
47388
  if (res.rCode == 0 || res.status == 'success') {
47298
- _this14.freeStartFlowParams = res.results;
47299
- if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this14.subProcess('同意。', res.results.useScene);
47300
- if (!_this14.freeValid) return;
47301
- if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this14.$message.warning('未找到流程定义!');
47389
+ _this15.freeStartFlowParams = res.results;
47390
+ if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this15.subProcess('同意。', res.results.useScene);
47391
+ if (!_this15.freeValid) return;
47392
+ if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this15.$message.warning('未找到流程定义!');
47302
47393
  if (res.results.startFlowIndexProcessKeys.length == 1) {
47303
- _this14.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
47304
- _this14.handleVisible = true;
47394
+ _this15.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
47395
+ _this15.handleVisible = true;
47305
47396
  } else {
47306
- _this14.showFreeStartFlow = true;
47397
+ _this15.showFreeStartFlow = true;
47307
47398
  }
47308
47399
  } else {
47309
- _this14.$message.error(res.message || '系统错误,请联系管理员!');
47400
+ _this15.$message.error(res.message || '系统错误,请联系管理员!');
47310
47401
  }
47311
47402
  });
47312
47403
  },
@@ -47319,53 +47410,53 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47319
47410
  * @date 2022年5月25日
47320
47411
  **/
47321
47412
  endFlows: function endFlows(res) {
47322
- var _this15 = this;
47413
+ var _this16 = this;
47323
47414
 
47324
47415
  if (this.beforeSubmit != undefined) {
47325
47416
  this.beforeSubmit().then(function (next) {
47326
- _this15.saveEndFlows(res);
47417
+ _this16.saveEndFlows(res);
47327
47418
  }).catch(function (e) {});
47328
47419
  } else {
47329
47420
  this.saveEndFlows(res);
47330
47421
  }
47331
47422
  },
47332
47423
  saveEndFlows: function saveEndFlows(res) {
47333
- var _this16 = this;
47424
+ var _this17 = this;
47334
47425
 
47335
47426
  this.$confirm('确认' + res.value + '?').then(function () {
47336
47427
  var params = {
47337
47428
  url: api["y" /* endFlowHtml */],
47338
47429
  headers: { Accept: 'application/json,text/plain' },
47339
47430
  method: 'post',
47340
- data: flow_src_mainvue_type_script_lang_js_extends({}, _this16.endFlowInfo, _this16.nextNode, {
47341
- opinion: _this16.value,
47431
+ data: flow_src_mainvue_type_script_lang_js_extends({}, _this17.endFlowInfo, _this17.nextNode, {
47432
+ opinion: _this17.value,
47342
47433
  userId: utils_util["a" /* default */].getStorage('userId'),
47343
- nextUserId: _this16.multiple ? _this16.nextNode.nextUserId.join(',') : _this16.nextNode.nextUserId,
47344
- addSignUserId: _this16.nextNode.addSignUserId.join(','),
47345
- customPresetUserJson: JSON.stringify(_this16.presetList),
47346
- presetUserJson: JSON.stringify(_this16.presetUserJson),
47347
- removeSignUserId: _this16.nextNode.removeSignUserId.join(','),
47348
- notificationType: _this16.nextNode.notificationType.join(',')
47434
+ nextUserId: _this17.multiple ? _this17.nextNode.nextUserId.join(',') : _this17.nextNode.nextUserId,
47435
+ addSignUserId: _this17.nextNode.addSignUserId.join(','),
47436
+ customPresetUserJson: JSON.stringify(_this17.presetList),
47437
+ presetUserJson: JSON.stringify(_this17.presetUserJson),
47438
+ removeSignUserId: _this17.nextNode.removeSignUserId.join(','),
47439
+ notificationType: _this17.nextNode.notificationType.join(',')
47349
47440
  })
47350
47441
  };
47351
- _this16.loading = utils_util["a" /* default */].loading(_this16.$loading, '加载中...');
47442
+ _this17.loading = utils_util["a" /* default */].loading(_this17.$loading, '加载中...');
47352
47443
  utils_util["a" /* default */].ajax(params).then(function (res) {
47353
47444
  var status = res.status,
47354
47445
  message = res.message;
47355
47446
 
47356
- _this16.loading.close();
47447
+ _this17.loading.close();
47357
47448
  if (status === 'success') {
47358
- _this16.flowSuccess();
47449
+ _this17.flowSuccess();
47359
47450
  // this.$message.success('提交成功');
47360
47451
  // this.$emit('success');
47361
47452
  } else {
47362
- _this16.$message.error(message || '系统错误,请联系管理员!');
47363
- _this16.$emit('error');
47453
+ _this17.$message.error(message || '系统错误,请联系管理员!');
47454
+ _this17.$emit('error');
47364
47455
  }
47365
47456
  }).catch(function (err) {
47366
- _this16.loading.close();
47457
+ _this17.loading.close();
47367
47458
  if (err.message && err.message !== 'canceled') {
47368
- _this16.$message.error(err.message);
47459
+ _this17.$message.error(err.message);
47369
47460
  }
47370
47461
  });
47371
47462
  }).catch(function (e) {});
@@ -47468,11 +47559,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47468
47559
  * @date 2022年9月29日
47469
47560
  **/
47470
47561
  toTakeAdvice: function toTakeAdvice(res) {
47471
- var _this17 = this;
47562
+ var _this18 = this;
47472
47563
 
47473
47564
  if (this.beforeSubmit != undefined) {
47474
47565
  this.beforeSubmit().then(function (next) {
47475
- _this17.saveToTakeAdvice(res);
47566
+ _this18.saveToTakeAdvice(res);
47476
47567
  }).catch(function (e) {});
47477
47568
  } else {
47478
47569
  this.saveToTakeAdvice(res);
@@ -47480,10 +47571,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47480
47571
  // return this.$message.warning('暂未开放!敬请期待');
47481
47572
  },
47482
47573
  saveToTakeAdvice: function saveToTakeAdvice(res) {
47483
- var _this18 = this;
47574
+ var _this19 = this;
47484
47575
 
47485
47576
  var params = {
47486
- url: api["mb" /* isCanStartSubFlow */],
47577
+ url: api["nb" /* isCanStartSubFlow */],
47487
47578
  data: {
47488
47579
  appId: this.taskExamineInfo.appId,
47489
47580
  inevitableNode: res.inevitableNode
@@ -47495,16 +47586,16 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47495
47586
  utils_util["a" /* default */].ajax(params).then(function (res) {
47496
47587
  var message = res.message;
47497
47588
 
47498
- _this18.loading.close();
47589
+ _this19.loading.close();
47499
47590
  if (message == 'success') {
47500
- _this18.showTaskUnionExamine = true;
47591
+ _this19.showTaskUnionExamine = true;
47501
47592
  } else {
47502
- _this18.$message.error(message || '系统错误,请联系管理员!');
47593
+ _this19.$message.error(message || '系统错误,请联系管理员!');
47503
47594
  }
47504
47595
  }).catch(function (err) {
47505
- _this18.loading.close();
47596
+ _this19.loading.close();
47506
47597
  if (err.message && err.message !== 'canceled') {
47507
- _this18.$message.error(err.message);
47598
+ _this19.$message.error(err.message);
47508
47599
  }
47509
47600
  });
47510
47601
  },
@@ -47516,11 +47607,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47516
47607
  * @date 2022年9月29日
47517
47608
  **/
47518
47609
  toStartDraf: function toStartDraf(res) {
47519
- var _this19 = this;
47610
+ var _this20 = this;
47520
47611
 
47521
47612
  if (this.beforeSubmit != undefined) {
47522
47613
  this.beforeSubmit().then(function (next) {
47523
- _this19.showTaskUnionExamine = true;
47614
+ _this20.showTaskUnionExamine = true;
47524
47615
  }).catch(function (e) {});
47525
47616
  } else {
47526
47617
  this.showTaskUnionExamine = true;
@@ -47534,11 +47625,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47534
47625
  * @date 2022年9月29日
47535
47626
  **/
47536
47627
  toSendMsg: function toSendMsg(res) {
47537
- var _this20 = this;
47628
+ var _this21 = this;
47538
47629
 
47539
47630
  if (this.beforeSubmit != undefined) {
47540
47631
  this.beforeSubmit().then(function (next) {
47541
- _this20.showSendMsg = true;
47632
+ _this21.showSendMsg = true;
47542
47633
  }).catch(function (e) {});
47543
47634
  } else {
47544
47635
  this.showSendMsg = true;
@@ -47552,13 +47643,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47552
47643
  * @date 2022年9月29日
47553
47644
  **/
47554
47645
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
47555
- var _this21 = this;
47646
+ var _this22 = this;
47556
47647
 
47557
47648
  if (this.beforeSubmit != undefined) {
47558
47649
  this.beforeSubmit().then(function (next) {
47559
- if (_this21.value === '') _this21.value = _this21.nodeDefaultRejectOpinion;
47560
- _this21.taskReadType = 'taskReadAndEnd';
47561
- _this21.showTaskRead = true;
47650
+ if (_this22.value === '') _this22.value = _this22.nodeDefaultRejectOpinion;
47651
+ _this22.taskReadType = 'taskReadAndEnd';
47652
+ _this22.showTaskRead = true;
47562
47653
  }).catch(function (e) {});
47563
47654
  } else {
47564
47655
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -47574,52 +47665,52 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47574
47665
  * @date 2022年9月29日
47575
47666
  **/
47576
47667
  rejectAndEnd: function rejectAndEnd(res) {
47577
- var _this22 = this;
47668
+ var _this23 = this;
47578
47669
 
47579
47670
  if (this.isOpinionRequired == 1 && (this.value == '' || !this.value)) {
47580
47671
  if (!this.$refs.commonOpinions.validate()) return;
47581
47672
  }
47582
47673
  if (this.beforeSubmit != undefined) {
47583
47674
  this.beforeSubmit().then(function (next) {
47584
- _this22.saveRejectAndEnd(res);
47675
+ _this23.saveRejectAndEnd(res);
47585
47676
  }).catch(function (e) {});
47586
47677
  } else {
47587
47678
  this.saveRejectAndEnd(res);
47588
47679
  }
47589
47680
  },
47590
47681
  saveRejectAndEnd: function saveRejectAndEnd(res) {
47591
- var _this23 = this;
47682
+ var _this24 = this;
47592
47683
 
47593
47684
  this.$confirm('确认' + res.value + '?').then(function () {
47594
47685
  // return this.$message.warning('请填写意见');
47595
47686
  var params = {
47596
- url: api["Ab" /* rejectAndEnd */],
47687
+ url: api["Bb" /* rejectAndEnd */],
47597
47688
  headers: { Accept: 'application/json,text/plain' },
47598
47689
  method: 'post',
47599
47690
  data: {
47600
- opinion: _this23.value,
47601
- pendingId: _this23.pendingId,
47691
+ opinion: _this24.value,
47692
+ pendingId: _this24.pendingId,
47602
47693
  isSinglePage: false
47603
47694
  }
47604
47695
  };
47605
- _this23.loading = utils_util["a" /* default */].loading(_this23.$loading, '加载中...');
47696
+ _this24.loading = utils_util["a" /* default */].loading(_this24.$loading, '加载中...');
47606
47697
  utils_util["a" /* default */].ajax(params).then(function (res) {
47607
47698
  var status = res.status,
47608
47699
  message = res.message;
47609
47700
 
47610
- _this23.loading.close();
47701
+ _this24.loading.close();
47611
47702
  if (status === 'success') {
47612
- _this23.flowSuccess();
47703
+ _this24.flowSuccess();
47613
47704
  // this.$message.success('提交成功');
47614
47705
  // this.$emit('success');
47615
47706
  } else {
47616
- _this23.$message.error(message || '系统错误,请联系管理员!');
47617
- _this23.$emit('error');
47707
+ _this24.$message.error(message || '系统错误,请联系管理员!');
47708
+ _this24.$emit('error');
47618
47709
  }
47619
47710
  }).catch(function (err) {
47620
- _this23.loading.close();
47711
+ _this24.loading.close();
47621
47712
  if (err.message && err.message !== 'canceled') {
47622
- _this23.$message.error(err.message);
47713
+ _this24.$message.error(err.message);
47623
47714
  }
47624
47715
  });
47625
47716
  }).catch(function () {
@@ -47634,12 +47725,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47634
47725
  * @date 2022年9月29日
47635
47726
  **/
47636
47727
  toTransfer: function toTransfer(res) {
47637
- var _this24 = this;
47728
+ var _this25 = this;
47638
47729
 
47639
47730
  if (this.beforeSubmit != undefined) {
47640
47731
  this.beforeSubmit(0).then(function (next) {
47641
- _this24.taskReadType = 'transfer';
47642
- _this24.showTaskRead = true;
47732
+ _this25.taskReadType = 'transfer';
47733
+ _this25.showTaskRead = true;
47643
47734
  }).catch(function (e) {});
47644
47735
  } else {
47645
47736
  this.taskReadType = 'transfer';
@@ -47654,7 +47745,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47654
47745
  * @date 2022年5月25日
47655
47746
  **/
47656
47747
  getNodeInfo: function getNodeInfo() {
47657
- var _this25 = this;
47748
+ var _this26 = this;
47658
47749
 
47659
47750
  var params = {
47660
47751
  processDefinitionId: this.nodeInfo.nextNode,
@@ -47669,46 +47760,46 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47669
47760
  message = res.message,
47670
47761
  data = res.data;
47671
47762
 
47672
- _this25.loading.close();
47763
+ _this26.loading.close();
47673
47764
  if (status === 'success') {
47674
- _this25.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
47675
- _this25.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
47676
- data.otherOrgDisabledObjId && (_this25.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
47677
- data.currentOrgDisabledObjId && (_this25.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
47765
+ _this26.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
47766
+ _this26.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
47767
+ data.otherOrgDisabledObjId && (_this26.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
47768
+ data.currentOrgDisabledObjId && (_this26.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
47678
47769
  if (data != null) {
47679
47770
  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) {
47680
- _this25.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
47771
+ _this26.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
47681
47772
  } else {
47682
- _this25.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this25.choiceOrgId, _this25.choiceDeptId, _this25.pOrgId);
47773
+ _this26.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this26.choiceOrgId, _this26.choiceDeptId, _this26.pOrgId);
47683
47774
  }
47684
- _this25.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
47685
- _this25.isTaskread = data.nodeExtAttr.isTaskread;
47686
- _this25.isHandleExplain = data.nodeExtAttr.isHandleExplain;
47687
- _this25.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
47688
- _this25.nodeType = data.nodeExtAttr.nodeType;
47775
+ _this26.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
47776
+ _this26.isTaskread = data.nodeExtAttr.isTaskread;
47777
+ _this26.isHandleExplain = data.nodeExtAttr.isHandleExplain;
47778
+ _this26.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
47779
+ _this26.nodeType = data.nodeExtAttr.nodeType;
47689
47780
  //如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
47690
- if (_this25.nodeType === 1 || _this25.nodeType === 2) {
47691
- _this25.isMainSubProcess === true ? _this25.isNodeShowProcess = true : _this25.isNodeShowProcess = false;
47692
- _this25.isMainSubProcess === true ? _this25.isMainSubProcess = true : _this25.isMainSubProcess = false;
47693
- _this25.isNextUser = false;
47694
- _this25.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
47695
- _this25.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
47781
+ if (_this26.nodeType === 1 || _this26.nodeType === 2) {
47782
+ _this26.isMainSubProcess === true ? _this26.isNodeShowProcess = true : _this26.isNodeShowProcess = false;
47783
+ _this26.isMainSubProcess === true ? _this26.isMainSubProcess = true : _this26.isMainSubProcess = false;
47784
+ _this26.isNextUser = false;
47785
+ _this26.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
47786
+ _this26.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
47696
47787
  } else {
47697
- _this25.isHideCurrentOrg = false;
47698
- _this25.isHideOtherOrg = false;
47699
- _this25.isNodeShowProcess = false;
47700
- _this25.isMainSubProcess = false;
47701
- _this25.isNextUser = _this25.nextNode.nextOperate != 9;
47788
+ _this26.isHideCurrentOrg = false;
47789
+ _this26.isHideOtherOrg = false;
47790
+ _this26.isNodeShowProcess = false;
47791
+ _this26.isMainSubProcess = false;
47792
+ _this26.isNextUser = _this26.nextNode.nextOperate != 9;
47702
47793
  // this.isMainSubProcess === true
47703
47794
  // ? (this.isMainSubProcess = true)
47704
47795
  // : (this.isMainSubProcess = false);
47705
47796
  }
47706
- _this25.multiple ? _this25.nextNode.nextUserId = [] : _this25.nextNode.nextUserId = '';
47707
- if (_this25.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
47797
+ _this26.multiple ? _this26.nextNode.nextUserId = [] : _this26.nextNode.nextUserId = '';
47798
+ if (_this26.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
47708
47799
  data.nextUserList.map(function (item) {
47709
47800
  if (item.userId && item.username) {
47710
- _this25.nextNode.nextUserId.push(item.userId);
47711
- _this25.selectUserList.push({
47801
+ _this26.nextNode.nextUserId.push(item.userId);
47802
+ _this26.selectUserList.push({
47712
47803
  showname: item.username,
47713
47804
  showid: item.userId
47714
47805
  });
@@ -47717,40 +47808,40 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47717
47808
  }
47718
47809
  data.nextUserList.map(function (item) {
47719
47810
  if (item.userId && item.username) {
47720
- _this25.options.push({
47811
+ _this26.options.push({
47721
47812
  showname: item.username,
47722
47813
  showid: item.userId
47723
47814
  });
47724
47815
  }
47725
47816
  });
47726
47817
  if (data.nodeExtAttr.presetEdit != 0) {
47727
- _this25.radioList = _this25.options;
47818
+ _this26.radioList = _this26.options;
47728
47819
  }
47729
- if (!_this25.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
47730
- _this25.nextNode.nextUserId = data.nextUserList[0].userId;
47731
- _this25.selectUserList.push({
47820
+ if (!_this26.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
47821
+ _this26.nextNode.nextUserId = data.nextUserList[0].userId;
47822
+ _this26.selectUserList.push({
47732
47823
  showname: data.nextUserList[0].username,
47733
47824
  showid: data.nextUserList[0].userId
47734
47825
  });
47735
47826
  }
47736
- _this25.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
47737
- _this25.isCustomUser = data.nodeExtAttr.isCustomUser;
47738
- _this25.presetEdit = data.nodeExtAttr.presetEdit;
47739
- _this25.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
47740
- _this25.handleMode = data.countersignaturetypeText;
47827
+ _this26.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
47828
+ _this26.isCustomUser = data.nodeExtAttr.isCustomUser;
47829
+ _this26.presetEdit = data.nodeExtAttr.presetEdit;
47830
+ _this26.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
47831
+ _this26.handleMode = data.countersignaturetypeText;
47741
47832
  if (data.globalNodeType === 'endEvent') {
47742
- _this25.isNextUser = data.globalNodeType != 'endEvent';
47743
- data.globalNodeType === 'endEvent' ? _this25.endFlow = true : '';
47833
+ _this26.isNextUser = data.globalNodeType != 'endEvent';
47834
+ data.globalNodeType === 'endEvent' ? _this26.endFlow = true : '';
47744
47835
  }
47745
47836
  }
47746
- _this25.isCustomPreset && _this25.$refs.customPreset.getPresetFlowInfo(_this25.nextNode.nextNodeId, _this25.nodeInfo.nextNode, true);
47837
+ _this26.isCustomPreset && _this26.$refs.customPreset.getPresetFlowInfo(_this26.nextNode.nextNodeId, _this26.nodeInfo.nextNode, true);
47747
47838
  } else {
47748
- _this25.$message.error(message || '系统错误,请联系管理员!');
47839
+ _this26.$message.error(message || '系统错误,请联系管理员!');
47749
47840
  }
47750
47841
  }).catch(function (err) {
47751
- _this25.loading.close();
47842
+ _this26.loading.close();
47752
47843
  if (err.message && err.message !== 'canceled') {
47753
- _this25.$message.error(err.message);
47844
+ _this26.$message.error(err.message);
47754
47845
  }
47755
47846
  });
47756
47847
  },
@@ -47763,7 +47854,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47763
47854
  * @date 2022年5月25日
47764
47855
  **/
47765
47856
  selecNext: function selecNext(val, type, isDef) {
47766
- var _this26 = this;
47857
+ var _this27 = this;
47767
47858
 
47768
47859
  var isNextNode = false;
47769
47860
  if (type) {
@@ -47808,13 +47899,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47808
47899
  this.operationList.forEach(function (item) {
47809
47900
  if (item.key === val) {
47810
47901
  if (!item.taskNodeList) {
47811
- _this26.nodeInfos = [];
47902
+ _this27.nodeInfos = [];
47812
47903
  } else {
47813
- _this26.nodeInfos = item.taskNodeList;
47904
+ _this27.nodeInfos = item.taskNodeList;
47814
47905
 
47815
- if (_this26.taskOperationShiftedNodeList) {
47816
- _this26.nodeInfos = item.taskNodeList.filter(function (x) {
47817
- return _this26.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
47906
+ if (_this27.taskOperationShiftedNodeList) {
47907
+ _this27.nodeInfos = item.taskNodeList.filter(function (x) {
47908
+ return _this27.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
47818
47909
  });
47819
47910
  }
47820
47911
  }
@@ -47823,7 +47914,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47823
47914
  });
47824
47915
  if (this.defaultNextNode) {
47825
47916
  var defaultNode = this.nodeInfos.filter(function (item) {
47826
- return item.nodeId == _this26.defaultNextNode;
47917
+ return item.nodeId == _this27.defaultNextNode;
47827
47918
  });
47828
47919
  if (this.nodeInfos.length > 0 && defaultNode.length == 0) {
47829
47920
  this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
@@ -47935,7 +48026,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47935
48026
  * @date 2022年5月25日
47936
48027
  **/
47937
48028
  getHedInfo: function getHedInfo() {
47938
- var _this27 = this;
48029
+ var _this28 = this;
47939
48030
 
47940
48031
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47941
48032
  var params = {
@@ -47945,7 +48036,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47945
48036
  utils_util["a" /* default */].ajax({ url: api["N" /* getHandleInfoHtml */], params: params }).then(function (res) {
47946
48037
  //pc返回数据
47947
48038
 
47948
- _this27.loading.close();
48039
+ _this28.loading.close();
47949
48040
  if (res.status === 'success') {
47950
48041
  var _res$data2 = res.data,
47951
48042
  nextNodeList = _res$data2.nextNodeList,
@@ -47983,14 +48074,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47983
48074
  isCanPreAddSign = _res$data2.isCanPreAddSign;
47984
48075
 
47985
48076
  if (simpleTips != undefined) {
47986
- _this27.simpleTips = simpleTips;
48077
+ _this28.simpleTips = simpleTips;
47987
48078
  }
47988
- _this27.$emit('startTaskRead', res);
47989
- _this27.$emit('start-task-read', res);
48079
+ _this28.$emit('startTaskRead', res);
48080
+ _this28.$emit('start-task-read', res);
47990
48081
  if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
47991
- _this27.taskOperationShiftedNodeList = [];
48082
+ _this28.taskOperationShiftedNodeList = [];
47992
48083
  taskOperationShiftedNodeList.map(function (x) {
47993
- _this27.taskOperationShiftedNodeList.push(x.nodeId);
48084
+ _this28.taskOperationShiftedNodeList.push(x.nodeId);
47994
48085
  taskOperations.push({
47995
48086
  key: x.nodeId,
47996
48087
  value: x.nodeName,
@@ -47999,143 +48090,143 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47999
48090
  });
48000
48091
  });
48001
48092
  }
48002
- _this27.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
48003
- _this27.pendingItemHandleDescription = pendingItemHandleDescription;
48093
+ _this28.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
48094
+ _this28.pendingItemHandleDescription = pendingItemHandleDescription;
48004
48095
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
48005
- _this27.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
48096
+ _this28.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
48006
48097
  var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
48007
- _this27.currentOrgSelectorTabs.map(function (x, i) {
48008
- _this27.currentOrgSelectorParams[x] = {
48098
+ _this28.currentOrgSelectorTabs.map(function (x, i) {
48099
+ _this28.currentOrgSelectorParams[x] = {
48009
48100
  filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
48010
48101
  };
48011
48102
  });
48012
48103
  }
48013
48104
  if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
48014
- _this27.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
48105
+ _this28.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
48015
48106
  var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
48016
- _this27.foreignOrgSelectorTabs.map(function (x, i) {
48017
- _this27.foreignOrgSelectorParams[x] = {
48107
+ _this28.foreignOrgSelectorTabs.map(function (x, i) {
48108
+ _this28.foreignOrgSelectorParams[x] = {
48018
48109
  filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i]
48019
48110
  };
48020
48111
  });
48021
48112
  }
48022
- _this27.circularReadParamsMap = circularReadParamsMap || {};
48023
- if (_this27.circularReadParamsMap.circularReadOrgRoleCode) {
48024
- _this27.foreignOrgSelectorParams.roleid = _this27.circularReadParamsMap.circularReadOrgRoleCode;
48025
- }
48026
- _this27.currentOrgName = currentOrgName;
48027
- _this27.nextOperateCheckType = nextOperateCheckType;
48028
- _this27.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
48029
-
48030
- _this27.readOnlyNotificationType = readOnlyNotificationType;
48031
- _this27.isSpecial = isSpecial;
48032
- _this27.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
48033
- _this27.otherOrgName = otherOrgName;
48034
- _this27.isCanPreAddSign = isCanPreAddSign;
48035
- _this27.endFlowInfo.choiceOrgId = choiceOrgId;
48036
- _this27.endFlowInfo.choiceDeptId = choiceDeptId;
48037
- _this27.endFlowInfo.pendingId = _this27.pendingId;
48038
- _this27.attachedCode = attachedCode;
48039
- _this27.endFlowInfo.pOrgId = pOrgId;
48040
- _this27.canPresetRead = canPresetRead;
48041
- _this27.isCdjxjTaskHandle = isCdjxjTaskHandle;
48042
- nextNodeCheckType && (_this27.nextNodeCheckType = nextNodeCheckType);
48043
- _this27.operationList = taskOperations || [];
48044
- _this27.customPresetHintMessage = customPresetHintMessage;
48113
+ _this28.circularReadParamsMap = circularReadParamsMap || {};
48114
+ if (_this28.circularReadParamsMap.circularReadOrgRoleCode) {
48115
+ _this28.foreignOrgSelectorParams.roleid = _this28.circularReadParamsMap.circularReadOrgRoleCode;
48116
+ }
48117
+ _this28.currentOrgName = currentOrgName;
48118
+ _this28.nextOperateCheckType = nextOperateCheckType;
48119
+ _this28.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
48120
+
48121
+ _this28.readOnlyNotificationType = readOnlyNotificationType;
48122
+ _this28.isSpecial = isSpecial;
48123
+ _this28.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
48124
+ _this28.otherOrgName = otherOrgName;
48125
+ _this28.isCanPreAddSign = isCanPreAddSign;
48126
+ _this28.endFlowInfo.choiceOrgId = choiceOrgId;
48127
+ _this28.endFlowInfo.choiceDeptId = choiceDeptId;
48128
+ _this28.endFlowInfo.pendingId = _this28.pendingId;
48129
+ _this28.attachedCode = attachedCode;
48130
+ _this28.endFlowInfo.pOrgId = pOrgId;
48131
+ _this28.canPresetRead = canPresetRead;
48132
+ _this28.isCdjxjTaskHandle = isCdjxjTaskHandle;
48133
+ nextNodeCheckType && (_this28.nextNodeCheckType = nextNodeCheckType);
48134
+ _this28.operationList = taskOperations || [];
48135
+ _this28.customPresetHintMessage = customPresetHintMessage;
48045
48136
  if (canPresetRead) {
48046
48137
  var ids = nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
48047
48138
  var names = nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
48048
48139
  ids.map(function (item, index) {
48049
- _this27.presetReadUserId.push({
48140
+ _this28.presetReadUserId.push({
48050
48141
  showid: item,
48051
48142
  showname: names[index]
48052
48143
  });
48053
- _this27.selectPresetUserList.push({
48144
+ _this28.selectPresetUserList.push({
48054
48145
  showid: item,
48055
48146
  showname: names[index]
48056
48147
  });
48057
- _this27.nextNode.presetReadUserId.push(item);
48148
+ _this28.nextNode.presetReadUserId.push(item);
48058
48149
  });
48059
48150
  }
48060
- if (!_this27.isFlow) _this27.getFile(_this27.pendingId, attachedCode);
48151
+ if (!_this28.isFlow) _this28.getFile(_this28.pendingId, attachedCode);
48061
48152
  if (nextNodeList && nextNodeList.length != 0) {
48062
- _this27.nextNodeList = nextNodeList;
48153
+ _this28.nextNodeList = nextNodeList;
48063
48154
  }
48064
- if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this27.removeUsers = canRemoveSignUserList;
48155
+ if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this28.removeUsers = canRemoveSignUserList;
48065
48156
  if (taskOperations && taskOperations.length != 0) {
48066
48157
  var isSelected = false;
48067
48158
  taskOperations.map(function (item) {
48068
- if (item.key === 9) _this27.isReject = true;
48159
+ if (item.key === 9) _this28.isReject = true;
48069
48160
  if (item.isSelected) {
48070
- _this27.nodeInfos = [];
48071
- _this27.nextNode.nextOperate = item.key;
48161
+ _this28.nodeInfos = [];
48162
+ _this28.nextNode.nextOperate = item.key;
48072
48163
  if (item.taskNodeList != null) {
48073
- _this27.nodeInfos = item.taskNodeList;
48164
+ _this28.nodeInfos = item.taskNodeList;
48074
48165
  }
48075
48166
  isSelected = true;
48076
48167
  }
48077
48168
  });
48078
48169
  if (taskOperations.length > 0 && !isSelected) {
48079
- _this27.nodeInfos = [];
48080
- _this27.nextNode.nextOperate = taskOperations[0].key;
48170
+ _this28.nodeInfos = [];
48171
+ _this28.nextNode.nextOperate = taskOperations[0].key;
48081
48172
  if (taskOperations[0].taskNodeList != null) {
48082
- _this27.nodeInfos = taskOperations[0].taskNodeList;
48173
+ _this28.nodeInfos = taskOperations[0].taskNodeList;
48083
48174
  }
48084
48175
  }
48085
48176
  }
48086
48177
  if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
48087
- _this27.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
48178
+ _this28.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
48088
48179
  if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
48089
48180
  var notice = JSON.parse(nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList);
48090
48181
  notice.map(function (x) {
48091
- _this27.nodeFixedOpinionSelectList.push({ content: x });
48182
+ _this28.nodeFixedOpinionSelectList.push({ content: x });
48092
48183
  });
48093
48184
  }
48094
- _this27.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
48095
- _this27.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
48096
- _this27.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
48097
- _this27.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
48098
- _this27.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
48099
- _this27.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
48185
+ _this28.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
48186
+ _this28.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
48187
+ _this28.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
48188
+ _this28.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
48189
+ _this28.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
48190
+ _this28.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
48100
48191
  // this.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
48101
- _this27.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
48192
+ _this28.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
48102
48193
  if (nodeInfoMap.nodeExtAttr.defaultNextNode) {
48103
- var defaultNode = _this27.nodeInfos.filter(function (item) {
48194
+ var defaultNode = _this28.nodeInfos.filter(function (item) {
48104
48195
  return item.nodeId == nodeInfoMap.nodeExtAttr.defaultNextNode;
48105
48196
  });
48106
- if (_this27.nodeInfos.length > 0 && defaultNode.length == 0) {
48107
- _this27.nextNode.nextNodeId = _this27.nodeInfos[0].nodeId;
48197
+ if (_this28.nodeInfos.length > 0 && defaultNode.length == 0) {
48198
+ _this28.nextNode.nextNodeId = _this28.nodeInfos[0].nodeId;
48108
48199
  } else {
48109
- _this27.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
48200
+ _this28.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
48110
48201
  }
48111
- } else if (_this27.nodeInfos.length > 0) {
48112
- _this27.nextNode.nextNodeId = _this27.nodeInfos[0].nodeId;
48202
+ } else if (_this28.nodeInfos.length > 0) {
48203
+ _this28.nextNode.nextNodeId = _this28.nodeInfos[0].nodeId;
48113
48204
  }
48114
- _this27.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
48205
+ _this28.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
48115
48206
  if (nodeInfoMap.nodeExtAttr.submitText) {
48116
- _this27.btnList.map(function (x) {
48207
+ _this28.btnList.map(function (x) {
48117
48208
  if (x.event === 'sub') {
48118
48209
  x.text = nodeInfoMap.nodeExtAttr.submitText;
48119
48210
  }
48120
48211
  });
48121
48212
  }
48122
48213
  }
48123
- _this27.choiceOrgId = choiceOrgId;
48124
- _this27.choiceDeptId = choiceDeptId;
48125
- _this27.pOrgId = pOrgId;
48214
+ _this28.choiceOrgId = choiceOrgId;
48215
+ _this28.choiceDeptId = choiceDeptId;
48216
+ _this28.pOrgId = pOrgId;
48126
48217
  if (res.data && res.data.isEndUserTask != undefined) {
48127
- _this27.isEndUserTask = res.data.isEndUserTask;
48218
+ _this28.isEndUserTask = res.data.isEndUserTask;
48128
48219
  }
48129
48220
  if (JSON.stringify(taskExamine) != '{}' && taskExamine) {
48130
- _this27.nodeInfo.nextNode = taskExamine.processDefinitionId;
48131
- _this27.NodeName = taskExamine.nodeName;
48132
- _this27.taskId = taskExamine.taskId;
48133
- _this27.businessIds = taskExamine.businessId;
48134
- _this27.appId = taskExamine.appId;
48135
- _this27.taskExamineInfo = taskExamine;
48136
- _this27.taskExamineInfo.choiceOrgId = choiceOrgId;
48137
- _this27.taskExamineInfo.choiceDeptId = choiceDeptId;
48138
- _this27.endFlowInfo.processType = taskExamine.processType;
48221
+ _this28.nodeInfo.nextNode = taskExamine.processDefinitionId;
48222
+ _this28.NodeName = taskExamine.nodeName;
48223
+ _this28.taskId = taskExamine.taskId;
48224
+ _this28.businessIds = taskExamine.businessId;
48225
+ _this28.appId = taskExamine.appId;
48226
+ _this28.taskExamineInfo = taskExamine;
48227
+ _this28.taskExamineInfo.choiceOrgId = choiceOrgId;
48228
+ _this28.taskExamineInfo.choiceDeptId = choiceDeptId;
48229
+ _this28.endFlowInfo.processType = taskExamine.processType;
48139
48230
  // this.endFlowInfo.isReturnSubmitter =
48140
48231
  // taskExamine.isReturnSubmitter;
48141
48232
  // this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
@@ -48147,74 +48238,74 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48147
48238
  // this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
48148
48239
  // this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
48149
48240
  // this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
48150
- _this27.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
48151
- _this27.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
48152
- _this27.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
48153
- _this27.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
48154
- _this27.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
48155
- _this27.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
48156
- _this27.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
48157
- _this27.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
48158
- _this27.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
48241
+ _this28.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
48242
+ _this28.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
48243
+ _this28.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
48244
+ _this28.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
48245
+ _this28.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
48246
+ _this28.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
48247
+ _this28.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
48248
+ _this28.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
48249
+ _this28.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
48159
48250
  // this.endFlowInfo.isReadDealReply =
48160
48251
  // taskExamine.isReadDealReplybusinessId;
48161
- _this27.endFlowInfo.appId = taskExamine.appId;
48162
- _this27.endFlowInfo.businessId = taskExamine.businessId;
48163
- _this27.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
48164
- _this27.endFlowInfo.nodeId = taskExamine.nodeId;
48252
+ _this28.endFlowInfo.appId = taskExamine.appId;
48253
+ _this28.endFlowInfo.businessId = taskExamine.businessId;
48254
+ _this28.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
48255
+ _this28.endFlowInfo.nodeId = taskExamine.nodeId;
48165
48256
  }
48166
- if (_this27.nodeName) {
48167
- _this27.NodeName = _this27.nodeName;
48257
+ if (_this28.nodeName) {
48258
+ _this28.NodeName = _this28.nodeName;
48168
48259
  }
48169
- _this27.isCanAddSign = isCanAddSign;
48170
- _this27.processObj = res.data;
48171
- if (_this27.isCanAddSign) {
48172
- _this27.nextNode.isAddSign = '2';
48260
+ _this28.isCanAddSign = isCanAddSign;
48261
+ _this28.processObj = res.data;
48262
+ if (_this28.isCanAddSign) {
48263
+ _this28.nextNode.isAddSign = '2';
48173
48264
  }
48174
- _this27.isCanRemoveSign = isCanRemoveSign;
48175
- if (_this27.isCanRemoveSign) {
48176
- _this27.nextNode.isRemoveSign = '2';
48265
+ _this28.isCanRemoveSign = isCanRemoveSign;
48266
+ if (_this28.isCanRemoveSign) {
48267
+ _this28.nextNode.isRemoveSign = '2';
48177
48268
  }
48178
48269
 
48179
- if (!_this27.isOpinionRequired) {
48180
- _this27.isOpinionRequired = 0;
48270
+ if (!_this28.isOpinionRequired) {
48271
+ _this28.isOpinionRequired = 0;
48181
48272
  }
48182
48273
  // opinion && (this.value = opinion);
48183
- _this27.nextNode.notificationMsg = defaultNotificationMessage;
48184
- _this27.moreList = [];
48274
+ _this28.nextNode.notificationMsg = defaultNotificationMessage;
48275
+ _this28.moreList = [];
48185
48276
  if (taskButtonList && taskButtonList.length != 0) {
48186
48277
  taskButtonList.map(function (item) {
48187
48278
  if (item.fun === 'reject()') {
48188
- _this27.rejectObj = item;
48279
+ _this28.rejectObj = item;
48189
48280
  } else if (item.fun === 'toStartTaskRead()') {
48190
- _this27.pointsReadingObj = item;
48281
+ _this28.pointsReadingObj = item;
48191
48282
  } else {
48192
- _this27.moreList.push(item);
48283
+ _this28.moreList.push(item);
48193
48284
  }
48194
48285
  });
48195
48286
  }
48196
- _this27.isMainSubProcess = res.data.isMainSubProcess == 'true';
48197
- _this27.isCustomPreset = isCustomPreset;
48198
- _this27.isPreset = isPreset;
48199
- _this27.presetTaskNodeMap = presetTaskNodeMap;
48200
- _this27.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
48201
- _this27.getFind();
48202
- _this27.selecNext(_this27.nextNode.nextOperate, true, true);
48287
+ _this28.isMainSubProcess = res.data.isMainSubProcess == 'true';
48288
+ _this28.isCustomPreset = isCustomPreset;
48289
+ _this28.isPreset = isPreset;
48290
+ _this28.presetTaskNodeMap = presetTaskNodeMap;
48291
+ _this28.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
48292
+ _this28.getFind();
48293
+ _this28.selecNext(_this28.nextNode.nextOperate, true, true);
48203
48294
  // this.getNodeInfo();
48204
- _this27.StartTaskReadKey++;
48295
+ _this28.StartTaskReadKey++;
48205
48296
  } else {
48206
48297
  if (res.status === 'taskCompleted') {
48207
- _this27.$emit('shrink', true);
48208
- _this27.shrinkAbled = true;
48209
- _this27.$message.warning(res.message || '系统错误,请联系管理员!');
48298
+ _this28.$emit('shrink', true);
48299
+ _this28.shrinkAbled = true;
48300
+ _this28.$message.warning(res.message || '系统错误,请联系管理员!');
48210
48301
  } else {
48211
- _this27.$message.error(res.message || '系统错误,请联系管理员!');
48302
+ _this28.$message.error(res.message || '系统错误,请联系管理员!');
48212
48303
  }
48213
48304
  }
48214
48305
  }).catch(function (err) {
48215
- _this27.loading.close();
48306
+ _this28.loading.close();
48216
48307
  if (err.message && err.message !== 'canceled') {
48217
- _this27.$message.error(err.message);
48308
+ _this28.$message.error(err.message);
48218
48309
  }
48219
48310
  });
48220
48311
  },
@@ -48276,7 +48367,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48276
48367
  * @date 2022年5月25日
48277
48368
  **/
48278
48369
  getProcess: function getProcess(val) {
48279
- var _this28 = this;
48370
+ var _this29 = this;
48280
48371
 
48281
48372
  var params = flow_src_mainvue_type_script_lang_js_extends({
48282
48373
  businessId: this.businessId,
@@ -48291,40 +48382,40 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48291
48382
  message = res.message,
48292
48383
  data = res.data;
48293
48384
 
48294
- _this28.loading.close();
48385
+ _this29.loading.close();
48295
48386
  if (status === 'success') {
48296
48387
  if (data.simpleTips != undefined) {
48297
- _this28.simpleTips = data.simpleTips;
48388
+ _this29.simpleTips = data.simpleTips;
48298
48389
  }
48299
- _this28.isStartFlowChartView = data.isStartFlowChartView;
48390
+ _this29.isStartFlowChartView = data.isStartFlowChartView;
48300
48391
  if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
48301
- _this28.$message.error('流程不存在或未关联对应流程!');
48392
+ _this29.$message.error('流程不存在或未关联对应流程!');
48302
48393
  } else {
48303
- _this28.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
48304
- _this28.nodeInfo.option = data.definitionList;
48305
- _this28.nodeInfo.nextNode = data.definitionList.filter(function (item) {
48306
- return item.processDefKey == _this28.defaultProcessKey;
48394
+ _this29.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
48395
+ _this29.nodeInfo.option = data.definitionList;
48396
+ _this29.nodeInfo.nextNode = data.definitionList.filter(function (item) {
48397
+ return item.processDefKey == _this29.defaultProcessKey;
48307
48398
  });
48308
- if (_this28.nodeInfo.nextNode.length) {
48309
- _this28.nodeInfo.nextNode = _this28.nodeInfo.nextNode[0].processDefId;
48399
+ if (_this29.nodeInfo.nextNode.length) {
48400
+ _this29.nodeInfo.nextNode = _this29.nodeInfo.nextNode[0].processDefId;
48310
48401
  } else {
48311
48402
  if (data.definitionList.length != 0) {
48312
- _this28.nodeInfo.nextNode = data.definitionList[0].processDefId;
48403
+ _this29.nodeInfo.nextNode = data.definitionList[0].processDefId;
48313
48404
  } else {
48314
- _this28.nodeInfo.nextNode = '';
48405
+ _this29.nodeInfo.nextNode = '';
48315
48406
  }
48316
48407
  }
48317
- if (_this28.nodeInfo.nextNode) {
48318
- _this28.handleChange(_this28.nodeInfo.nextNode);
48408
+ if (_this29.nodeInfo.nextNode) {
48409
+ _this29.handleChange(_this29.nodeInfo.nextNode);
48319
48410
  }
48320
48411
  }
48321
48412
  } else {
48322
- _this28.$message.error(message || '系统错误,请联系管理员!');
48413
+ _this29.$message.error(message || '系统错误,请联系管理员!');
48323
48414
  }
48324
48415
  }).catch(function (err) {
48325
- _this28.loading.close();
48416
+ _this29.loading.close();
48326
48417
  if (err.message && err.message !== 'canceled') {
48327
- _this28.$message.error(err.message);
48418
+ _this29.$message.error(err.message);
48328
48419
  }
48329
48420
  });
48330
48421
  },
@@ -48336,35 +48427,35 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48336
48427
  * @date 2022年5月25日
48337
48428
  **/
48338
48429
  getPendedhistoryList: function getPendedhistoryList() {
48339
- var _this29 = this;
48430
+ var _this30 = this;
48340
48431
 
48341
48432
  var params = {
48342
48433
  apprecordId: this.businessIds,
48343
48434
  userId: utils_util["a" /* default */].getStorage('userId'),
48344
48435
  type: 2
48345
48436
  };
48346
- utils_util["a" /* default */].ajax({ url: api["rb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
48437
+ utils_util["a" /* default */].ajax({ url: api["sb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
48347
48438
  var rCode = res.rCode,
48348
48439
  msg = res.msg,
48349
48440
  results = res.results;
48350
48441
 
48351
48442
  if (!rCode) {
48352
- _this29.nextNode.nextUserId = [];
48353
- _this29.showNews = false;
48354
- _this29.nextNode.notificationType = [];
48355
- _this29.pendingId = results[results.length - 1].attachId;
48356
- _this29.getHedInfo();
48443
+ _this30.nextNode.nextUserId = [];
48444
+ _this30.showNews = false;
48445
+ _this30.nextNode.notificationType = [];
48446
+ _this30.pendingId = results[results.length - 1].attachId;
48447
+ _this30.getHedInfo();
48357
48448
  } else {
48358
- _this29.$message.error(msg || '系统错误,请联系管理员!');
48449
+ _this30.$message.error(msg || '系统错误,请联系管理员!');
48359
48450
  }
48360
48451
  }).catch(function (err) {
48361
48452
  if (err.message && err.message !== 'canceled') {
48362
- _this29.$message.error(err.message);
48453
+ _this30.$message.error(err.message);
48363
48454
  }
48364
48455
  });
48365
48456
  },
48366
48457
  reqCircularRead: function reqCircularRead(type) {
48367
- var _this30 = this;
48458
+ var _this31 = this;
48368
48459
 
48369
48460
  var _that = this;
48370
48461
  var params = {
@@ -48378,7 +48469,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48378
48469
  };
48379
48470
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
48380
48471
  utils_util["a" /* default */].ajax(params).then(function (res) {
48381
- _this30.loading.close();
48472
+ _this31.loading.close();
48382
48473
  if (res.rCode == 0) {
48383
48474
  if (res.results.alert) {
48384
48475
  _that.$confirm(res.results.message, {
@@ -48409,20 +48500,20 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48409
48500
  * @date 2022年5月25日
48410
48501
  **/
48411
48502
  subProcess: function subProcess(val, type) {
48412
- var _this31 = this;
48503
+ var _this32 = this;
48413
48504
 
48414
48505
  return this.$refs['nextNode'].validate(function (valid) {
48415
48506
  if (valid) {
48416
- if (_this31.isSubmitButtonShowAgreeAndDisagree == 1) {
48417
- _this31.value = _this31.value.replace(RegExp('不同意。', 'g'), '');
48418
- _this31.value = _this31.value.replace(RegExp('同意。', 'g'), '');
48419
- _this31.value = val + _this31.value;
48507
+ if (_this32.isSubmitButtonShowAgreeAndDisagree == 1) {
48508
+ _this32.value = _this32.value.replace(RegExp('不同意。', 'g'), '');
48509
+ _this32.value = _this32.value.replace(RegExp('同意。', 'g'), '');
48510
+ _this32.value = val + _this32.value;
48420
48511
  }
48421
- if (!_this31.validInfo()) {
48422
- _this31.freeValid = false;
48512
+ if (!_this32.validInfo()) {
48513
+ _this32.freeValid = false;
48423
48514
  return;
48424
48515
  } else {
48425
- _this31.freeValid = true;
48516
+ _this32.freeValid = true;
48426
48517
  }
48427
48518
  // if (
48428
48519
  // this.currentNodeIsCircularReadNode &&
@@ -48432,14 +48523,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48432
48523
  // return;
48433
48524
  // }
48434
48525
  if (type == 'multiInsMidwayWithSubmitScene') {
48435
- _this31.sendData(type);
48526
+ _this32.sendData(type);
48436
48527
  return;
48437
48528
  }
48438
- if (_this31.beforeSubmit == undefined) {
48439
- _this31.subFun(_this31.sendData);
48529
+ if (_this32.beforeSubmit == undefined) {
48530
+ _this32.subFun(_this32.sendData);
48440
48531
  } else {
48441
- _this31.beforeSubmit(1).then(function (next) {
48442
- _this31.sendData();
48532
+ _this32.beforeSubmit(1).then(function (next) {
48533
+ _this32.sendData();
48443
48534
  }).catch(function (e) {});
48444
48535
  }
48445
48536
  }
@@ -48477,21 +48568,21 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48477
48568
  // return false;
48478
48569
  // }
48479
48570
 
48480
- if ((this.currentNodeIsCircularReadNode || this.isHideOtherOrg && this.isHideCurrentOrg) && this.nextNode.nextCurrentOrgObj.length == 0 && this.nextNode.nextOtherOrgObj.length == 0) {
48571
+ if ((this.currentNodeIsCircularReadNode || this.isHideOtherOrg && this.isHideCurrentOrg) && this.nextNode.nextCurrentOrgObj.length == 0 && this.nextNode.nextOtherOrgObj.length == 0 && this.nextNode.isReturnSubmitter != 1) {
48481
48572
  this.$message.warning('\u8BF7\u9009\u62E9\u4E0B\u6B65\u529E\u7406\u5BF9\u8C61!');
48482
48573
  return false;
48483
48574
  }
48484
48575
  return true;
48485
48576
  },
48486
48577
  flowSuccess: function flowSuccess(hideMessage) {
48487
- var _this32 = this;
48578
+ var _this33 = this;
48488
48579
 
48489
48580
  if (!this.simpleTips) {
48490
48581
  this.$alert('提交成功', '', {
48491
48582
  confirmButtonText: '确定',
48492
48583
  type: 'success',
48493
48584
  callback: function callback(action) {
48494
- _this32.$emit('success');
48585
+ _this33.$emit('success');
48495
48586
  }
48496
48587
  });
48497
48588
  } else {
@@ -48502,7 +48593,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48502
48593
  }
48503
48594
  },
48504
48595
  sendData: function sendData(freetype) {
48505
- var _this33 = this;
48596
+ var _this34 = this;
48506
48597
 
48507
48598
  if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
48508
48599
  if (this.directCreateCircularReadWhenFlowStarted) {
@@ -48524,58 +48615,58 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48524
48615
  break;
48525
48616
  }
48526
48617
 
48527
- if (!_this33.isFlow) {
48618
+ if (!_this34.isFlow) {
48528
48619
  _context.next = 4;
48529
48620
  break;
48530
48621
  }
48531
48622
 
48532
- if (_this33.directCreateCircularReadWhenFlowStarted) {
48533
- _this33.circulateVisible = true;
48623
+ if (_this34.directCreateCircularReadWhenFlowStarted) {
48624
+ _this34.circulateVisible = true;
48534
48625
  } else {
48535
- _this33.handleVisible = true;
48626
+ _this34.handleVisible = true;
48536
48627
  }
48537
48628
  return _context.abrupt('return');
48538
48629
 
48539
48630
  case 4:
48540
48631
  nextUserId = [];
48541
48632
 
48542
- if (_this33.multiple) {
48543
- _this33.nextNode.nextUserId && _this33.nextNode.nextUserId.map(function (item) {
48633
+ if (_this34.multiple) {
48634
+ _this34.nextNode.nextUserId && _this34.nextNode.nextUserId.map(function (item) {
48544
48635
  return nextUserId.push(item);
48545
48636
  });
48546
48637
  }
48547
48638
  addSignUserId = [];
48548
48639
 
48549
- if (_this33.isCanAddSign && _this33.nextNode.isAddSign == '1') {
48550
- _this33.nextNode.addSignUserId.map(function (item) {
48640
+ if (_this34.isCanAddSign && _this34.nextNode.isAddSign == '1') {
48641
+ _this34.nextNode.addSignUserId.map(function (item) {
48551
48642
  addSignUserId.push(item);
48552
48643
  });
48553
48644
  }
48554
48645
  removeSignUserId = [];
48555
48646
 
48556
- if (_this33.isCanRemoveSign && _this33.nextNode.isRemoveSign == '1') {
48557
- _this33.nextNode.removeSignUserId.map(function (item) {
48647
+ if (_this34.isCanRemoveSign && _this34.nextNode.isRemoveSign == '1') {
48648
+ _this34.nextNode.removeSignUserId.map(function (item) {
48558
48649
  removeSignUserId.push(item);
48559
48650
  });
48560
48651
  }
48561
48652
  str = '';
48562
48653
 
48563
- if (_this33.value) {
48564
- str = _this33.value.replace(/\s+/g, '');
48654
+ if (_this34.value) {
48655
+ str = _this34.value.replace(/\s+/g, '');
48565
48656
  }
48566
- if ((!_this33.value || str === '') && _this33.nodeDefaultSubmitOpinion) {
48567
- _this33.value = _this33.nodeDefaultSubmitOpinion;
48657
+ if ((!_this34.value || str === '') && _this34.nodeDefaultSubmitOpinion) {
48658
+ _this34.value = _this34.nodeDefaultSubmitOpinion;
48568
48659
  }
48569
- if (!_this33.isSpecial) {
48570
- delete _this33.nextNode.nextOperate;
48571
- delete _this33.nextNode.nextNodeId;
48660
+ if (!_this34.isSpecial) {
48661
+ delete _this34.nextNode.nextOperate;
48662
+ delete _this34.nextNode.nextNodeId;
48572
48663
  }
48573
- if (_this33.nextNode.nextOperate === 9 || _this33.oldNextOperate == 9) {
48574
- _this33.nextNode.isReturnRejectNode = 1;
48575
- _this33.nextNode.processDefinitionId = _this33.processObj.taskExamine.processDefinitionId;
48664
+ if (_this34.nextNode.nextOperate === 9 || _this34.oldNextOperate == 9) {
48665
+ _this34.nextNode.isReturnRejectNode = 1;
48666
+ _this34.nextNode.processDefinitionId = _this34.processObj.taskExamine.processDefinitionId;
48576
48667
  }
48577
- if (_this33.nextNode.nextOperate != 0 && _this33.nextNode.nextOperate != 1 && _this33.oldNextOperate === '' || _this33.oldNextOperate !== '' && _this33.oldNextOperate != 0 && _this33.oldNextOperate != 1) {
48578
- delete _this33.nextNode.nextNodeId;
48668
+ if (_this34.nextNode.nextOperate != 0 && _this34.nextNode.nextOperate != 1 && _this34.oldNextOperate === '' || _this34.oldNextOperate !== '' && _this34.oldNextOperate != 0 && _this34.oldNextOperate != 1) {
48669
+ delete _this34.nextNode.nextNodeId;
48579
48670
  }
48580
48671
 
48581
48672
  if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
@@ -48584,45 +48675,45 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48584
48675
  }
48585
48676
 
48586
48677
  _context.next = 19;
48587
- return _this33.saveInfo('subMit');
48678
+ return _this34.saveInfo('subMit');
48588
48679
 
48589
48680
  case 19:
48590
- _this33.loading = utils_util["a" /* default */].loading(_this33.$loading, '加载中...');
48681
+ _this34.loading = utils_util["a" /* default */].loading(_this34.$loading, '加载中...');
48591
48682
 
48592
48683
  case 20:
48593
48684
  notificationType = '';
48594
48685
 
48595
- notificationType = _this33.nextNode.notificationType.join(',');
48686
+ notificationType = _this34.nextNode.notificationType.join(',');
48596
48687
  addSignUserId = addSignUserId.join(',');
48597
48688
  removeSignUserId = removeSignUserId.join(',');
48598
- if (!_this33.isCanPreAddSign || _this33.nextNode.isAddSign != '1') {
48599
- delete _this33.nextNode.addSignMode;
48689
+ if (!_this34.isCanPreAddSign || _this34.nextNode.isAddSign != '1') {
48690
+ delete _this34.nextNode.addSignMode;
48600
48691
  }
48601
48692
 
48602
- params = flow_src_mainvue_type_script_lang_js_extends({}, _this33.nextNode, {
48603
- nextOperate: _this33.oldNextOperate !== '' ? _this33.oldNextOperate : _this33.nextNode.nextOperate,
48604
- pendingId: _this33.pendingId,
48605
- opinion: _this33.isForceDisplayDefaultOptionForPrefix && !_this33.value.startsWith(_this33.nodeDefaultSubmitOpinion) ? _this33.nodeDefaultSubmitOpinion + _this33.value : _this33.value,
48693
+ params = flow_src_mainvue_type_script_lang_js_extends({}, _this34.nextNode, {
48694
+ nextOperate: _this34.oldNextOperate !== '' ? _this34.oldNextOperate : _this34.nextNode.nextOperate,
48695
+ pendingId: _this34.pendingId,
48696
+ opinion: _this34.isForceDisplayDefaultOptionForPrefix && !_this34.value.startsWith(_this34.nodeDefaultSubmitOpinion) ? _this34.nodeDefaultSubmitOpinion + _this34.value : _this34.value,
48606
48697
  userId: utils_util["a" /* default */].getStorage('userId'),
48607
- nextUserId: _this33.multiple ? nextUserId.join(',') : _this33.nextNode.nextUserId,
48698
+ nextUserId: _this34.multiple ? nextUserId.join(',') : _this34.nextNode.nextUserId,
48608
48699
  addSignUserId: addSignUserId,
48609
- customPresetUserJson: JSON.stringify(_this33.presetList),
48610
- presetUserJson: JSON.stringify(_this33.presetUserJson),
48700
+ customPresetUserJson: JSON.stringify(_this34.presetList),
48701
+ presetUserJson: JSON.stringify(_this34.presetUserJson),
48611
48702
  removeSignUserId: removeSignUserId,
48612
- nextReadUserId: _this33.readMultiple ? _this33.mixReadList && _this33.mixReadList.join('|') : _this33.nextNode.nextReadUserId,
48613
- nextOrgId: !_this33.isShowNextUser ? _this33.multiple ? _this33.mixOrgIdList && _this33.mixOrgIdList.join('|') : _this33.nextNode.nextOrgId : '',
48614
- presetReadUserId: _this33.mixPresetList && _this33.mixPresetList.length > 0 ? _this33.mixPresetList.join('|') : _this33.nextNode.presetReadUserId.join(','),
48703
+ nextReadUserId: _this34.readMultiple ? _this34.mixReadList && _this34.mixReadList.join('|') : _this34.nextNode.nextReadUserId,
48704
+ nextOrgId: !_this34.isShowNextUser ? _this34.multiple ? _this34.mixOrgIdList && _this34.mixOrgIdList.join('|') : _this34.nextNode.nextOrgId : '',
48705
+ presetReadUserId: _this34.mixPresetList && _this34.mixPresetList.length > 0 ? _this34.mixPresetList.join('|') : _this34.nextNode.presetReadUserId.join(','),
48615
48706
  notificationType: notificationType
48616
48707
  });
48617
48708
 
48618
- if (_this33.activeNames != '1') delete params.customPresetUserJson;
48619
- if (_this33.nextNode.isRemoveSign != '1') {
48709
+ if (_this34.activeNames != '1') delete params.customPresetUserJson;
48710
+ if (_this34.nextNode.isRemoveSign != '1') {
48620
48711
  delete params.removeSignUserId;
48621
48712
  }
48622
- if (_this33.nextNode.isAddSign != '1') {
48713
+ if (_this34.nextNode.isAddSign != '1') {
48623
48714
  delete params.addSignUserId;
48624
48715
  }
48625
- if (!_this33.isSpecial) {
48716
+ if (!_this34.isSpecial) {
48626
48717
  delete params.nextUserId;
48627
48718
  }
48628
48719
 
@@ -48631,13 +48722,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48631
48722
  break;
48632
48723
  }
48633
48724
 
48634
- params.isSubFlow = _this33.taskExamineInfo.isSubFlow;
48635
- _this33.taskParams = params;
48725
+ params.isSubFlow = _this34.taskExamineInfo.isSubFlow;
48726
+ _this34.taskParams = params;
48636
48727
  return _context.abrupt('return');
48637
48728
 
48638
48729
  case 34:
48639
- _this33.loading = utils_util["a" /* default */].loading(_this33.$loading, '提交中...');
48640
- isEndUserTask = _this33.isEndUserTask, choiceOrgId = _this33.choiceOrgId, choiceDeptId = _this33.choiceDeptId, pOrgId = _this33.pOrgId, taskExamineInfo = _this33.taskExamineInfo, currentNodeIsCircularReadNode = _this33.currentNodeIsCircularReadNode, needRetrialAuth = _this33.needRetrialAuth, circularReadParamsMap = _this33.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this33.currentNodeEnableItemHandleDescription;
48730
+ _this34.loading = utils_util["a" /* default */].loading(_this34.$loading, '提交中...');
48731
+ isEndUserTask = _this34.isEndUserTask, choiceOrgId = _this34.choiceOrgId, choiceDeptId = _this34.choiceDeptId, pOrgId = _this34.pOrgId, taskExamineInfo = _this34.taskExamineInfo, currentNodeIsCircularReadNode = _this34.currentNodeIsCircularReadNode, needRetrialAuth = _this34.needRetrialAuth, circularReadParamsMap = _this34.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this34.currentNodeEnableItemHandleDescription;
48641
48732
 
48642
48733
  params.isEndUserTask = isEndUserTask;
48643
48734
  params.choiceOrgId = choiceOrgId;
@@ -48657,21 +48748,21 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48657
48748
  if (!currentNodeEnableItemHandleDescription) {
48658
48749
  delete params.nextItemHandleDescription;
48659
48750
  }
48660
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Nb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
48751
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Ob" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
48661
48752
  var status = res.status,
48662
48753
  message = res.message;
48663
48754
 
48664
- _this33.loading.close();
48755
+ _this34.loading.close();
48665
48756
  if (status === 'success') {
48666
- _this33.flowSuccess();
48757
+ _this34.flowSuccess();
48667
48758
  } else {
48668
- _this33.$message.error(message || '系统错误,请联系管理员!');
48669
- _this33.$emit('error');
48759
+ _this34.$message.error(message || '系统错误,请联系管理员!');
48760
+ _this34.$emit('error');
48670
48761
  }
48671
48762
  }).catch(function (err) {
48672
- _this33.loading.close();
48763
+ _this34.loading.close();
48673
48764
  if (err.message && err.message !== 'canceled') {
48674
- _this33.$message.error(err.message);
48765
+ _this34.$message.error(err.message);
48675
48766
  }
48676
48767
  }));
48677
48768
 
@@ -48683,7 +48774,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48683
48774
  return _context.stop();
48684
48775
  }
48685
48776
  }
48686
- }, _callee, _this33);
48777
+ }, _callee, _this34);
48687
48778
  }));
48688
48779
 
48689
48780
  return function (_x) {
@@ -48739,8 +48830,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48739
48830
 
48740
48831
  var flow_src_main_component = normalizeComponent(
48741
48832
  packages_flow_src_mainvue_type_script_lang_js_,
48742
- mainvue_type_template_id_8a0e2250_render,
48743
- mainvue_type_template_id_8a0e2250_staticRenderFns,
48833
+ mainvue_type_template_id_2181006a_render,
48834
+ mainvue_type_template_id_2181006a_staticRenderFns,
48744
48835
  false,
48745
48836
  null,
48746
48837
  null,
@@ -52006,7 +52097,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52006
52097
  return x.id;
52007
52098
  }).join(',');
52008
52099
  var params = {
52009
- url: api["Pb" /* taskReadWithDraw */],
52100
+ url: api["Qb" /* taskReadWithDraw */],
52010
52101
  params: {
52011
52102
  pendingIds: pendingIds
52012
52103
  }
@@ -52094,7 +52185,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52094
52185
  getCircularReadList: function getCircularReadList() {
52095
52186
  var _that = this;
52096
52187
  var params = {
52097
- url: api["tb" /* pendedhistoryListWithCircularReadJson */],
52188
+ url: api["ub" /* pendedhistoryListWithCircularReadJson */],
52098
52189
  params: { apprecordid: _that.businessId }
52099
52190
  };
52100
52191
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -52268,7 +52359,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52268
52359
 
52269
52360
  this.pressLoading = true;
52270
52361
  var params = {
52271
- url: api["ub" /* pressListJson */],
52362
+ url: api["vb" /* pressListJson */],
52272
52363
  params: { historyId: historyId },
52273
52364
  method: 'POST',
52274
52365
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
@@ -52374,7 +52465,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52374
52465
  var _this12 = this;
52375
52466
 
52376
52467
  var params = {
52377
- url: api["sb" /* pendedhistoryListJson */],
52468
+ url: api["tb" /* pendedhistoryListJson */],
52378
52469
  params: flow_list_src_mainvue_type_script_lang_js_extends({
52379
52470
  apprecordid: this.businessId,
52380
52471
  pendingAttr: 0,
@@ -52543,7 +52634,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52543
52634
  var _this15 = this;
52544
52635
 
52545
52636
  var param = {
52546
- url: api["Yb" /* toPresetInfoListIndex */],
52637
+ url: api["Zb" /* toPresetInfoListIndex */],
52547
52638
  params: { apprecordid: this.businessId }
52548
52639
  };
52549
52640
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -52806,7 +52897,7 @@ mainvue_type_template_id_3d02c60c_render._withStripped = true
52806
52897
 
52807
52898
  if (this.job.id !== item.id) {
52808
52899
  this.job = item;
52809
- utils_util["a" /* default */].ajax({ url: api["Kb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
52900
+ utils_util["a" /* default */].ajax({ url: api["Lb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
52810
52901
  if (res.rCode == 0) {
52811
52902
  utils_util["a" /* default */].setStorage({
52812
52903
  type: _this.storage,
@@ -53515,7 +53606,7 @@ var _props;
53515
53606
  document.body.appendChild(iframe);
53516
53607
  }
53517
53608
  }
53518
- utils_util["a" /* default */].ajax({ method: 'post', url: api["pb" /* logout */] }).then(function (res) {
53609
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["qb" /* logout */] }).then(function (res) {
53519
53610
  if (res.rCode == 0) {
53520
53611
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
53521
53612
  if (_this.onQuit && typeof _this.onQuit === 'function') {
@@ -53647,7 +53738,7 @@ mainvue_type_template_id_20e44f4a_render._withStripped = true
53647
53738
  props: {
53648
53739
  preview: {
53649
53740
  type: String,
53650
- default: api["vb" /* previewAdjunct */] + '?adjunctId='
53741
+ default: api["wb" /* previewAdjunct */] + '?adjunctId='
53651
53742
  },
53652
53743
  contents: [Object, String]
53653
53744
  },
@@ -56808,7 +56899,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
56808
56899
  var _this2 = this;
56809
56900
 
56810
56901
  utils_util["a" /* default */].ajax({
56811
- url: api["jb" /* initModifyPassword */]
56902
+ url: api["kb" /* initModifyPassword */]
56812
56903
  }).then(function (res) {
56813
56904
  if (res.rCode === 0) {
56814
56905
  var results = JSON.parse(JSON.stringify(res.results));
@@ -56913,7 +57004,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
56913
57004
  data.operationCheckCode = this.operationCheckCode;
56914
57005
  utils_util["a" /* default */].ajax({
56915
57006
  method: 'post',
56916
- url: api["nb" /* loginModifyPassword */],
57007
+ url: api["ob" /* loginModifyPassword */],
56917
57008
  data: data
56918
57009
  }).then(function (res) {
56919
57010
  _this5.submit = false;
@@ -57537,7 +57628,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
57537
57628
  //初始登录配置接口地址
57538
57629
  initLogin: {
57539
57630
  type: String,
57540
- default: api["ib" /* initLogin */]
57631
+ default: api["jb" /* initLogin */]
57541
57632
  },
57542
57633
  size: String,
57543
57634
  mode: {
@@ -61755,7 +61846,7 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
61755
61846
  },
61756
61847
  handleClick: function handleClick(res) {
61757
61848
  utils_util["a" /* default */].ajax({
61758
- url: api["yb" /* recordUserApp */],
61849
+ url: api["zb" /* recordUserApp */],
61759
61850
  params: {
61760
61851
  userId: this.user.userId,
61761
61852
  appId: res.id
@@ -62141,7 +62232,7 @@ userinfovue_type_template_id_8643d5d2_render._withStripped = true
62141
62232
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
62142
62233
  initLogin && (initLogin = JSON.parse(initLogin));
62143
62234
  utils_util["a" /* default */].ajax({
62144
- url: api["tc" /* updateUserInfo */],
62235
+ url: api["uc" /* updateUserInfo */],
62145
62236
  params: {
62146
62237
  email: this.model.email,
62147
62238
  officeTel: this.model.officeTel,
@@ -62380,7 +62471,7 @@ var userinfo_component = normalizeComponent(
62380
62471
  var _this2 = this;
62381
62472
 
62382
62473
  utils_util["a" /* default */].ajax({
62383
- url: api["lb" /* initUserSet */]
62474
+ url: api["mb" /* initUserSet */]
62384
62475
  }).then(function (res) {
62385
62476
  if (res.rCode === 0) {
62386
62477
  var results = JSON.parse(JSON.stringify(res.results));
@@ -62421,7 +62512,7 @@ var userinfo_component = normalizeComponent(
62421
62512
  var notify = this.checked.join(',');
62422
62513
  utils_util["a" /* default */].ajax({
62423
62514
  method: 'post',
62424
- url: api["sc" /* updateUserCustomInfo */],
62515
+ url: api["tc" /* updateUserCustomInfo */],
62425
62516
  data: {
62426
62517
  notify: notify
62427
62518
  }
@@ -62451,7 +62542,7 @@ var userinfo_component = normalizeComponent(
62451
62542
  if (this.user.identityId !== res.id) {
62452
62543
  utils_util["a" /* default */].ajax({
62453
62544
  method: 'post',
62454
- url: api["Kb" /* switchUserTo */],
62545
+ url: api["Lb" /* switchUserTo */],
62455
62546
  data: { userId: res.value }
62456
62547
  }).then(function (res) {
62457
62548
  if (res.rCode == 0) {
@@ -62843,7 +62934,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
62843
62934
  if (this.pageNum <= this.pageCount) {
62844
62935
  this.loading = true;
62845
62936
  utils_util["a" /* default */].ajax({
62846
- url: api["Lb" /* sysMsgPage */],
62937
+ url: api["Mb" /* sysMsgPage */],
62847
62938
  params: {
62848
62939
  pageNum: reload ? 1 : this.pageNum,
62849
62940
  pageSize: this.pageSize
@@ -62876,7 +62967,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
62876
62967
  var _this2 = this;
62877
62968
 
62878
62969
  utils_util["a" /* default */].ajax({
62879
- url: api["hb" /* ignoreSysMsg */],
62970
+ url: api["ib" /* ignoreSysMsg */],
62880
62971
  params: {
62881
62972
  id: res.id
62882
62973
  }
@@ -62896,7 +62987,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
62896
62987
  var _this3 = this;
62897
62988
 
62898
62989
  utils_util["a" /* default */].ajax({
62899
- url: api["gb" /* ignoreAllSysMsg */]
62990
+ url: api["hb" /* ignoreAllSysMsg */]
62900
62991
  }).then(function (res) {
62901
62992
  _this3.count = 0;
62902
62993
  _this3.msgs = [];
@@ -63256,7 +63347,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
63256
63347
  var _this = this;
63257
63348
 
63258
63349
  utils_util["a" /* default */].ajax({
63259
- url: api["hb" /* ignoreSysMsg */],
63350
+ url: api["ib" /* ignoreSysMsg */],
63260
63351
  params: {
63261
63352
  id: res.id
63262
63353
  }
@@ -63275,7 +63366,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
63275
63366
  var _this2 = this;
63276
63367
 
63277
63368
  utils_util["a" /* default */].ajax({
63278
- url: api["gb" /* ignoreAllSysMsg */]
63369
+ url: api["hb" /* ignoreAllSysMsg */]
63279
63370
  }).then(function (res) {
63280
63371
  _this2.msgs = [];
63281
63372
  _this2.$emit('ignore', { type: 'ignore', value: 'all' });
@@ -64061,7 +64152,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
64061
64152
  props: {
64062
64153
  sysuseronline: {
64063
64154
  type: String,
64064
- default: api["yc" /* userOnline */]
64155
+ default: api["zc" /* userOnline */]
64065
64156
  }
64066
64157
  },
64067
64158
  data: function data() {
@@ -64734,7 +64825,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
64734
64825
  },
64735
64826
  searchType: {
64736
64827
  type: String,
64737
- default: api["Eb" /* searchType */]
64828
+ default: api["Fb" /* searchType */]
64738
64829
  },
64739
64830
  pageSize: {
64740
64831
  type: Number,
@@ -65520,7 +65611,7 @@ var events = [function (tabs, index, that) {
65520
65611
  //应用列表接口
65521
65612
  appsUrl: {
65522
65613
  type: String,
65523
- default: api["db" /* getUserAppWithTag */]
65614
+ default: api["eb" /* getUserAppWithTag */]
65524
65615
  },
65525
65616
  //是否启用子应用菜单接口
65526
65617
  application: {
@@ -66354,8 +66445,8 @@ var events = [function (tabs, index, that) {
66354
66445
  var _this5 = this;
66355
66446
 
66356
66447
  this.webSocket = utils_util["a" /* default */].socket({
66357
- url: api["zc" /* wss */],
66358
- take: api["pc" /* topic */],
66448
+ url: api["Ac" /* wss */],
66449
+ take: api["qc" /* topic */],
66359
66450
  success: function success(res) {
66360
66451
  var data = res.data || {};
66361
66452
  for (var i in data) {
@@ -66564,7 +66655,7 @@ var events = [function (tabs, index, that) {
66564
66655
  **/
66565
66656
  handlerClickMenu: function handlerClickMenu(res) {
66566
66657
  utils_util["a" /* default */].ajax({
66567
- url: api["yb" /* recordUserApp */],
66658
+ url: api["zb" /* recordUserApp */],
66568
66659
  params: {
66569
66660
  userId: this.user.userId,
66570
66661
  appId: res.id
@@ -66852,7 +66943,7 @@ var events = [function (tabs, index, that) {
66852
66943
  document.body.appendChild(iframe);
66853
66944
  }
66854
66945
  }
66855
- utils_util["a" /* default */].ajax({ method: 'post', url: api["pb" /* logout */] }).then(function (res) {
66946
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["qb" /* logout */] }).then(function (res) {
66856
66947
  if (res.rCode == 0) {
66857
66948
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
66858
66949
  if (_this6.onQuit && typeof _this6.onQuit === 'function') {
@@ -67913,7 +68004,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
67913
68004
  var _this2 = this;
67914
68005
 
67915
68006
  utils_util["a" /* default */].ajax({
67916
- url: api["lb" /* initUserSet */]
68007
+ url: api["mb" /* initUserSet */]
67917
68008
  }).then(function (res) {
67918
68009
  if (res.rCode === 0) {
67919
68010
  var results = JSON.parse(JSON.stringify(res.results));
@@ -67962,7 +68053,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
67962
68053
 
67963
68054
  switch (type) {
67964
68055
  case 'job':
67965
- utils_util["a" /* default */].ajax({ url: api["Kb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
68056
+ utils_util["a" /* default */].ajax({ url: api["Lb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
67966
68057
  if (res.rCode == 0) {
67967
68058
  utils_util["a" /* default */].setStorage({
67968
68059
  type: _this3.storage,
@@ -68003,7 +68094,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
68003
68094
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
68004
68095
  initLogin && (initLogin = JSON.parse(initLogin));
68005
68096
  utils_util["a" /* default */].ajax({
68006
- url: api["tc" /* updateUserInfo */],
68097
+ url: api["uc" /* updateUserInfo */],
68007
68098
  params: {
68008
68099
  email: this.values.email,
68009
68100
  officeTel: this.values.officeTel,
@@ -68061,7 +68152,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
68061
68152
  var notify = _this4.values.notify.sort().join(',');
68062
68153
  if (notify != _this4.notify.split(',').sort().join(',')) {
68063
68154
  utils_util["a" /* default */].ajax({
68064
- url: api["sc" /* updateUserCustomInfo */],
68155
+ url: api["tc" /* updateUserCustomInfo */],
68065
68156
  params: {
68066
68157
  notify: notify
68067
68158
  }
@@ -68416,7 +68507,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
68416
68507
  if (this.pageNum <= this.pageCount) {
68417
68508
  this.loading = true;
68418
68509
  utils_util["a" /* default */].ajax({
68419
- url: api["Lb" /* sysMsgPage */],
68510
+ url: api["Mb" /* sysMsgPage */],
68420
68511
  params: {
68421
68512
  pageNum: reload ? 1 : this.pageNum,
68422
68513
  pageSize: this.pageSize
@@ -68449,7 +68540,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
68449
68540
  var _this2 = this;
68450
68541
 
68451
68542
  utils_util["a" /* default */].ajax({
68452
- url: api["hb" /* ignoreSysMsg */],
68543
+ url: api["ib" /* ignoreSysMsg */],
68453
68544
  params: {
68454
68545
  id: res.id
68455
68546
  }
@@ -68469,7 +68560,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
68469
68560
  var _this3 = this;
68470
68561
 
68471
68562
  utils_util["a" /* default */].ajax({
68472
- url: api["gb" /* ignoreAllSysMsg */]
68563
+ url: api["hb" /* ignoreAllSysMsg */]
68473
68564
  }).then(function (res) {
68474
68565
  _this3.count = 0;
68475
68566
  _this3.msgs = [];
@@ -68804,7 +68895,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
68804
68895
  var _this = this;
68805
68896
 
68806
68897
  utils_util["a" /* default */].ajax({
68807
- url: api["gb" /* ignoreAllSysMsg */]
68898
+ url: api["hb" /* ignoreAllSysMsg */]
68808
68899
  }).then(function (res) {
68809
68900
  _this.count = 0;
68810
68901
  _this.msgs = [];
@@ -69311,7 +69402,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
69311
69402
  //获取用户信息的接口
69312
69403
  mainConfig: {
69313
69404
  type: String,
69314
- default: api["qb" /* mainConfig */]
69405
+ default: api["rb" /* mainConfig */]
69315
69406
  },
69316
69407
  iframeId: {
69317
69408
  type: String,
@@ -69739,7 +69830,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
69739
69830
  return;
69740
69831
  }
69741
69832
  utils_util["a" /* default */].ajax({
69742
- url: api["sc" /* updateUserCustomInfo */],
69833
+ url: api["tc" /* updateUserCustomInfo */],
69743
69834
  params: { color: escape(color.toLowerCase()) },
69744
69835
  data: { color: escape(color.toLowerCase()) }
69745
69836
  }).then(function (res) {
@@ -70952,8 +71043,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
70952
71043
  var _this11 = this;
70953
71044
 
70954
71045
  this.webSocket = utils_util["a" /* default */].socket({
70955
- url: api["zc" /* wss */],
70956
- take: api["pc" /* topic */],
71046
+ url: api["Ac" /* wss */],
71047
+ take: api["qc" /* topic */],
70957
71048
  success: function success(res) {
70958
71049
  var data = res.data || {};
70959
71050
  for (var i in data) {
@@ -72798,7 +72889,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
72798
72889
  text: '重发',
72799
72890
  format: false,
72800
72891
  method: 'post',
72801
- action: api["Fb" /* sendBatch */]
72892
+ action: api["Gb" /* sendBatch */]
72802
72893
  }]
72803
72894
  }];
72804
72895
  }
@@ -72985,13 +73076,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
72985
73076
  },
72986
73077
  data: function data() {
72987
73078
  return {
72988
- sendList: api["Hb" /* sendList */],
72989
- sendBatch: api["Fb" /* sendBatch */],
73079
+ sendList: api["Ib" /* sendList */],
73080
+ sendBatch: api["Gb" /* sendBatch */],
72990
73081
  tableCount: 0,
72991
73082
  selectData: [],
72992
73083
  formTitle: '',
72993
73084
  showForm: false,
72994
- formData: api["Gb" /* sendInfo */],
73085
+ formData: api["Hb" /* sendInfo */],
72995
73086
  params: {},
72996
73087
  sendTypeDict: [],
72997
73088
  statusDict: []
@@ -73010,7 +73101,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
73010
73101
  type: 'primary',
73011
73102
  checkbox: true,
73012
73103
  format: false,
73013
- action: api["Fb" /* sendBatch */]
73104
+ action: api["Gb" /* sendBatch */]
73014
73105
  }]
73015
73106
  }, {
73016
73107
  type: 'search',
@@ -74953,7 +75044,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
74953
75044
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
74954
75045
  mainConfig && (this.userModel = JSON.parse(mainConfig).userModel);
74955
75046
  utils_util["a" /* default */].ajax({
74956
- url: api["kb" /* initRetrialAuth */]
75047
+ url: api["lb" /* initRetrialAuth */]
74957
75048
  }).then(function (res) {
74958
75049
  var rCode = res.rCode,
74959
75050
  results = res.results;
@@ -75062,7 +75153,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
75062
75153
  uuid: this.uuid
75063
75154
  };
75064
75155
  utils_util["a" /* default */].ajax({
75065
- url: api["Db" /* scanCodeRetrialAuth */],
75156
+ url: api["Eb" /* scanCodeRetrialAuth */],
75066
75157
  method: 'post',
75067
75158
  data: params,
75068
75159
  params: params
@@ -75796,7 +75887,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
75796
75887
  labelKey: this.label,
75797
75888
  loading: this.loading,
75798
75889
  disabled: this.disabled,
75799
- tree: typeof this.tree === 'boolean' ? this.tree : select_src_mainvue_type_script_lang_js_extends({}, this.tree, { lazy: this.label }),
75890
+ tree: typeof this.tree === 'boolean' ? this.tree : select_src_mainvue_type_script_lang_js_extends({}, this.tree, { lazy: this.lazy }),
75800
75891
  data: this.results,
75801
75892
  // 父级是否可选
75802
75893
  parentCheck: this.parentCheck,
@@ -76499,8 +76590,8 @@ select_ganged_src_main.install = function (Vue) {
76499
76590
  };
76500
76591
 
76501
76592
  /* harmony default export */ var select_ganged = (select_ganged_src_main);
76502
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=31df2fd0&
76503
- var mainvue_type_template_id_31df2fd0_render = function () {
76593
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=6cd08dd8&
76594
+ var mainvue_type_template_id_6cd08dd8_render = function () {
76504
76595
  var _vm = this
76505
76596
  var _h = _vm.$createElement
76506
76597
  var _c = _vm._self._c || _h
@@ -77092,11 +77183,11 @@ var mainvue_type_template_id_31df2fd0_render = function () {
77092
77183
  )
77093
77184
  : _vm._e()
77094
77185
  }
77095
- var mainvue_type_template_id_31df2fd0_staticRenderFns = []
77096
- mainvue_type_template_id_31df2fd0_render._withStripped = true
77186
+ var mainvue_type_template_id_6cd08dd8_staticRenderFns = []
77187
+ mainvue_type_template_id_6cd08dd8_render._withStripped = true
77097
77188
 
77098
77189
 
77099
- // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=31df2fd0&
77190
+ // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=6cd08dd8&
77100
77191
 
77101
77192
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
77102
77193
  var clickoutside_ = __webpack_require__(17);
@@ -77339,6 +77430,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77339
77430
  //
77340
77431
  //
77341
77432
  //
77433
+ //
77434
+ //
77342
77435
 
77343
77436
 
77344
77437
 
@@ -77459,7 +77552,13 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77459
77552
  };
77460
77553
  }
77461
77554
  },
77555
+ //混选
77462
77556
  mix: Boolean,
77557
+ //混选时是否分类显示
77558
+ classify: {
77559
+ type: Boolean,
77560
+ default: true
77561
+ },
77463
77562
  noMatchText: {
77464
77563
  type: String,
77465
77564
  default: '无匹配数据'
@@ -77812,7 +77911,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77812
77911
  getLabel: function getLabel(res) {
77813
77912
  var tag = '';
77814
77913
  if (this.mix) {
77815
- tag = utils_util["a" /* default */].getTypeName(res.stype);
77914
+ tag = this.classify ? utils_util["a" /* default */].getTypeName(res.stype) : '';
77816
77915
  } else if (this.showFilterListDep) {
77817
77916
  tag = this.getDep(res);
77818
77917
  }
@@ -77842,8 +77941,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77842
77941
 
77843
77942
  var selector_src_main_component = normalizeComponent(
77844
77943
  packages_selector_src_mainvue_type_script_lang_js_,
77845
- mainvue_type_template_id_31df2fd0_render,
77846
- mainvue_type_template_id_31df2fd0_staticRenderFns,
77944
+ mainvue_type_template_id_6cd08dd8_render,
77945
+ mainvue_type_template_id_6cd08dd8_staticRenderFns,
77847
77946
  false,
77848
77947
  null,
77849
77948
  null,
@@ -83409,7 +83508,7 @@ mainvue_type_template_id_6baa7a0b_render._withStripped = true
83409
83508
  },
83410
83509
  url: {
83411
83510
  type: String,
83412
- default: api["eb" /* gethelpdoc */]
83511
+ default: api["fb" /* gethelpdoc */]
83413
83512
  },
83414
83513
  param: {
83415
83514
  type: Object,
@@ -83553,8 +83652,8 @@ tips_src_main.install = function (Vue) {
83553
83652
  };
83554
83653
 
83555
83654
  /* harmony default export */ var tips = (tips_src_main);
83556
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=367f47a8&
83557
- var mainvue_type_template_id_367f47a8_render = function () {
83655
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=c4738eee&
83656
+ var mainvue_type_template_id_c4738eee_render = function () {
83558
83657
  var _vm = this
83559
83658
  var _h = _vm.$createElement
83560
83659
  var _c = _vm._self._c || _h
@@ -83702,6 +83801,7 @@ var mainvue_type_template_id_367f47a8_render = function () {
83702
83801
  "empty-text": !_vm.loading ? "暂无数据" : "",
83703
83802
  "node-key": _vm.nodeKey,
83704
83803
  indent: 12,
83804
+ lazy: _vm.lazy,
83705
83805
  data: _vm.treeData,
83706
83806
  props: _vm.defaultProps,
83707
83807
  "filter-node-method": _vm.filterNode,
@@ -83750,11 +83850,11 @@ var mainvue_type_template_id_367f47a8_render = function () {
83750
83850
  )
83751
83851
  : _vm._e()
83752
83852
  }
83753
- var mainvue_type_template_id_367f47a8_staticRenderFns = []
83754
- mainvue_type_template_id_367f47a8_render._withStripped = true
83853
+ var mainvue_type_template_id_c4738eee_staticRenderFns = []
83854
+ mainvue_type_template_id_c4738eee_render._withStripped = true
83755
83855
 
83756
83856
 
83757
- // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=367f47a8&
83857
+ // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=c4738eee&
83758
83858
 
83759
83859
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=script&lang=js&
83760
83860
  //
@@ -83845,6 +83945,7 @@ mainvue_type_template_id_367f47a8_render._withStripped = true
83845
83945
  //
83846
83946
  //
83847
83947
  //
83948
+ //
83848
83949
 
83849
83950
 
83850
83951
 
@@ -84469,8 +84570,8 @@ mainvue_type_template_id_367f47a8_render._withStripped = true
84469
84570
 
84470
84571
  var tree_src_main_component = normalizeComponent(
84471
84572
  packages_tree_src_mainvue_type_script_lang_js_,
84472
- mainvue_type_template_id_367f47a8_render,
84473
- mainvue_type_template_id_367f47a8_staticRenderFns,
84573
+ mainvue_type_template_id_c4738eee_render,
84574
+ mainvue_type_template_id_c4738eee_staticRenderFns,
84474
84575
  false,
84475
84576
  null,
84476
84577
  null,
@@ -90162,8 +90263,8 @@ form_src_table.install = function (Vue) {
90162
90263
  };
90163
90264
 
90164
90265
  /* harmony default export */ var table_form = (form_src_table);
90165
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=8bdc905c&
90166
- var mainvue_type_template_id_8bdc905c_render = function () {
90266
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=02b1ced8&
90267
+ var mainvue_type_template_id_02b1ced8_render = function () {
90167
90268
  var _vm = this
90168
90269
  var _h = _vm.$createElement
90169
90270
  var _c = _vm._self._c || _h
@@ -90543,11 +90644,11 @@ var mainvue_type_template_id_8bdc905c_render = function () {
90543
90644
  )
90544
90645
  : _vm._e()
90545
90646
  }
90546
- var mainvue_type_template_id_8bdc905c_staticRenderFns = []
90547
- mainvue_type_template_id_8bdc905c_render._withStripped = true
90647
+ var mainvue_type_template_id_02b1ced8_staticRenderFns = []
90648
+ mainvue_type_template_id_02b1ced8_render._withStripped = true
90548
90649
 
90549
90650
 
90550
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=8bdc905c&
90651
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=02b1ced8&
90551
90652
 
90552
90653
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
90553
90654
  /* harmony default export */ var picture = ({
@@ -90994,7 +91095,7 @@ var mainvue_type_script_lang_js_props;
90994
91095
  source: '',
90995
91096
  excludeNames: '',
90996
91097
  boxHeight: this.listHeight,
90997
- previewAdjunct: api["vb" /* previewAdjunct */],
91098
+ previewAdjunct: api["wb" /* previewAdjunct */],
90998
91099
  kkfileview: null,
90999
91100
  dochubConfig: {}
91000
91101
  };
@@ -91252,7 +91353,7 @@ var mainvue_type_script_lang_js_props;
91252
91353
  this.dochubConfig = config.dochubConfig;
91253
91354
  }
91254
91355
 
91255
- var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["vc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["xc" /* uploads */];
91356
+ var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["wc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["yc" /* uploads */];
91256
91357
  this.uploadUrl = url.indexOf(this.host) > -1 ? url : this.host + url;
91257
91358
  this.requestFiles && this.getFiles();
91258
91359
  } else {
@@ -91275,7 +91376,7 @@ var mainvue_type_script_lang_js_props;
91275
91376
  _this3.dochubConfig = res.results.dochubConfig;
91276
91377
  sessionStorage.setItem('dochubConfig', JSON.stringify(res.results.dochubConfig));
91277
91378
  }
91278
- var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["vc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["xc" /* uploads */];
91379
+ var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["wc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["yc" /* uploads */];
91279
91380
  _this3.uploadUrl = _url.indexOf(_this3.host) > -1 ? _url : _this3.host + _url;
91280
91381
  if (res.results.kkViewRootPath) {
91281
91382
  _this3.kkfileview = res.results.kkViewRootPath;
@@ -91365,7 +91466,7 @@ var mainvue_type_script_lang_js_props;
91365
91466
  } else {
91366
91467
  var file = res.response ? res.response : res;
91367
91468
  var url = typeof this.preview === 'string' ? this.preview : typeof this.preview === 'function' ? this.preview(file) : null;
91368
- if (res.status === 'success') {
91469
+ if (res.status === 'success' || res.status == 0) {
91369
91470
  var suffix = file.suffix;
91370
91471
  suffix = suffix.toLowerCase();
91371
91472
  if (this.dochubConfig.previewDocumentUrl) {
@@ -91390,13 +91491,13 @@ var mainvue_type_script_lang_js_props;
91390
91491
  if (this.kkfileview) {
91391
91492
  this.openKkfileview(file);
91392
91493
  } else {
91393
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["xb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
91494
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["yb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
91394
91495
  }
91395
91496
  } else if (suffix.includes('pdf')) {
91396
91497
  if (this.kkfileview) {
91397
91498
  this.openKkfileview(file);
91398
91499
  } else {
91399
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["wb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
91500
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["xb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
91400
91501
  }
91401
91502
  } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
91402
91503
  this.imgUrl = res.url && utils_util["a" /* default */].startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
@@ -91510,7 +91611,7 @@ var mainvue_type_script_lang_js_props;
91510
91611
  handleBeforeRemove: function handleBeforeRemove(file, fileList) {
91511
91612
  var _this7 = this;
91512
91613
 
91513
- if (file && file.status === 'success') {
91614
+ if (file && (file.status === 'success' || file.status == 0)) {
91514
91615
  return this.$confirm('确定删除文件吗?', '提示', {
91515
91616
  confirmButtonText: '确定',
91516
91617
  cancelButtonText: '取消',
@@ -91518,7 +91619,7 @@ var mainvue_type_script_lang_js_props;
91518
91619
  }).then(function () {
91519
91620
  if (_this7.beforeRemove) {
91520
91621
  return _this7.beforeRemove(file, fileList);
91521
- } else if (file.status === 'success') {
91622
+ } else if (file.status === 'success' || file.status == 0) {
91522
91623
  var userName = file.userName || file.response && file.response.userName || utils_util["a" /* default */].getStorage('userName');
91523
91624
  // eslint-disable-next-line no-undef
91524
91625
  return new Promise(function (resolve, reject) {
@@ -91561,11 +91662,11 @@ var mainvue_type_script_lang_js_props;
91561
91662
  }
91562
91663
  },
91563
91664
  handleDownloads: function handleDownloads() {
91564
- var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["uc" /* uploadDownloads */];
91665
+ var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["vc" /* uploadDownloads */];
91565
91666
  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);
91566
91667
  },
91567
91668
  handleDownload: function handleDownload(file) {
91568
- if (file.status === 'success') {
91669
+ if (file.status === 'success' || file.status == 0) {
91569
91670
  var url = typeof this.download === 'string' ? this.download : this.dochubConfig.downloadDocumentUrl || api["v" /* downloadByAdjunctId */];
91570
91671
  utils_util["a" /* default */].win.open(this.host + url + '?adjunctId=' + (file.adjunctId || file.response.adjunctId) + '&documentId=' + (file.adjunctId || file.response.adjunctId));
91571
91672
  } else {
@@ -91594,14 +91695,14 @@ var mainvue_type_script_lang_js_props;
91594
91695
  this.onSort(files);
91595
91696
  } else {
91596
91697
  var ids = files.map(function (item) {
91597
- if (item.status === 'success') {
91698
+ if (item.status === 'success' || item.status == 0) {
91598
91699
  return item.adjunctId || item.response.adjunctId;
91599
91700
  }
91600
91701
  });
91601
91702
  ids = ids.join(',');
91602
91703
  utils_util["a" /* default */].ajax({
91603
91704
  method: this.method,
91604
- url: this.dochubConfig.sortDocumentsUrl || api["wc" /* uploadSort */],
91705
+ url: this.dochubConfig.sortDocumentsUrl || api["xc" /* uploadSort */],
91605
91706
  data: {
91606
91707
  ids: ids,
91607
91708
  documentIds: ids,
@@ -91710,8 +91811,8 @@ var mainvue_type_script_lang_js_props;
91710
91811
 
91711
91812
  var upload_src_main_component = normalizeComponent(
91712
91813
  packages_upload_src_mainvue_type_script_lang_js_,
91713
- mainvue_type_template_id_8bdc905c_render,
91714
- mainvue_type_template_id_8bdc905c_staticRenderFns,
91814
+ mainvue_type_template_id_02b1ced8_render,
91815
+ mainvue_type_template_id_02b1ced8_staticRenderFns,
91715
91816
  false,
91716
91817
  null,
91717
91818
  null,
@@ -92212,7 +92313,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92212
92313
  }
92213
92314
 
92214
92315
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92215
- version: '0.6.91',
92316
+ version: '0.6.93',
92216
92317
  install: install,
92217
92318
  Button: packages_button,
92218
92319
  ButtonGroup: button_group,