eoss-ui 0.6.92 → 0.6.94

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 (63) 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 +108 -94
  8. package/lib/date-picker.js +79 -77
  9. package/lib/dialog.js +79 -77
  10. package/lib/eoss-ui.common.js +1086 -941
  11. package/lib/flow-group.js +79 -77
  12. package/lib/flow-list.js +84 -82
  13. package/lib/flow.js +952 -826
  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 +122 -114
  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 +86 -80
  33. package/lib/selector-panel.js +79 -77
  34. package/lib/selector.js +79 -77
  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 +84 -80
  43. package/lib/upload.js +92 -95
  44. package/lib/wujie.js +79 -77
  45. package/lib/wxlogin.js +79 -77
  46. package/package.json +2 -2
  47. package/packages/data-table/src/column.vue +0 -2
  48. package/packages/data-table/src/main.vue +12 -3
  49. package/packages/flow/src/component/Circulate.vue +7 -4
  50. package/packages/flow/src/component/SendMsg.vue +5 -4
  51. package/packages/flow/src/component/taskUnionExamine.vue +4 -3
  52. package/packages/flow/src/main.vue +125 -61
  53. package/packages/flow/src/processForm.vue +38 -5
  54. package/packages/flow/src/processReject.vue +12 -9
  55. package/packages/flow/src/reset.vue +4 -4
  56. package/packages/flow/src/startTaskRead.vue +1 -4
  57. package/packages/flow/src/supervise.vue +16 -9
  58. package/packages/main/src/public/search.vue +7 -1
  59. package/packages/select/src/main.vue +7 -3
  60. package/packages/tree/src/main.vue +2 -1
  61. package/packages/upload/src/main.vue +1 -6
  62. package/src/config/api.js +1 -0
  63. 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 */
@@ -8861,8 +8863,8 @@ clients_src_main.install = function (Vue) {
8861
8863
  };
8862
8864
 
8863
8865
  /* harmony default export */ var clients = (clients_src_main);
8864
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=17697acc&
8865
- var mainvue_type_template_id_17697acc_render = function () {
8866
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=a21d83ce&
8867
+ var mainvue_type_template_id_a21d83ce_render = function () {
8866
8868
  var _vm = this
8867
8869
  var _h = _vm.$createElement
8868
8870
  var _c = _vm._self._c || _h
@@ -8926,8 +8928,9 @@ var mainvue_type_template_id_17697acc_render = function () {
8926
8928
  tabs: _vm.handleTabs,
8927
8929
  reset: _vm.hanleReset,
8928
8930
  cancel: _vm.hanleCancel,
8931
+ toolbarChange: _vm.toolbarChange,
8929
8932
  },
8930
- _vm.toolbars.events || {}
8933
+ _vm.toolbarEvents
8931
8934
  )
8932
8935
  )
8933
8936
  )
@@ -9262,11 +9265,11 @@ var mainvue_type_template_id_17697acc_render = function () {
9262
9265
  1
9263
9266
  )
9264
9267
  }
9265
- var mainvue_type_template_id_17697acc_staticRenderFns = []
9266
- mainvue_type_template_id_17697acc_render._withStripped = true
9268
+ var mainvue_type_template_id_a21d83ce_staticRenderFns = []
9269
+ mainvue_type_template_id_a21d83ce_render._withStripped = true
9267
9270
 
9268
9271
 
9269
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=17697acc&
9272
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=a21d83ce&
9270
9273
 
9271
9274
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
9272
9275
  var childrenvue_type_template_id_271bb842_render = function () {
@@ -9324,8 +9327,8 @@ childrenvue_type_template_id_271bb842_render._withStripped = true
9324
9327
 
9325
9328
  // CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
9326
9329
 
9327
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=ad697a04&
9328
- var columnvue_type_template_id_ad697a04_render = function () {
9330
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=7a26f120&
9331
+ var columnvue_type_template_id_7a26f120_render = function () {
9329
9332
  var _vm = this
9330
9333
  var _h = _vm.$createElement
9331
9334
  var _c = _vm._self._c || _h
@@ -10135,11 +10138,11 @@ var columnvue_type_template_id_ad697a04_render = function () {
10135
10138
  2
10136
10139
  )
10137
10140
  }
10138
- var columnvue_type_template_id_ad697a04_staticRenderFns = []
10139
- columnvue_type_template_id_ad697a04_render._withStripped = true
10141
+ var columnvue_type_template_id_7a26f120_staticRenderFns = []
10142
+ columnvue_type_template_id_7a26f120_render._withStripped = true
10140
10143
 
10141
10144
 
10142
- // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=ad697a04&
10145
+ // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=7a26f120&
10143
10146
 
10144
10147
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
10145
10148
  var regenerator_ = __webpack_require__(2);
@@ -10929,8 +10932,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
10929
10932
  var _this2 = this;
10930
10933
 
10931
10934
  var field = this.field || this.prop;
10932
- console.log('field', field);
10933
- console.log('rows', rows);
10934
10935
  var data = this.option;
10935
10936
  var str = '';
10936
10937
  if (utils_util["a" /* default */].isObject(rows[field])) {
@@ -11081,8 +11082,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
11081
11082
 
11082
11083
  var column_component = normalizeComponent(
11083
11084
  src_columnvue_type_script_lang_js_,
11084
- columnvue_type_template_id_ad697a04_render,
11085
- columnvue_type_template_id_ad697a04_staticRenderFns,
11085
+ columnvue_type_template_id_7a26f120_render,
11086
+ columnvue_type_template_id_7a26f120_staticRenderFns,
11086
11087
  false,
11087
11088
  null,
11088
11089
  null,
@@ -11634,6 +11635,7 @@ var data_table_src_mainvue_type_script_lang_js_extends = Object.assign || functi
11634
11635
  //
11635
11636
  //
11636
11637
  //
11638
+ //
11637
11639
 
11638
11640
 
11639
11641
 
@@ -11733,7 +11735,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
11733
11735
  },
11734
11736
  // 工具栏配置
11735
11737
  toolbar: {
11736
- type: [Array, Boolean],
11738
+ type: [Array, Object, Boolean],
11737
11739
  default: false
11738
11740
  },
11739
11741
  showLabel: Boolean,
@@ -11932,6 +11934,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
11932
11934
  isEncryption: this.isFieldsEncryption,
11933
11935
  requests: [],
11934
11936
  toolbars: [],
11937
+ toolbarEvents: {},
11935
11938
  hasThead: false,
11936
11939
  theadData: [],
11937
11940
  list: [],
@@ -12105,9 +12108,13 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
12105
12108
  }];
12106
12109
  }
12107
12110
  return this.toolbar;
12108
- } else {
12111
+ } else if (Array.isArray(this.toolbar)) {
12109
12112
  this.toolbars = this.toolbar;
12110
12113
  return true;
12114
+ } else {
12115
+ this.toolbars = this.toolbar.contents;
12116
+ this.toolbarEvents = this.toolbar.events || {};
12117
+ return true;
12111
12118
  }
12112
12119
  },
12113
12120
 
@@ -12657,6 +12664,13 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
12657
12664
  this.$emit('edit', data, this.list);
12658
12665
  this.$emit('change', data, this.list);
12659
12666
  },
12667
+ toolbarChange: function toolbarChange() {
12668
+ for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
12669
+ args[_key] = arguments[_key];
12670
+ }
12671
+
12672
+ this.$emit.apply(this, ['toolbar-change'].concat(args));
12673
+ },
12660
12674
  handleAjax: function handleAjax(handle, row) {
12661
12675
  var _this13 = this;
12662
12676
 
@@ -13127,8 +13141,8 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
13127
13141
 
13128
13142
  var data_table_src_main_component = normalizeComponent(
13129
13143
  packages_data_table_src_mainvue_type_script_lang_js_,
13130
- mainvue_type_template_id_17697acc_render,
13131
- mainvue_type_template_id_17697acc_staticRenderFns,
13144
+ mainvue_type_template_id_a21d83ce_render,
13145
+ mainvue_type_template_id_a21d83ce_staticRenderFns,
13132
13146
  false,
13133
13147
  null,
13134
13148
  null,
@@ -27141,8 +27155,8 @@ form_src_main.install = function (Vue) {
27141
27155
  };
27142
27156
 
27143
27157
  /* 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=27037024&
27145
- var mainvue_type_template_id_27037024_render = function () {
27158
+ // 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=531ac436&
27159
+ var mainvue_type_template_id_531ac436_render = function () {
27146
27160
  var _vm = this
27147
27161
  var _h = _vm.$createElement
27148
27162
  var _c = _vm._self._c || _h
@@ -28956,12 +28970,15 @@ var mainvue_type_template_id_27037024_render = function () {
28956
28970
  "label-position": _vm.formLabelPosition,
28957
28971
  showBtn: false,
28958
28972
  formTitle: _vm.formTitle,
28973
+ urgencyLevel: _vm.urgencyLevel,
28974
+ messageType: _vm.newsList,
28959
28975
  "copy-history":
28960
28976
  _vm.freeStartFlowParams.pendedHistoryHandle,
28961
28977
  "process-definition-id":
28962
28978
  _vm.freeStartFlowNextNode ||
28963
28979
  _vm.nodeInfo.nextNode,
28964
28980
  opinion: _vm.value,
28981
+ keyCount: _vm.msgTypeCount,
28965
28982
  pendingId: _vm.pendingId,
28966
28983
  taskExamineParam:
28967
28984
  _vm.freeStartFlowParams
@@ -29004,7 +29021,7 @@ var mainvue_type_template_id_27037024_render = function () {
29004
29021
  },
29005
29022
  })
29006
29023
  : _vm._e(),
29007
- !_vm.isFlow && _vm.isSpecial
29024
+ !_vm.isFlow && _vm.isSpecial && _vm.newsList.length > 0
29008
29025
  ? _c(
29009
29026
  "div",
29010
29027
  {
@@ -29803,7 +29820,7 @@ var mainvue_type_template_id_27037024_render = function () {
29803
29820
  },
29804
29821
  on: {
29805
29822
  cancel: function ($event) {
29806
- _vm.closeProcess(true, "showReject")
29823
+ _vm.closeProcess($event, "showReject")
29807
29824
  },
29808
29825
  },
29809
29826
  }),
@@ -30023,11 +30040,11 @@ var mainvue_type_template_id_27037024_render = function () {
30023
30040
  )
30024
30041
  : _vm._e()
30025
30042
  }
30026
- var mainvue_type_template_id_27037024_staticRenderFns = []
30027
- mainvue_type_template_id_27037024_render._withStripped = true
30043
+ var mainvue_type_template_id_531ac436_staticRenderFns = []
30044
+ mainvue_type_template_id_531ac436_render._withStripped = true
30028
30045
 
30029
30046
 
30030
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=27037024&
30047
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=531ac436&
30031
30048
 
30032
30049
  // 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&
30033
30050
  var CommonOpinionsvue_type_template_id_19364a89_render = function () {
@@ -31016,7 +31033,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
31016
31033
  }
31017
31034
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
31018
31035
  utils_util["a" /* default */].ajax({
31019
- url: data.id ? api["rc" /* updateCommonOpinion */] : api["Cb" /* saveCommonOpinion */],
31036
+ url: data.id ? api["sc" /* updateCommonOpinion */] : api["Db" /* saveCommonOpinion */],
31020
31037
  data: info,
31021
31038
  header: { 'Content-Type': 'multipart/form-data' },
31022
31039
  method: 'post'
@@ -31067,8 +31084,8 @@ var CommonOpinions_component = normalizeComponent(
31067
31084
  )
31068
31085
 
31069
31086
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
31070
- // 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&
31071
- var processFormvue_type_template_id_a60e74a6_render = function () {
31087
+ // 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=e536b88e&
31088
+ var processFormvue_type_template_id_e536b88e_render = function () {
31072
31089
  var _vm = this
31073
31090
  var _h = _vm.$createElement
31074
31091
  var _c = _vm._self._c || _h
@@ -31540,8 +31557,8 @@ var processFormvue_type_template_id_a60e74a6_render = function () {
31540
31557
  {
31541
31558
  name: "show",
31542
31559
  rawName: "v-show",
31543
- value: _vm.showBtn,
31544
- expression: "showBtn",
31560
+ value: _vm.showBtn && _vm.nextNode.noticeList.length > 0,
31561
+ expression: "showBtn && nextNode.noticeList.length>0",
31545
31562
  },
31546
31563
  ],
31547
31564
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -31728,7 +31745,7 @@ var processFormvue_type_template_id_a60e74a6_render = function () {
31728
31745
  ],
31729
31746
  1
31730
31747
  ),
31731
- !_vm.showBtn
31748
+ !_vm.showBtn && _vm.nextNode.noticeList.length > 0
31732
31749
  ? _c("div", { staticStyle: { padding: "5px", background: "#fff" } }, [
31733
31750
  _c(
31734
31751
  "div",
@@ -31825,11 +31842,11 @@ var processFormvue_type_template_id_a60e74a6_render = function () {
31825
31842
  1
31826
31843
  )
31827
31844
  }
31828
- var processFormvue_type_template_id_a60e74a6_staticRenderFns = []
31829
- processFormvue_type_template_id_a60e74a6_render._withStripped = true
31845
+ var processFormvue_type_template_id_e536b88e_staticRenderFns = []
31846
+ processFormvue_type_template_id_e536b88e_render._withStripped = true
31830
31847
 
31831
31848
 
31832
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=a60e74a6&
31849
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=e536b88e&
31833
31850
 
31834
31851
  // 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&
31835
31852
  var selectUservue_type_template_id_3d8ca42d_render = function () {
@@ -32189,7 +32206,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32189
32206
  classify: true,
32190
32207
  newOptions: [],
32191
32208
  newSelectUserList: [],
32192
- url: api["fb" /* handleInfo */],
32209
+ url: api["gb" /* handleInfo */],
32193
32210
  newCheckboxList: [],
32194
32211
  newPresetEdit: 0,
32195
32212
  newMultiple: false,
@@ -32318,7 +32335,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32318
32335
  if (query !== '') {
32319
32336
  this.searchLoading = true;
32320
32337
  utils_util["a" /* default */].ajax({
32321
- url: api["fb" /* handleInfo */],
32338
+ url: api["gb" /* handleInfo */],
32322
32339
  params: { searchKey: query, query: query, type: 'user' }
32323
32340
  }).then(function (res) {
32324
32341
  var status = res.status,
@@ -33753,7 +33770,21 @@ var processFormvue_type_script_lang_js_components;
33753
33770
  type: String,
33754
33771
  default: ''
33755
33772
  },
33756
- showBtn: { type: Boolean, default: true }
33773
+ showBtn: { type: Boolean, default: true },
33774
+ messageType: {
33775
+ type: Array,
33776
+ default: function _default() {
33777
+ return [];
33778
+ }
33779
+ },
33780
+ urgencyLevel: {
33781
+ type: [Number, String],
33782
+ default: ''
33783
+ },
33784
+ keyCount: {
33785
+ type: [Number, String],
33786
+ default: 0
33787
+ }
33757
33788
  },
33758
33789
  data: function data() {
33759
33790
  return {
@@ -33844,12 +33875,33 @@ var processFormvue_type_script_lang_js_components;
33844
33875
  nodeInfo: [],
33845
33876
  userInfo: [],
33846
33877
  handleExplain: '',
33847
- noticeList: []
33878
+ noticeList: [],
33879
+ msgTypeCount: 0
33848
33880
  }
33849
33881
  };
33850
33882
  },
33851
33883
 
33852
33884
  watch: {
33885
+ messageType: {
33886
+ handler: function handler(val) {
33887
+ var _this = this;
33888
+
33889
+ if (this.urgencyLevel) {
33890
+ this.nextNode.noticeList = val;
33891
+ var arr = [];
33892
+ this.nextNode.noticeList.map(function (item) {
33893
+ _this.nextNode.noticeType.map(function (x) {
33894
+ if (x == item.cciValue) {
33895
+ arr.push(x);
33896
+ }
33897
+ });
33898
+ });
33899
+ this.nextNode.noticeType = arr;
33900
+ } else {
33901
+ this.msgTypeCount++;
33902
+ }
33903
+ }
33904
+ },
33853
33905
  processDefinitionId: function processDefinitionId(val) {
33854
33906
  Object.assign(this.$data, this.$options.data());
33855
33907
  this.getUserInfo();
@@ -33890,7 +33942,9 @@ var processFormvue_type_script_lang_js_components;
33890
33942
  this.getUserInfo();
33891
33943
  },
33892
33944
  mounted: function mounted() {
33893
- this.getNodeType();
33945
+ if (!this.urgencyLevel) {
33946
+ this.getNodeType();
33947
+ }
33894
33948
  this.getStartFlow(this.processDefinitionId);
33895
33949
  if (this.copyHistory) {
33896
33950
  this.nextNode.newOpinion = this.opinion;
@@ -33910,25 +33964,25 @@ var processFormvue_type_script_lang_js_components;
33910
33964
  }
33911
33965
  },
33912
33966
  getUserInfo: function getUserInfo() {
33913
- var _this = this;
33967
+ var _this2 = this;
33914
33968
 
33915
33969
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
33916
33970
  if (mainConfig) {
33917
33971
  this.userModel = JSON.parse(mainConfig).userModel;
33918
33972
  } else {
33919
- utils_util["a" /* default */].ajax({ url: api["ob" /* loginUserInfo */] }).then(function (res) {
33973
+ utils_util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
33920
33974
  var status = res.status,
33921
33975
  data = res.data;
33922
33976
 
33923
33977
  if (status == 'success') {
33924
- _this.userModel = data;
33978
+ _this2.userModel = data;
33925
33979
  } else {
33926
33980
  var msg = res.msg || '系统错误,请联系管理员!';
33927
- _this.$message.error(msg);
33981
+ _this2.$message.error(msg);
33928
33982
  }
33929
33983
  }).catch(function (err) {
33930
33984
  if (err.message && err.message !== 'canceled') {
33931
- _this.$message.error(err.message);
33985
+ _this2.$message.error(err.message);
33932
33986
  }
33933
33987
  });
33934
33988
  }
@@ -34022,7 +34076,7 @@ var processFormvue_type_script_lang_js_components;
34022
34076
  this.mixOrgIdList = mixList;
34023
34077
  },
34024
34078
  getNodeType: function getNodeType() {
34025
- var _this2 = this;
34079
+ var _this3 = this;
34026
34080
 
34027
34081
  utils_util["a" /* default */].ajax({
34028
34082
  url: api["z" /* findCodeValues */],
@@ -34035,23 +34089,23 @@ var processFormvue_type_script_lang_js_components;
34035
34089
  data = res.data;
34036
34090
 
34037
34091
  if (status === 'success') {
34038
- _this2.nextNode.noticeList = data;
34092
+ _this3.nextNode.noticeList = data;
34039
34093
  }
34040
34094
  }).catch(function (err) {
34041
- if (_this2.showBtn) {
34042
- _this2.loading = false;
34095
+ if (_this3.showBtn) {
34096
+ _this3.loading = false;
34043
34097
  } else {
34044
- _this2.allLoading.close();
34098
+ _this3.allLoading.close();
34045
34099
  }
34046
34100
  if (err.message && err.message !== 'canceled') {
34047
- _this2.$message.error(err.message);
34101
+ _this3.$message.error(err.message);
34048
34102
  }
34049
34103
  });
34050
34104
  },
34051
34105
 
34052
34106
  //获取通知信息
34053
34107
  getMessage: function getMessage() {
34054
- var _this3 = this;
34108
+ var _this4 = this;
34055
34109
 
34056
34110
  var params = {
34057
34111
  processDefinitionId: this.processDefinitionId,
@@ -34063,21 +34117,21 @@ var processFormvue_type_script_lang_js_components;
34063
34117
  }
34064
34118
  utils_util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
34065
34119
  if (res.status === 'success') {
34066
- if (!_this3.showBtn) {
34067
- _this3.oldMessage = res.message;
34068
- _this3.nextNode.noticeInfo = res.message.replace('{title}', _this3.formTitle);
34120
+ if (!_this4.showBtn) {
34121
+ _this4.oldMessage = res.message;
34122
+ _this4.nextNode.noticeInfo = res.message.replace('{title}', _this4.formTitle);
34069
34123
  } else {
34070
- _this3.nextNode.noticeInfo = res.message;
34124
+ _this4.nextNode.noticeInfo = res.message;
34071
34125
  }
34072
34126
  }
34073
34127
  }).catch(function (err) {
34074
- if (_this3.showBtn) {
34075
- _this3.loading = false;
34128
+ if (_this4.showBtn) {
34129
+ _this4.loading = false;
34076
34130
  } else {
34077
- _this3.allLoading.close();
34131
+ _this4.allLoading.close();
34078
34132
  }
34079
34133
  if (err.message && err.message !== 'canceled') {
34080
- _this3.$message.error(err.message);
34134
+ _this4.$message.error(err.message);
34081
34135
  }
34082
34136
  });
34083
34137
  },
@@ -34087,11 +34141,11 @@ var processFormvue_type_script_lang_js_components;
34087
34141
  this.saveProcess(formName);
34088
34142
  },
34089
34143
  saveProcess: function saveProcess(formName) {
34090
- var _this4 = this;
34144
+ var _this5 = this;
34091
34145
 
34092
34146
  this.$refs[formName].validate(function (valid) {
34093
34147
  if (valid) {
34094
- var _nextNode = _this4.nextNode,
34148
+ var _nextNode = _this5.nextNode,
34095
34149
  nextNode = _nextNode.nextNode,
34096
34150
  nextUser = _nextNode.nextUser,
34097
34151
  noticeInfo = _nextNode.noticeInfo,
@@ -34106,22 +34160,22 @@ var processFormvue_type_script_lang_js_components;
34106
34160
  // return this.$message.warning('请选择通知方式');
34107
34161
  // }
34108
34162
 
34109
- if (_this4.isShowNextUser) {
34110
- if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
34111
- return _this4.$message.warning('请选择下步办理人');
34163
+ if (_this5.isShowNextUser) {
34164
+ if (nextUser == '' || _this5.multiple && nextUser.length == 0) {
34165
+ return _this5.$message.warning('请选择下步办理人');
34112
34166
  }
34113
34167
  } else {
34114
- if (nextOrgId == '' || _this4.multiple && nextOrgId.length == 0) {
34115
- return _this4.$message.warning('请选择办理对象');
34168
+ if (nextOrgId == '' || _this5.multiple && nextOrgId.length == 0) {
34169
+ return _this5.$message.warning('请选择办理对象');
34116
34170
  }
34117
34171
  }
34118
- if (_this4.showBtn) {
34119
- _this4.loading = true;
34172
+ if (_this5.showBtn) {
34173
+ _this5.loading = true;
34120
34174
  } else {
34121
- _this4.allLoading = utils_util["a" /* default */].loading(_this4.$loading, '加载中...');
34175
+ _this5.allLoading = utils_util["a" /* default */].loading(_this5.$loading, '加载中...');
34122
34176
  }
34123
34177
  var newNextUser = [];
34124
- if (_this4.multiple) {
34178
+ if (_this5.multiple) {
34125
34179
  nextUser && nextUser.map(function (item) {
34126
34180
  return newNextUser.push(item);
34127
34181
  });
@@ -34131,79 +34185,79 @@ var processFormvue_type_script_lang_js_components;
34131
34185
  newNoticeType = noticeType.join(',');
34132
34186
  }
34133
34187
  var params = {
34134
- processDefinitionId: _this4.processDefinitionId,
34135
- nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
34188
+ processDefinitionId: _this5.processDefinitionId,
34189
+ nextUserId: _this5.multiple ? newNextUser.join(',') : nextUser,
34136
34190
  customLimitTime: customLimitTime,
34137
34191
  nextNodeId: nextNode,
34138
- businessId: _this4.businessId,
34192
+ businessId: _this5.businessId,
34139
34193
  notificationType: newNoticeType,
34140
34194
  userId: utils_util["a" /* default */].getStorage('userId'),
34141
34195
  notificationMsg: noticeInfo,
34142
- customPresetUserJson: JSON.stringify(_this4.presetList),
34143
- presetUserJson: JSON.stringify(_this4.presetUserJson),
34144
- nextReadUserId: _this4.readMultiple ? _this4.mixReadList && _this4.mixReadList.join('|') : nextReadUserId,
34145
- nextOrgId: !_this4.isShowNextUser ? _this4.multiple ? _this4.mixOrgIdList && _this4.mixOrgIdList.join('|') : nextOrgId : '',
34196
+ customPresetUserJson: JSON.stringify(_this5.presetList),
34197
+ presetUserJson: JSON.stringify(_this5.presetUserJson),
34198
+ nextReadUserId: _this5.readMultiple ? _this5.mixReadList && _this5.mixReadList.join('|') : nextReadUserId,
34199
+ nextOrgId: !_this5.isShowNextUser ? _this5.multiple ? _this5.mixOrgIdList && _this5.mixOrgIdList.join('|') : nextOrgId : '',
34146
34200
  handleExplain: handleExplain,
34147
- presetReadUserId: _this4.mixPresetList && _this4.mixPresetList.length > 0 ? _this4.mixPresetList.join('|') : presetReadUserId.join(','),
34148
- opinion: _this4.newOpinion || newOpinion
34201
+ presetReadUserId: _this5.mixPresetList && _this5.mixPresetList.length > 0 ? _this5.mixPresetList.join('|') : presetReadUserId.join(','),
34202
+ opinion: _this5.newOpinion || newOpinion
34149
34203
  };
34150
- if (_this4.activeNames != '1') delete params.customPresetUserJson;
34151
- if (_this4.isFreeStartFlow || _this4.formType === 'readTransfer') {
34204
+ if (_this5.activeNames != '1') delete params.customPresetUserJson;
34205
+ if (_this5.isFreeStartFlow || _this5.formType === 'readTransfer') {
34152
34206
  var newParm = {};
34153
- newParm.copyHistory = _this4.copyHistory === 'needCopyPendedHistory';
34207
+ newParm.copyHistory = _this5.copyHistory === 'needCopyPendedHistory';
34154
34208
  newParm.startFlowParamJson = params;
34155
34209
  // newParm.startFlowParamJson.businessId = this.id; //this.id
34156
34210
  newParm.startFlowParamJson.taskExamineParam = {
34157
- startFlowFirstNodeName: _this4.taskExamineParam
34211
+ startFlowFirstNodeName: _this5.taskExamineParam
34158
34212
  };
34159
34213
  newParm.startFlowParamJson = JSON.stringify(newParm.startFlowParamJson);
34160
- for (var key in _this4.taskParams) {
34161
- if (Array.isArray(_this4.taskParams[key])) {
34162
- _this4.taskParams[key] = _this4.taskParams[key].length > 0 ? _this4.taskParams[key].join(',') : '';
34214
+ for (var key in _this5.taskParams) {
34215
+ if (Array.isArray(_this5.taskParams[key])) {
34216
+ _this5.taskParams[key] = _this5.taskParams[key].length > 0 ? _this5.taskParams[key].join(',') : '';
34163
34217
  }
34164
34218
  }
34165
34219
 
34166
- newParm.submitTaskParamJson = JSON.stringify(_this4.taskParams);
34167
- if (_this4.formType == 'readTransfer') {
34220
+ newParm.submitTaskParamJson = JSON.stringify(_this5.taskParams);
34221
+ if (_this5.formType == 'readTransfer') {
34168
34222
  newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
34169
- newParm.taskReadEndParamJson = JSON.stringify(_this4.taskParams);
34223
+ newParm.taskReadEndParamJson = JSON.stringify(_this5.taskParams);
34170
34224
  delete newParm.copyHistory;
34171
34225
  delete newParm.startFlowParamJson;
34172
34226
  delete newParm.submitTaskParamJson;
34173
34227
  }
34174
34228
  params = newParm;
34175
34229
  }
34176
- if (_this4.copyHistory && !_this4.isFreeStartFlow) {
34177
- params.pendingId = _this4.pendingId;
34230
+ if (_this5.copyHistory && !_this5.isFreeStartFlow) {
34231
+ params.pendingId = _this5.pendingId;
34178
34232
  delete params.businessId;
34179
34233
  }
34180
34234
  utils_util["a" /* default */].ajax({
34181
- url: _this4.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Jb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this4.copyHistory ? api["E" /* freeStartFlow */] : api["zb" /* register */],
34235
+ url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Kb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Ab" /* register */],
34182
34236
  method: 'post',
34183
34237
  data: params
34184
34238
  }).then(function (res) {
34185
34239
  var status = res.status,
34186
34240
  message = res.message;
34187
34241
 
34188
- if (_this4.showBtn) {
34189
- _this4.loading = false;
34242
+ if (_this5.showBtn) {
34243
+ _this5.loading = false;
34190
34244
  } else {
34191
- _this4.allLoading.close();
34245
+ _this5.allLoading.close();
34192
34246
  }
34193
34247
  if (status === 'success' || res.rCode == 0) {
34194
- _this4.quit(true);
34195
- _this4.simpleTips && _this4.$message.success('操作成功');
34248
+ _this5.quit(true);
34249
+ _this5.simpleTips && _this5.$message.success('操作成功');
34196
34250
  } else {
34197
- _this4.$message.error(message || '系统错误,请联系管理员!');
34251
+ _this5.$message.error(message || '系统错误,请联系管理员!');
34198
34252
  }
34199
34253
  }).catch(function (err) {
34200
- if (_this4.showBtn) {
34201
- _this4.loading = false;
34254
+ if (_this5.showBtn) {
34255
+ _this5.loading = false;
34202
34256
  } else {
34203
- _this4.allLoading.close();
34257
+ _this5.allLoading.close();
34204
34258
  }
34205
34259
  if (err.message && err.message !== 'canceled') {
34206
- _this4.$message.error(err.message);
34260
+ _this5.$message.error(err.message);
34207
34261
  }
34208
34262
  });
34209
34263
  } else {
@@ -34212,7 +34266,7 @@ var processFormvue_type_script_lang_js_components;
34212
34266
  });
34213
34267
  },
34214
34268
  getNodeInfos: function getNodeInfos(nodeId, index) {
34215
- var _this5 = this;
34269
+ var _this6 = this;
34216
34270
 
34217
34271
  var params = {
34218
34272
  processDefinitionId: this.processDefinitionId,
@@ -34229,72 +34283,72 @@ var processFormvue_type_script_lang_js_components;
34229
34283
  countersignaturetypeText = _res$data.countersignaturetypeText,
34230
34284
  countersignaturetypeCode = _res$data.countersignaturetypeCode;
34231
34285
 
34232
- if (_this5.showBtn) {
34233
- _this5.loading = false;
34286
+ if (_this6.showBtn) {
34287
+ _this6.loading = false;
34234
34288
  } else {
34235
- _this5.allLoading.close();
34289
+ _this6.allLoading.close();
34236
34290
  }
34237
34291
  if (status === 'success') {
34238
- _this5.nextNode.userInfo = nextUserList;
34239
- _this5.countersignaturetypeCode = countersignaturetypeCode;
34240
- _this5.nextNode.countersignaturetypeText = countersignaturetypeText;
34241
- _this5.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
34242
- _this5.isTaskread = nodeExtAttr.isTaskread;
34243
- _this5.isHandleExplain = nodeExtAttr.isHandleExplain;
34244
- _this5.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
34245
- _this5.presetEdit = nodeExtAttr.presetEdit; //是否展示备选人
34246
- _this5.isDefSelectedObj = nodeExtAttr.isDefSelectedObj; //是否默认选中
34292
+ _this6.nextNode.userInfo = nextUserList;
34293
+ _this6.countersignaturetypeCode = countersignaturetypeCode;
34294
+ _this6.nextNode.countersignaturetypeText = countersignaturetypeText;
34295
+ _this6.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
34296
+ _this6.isTaskread = nodeExtAttr.isTaskread;
34297
+ _this6.isHandleExplain = nodeExtAttr.isHandleExplain;
34298
+ _this6.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
34299
+ _this6.presetEdit = nodeExtAttr.presetEdit; //是否展示备选人
34300
+ _this6.isDefSelectedObj = nodeExtAttr.isDefSelectedObj; //是否默认选中
34247
34301
  if (nodeExtAttr.userSelectionType == 7 || nodeExtAttr.userSelectionType == 8 || nodeExtAttr.userSelectionType == 9 || nodeExtAttr.userSelectionType == 10 || nodeExtAttr.userSelectionType == 11 || nodeExtAttr.userSelectionType == 12) {
34248
- _this5.getIsShowNextUser(nodeExtAttr && nodeExtAttr.userSelectionType);
34302
+ _this6.getIsShowNextUser(nodeExtAttr && nodeExtAttr.userSelectionType);
34249
34303
  } else {
34250
- var _isMultiple = _this5.isMultiple(nodeExtAttr.userSelectionType),
34304
+ var _isMultiple = _this6.isMultiple(nodeExtAttr.userSelectionType),
34251
34305
  multiple = _isMultiple.multiple,
34252
34306
  _params = _isMultiple.params;
34253
34307
 
34254
- _this5.multiple = multiple;
34255
- _this5.params = _params;
34308
+ _this6.multiple = multiple;
34309
+ _this6.params = _params;
34256
34310
  }
34257
34311
  // this.isReadMultiple(nodeExtAttr.userSelectionType);
34258
34312
 
34259
34313
  nextUserList.map(function (item) {
34260
- if (_this5.multiple && nodeExtAttr.isDefSelectedObj == 1 && nextUserList !== undefined) {
34261
- _this5.nextNode.nextUser.push(item.userId);
34262
- _this5.selectUserList.push({
34314
+ if (_this6.multiple && nodeExtAttr.isDefSelectedObj == 1 && nextUserList !== undefined) {
34315
+ _this6.nextNode.nextUser.push(item.userId);
34316
+ _this6.selectUserList.push({
34263
34317
  showname: item.username,
34264
34318
  showid: item.userId
34265
34319
  });
34266
34320
  }
34267
34321
 
34268
- _this5.options.push({
34322
+ _this6.options.push({
34269
34323
  showname: item.username,
34270
34324
  showid: item.userId
34271
34325
  });
34272
34326
  });
34273
- if (_this5.multiple) {
34274
- _this5.nextNode.nextReadUserId = [];
34327
+ if (_this6.multiple) {
34328
+ _this6.nextNode.nextReadUserId = [];
34275
34329
  } else {
34276
- _this5.nextNode.nextReadUserId = '';
34330
+ _this6.nextNode.nextReadUserId = '';
34277
34331
  }
34278
- if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !_this5.multiple) {
34279
- _this5.nextNode.nextUser = nextUserList[0].userId;
34280
- _this5.selectUserList.push({
34332
+ if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !_this6.multiple) {
34333
+ _this6.nextNode.nextUser = nextUserList[0].userId;
34334
+ _this6.selectUserList.push({
34281
34335
  showname: nextUserList[0].username,
34282
34336
  showid: nextUserList[0].userId
34283
34337
  });
34284
34338
  }
34285
- _this5.radioList = _this5.options;
34339
+ _this6.radioList = _this6.options;
34286
34340
  } else {
34287
- _this5.$message.error(message || '系统错误,请联系管理员!');
34341
+ _this6.$message.error(message || '系统错误,请联系管理员!');
34288
34342
  }
34289
- nodeId && _this5.$refs.selectUser[index].changeInfo();
34343
+ nodeId && _this6.$refs.selectUser[index].changeInfo();
34290
34344
  }).catch(function (err) {
34291
- if (_this5.showBtn) {
34292
- _this5.loading = false;
34345
+ if (_this6.showBtn) {
34346
+ _this6.loading = false;
34293
34347
  } else {
34294
- _this5.allLoading.close();
34348
+ _this6.allLoading.close();
34295
34349
  }
34296
34350
  if (err.message && err.message !== 'canceled') {
34297
- _this5.$message.error(err.message);
34351
+ _this6.$message.error(err.message);
34298
34352
  }
34299
34353
  });
34300
34354
  },
@@ -34317,7 +34371,7 @@ var processFormvue_type_script_lang_js_components;
34317
34371
  this.$emit('cancel', false);
34318
34372
  },
34319
34373
  getFind: function getFind() {
34320
- var _this6 = this;
34374
+ var _this7 = this;
34321
34375
 
34322
34376
  utils_util["a" /* default */].ajax({
34323
34377
  url: api["B" /* findSysCodes */]
@@ -34326,27 +34380,27 @@ var processFormvue_type_script_lang_js_components;
34326
34380
  message = res.message;
34327
34381
 
34328
34382
  if (status === 'success') {
34329
- _this6.nextNode.noticeType = message.split(',');
34383
+ _this7.nextNode.noticeType = message.split(',');
34330
34384
  var arr = [];
34331
- _this6.nextNode.noticeList.map(function (item) {
34332
- _this6.nextNode.noticeType.map(function (x) {
34385
+ _this7.nextNode.noticeList.map(function (item) {
34386
+ _this7.nextNode.noticeType.map(function (x) {
34333
34387
  if (x == item.cciValue) {
34334
34388
  arr.push(x);
34335
34389
  }
34336
34390
  });
34337
34391
  });
34338
- _this6.nextNode.noticeType = arr;
34392
+ _this7.nextNode.noticeType = arr;
34339
34393
  } else {
34340
- _this6.$message.error(message || '系统错误,请联系管理员!');
34394
+ _this7.$message.error(message || '系统错误,请联系管理员!');
34341
34395
  }
34342
34396
  }).catch(function (err) {
34343
- if (_this6.showBtn) {
34344
- _this6.loading = false;
34397
+ if (_this7.showBtn) {
34398
+ _this7.loading = false;
34345
34399
  } else {
34346
- _this6.allLoading.close();
34400
+ _this7.allLoading.close();
34347
34401
  }
34348
34402
  if (err.message && err.message !== 'canceled') {
34349
- _this6.$message.error(err.message);
34403
+ _this7.$message.error(err.message);
34350
34404
  }
34351
34405
  });
34352
34406
  },
@@ -34389,7 +34443,7 @@ var processFormvue_type_script_lang_js_components;
34389
34443
  return { multiple: multiple, params: params };
34390
34444
  },
34391
34445
  getStartFlow: function getStartFlow(processId) {
34392
- var _this7 = this;
34446
+ var _this8 = this;
34393
34447
 
34394
34448
  if (!processId) {
34395
34449
  return false;
@@ -34406,100 +34460,100 @@ var processFormvue_type_script_lang_js_components;
34406
34460
  businessId: this.businessId
34407
34461
  };
34408
34462
  // 获取节点
34409
- utils_util["a" /* default */].ajax({ url: api["bc" /* toStartFlow */], params: params }).then(function (res) {
34463
+ utils_util["a" /* default */].ajax({ url: api["cc" /* toStartFlow */], params: params }).then(function (res) {
34410
34464
  //pc接口返回数据处理
34411
34465
  var status = res.status,
34412
34466
  message = res.message,
34413
34467
  data = res.data;
34414
34468
 
34415
34469
  if (status == 'success') {
34416
- data.nodeInfoMap.nodeExtAttr.submitTipsMsg && _this7.$confirm(data.nodeInfoMap.nodeExtAttr.submitTipsMsg, '提示', {
34470
+ data.nodeInfoMap.nodeExtAttr.submitTipsMsg && _this8.$confirm(data.nodeInfoMap.nodeExtAttr.submitTipsMsg, '提示', {
34417
34471
  confirmButtonText: '确定',
34418
34472
  cancelButtonText: '取消',
34419
34473
  type: 'warning'
34420
34474
  }).then(function () {}).catch(function () {
34421
- _this7.quit();
34475
+ _this8.quit();
34422
34476
  });
34423
- data.nextNodeCheckType && (_this7.nextNodeCheckType = data.nextNodeCheckType);
34424
- data.nextOperateCheckType && (_this7.nextOperateCheckType = data.nextOperateCheckType);
34425
- _this7.customPresetHintMessage = data.customPresetHintMessage;
34426
- _this7.readOnlyNotificationType = data.readOnlyNotificationType;
34427
- _this7.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
34428
- _this7.nextNode.nodeInfo = data.nextNodeList;
34429
- _this7.nextNode.nextNode = data.nextNodeList[0].nodeId;
34430
- _this7.isPreset = data.isPreset;
34431
- _this7.isHideDefaultOperation = data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation;
34432
- _this7.defaultNextNode = data.nodeInfoMap.nodeExtAttr.defaultNextNode;
34433
- _this7.isChooseNextNode = data.nodeInfoMap.nodeExtAttr.isChooseNextNode;
34434
- _this7.isCdjxjTaskHandle = data.isCdjxjTaskHandle;
34435
- if (_this7.isChooseNextNode == 1) {
34436
- _this7.operationList = [{ key: 0, value: '默认', list: [] }, { key: 1, value: '自定义', list: [] }];
34477
+ data.nextNodeCheckType && (_this8.nextNodeCheckType = data.nextNodeCheckType);
34478
+ data.nextOperateCheckType && (_this8.nextOperateCheckType = data.nextOperateCheckType);
34479
+ _this8.customPresetHintMessage = data.customPresetHintMessage;
34480
+ _this8.readOnlyNotificationType = data.readOnlyNotificationType;
34481
+ _this8.notificationMessageReadOnly = data.notificationMessageReadOnly == 'true';
34482
+ _this8.nextNode.nodeInfo = data.nextNodeList;
34483
+ _this8.nextNode.nextNode = data.nextNodeList[0].nodeId;
34484
+ _this8.isPreset = data.isPreset;
34485
+ _this8.isHideDefaultOperation = data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation;
34486
+ _this8.defaultNextNode = data.nodeInfoMap.nodeExtAttr.defaultNextNode;
34487
+ _this8.isChooseNextNode = data.nodeInfoMap.nodeExtAttr.isChooseNextNode;
34488
+ _this8.isCdjxjTaskHandle = data.isCdjxjTaskHandle;
34489
+ if (_this8.isChooseNextNode == 1) {
34490
+ _this8.operationList = [{ key: 0, value: '默认', list: [] }, { key: 1, value: '自定义', list: [] }];
34437
34491
  var arr = [];
34438
34492
  for (var key in data.taskNodeMap) {
34439
34493
  arr.push({ nodeName: data.taskNodeMap[key], nodeId: key });
34440
34494
  }
34441
- _this7.operationList[0].list = data.nextNodeList;
34442
- _this7.operationList[1].list = arr;
34443
- if (_this7.isHideDefaultOperation != 1) {
34444
- _this7.nextNode.nextOperate = 0;
34445
- _this7.nextNode.nodeInfo = _this7.operationList[0].list;
34446
- if (_this7.nextNode.nodeInfo.length > 0) {
34495
+ _this8.operationList[0].list = data.nextNodeList;
34496
+ _this8.operationList[1].list = arr;
34497
+ if (_this8.isHideDefaultOperation != 1) {
34498
+ _this8.nextNode.nextOperate = 0;
34499
+ _this8.nextNode.nodeInfo = _this8.operationList[0].list;
34500
+ if (_this8.nextNode.nodeInfo.length > 0) {
34447
34501
  var defaultNodeData = data.nextNodeList.filter(function (x) {
34448
- return x.nodeId == _this7.defaultNextNode;
34502
+ return x.nodeId == _this8.defaultNextNode;
34449
34503
  });
34450
- _this7.nextNode.nextNode = defaultNodeData.length > 0 ? _this7.defaultNextNode : data.nextNodeList[0].nodeId;
34504
+ _this8.nextNode.nextNode = defaultNodeData.length > 0 ? _this8.defaultNextNode : data.nextNodeList[0].nodeId;
34451
34505
  }
34452
34506
  } else if (data.nodeInfoMap.nodeExtAttr.defaultNextOperate == 1 || data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1) {
34453
34507
  // this.nextNode.nodeInfo = data.nextNodeList
34454
- _this7.nextNode.nextOperate = 1;
34455
- _this7.nextNode.nodeInfo = _this7.operationList[1].list;
34456
- if (_this7.nextNode.nodeInfo.length > 0) {
34508
+ _this8.nextNode.nextOperate = 1;
34509
+ _this8.nextNode.nodeInfo = _this8.operationList[1].list;
34510
+ if (_this8.nextNode.nodeInfo.length > 0) {
34457
34511
  var _defaultNodeData = data.nextNodeList.filter(function (x) {
34458
- return x.nodeId == _this7.defaultNextNode;
34512
+ return x.nodeId == _this8.defaultNextNode;
34459
34513
  });
34460
- _this7.nextNode.nextNode = _defaultNodeData.length > 0 ? _this7.defaultNextNode : data.nextNodeList[0].nodeId;
34514
+ _this8.nextNode.nextNode = _defaultNodeData.length > 0 ? _this8.defaultNextNode : data.nextNodeList[0].nodeId;
34461
34515
  }
34462
34516
  }
34463
34517
  }
34464
- _this7.isCustomPreset = data.isCustomPreset;
34465
- _this7.presetTaskNodeKeyStr = data.presetTaskNodeKeyStr;
34466
- _this7.presetTaskNodeMap = data.presetTaskNodeMap;
34467
- _this7.isSinglePage = data.taskExamine.isSinglePage;
34468
- _this7.isSinglePage && (_this7.nextNode.opinion = data.taskExamine.opinion);
34518
+ _this8.isCustomPreset = data.isCustomPreset;
34519
+ _this8.presetTaskNodeKeyStr = data.presetTaskNodeKeyStr;
34520
+ _this8.presetTaskNodeMap = data.presetTaskNodeMap;
34521
+ _this8.isSinglePage = data.taskExamine.isSinglePage;
34522
+ _this8.isSinglePage && (_this8.nextNode.opinion = data.taskExamine.opinion);
34469
34523
  // this.nextNode.noticeInfo = data.taskExamine.notificationMsg;
34470
- _this7.nextNode.nodeName = data.taskExamine.nodeName;
34471
- _this7.canPresetRead = data.canPresetRead;
34524
+ _this8.nextNode.nodeName = data.taskExamine.nodeName;
34525
+ _this8.canPresetRead = data.canPresetRead;
34472
34526
  if (data.canPresetRead) {
34473
34527
  var ids = data.nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
34474
34528
  var names = data.nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
34475
34529
  ids.map(function (item, index) {
34476
- _this7.presetReadUserId.push({
34530
+ _this8.presetReadUserId.push({
34477
34531
  showid: item,
34478
34532
  showname: names[index]
34479
34533
  });
34480
- _this7.selectPresetUserList.push({
34534
+ _this8.selectPresetUserList.push({
34481
34535
  showid: item,
34482
34536
  showname: names[index]
34483
34537
  });
34484
- _this7.nextNode.presetReadUserId.push(item);
34538
+ _this8.nextNode.presetReadUserId.push(item);
34485
34539
  });
34486
34540
  }
34487
- _this7.getNodeInfos();
34541
+ _this8.getNodeInfos();
34488
34542
  // this.getPresetFlowInfo();
34489
- _this7.isCustomPreset && _this7.$refs.customPreset.getPresetFlowInfo(_this7.nextNode.nextNode);
34490
- _this7.getFind();
34491
- _this7.getMessage();
34543
+ _this8.isCustomPreset && _this8.$refs.customPreset.getPresetFlowInfo(_this8.nextNode.nextNode);
34544
+ _this8.getFind();
34545
+ _this8.getMessage();
34492
34546
  } else {
34493
- _this7.$message.error(message || '系统错误,请联系管理员!');
34547
+ _this8.$message.error(message || '系统错误,请联系管理员!');
34494
34548
  }
34495
34549
  }).catch(function (err) {
34496
- if (_this7.showBtn) {
34497
- _this7.loading = false;
34550
+ if (_this8.showBtn) {
34551
+ _this8.loading = false;
34498
34552
  } else {
34499
- _this7.allLoading.close();
34553
+ _this8.allLoading.close();
34500
34554
  }
34501
34555
  if (err.message && err.message !== 'canceled') {
34502
- _this7.$message.error(err.message);
34556
+ _this8.$message.error(err.message);
34503
34557
  }
34504
34558
  });
34505
34559
  }
@@ -34517,8 +34571,8 @@ var processFormvue_type_script_lang_js_components;
34517
34571
 
34518
34572
  var processForm_component = normalizeComponent(
34519
34573
  src_processFormvue_type_script_lang_js_,
34520
- processFormvue_type_template_id_a60e74a6_render,
34521
- processFormvue_type_template_id_a60e74a6_staticRenderFns,
34574
+ processFormvue_type_template_id_e536b88e_render,
34575
+ processFormvue_type_template_id_e536b88e_staticRenderFns,
34522
34576
  false,
34523
34577
  null,
34524
34578
  null,
@@ -34687,8 +34741,8 @@ var FileList_component = normalizeComponent(
34687
34741
  )
34688
34742
 
34689
34743
  /* harmony default export */ var FileList = (FileList_component.exports);
34690
- // 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/SendMsg.vue?vue&type=template&id=5cb986c6&
34691
- var SendMsgvue_type_template_id_5cb986c6_render = function () {
34744
+ // 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/SendMsg.vue?vue&type=template&id=511ef65e&
34745
+ var SendMsgvue_type_template_id_511ef65e_render = function () {
34692
34746
  var _vm = this
34693
34747
  var _h = _vm.$createElement
34694
34748
  var _c = _vm._self._c || _h
@@ -34719,17 +34773,15 @@ var SendMsgvue_type_template_id_5cb986c6_render = function () {
34719
34773
  _c(
34720
34774
  "el-form-item",
34721
34775
  {
34722
- attrs: {
34723
- prop: "notificationType",
34724
- label: "通知方式",
34725
- rules: [
34726
- {
34727
- required: false,
34728
- message: "请选择通知方式",
34729
- trigger: "blur",
34730
- },
34731
- ],
34732
- },
34776
+ directives: [
34777
+ {
34778
+ name: "show",
34779
+ rawName: "v-show",
34780
+ value: _vm.notificationList.length != 0,
34781
+ expression: "notificationList.length != 0",
34782
+ },
34783
+ ],
34784
+ attrs: { prop: "notificationType", label: "通知方式" },
34733
34785
  },
34734
34786
  [
34735
34787
  _c(
@@ -34772,7 +34824,17 @@ var SendMsgvue_type_template_id_5cb986c6_render = function () {
34772
34824
  ),
34773
34825
  _c(
34774
34826
  "el-form-item",
34775
- { attrs: { prop: "nextNode", label: "通知消息" } },
34827
+ {
34828
+ directives: [
34829
+ {
34830
+ name: "show",
34831
+ rawName: "v-show",
34832
+ value: _vm.notificationList.length != 0,
34833
+ expression: "notificationList.length != 0",
34834
+ },
34835
+ ],
34836
+ attrs: { prop: "nextNode", label: "通知消息" },
34837
+ },
34776
34838
  [
34777
34839
  _c("el-input", {
34778
34840
  attrs: {
@@ -34893,11 +34955,11 @@ var SendMsgvue_type_template_id_5cb986c6_render = function () {
34893
34955
  1
34894
34956
  )
34895
34957
  }
34896
- var SendMsgvue_type_template_id_5cb986c6_staticRenderFns = []
34897
- SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
34958
+ var SendMsgvue_type_template_id_511ef65e_staticRenderFns = []
34959
+ SendMsgvue_type_template_id_511ef65e_render._withStripped = true
34898
34960
 
34899
34961
 
34900
- // CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=5cb986c6&
34962
+ // CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=511ef65e&
34901
34963
 
34902
34964
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SendMsg.vue?vue&type=script&lang=js&
34903
34965
  //
@@ -34992,6 +35054,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
34992
35054
  //
34993
35055
  //
34994
35056
  //
35057
+ //
34995
35058
 
34996
35059
 
34997
35060
 
@@ -35048,7 +35111,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
35048
35111
  notificationType = _sendInfo.notificationType;
35049
35112
 
35050
35113
  var params = {
35051
- url: api["Ib" /* sendMsg */],
35114
+ url: api["Jb" /* sendMsg */],
35052
35115
  headers: { Accept: 'application/json,text/plain' },
35053
35116
  method: 'post',
35054
35117
  data: {
@@ -35110,7 +35173,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
35110
35173
 
35111
35174
  this.loading = true;
35112
35175
  utils_util["a" /* default */].ajax({
35113
- url: api["ac" /* toSendMsg */],
35176
+ url: api["bc" /* toSendMsg */],
35114
35177
  params: { pendingId: this.$attrs.pendingId }
35115
35178
  }).then(function (res) {
35116
35179
  var status = res.status,
@@ -35154,8 +35217,8 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
35154
35217
 
35155
35218
  var SendMsg_component = normalizeComponent(
35156
35219
  component_SendMsgvue_type_script_lang_js_,
35157
- SendMsgvue_type_template_id_5cb986c6_render,
35158
- SendMsgvue_type_template_id_5cb986c6_staticRenderFns,
35220
+ SendMsgvue_type_template_id_511ef65e_render,
35221
+ SendMsgvue_type_template_id_511ef65e_staticRenderFns,
35159
35222
  false,
35160
35223
  null,
35161
35224
  null,
@@ -35563,8 +35626,8 @@ var TimeLimit_component = normalizeComponent(
35563
35626
  )
35564
35627
 
35565
35628
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
35566
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=9d3463f6&
35567
- var processRejectvue_type_template_id_9d3463f6_render = function () {
35629
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=4cc2d6c6&
35630
+ var processRejectvue_type_template_id_4cc2d6c6_render = function () {
35568
35631
  var _vm = this
35569
35632
  var _h = _vm.$createElement
35570
35633
  var _c = _vm._self._c || _h
@@ -35674,17 +35737,15 @@ var processRejectvue_type_template_id_9d3463f6_render = function () {
35674
35737
  _c(
35675
35738
  "el-form-item",
35676
35739
  {
35677
- attrs: {
35678
- prop: "noticeType",
35679
- label: "通知方式",
35680
- rules: [
35681
- {
35682
- required: false,
35683
- message: "请选择通知方式",
35684
- trigger: "blur",
35685
- },
35686
- ],
35687
- },
35740
+ directives: [
35741
+ {
35742
+ name: "show",
35743
+ rawName: "v-show",
35744
+ value: _vm.nextNode.noticeList.lemgth != 0,
35745
+ expression: "nextNode.noticeList.lemgth != 0",
35746
+ },
35747
+ ],
35748
+ attrs: { prop: "noticeType", label: "通知方式" },
35688
35749
  },
35689
35750
  [
35690
35751
  _c(
@@ -35789,11 +35850,11 @@ var processRejectvue_type_template_id_9d3463f6_render = function () {
35789
35850
  1
35790
35851
  )
35791
35852
  }
35792
- var processRejectvue_type_template_id_9d3463f6_staticRenderFns = []
35793
- processRejectvue_type_template_id_9d3463f6_render._withStripped = true
35853
+ var processRejectvue_type_template_id_4cc2d6c6_staticRenderFns = []
35854
+ processRejectvue_type_template_id_4cc2d6c6_render._withStripped = true
35794
35855
 
35795
35856
 
35796
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=9d3463f6&
35857
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=4cc2d6c6&
35797
35858
 
35798
35859
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
35799
35860
  //
@@ -35882,6 +35943,7 @@ processRejectvue_type_template_id_9d3463f6_render._withStripped = true
35882
35943
  //
35883
35944
  //
35884
35945
  //
35946
+ //
35885
35947
 
35886
35948
 
35887
35949
 
@@ -35981,7 +36043,7 @@ processRejectvue_type_template_id_9d3463f6_render._withStripped = true
35981
36043
  userId: utils_util["a" /* default */].getStorage('userId'),
35982
36044
  nextNodeId: _this2.nextNode.nextNodeId
35983
36045
  };
35984
- utils_util["a" /* default */].ajax({ url: api["Qb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
36046
+ utils_util["a" /* default */].ajax({ url: api["Rb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
35985
36047
  var status = res.status,
35986
36048
  message = res.message;
35987
36049
 
@@ -35991,6 +36053,7 @@ processRejectvue_type_template_id_9d3463f6_render._withStripped = true
35991
36053
  _this2.simpleTips && _this2.$message.success('操作成功');
35992
36054
  } else {
35993
36055
  _this2.$message.error(message || '系统错误,请联系管理员!');
36056
+ _this2.quit(false);
35994
36057
  }
35995
36058
  }).catch(function (err) {
35996
36059
  _this2.loading = false;
@@ -36045,18 +36108,18 @@ processRejectvue_type_template_id_9d3463f6_render._withStripped = true
36045
36108
  isSinglePage: false,
36046
36109
  opinion: this.option
36047
36110
  };
36048
- utils_util["a" /* default */].ajax({ url: api["fc" /* toTaskRejectHtml */], params: params }).then(function (res) {
36049
- var status = res.status,
36050
- message = res.message,
36051
- _res$data = res.data,
36052
- rejectTaskNodes = _res$data.rejectTaskNodes,
36053
- taskExamine = _res$data.taskExamine,
36054
- nodeInfoMap = _res$data.nodeInfoMap,
36055
- notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
36056
- readOnlyNotificationType = _res$data.readOnlyNotificationType;
36111
+ utils_util["a" /* default */].ajax({ url: api["gc" /* toTaskRejectHtml */], params: params }).then(function (res) {
36057
36112
 
36113
+ console.log(res, 'resssss');
36058
36114
  _this4.loading = false;
36059
- if (status === 'success') {
36115
+ if (res.status === 'success') {
36116
+ var _res$data = res.data,
36117
+ rejectTaskNodes = _res$data.rejectTaskNodes,
36118
+ taskExamine = _res$data.taskExamine,
36119
+ nodeInfoMap = _res$data.nodeInfoMap,
36120
+ notificationMessageReadOnly = _res$data.notificationMessageReadOnly,
36121
+ readOnlyNotificationType = _res$data.readOnlyNotificationType;
36122
+
36060
36123
  _this4.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
36061
36124
  _this4.readOnlyNotificationType = readOnlyNotificationType;
36062
36125
  _this4.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
@@ -36077,7 +36140,8 @@ processRejectvue_type_template_id_9d3463f6_render._withStripped = true
36077
36140
  _this4.rejectObj.length != 0 && (_this4.nextNode.nextNodeId = _this4.rejectObj[0].id);
36078
36141
  }
36079
36142
  } else {
36080
- _this4.$message.error(message || '系统错误,请联系管理员!');
36143
+ _this4.$message.error(res.message || '系统错误,请联系管理员!');
36144
+ _this4.quit(false);
36081
36145
  }
36082
36146
  }).catch(function (err) {
36083
36147
  _this4.loading = false;
@@ -36101,8 +36165,8 @@ processRejectvue_type_template_id_9d3463f6_render._withStripped = true
36101
36165
 
36102
36166
  var processReject_component = normalizeComponent(
36103
36167
  src_processRejectvue_type_script_lang_js_,
36104
- processRejectvue_type_template_id_9d3463f6_render,
36105
- processRejectvue_type_template_id_9d3463f6_staticRenderFns,
36168
+ processRejectvue_type_template_id_4cc2d6c6_render,
36169
+ processRejectvue_type_template_id_4cc2d6c6_staticRenderFns,
36106
36170
  false,
36107
36171
  null,
36108
36172
  null,
@@ -36111,8 +36175,8 @@ var processReject_component = normalizeComponent(
36111
36175
  )
36112
36176
 
36113
36177
  /* harmony default export */ var processReject = (processReject_component.exports);
36114
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=4f33d988&
36115
- var startTaskReadvue_type_template_id_4f33d988_render = function () {
36178
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=709ac034&
36179
+ var startTaskReadvue_type_template_id_709ac034_render = function () {
36116
36180
  var _vm = this
36117
36181
  var _h = _vm.$createElement
36118
36182
  var _c = _vm._self._c || _h
@@ -36409,22 +36473,11 @@ var startTaskReadvue_type_template_id_4f33d988_render = function () {
36409
36473
  1
36410
36474
  )
36411
36475
  : _vm._e(),
36412
- _vm.configInfo.isCdjxjTaskHandle != "true"
36476
+ _vm.configInfo.isCdjxjTaskHandle != "true" &&
36477
+ _vm.noticeList.length > 0
36413
36478
  ? _c(
36414
36479
  "el-form-item",
36415
- {
36416
- attrs: {
36417
- prop: "noticeType",
36418
- label: "通知方式",
36419
- rules: [
36420
- {
36421
- required: false,
36422
- message: "请选择通知方式",
36423
- trigger: "blur",
36424
- },
36425
- ],
36426
- },
36427
- },
36480
+ { attrs: { prop: "noticeType", label: "通知方式" } },
36428
36481
  [
36429
36482
  _c(
36430
36483
  "el-checkbox-group",
@@ -36537,11 +36590,11 @@ var startTaskReadvue_type_template_id_4f33d988_render = function () {
36537
36590
  1
36538
36591
  )
36539
36592
  }
36540
- var startTaskReadvue_type_template_id_4f33d988_staticRenderFns = []
36541
- startTaskReadvue_type_template_id_4f33d988_render._withStripped = true
36593
+ var startTaskReadvue_type_template_id_709ac034_staticRenderFns = []
36594
+ startTaskReadvue_type_template_id_709ac034_render._withStripped = true
36542
36595
 
36543
36596
 
36544
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4f33d988&
36597
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=709ac034&
36545
36598
 
36546
36599
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
36547
36600
  var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -36714,9 +36767,6 @@ var startTaskReadvue_type_script_lang_js_components;
36714
36767
  //
36715
36768
  //
36716
36769
  //
36717
- //
36718
- //
36719
- //
36720
36770
 
36721
36771
 
36722
36772
 
@@ -36856,7 +36906,7 @@ var startTaskReadvue_type_script_lang_js_components;
36856
36906
  taskExamine = this.taskExamine;
36857
36907
 
36858
36908
  var params = {
36859
- url: api["lc" /* toTaskTransferIndex */],
36909
+ url: api["mc" /* toTaskTransferIndex */],
36860
36910
  params: {
36861
36911
  opinion: opinion,
36862
36912
  pendingId: pendingId,
@@ -36981,7 +37031,7 @@ var startTaskReadvue_type_script_lang_js_components;
36981
37031
  var _this4 = this;
36982
37032
 
36983
37033
  var params = {
36984
- url: api["cc" /* toStartTaskRead */],
37034
+ url: api["dc" /* toStartTaskRead */],
36985
37035
  params: startTaskReadvue_type_script_lang_js_extends({
36986
37036
  pendingId: this.pendingId,
36987
37037
  taskAction: this.type
@@ -37074,7 +37124,7 @@ var startTaskReadvue_type_script_lang_js_components;
37074
37124
  type = this.type;
37075
37125
 
37076
37126
  var params = {
37077
- url: api["Ub" /* taskTransfer */],
37127
+ url: api["Vb" /* taskTransfer */],
37078
37128
  data: {
37079
37129
  choiceDeptId: choiceDeptId,
37080
37130
  choiceOrgId: choiceOrgId,
@@ -37176,7 +37226,7 @@ var startTaskReadvue_type_script_lang_js_components;
37176
37226
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.subParams);
37177
37227
  }
37178
37228
  utils_util["a" /* default */].ajax({
37179
- url: api["Ob" /* taskReadHtml */],
37229
+ url: api["Pb" /* taskReadHtml */],
37180
37230
  params: { taskAction: _this8.type },
37181
37231
  headers: {
37182
37232
  Accept: 'application/json,text/plain'
@@ -37258,8 +37308,8 @@ var startTaskReadvue_type_script_lang_js_components;
37258
37308
 
37259
37309
  var startTaskRead_component = normalizeComponent(
37260
37310
  src_startTaskReadvue_type_script_lang_js_,
37261
- startTaskReadvue_type_template_id_4f33d988_render,
37262
- startTaskReadvue_type_template_id_4f33d988_staticRenderFns,
37311
+ startTaskReadvue_type_template_id_709ac034_render,
37312
+ startTaskReadvue_type_template_id_709ac034_staticRenderFns,
37263
37313
  false,
37264
37314
  null,
37265
37315
  null,
@@ -37268,8 +37318,8 @@ var startTaskRead_component = normalizeComponent(
37268
37318
  )
37269
37319
 
37270
37320
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
37271
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=56dca055&
37272
- var resetvue_type_template_id_56dca055_render = function () {
37321
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=f85d1446&
37322
+ var resetvue_type_template_id_f85d1446_render = function () {
37273
37323
  var _vm = this
37274
37324
  var _h = _vm.$createElement
37275
37325
  var _c = _vm._self._c || _h
@@ -37630,7 +37680,17 @@ var resetvue_type_template_id_56dca055_render = function () {
37630
37680
  : _vm._e(),
37631
37681
  _c(
37632
37682
  "el-form-item",
37633
- { attrs: { prop: "noticeType", label: "通知方式" } },
37683
+ {
37684
+ directives: [
37685
+ {
37686
+ name: "show",
37687
+ rawName: "v-show",
37688
+ value: _vm.nextNode.noticeList.length != 0,
37689
+ expression: "nextNode.noticeList.length != 0",
37690
+ },
37691
+ ],
37692
+ attrs: { prop: "noticeType", label: "通知方式" },
37693
+ },
37634
37694
  [
37635
37695
  _vm.showNoticeType
37636
37696
  ? _c(
@@ -37745,11 +37805,11 @@ var resetvue_type_template_id_56dca055_render = function () {
37745
37805
  1
37746
37806
  )
37747
37807
  }
37748
- var resetvue_type_template_id_56dca055_staticRenderFns = []
37749
- resetvue_type_template_id_56dca055_render._withStripped = true
37808
+ var resetvue_type_template_id_f85d1446_staticRenderFns = []
37809
+ resetvue_type_template_id_f85d1446_render._withStripped = true
37750
37810
 
37751
37811
 
37752
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=56dca055&
37812
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=f85d1446&
37753
37813
 
37754
37814
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
37755
37815
  var resetvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -38133,7 +38193,7 @@ var resetvue_type_script_lang_js_components;
38133
38193
  if (mainConfig) {
38134
38194
  this.userModel = JSON.parse(mainConfig).userModel;
38135
38195
  } else {
38136
- utils_util["a" /* default */].ajax({ url: api["ob" /* loginUserInfo */] }).then(function (res) {
38196
+ utils_util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
38137
38197
  var status = res.status,
38138
38198
  data = res.data;
38139
38199
 
@@ -38289,10 +38349,10 @@ var resetvue_type_script_lang_js_components;
38289
38349
  nextRoleId = _nextNode.nextRoleId,
38290
38350
  nextOperate = _nextNode.nextOperate,
38291
38351
  newOpinion = _nextNode.newOpinion;
38352
+ // if (noticeType.length === 0) {
38353
+ // return this.$message.warning('请选择通知方式');
38354
+ // }
38292
38355
 
38293
- if (noticeType.length === 0) {
38294
- return _this4.$message.warning('请选择通知方式');
38295
- }
38296
38356
  if (_this4.nodeInfoExtAttr.nodeType != 1 && _this4.nodeInfoExtAttr.nodeType != 2 && !_this4.showRoleUser) {
38297
38357
  if (_this4.isShowNextUser) {
38298
38358
  if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
@@ -38346,7 +38406,7 @@ var resetvue_type_script_lang_js_components;
38346
38406
  }
38347
38407
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
38348
38408
  utils_util["a" /* default */].ajax({
38349
- url: _this4.type == 'reset' ? api["Bb" /* resetProcess */] : api["Mb" /* taskContinuation */],
38409
+ url: _this4.type == 'reset' ? api["Cb" /* resetProcess */] : api["Nb" /* taskContinuation */],
38350
38410
  method: 'post',
38351
38411
  data: params
38352
38412
  }).then(function (res) {
@@ -38553,7 +38613,7 @@ var resetvue_type_script_lang_js_components;
38553
38613
  var _this7 = this;
38554
38614
 
38555
38615
  var params = {
38556
- url: this.type == 'continuation' ? api["ec" /* toTaskContinuationIndex */] : api["Zb" /* toResetProcessIndex */],
38616
+ url: this.type == 'continuation' ? api["fc" /* toTaskContinuationIndex */] : api["ac" /* toResetProcessIndex */],
38557
38617
  params: resetvue_type_script_lang_js_extends({
38558
38618
  appId: this.appId
38559
38619
  }, this.flowParams)
@@ -38650,8 +38710,8 @@ var resetvue_type_script_lang_js_components;
38650
38710
 
38651
38711
  var reset_component = normalizeComponent(
38652
38712
  src_resetvue_type_script_lang_js_,
38653
- resetvue_type_template_id_56dca055_render,
38654
- resetvue_type_template_id_56dca055_staticRenderFns,
38713
+ resetvue_type_template_id_f85d1446_render,
38714
+ resetvue_type_template_id_f85d1446_staticRenderFns,
38655
38715
  false,
38656
38716
  null,
38657
38717
  null,
@@ -38660,8 +38720,8 @@ var reset_component = normalizeComponent(
38660
38720
  )
38661
38721
 
38662
38722
  /* harmony default export */ var src_reset = (reset_component.exports);
38663
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=36d478ba&
38664
- var taskUnionExaminevue_type_template_id_36d478ba_render = function () {
38723
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=7cff7406&
38724
+ var taskUnionExaminevue_type_template_id_7cff7406_render = function () {
38665
38725
  var _vm = this
38666
38726
  var _h = _vm.$createElement
38667
38727
  var _c = _vm._self._c || _h
@@ -38806,17 +38866,15 @@ var taskUnionExaminevue_type_template_id_36d478ba_render = function () {
38806
38866
  _c(
38807
38867
  "el-form-item",
38808
38868
  {
38809
- attrs: {
38810
- prop: "noticeType",
38811
- label: "通知方式",
38812
- rules: [
38813
- {
38814
- required: false,
38815
- message: "请选择通知方式",
38816
- trigger: "blur",
38817
- },
38818
- ],
38819
- },
38869
+ directives: [
38870
+ {
38871
+ name: "show",
38872
+ rawName: "v-show",
38873
+ value: _vm.infoList.noticeList.length != 0,
38874
+ expression: "infoList.noticeList.length != 0",
38875
+ },
38876
+ ],
38877
+ attrs: { prop: "noticeType", label: "通知方式" },
38820
38878
  },
38821
38879
  [
38822
38880
  _c(
@@ -38920,11 +38978,11 @@ var taskUnionExaminevue_type_template_id_36d478ba_render = function () {
38920
38978
  1
38921
38979
  )
38922
38980
  }
38923
- var taskUnionExaminevue_type_template_id_36d478ba_staticRenderFns = []
38924
- taskUnionExaminevue_type_template_id_36d478ba_render._withStripped = true
38981
+ var taskUnionExaminevue_type_template_id_7cff7406_staticRenderFns = []
38982
+ taskUnionExaminevue_type_template_id_7cff7406_render._withStripped = true
38925
38983
 
38926
38984
 
38927
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=36d478ba&
38985
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=7cff7406&
38928
38986
 
38929
38987
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
38930
38988
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -39061,6 +39119,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39061
39119
  //
39062
39120
  //
39063
39121
  //
39122
+ //
39064
39123
 
39065
39124
 
39066
39125
 
@@ -39146,7 +39205,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39146
39205
  pendingId = this.pendingId;
39147
39206
 
39148
39207
  var params = {
39149
- url: api["Rb" /* taskReview */],
39208
+ url: api["Sb" /* taskReview */],
39150
39209
  data: {
39151
39210
  nextUserId: nextOtherOrgObj.join(','),
39152
39211
  notificationType: noticeType.join(','),
@@ -39182,7 +39241,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39182
39241
  var _this2 = this;
39183
39242
 
39184
39243
  var params = {
39185
- url: api["gc" /* toTaskReview */],
39244
+ url: api["hc" /* toTaskReview */],
39186
39245
  params: { pendingId: this.pendingId }
39187
39246
  };
39188
39247
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -39218,7 +39277,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39218
39277
  var _this3 = this;
39219
39278
 
39220
39279
  var params = {
39221
- 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 */],
39280
+ 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 */],
39222
39281
  params: { pendingId: this.pendingId },
39223
39282
  headers: { Accept: 'application/json,text/plain' }
39224
39283
  };
@@ -39356,7 +39415,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39356
39415
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
39357
39416
  // return this.$message.warning('暂未开放,敬请期待!');
39358
39417
  var param = {
39359
- 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 */],
39418
+ 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 */],
39360
39419
  data: {
39361
39420
  opinion: opinion,
39362
39421
  pendingId: pendingId,
@@ -39509,8 +39568,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39509
39568
 
39510
39569
  var taskUnionExamine_component = normalizeComponent(
39511
39570
  component_taskUnionExaminevue_type_script_lang_js_,
39512
- taskUnionExaminevue_type_template_id_36d478ba_render,
39513
- taskUnionExaminevue_type_template_id_36d478ba_staticRenderFns,
39571
+ taskUnionExaminevue_type_template_id_7cff7406_render,
39572
+ taskUnionExaminevue_type_template_id_7cff7406_staticRenderFns,
39514
39573
  false,
39515
39574
  null,
39516
39575
  null,
@@ -42795,7 +42854,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42795
42854
  taskAction: 'complete'
42796
42855
  };
42797
42856
  utils_util["a" /* default */].ajax({
42798
- url: api["Ob" /* taskReadHtml */],
42857
+ url: api["Pb" /* taskReadHtml */],
42799
42858
  params: { taskAction: 'complete' },
42800
42859
  headers: {
42801
42860
  Accept: 'application/json,text/plain'
@@ -42827,7 +42886,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42827
42886
 
42828
42887
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
42829
42888
  utils_util["a" /* default */].ajax({
42830
- url: api["dc" /* toStartTaskReadIndex */],
42889
+ url: api["ec" /* toStartTaskReadIndex */],
42831
42890
  params: { pendingId: this.pendingId }
42832
42891
  }).then(function (res) {
42833
42892
  var status = res.status,
@@ -42863,7 +42922,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42863
42922
  if (mainConfig) {
42864
42923
  this.userModel = JSON.parse(mainConfig).userModel;
42865
42924
  } else {
42866
- utils_util["a" /* default */].ajax({ url: api["ob" /* loginUserInfo */] }).then(function (res) {
42925
+ utils_util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
42867
42926
  var status = res.status,
42868
42927
  data = res.data;
42869
42928
 
@@ -42965,7 +43024,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42965
43024
  pendingId: this.pendingId
42966
43025
  };
42967
43026
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
42968
- utils_util["a" /* default */].ajax({ url: api["Xb" /* tempSave */], params: params }).then(function (res) {
43027
+ utils_util["a" /* default */].ajax({ url: api["Yb" /* tempSave */], params: params }).then(function (res) {
42969
43028
  var status = res.status,
42970
43029
  message = res.message;
42971
43030
 
@@ -43259,7 +43318,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43259
43318
  var _this15 = this;
43260
43319
 
43261
43320
  var params = {
43262
- url: api["mb" /* isCanStartSubFlow */],
43321
+ url: api["nb" /* isCanStartSubFlow */],
43263
43322
  data: {
43264
43323
  appId: this.taskExamineInfo.appId,
43265
43324
  inevitableNode: res.inevitableNode
@@ -43369,7 +43428,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43369
43428
  this.$confirm('确认' + res.value + '?').then(function () {
43370
43429
  // return this.$message.warning('请填写意见');
43371
43430
  var params = {
43372
- url: api["Ab" /* rejectAndEnd */],
43431
+ url: api["Bb" /* rejectAndEnd */],
43373
43432
  headers: { Accept: 'application/json,text/plain' },
43374
43433
  method: 'post',
43375
43434
  data: {
@@ -44034,7 +44093,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44034
44093
  userId: utils_util["a" /* default */].getStorage('userId'),
44035
44094
  type: 2
44036
44095
  };
44037
- utils_util["a" /* default */].ajax({ url: api["rb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
44096
+ utils_util["a" /* default */].ajax({ url: api["sb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
44038
44097
  var rCode = res.rCode,
44039
44098
  msg = res.msg,
44040
44099
  results = res.results;
@@ -44230,7 +44289,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44230
44289
  params.isSubFlow = taskExamineInfo.isSubFlow;
44231
44290
  params.nodeId = taskExamineInfo.nodeId;
44232
44291
  params.needRetrialAuth = needRetrialAuth;
44233
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Nb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
44292
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Ob" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
44234
44293
  var status = res.status,
44235
44294
  message = res.message;
44236
44295
 
@@ -44321,8 +44380,8 @@ var freeStartFlow_component = normalizeComponent(
44321
44380
  )
44322
44381
 
44323
44382
  /* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
44324
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=5fbd4d48&
44325
- var supervisevue_type_template_id_5fbd4d48_render = function () {
44383
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=8ef7a708&
44384
+ var supervisevue_type_template_id_8ef7a708_render = function () {
44326
44385
  var _vm = this
44327
44386
  var _h = _vm.$createElement
44328
44387
  var _c = _vm._self._c || _h
@@ -44395,7 +44454,17 @@ var supervisevue_type_template_id_5fbd4d48_render = function () {
44395
44454
  ),
44396
44455
  _c(
44397
44456
  "el-form-item",
44398
- { attrs: { prop: "noticeType", label: "通知方式" } },
44457
+ {
44458
+ directives: [
44459
+ {
44460
+ name: "show",
44461
+ rawName: "v-show",
44462
+ value: _vm.nextNode.notificationType.length > 0,
44463
+ expression: "nextNode.notificationType.length > 0",
44464
+ },
44465
+ ],
44466
+ attrs: { prop: "noticeType", label: "通知方式" },
44467
+ },
44399
44468
  [
44400
44469
  _c(
44401
44470
  "el-checkbox-group",
@@ -44426,7 +44495,17 @@ var supervisevue_type_template_id_5fbd4d48_render = function () {
44426
44495
  ),
44427
44496
  _c(
44428
44497
  "el-form-item",
44429
- { attrs: { prop: "notifyMessage", label: "通知消息" } },
44498
+ {
44499
+ directives: [
44500
+ {
44501
+ name: "show",
44502
+ rawName: "v-show",
44503
+ value: _vm.nextNode.noticeType.length != 0,
44504
+ expression: "nextNode.noticeType.length != 0",
44505
+ },
44506
+ ],
44507
+ attrs: { prop: "notifyMessage", label: "通知消息" },
44508
+ },
44430
44509
  [
44431
44510
  _c("es-input", {
44432
44511
  staticStyle: {
@@ -44475,11 +44554,11 @@ var supervisevue_type_template_id_5fbd4d48_render = function () {
44475
44554
  1
44476
44555
  )
44477
44556
  }
44478
- var supervisevue_type_template_id_5fbd4d48_staticRenderFns = []
44479
- supervisevue_type_template_id_5fbd4d48_render._withStripped = true
44557
+ var supervisevue_type_template_id_8ef7a708_staticRenderFns = []
44558
+ supervisevue_type_template_id_8ef7a708_render._withStripped = true
44480
44559
 
44481
44560
 
44482
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=5fbd4d48&
44561
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=8ef7a708&
44483
44562
 
44484
44563
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
44485
44564
  var supervisevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -44576,11 +44655,11 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44576
44655
  subProcess: function subProcess() {
44577
44656
  var _this = this;
44578
44657
 
44579
- if (this.nextNode.noticeType.length == 0) {
44580
- this.$message.warning('请选择通知方式');
44581
- return;
44582
- }
44583
- if (!this.nextNode.notifyMessage) {
44658
+ // if (this.nextNode.noticeType.length == 0) {
44659
+ // this.$message.warning('请选择通知方式');
44660
+ // return;
44661
+ // }
44662
+ if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage) {
44584
44663
  this.$message.warning('请填写通知消息内容');
44585
44664
  return;
44586
44665
  }
@@ -44590,7 +44669,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44590
44669
  pendingUserIds = _nextNode.pendingUserIds;
44591
44670
 
44592
44671
  var params = {
44593
- url: api["jc" /* toTaskSuperviseSub */],
44672
+ url: api["kc" /* toTaskSuperviseSub */],
44594
44673
  params: {
44595
44674
  userId: utils_util["a" /* default */].getStorage('userId'),
44596
44675
  urgeUserIds: pendingUserIds,
@@ -44616,7 +44695,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44616
44695
 
44617
44696
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
44618
44697
  utils_util["a" /* default */].ajax({
44619
- url: api["ic" /* toTaskSupervise */],
44698
+ url: api["jc" /* toTaskSupervise */],
44620
44699
  params: {
44621
44700
  businessId: this.businessId,
44622
44701
  appId: this.appId,
@@ -44624,12 +44703,19 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44624
44703
  }
44625
44704
  }).then(function (res) {
44626
44705
  _this2.loading.close();
44627
- if (res.rCode == 0) {
44706
+ if (res.rCode == 0 || res.status == "success") {
44628
44707
  _this2.nextNode = supervisevue_type_script_lang_js_extends({}, _this2.nextNode, res.results);
44708
+ var arr = [];
44629
44709
  _this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
44710
+ _this2.nextNode.notificationType.map(function (x) {
44711
+ if (_this2.nextNode.noticeType.indexOf(x.cciValue) != -1) {
44712
+ arr.push(x.cciValue);
44713
+ }
44714
+ });
44715
+ _this2.nextNode.noticeType = arr;
44630
44716
  } else {
44631
44717
  _this2.$message({
44632
- message: res.rMsg,
44718
+ message: res.msg || res.message,
44633
44719
  type: 'error'
44634
44720
  });
44635
44721
  _this2.$emit('cancel');
@@ -44650,8 +44736,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44650
44736
 
44651
44737
  var supervise_component = normalizeComponent(
44652
44738
  src_supervisevue_type_script_lang_js_,
44653
- supervisevue_type_template_id_5fbd4d48_render,
44654
- supervisevue_type_template_id_5fbd4d48_staticRenderFns,
44739
+ supervisevue_type_template_id_8ef7a708_render,
44740
+ supervisevue_type_template_id_8ef7a708_staticRenderFns,
44655
44741
  false,
44656
44742
  null,
44657
44743
  null,
@@ -44660,8 +44746,8 @@ var supervise_component = normalizeComponent(
44660
44746
  )
44661
44747
 
44662
44748
  /* harmony default export */ var supervise = (supervise_component.exports);
44663
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=858cd6e2&
44664
- var Circulatevue_type_template_id_858cd6e2_render = function () {
44749
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=46ad7cd0&
44750
+ var Circulatevue_type_template_id_46ad7cd0_render = function () {
44665
44751
  var _vm = this
44666
44752
  var _h = _vm.$createElement
44667
44753
  var _c = _vm._self._c || _h
@@ -44737,17 +44823,15 @@ var Circulatevue_type_template_id_858cd6e2_render = function () {
44737
44823
  _c(
44738
44824
  "el-form-item",
44739
44825
  {
44740
- attrs: {
44741
- prop: "noticeType",
44742
- label: "通知方式",
44743
- rules: [
44744
- {
44745
- required: false,
44746
- message: "请选择通知方式",
44747
- trigger: "blur",
44748
- },
44749
- ],
44750
- },
44826
+ directives: [
44827
+ {
44828
+ name: "show",
44829
+ rawName: "v-show",
44830
+ value: _vm.infoList.noticeList != 0,
44831
+ expression: "infoList.noticeList != 0",
44832
+ },
44833
+ ],
44834
+ attrs: { prop: "noticeType", label: "通知方式" },
44751
44835
  },
44752
44836
  [
44753
44837
  _c(
@@ -44854,11 +44938,11 @@ var Circulatevue_type_template_id_858cd6e2_render = function () {
44854
44938
  1
44855
44939
  )
44856
44940
  }
44857
- var Circulatevue_type_template_id_858cd6e2_staticRenderFns = []
44858
- Circulatevue_type_template_id_858cd6e2_render._withStripped = true
44941
+ var Circulatevue_type_template_id_46ad7cd0_staticRenderFns = []
44942
+ Circulatevue_type_template_id_46ad7cd0_render._withStripped = true
44859
44943
 
44860
44944
 
44861
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=858cd6e2&
44945
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=46ad7cd0&
44862
44946
 
44863
44947
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
44864
44948
  var Circulatevue_type_script_lang_js_components;
@@ -44948,6 +45032,8 @@ var Circulatevue_type_script_lang_js_components;
44948
45032
  //
44949
45033
  //
44950
45034
  //
45035
+ //
45036
+ //
44951
45037
 
44952
45038
 
44953
45039
 
@@ -45172,7 +45258,8 @@ var Circulatevue_type_script_lang_js_components;
45172
45258
  params: {
45173
45259
  ccCode: 'notification_type',
45174
45260
  userId: utils_util["a" /* default */].getStorage('userId'),
45175
- pendingId: this.pendingId
45261
+ pendingId: this.pendingId,
45262
+ startCircularRead: true
45176
45263
  }
45177
45264
  }).then(function (res) {
45178
45265
  var status = res.status,
@@ -45264,8 +45351,8 @@ var Circulatevue_type_script_lang_js_components;
45264
45351
 
45265
45352
  var Circulate_component = normalizeComponent(
45266
45353
  component_Circulatevue_type_script_lang_js_,
45267
- Circulatevue_type_template_id_858cd6e2_render,
45268
- Circulatevue_type_template_id_858cd6e2_staticRenderFns,
45354
+ Circulatevue_type_template_id_46ad7cd0_render,
45355
+ Circulatevue_type_template_id_46ad7cd0_staticRenderFns,
45269
45356
  false,
45270
45357
  null,
45271
45358
  null,
@@ -46389,6 +46476,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46389
46476
  //
46390
46477
  //
46391
46478
  //
46479
+ //
46480
+ //
46481
+ //
46482
+ //
46392
46483
 
46393
46484
 
46394
46485
 
@@ -46443,6 +46534,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46443
46534
  callBack();
46444
46535
  }
46445
46536
  },
46537
+ urgencyLevel: {
46538
+ type: [String, Number],
46539
+ default: ''
46540
+ },
46446
46541
  beforeSubmit: Function,
46447
46542
  title: { type: String, default: '流程办理' },
46448
46543
  formTitle: { type: String, default: '' },
@@ -46621,7 +46716,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46621
46716
  notificationType: [], // 通知方式
46622
46717
  isLimitedTime: '2', // 是否限时办理
46623
46718
  mainSubId: ''
46624
- }, _ref.nodeInfos = [], _ref.nextFlowNode = '', _ref.currentOrgName = '', _ref.otherOrgName = '', _ref.needRetrialAuth = false, _ref.nodeInfo = {
46719
+ }, _ref.nodeInfos = [], _ref.nextFlowNode = '', _ref.currentOrgName = '', _ref.otherOrgName = '', _ref.needRetrialAuth = false, _ref.msgTypeCount = 0, _ref.nodeInfo = {
46625
46720
  nextNode: '',
46626
46721
  nextUser: '',
46627
46722
  option: []
@@ -46643,9 +46738,22 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46643
46738
  },
46644
46739
 
46645
46740
  watch: {
46741
+ urgencyLevel: {
46742
+ handler: function handler(val) {
46743
+ if (val && this.msgTypeCount != 0) {
46744
+ this.getAdminMsgType();
46745
+ } else {
46746
+ this.msgTypeCount++;
46747
+ }
46748
+ },
46749
+
46750
+ deep: true,
46751
+ immediate: true
46752
+ },
46646
46753
  isCirculate: {
46647
46754
  handler: function handler(val) {
46648
46755
  if (!val && this.showCirculate != undefined) {
46756
+ this.showCirculate = val;
46649
46757
  this.getInfo();
46650
46758
  }
46651
46759
  this.showCirculate = val;
@@ -46747,12 +46855,38 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46747
46855
  }
46748
46856
  },
46749
46857
  methods: {
46858
+ getAdminMsgType: function getAdminMsgType() {
46859
+ var _this = this;
46860
+
46861
+ var params = {
46862
+ url: api["db" /* getUrgencyLevelChangedNotificationType */],
46863
+ params: { urgencyLevel: this.urgencyLevel }
46864
+ };
46865
+ utils_util["a" /* default */].ajax(params).then(function (res) {
46866
+ if (res.rCode == 0) {
46867
+ _this.newsList = res.results.latestChangedNotificationType;
46868
+ var arr = [];
46869
+ _this.newsList.map(function (item) {
46870
+ _this.nextNode.notificationType.map(function (x) {
46871
+ if (x == item.cciValue) {
46872
+ arr.push(x);
46873
+ }
46874
+ });
46875
+ });
46876
+ _this.nextNode.notificationType = arr;
46877
+ }
46878
+ });
46879
+ },
46750
46880
  handleEndMessageChange: function handleEndMessageChange() {
46751
46881
  this.$emit('endMessageChange', this.endMessage);
46752
46882
  },
46753
46883
  getInfo: function getInfo() {
46754
46884
  if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
46755
- this.getNodeType();
46885
+ if (this.showCirculate != undefined && !this.showCirculate && this.urgencyLevel) {
46886
+ this.getAdminMsgType();
46887
+ } else {
46888
+ this.getNodeType();
46889
+ }
46756
46890
  !this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
46757
46891
  if (this.isFlow) {
46758
46892
  this.businessId && this.getProcess();
@@ -46766,7 +46900,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46766
46900
  this.$refs.circulate.subMit();
46767
46901
  },
46768
46902
  getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
46769
- var _this = this;
46903
+ var _this2 = this;
46770
46904
 
46771
46905
  var params = {
46772
46906
  url: api["R" /* getNodeInfoForStart */],
@@ -46774,9 +46908,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46774
46908
  };
46775
46909
  utils_util["a" /* default */].ajax(params).then(function (res) {
46776
46910
  if (res.status == 'success') {
46777
- _this.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
46778
- _this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
46779
- _this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
46911
+ _this2.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
46912
+ _this2.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
46913
+ _this2.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
46780
46914
 
46781
46915
  // if (this.directCreateCircularReadWhenFlowStarted) {
46782
46916
  // this.nodeInfo.option.map((item) => {
@@ -46787,8 +46921,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46787
46921
  // item.disabled = false;
46788
46922
  // });
46789
46923
  // }
46790
- _this.optionsKey++;
46791
- _this.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
46924
+ _this2.optionsKey++;
46925
+ _this2.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
46792
46926
  }
46793
46927
  });
46794
46928
  },
@@ -46825,12 +46959,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46825
46959
  this.handleVisible = true;
46826
46960
  },
46827
46961
  showMessage: function showMessage() {
46828
- var _this2 = this;
46962
+ var _this3 = this;
46829
46963
 
46830
46964
  this.showNews = !this.showNews;
46831
46965
  if (!this.showNews) return;
46832
46966
  this.$nextTick(function () {
46833
- _this2.$refs.esContent.scrollTop += _this2.$refs.messagebox.clientHeight;
46967
+ _this3.$refs.esContent.scrollTop += _this3.$refs.messagebox.clientHeight;
46834
46968
  });
46835
46969
  },
46836
46970
  freeStartFlowSuccess: function freeStartFlowSuccess() {
@@ -46904,7 +47038,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46904
47038
 
46905
47039
  //获取附件
46906
47040
  getFile: function getFile(ownId, code) {
46907
- var _this3 = this;
47041
+ var _this4 = this;
46908
47042
 
46909
47043
  var params = {
46910
47044
  url: api["H" /* getAdjunctFileInfos */],
@@ -46916,13 +47050,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46916
47050
  msg = res.msg;
46917
47051
 
46918
47052
  if (rCode == 0) {
46919
- results && (_this3.fileNum = results.length);
47053
+ results && (_this4.fileNum = results.length);
46920
47054
  } else {
46921
- _this3.$message.error(msg || '系统错误,请联系管理员!');
47055
+ _this4.$message.error(msg || '系统错误,请联系管理员!');
46922
47056
  }
46923
47057
  }).catch(function (err) {
46924
47058
  if (err.message && err.message !== 'canceled') {
46925
- _this3.$message.error(err.message);
47059
+ _this4.$message.error(err.message);
46926
47060
  }
46927
47061
  });
46928
47062
  },
@@ -46969,7 +47103,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46969
47103
  }
46970
47104
  },
46971
47105
  taskRead: function taskRead() {
46972
- var _this4 = this;
47106
+ var _this5 = this;
46973
47107
 
46974
47108
  if (this.taskReadOpinionRequired == 'true' && !this.value) {
46975
47109
  if (!this.$refs.commonOpinions.validate()) return;
@@ -46979,8 +47113,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46979
47113
  cancelButtonText: '取消',
46980
47114
  type: 'warning'
46981
47115
  }).then(function () {
46982
- _this4.loading = utils_util["a" /* default */].loading(_this4.$loading, '加载中...');
46983
- var _taskExamineInfo2 = _this4.taskExamineInfo,
47116
+ _this5.loading = utils_util["a" /* default */].loading(_this5.$loading, '加载中...');
47117
+ var _taskExamineInfo2 = _this5.taskExamineInfo,
46984
47118
  businessId = _taskExamineInfo2.businessId,
46985
47119
  appId = _taskExamineInfo2.appId,
46986
47120
  processDefinitionId = _taskExamineInfo2.processDefinitionId,
@@ -46991,11 +47125,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46991
47125
  appId: appId,
46992
47126
  processDefinitionId: processDefinitionId,
46993
47127
  pendingId: pendingId,
46994
- opinion: _this4.value,
47128
+ opinion: _this5.value,
46995
47129
  taskAction: 'complete'
46996
47130
  };
46997
47131
  utils_util["a" /* default */].ajax({
46998
- url: api["Ob" /* taskReadHtml */],
47132
+ url: api["Pb" /* taskReadHtml */],
46999
47133
  params: { taskAction: 'complete' },
47000
47134
  headers: {
47001
47135
  Accept: 'application/json,text/plain'
@@ -47006,25 +47140,25 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47006
47140
  var status = res.status,
47007
47141
  message = res.message;
47008
47142
 
47009
- _this4.loading.close();
47143
+ _this5.loading.close();
47010
47144
  if (status === 'success') {
47011
- _this4.flowSuccess();
47145
+ _this5.flowSuccess();
47012
47146
  // this.$message.success('提交成功');
47013
47147
  // this.$emit('success');
47014
47148
  } else {
47015
- _this4.$message.error(message || '系统错误,请联系管理员!');
47016
- _this4.$emit('error');
47149
+ _this5.$message.error(message || '系统错误,请联系管理员!');
47150
+ _this5.$emit('error');
47017
47151
  }
47018
47152
  }).catch(function (err) {
47019
- _this4.loading.close();
47153
+ _this5.loading.close();
47020
47154
  if (err.message && err.message !== 'canceled') {
47021
- _this4.$message.error(err.message);
47155
+ _this5.$message.error(err.message);
47022
47156
  }
47023
47157
  });
47024
47158
  }).catch(function () {});
47025
47159
  },
47026
47160
  validReadTransferHandle: function validReadTransferHandle(readTransferHandleBusinessId, readTransferHandleProcessKey) {
47027
- var _this5 = this;
47161
+ var _this6 = this;
47028
47162
 
47029
47163
  var params = {
47030
47164
  url: api["d" /* checkBusinessIdStartedReadTransferHandle */],
@@ -47035,18 +47169,18 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47035
47169
  }
47036
47170
  };
47037
47171
  utils_util["a" /* default */].ajax(params).then(function (res) {
47038
- _this5.loading.close();
47172
+ _this6.loading.close();
47039
47173
  if (res.rCode == 0) {
47040
- _this5.readTransferHandleDisabled = !res.results.canReadTransferHandle;
47174
+ _this6.readTransferHandleDisabled = !res.results.canReadTransferHandle;
47041
47175
  }
47042
47176
  });
47043
47177
  },
47044
47178
  getTaskReadFlow: function getTaskReadFlow() {
47045
- var _this6 = this;
47179
+ var _this7 = this;
47046
47180
 
47047
47181
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47048
47182
  utils_util["a" /* default */].ajax({
47049
- url: api["dc" /* toStartTaskReadIndex */],
47183
+ url: api["ec" /* toStartTaskReadIndex */],
47050
47184
  params: { pendingId: this.pendingId }
47051
47185
  }).then(function (res) {
47052
47186
  var status = res.status,
@@ -47059,50 +47193,50 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47059
47193
  defaultNotificationMessage = _res$data.defaultNotificationMessage;
47060
47194
 
47061
47195
  if (status === 'success') {
47062
- _this6.taskExamineInfo = taskExamine;
47063
- _this6.nodeName = _this6.nodename || taskExamine.nodeName || '分阅';
47064
- _this6.taskReadOpinionRequired = taskReadOpinionRequired;
47065
- _this6.nextNode.notificationMsg = defaultNotificationMessage;
47066
- _this6.isCanReadTransferHandle = isCanReadTransferHandle;
47067
- _this6.isCanFenyue = isCanFenyue;
47068
- if (_this6.nodeName) {
47069
- _this6.NodeName = _this6.nodeName;
47070
- }
47071
- if (_this6.isCanReadTransferHandle) {
47072
- _this6.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
47073
- }
47074
- _this6.getNodeType();
47196
+ _this7.taskExamineInfo = taskExamine;
47197
+ _this7.nodeName = _this7.nodename || taskExamine.nodeName || '分阅';
47198
+ _this7.taskReadOpinionRequired = taskReadOpinionRequired;
47199
+ _this7.nextNode.notificationMsg = defaultNotificationMessage;
47200
+ _this7.isCanReadTransferHandle = isCanReadTransferHandle;
47201
+ _this7.isCanFenyue = isCanFenyue;
47202
+ if (_this7.nodeName) {
47203
+ _this7.NodeName = _this7.nodeName;
47204
+ }
47205
+ if (_this7.isCanReadTransferHandle) {
47206
+ _this7.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
47207
+ }
47208
+ _this7.getNodeType();
47075
47209
  } else {
47076
- _this6.$message.error(message || '系统错误,请联系管理员!');
47210
+ _this7.$message.error(message || '系统错误,请联系管理员!');
47077
47211
  }
47078
- _this6.loading.close();
47212
+ _this7.loading.close();
47079
47213
  }).catch(function (err) {
47080
- _this6.loading.close();
47214
+ _this7.loading.close();
47081
47215
  if (err.message && err.message !== 'canceled') {
47082
- _this6.$message.error(err.message);
47216
+ _this7.$message.error(err.message);
47083
47217
  }
47084
47218
  });
47085
47219
  },
47086
47220
  getUserInfo: function getUserInfo() {
47087
- var _this7 = this;
47221
+ var _this8 = this;
47088
47222
 
47089
47223
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
47090
47224
  if (mainConfig) {
47091
47225
  this.userModel = JSON.parse(mainConfig).userModel;
47092
47226
  } else {
47093
- utils_util["a" /* default */].ajax({ url: api["ob" /* loginUserInfo */] }).then(function (res) {
47227
+ utils_util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
47094
47228
  var status = res.status,
47095
47229
  data = res.data;
47096
47230
 
47097
47231
  if (status == 'success') {
47098
- _this7.userModel = data;
47232
+ _this8.userModel = data;
47099
47233
  } else {
47100
47234
  var msg = res.msg || '系统错误,请联系管理员!';
47101
- _this7.$message.error(msg);
47235
+ _this8.$message.error(msg);
47102
47236
  }
47103
47237
  }).catch(function (err) {
47104
47238
  if (err.message && err.message !== 'canceled') {
47105
- _this7.$message.error(err.message);
47239
+ _this8.$message.error(err.message);
47106
47240
  }
47107
47241
  });
47108
47242
  }
@@ -47122,25 +47256,26 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47122
47256
  }
47123
47257
  },
47124
47258
  getNodeType: function getNodeType() {
47125
- var _this8 = this;
47259
+ var _this9 = this;
47126
47260
 
47127
- utils_util["a" /* default */].ajax({
47261
+ var params = {
47128
47262
  url: api["z" /* findCodeValues */],
47129
47263
  params: {
47130
47264
  ccCode: 'notification_type',
47131
47265
  userId: utils_util["a" /* default */].getStorage('userId'),
47132
47266
  pendingId: this.pendingId
47133
47267
  }
47134
- }).then(function (res) {
47268
+ };
47269
+ utils_util["a" /* default */].ajax(params).then(function (res) {
47135
47270
  var status = res.status,
47136
47271
  data = res.data;
47137
47272
 
47138
47273
  if (status === 'success') {
47139
- _this8.newsList = data;
47274
+ _this9.newsList = data;
47140
47275
  }
47141
47276
  }).catch(function (err) {
47142
47277
  if (err.message && err.message !== 'canceled') {
47143
- _this8.$message.error(err.message);
47278
+ _this9.$message.error(err.message);
47144
47279
  }
47145
47280
  });
47146
47281
  },
@@ -47152,17 +47287,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47152
47287
  * @date 2022年9月9日
47153
47288
  **/
47154
47289
  saveInfo: function saveInfo(type, btn) {
47155
- var _this9 = this;
47290
+ var _this10 = this;
47156
47291
 
47157
47292
  if (this.isFlow) {
47158
47293
  if (!type) {
47159
47294
  if (btn && btn.before) {
47160
47295
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
47161
- _this9.$emit('save', _this9.businessIds);
47296
+ _this10.$emit('save', _this10.businessIds);
47162
47297
  }).catch(function (e) {});
47163
47298
  } else if (this.beforeSubmit != undefined) {
47164
47299
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
47165
- _this9.$emit('save', _this9.businessIds);
47300
+ _this10.$emit('save', _this10.businessIds);
47166
47301
  }).catch(function (e) {});
47167
47302
  } else {
47168
47303
  this.$emit('save', this.businessIds);
@@ -47171,13 +47306,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47171
47306
  } else {
47172
47307
  if (btn && btn.before && !type) {
47173
47308
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
47174
- _this9.saveFlowInfo();
47309
+ _this10.saveFlowInfo();
47175
47310
  }).catch(function (e) {});
47176
47311
  } else if (this.beforeSubmit == undefined && !type) {
47177
47312
  this.subFun(this.saveFlowInfo);
47178
47313
  } else if (!type && this.beforeSubmit != undefined) {
47179
47314
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
47180
- _this9.saveFlowInfo();
47315
+ _this10.saveFlowInfo();
47181
47316
  }).catch(function (e) {});
47182
47317
  } else {
47183
47318
  this.saveFlowInfo(type);
@@ -47185,28 +47320,28 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47185
47320
  }
47186
47321
  },
47187
47322
  saveFlowInfo: function saveFlowInfo(isSave) {
47188
- var _this10 = this;
47323
+ var _this11 = this;
47189
47324
 
47190
47325
  var params = {
47191
47326
  opinion: this.value,
47192
47327
  pendingId: this.pendingId
47193
47328
  };
47194
47329
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
47195
- utils_util["a" /* default */].ajax({ url: api["Xb" /* tempSave */], data: params, method: 'post' }).then(function (res) {
47330
+ utils_util["a" /* default */].ajax({ url: api["Yb" /* tempSave */], data: params, method: 'post' }).then(function (res) {
47196
47331
  var status = res.status,
47197
47332
  message = res.message;
47198
47333
 
47199
- if (!isSave) _this10.loading.close();
47334
+ if (!isSave) _this11.loading.close();
47200
47335
  if (status == 'success') {
47201
47336
  // this.$message.success('暂存成功');
47202
- !isSave && _this10.$emit('save', _this10.businessIds);
47337
+ !isSave && _this11.$emit('save', _this11.businessIds);
47203
47338
  } else {
47204
- _this10.$message.error(message || '系统错误,请联系管理员!');
47339
+ _this11.$message.error(message || '系统错误,请联系管理员!');
47205
47340
  }
47206
47341
  }).catch(function (err) {
47207
- if (!isSave) _this10.loading.close();
47342
+ if (!isSave) _this11.loading.close();
47208
47343
  if (err.message && err.message !== 'canceled') {
47209
- _this10.$message.error(err.message);
47344
+ _this11.$message.error(err.message);
47210
47345
  }
47211
47346
  });
47212
47347
  },
@@ -47218,7 +47353,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47218
47353
  * @date 2022年5月25日
47219
47354
  **/
47220
47355
  rejectBtn: function rejectBtn() {
47221
- var _this11 = this;
47356
+ var _this12 = this;
47222
47357
 
47223
47358
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
47224
47359
  if (!this.value) {
@@ -47226,7 +47361,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47226
47361
  }
47227
47362
  if (this.beforeSubmit != undefined) {
47228
47363
  this.beforeSubmit(0).then(function (next) {
47229
- _this11.showReject = true;
47364
+ _this12.showReject = true;
47230
47365
  }).catch(function (e) {});
47231
47366
  } else {
47232
47367
  this.showReject = true;
@@ -47240,14 +47375,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47240
47375
  * @date 2022年5月25日
47241
47376
  **/
47242
47377
  taskReadBtn: function taskReadBtn() {
47243
- var _this12 = this;
47378
+ var _this13 = this;
47244
47379
 
47245
47380
  // return this.$message.warning('暂未开放!敬请期待');
47246
47381
  if (this.beforeSubmit != undefined) {
47247
47382
  this.beforeSubmit().then(function (next) {
47248
- if (_this12.value === '') _this12.value = _this12.nodeDefaultRejectOpinion;
47249
- _this12.taskReadType = 'create';
47250
- _this12.showTaskRead = true;
47383
+ if (_this13.value === '') _this13.value = _this13.nodeDefaultRejectOpinion;
47384
+ _this13.taskReadType = 'create';
47385
+ _this13.showTaskRead = true;
47251
47386
  }).catch(function (e) {});
47252
47387
  } else {
47253
47388
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -47263,7 +47398,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47263
47398
  * @date 2022年5月25日
47264
47399
  **/
47265
47400
  getFind: function getFind() {
47266
- var _this13 = this;
47401
+ var _this14 = this;
47267
47402
 
47268
47403
  utils_util["a" /* default */].ajax({
47269
47404
  url: api["B" /* findSysCodes */]
@@ -47272,25 +47407,25 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47272
47407
  message = res.message;
47273
47408
 
47274
47409
  if (status === 'success') {
47275
- _this13.nextNode.notificationType = message.split(',');
47410
+ _this14.nextNode.notificationType = message.split(',');
47276
47411
  var arr = [];
47277
- _this13.newsList.map(function (item) {
47278
- _this13.nextNode.notificationType.map(function (x) {
47412
+ _this14.newsList.map(function (item) {
47413
+ _this14.nextNode.notificationType.map(function (x) {
47279
47414
  if (x == item.cciValue) {
47280
47415
  arr.push(x);
47281
47416
  }
47282
47417
  });
47283
47418
  });
47284
- _this13.nextNode.notificationType = arr;
47419
+ _this14.nextNode.notificationType = arr;
47285
47420
  }
47286
47421
  }).catch(function (err) {
47287
47422
  if (err.message && err.message !== 'canceled') {
47288
- _this13.$message.error(err.message);
47423
+ _this14.$message.error(err.message);
47289
47424
  }
47290
47425
  });
47291
47426
  },
47292
47427
  getFreeStartParams: function getFreeStartParams() {
47293
- var _this14 = this;
47428
+ var _this15 = this;
47294
47429
 
47295
47430
  var _endFlowInfo = this.endFlowInfo,
47296
47431
  businessId = _endFlowInfo.businessId,
@@ -47308,20 +47443,20 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47308
47443
  };
47309
47444
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47310
47445
  utils_util["a" /* default */].ajax(param).then(function (res) {
47311
- _this14.loading.close();
47446
+ _this15.loading.close();
47312
47447
  if (res.rCode == 0 || res.status == 'success') {
47313
- _this14.freeStartFlowParams = res.results;
47314
- if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this14.subProcess('同意。', res.results.useScene);
47315
- if (!_this14.freeValid) return;
47316
- if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this14.$message.warning('未找到流程定义!');
47448
+ _this15.freeStartFlowParams = res.results;
47449
+ if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this15.subProcess('同意。', res.results.useScene);
47450
+ if (!_this15.freeValid) return;
47451
+ if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this15.$message.warning('未找到流程定义!');
47317
47452
  if (res.results.startFlowIndexProcessKeys.length == 1) {
47318
- _this14.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
47319
- _this14.handleVisible = true;
47453
+ _this15.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
47454
+ _this15.handleVisible = true;
47320
47455
  } else {
47321
- _this14.showFreeStartFlow = true;
47456
+ _this15.showFreeStartFlow = true;
47322
47457
  }
47323
47458
  } else {
47324
- _this14.$message.error(res.message || '系统错误,请联系管理员!');
47459
+ _this15.$message.error(res.message || '系统错误,请联系管理员!');
47325
47460
  }
47326
47461
  });
47327
47462
  },
@@ -47334,53 +47469,53 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47334
47469
  * @date 2022年5月25日
47335
47470
  **/
47336
47471
  endFlows: function endFlows(res) {
47337
- var _this15 = this;
47472
+ var _this16 = this;
47338
47473
 
47339
47474
  if (this.beforeSubmit != undefined) {
47340
47475
  this.beforeSubmit().then(function (next) {
47341
- _this15.saveEndFlows(res);
47476
+ _this16.saveEndFlows(res);
47342
47477
  }).catch(function (e) {});
47343
47478
  } else {
47344
47479
  this.saveEndFlows(res);
47345
47480
  }
47346
47481
  },
47347
47482
  saveEndFlows: function saveEndFlows(res) {
47348
- var _this16 = this;
47483
+ var _this17 = this;
47349
47484
 
47350
47485
  this.$confirm('确认' + res.value + '?').then(function () {
47351
47486
  var params = {
47352
47487
  url: api["y" /* endFlowHtml */],
47353
47488
  headers: { Accept: 'application/json,text/plain' },
47354
47489
  method: 'post',
47355
- data: flow_src_mainvue_type_script_lang_js_extends({}, _this16.endFlowInfo, _this16.nextNode, {
47356
- opinion: _this16.value,
47490
+ data: flow_src_mainvue_type_script_lang_js_extends({}, _this17.endFlowInfo, _this17.nextNode, {
47491
+ opinion: _this17.value,
47357
47492
  userId: utils_util["a" /* default */].getStorage('userId'),
47358
- nextUserId: _this16.multiple ? _this16.nextNode.nextUserId.join(',') : _this16.nextNode.nextUserId,
47359
- addSignUserId: _this16.nextNode.addSignUserId.join(','),
47360
- customPresetUserJson: JSON.stringify(_this16.presetList),
47361
- presetUserJson: JSON.stringify(_this16.presetUserJson),
47362
- removeSignUserId: _this16.nextNode.removeSignUserId.join(','),
47363
- notificationType: _this16.nextNode.notificationType.join(',')
47493
+ nextUserId: _this17.multiple ? _this17.nextNode.nextUserId.join(',') : _this17.nextNode.nextUserId,
47494
+ addSignUserId: _this17.nextNode.addSignUserId.join(','),
47495
+ customPresetUserJson: JSON.stringify(_this17.presetList),
47496
+ presetUserJson: JSON.stringify(_this17.presetUserJson),
47497
+ removeSignUserId: _this17.nextNode.removeSignUserId.join(','),
47498
+ notificationType: _this17.nextNode.notificationType.join(',')
47364
47499
  })
47365
47500
  };
47366
- _this16.loading = utils_util["a" /* default */].loading(_this16.$loading, '加载中...');
47501
+ _this17.loading = utils_util["a" /* default */].loading(_this17.$loading, '加载中...');
47367
47502
  utils_util["a" /* default */].ajax(params).then(function (res) {
47368
47503
  var status = res.status,
47369
47504
  message = res.message;
47370
47505
 
47371
- _this16.loading.close();
47506
+ _this17.loading.close();
47372
47507
  if (status === 'success') {
47373
- _this16.flowSuccess();
47508
+ _this17.flowSuccess();
47374
47509
  // this.$message.success('提交成功');
47375
47510
  // this.$emit('success');
47376
47511
  } else {
47377
- _this16.$message.error(message || '系统错误,请联系管理员!');
47378
- _this16.$emit('error');
47512
+ _this17.$message.error(message || '系统错误,请联系管理员!');
47513
+ _this17.$emit('error');
47379
47514
  }
47380
47515
  }).catch(function (err) {
47381
- _this16.loading.close();
47516
+ _this17.loading.close();
47382
47517
  if (err.message && err.message !== 'canceled') {
47383
- _this16.$message.error(err.message);
47518
+ _this17.$message.error(err.message);
47384
47519
  }
47385
47520
  });
47386
47521
  }).catch(function (e) {});
@@ -47483,11 +47618,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47483
47618
  * @date 2022年9月29日
47484
47619
  **/
47485
47620
  toTakeAdvice: function toTakeAdvice(res) {
47486
- var _this17 = this;
47621
+ var _this18 = this;
47487
47622
 
47488
47623
  if (this.beforeSubmit != undefined) {
47489
47624
  this.beforeSubmit().then(function (next) {
47490
- _this17.saveToTakeAdvice(res);
47625
+ _this18.saveToTakeAdvice(res);
47491
47626
  }).catch(function (e) {});
47492
47627
  } else {
47493
47628
  this.saveToTakeAdvice(res);
@@ -47495,10 +47630,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47495
47630
  // return this.$message.warning('暂未开放!敬请期待');
47496
47631
  },
47497
47632
  saveToTakeAdvice: function saveToTakeAdvice(res) {
47498
- var _this18 = this;
47633
+ var _this19 = this;
47499
47634
 
47500
47635
  var params = {
47501
- url: api["mb" /* isCanStartSubFlow */],
47636
+ url: api["nb" /* isCanStartSubFlow */],
47502
47637
  data: {
47503
47638
  appId: this.taskExamineInfo.appId,
47504
47639
  inevitableNode: res.inevitableNode
@@ -47510,16 +47645,16 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47510
47645
  utils_util["a" /* default */].ajax(params).then(function (res) {
47511
47646
  var message = res.message;
47512
47647
 
47513
- _this18.loading.close();
47648
+ _this19.loading.close();
47514
47649
  if (message == 'success') {
47515
- _this18.showTaskUnionExamine = true;
47650
+ _this19.showTaskUnionExamine = true;
47516
47651
  } else {
47517
- _this18.$message.error(message || '系统错误,请联系管理员!');
47652
+ _this19.$message.error(message || '系统错误,请联系管理员!');
47518
47653
  }
47519
47654
  }).catch(function (err) {
47520
- _this18.loading.close();
47655
+ _this19.loading.close();
47521
47656
  if (err.message && err.message !== 'canceled') {
47522
- _this18.$message.error(err.message);
47657
+ _this19.$message.error(err.message);
47523
47658
  }
47524
47659
  });
47525
47660
  },
@@ -47531,11 +47666,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47531
47666
  * @date 2022年9月29日
47532
47667
  **/
47533
47668
  toStartDraf: function toStartDraf(res) {
47534
- var _this19 = this;
47669
+ var _this20 = this;
47535
47670
 
47536
47671
  if (this.beforeSubmit != undefined) {
47537
47672
  this.beforeSubmit().then(function (next) {
47538
- _this19.showTaskUnionExamine = true;
47673
+ _this20.showTaskUnionExamine = true;
47539
47674
  }).catch(function (e) {});
47540
47675
  } else {
47541
47676
  this.showTaskUnionExamine = true;
@@ -47549,11 +47684,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47549
47684
  * @date 2022年9月29日
47550
47685
  **/
47551
47686
  toSendMsg: function toSendMsg(res) {
47552
- var _this20 = this;
47687
+ var _this21 = this;
47553
47688
 
47554
47689
  if (this.beforeSubmit != undefined) {
47555
47690
  this.beforeSubmit().then(function (next) {
47556
- _this20.showSendMsg = true;
47691
+ _this21.showSendMsg = true;
47557
47692
  }).catch(function (e) {});
47558
47693
  } else {
47559
47694
  this.showSendMsg = true;
@@ -47567,13 +47702,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47567
47702
  * @date 2022年9月29日
47568
47703
  **/
47569
47704
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
47570
- var _this21 = this;
47705
+ var _this22 = this;
47571
47706
 
47572
47707
  if (this.beforeSubmit != undefined) {
47573
47708
  this.beforeSubmit().then(function (next) {
47574
- if (_this21.value === '') _this21.value = _this21.nodeDefaultRejectOpinion;
47575
- _this21.taskReadType = 'taskReadAndEnd';
47576
- _this21.showTaskRead = true;
47709
+ if (_this22.value === '') _this22.value = _this22.nodeDefaultRejectOpinion;
47710
+ _this22.taskReadType = 'taskReadAndEnd';
47711
+ _this22.showTaskRead = true;
47577
47712
  }).catch(function (e) {});
47578
47713
  } else {
47579
47714
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -47589,52 +47724,52 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47589
47724
  * @date 2022年9月29日
47590
47725
  **/
47591
47726
  rejectAndEnd: function rejectAndEnd(res) {
47592
- var _this22 = this;
47727
+ var _this23 = this;
47593
47728
 
47594
47729
  if (this.isOpinionRequired == 1 && (this.value == '' || !this.value)) {
47595
47730
  if (!this.$refs.commonOpinions.validate()) return;
47596
47731
  }
47597
47732
  if (this.beforeSubmit != undefined) {
47598
47733
  this.beforeSubmit().then(function (next) {
47599
- _this22.saveRejectAndEnd(res);
47734
+ _this23.saveRejectAndEnd(res);
47600
47735
  }).catch(function (e) {});
47601
47736
  } else {
47602
47737
  this.saveRejectAndEnd(res);
47603
47738
  }
47604
47739
  },
47605
47740
  saveRejectAndEnd: function saveRejectAndEnd(res) {
47606
- var _this23 = this;
47741
+ var _this24 = this;
47607
47742
 
47608
47743
  this.$confirm('确认' + res.value + '?').then(function () {
47609
47744
  // return this.$message.warning('请填写意见');
47610
47745
  var params = {
47611
- url: api["Ab" /* rejectAndEnd */],
47746
+ url: api["Bb" /* rejectAndEnd */],
47612
47747
  headers: { Accept: 'application/json,text/plain' },
47613
47748
  method: 'post',
47614
47749
  data: {
47615
- opinion: _this23.value,
47616
- pendingId: _this23.pendingId,
47750
+ opinion: _this24.value,
47751
+ pendingId: _this24.pendingId,
47617
47752
  isSinglePage: false
47618
47753
  }
47619
47754
  };
47620
- _this23.loading = utils_util["a" /* default */].loading(_this23.$loading, '加载中...');
47755
+ _this24.loading = utils_util["a" /* default */].loading(_this24.$loading, '加载中...');
47621
47756
  utils_util["a" /* default */].ajax(params).then(function (res) {
47622
47757
  var status = res.status,
47623
47758
  message = res.message;
47624
47759
 
47625
- _this23.loading.close();
47760
+ _this24.loading.close();
47626
47761
  if (status === 'success') {
47627
- _this23.flowSuccess();
47762
+ _this24.flowSuccess();
47628
47763
  // this.$message.success('提交成功');
47629
47764
  // this.$emit('success');
47630
47765
  } else {
47631
- _this23.$message.error(message || '系统错误,请联系管理员!');
47632
- _this23.$emit('error');
47766
+ _this24.$message.error(message || '系统错误,请联系管理员!');
47767
+ _this24.$emit('error');
47633
47768
  }
47634
47769
  }).catch(function (err) {
47635
- _this23.loading.close();
47770
+ _this24.loading.close();
47636
47771
  if (err.message && err.message !== 'canceled') {
47637
- _this23.$message.error(err.message);
47772
+ _this24.$message.error(err.message);
47638
47773
  }
47639
47774
  });
47640
47775
  }).catch(function () {
@@ -47649,12 +47784,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47649
47784
  * @date 2022年9月29日
47650
47785
  **/
47651
47786
  toTransfer: function toTransfer(res) {
47652
- var _this24 = this;
47787
+ var _this25 = this;
47653
47788
 
47654
47789
  if (this.beforeSubmit != undefined) {
47655
47790
  this.beforeSubmit(0).then(function (next) {
47656
- _this24.taskReadType = 'transfer';
47657
- _this24.showTaskRead = true;
47791
+ _this25.taskReadType = 'transfer';
47792
+ _this25.showTaskRead = true;
47658
47793
  }).catch(function (e) {});
47659
47794
  } else {
47660
47795
  this.taskReadType = 'transfer';
@@ -47669,7 +47804,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47669
47804
  * @date 2022年5月25日
47670
47805
  **/
47671
47806
  getNodeInfo: function getNodeInfo() {
47672
- var _this25 = this;
47807
+ var _this26 = this;
47673
47808
 
47674
47809
  var params = {
47675
47810
  processDefinitionId: this.nodeInfo.nextNode,
@@ -47684,46 +47819,46 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47684
47819
  message = res.message,
47685
47820
  data = res.data;
47686
47821
 
47687
- _this25.loading.close();
47822
+ _this26.loading.close();
47688
47823
  if (status === 'success') {
47689
- _this25.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
47690
- _this25.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
47691
- data.otherOrgDisabledObjId && (_this25.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
47692
- data.currentOrgDisabledObjId && (_this25.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
47824
+ _this26.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
47825
+ _this26.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
47826
+ data.otherOrgDisabledObjId && (_this26.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
47827
+ data.currentOrgDisabledObjId && (_this26.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
47693
47828
  if (data != null) {
47694
47829
  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) {
47695
- _this25.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
47830
+ _this26.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
47696
47831
  } else {
47697
- _this25.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this25.choiceOrgId, _this25.choiceDeptId, _this25.pOrgId);
47832
+ _this26.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this26.choiceOrgId, _this26.choiceDeptId, _this26.pOrgId);
47698
47833
  }
47699
- _this25.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
47700
- _this25.isTaskread = data.nodeExtAttr.isTaskread;
47701
- _this25.isHandleExplain = data.nodeExtAttr.isHandleExplain;
47702
- _this25.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
47703
- _this25.nodeType = data.nodeExtAttr.nodeType;
47834
+ _this26.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
47835
+ _this26.isTaskread = data.nodeExtAttr.isTaskread;
47836
+ _this26.isHandleExplain = data.nodeExtAttr.isHandleExplain;
47837
+ _this26.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
47838
+ _this26.nodeType = data.nodeExtAttr.nodeType;
47704
47839
  //如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
47705
- if (_this25.nodeType === 1 || _this25.nodeType === 2) {
47706
- _this25.isMainSubProcess === true ? _this25.isNodeShowProcess = true : _this25.isNodeShowProcess = false;
47707
- _this25.isMainSubProcess === true ? _this25.isMainSubProcess = true : _this25.isMainSubProcess = false;
47708
- _this25.isNextUser = false;
47709
- _this25.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
47710
- _this25.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
47840
+ if (_this26.nodeType === 1 || _this26.nodeType === 2) {
47841
+ _this26.isMainSubProcess === true ? _this26.isNodeShowProcess = true : _this26.isNodeShowProcess = false;
47842
+ _this26.isMainSubProcess === true ? _this26.isMainSubProcess = true : _this26.isMainSubProcess = false;
47843
+ _this26.isNextUser = false;
47844
+ _this26.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
47845
+ _this26.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
47711
47846
  } else {
47712
- _this25.isHideCurrentOrg = false;
47713
- _this25.isHideOtherOrg = false;
47714
- _this25.isNodeShowProcess = false;
47715
- _this25.isMainSubProcess = false;
47716
- _this25.isNextUser = _this25.nextNode.nextOperate != 9;
47847
+ _this26.isHideCurrentOrg = false;
47848
+ _this26.isHideOtherOrg = false;
47849
+ _this26.isNodeShowProcess = false;
47850
+ _this26.isMainSubProcess = false;
47851
+ _this26.isNextUser = _this26.nextNode.nextOperate != 9;
47717
47852
  // this.isMainSubProcess === true
47718
47853
  // ? (this.isMainSubProcess = true)
47719
47854
  // : (this.isMainSubProcess = false);
47720
47855
  }
47721
- _this25.multiple ? _this25.nextNode.nextUserId = [] : _this25.nextNode.nextUserId = '';
47722
- if (_this25.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
47856
+ _this26.multiple ? _this26.nextNode.nextUserId = [] : _this26.nextNode.nextUserId = '';
47857
+ if (_this26.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
47723
47858
  data.nextUserList.map(function (item) {
47724
47859
  if (item.userId && item.username) {
47725
- _this25.nextNode.nextUserId.push(item.userId);
47726
- _this25.selectUserList.push({
47860
+ _this26.nextNode.nextUserId.push(item.userId);
47861
+ _this26.selectUserList.push({
47727
47862
  showname: item.username,
47728
47863
  showid: item.userId
47729
47864
  });
@@ -47732,40 +47867,40 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47732
47867
  }
47733
47868
  data.nextUserList.map(function (item) {
47734
47869
  if (item.userId && item.username) {
47735
- _this25.options.push({
47870
+ _this26.options.push({
47736
47871
  showname: item.username,
47737
47872
  showid: item.userId
47738
47873
  });
47739
47874
  }
47740
47875
  });
47741
47876
  if (data.nodeExtAttr.presetEdit != 0) {
47742
- _this25.radioList = _this25.options;
47877
+ _this26.radioList = _this26.options;
47743
47878
  }
47744
- if (!_this25.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
47745
- _this25.nextNode.nextUserId = data.nextUserList[0].userId;
47746
- _this25.selectUserList.push({
47879
+ if (!_this26.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
47880
+ _this26.nextNode.nextUserId = data.nextUserList[0].userId;
47881
+ _this26.selectUserList.push({
47747
47882
  showname: data.nextUserList[0].username,
47748
47883
  showid: data.nextUserList[0].userId
47749
47884
  });
47750
47885
  }
47751
- _this25.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
47752
- _this25.isCustomUser = data.nodeExtAttr.isCustomUser;
47753
- _this25.presetEdit = data.nodeExtAttr.presetEdit;
47754
- _this25.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
47755
- _this25.handleMode = data.countersignaturetypeText;
47886
+ _this26.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
47887
+ _this26.isCustomUser = data.nodeExtAttr.isCustomUser;
47888
+ _this26.presetEdit = data.nodeExtAttr.presetEdit;
47889
+ _this26.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
47890
+ _this26.handleMode = data.countersignaturetypeText;
47756
47891
  if (data.globalNodeType === 'endEvent') {
47757
- _this25.isNextUser = data.globalNodeType != 'endEvent';
47758
- data.globalNodeType === 'endEvent' ? _this25.endFlow = true : '';
47892
+ _this26.isNextUser = data.globalNodeType != 'endEvent';
47893
+ data.globalNodeType === 'endEvent' ? _this26.endFlow = true : '';
47759
47894
  }
47760
47895
  }
47761
- _this25.isCustomPreset && _this25.$refs.customPreset.getPresetFlowInfo(_this25.nextNode.nextNodeId, _this25.nodeInfo.nextNode, true);
47896
+ _this26.isCustomPreset && _this26.$refs.customPreset.getPresetFlowInfo(_this26.nextNode.nextNodeId, _this26.nodeInfo.nextNode, true);
47762
47897
  } else {
47763
- _this25.$message.error(message || '系统错误,请联系管理员!');
47898
+ _this26.$message.error(message || '系统错误,请联系管理员!');
47764
47899
  }
47765
47900
  }).catch(function (err) {
47766
- _this25.loading.close();
47901
+ _this26.loading.close();
47767
47902
  if (err.message && err.message !== 'canceled') {
47768
- _this25.$message.error(err.message);
47903
+ _this26.$message.error(err.message);
47769
47904
  }
47770
47905
  });
47771
47906
  },
@@ -47778,7 +47913,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47778
47913
  * @date 2022年5月25日
47779
47914
  **/
47780
47915
  selecNext: function selecNext(val, type, isDef) {
47781
- var _this26 = this;
47916
+ var _this27 = this;
47782
47917
 
47783
47918
  var isNextNode = false;
47784
47919
  if (type) {
@@ -47823,13 +47958,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47823
47958
  this.operationList.forEach(function (item) {
47824
47959
  if (item.key === val) {
47825
47960
  if (!item.taskNodeList) {
47826
- _this26.nodeInfos = [];
47961
+ _this27.nodeInfos = [];
47827
47962
  } else {
47828
- _this26.nodeInfos = item.taskNodeList;
47963
+ _this27.nodeInfos = item.taskNodeList;
47829
47964
 
47830
- if (_this26.taskOperationShiftedNodeList) {
47831
- _this26.nodeInfos = item.taskNodeList.filter(function (x) {
47832
- return _this26.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
47965
+ if (_this27.taskOperationShiftedNodeList) {
47966
+ _this27.nodeInfos = item.taskNodeList.filter(function (x) {
47967
+ return _this27.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
47833
47968
  });
47834
47969
  }
47835
47970
  }
@@ -47838,7 +47973,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47838
47973
  });
47839
47974
  if (this.defaultNextNode) {
47840
47975
  var defaultNode = this.nodeInfos.filter(function (item) {
47841
- return item.nodeId == _this26.defaultNextNode;
47976
+ return item.nodeId == _this27.defaultNextNode;
47842
47977
  });
47843
47978
  if (this.nodeInfos.length > 0 && defaultNode.length == 0) {
47844
47979
  this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
@@ -47950,7 +48085,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47950
48085
  * @date 2022年5月25日
47951
48086
  **/
47952
48087
  getHedInfo: function getHedInfo() {
47953
- var _this27 = this;
48088
+ var _this28 = this;
47954
48089
 
47955
48090
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47956
48091
  var params = {
@@ -47960,7 +48095,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47960
48095
  utils_util["a" /* default */].ajax({ url: api["N" /* getHandleInfoHtml */], params: params }).then(function (res) {
47961
48096
  //pc返回数据
47962
48097
 
47963
- _this27.loading.close();
48098
+ _this28.loading.close();
47964
48099
  if (res.status === 'success') {
47965
48100
  var _res$data2 = res.data,
47966
48101
  nextNodeList = _res$data2.nextNodeList,
@@ -47998,14 +48133,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47998
48133
  isCanPreAddSign = _res$data2.isCanPreAddSign;
47999
48134
 
48000
48135
  if (simpleTips != undefined) {
48001
- _this27.simpleTips = simpleTips;
48136
+ _this28.simpleTips = simpleTips;
48002
48137
  }
48003
- _this27.$emit('startTaskRead', res);
48004
- _this27.$emit('start-task-read', res);
48138
+ _this28.$emit('startTaskRead', res);
48139
+ _this28.$emit('start-task-read', res);
48005
48140
  if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
48006
- _this27.taskOperationShiftedNodeList = [];
48141
+ _this28.taskOperationShiftedNodeList = [];
48007
48142
  taskOperationShiftedNodeList.map(function (x) {
48008
- _this27.taskOperationShiftedNodeList.push(x.nodeId);
48143
+ _this28.taskOperationShiftedNodeList.push(x.nodeId);
48009
48144
  taskOperations.push({
48010
48145
  key: x.nodeId,
48011
48146
  value: x.nodeName,
@@ -48014,143 +48149,143 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48014
48149
  });
48015
48150
  });
48016
48151
  }
48017
- _this27.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
48018
- _this27.pendingItemHandleDescription = pendingItemHandleDescription;
48152
+ _this28.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
48153
+ _this28.pendingItemHandleDescription = pendingItemHandleDescription;
48019
48154
  if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
48020
- _this27.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
48155
+ _this28.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
48021
48156
  var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
48022
- _this27.currentOrgSelectorTabs.map(function (x, i) {
48023
- _this27.currentOrgSelectorParams[x] = {
48157
+ _this28.currentOrgSelectorTabs.map(function (x, i) {
48158
+ _this28.currentOrgSelectorParams[x] = {
48024
48159
  filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
48025
48160
  };
48026
48161
  });
48027
48162
  }
48028
48163
  if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
48029
- _this27.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
48164
+ _this28.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
48030
48165
  var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
48031
- _this27.foreignOrgSelectorTabs.map(function (x, i) {
48032
- _this27.foreignOrgSelectorParams[x] = {
48166
+ _this28.foreignOrgSelectorTabs.map(function (x, i) {
48167
+ _this28.foreignOrgSelectorParams[x] = {
48033
48168
  filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i]
48034
48169
  };
48035
48170
  });
48036
48171
  }
48037
- _this27.circularReadParamsMap = circularReadParamsMap || {};
48038
- if (_this27.circularReadParamsMap.circularReadOrgRoleCode) {
48039
- _this27.foreignOrgSelectorParams.roleid = _this27.circularReadParamsMap.circularReadOrgRoleCode;
48040
- }
48041
- _this27.currentOrgName = currentOrgName;
48042
- _this27.nextOperateCheckType = nextOperateCheckType;
48043
- _this27.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
48044
-
48045
- _this27.readOnlyNotificationType = readOnlyNotificationType;
48046
- _this27.isSpecial = isSpecial;
48047
- _this27.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
48048
- _this27.otherOrgName = otherOrgName;
48049
- _this27.isCanPreAddSign = isCanPreAddSign;
48050
- _this27.endFlowInfo.choiceOrgId = choiceOrgId;
48051
- _this27.endFlowInfo.choiceDeptId = choiceDeptId;
48052
- _this27.endFlowInfo.pendingId = _this27.pendingId;
48053
- _this27.attachedCode = attachedCode;
48054
- _this27.endFlowInfo.pOrgId = pOrgId;
48055
- _this27.canPresetRead = canPresetRead;
48056
- _this27.isCdjxjTaskHandle = isCdjxjTaskHandle;
48057
- nextNodeCheckType && (_this27.nextNodeCheckType = nextNodeCheckType);
48058
- _this27.operationList = taskOperations || [];
48059
- _this27.customPresetHintMessage = customPresetHintMessage;
48172
+ _this28.circularReadParamsMap = circularReadParamsMap || {};
48173
+ if (_this28.circularReadParamsMap.circularReadOrgRoleCode) {
48174
+ _this28.foreignOrgSelectorParams.roleid = _this28.circularReadParamsMap.circularReadOrgRoleCode;
48175
+ }
48176
+ _this28.currentOrgName = currentOrgName;
48177
+ _this28.nextOperateCheckType = nextOperateCheckType;
48178
+ _this28.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
48179
+
48180
+ _this28.readOnlyNotificationType = readOnlyNotificationType;
48181
+ _this28.isSpecial = isSpecial;
48182
+ _this28.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
48183
+ _this28.otherOrgName = otherOrgName;
48184
+ _this28.isCanPreAddSign = isCanPreAddSign;
48185
+ _this28.endFlowInfo.choiceOrgId = choiceOrgId;
48186
+ _this28.endFlowInfo.choiceDeptId = choiceDeptId;
48187
+ _this28.endFlowInfo.pendingId = _this28.pendingId;
48188
+ _this28.attachedCode = attachedCode;
48189
+ _this28.endFlowInfo.pOrgId = pOrgId;
48190
+ _this28.canPresetRead = canPresetRead;
48191
+ _this28.isCdjxjTaskHandle = isCdjxjTaskHandle;
48192
+ nextNodeCheckType && (_this28.nextNodeCheckType = nextNodeCheckType);
48193
+ _this28.operationList = taskOperations || [];
48194
+ _this28.customPresetHintMessage = customPresetHintMessage;
48060
48195
  if (canPresetRead) {
48061
48196
  var ids = nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
48062
48197
  var names = nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
48063
48198
  ids.map(function (item, index) {
48064
- _this27.presetReadUserId.push({
48199
+ _this28.presetReadUserId.push({
48065
48200
  showid: item,
48066
48201
  showname: names[index]
48067
48202
  });
48068
- _this27.selectPresetUserList.push({
48203
+ _this28.selectPresetUserList.push({
48069
48204
  showid: item,
48070
48205
  showname: names[index]
48071
48206
  });
48072
- _this27.nextNode.presetReadUserId.push(item);
48207
+ _this28.nextNode.presetReadUserId.push(item);
48073
48208
  });
48074
48209
  }
48075
- if (!_this27.isFlow) _this27.getFile(_this27.pendingId, attachedCode);
48210
+ if (!_this28.isFlow) _this28.getFile(_this28.pendingId, attachedCode);
48076
48211
  if (nextNodeList && nextNodeList.length != 0) {
48077
- _this27.nextNodeList = nextNodeList;
48212
+ _this28.nextNodeList = nextNodeList;
48078
48213
  }
48079
- if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this27.removeUsers = canRemoveSignUserList;
48214
+ if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this28.removeUsers = canRemoveSignUserList;
48080
48215
  if (taskOperations && taskOperations.length != 0) {
48081
48216
  var isSelected = false;
48082
48217
  taskOperations.map(function (item) {
48083
- if (item.key === 9) _this27.isReject = true;
48218
+ if (item.key === 9) _this28.isReject = true;
48084
48219
  if (item.isSelected) {
48085
- _this27.nodeInfos = [];
48086
- _this27.nextNode.nextOperate = item.key;
48220
+ _this28.nodeInfos = [];
48221
+ _this28.nextNode.nextOperate = item.key;
48087
48222
  if (item.taskNodeList != null) {
48088
- _this27.nodeInfos = item.taskNodeList;
48223
+ _this28.nodeInfos = item.taskNodeList;
48089
48224
  }
48090
48225
  isSelected = true;
48091
48226
  }
48092
48227
  });
48093
48228
  if (taskOperations.length > 0 && !isSelected) {
48094
- _this27.nodeInfos = [];
48095
- _this27.nextNode.nextOperate = taskOperations[0].key;
48229
+ _this28.nodeInfos = [];
48230
+ _this28.nextNode.nextOperate = taskOperations[0].key;
48096
48231
  if (taskOperations[0].taskNodeList != null) {
48097
- _this27.nodeInfos = taskOperations[0].taskNodeList;
48232
+ _this28.nodeInfos = taskOperations[0].taskNodeList;
48098
48233
  }
48099
48234
  }
48100
48235
  }
48101
48236
  if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
48102
- _this27.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
48237
+ _this28.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
48103
48238
  if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
48104
48239
  var notice = JSON.parse(nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList);
48105
48240
  notice.map(function (x) {
48106
- _this27.nodeFixedOpinionSelectList.push({ content: x });
48241
+ _this28.nodeFixedOpinionSelectList.push({ content: x });
48107
48242
  });
48108
48243
  }
48109
- _this27.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
48110
- _this27.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
48111
- _this27.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
48112
- _this27.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
48113
- _this27.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
48114
- _this27.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
48244
+ _this28.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
48245
+ _this28.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
48246
+ _this28.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
48247
+ _this28.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
48248
+ _this28.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
48249
+ _this28.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
48115
48250
  // this.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
48116
- _this27.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
48251
+ _this28.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
48117
48252
  if (nodeInfoMap.nodeExtAttr.defaultNextNode) {
48118
- var defaultNode = _this27.nodeInfos.filter(function (item) {
48253
+ var defaultNode = _this28.nodeInfos.filter(function (item) {
48119
48254
  return item.nodeId == nodeInfoMap.nodeExtAttr.defaultNextNode;
48120
48255
  });
48121
- if (_this27.nodeInfos.length > 0 && defaultNode.length == 0) {
48122
- _this27.nextNode.nextNodeId = _this27.nodeInfos[0].nodeId;
48256
+ if (_this28.nodeInfos.length > 0 && defaultNode.length == 0) {
48257
+ _this28.nextNode.nextNodeId = _this28.nodeInfos[0].nodeId;
48123
48258
  } else {
48124
- _this27.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
48259
+ _this28.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
48125
48260
  }
48126
- } else if (_this27.nodeInfos.length > 0) {
48127
- _this27.nextNode.nextNodeId = _this27.nodeInfos[0].nodeId;
48261
+ } else if (_this28.nodeInfos.length > 0) {
48262
+ _this28.nextNode.nextNodeId = _this28.nodeInfos[0].nodeId;
48128
48263
  }
48129
- _this27.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
48264
+ _this28.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
48130
48265
  if (nodeInfoMap.nodeExtAttr.submitText) {
48131
- _this27.btnList.map(function (x) {
48266
+ _this28.btnList.map(function (x) {
48132
48267
  if (x.event === 'sub') {
48133
48268
  x.text = nodeInfoMap.nodeExtAttr.submitText;
48134
48269
  }
48135
48270
  });
48136
48271
  }
48137
48272
  }
48138
- _this27.choiceOrgId = choiceOrgId;
48139
- _this27.choiceDeptId = choiceDeptId;
48140
- _this27.pOrgId = pOrgId;
48273
+ _this28.choiceOrgId = choiceOrgId;
48274
+ _this28.choiceDeptId = choiceDeptId;
48275
+ _this28.pOrgId = pOrgId;
48141
48276
  if (res.data && res.data.isEndUserTask != undefined) {
48142
- _this27.isEndUserTask = res.data.isEndUserTask;
48277
+ _this28.isEndUserTask = res.data.isEndUserTask;
48143
48278
  }
48144
48279
  if (JSON.stringify(taskExamine) != '{}' && taskExamine) {
48145
- _this27.nodeInfo.nextNode = taskExamine.processDefinitionId;
48146
- _this27.NodeName = taskExamine.nodeName;
48147
- _this27.taskId = taskExamine.taskId;
48148
- _this27.businessIds = taskExamine.businessId;
48149
- _this27.appId = taskExamine.appId;
48150
- _this27.taskExamineInfo = taskExamine;
48151
- _this27.taskExamineInfo.choiceOrgId = choiceOrgId;
48152
- _this27.taskExamineInfo.choiceDeptId = choiceDeptId;
48153
- _this27.endFlowInfo.processType = taskExamine.processType;
48280
+ _this28.nodeInfo.nextNode = taskExamine.processDefinitionId;
48281
+ _this28.NodeName = taskExamine.nodeName;
48282
+ _this28.taskId = taskExamine.taskId;
48283
+ _this28.businessIds = taskExamine.businessId;
48284
+ _this28.appId = taskExamine.appId;
48285
+ _this28.taskExamineInfo = taskExamine;
48286
+ _this28.taskExamineInfo.choiceOrgId = choiceOrgId;
48287
+ _this28.taskExamineInfo.choiceDeptId = choiceDeptId;
48288
+ _this28.endFlowInfo.processType = taskExamine.processType;
48154
48289
  // this.endFlowInfo.isReturnSubmitter =
48155
48290
  // taskExamine.isReturnSubmitter;
48156
48291
  // this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
@@ -48162,74 +48297,74 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48162
48297
  // this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
48163
48298
  // this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
48164
48299
  // this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
48165
- _this27.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
48166
- _this27.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
48167
- _this27.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
48168
- _this27.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
48169
- _this27.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
48170
- _this27.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
48171
- _this27.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
48172
- _this27.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
48173
- _this27.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
48300
+ _this28.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
48301
+ _this28.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
48302
+ _this28.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
48303
+ _this28.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
48304
+ _this28.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
48305
+ _this28.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
48306
+ _this28.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
48307
+ _this28.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
48308
+ _this28.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
48174
48309
  // this.endFlowInfo.isReadDealReply =
48175
48310
  // taskExamine.isReadDealReplybusinessId;
48176
- _this27.endFlowInfo.appId = taskExamine.appId;
48177
- _this27.endFlowInfo.businessId = taskExamine.businessId;
48178
- _this27.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
48179
- _this27.endFlowInfo.nodeId = taskExamine.nodeId;
48311
+ _this28.endFlowInfo.appId = taskExamine.appId;
48312
+ _this28.endFlowInfo.businessId = taskExamine.businessId;
48313
+ _this28.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
48314
+ _this28.endFlowInfo.nodeId = taskExamine.nodeId;
48180
48315
  }
48181
- if (_this27.nodeName) {
48182
- _this27.NodeName = _this27.nodeName;
48316
+ if (_this28.nodeName) {
48317
+ _this28.NodeName = _this28.nodeName;
48183
48318
  }
48184
- _this27.isCanAddSign = isCanAddSign;
48185
- _this27.processObj = res.data;
48186
- if (_this27.isCanAddSign) {
48187
- _this27.nextNode.isAddSign = '2';
48319
+ _this28.isCanAddSign = isCanAddSign;
48320
+ _this28.processObj = res.data;
48321
+ if (_this28.isCanAddSign) {
48322
+ _this28.nextNode.isAddSign = '2';
48188
48323
  }
48189
- _this27.isCanRemoveSign = isCanRemoveSign;
48190
- if (_this27.isCanRemoveSign) {
48191
- _this27.nextNode.isRemoveSign = '2';
48324
+ _this28.isCanRemoveSign = isCanRemoveSign;
48325
+ if (_this28.isCanRemoveSign) {
48326
+ _this28.nextNode.isRemoveSign = '2';
48192
48327
  }
48193
48328
 
48194
- if (!_this27.isOpinionRequired) {
48195
- _this27.isOpinionRequired = 0;
48329
+ if (!_this28.isOpinionRequired) {
48330
+ _this28.isOpinionRequired = 0;
48196
48331
  }
48197
48332
  // opinion && (this.value = opinion);
48198
- _this27.nextNode.notificationMsg = defaultNotificationMessage;
48199
- _this27.moreList = [];
48333
+ _this28.nextNode.notificationMsg = defaultNotificationMessage;
48334
+ _this28.moreList = [];
48200
48335
  if (taskButtonList && taskButtonList.length != 0) {
48201
48336
  taskButtonList.map(function (item) {
48202
48337
  if (item.fun === 'reject()') {
48203
- _this27.rejectObj = item;
48338
+ _this28.rejectObj = item;
48204
48339
  } else if (item.fun === 'toStartTaskRead()') {
48205
- _this27.pointsReadingObj = item;
48340
+ _this28.pointsReadingObj = item;
48206
48341
  } else {
48207
- _this27.moreList.push(item);
48342
+ _this28.moreList.push(item);
48208
48343
  }
48209
48344
  });
48210
48345
  }
48211
- _this27.isMainSubProcess = res.data.isMainSubProcess == 'true';
48212
- _this27.isCustomPreset = isCustomPreset;
48213
- _this27.isPreset = isPreset;
48214
- _this27.presetTaskNodeMap = presetTaskNodeMap;
48215
- _this27.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
48216
- _this27.getFind();
48217
- _this27.selecNext(_this27.nextNode.nextOperate, true, true);
48346
+ _this28.isMainSubProcess = res.data.isMainSubProcess == 'true';
48347
+ _this28.isCustomPreset = isCustomPreset;
48348
+ _this28.isPreset = isPreset;
48349
+ _this28.presetTaskNodeMap = presetTaskNodeMap;
48350
+ _this28.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
48351
+ _this28.getFind();
48352
+ _this28.selecNext(_this28.nextNode.nextOperate, true, true);
48218
48353
  // this.getNodeInfo();
48219
- _this27.StartTaskReadKey++;
48354
+ _this28.StartTaskReadKey++;
48220
48355
  } else {
48221
48356
  if (res.status === 'taskCompleted') {
48222
- _this27.$emit('shrink', true);
48223
- _this27.shrinkAbled = true;
48224
- _this27.$message.warning(res.message || '系统错误,请联系管理员!');
48357
+ _this28.$emit('shrink', true);
48358
+ _this28.shrinkAbled = true;
48359
+ _this28.$message.warning(res.message || '系统错误,请联系管理员!');
48225
48360
  } else {
48226
- _this27.$message.error(res.message || '系统错误,请联系管理员!');
48361
+ _this28.$message.error(res.message || '系统错误,请联系管理员!');
48227
48362
  }
48228
48363
  }
48229
48364
  }).catch(function (err) {
48230
- _this27.loading.close();
48365
+ _this28.loading.close();
48231
48366
  if (err.message && err.message !== 'canceled') {
48232
- _this27.$message.error(err.message);
48367
+ _this28.$message.error(err.message);
48233
48368
  }
48234
48369
  });
48235
48370
  },
@@ -48291,7 +48426,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48291
48426
  * @date 2022年5月25日
48292
48427
  **/
48293
48428
  getProcess: function getProcess(val) {
48294
- var _this28 = this;
48429
+ var _this29 = this;
48295
48430
 
48296
48431
  var params = flow_src_mainvue_type_script_lang_js_extends({
48297
48432
  businessId: this.businessId,
@@ -48306,40 +48441,43 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48306
48441
  message = res.message,
48307
48442
  data = res.data;
48308
48443
 
48309
- _this28.loading.close();
48444
+ _this29.loading.close();
48310
48445
  if (status === 'success') {
48311
48446
  if (data.simpleTips != undefined) {
48312
- _this28.simpleTips = data.simpleTips;
48447
+ _this29.simpleTips = data.simpleTips;
48313
48448
  }
48314
- _this28.isStartFlowChartView = data.isStartFlowChartView;
48449
+ _this29.isStartFlowChartView = data.isStartFlowChartView;
48315
48450
  if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
48316
- _this28.$message.error('流程不存在或未关联对应流程!');
48451
+ _this29.$message.error('流程不存在或未关联对应流程!');
48317
48452
  } else {
48318
- _this28.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
48319
- _this28.nodeInfo.option = data.definitionList;
48320
- _this28.nodeInfo.nextNode = data.definitionList.filter(function (item) {
48321
- return item.processDefKey == _this28.defaultProcessKey;
48453
+ _this29.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
48454
+ _this29.nodeInfo.option = data.definitionList;
48455
+ _this29.nodeInfo.nextNode = data.definitionList.filter(function (item) {
48456
+ return item.processDefKey == _this29.defaultProcessKey;
48322
48457
  });
48323
- if (_this28.nodeInfo.nextNode.length) {
48324
- _this28.nodeInfo.nextNode = _this28.nodeInfo.nextNode[0].processDefId;
48458
+ if (_this29.nodeInfo.nextNode.length) {
48459
+ _this29.nodeInfo.nextNode = _this29.nodeInfo.nextNode[0].processDefId;
48325
48460
  } else {
48326
48461
  if (data.definitionList.length != 0) {
48327
- _this28.nodeInfo.nextNode = data.definitionList[0].processDefId;
48462
+ _this29.nodeInfo.nextNode = data.definitionList[0].processDefId;
48328
48463
  } else {
48329
- _this28.nodeInfo.nextNode = '';
48464
+ _this29.nodeInfo.nextNode = '';
48330
48465
  }
48331
48466
  }
48332
- if (_this28.nodeInfo.nextNode) {
48333
- _this28.handleChange(_this28.nodeInfo.nextNode);
48467
+ if (_this29.nodeInfo.nextNode) {
48468
+ _this29.handleChange(_this29.nodeInfo.nextNode);
48469
+ }
48470
+ if (_this29.showCirculate != undefined && !_this29.showCirculate && _this29.urgencyLevel) {
48471
+ _this29.getAdminMsgType();
48334
48472
  }
48335
48473
  }
48336
48474
  } else {
48337
- _this28.$message.error(message || '系统错误,请联系管理员!');
48475
+ _this29.$message.error(message || '系统错误,请联系管理员!');
48338
48476
  }
48339
48477
  }).catch(function (err) {
48340
- _this28.loading.close();
48478
+ _this29.loading.close();
48341
48479
  if (err.message && err.message !== 'canceled') {
48342
- _this28.$message.error(err.message);
48480
+ _this29.$message.error(err.message);
48343
48481
  }
48344
48482
  });
48345
48483
  },
@@ -48351,35 +48489,35 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48351
48489
  * @date 2022年5月25日
48352
48490
  **/
48353
48491
  getPendedhistoryList: function getPendedhistoryList() {
48354
- var _this29 = this;
48492
+ var _this30 = this;
48355
48493
 
48356
48494
  var params = {
48357
48495
  apprecordId: this.businessIds,
48358
48496
  userId: utils_util["a" /* default */].getStorage('userId'),
48359
48497
  type: 2
48360
48498
  };
48361
- utils_util["a" /* default */].ajax({ url: api["rb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
48499
+ utils_util["a" /* default */].ajax({ url: api["sb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
48362
48500
  var rCode = res.rCode,
48363
48501
  msg = res.msg,
48364
48502
  results = res.results;
48365
48503
 
48366
48504
  if (!rCode) {
48367
- _this29.nextNode.nextUserId = [];
48368
- _this29.showNews = false;
48369
- _this29.nextNode.notificationType = [];
48370
- _this29.pendingId = results[results.length - 1].attachId;
48371
- _this29.getHedInfo();
48505
+ _this30.nextNode.nextUserId = [];
48506
+ _this30.showNews = false;
48507
+ _this30.nextNode.notificationType = [];
48508
+ _this30.pendingId = results[results.length - 1].attachId;
48509
+ _this30.getHedInfo();
48372
48510
  } else {
48373
- _this29.$message.error(msg || '系统错误,请联系管理员!');
48511
+ _this30.$message.error(msg || '系统错误,请联系管理员!');
48374
48512
  }
48375
48513
  }).catch(function (err) {
48376
48514
  if (err.message && err.message !== 'canceled') {
48377
- _this29.$message.error(err.message);
48515
+ _this30.$message.error(err.message);
48378
48516
  }
48379
48517
  });
48380
48518
  },
48381
48519
  reqCircularRead: function reqCircularRead(type) {
48382
- var _this30 = this;
48520
+ var _this31 = this;
48383
48521
 
48384
48522
  var _that = this;
48385
48523
  var params = {
@@ -48393,7 +48531,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48393
48531
  };
48394
48532
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
48395
48533
  utils_util["a" /* default */].ajax(params).then(function (res) {
48396
- _this30.loading.close();
48534
+ _this31.loading.close();
48397
48535
  if (res.rCode == 0) {
48398
48536
  if (res.results.alert) {
48399
48537
  _that.$confirm(res.results.message, {
@@ -48424,20 +48562,20 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48424
48562
  * @date 2022年5月25日
48425
48563
  **/
48426
48564
  subProcess: function subProcess(val, type) {
48427
- var _this31 = this;
48565
+ var _this32 = this;
48428
48566
 
48429
48567
  return this.$refs['nextNode'].validate(function (valid) {
48430
48568
  if (valid) {
48431
- if (_this31.isSubmitButtonShowAgreeAndDisagree == 1) {
48432
- _this31.value = _this31.value.replace(RegExp('不同意。', 'g'), '');
48433
- _this31.value = _this31.value.replace(RegExp('同意。', 'g'), '');
48434
- _this31.value = val + _this31.value;
48569
+ if (_this32.isSubmitButtonShowAgreeAndDisagree == 1) {
48570
+ _this32.value = _this32.value.replace(RegExp('不同意。', 'g'), '');
48571
+ _this32.value = _this32.value.replace(RegExp('同意。', 'g'), '');
48572
+ _this32.value = val + _this32.value;
48435
48573
  }
48436
- if (!_this31.validInfo()) {
48437
- _this31.freeValid = false;
48574
+ if (!_this32.validInfo()) {
48575
+ _this32.freeValid = false;
48438
48576
  return;
48439
48577
  } else {
48440
- _this31.freeValid = true;
48578
+ _this32.freeValid = true;
48441
48579
  }
48442
48580
  // if (
48443
48581
  // this.currentNodeIsCircularReadNode &&
@@ -48447,14 +48585,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48447
48585
  // return;
48448
48586
  // }
48449
48587
  if (type == 'multiInsMidwayWithSubmitScene') {
48450
- _this31.sendData(type);
48588
+ _this32.sendData(type);
48451
48589
  return;
48452
48590
  }
48453
- if (_this31.beforeSubmit == undefined) {
48454
- _this31.subFun(_this31.sendData);
48591
+ if (_this32.beforeSubmit == undefined) {
48592
+ _this32.subFun(_this32.sendData);
48455
48593
  } else {
48456
- _this31.beforeSubmit(1).then(function (next) {
48457
- _this31.sendData();
48594
+ _this32.beforeSubmit(1).then(function (next) {
48595
+ _this32.sendData();
48458
48596
  }).catch(function (e) {});
48459
48597
  }
48460
48598
  }
@@ -48499,14 +48637,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48499
48637
  return true;
48500
48638
  },
48501
48639
  flowSuccess: function flowSuccess(hideMessage) {
48502
- var _this32 = this;
48640
+ var _this33 = this;
48503
48641
 
48504
48642
  if (!this.simpleTips) {
48505
48643
  this.$alert('提交成功', '', {
48506
48644
  confirmButtonText: '确定',
48507
48645
  type: 'success',
48508
48646
  callback: function callback(action) {
48509
- _this32.$emit('success');
48647
+ _this33.$emit('success');
48510
48648
  }
48511
48649
  });
48512
48650
  } else {
@@ -48517,7 +48655,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48517
48655
  }
48518
48656
  },
48519
48657
  sendData: function sendData(freetype) {
48520
- var _this33 = this;
48658
+ var _this34 = this;
48521
48659
 
48522
48660
  if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
48523
48661
  if (this.directCreateCircularReadWhenFlowStarted) {
@@ -48539,58 +48677,58 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48539
48677
  break;
48540
48678
  }
48541
48679
 
48542
- if (!_this33.isFlow) {
48680
+ if (!_this34.isFlow) {
48543
48681
  _context.next = 4;
48544
48682
  break;
48545
48683
  }
48546
48684
 
48547
- if (_this33.directCreateCircularReadWhenFlowStarted) {
48548
- _this33.circulateVisible = true;
48685
+ if (_this34.directCreateCircularReadWhenFlowStarted) {
48686
+ _this34.circulateVisible = true;
48549
48687
  } else {
48550
- _this33.handleVisible = true;
48688
+ _this34.handleVisible = true;
48551
48689
  }
48552
48690
  return _context.abrupt('return');
48553
48691
 
48554
48692
  case 4:
48555
48693
  nextUserId = [];
48556
48694
 
48557
- if (_this33.multiple) {
48558
- _this33.nextNode.nextUserId && _this33.nextNode.nextUserId.map(function (item) {
48695
+ if (_this34.multiple) {
48696
+ _this34.nextNode.nextUserId && _this34.nextNode.nextUserId.map(function (item) {
48559
48697
  return nextUserId.push(item);
48560
48698
  });
48561
48699
  }
48562
48700
  addSignUserId = [];
48563
48701
 
48564
- if (_this33.isCanAddSign && _this33.nextNode.isAddSign == '1') {
48565
- _this33.nextNode.addSignUserId.map(function (item) {
48702
+ if (_this34.isCanAddSign && _this34.nextNode.isAddSign == '1') {
48703
+ _this34.nextNode.addSignUserId.map(function (item) {
48566
48704
  addSignUserId.push(item);
48567
48705
  });
48568
48706
  }
48569
48707
  removeSignUserId = [];
48570
48708
 
48571
- if (_this33.isCanRemoveSign && _this33.nextNode.isRemoveSign == '1') {
48572
- _this33.nextNode.removeSignUserId.map(function (item) {
48709
+ if (_this34.isCanRemoveSign && _this34.nextNode.isRemoveSign == '1') {
48710
+ _this34.nextNode.removeSignUserId.map(function (item) {
48573
48711
  removeSignUserId.push(item);
48574
48712
  });
48575
48713
  }
48576
48714
  str = '';
48577
48715
 
48578
- if (_this33.value) {
48579
- str = _this33.value.replace(/\s+/g, '');
48716
+ if (_this34.value) {
48717
+ str = _this34.value.replace(/\s+/g, '');
48580
48718
  }
48581
- if ((!_this33.value || str === '') && _this33.nodeDefaultSubmitOpinion) {
48582
- _this33.value = _this33.nodeDefaultSubmitOpinion;
48719
+ if ((!_this34.value || str === '') && _this34.nodeDefaultSubmitOpinion) {
48720
+ _this34.value = _this34.nodeDefaultSubmitOpinion;
48583
48721
  }
48584
- if (!_this33.isSpecial) {
48585
- delete _this33.nextNode.nextOperate;
48586
- delete _this33.nextNode.nextNodeId;
48722
+ if (!_this34.isSpecial) {
48723
+ delete _this34.nextNode.nextOperate;
48724
+ delete _this34.nextNode.nextNodeId;
48587
48725
  }
48588
- if (_this33.nextNode.nextOperate === 9 || _this33.oldNextOperate == 9) {
48589
- _this33.nextNode.isReturnRejectNode = 1;
48590
- _this33.nextNode.processDefinitionId = _this33.processObj.taskExamine.processDefinitionId;
48726
+ if (_this34.nextNode.nextOperate === 9 || _this34.oldNextOperate == 9) {
48727
+ _this34.nextNode.isReturnRejectNode = 1;
48728
+ _this34.nextNode.processDefinitionId = _this34.processObj.taskExamine.processDefinitionId;
48591
48729
  }
48592
- if (_this33.nextNode.nextOperate != 0 && _this33.nextNode.nextOperate != 1 && _this33.oldNextOperate === '' || _this33.oldNextOperate !== '' && _this33.oldNextOperate != 0 && _this33.oldNextOperate != 1) {
48593
- delete _this33.nextNode.nextNodeId;
48730
+ if (_this34.nextNode.nextOperate != 0 && _this34.nextNode.nextOperate != 1 && _this34.oldNextOperate === '' || _this34.oldNextOperate !== '' && _this34.oldNextOperate != 0 && _this34.oldNextOperate != 1) {
48731
+ delete _this34.nextNode.nextNodeId;
48594
48732
  }
48595
48733
 
48596
48734
  if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
@@ -48599,45 +48737,45 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48599
48737
  }
48600
48738
 
48601
48739
  _context.next = 19;
48602
- return _this33.saveInfo('subMit');
48740
+ return _this34.saveInfo('subMit');
48603
48741
 
48604
48742
  case 19:
48605
- _this33.loading = utils_util["a" /* default */].loading(_this33.$loading, '加载中...');
48743
+ _this34.loading = utils_util["a" /* default */].loading(_this34.$loading, '加载中...');
48606
48744
 
48607
48745
  case 20:
48608
48746
  notificationType = '';
48609
48747
 
48610
- notificationType = _this33.nextNode.notificationType.join(',');
48748
+ notificationType = _this34.nextNode.notificationType.join(',');
48611
48749
  addSignUserId = addSignUserId.join(',');
48612
48750
  removeSignUserId = removeSignUserId.join(',');
48613
- if (!_this33.isCanPreAddSign || _this33.nextNode.isAddSign != '1') {
48614
- delete _this33.nextNode.addSignMode;
48751
+ if (!_this34.isCanPreAddSign || _this34.nextNode.isAddSign != '1') {
48752
+ delete _this34.nextNode.addSignMode;
48615
48753
  }
48616
48754
 
48617
- params = flow_src_mainvue_type_script_lang_js_extends({}, _this33.nextNode, {
48618
- nextOperate: _this33.oldNextOperate !== '' ? _this33.oldNextOperate : _this33.nextNode.nextOperate,
48619
- pendingId: _this33.pendingId,
48620
- opinion: _this33.isForceDisplayDefaultOptionForPrefix && !_this33.value.startsWith(_this33.nodeDefaultSubmitOpinion) ? _this33.nodeDefaultSubmitOpinion + _this33.value : _this33.value,
48755
+ params = flow_src_mainvue_type_script_lang_js_extends({}, _this34.nextNode, {
48756
+ nextOperate: _this34.oldNextOperate !== '' ? _this34.oldNextOperate : _this34.nextNode.nextOperate,
48757
+ pendingId: _this34.pendingId,
48758
+ opinion: _this34.isForceDisplayDefaultOptionForPrefix && !_this34.value.startsWith(_this34.nodeDefaultSubmitOpinion) ? _this34.nodeDefaultSubmitOpinion + _this34.value : _this34.value,
48621
48759
  userId: utils_util["a" /* default */].getStorage('userId'),
48622
- nextUserId: _this33.multiple ? nextUserId.join(',') : _this33.nextNode.nextUserId,
48760
+ nextUserId: _this34.multiple ? nextUserId.join(',') : _this34.nextNode.nextUserId,
48623
48761
  addSignUserId: addSignUserId,
48624
- customPresetUserJson: JSON.stringify(_this33.presetList),
48625
- presetUserJson: JSON.stringify(_this33.presetUserJson),
48762
+ customPresetUserJson: JSON.stringify(_this34.presetList),
48763
+ presetUserJson: JSON.stringify(_this34.presetUserJson),
48626
48764
  removeSignUserId: removeSignUserId,
48627
- nextReadUserId: _this33.readMultiple ? _this33.mixReadList && _this33.mixReadList.join('|') : _this33.nextNode.nextReadUserId,
48628
- nextOrgId: !_this33.isShowNextUser ? _this33.multiple ? _this33.mixOrgIdList && _this33.mixOrgIdList.join('|') : _this33.nextNode.nextOrgId : '',
48629
- presetReadUserId: _this33.mixPresetList && _this33.mixPresetList.length > 0 ? _this33.mixPresetList.join('|') : _this33.nextNode.presetReadUserId.join(','),
48765
+ nextReadUserId: _this34.readMultiple ? _this34.mixReadList && _this34.mixReadList.join('|') : _this34.nextNode.nextReadUserId,
48766
+ nextOrgId: !_this34.isShowNextUser ? _this34.multiple ? _this34.mixOrgIdList && _this34.mixOrgIdList.join('|') : _this34.nextNode.nextOrgId : '',
48767
+ presetReadUserId: _this34.mixPresetList && _this34.mixPresetList.length > 0 ? _this34.mixPresetList.join('|') : _this34.nextNode.presetReadUserId.join(','),
48630
48768
  notificationType: notificationType
48631
48769
  });
48632
48770
 
48633
- if (_this33.activeNames != '1') delete params.customPresetUserJson;
48634
- if (_this33.nextNode.isRemoveSign != '1') {
48771
+ if (_this34.activeNames != '1') delete params.customPresetUserJson;
48772
+ if (_this34.nextNode.isRemoveSign != '1') {
48635
48773
  delete params.removeSignUserId;
48636
48774
  }
48637
- if (_this33.nextNode.isAddSign != '1') {
48775
+ if (_this34.nextNode.isAddSign != '1') {
48638
48776
  delete params.addSignUserId;
48639
48777
  }
48640
- if (!_this33.isSpecial) {
48778
+ if (!_this34.isSpecial) {
48641
48779
  delete params.nextUserId;
48642
48780
  }
48643
48781
 
@@ -48646,13 +48784,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48646
48784
  break;
48647
48785
  }
48648
48786
 
48649
- params.isSubFlow = _this33.taskExamineInfo.isSubFlow;
48650
- _this33.taskParams = params;
48787
+ params.isSubFlow = _this34.taskExamineInfo.isSubFlow;
48788
+ _this34.taskParams = params;
48651
48789
  return _context.abrupt('return');
48652
48790
 
48653
48791
  case 34:
48654
- _this33.loading = utils_util["a" /* default */].loading(_this33.$loading, '提交中...');
48655
- 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;
48792
+ _this34.loading = utils_util["a" /* default */].loading(_this34.$loading, '提交中...');
48793
+ 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;
48656
48794
 
48657
48795
  params.isEndUserTask = isEndUserTask;
48658
48796
  params.choiceOrgId = choiceOrgId;
@@ -48672,21 +48810,21 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48672
48810
  if (!currentNodeEnableItemHandleDescription) {
48673
48811
  delete params.nextItemHandleDescription;
48674
48812
  }
48675
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Nb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
48813
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Ob" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
48676
48814
  var status = res.status,
48677
48815
  message = res.message;
48678
48816
 
48679
- _this33.loading.close();
48817
+ _this34.loading.close();
48680
48818
  if (status === 'success') {
48681
- _this33.flowSuccess();
48819
+ _this34.flowSuccess();
48682
48820
  } else {
48683
- _this33.$message.error(message || '系统错误,请联系管理员!');
48684
- _this33.$emit('error');
48821
+ _this34.$message.error(message || '系统错误,请联系管理员!');
48822
+ _this34.$emit('error');
48685
48823
  }
48686
48824
  }).catch(function (err) {
48687
- _this33.loading.close();
48825
+ _this34.loading.close();
48688
48826
  if (err.message && err.message !== 'canceled') {
48689
- _this33.$message.error(err.message);
48827
+ _this34.$message.error(err.message);
48690
48828
  }
48691
48829
  }));
48692
48830
 
@@ -48698,7 +48836,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48698
48836
  return _context.stop();
48699
48837
  }
48700
48838
  }
48701
- }, _callee, _this33);
48839
+ }, _callee, _this34);
48702
48840
  }));
48703
48841
 
48704
48842
  return function (_x) {
@@ -48754,8 +48892,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48754
48892
 
48755
48893
  var flow_src_main_component = normalizeComponent(
48756
48894
  packages_flow_src_mainvue_type_script_lang_js_,
48757
- mainvue_type_template_id_27037024_render,
48758
- mainvue_type_template_id_27037024_staticRenderFns,
48895
+ mainvue_type_template_id_531ac436_render,
48896
+ mainvue_type_template_id_531ac436_staticRenderFns,
48759
48897
  false,
48760
48898
  null,
48761
48899
  null,
@@ -52021,7 +52159,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52021
52159
  return x.id;
52022
52160
  }).join(',');
52023
52161
  var params = {
52024
- url: api["Pb" /* taskReadWithDraw */],
52162
+ url: api["Qb" /* taskReadWithDraw */],
52025
52163
  params: {
52026
52164
  pendingIds: pendingIds
52027
52165
  }
@@ -52109,7 +52247,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52109
52247
  getCircularReadList: function getCircularReadList() {
52110
52248
  var _that = this;
52111
52249
  var params = {
52112
- url: api["tb" /* pendedhistoryListWithCircularReadJson */],
52250
+ url: api["ub" /* pendedhistoryListWithCircularReadJson */],
52113
52251
  params: { apprecordid: _that.businessId }
52114
52252
  };
52115
52253
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -52283,7 +52421,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52283
52421
 
52284
52422
  this.pressLoading = true;
52285
52423
  var params = {
52286
- url: api["ub" /* pressListJson */],
52424
+ url: api["vb" /* pressListJson */],
52287
52425
  params: { historyId: historyId },
52288
52426
  method: 'POST',
52289
52427
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
@@ -52389,7 +52527,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52389
52527
  var _this12 = this;
52390
52528
 
52391
52529
  var params = {
52392
- url: api["sb" /* pendedhistoryListJson */],
52530
+ url: api["tb" /* pendedhistoryListJson */],
52393
52531
  params: flow_list_src_mainvue_type_script_lang_js_extends({
52394
52532
  apprecordid: this.businessId,
52395
52533
  pendingAttr: 0,
@@ -52558,7 +52696,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52558
52696
  var _this15 = this;
52559
52697
 
52560
52698
  var param = {
52561
- url: api["Yb" /* toPresetInfoListIndex */],
52699
+ url: api["Zb" /* toPresetInfoListIndex */],
52562
52700
  params: { apprecordid: this.businessId }
52563
52701
  };
52564
52702
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -52821,7 +52959,7 @@ mainvue_type_template_id_3d02c60c_render._withStripped = true
52821
52959
 
52822
52960
  if (this.job.id !== item.id) {
52823
52961
  this.job = item;
52824
- utils_util["a" /* default */].ajax({ url: api["Kb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
52962
+ utils_util["a" /* default */].ajax({ url: api["Lb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
52825
52963
  if (res.rCode == 0) {
52826
52964
  utils_util["a" /* default */].setStorage({
52827
52965
  type: _this.storage,
@@ -53530,7 +53668,7 @@ var _props;
53530
53668
  document.body.appendChild(iframe);
53531
53669
  }
53532
53670
  }
53533
- utils_util["a" /* default */].ajax({ method: 'post', url: api["pb" /* logout */] }).then(function (res) {
53671
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["qb" /* logout */] }).then(function (res) {
53534
53672
  if (res.rCode == 0) {
53535
53673
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
53536
53674
  if (_this.onQuit && typeof _this.onQuit === 'function') {
@@ -53662,7 +53800,7 @@ mainvue_type_template_id_20e44f4a_render._withStripped = true
53662
53800
  props: {
53663
53801
  preview: {
53664
53802
  type: String,
53665
- default: api["vb" /* previewAdjunct */] + '?adjunctId='
53803
+ default: api["wb" /* previewAdjunct */] + '?adjunctId='
53666
53804
  },
53667
53805
  contents: [Object, String]
53668
53806
  },
@@ -56823,7 +56961,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
56823
56961
  var _this2 = this;
56824
56962
 
56825
56963
  utils_util["a" /* default */].ajax({
56826
- url: api["jb" /* initModifyPassword */]
56964
+ url: api["kb" /* initModifyPassword */]
56827
56965
  }).then(function (res) {
56828
56966
  if (res.rCode === 0) {
56829
56967
  var results = JSON.parse(JSON.stringify(res.results));
@@ -56928,7 +57066,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
56928
57066
  data.operationCheckCode = this.operationCheckCode;
56929
57067
  utils_util["a" /* default */].ajax({
56930
57068
  method: 'post',
56931
- url: api["nb" /* loginModifyPassword */],
57069
+ url: api["ob" /* loginModifyPassword */],
56932
57070
  data: data
56933
57071
  }).then(function (res) {
56934
57072
  _this5.submit = false;
@@ -57552,7 +57690,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
57552
57690
  //初始登录配置接口地址
57553
57691
  initLogin: {
57554
57692
  type: String,
57555
- default: api["ib" /* initLogin */]
57693
+ default: api["jb" /* initLogin */]
57556
57694
  },
57557
57695
  size: String,
57558
57696
  mode: {
@@ -61770,7 +61908,7 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
61770
61908
  },
61771
61909
  handleClick: function handleClick(res) {
61772
61910
  utils_util["a" /* default */].ajax({
61773
- url: api["yb" /* recordUserApp */],
61911
+ url: api["zb" /* recordUserApp */],
61774
61912
  params: {
61775
61913
  userId: this.user.userId,
61776
61914
  appId: res.id
@@ -62156,7 +62294,7 @@ userinfovue_type_template_id_8643d5d2_render._withStripped = true
62156
62294
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
62157
62295
  initLogin && (initLogin = JSON.parse(initLogin));
62158
62296
  utils_util["a" /* default */].ajax({
62159
- url: api["tc" /* updateUserInfo */],
62297
+ url: api["uc" /* updateUserInfo */],
62160
62298
  params: {
62161
62299
  email: this.model.email,
62162
62300
  officeTel: this.model.officeTel,
@@ -62395,7 +62533,7 @@ var userinfo_component = normalizeComponent(
62395
62533
  var _this2 = this;
62396
62534
 
62397
62535
  utils_util["a" /* default */].ajax({
62398
- url: api["lb" /* initUserSet */]
62536
+ url: api["mb" /* initUserSet */]
62399
62537
  }).then(function (res) {
62400
62538
  if (res.rCode === 0) {
62401
62539
  var results = JSON.parse(JSON.stringify(res.results));
@@ -62436,7 +62574,7 @@ var userinfo_component = normalizeComponent(
62436
62574
  var notify = this.checked.join(',');
62437
62575
  utils_util["a" /* default */].ajax({
62438
62576
  method: 'post',
62439
- url: api["sc" /* updateUserCustomInfo */],
62577
+ url: api["tc" /* updateUserCustomInfo */],
62440
62578
  data: {
62441
62579
  notify: notify
62442
62580
  }
@@ -62466,7 +62604,7 @@ var userinfo_component = normalizeComponent(
62466
62604
  if (this.user.identityId !== res.id) {
62467
62605
  utils_util["a" /* default */].ajax({
62468
62606
  method: 'post',
62469
- url: api["Kb" /* switchUserTo */],
62607
+ url: api["Lb" /* switchUserTo */],
62470
62608
  data: { userId: res.value }
62471
62609
  }).then(function (res) {
62472
62610
  if (res.rCode == 0) {
@@ -62858,7 +62996,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
62858
62996
  if (this.pageNum <= this.pageCount) {
62859
62997
  this.loading = true;
62860
62998
  utils_util["a" /* default */].ajax({
62861
- url: api["Lb" /* sysMsgPage */],
62999
+ url: api["Mb" /* sysMsgPage */],
62862
63000
  params: {
62863
63001
  pageNum: reload ? 1 : this.pageNum,
62864
63002
  pageSize: this.pageSize
@@ -62891,7 +63029,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
62891
63029
  var _this2 = this;
62892
63030
 
62893
63031
  utils_util["a" /* default */].ajax({
62894
- url: api["hb" /* ignoreSysMsg */],
63032
+ url: api["ib" /* ignoreSysMsg */],
62895
63033
  params: {
62896
63034
  id: res.id
62897
63035
  }
@@ -62911,7 +63049,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
62911
63049
  var _this3 = this;
62912
63050
 
62913
63051
  utils_util["a" /* default */].ajax({
62914
- url: api["gb" /* ignoreAllSysMsg */]
63052
+ url: api["hb" /* ignoreAllSysMsg */]
62915
63053
  }).then(function (res) {
62916
63054
  _this3.count = 0;
62917
63055
  _this3.msgs = [];
@@ -63271,7 +63409,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
63271
63409
  var _this = this;
63272
63410
 
63273
63411
  utils_util["a" /* default */].ajax({
63274
- url: api["hb" /* ignoreSysMsg */],
63412
+ url: api["ib" /* ignoreSysMsg */],
63275
63413
  params: {
63276
63414
  id: res.id
63277
63415
  }
@@ -63290,7 +63428,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
63290
63428
  var _this2 = this;
63291
63429
 
63292
63430
  utils_util["a" /* default */].ajax({
63293
- url: api["gb" /* ignoreAllSysMsg */]
63431
+ url: api["hb" /* ignoreAllSysMsg */]
63294
63432
  }).then(function (res) {
63295
63433
  _this2.msgs = [];
63296
63434
  _this2.$emit('ignore', { type: 'ignore', value: 'all' });
@@ -64076,7 +64214,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
64076
64214
  props: {
64077
64215
  sysuseronline: {
64078
64216
  type: String,
64079
- default: api["yc" /* userOnline */]
64217
+ default: api["zc" /* userOnline */]
64080
64218
  }
64081
64219
  },
64082
64220
  data: function data() {
@@ -64159,8 +64297,8 @@ var online_component = normalizeComponent(
64159
64297
  )
64160
64298
 
64161
64299
  /* harmony default export */ var online = (online_component.exports);
64162
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/search.vue?vue&type=template&id=46cd8f32&
64163
- var searchvue_type_template_id_46cd8f32_render = function () {
64300
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/search.vue?vue&type=template&id=c94b9f7c&
64301
+ var searchvue_type_template_id_c94b9f7c_render = function () {
64164
64302
  var _vm = this
64165
64303
  var _h = _vm.$createElement
64166
64304
  var _c = _vm._self._c || _h
@@ -64575,11 +64713,11 @@ var searchvue_type_template_id_46cd8f32_render = function () {
64575
64713
  1
64576
64714
  )
64577
64715
  }
64578
- var searchvue_type_template_id_46cd8f32_staticRenderFns = []
64579
- searchvue_type_template_id_46cd8f32_render._withStripped = true
64716
+ var searchvue_type_template_id_c94b9f7c_staticRenderFns = []
64717
+ searchvue_type_template_id_c94b9f7c_render._withStripped = true
64580
64718
 
64581
64719
 
64582
- // CONCATENATED MODULE: ./packages/main/src/public/search.vue?vue&type=template&id=46cd8f32&
64720
+ // CONCATENATED MODULE: ./packages/main/src/public/search.vue?vue&type=template&id=c94b9f7c&
64583
64721
 
64584
64722
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/search.vue?vue&type=script&lang=js&
64585
64723
  var searchvue_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; };
@@ -64749,7 +64887,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
64749
64887
  },
64750
64888
  searchType: {
64751
64889
  type: String,
64752
- default: api["Eb" /* searchType */]
64890
+ default: api["Fb" /* searchType */]
64753
64891
  },
64754
64892
  pageSize: {
64755
64893
  type: Number,
@@ -64814,7 +64952,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
64814
64952
  beforeCreate: function beforeCreate() {
64815
64953
  var _this = this;
64816
64954
 
64817
- this.handleSearchAll = Object(external_throttle_debounce_["debounce"])(500, function (res) {
64955
+ this.handleSearchAll = Object(external_throttle_debounce_["debounce"])(1000, function (res) {
64818
64956
  _this.searchAll(res);
64819
64957
  });
64820
64958
  this.handleSearchd = Object(external_throttle_debounce_["debounce"])(500, function (obj, index) {
@@ -64900,6 +65038,12 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
64900
65038
  for (var i = 0; i < this.types.length; i++) {
64901
65039
  var item = this.types[i];
64902
65040
  if (keyWords && !this.hides.includes(item.name) && !item.hide) {
65041
+ this.types[i].records = [];
65042
+ this.types[i].totalCount = 0;
65043
+ this.types[i].pageCount = 1;
65044
+ this.types[i].pageNum = 0;
65045
+ this.$set(this.loadings, item.id || String(i), true);
65046
+ this.$set(this.noMore, item.id || String(i), false);
64903
65047
  if (item.name == '菜单' && this.menus.length) {
64904
65048
  this.isLoading = false;
64905
65049
  this.types[i].records = this.searchData(this.menus, keyWords);
@@ -65042,8 +65186,8 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
65042
65186
 
65043
65187
  var search_component = normalizeComponent(
65044
65188
  public_searchvue_type_script_lang_js_,
65045
- searchvue_type_template_id_46cd8f32_render,
65046
- searchvue_type_template_id_46cd8f32_staticRenderFns,
65189
+ searchvue_type_template_id_c94b9f7c_render,
65190
+ searchvue_type_template_id_c94b9f7c_staticRenderFns,
65047
65191
  false,
65048
65192
  null,
65049
65193
  null,
@@ -65535,7 +65679,7 @@ var events = [function (tabs, index, that) {
65535
65679
  //应用列表接口
65536
65680
  appsUrl: {
65537
65681
  type: String,
65538
- default: api["db" /* getUserAppWithTag */]
65682
+ default: api["eb" /* getUserAppWithTag */]
65539
65683
  },
65540
65684
  //是否启用子应用菜单接口
65541
65685
  application: {
@@ -66369,8 +66513,8 @@ var events = [function (tabs, index, that) {
66369
66513
  var _this5 = this;
66370
66514
 
66371
66515
  this.webSocket = utils_util["a" /* default */].socket({
66372
- url: api["zc" /* wss */],
66373
- take: api["pc" /* topic */],
66516
+ url: api["Ac" /* wss */],
66517
+ take: api["qc" /* topic */],
66374
66518
  success: function success(res) {
66375
66519
  var data = res.data || {};
66376
66520
  for (var i in data) {
@@ -66579,7 +66723,7 @@ var events = [function (tabs, index, that) {
66579
66723
  **/
66580
66724
  handlerClickMenu: function handlerClickMenu(res) {
66581
66725
  utils_util["a" /* default */].ajax({
66582
- url: api["yb" /* recordUserApp */],
66726
+ url: api["zb" /* recordUserApp */],
66583
66727
  params: {
66584
66728
  userId: this.user.userId,
66585
66729
  appId: res.id
@@ -66867,7 +67011,7 @@ var events = [function (tabs, index, that) {
66867
67011
  document.body.appendChild(iframe);
66868
67012
  }
66869
67013
  }
66870
- utils_util["a" /* default */].ajax({ method: 'post', url: api["pb" /* logout */] }).then(function (res) {
67014
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["qb" /* logout */] }).then(function (res) {
66871
67015
  if (res.rCode == 0) {
66872
67016
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
66873
67017
  if (_this6.onQuit && typeof _this6.onQuit === 'function') {
@@ -67928,7 +68072,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
67928
68072
  var _this2 = this;
67929
68073
 
67930
68074
  utils_util["a" /* default */].ajax({
67931
- url: api["lb" /* initUserSet */]
68075
+ url: api["mb" /* initUserSet */]
67932
68076
  }).then(function (res) {
67933
68077
  if (res.rCode === 0) {
67934
68078
  var results = JSON.parse(JSON.stringify(res.results));
@@ -67977,7 +68121,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
67977
68121
 
67978
68122
  switch (type) {
67979
68123
  case 'job':
67980
- utils_util["a" /* default */].ajax({ url: api["Kb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
68124
+ utils_util["a" /* default */].ajax({ url: api["Lb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
67981
68125
  if (res.rCode == 0) {
67982
68126
  utils_util["a" /* default */].setStorage({
67983
68127
  type: _this3.storage,
@@ -68018,7 +68162,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
68018
68162
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
68019
68163
  initLogin && (initLogin = JSON.parse(initLogin));
68020
68164
  utils_util["a" /* default */].ajax({
68021
- url: api["tc" /* updateUserInfo */],
68165
+ url: api["uc" /* updateUserInfo */],
68022
68166
  params: {
68023
68167
  email: this.values.email,
68024
68168
  officeTel: this.values.officeTel,
@@ -68076,7 +68220,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
68076
68220
  var notify = _this4.values.notify.sort().join(',');
68077
68221
  if (notify != _this4.notify.split(',').sort().join(',')) {
68078
68222
  utils_util["a" /* default */].ajax({
68079
- url: api["sc" /* updateUserCustomInfo */],
68223
+ url: api["tc" /* updateUserCustomInfo */],
68080
68224
  params: {
68081
68225
  notify: notify
68082
68226
  }
@@ -68431,7 +68575,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
68431
68575
  if (this.pageNum <= this.pageCount) {
68432
68576
  this.loading = true;
68433
68577
  utils_util["a" /* default */].ajax({
68434
- url: api["Lb" /* sysMsgPage */],
68578
+ url: api["Mb" /* sysMsgPage */],
68435
68579
  params: {
68436
68580
  pageNum: reload ? 1 : this.pageNum,
68437
68581
  pageSize: this.pageSize
@@ -68464,7 +68608,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
68464
68608
  var _this2 = this;
68465
68609
 
68466
68610
  utils_util["a" /* default */].ajax({
68467
- url: api["hb" /* ignoreSysMsg */],
68611
+ url: api["ib" /* ignoreSysMsg */],
68468
68612
  params: {
68469
68613
  id: res.id
68470
68614
  }
@@ -68484,7 +68628,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
68484
68628
  var _this3 = this;
68485
68629
 
68486
68630
  utils_util["a" /* default */].ajax({
68487
- url: api["gb" /* ignoreAllSysMsg */]
68631
+ url: api["hb" /* ignoreAllSysMsg */]
68488
68632
  }).then(function (res) {
68489
68633
  _this3.count = 0;
68490
68634
  _this3.msgs = [];
@@ -68819,7 +68963,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
68819
68963
  var _this = this;
68820
68964
 
68821
68965
  utils_util["a" /* default */].ajax({
68822
- url: api["gb" /* ignoreAllSysMsg */]
68966
+ url: api["hb" /* ignoreAllSysMsg */]
68823
68967
  }).then(function (res) {
68824
68968
  _this.count = 0;
68825
68969
  _this.msgs = [];
@@ -69326,7 +69470,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
69326
69470
  //获取用户信息的接口
69327
69471
  mainConfig: {
69328
69472
  type: String,
69329
- default: api["qb" /* mainConfig */]
69473
+ default: api["rb" /* mainConfig */]
69330
69474
  },
69331
69475
  iframeId: {
69332
69476
  type: String,
@@ -69754,7 +69898,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
69754
69898
  return;
69755
69899
  }
69756
69900
  utils_util["a" /* default */].ajax({
69757
- url: api["sc" /* updateUserCustomInfo */],
69901
+ url: api["tc" /* updateUserCustomInfo */],
69758
69902
  params: { color: escape(color.toLowerCase()) },
69759
69903
  data: { color: escape(color.toLowerCase()) }
69760
69904
  }).then(function (res) {
@@ -70967,8 +71111,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
70967
71111
  var _this11 = this;
70968
71112
 
70969
71113
  this.webSocket = utils_util["a" /* default */].socket({
70970
- url: api["zc" /* wss */],
70971
- take: api["pc" /* topic */],
71114
+ url: api["Ac" /* wss */],
71115
+ take: api["qc" /* topic */],
70972
71116
  success: function success(res) {
70973
71117
  var data = res.data || {};
70974
71118
  for (var i in data) {
@@ -72813,7 +72957,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
72813
72957
  text: '重发',
72814
72958
  format: false,
72815
72959
  method: 'post',
72816
- action: api["Fb" /* sendBatch */]
72960
+ action: api["Gb" /* sendBatch */]
72817
72961
  }]
72818
72962
  }];
72819
72963
  }
@@ -73000,13 +73144,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
73000
73144
  },
73001
73145
  data: function data() {
73002
73146
  return {
73003
- sendList: api["Hb" /* sendList */],
73004
- sendBatch: api["Fb" /* sendBatch */],
73147
+ sendList: api["Ib" /* sendList */],
73148
+ sendBatch: api["Gb" /* sendBatch */],
73005
73149
  tableCount: 0,
73006
73150
  selectData: [],
73007
73151
  formTitle: '',
73008
73152
  showForm: false,
73009
- formData: api["Gb" /* sendInfo */],
73153
+ formData: api["Hb" /* sendInfo */],
73010
73154
  params: {},
73011
73155
  sendTypeDict: [],
73012
73156
  statusDict: []
@@ -73025,7 +73169,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
73025
73169
  type: 'primary',
73026
73170
  checkbox: true,
73027
73171
  format: false,
73028
- action: api["Fb" /* sendBatch */]
73172
+ action: api["Gb" /* sendBatch */]
73029
73173
  }]
73030
73174
  }, {
73031
73175
  type: 'search',
@@ -74968,7 +75112,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
74968
75112
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
74969
75113
  mainConfig && (this.userModel = JSON.parse(mainConfig).userModel);
74970
75114
  utils_util["a" /* default */].ajax({
74971
- url: api["kb" /* initRetrialAuth */]
75115
+ url: api["lb" /* initRetrialAuth */]
74972
75116
  }).then(function (res) {
74973
75117
  var rCode = res.rCode,
74974
75118
  results = res.results;
@@ -75077,7 +75221,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
75077
75221
  uuid: this.uuid
75078
75222
  };
75079
75223
  utils_util["a" /* default */].ajax({
75080
- url: api["Db" /* scanCodeRetrialAuth */],
75224
+ url: api["Eb" /* scanCodeRetrialAuth */],
75081
75225
  method: 'post',
75082
75226
  data: params,
75083
75227
  params: params
@@ -75729,13 +75873,17 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
75729
75873
  } else {
75730
75874
  dom = [this.getLabel(this.models, this.results)];
75731
75875
  }
75876
+ console.log('dom', dom);
75732
75877
  return h('div', {
75733
75878
  class: [{
75734
75879
  'es-plain': this.plain,
75735
75880
  'es-textarea__inner el-textarea__inner': this.multiple,
75736
75881
  'el-input__inner es-input__inner': !this.multiple
75737
- }]
75738
- }, [dom.join(this.symbol)]);
75882
+ }],
75883
+ domProps: {
75884
+ innerHTML: dom.join(this.symbol)
75885
+ }
75886
+ }, []);
75739
75887
  }
75740
75888
  var doms = [];
75741
75889
  var cls = [];
@@ -75811,7 +75959,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
75811
75959
  labelKey: this.label,
75812
75960
  loading: this.loading,
75813
75961
  disabled: this.disabled,
75814
- tree: typeof this.tree === 'boolean' ? this.tree : select_src_mainvue_type_script_lang_js_extends({}, this.tree, { lazy: this.label }),
75962
+ tree: typeof this.tree === 'boolean' ? this.tree : select_src_mainvue_type_script_lang_js_extends({}, this.tree, { lazy: this.lazy }),
75815
75963
  data: this.results,
75816
75964
  // 父级是否可选
75817
75965
  parentCheck: this.parentCheck,
@@ -83432,7 +83580,7 @@ mainvue_type_template_id_6baa7a0b_render._withStripped = true
83432
83580
  },
83433
83581
  url: {
83434
83582
  type: String,
83435
- default: api["eb" /* gethelpdoc */]
83583
+ default: api["fb" /* gethelpdoc */]
83436
83584
  },
83437
83585
  param: {
83438
83586
  type: Object,
@@ -83576,8 +83724,8 @@ tips_src_main.install = function (Vue) {
83576
83724
  };
83577
83725
 
83578
83726
  /* harmony default export */ var tips = (tips_src_main);
83579
- // 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&
83580
- var mainvue_type_template_id_367f47a8_render = function () {
83727
+ // 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=cd716718&
83728
+ var mainvue_type_template_id_cd716718_render = function () {
83581
83729
  var _vm = this
83582
83730
  var _h = _vm.$createElement
83583
83731
  var _c = _vm._self._c || _h
@@ -83725,6 +83873,7 @@ var mainvue_type_template_id_367f47a8_render = function () {
83725
83873
  "empty-text": !_vm.loading ? "暂无数据" : "",
83726
83874
  "node-key": _vm.nodeKey,
83727
83875
  indent: 12,
83876
+ lazy: _vm.lazy,
83728
83877
  data: _vm.treeData,
83729
83878
  props: _vm.defaultProps,
83730
83879
  "filter-node-method": _vm.filterNode,
@@ -83773,11 +83922,11 @@ var mainvue_type_template_id_367f47a8_render = function () {
83773
83922
  )
83774
83923
  : _vm._e()
83775
83924
  }
83776
- var mainvue_type_template_id_367f47a8_staticRenderFns = []
83777
- mainvue_type_template_id_367f47a8_render._withStripped = true
83925
+ var mainvue_type_template_id_cd716718_staticRenderFns = []
83926
+ mainvue_type_template_id_cd716718_render._withStripped = true
83778
83927
 
83779
83928
 
83780
- // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=367f47a8&
83929
+ // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=cd716718&
83781
83930
 
83782
83931
  // 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&
83783
83932
  //
@@ -83868,6 +84017,7 @@ mainvue_type_template_id_367f47a8_render._withStripped = true
83868
84017
  //
83869
84018
  //
83870
84019
  //
84020
+ //
83871
84021
 
83872
84022
 
83873
84023
 
@@ -83982,7 +84132,7 @@ mainvue_type_template_id_367f47a8_render._withStripped = true
83982
84132
  //懒加载
83983
84133
  lazy: {
83984
84134
  type: Boolean,
83985
- default: true
84135
+ default: false
83986
84136
  },
83987
84137
  onChange: Function,
83988
84138
  onSearch: Function,
@@ -84492,8 +84642,8 @@ mainvue_type_template_id_367f47a8_render._withStripped = true
84492
84642
 
84493
84643
  var tree_src_main_component = normalizeComponent(
84494
84644
  packages_tree_src_mainvue_type_script_lang_js_,
84495
- mainvue_type_template_id_367f47a8_render,
84496
- mainvue_type_template_id_367f47a8_staticRenderFns,
84645
+ mainvue_type_template_id_cd716718_render,
84646
+ mainvue_type_template_id_cd716718_staticRenderFns,
84497
84647
  false,
84498
84648
  null,
84499
84649
  null,
@@ -90185,8 +90335,8 @@ form_src_table.install = function (Vue) {
90185
90335
  };
90186
90336
 
90187
90337
  /* harmony default export */ var table_form = (form_src_table);
90188
- // 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&
90189
- var mainvue_type_template_id_02b1ced8_render = function () {
90338
+ // 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=7a96bed3&
90339
+ var mainvue_type_template_id_7a96bed3_render = function () {
90190
90340
  var _vm = this
90191
90341
  var _h = _vm.$createElement
90192
90342
  var _c = _vm._self._c || _h
@@ -90566,11 +90716,11 @@ var mainvue_type_template_id_02b1ced8_render = function () {
90566
90716
  )
90567
90717
  : _vm._e()
90568
90718
  }
90569
- var mainvue_type_template_id_02b1ced8_staticRenderFns = []
90570
- mainvue_type_template_id_02b1ced8_render._withStripped = true
90719
+ var mainvue_type_template_id_7a96bed3_staticRenderFns = []
90720
+ mainvue_type_template_id_7a96bed3_render._withStripped = true
90571
90721
 
90572
90722
 
90573
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=02b1ced8&
90723
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=7a96bed3&
90574
90724
 
90575
90725
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
90576
90726
  /* harmony default export */ var picture = ({
@@ -90827,12 +90977,7 @@ var mainvue_type_script_lang_js_props;
90827
90977
  type: Boolean,
90828
90978
  default: true
90829
90979
  },
90830
- headers: {
90831
- type: Object,
90832
- default: function _default() {
90833
- return utils_util["a" /* default */].getStorage();
90834
- }
90835
- },
90980
+ headers: Object,
90836
90981
  listType: {
90837
90982
  type: String,
90838
90983
  default: 'table' // text,table,picture,picture-card
@@ -91017,7 +91162,7 @@ var mainvue_type_script_lang_js_props;
91017
91162
  source: '',
91018
91163
  excludeNames: '',
91019
91164
  boxHeight: this.listHeight,
91020
- previewAdjunct: api["vb" /* previewAdjunct */],
91165
+ previewAdjunct: api["wb" /* previewAdjunct */],
91021
91166
  kkfileview: null,
91022
91167
  dochubConfig: {}
91023
91168
  };
@@ -91275,7 +91420,7 @@ var mainvue_type_script_lang_js_props;
91275
91420
  this.dochubConfig = config.dochubConfig;
91276
91421
  }
91277
91422
 
91278
- var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["vc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["xc" /* uploads */];
91423
+ var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["wc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["yc" /* uploads */];
91279
91424
  this.uploadUrl = url.indexOf(this.host) > -1 ? url : this.host + url;
91280
91425
  this.requestFiles && this.getFiles();
91281
91426
  } else {
@@ -91298,7 +91443,7 @@ var mainvue_type_script_lang_js_props;
91298
91443
  _this3.dochubConfig = res.results.dochubConfig;
91299
91444
  sessionStorage.setItem('dochubConfig', JSON.stringify(res.results.dochubConfig));
91300
91445
  }
91301
- var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["vc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["xc" /* uploads */];
91446
+ var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["wc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["yc" /* uploads */];
91302
91447
  _this3.uploadUrl = _url.indexOf(_this3.host) > -1 ? _url : _this3.host + _url;
91303
91448
  if (res.results.kkViewRootPath) {
91304
91449
  _this3.kkfileview = res.results.kkViewRootPath;
@@ -91413,13 +91558,13 @@ var mainvue_type_script_lang_js_props;
91413
91558
  if (this.kkfileview) {
91414
91559
  this.openKkfileview(file);
91415
91560
  } else {
91416
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["xb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
91561
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["yb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
91417
91562
  }
91418
91563
  } else if (suffix.includes('pdf')) {
91419
91564
  if (this.kkfileview) {
91420
91565
  this.openKkfileview(file);
91421
91566
  } else {
91422
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["wb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
91567
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["xb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
91423
91568
  }
91424
91569
  } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
91425
91570
  this.imgUrl = res.url && utils_util["a" /* default */].startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
@@ -91584,7 +91729,7 @@ var mainvue_type_script_lang_js_props;
91584
91729
  }
91585
91730
  },
91586
91731
  handleDownloads: function handleDownloads() {
91587
- var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["uc" /* uploadDownloads */];
91732
+ var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["vc" /* uploadDownloads */];
91588
91733
  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);
91589
91734
  },
91590
91735
  handleDownload: function handleDownload(file) {
@@ -91624,7 +91769,7 @@ var mainvue_type_script_lang_js_props;
91624
91769
  ids = ids.join(',');
91625
91770
  utils_util["a" /* default */].ajax({
91626
91771
  method: this.method,
91627
- url: this.dochubConfig.sortDocumentsUrl || api["wc" /* uploadSort */],
91772
+ url: this.dochubConfig.sortDocumentsUrl || api["xc" /* uploadSort */],
91628
91773
  data: {
91629
91774
  ids: ids,
91630
91775
  documentIds: ids,
@@ -91733,8 +91878,8 @@ var mainvue_type_script_lang_js_props;
91733
91878
 
91734
91879
  var upload_src_main_component = normalizeComponent(
91735
91880
  packages_upload_src_mainvue_type_script_lang_js_,
91736
- mainvue_type_template_id_02b1ced8_render,
91737
- mainvue_type_template_id_02b1ced8_staticRenderFns,
91881
+ mainvue_type_template_id_7a96bed3_render,
91882
+ mainvue_type_template_id_7a96bed3_staticRenderFns,
91738
91883
  false,
91739
91884
  null,
91740
91885
  null,
@@ -92235,7 +92380,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92235
92380
  }
92236
92381
 
92237
92382
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92238
- version: '0.6.92',
92383
+ version: '0.6.94',
92239
92384
  install: install,
92240
92385
  Button: packages_button,
92241
92386
  ButtonGroup: button_group,