eoss-ui 0.6.61 → 0.6.63

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 (75) hide show
  1. package/lib/button-group.js +118 -114
  2. package/lib/button.js +118 -114
  3. package/lib/checkbox-group.js +120 -116
  4. package/lib/clients.js +3 -3
  5. package/lib/config/api.js +3 -1
  6. package/lib/data-table-form.js +120 -116
  7. package/lib/data-table.js +123 -119
  8. package/lib/date-picker.js +118 -114
  9. package/lib/dialog.js +118 -114
  10. package/lib/eoss-ui.common.js +1578 -857
  11. package/lib/flow-group.js +118 -114
  12. package/lib/flow-list.js +167 -128
  13. package/lib/flow.js +1372 -687
  14. package/lib/form.js +120 -116
  15. package/lib/handle-user.js +119 -115
  16. package/lib/handler.js +119 -115
  17. package/lib/icon.js +119 -115
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +118 -114
  20. package/lib/input.js +118 -114
  21. package/lib/login.js +131 -127
  22. package/lib/main.js +162 -157
  23. package/lib/nav.js +118 -114
  24. package/lib/notify.js +121 -117
  25. package/lib/page.js +118 -114
  26. package/lib/pagination.js +118 -114
  27. package/lib/player.js +118 -114
  28. package/lib/qr-code.js +118 -114
  29. package/lib/radio-group.js +120 -116
  30. package/lib/retrial-auth.js +121 -117
  31. package/lib/select-ganged.js +120 -116
  32. package/lib/select.js +120 -116
  33. package/lib/selector-panel.js +136 -132
  34. package/lib/selector.js +119 -115
  35. package/lib/sizer.js +120 -116
  36. package/lib/steps.js +118 -114
  37. package/lib/switch.js +118 -114
  38. package/lib/table-form.js +118 -114
  39. package/lib/tabs.js +118 -114
  40. package/lib/theme-chalk/base.css +1 -1
  41. package/lib/theme-chalk/index.css +1 -1
  42. package/lib/theme-chalk/main.css +1 -1
  43. package/lib/theme-chalk/menu.css +1 -1
  44. package/lib/theme-chalk/simplicity.css +1 -1
  45. package/lib/theme-chalk/sizer.css +1 -1
  46. package/lib/theme-chalk/upload.css +1 -1
  47. package/lib/tips.js +119 -115
  48. package/lib/tree-group.js +118 -114
  49. package/lib/tree.js +119 -115
  50. package/lib/upload.js +130 -126
  51. package/lib/wujie.js +118 -114
  52. package/lib/wxlogin.js +118 -114
  53. package/package.json +1 -1
  54. package/packages/clients/src/main.vue +1 -1
  55. package/packages/flow/src/component/Circulate.vue +322 -0
  56. package/packages/flow/src/component/CommonOpinions.vue +3 -2
  57. package/packages/flow/src/component/SendMsg.vue +39 -27
  58. package/packages/flow/src/component/taskUnionExamine.vue +7 -5
  59. package/packages/flow/src/main.vue +109 -20
  60. package/packages/flow/src/processForm.vue +5 -1
  61. package/packages/flow/src/processReject.vue +3 -2
  62. package/packages/flow/src/startTaskRead.vue +3 -2
  63. package/packages/flow/src/supervise.vue +77 -72
  64. package/packages/flow-list/src/main.vue +61 -32
  65. package/packages/main/src/simplicity/index.vue +1 -0
  66. package/packages/theme-chalk/lib/base.css +1 -1
  67. package/packages/theme-chalk/lib/index.css +1 -1
  68. package/packages/theme-chalk/lib/main.css +1 -1
  69. package/packages/theme-chalk/lib/menu.css +1 -1
  70. package/packages/theme-chalk/lib/simplicity.css +1 -1
  71. package/packages/theme-chalk/lib/sizer.css +1 -1
  72. package/packages/theme-chalk/lib/upload.css +1 -1
  73. package/packages/theme-chalk/src/base.scss +1 -0
  74. package/src/config/api.js +4 -0
  75. package/src/index.js +1 -1
package/lib/flow.js CHANGED
@@ -1601,7 +1601,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1601
1601
  * @param {function} callback - 回调函数
1602
1602
  **/
1603
1603
  var getMainConfig = function getMainConfig(callback) {
1604
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "lb"] }).then(function (res) {
1604
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "nb"] }).then(function (res) {
1605
1605
  if (res && res.rCode === 0) {
1606
1606
  callback(res.results);
1607
1607
  }
@@ -2358,7 +2358,7 @@ var isLogined = function () {
2358
2358
  break;
2359
2359
  }
2360
2360
 
2361
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "kb"] }).then(function (res) {
2361
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "mb"] }).then(function (res) {
2362
2362
  if (res.rCode === 0) {
2363
2363
  removeStorage();
2364
2364
  }
@@ -3510,149 +3510,151 @@ var watermark = function watermark(option) {
3510
3510
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3511
3511
 
3512
3512
  "use strict";
3513
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doCaLogin; });
3514
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doUserLogin; });
3515
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doQrLogin; });
3516
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return logout; });
3517
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return initLogin; });
3518
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return switchUserTo; });
3513
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
3514
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
3515
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
3516
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return logout; });
3517
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initLogin; });
3518
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return switchUserTo; });
3519
3519
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3520
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getLoginCode; });
3521
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCodeLogin; });
3520
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getLoginCode; });
3521
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3522
3522
  /* unused harmony export updateCode */
3523
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getModifyPassCode; });
3523
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getModifyPassCode; });
3524
3524
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3525
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return loginModifyPassword; });
3525
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return loginModifyPassword; });
3526
3526
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3527
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return initModifyPassword; });
3528
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doWechatQrLogin; });
3529
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getTwoFactorLoginCode; });
3530
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doTwoFactorLogin; });
3531
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initRetrialAuth; });
3532
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getRetrialAuthCode; });
3533
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return scanCodeRetrialAuth; });
3527
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initModifyPassword; });
3528
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
3529
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getTwoFactorLoginCode; });
3530
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
3531
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initRetrialAuth; });
3532
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getRetrialAuthCode; });
3533
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return scanCodeRetrialAuth; });
3534
3534
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3535
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doAssistanceQrLogin; });
3536
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return userOnline; });
3537
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getUserAppWithTag; });
3538
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return recordUserApp; });
3539
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return mainConfig; });
3540
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initUserSet; });
3541
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return updateUserInfo; });
3535
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
3536
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return userOnline; });
3537
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getUserAppWithTag; });
3538
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return recordUserApp; });
3539
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return mainConfig; });
3540
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initUserSet; });
3541
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserInfo; });
3542
3542
  /* unused harmony export getUserImgUrl */
3543
3543
  /* unused harmony export getDoorIndex */
3544
3544
  /* unused harmony export refreshOnlineUsers */
3545
3545
  /* unused harmony export getQuickMenuIds */
3546
3546
  /* unused harmony export getApplicationIdArray */
3547
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getComplexApplications; });
3548
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getComplexApplicationsNew; });
3547
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getComplexApplications; });
3548
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplicationsNew; });
3549
3549
  /* unused harmony export getUserCustomInfo */
3550
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return updateUserCustomInfo; });
3551
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sysMsgPage; });
3552
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return ignoreSysMsg; });
3553
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return ignoreAllSysMsg; });
3554
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return searchType; });
3555
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getAdjunctProperties; });
3556
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploads; });
3557
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return uploadOnlyOne; });
3558
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getAdjunctFileInfos; });
3559
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return uploadSort; });
3560
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return downloadByAdjunctId; });
3561
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return uploadDownloads; });
3562
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return previewAdjunct; });
3563
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return previewAdjunct2; });
3564
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return previewAdjunctOffice; });
3550
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateUserCustomInfo; });
3551
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return sysMsgPage; });
3552
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreSysMsg; });
3553
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return ignoreAllSysMsg; });
3554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return searchType; });
3555
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctProperties; });
3556
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploads; });
3557
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadOnlyOne; });
3558
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getAdjunctFileInfos; });
3559
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadSort; });
3560
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
3561
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return uploadDownloads; });
3562
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return previewAdjunct; });
3563
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct2; });
3564
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunctOffice; });
3565
3565
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3566
3566
  /* unused harmony export upload_updateClassify */
3567
3567
  /* unused harmony export getDeleteAdjunctFileInfos */
3568
3568
  /* unused harmony export getPictureBase64 */
3569
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getSelectorOrgTree; });
3570
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getSelectorOrgDetail; });
3571
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getOrgMainTree; });
3572
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getSelectOrgsubids; });
3573
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return findSysCode; });
3574
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getDictList; });
3569
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgTree; });
3570
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectorOrgDetail; });
3571
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getOrgMainTree; });
3572
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getSelectOrgsubids; });
3573
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findSysCode; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getDictList; });
3575
3575
  /* unused harmony export findUserBaseInfo */
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return gethelpdoc; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return gethelpdoc; });
3577
3577
  /* unused harmony export getCurrentuser */
3578
3578
  /* unused harmony export mainDetail */
3579
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toStartFlow; });
3580
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return tempSave; });
3579
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toStartFlow; });
3580
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return tempSave; });
3581
3581
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3582
3582
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3583
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return editCommonOpion; });
3584
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return saveCommonOpinion; });
3585
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return updateCommonOpinion; });
3583
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
3584
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return saveCommonOpinion; });
3585
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return updateCommonOpinion; });
3586
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3587
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getProcessDefList; });
3588
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getNodeInfo; });
3589
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findCodeValues; });
3590
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysParam; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findSysCodes; });
3592
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getNotificationMsg; });
3593
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getHandleInfoHtml; });
3594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskHandleHtml; });
3587
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getProcessDefList; });
3588
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getNodeInfo; });
3589
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return findCodeValues; });
3590
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysParam; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCodes; });
3592
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNotificationMsg; });
3593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getHandleInfoHtml; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskHandleHtml; });
3595
3595
  /* unused harmony export getView */
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return register; });
3597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return pendedhistoryList; });
3598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskRejectHtml; });
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskRejectHtml; });
3600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toStartTaskRead; });
3601
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toStartTaskReadIndex; });
3602
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskReadHtml; });
3603
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return rejectAndEnd; });
3604
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toSendMsg; });
3605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendMsg; });
3606
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return endFlowHtml; });
3607
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return handleInfo; });
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return loginUserInfo; });
3609
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return wss; });
3610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return topic; });
3611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getPresetCustomInfo; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getPresetNodeInfo; });
3613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskTransferIndex; });
3614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskTransfer; });
3615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toPresetInfoListIndex; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return register; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pendedhistoryList; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskRejectHtml; });
3599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskRejectHtml; });
3600
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartTaskRead; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskReadIndex; });
3602
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskReadHtml; });
3603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return rejectAndEnd; });
3604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toSendMsg; });
3605
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendMsg; });
3606
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowHtml; });
3607
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return handleInfo; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginUserInfo; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return wss; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return topic; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getPresetCustomInfo; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetNodeInfo; });
3613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTransferIndex; });
3614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTransfer; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toPresetInfoListIndex; });
3616
3616
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
3617
3617
  /* unused harmony export historyListJson */
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return pendedhistoryListJson; });
3619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pressListJson; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryListJson; });
3619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pressListJson; });
3620
3620
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
3621
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return isCanStartSubFlow; });
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskUnionExamine; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskUnionExamine; });
3624
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskTakeAdvice; });
3625
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskTakeAdvice; });
3626
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskStartDraft; });
3627
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskSupervise; });
3628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskSuperviseSub; });
3629
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskStartDraft; });
3630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskReview; });
3631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReview; });
3632
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskUnionSeal; });
3633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskUnionSeal; });
3634
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTwoOfficesDispatch; });
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return twoOfficesDispatch; });
3636
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toResetProcessIndex; });
3637
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return resetProcess; });
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskContinuationIndex; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskContinuation; });
3640
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getFreeStartFlowParams; });
3641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return freeStartFlowWithSubmitTask; });
3621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return isCanStartSubFlow; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskUnionExamine; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskUnionExamine; });
3624
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskTakeAdvice; });
3625
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskTakeAdvice; });
3626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskStartDraft; });
3627
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskSupervise; });
3628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSuperviseSub; });
3629
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskStartDraft; });
3630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskReview; });
3631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskReview; });
3632
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionSeal; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionSeal; });
3634
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTwoOfficesDispatch; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return twoOfficesDispatch; });
3636
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toResetProcessIndex; });
3637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return resetProcess; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskContinuationIndex; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskContinuation; });
3640
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getFreeStartFlowParams; });
3641
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return freeStartFlowWithSubmitTask; });
3642
3642
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
3643
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pendedhistoryListWithCircularReadJson; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return fyListJson; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListWithCircularReadJson; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return fyListJson; });
3645
3645
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
3646
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskReadWithDraw; });
3647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3646
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadWithDraw; });
3647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3648
3648
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
3649
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendList; });
3650
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return sendInfo; });
3649
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendList; });
3650
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendInfo; });
3651
3651
  /* unused harmony export sendSave */
3652
3652
  /* unused harmony export sendUpdate */
3653
3653
  /* unused harmony export sendDelete */
3654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sendBatch; });
3655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return formContents; });
3654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendBatch; });
3655
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return formContents; });
3656
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
3657
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfoForStart; });
3656
3658
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3657
3659
  // 登录
3658
3660
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3907,6 +3909,8 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
3907
3909
  // 表单结构
3908
3910
 
3909
3911
  var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3912
+ var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
3913
+ var getNodeInfoForStart = '/bpm/task/taskHandle/getNodeInfoForStart.dhtml';
3910
3914
 
3911
3915
  /***/ }),
3912
3916
  /* 2 */
@@ -4407,7 +4411,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4407
4411
  // ESM COMPAT FLAG
4408
4412
  __webpack_require__.r(__webpack_exports__);
4409
4413
 
4410
- // 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=35c05d83&
4414
+ // 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=fc4f395a&
4411
4415
  var render = function () {
4412
4416
  var _vm = this
4413
4417
  var _h = _vm.$createElement
@@ -4428,6 +4432,7 @@ var render = function () {
4428
4432
  "pending-id": _vm.pendingId,
4429
4433
  opinion: _vm.value,
4430
4434
  type: "create",
4435
+ simpleTips: _vm.simpleTips,
4431
4436
  typeCode: "read",
4432
4437
  param: _vm.param,
4433
4438
  resetAppId: _vm.resetAppId,
@@ -4442,7 +4447,10 @@ var render = function () {
4442
4447
  })
4443
4448
  : _vm.typeCode == "supervise"
4444
4449
  ? _c("Supervise", {
4445
- attrs: { businessId: _vm.businessId },
4450
+ attrs: {
4451
+ businessId: _vm.businessId,
4452
+ simpleTips: _vm.simpleTips,
4453
+ },
4446
4454
  on: {
4447
4455
  cancel: function ($event) {
4448
4456
  _vm.closeProcess($event)
@@ -4454,6 +4462,7 @@ var render = function () {
4454
4462
  staticStyle: { height: "100%" },
4455
4463
  attrs: {
4456
4464
  type: _vm.newTypeCode,
4465
+ simpleTips: _vm.simpleTips,
4457
4466
  appId: _vm.resetAppId,
4458
4467
  flowParams: _vm.param,
4459
4468
  },
@@ -4591,6 +4600,7 @@ var render = function () {
4591
4600
  attrs: {
4592
4601
  opinion: _vm.value,
4593
4602
  rows: _vm.rows,
4603
+ required: _vm.isOpinionRequired == 1,
4594
4604
  isBanInputOpinion: _vm.isBanInputOpinion,
4595
4605
  nodeFixedOpinionSelectList:
4596
4606
  _vm.nodeFixedOpinionSelectList,
@@ -6463,6 +6473,43 @@ var render = function () {
6463
6473
  1
6464
6474
  )
6465
6475
  : _vm._e(),
6476
+ _vm.circulateVisible
6477
+ ? _c(
6478
+ "es-dialog",
6479
+ {
6480
+ ref: "circulateVisible",
6481
+ attrs: {
6482
+ "append-to-body": "",
6483
+ height: "400",
6484
+ title: "发起传阅",
6485
+ "close-on-click-modal": false,
6486
+ visible: _vm.circulateVisible,
6487
+ closeParent: _vm.closeParent,
6488
+ },
6489
+ on: {
6490
+ "update:visible": function ($event) {
6491
+ _vm.circulateVisible = $event
6492
+ },
6493
+ },
6494
+ },
6495
+ [
6496
+ _c("circulate", {
6497
+ attrs: {
6498
+ businessId: _vm.businessId,
6499
+ processDefinitionId: _vm.nodeInfo.nextNode,
6500
+ simpleTips: _vm.simpleTips,
6501
+ oldOption: _vm.value,
6502
+ },
6503
+ on: {
6504
+ cancel: function ($event) {
6505
+ _vm.closeProcess($event, "circulateVisible")
6506
+ },
6507
+ },
6508
+ }),
6509
+ ],
6510
+ 1
6511
+ )
6512
+ : _vm._e(),
6466
6513
  _vm.handleVisible
6467
6514
  ? _c(
6468
6515
  "es-dialog",
@@ -6489,6 +6536,7 @@ var render = function () {
6489
6536
  id:
6490
6537
  _vm.freeStartFlowParams.startFlowBusinessId ||
6491
6538
  _vm.businessIds,
6539
+ simpleTips: _vm.simpleTips,
6492
6540
  "is-free-start-flow":
6493
6541
  _vm.freeStartFlowParams.useScene ===
6494
6542
  "multiInsMidwayWithSubmitScene",
@@ -6569,6 +6617,7 @@ var render = function () {
6569
6617
  attrs: {
6570
6618
  "pending-id": _vm.pendingId,
6571
6619
  option: _vm.value,
6620
+ simpleTips: _vm.simpleTips,
6572
6621
  "show-reject": _vm.showReject,
6573
6622
  "news-info": _vm.nextNode.notificationMsg,
6574
6623
  },
@@ -6608,6 +6657,7 @@ var render = function () {
6608
6657
  "pending-id": _vm.pendingId,
6609
6658
  opinion: _vm.value,
6610
6659
  type: _vm.taskReadType,
6660
+ simpleTips: _vm.simpleTips,
6611
6661
  taskExamine: _vm.taskExamineInfo,
6612
6662
  "news-info": _vm.nextNode.notificationMsg,
6613
6663
  },
@@ -6676,6 +6726,7 @@ var render = function () {
6676
6726
  [
6677
6727
  _c("SendMsg", {
6678
6728
  attrs: {
6729
+ simpleTips: _vm.simpleTips,
6679
6730
  pendingId: _vm.pendingId,
6680
6731
  newsList: _vm.newsList,
6681
6732
  },
@@ -6711,6 +6762,7 @@ var render = function () {
6711
6762
  [
6712
6763
  _c("TaskUnionExamine", {
6713
6764
  attrs: {
6765
+ simpleTips: _vm.simpleTips,
6714
6766
  pendingId: _vm.pendingId,
6715
6767
  defaultOpinion: _vm.nodeDefaultSubmitOpinion,
6716
6768
  oldOption: _vm.value,
@@ -6754,6 +6806,7 @@ var render = function () {
6754
6806
  {
6755
6807
  attrs: {
6756
6808
  isStartFlow: "",
6809
+ simpleTips: _vm.simpleTips,
6757
6810
  btnList: [
6758
6811
  {
6759
6812
  text: "提交",
@@ -6792,14 +6845,14 @@ var staticRenderFns = []
6792
6845
  render._withStripped = true
6793
6846
 
6794
6847
 
6795
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=35c05d83&
6848
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fc4f395a&
6796
6849
 
6797
6850
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
6798
6851
  var regenerator_ = __webpack_require__(4);
6799
6852
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
6800
6853
 
6801
- // 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=feb3781a&
6802
- var CommonOpinionsvue_type_template_id_feb3781a_render = function () {
6854
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=fdf49dec&
6855
+ var CommonOpinionsvue_type_template_id_fdf49dec_render = function () {
6803
6856
  var _vm = this
6804
6857
  var _h = _vm.$createElement
6805
6858
  var _c = _vm._self._c || _h
@@ -6811,7 +6864,11 @@ var CommonOpinionsvue_type_template_id_feb3781a_render = function () {
6811
6864
  "el-form",
6812
6865
  {
6813
6866
  ref: "ruleForm",
6814
- attrs: { model: _vm.form, rules: _vm.rules, "label-width": "0" },
6867
+ attrs: {
6868
+ model: _vm.form,
6869
+ rules: _vm.required ? _vm.rules : {},
6870
+ "label-width": "0",
6871
+ },
6815
6872
  },
6816
6873
  [
6817
6874
  _c(
@@ -6985,11 +7042,11 @@ var CommonOpinionsvue_type_template_id_feb3781a_render = function () {
6985
7042
  1
6986
7043
  )
6987
7044
  }
6988
- var CommonOpinionsvue_type_template_id_feb3781a_staticRenderFns = []
6989
- CommonOpinionsvue_type_template_id_feb3781a_render._withStripped = true
7045
+ var CommonOpinionsvue_type_template_id_fdf49dec_staticRenderFns = []
7046
+ CommonOpinionsvue_type_template_id_fdf49dec_render._withStripped = true
6990
7047
 
6991
7048
 
6992
- // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=feb3781a&
7049
+ // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=fdf49dec&
6993
7050
 
6994
7051
  // EXTERNAL MODULE: ./src/config/api.js
6995
7052
  var api = __webpack_require__(1);
@@ -7375,7 +7432,7 @@ var util = __webpack_require__(0);
7375
7432
 
7376
7433
  this.loading = true;
7377
7434
  util["a" /* default */].ajax({
7378
- url: id ? api["v" /* editCommonOpion */] : api["a" /* addCommonOpion */],
7435
+ url: id ? api["w" /* editCommonOpion */] : api["a" /* addCommonOpion */],
7379
7436
  params: { id: id }
7380
7437
  }).then(function (res) {
7381
7438
  var status = res.status,
@@ -7575,7 +7632,8 @@ var _components;
7575
7632
  rows: {
7576
7633
  type: [Number, String],
7577
7634
  default: 10
7578
- }
7635
+ },
7636
+ required: { type: Boolean, default: false }
7579
7637
  },
7580
7638
  mounted: function mounted() {
7581
7639
  if (this.nodeFixedOpinionSelectList.length > 0) {
@@ -7672,7 +7730,7 @@ var _components;
7672
7730
 
7673
7731
  var that = this;
7674
7732
  util["a" /* default */].ajax({
7675
- url: api["A" /* findSysParam */],
7733
+ url: api["B" /* findSysParam */],
7676
7734
  params: { cpName: 'commonOpinionsSelectType' }
7677
7735
  }).then(function (res) {
7678
7736
  if (res.status == 'success') {
@@ -7750,7 +7808,7 @@ var _components;
7750
7808
  }
7751
7809
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
7752
7810
  util["a" /* default */].ajax({
7753
- url: data.id ? api["mc" /* updateCommonOpinion */] : api["xb" /* saveCommonOpinion */],
7811
+ url: data.id ? api["oc" /* updateCommonOpinion */] : api["zb" /* saveCommonOpinion */],
7754
7812
  data: info,
7755
7813
  header: { 'Content-Type': 'multipart/form-data' },
7756
7814
  method: 'post'
@@ -7791,8 +7849,8 @@ var _components;
7791
7849
 
7792
7850
  var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
7793
7851
  component_CommonOpinionsvue_type_script_lang_js_,
7794
- CommonOpinionsvue_type_template_id_feb3781a_render,
7795
- CommonOpinionsvue_type_template_id_feb3781a_staticRenderFns,
7852
+ CommonOpinionsvue_type_template_id_fdf49dec_render,
7853
+ CommonOpinionsvue_type_template_id_fdf49dec_staticRenderFns,
7796
7854
  false,
7797
7855
  null,
7798
7856
  null,
@@ -7801,8 +7859,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
7801
7859
  )
7802
7860
 
7803
7861
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
7804
- // 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=0567bde9&
7805
- var processFormvue_type_template_id_0567bde9_render = function () {
7862
+ // 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=d7f4c800&
7863
+ var processFormvue_type_template_id_d7f4c800_render = function () {
7806
7864
  var _vm = this
7807
7865
  var _h = _vm.$createElement
7808
7866
  var _c = _vm._self._c || _h
@@ -8412,11 +8470,11 @@ var processFormvue_type_template_id_0567bde9_render = function () {
8412
8470
  1
8413
8471
  )
8414
8472
  }
8415
- var processFormvue_type_template_id_0567bde9_staticRenderFns = []
8416
- processFormvue_type_template_id_0567bde9_render._withStripped = true
8473
+ var processFormvue_type_template_id_d7f4c800_staticRenderFns = []
8474
+ processFormvue_type_template_id_d7f4c800_render._withStripped = true
8417
8475
 
8418
8476
 
8419
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=0567bde9&
8477
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=d7f4c800&
8420
8478
 
8421
8479
  // 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=615d0e78&
8422
8480
  var selectUservue_type_template_id_615d0e78_render = function () {
@@ -8754,7 +8812,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
8754
8812
  newNextUser: [],
8755
8813
  newOptions: [],
8756
8814
  newSelectUserList: [],
8757
- url: api["ab" /* handleInfo */],
8815
+ url: api["cb" /* handleInfo */],
8758
8816
  newCheckboxList: [],
8759
8817
  newPresetEdit: 0,
8760
8818
  newMultiple: false,
@@ -8871,7 +8929,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
8871
8929
  if (query !== '') {
8872
8930
  this.searchLoading = true;
8873
8931
  util["a" /* default */].ajax({
8874
- url: api["ab" /* handleInfo */],
8932
+ url: api["cb" /* handleInfo */],
8875
8933
  params: { searchKey: query, query: query, type: 'user' }
8876
8934
  }).then(function (res) {
8877
8935
  var status = res.status,
@@ -9286,7 +9344,7 @@ var CustomPresetvue_type_script_lang_js_components;
9286
9344
  nextNodeId: nodeId,
9287
9345
  businessId: this.id
9288
9346
  };
9289
- util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
9347
+ util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
9290
9348
  var status = res.status,
9291
9349
  message = res.message,
9292
9350
  _res$data = res.data,
@@ -9384,7 +9442,7 @@ var CustomPresetvue_type_script_lang_js_components;
9384
9442
 
9385
9443
  isNoStart && (this.newPresetList = []);
9386
9444
  var params = {
9387
- url: api["Q" /* getPresetCustomInfo */],
9445
+ url: api["S" /* getPresetCustomInfo */],
9388
9446
  data: {
9389
9447
  nodeId: nodeId,
9390
9448
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -9738,7 +9796,7 @@ var Presetvue_type_script_lang_js_components;
9738
9796
  nodeId = this.nodeId;
9739
9797
 
9740
9798
  var params = {
9741
- url: api["R" /* getPresetNodeInfo */],
9799
+ url: api["T" /* getPresetNodeInfo */],
9742
9800
  data: {
9743
9801
  nextNodeId: nextNodeId,
9744
9802
  processDefinitionId: processDefinitionId,
@@ -10215,6 +10273,10 @@ var processFormvue_type_script_lang_js_components;
10215
10273
  type: String,
10216
10274
  default: ''
10217
10275
  },
10276
+ simpleTips: {
10277
+ type: Boolean,
10278
+ default: true
10279
+ },
10218
10280
  formType: {
10219
10281
  type: String,
10220
10282
  default: 'freeStart'
@@ -10366,7 +10428,7 @@ var processFormvue_type_script_lang_js_components;
10366
10428
  if (mainConfig) {
10367
10429
  this.userModel = JSON.parse(mainConfig).userModel;
10368
10430
  } else {
10369
- util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
10431
+ util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
10370
10432
  var status = res.status,
10371
10433
  data = res.data;
10372
10434
 
@@ -10471,7 +10533,7 @@ var processFormvue_type_script_lang_js_components;
10471
10533
  var _this2 = this;
10472
10534
 
10473
10535
  util["a" /* default */].ajax({
10474
- url: api["x" /* findCodeValues */],
10536
+ url: api["y" /* findCodeValues */],
10475
10537
  params: {
10476
10538
  ccCode: 'notification_type',
10477
10539
  userId: util["a" /* default */].getStorage('userId')
@@ -10500,7 +10562,7 @@ var processFormvue_type_script_lang_js_components;
10500
10562
  nodeId: this.nextNode.nextNode,
10501
10563
  businessId: this.id
10502
10564
  };
10503
- util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
10565
+ util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
10504
10566
  if (res.status === 'success') {
10505
10567
  _this3.nextNode.noticeInfo = res.message;
10506
10568
  }
@@ -10597,7 +10659,7 @@ var processFormvue_type_script_lang_js_components;
10597
10659
  params = newParm;
10598
10660
  }
10599
10661
  util["a" /* default */].ajax({
10600
- url: _this4.isFreeStartFlow ? api["C" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Eb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["ub" /* register */],
10662
+ url: _this4.isFreeStartFlow ? api["D" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Gb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["wb" /* register */],
10601
10663
  method: 'post',
10602
10664
  data: params
10603
10665
  }).then(function (res) {
@@ -10607,7 +10669,7 @@ var processFormvue_type_script_lang_js_components;
10607
10669
  _this4.loading = false;
10608
10670
  if (status === 'success' || res.rCode == 0) {
10609
10671
  _this4.quit(true);
10610
- _this4.$message.success('操作成功');
10672
+ _this4.simpleTips && _this4.$message.success('操作成功');
10611
10673
  } else {
10612
10674
  _this4.$message.error(message || '系统错误,请联系管理员!');
10613
10675
  }
@@ -10631,7 +10693,7 @@ var processFormvue_type_script_lang_js_components;
10631
10693
  businessId: this.id,
10632
10694
  userId: util["a" /* default */].getStorage('userId')
10633
10695
  };
10634
- util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
10696
+ util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
10635
10697
  var status = res.status,
10636
10698
  message = res.message,
10637
10699
  _res$data = res.data,
@@ -10719,7 +10781,7 @@ var processFormvue_type_script_lang_js_components;
10719
10781
  var _this6 = this;
10720
10782
 
10721
10783
  util["a" /* default */].ajax({
10722
- url: api["z" /* findSysCodes */]
10784
+ url: api["A" /* findSysCodes */]
10723
10785
  }).then(function (res) {
10724
10786
  var status = res.status,
10725
10787
  message = res.message;
@@ -10797,7 +10859,7 @@ var processFormvue_type_script_lang_js_components;
10797
10859
  businessId: this.businessId
10798
10860
  };
10799
10861
  // 获取节点
10800
- util["a" /* default */].ajax({ url: api["Wb" /* toStartFlow */], params: params }).then(function (res) {
10862
+ util["a" /* default */].ajax({ url: api["Yb" /* toStartFlow */], params: params }).then(function (res) {
10801
10863
  //pc接口返回数据处理
10802
10864
  var status = res.status,
10803
10865
  message = res.message,
@@ -10903,8 +10965,8 @@ var processFormvue_type_script_lang_js_components;
10903
10965
 
10904
10966
  var processForm_component = Object(componentNormalizer["a" /* default */])(
10905
10967
  src_processFormvue_type_script_lang_js_,
10906
- processFormvue_type_template_id_0567bde9_render,
10907
- processFormvue_type_template_id_0567bde9_staticRenderFns,
10968
+ processFormvue_type_template_id_d7f4c800_render,
10969
+ processFormvue_type_template_id_d7f4c800_staticRenderFns,
10908
10970
  false,
10909
10971
  null,
10910
10972
  null,
@@ -10916,8 +10978,8 @@ var processForm_component = Object(componentNormalizer["a" /* default */])(
10916
10978
  // EXTERNAL MODULE: ./packages/flow/src/component/FileList.vue + 4 modules
10917
10979
  var FileList = __webpack_require__(17);
10918
10980
 
10919
- // 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=798f665c&
10920
- var SendMsgvue_type_template_id_798f665c_render = function () {
10981
+ // 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&
10982
+ var SendMsgvue_type_template_id_5cb986c6_render = function () {
10921
10983
  var _vm = this
10922
10984
  var _h = _vm.$createElement
10923
10985
  var _c = _vm._self._c || _h
@@ -11109,7 +11171,7 @@ var SendMsgvue_type_template_id_798f665c_render = function () {
11109
11171
  _c(
11110
11172
  "el-button",
11111
11173
  { attrs: { size: "small" }, on: { click: _vm.quit } },
11112
- [_vm._v("\n 取消\n ")]
11174
+ [_vm._v(" 取消 ")]
11113
11175
  ),
11114
11176
  ],
11115
11177
  1
@@ -11122,11 +11184,11 @@ var SendMsgvue_type_template_id_798f665c_render = function () {
11122
11184
  1
11123
11185
  )
11124
11186
  }
11125
- var SendMsgvue_type_template_id_798f665c_staticRenderFns = []
11126
- SendMsgvue_type_template_id_798f665c_render._withStripped = true
11187
+ var SendMsgvue_type_template_id_5cb986c6_staticRenderFns = []
11188
+ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
11127
11189
 
11128
11190
 
11129
- // CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=798f665c&
11191
+ // CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=5cb986c6&
11130
11192
 
11131
11193
  // 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&
11132
11194
  //
@@ -11220,6 +11282,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
11220
11282
  //
11221
11283
  //
11222
11284
  //
11285
+ //
11223
11286
 
11224
11287
 
11225
11288
 
@@ -11248,6 +11311,10 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
11248
11311
  default: function _default() {
11249
11312
  return [];
11250
11313
  }
11314
+ },
11315
+ simpleTips: {
11316
+ type: Boolean,
11317
+ default: true
11251
11318
  }
11252
11319
  },
11253
11320
  mounted: function mounted() {
@@ -11272,7 +11339,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
11272
11339
  notificationType = _sendInfo.notificationType;
11273
11340
 
11274
11341
  var params = {
11275
- url: api["Db" /* sendMsg */],
11342
+ url: api["Fb" /* sendMsg */],
11276
11343
  headers: { Accept: 'application/json,text/plain' },
11277
11344
  method: 'post',
11278
11345
  data: {
@@ -11288,7 +11355,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
11288
11355
 
11289
11356
  _this.loading = false;
11290
11357
  if (status === 'success') {
11291
- _this.$message.success('操作成功');
11358
+ _this.simpleTips && _this.$message.success('操作成功');
11292
11359
  _this.quit(true);
11293
11360
  } else {
11294
11361
  _this.$message.error(message || '系统错误,请联系管理员!');
@@ -11334,7 +11401,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
11334
11401
 
11335
11402
  this.loading = true;
11336
11403
  util["a" /* default */].ajax({
11337
- url: api["Vb" /* toSendMsg */],
11404
+ url: api["Xb" /* toSendMsg */],
11338
11405
  params: { pendingId: this.$attrs.pendingId }
11339
11406
  }).then(function (res) {
11340
11407
  var status = res.status,
@@ -11378,8 +11445,8 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
11378
11445
 
11379
11446
  var SendMsg_component = Object(componentNormalizer["a" /* default */])(
11380
11447
  component_SendMsgvue_type_script_lang_js_,
11381
- SendMsgvue_type_template_id_798f665c_render,
11382
- SendMsgvue_type_template_id_798f665c_staticRenderFns,
11448
+ SendMsgvue_type_template_id_5cb986c6_render,
11449
+ SendMsgvue_type_template_id_5cb986c6_staticRenderFns,
11383
11450
  false,
11384
11451
  null,
11385
11452
  null,
@@ -11787,8 +11854,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
11787
11854
  )
11788
11855
 
11789
11856
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
11790
- // 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=4710ec4e&
11791
- var processRejectvue_type_template_id_4710ec4e_render = function () {
11857
+ // 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=67bb0710&
11858
+ var processRejectvue_type_template_id_67bb0710_render = function () {
11792
11859
  var _vm = this
11793
11860
  var _h = _vm.$createElement
11794
11861
  var _c = _vm._self._c || _h
@@ -12009,11 +12076,11 @@ var processRejectvue_type_template_id_4710ec4e_render = function () {
12009
12076
  1
12010
12077
  )
12011
12078
  }
12012
- var processRejectvue_type_template_id_4710ec4e_staticRenderFns = []
12013
- processRejectvue_type_template_id_4710ec4e_render._withStripped = true
12079
+ var processRejectvue_type_template_id_67bb0710_staticRenderFns = []
12080
+ processRejectvue_type_template_id_67bb0710_render._withStripped = true
12014
12081
 
12015
12082
 
12016
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=4710ec4e&
12083
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=67bb0710&
12017
12084
 
12018
12085
  // 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&
12019
12086
  //
@@ -12110,7 +12177,8 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
12110
12177
  pendingId: { type: String, default: '' },
12111
12178
  newsInfo: { type: String, default: '' },
12112
12179
  showReject: { type: Boolean },
12113
- option: { type: String, default: '' }
12180
+ option: { type: String, default: '' },
12181
+ simpleTips: { type: Boolean, default: true }
12114
12182
  },
12115
12183
  data: function data() {
12116
12184
  return {
@@ -12155,7 +12223,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
12155
12223
  var _this = this;
12156
12224
 
12157
12225
  util["a" /* default */].ajax({
12158
- url: api["x" /* findCodeValues */],
12226
+ url: api["y" /* findCodeValues */],
12159
12227
  params: {
12160
12228
  ccCode: 'notification_type',
12161
12229
  userId: util["a" /* default */].getStorage('userId')
@@ -12198,14 +12266,14 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
12198
12266
  userId: util["a" /* default */].getStorage('userId'),
12199
12267
  nextNodeId: _this2.nextNode.nextNodeId
12200
12268
  };
12201
- util["a" /* default */].ajax({ url: api["Lb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
12269
+ util["a" /* default */].ajax({ url: api["Nb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
12202
12270
  var status = res.status,
12203
12271
  message = res.message;
12204
12272
 
12205
12273
  _this2.loading = false;
12206
12274
  if (status === 'success') {
12207
12275
  _this2.quit(true);
12208
- _this2.$message.success('操作成功');
12276
+ _this2.simpleTips && _this2.$message.success('操作成功');
12209
12277
  } else {
12210
12278
  _this2.$message.error(message || '系统错误,请联系管理员!');
12211
12279
  }
@@ -12229,7 +12297,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
12229
12297
  var _this3 = this;
12230
12298
 
12231
12299
  util["a" /* default */].ajax({
12232
- url: api["z" /* findSysCodes */]
12300
+ url: api["A" /* findSysCodes */]
12233
12301
  }).then(function (res) {
12234
12302
  var status = res.status,
12235
12303
  message = res.message;
@@ -12262,7 +12330,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
12262
12330
  isSinglePage: false,
12263
12331
  opinion: this.option
12264
12332
  };
12265
- util["a" /* default */].ajax({ url: api["ac" /* toTaskRejectHtml */], params: params }).then(function (res) {
12333
+ util["a" /* default */].ajax({ url: api["cc" /* toTaskRejectHtml */], params: params }).then(function (res) {
12266
12334
  var status = res.status,
12267
12335
  message = res.message,
12268
12336
  _res$data = res.data,
@@ -12318,8 +12386,8 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
12318
12386
 
12319
12387
  var processReject_component = Object(componentNormalizer["a" /* default */])(
12320
12388
  src_processRejectvue_type_script_lang_js_,
12321
- processRejectvue_type_template_id_4710ec4e_render,
12322
- processRejectvue_type_template_id_4710ec4e_staticRenderFns,
12389
+ processRejectvue_type_template_id_67bb0710_render,
12390
+ processRejectvue_type_template_id_67bb0710_staticRenderFns,
12323
12391
  false,
12324
12392
  null,
12325
12393
  null,
@@ -12328,8 +12396,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
12328
12396
  )
12329
12397
 
12330
12398
  /* harmony default export */ var processReject = (processReject_component.exports);
12331
- // 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=fc718680&
12332
- var startTaskReadvue_type_template_id_fc718680_render = function () {
12399
+ // 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=f3f6be4e&
12400
+ var startTaskReadvue_type_template_id_f3f6be4e_render = function () {
12333
12401
  var _vm = this
12334
12402
  var _h = _vm.$createElement
12335
12403
  var _c = _vm._self._c || _h
@@ -12753,11 +12821,11 @@ var startTaskReadvue_type_template_id_fc718680_render = function () {
12753
12821
  1
12754
12822
  )
12755
12823
  }
12756
- var startTaskReadvue_type_template_id_fc718680_staticRenderFns = []
12757
- startTaskReadvue_type_template_id_fc718680_render._withStripped = true
12824
+ var startTaskReadvue_type_template_id_f3f6be4e_staticRenderFns = []
12825
+ startTaskReadvue_type_template_id_f3f6be4e_render._withStripped = true
12758
12826
 
12759
12827
 
12760
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=fc718680&
12828
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=f3f6be4e&
12761
12829
 
12762
12830
  // 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&
12763
12831
  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; };
@@ -12940,6 +13008,7 @@ var startTaskReadvue_type_script_lang_js_components;
12940
13008
  components: (startTaskReadvue_type_script_lang_js_components = {}, startTaskReadvue_type_script_lang_js_components[Option.name] = Option, startTaskReadvue_type_script_lang_js_components[selectUser.name] = selectUser, startTaskReadvue_type_script_lang_js_components),
12941
13009
  props: {
12942
13010
  pendingId: { type: String, default: '' },
13011
+ simpleTips: { type: Boolean, default: true },
12943
13012
  newsInfo: { type: String, default: '' },
12944
13013
  type: { type: String, default: '' },
12945
13014
  option: { type: String, default: '' },
@@ -13035,7 +13104,7 @@ var startTaskReadvue_type_script_lang_js_components;
13035
13104
  } else {
13036
13105
  params.appId = this.readParams.appId;
13037
13106
  }
13038
- util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
13107
+ util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
13039
13108
  if (res.status === 'success') {
13040
13109
  _this.newsNoice = res.message;
13041
13110
  }
@@ -13054,7 +13123,7 @@ var startTaskReadvue_type_script_lang_js_components;
13054
13123
  taskExamine = this.taskExamine;
13055
13124
 
13056
13125
  var params = {
13057
- url: api["gc" /* toTaskTransferIndex */],
13126
+ url: api["ic" /* toTaskTransferIndex */],
13058
13127
  params: {
13059
13128
  opinion: opinion,
13060
13129
  pendingId: pendingId,
@@ -13179,7 +13248,7 @@ var startTaskReadvue_type_script_lang_js_components;
13179
13248
  var _this4 = this;
13180
13249
 
13181
13250
  var params = {
13182
- url: api["Xb" /* toStartTaskRead */],
13251
+ url: api["Zb" /* toStartTaskRead */],
13183
13252
  params: startTaskReadvue_type_script_lang_js_extends({ pendingId: this.pendingId, taskAction: this.type }, this.param)
13184
13253
  };
13185
13254
  if (this.typeCode == 'read') {
@@ -13222,7 +13291,7 @@ var startTaskReadvue_type_script_lang_js_components;
13222
13291
  var _this6 = this;
13223
13292
 
13224
13293
  util["a" /* default */].ajax({
13225
- url: api["x" /* findCodeValues */],
13294
+ url: api["y" /* findCodeValues */],
13226
13295
  params: {
13227
13296
  ccCode: 'notification_type',
13228
13297
  userId: util["a" /* default */].getStorage('userId')
@@ -13268,7 +13337,7 @@ var startTaskReadvue_type_script_lang_js_components;
13268
13337
  type = this.type;
13269
13338
 
13270
13339
  var params = {
13271
- url: api["Pb" /* taskTransfer */],
13340
+ url: api["Rb" /* taskTransfer */],
13272
13341
  data: {
13273
13342
  choiceDeptId: choiceDeptId,
13274
13343
  choiceOrgId: choiceOrgId,
@@ -13288,7 +13357,7 @@ var startTaskReadvue_type_script_lang_js_components;
13288
13357
  status = res.status;
13289
13358
 
13290
13359
  if (status === 'success') {
13291
- _this7.$message.success('操作成功');
13360
+ _this7.simpleTips && _this7.$message.success('操作成功');
13292
13361
  _this7.quit(true);
13293
13362
  } else {
13294
13363
  _this7.$message.error(message || '系统错误,请联系管理员!');
@@ -13367,7 +13436,7 @@ var startTaskReadvue_type_script_lang_js_components;
13367
13436
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
13368
13437
  }
13369
13438
  util["a" /* default */].ajax({
13370
- url: api["Jb" /* taskReadHtml */],
13439
+ url: api["Lb" /* taskReadHtml */],
13371
13440
  params: { taskAction: _this8.type },
13372
13441
  headers: {
13373
13442
  Accept: 'application/json,text/plain'
@@ -13380,7 +13449,7 @@ var startTaskReadvue_type_script_lang_js_components;
13380
13449
 
13381
13450
  _this8.loading = false;
13382
13451
  if (status === 'success') {
13383
- _this8.$message.success('操作成功');
13452
+ _this8.simpleTips && _this8.$message.success('操作成功');
13384
13453
  _this8.quit(true);
13385
13454
  } else {
13386
13455
  _this8.$message.error(message || '系统错误,请联系管理员!');
@@ -13406,7 +13475,7 @@ var startTaskReadvue_type_script_lang_js_components;
13406
13475
 
13407
13476
  this.loading = true;
13408
13477
  util["a" /* default */].ajax({
13409
- url: api["z" /* findSysCodes */]
13478
+ url: api["A" /* findSysCodes */]
13410
13479
  }).then(function (res) {
13411
13480
  var status = res.status,
13412
13481
  message = res.message,
@@ -13449,8 +13518,8 @@ var startTaskReadvue_type_script_lang_js_components;
13449
13518
 
13450
13519
  var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
13451
13520
  src_startTaskReadvue_type_script_lang_js_,
13452
- startTaskReadvue_type_template_id_fc718680_render,
13453
- startTaskReadvue_type_template_id_fc718680_staticRenderFns,
13521
+ startTaskReadvue_type_template_id_f3f6be4e_render,
13522
+ startTaskReadvue_type_template_id_f3f6be4e_staticRenderFns,
13454
13523
  false,
13455
13524
  null,
13456
13525
  null,
@@ -14243,7 +14312,7 @@ var resetvue_type_script_lang_js_components;
14243
14312
  if (mainConfig) {
14244
14313
  this.userModel = JSON.parse(mainConfig).userModel;
14245
14314
  } else {
14246
- util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
14315
+ util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
14247
14316
  var status = res.status,
14248
14317
  data = res.data;
14249
14318
 
@@ -14336,7 +14405,7 @@ var resetvue_type_script_lang_js_components;
14336
14405
  var _this2 = this;
14337
14406
 
14338
14407
  util["a" /* default */].ajax({
14339
- url: api["x" /* findCodeValues */],
14408
+ url: api["y" /* findCodeValues */],
14340
14409
  params: {
14341
14410
  ccCode: 'notification_type',
14342
14411
  userId: util["a" /* default */].getStorage('userId')
@@ -14366,7 +14435,7 @@ var resetvue_type_script_lang_js_components;
14366
14435
  nodeId: this.nextNode.nextNode,
14367
14436
  businessId: this.taskExamine.businessId
14368
14437
  };
14369
- util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14438
+ util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14370
14439
  if (res.status === 'success') {
14371
14440
  _this3.nextNode.noticeInfo = res.message;
14372
14441
  }
@@ -14451,7 +14520,7 @@ var resetvue_type_script_lang_js_components;
14451
14520
  };
14452
14521
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
14453
14522
  util["a" /* default */].ajax({
14454
- url: _this4.type == 'reset' ? api["wb" /* resetProcess */] : api["Hb" /* taskContinuation */],
14523
+ url: _this4.type == 'reset' ? api["yb" /* resetProcess */] : api["Jb" /* taskContinuation */],
14455
14524
  method: 'post',
14456
14525
  data: params
14457
14526
  }).then(function (res) {
@@ -14485,7 +14554,7 @@ var resetvue_type_script_lang_js_components;
14485
14554
  businessId: this.taskExamine.businessId,
14486
14555
  pendingId: this.taskExamine.pendingId
14487
14556
  };
14488
- util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
14557
+ util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
14489
14558
  var status = res.status,
14490
14559
  message = res.message,
14491
14560
  _res$data = res.data,
@@ -14586,7 +14655,7 @@ var resetvue_type_script_lang_js_components;
14586
14655
  var _this6 = this;
14587
14656
 
14588
14657
  util["a" /* default */].ajax({
14589
- url: api["z" /* findSysCodes */]
14658
+ url: api["A" /* findSysCodes */]
14590
14659
  }).then(function (res) {
14591
14660
  var status = res.status,
14592
14661
  message = res.message;
@@ -14655,7 +14724,7 @@ var resetvue_type_script_lang_js_components;
14655
14724
  var _this7 = this;
14656
14725
 
14657
14726
  var params = {
14658
- url: this.type == 'continuation' ? api["Zb" /* toTaskContinuationIndex */] : api["Ub" /* toResetProcessIndex */],
14727
+ url: this.type == 'continuation' ? api["bc" /* toTaskContinuationIndex */] : api["Wb" /* toResetProcessIndex */],
14659
14728
  params: resetvue_type_script_lang_js_extends({
14660
14729
  appId: this.appId
14661
14730
  }, this.flowParams)
@@ -14761,8 +14830,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
14761
14830
  )
14762
14831
 
14763
14832
  /* harmony default export */ var src_reset = (reset_component.exports);
14764
- // 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=50ceceb4&
14765
- var taskUnionExaminevue_type_template_id_50ceceb4_render = function () {
14833
+ // 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=21dd6a72&
14834
+ var taskUnionExaminevue_type_template_id_21dd6a72_render = function () {
14766
14835
  var _vm = this
14767
14836
  var _h = _vm.$createElement
14768
14837
  var _c = _vm._self._c || _h
@@ -14785,7 +14854,7 @@ var taskUnionExaminevue_type_template_id_50ceceb4_render = function () {
14785
14854
  {
14786
14855
  ref: "infoList",
14787
14856
  staticClass: "demo-dynamic",
14788
- attrs: { model: _vm.infoList, "label-width": "100px" },
14857
+ attrs: { model: _vm.infoList, "label-width": "120px" },
14789
14858
  },
14790
14859
  [
14791
14860
  _vm.isSinglePage
@@ -14819,7 +14888,7 @@ var taskUnionExaminevue_type_template_id_50ceceb4_render = function () {
14819
14888
  ? _vm.currentOrgName
14820
14889
  : "本单位"
14821
14890
  : _vm.type == "startDraf"
14822
- ? "呈送单位"
14891
+ ? "呈送单位/对象"
14823
14892
  : _vm.type === "taskReview"
14824
14893
  ? "复核人"
14825
14894
  : _vm.type === "twoOfficesDispatch"
@@ -14844,7 +14913,8 @@ var taskUnionExaminevue_type_template_id_50ceceb4_render = function () {
14844
14913
  : _vm.type == "startDraf"
14845
14914
  ? ["enterprise", "employee"]
14846
14915
  : ["enterprise"],
14847
- params: _vm.params,
14916
+ params:
14917
+ _vm.type == "startDraf" ? _vm.otherParams : _vm.params,
14848
14918
  tabs: _vm.currentOrgTabsParam,
14849
14919
  disabled: _vm.disabled,
14850
14920
  onlyName: _vm.onlyName,
@@ -15015,11 +15085,11 @@ var taskUnionExaminevue_type_template_id_50ceceb4_render = function () {
15015
15085
  1
15016
15086
  )
15017
15087
  }
15018
- var taskUnionExaminevue_type_template_id_50ceceb4_staticRenderFns = []
15019
- taskUnionExaminevue_type_template_id_50ceceb4_render._withStripped = true
15088
+ var taskUnionExaminevue_type_template_id_21dd6a72_staticRenderFns = []
15089
+ taskUnionExaminevue_type_template_id_21dd6a72_render._withStripped = true
15020
15090
 
15021
15091
 
15022
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=50ceceb4&
15092
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=21dd6a72&
15023
15093
 
15024
15094
  // 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&
15025
15095
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -15167,6 +15237,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15167
15237
  defaultOpinion: { type: String, default: '' },
15168
15238
  oldOption: { type: String, default: '' },
15169
15239
  disabled: { type: Boolean, default: false },
15240
+ simpleTips: { type: Boolean, default: true },
15170
15241
  multiple: { type: Boolean, default: true }
15171
15242
  },
15172
15243
  inheritAttrs: false,
@@ -15235,7 +15306,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15235
15306
  pendingId = this.pendingId;
15236
15307
 
15237
15308
  var params = {
15238
- url: api["Mb" /* taskReview */],
15309
+ url: api["Ob" /* taskReview */],
15239
15310
  data: {
15240
15311
  nextUserId: nextOtherOrgObj.join(','),
15241
15312
  notificationType: noticeType.join(','),
@@ -15255,7 +15326,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15255
15326
 
15256
15327
  _this.loading = false;
15257
15328
  if (status === 'success') {
15258
- _this.$message.success('提交成功');
15329
+ _this.simpleTips && _this.$message.success('提交成功');
15259
15330
  _this.quit(true);
15260
15331
  } else {
15261
15332
  _this.$message.error(message || '系统错误,请联系管理员!');
@@ -15271,7 +15342,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15271
15342
  var _this2 = this;
15272
15343
 
15273
15344
  var params = {
15274
- url: api["bc" /* toTaskReview */],
15345
+ url: api["dc" /* toTaskReview */],
15275
15346
  params: { pendingId: this.pendingId }
15276
15347
  };
15277
15348
  util["a" /* default */].ajax(params).then(function (res) {
@@ -15307,7 +15378,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15307
15378
  var _this3 = this;
15308
15379
 
15309
15380
  var params = {
15310
- url: this.type == 'takeAdvice' ? api["fc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["cc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["ic" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["jc" /* toTwoOfficesDispatch */] : api["hc" /* toTaskUnionExamine */],
15381
+ url: this.type == 'takeAdvice' ? api["hc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["ec" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["kc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["lc" /* toTwoOfficesDispatch */] : api["jc" /* toTaskUnionExamine */],
15311
15382
  params: { pendingId: this.pendingId },
15312
15383
  headers: { Accept: 'application/json,text/plain' }
15313
15384
  };
@@ -15347,6 +15418,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15347
15418
  _this3.params.filid = JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
15348
15419
  }
15349
15420
  }
15421
+
15350
15422
  if (res.data.customizedConfig.foreignOrgSelectorCustomized) {
15351
15423
  _this3.otherMix = res.data.customizedConfig.foreignOrgSelectorSelectMix == 'true';
15352
15424
  _this3.foreignOrgTabs = res.data.customizedConfig.foreignOrgSelectorItemList.split(',');
@@ -15430,7 +15502,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15430
15502
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
15431
15503
  // return this.$message.warning('暂未开放,敬请期待!');
15432
15504
  var param = {
15433
- url: this.type === 'startDraf' ? api["Nb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Rb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["lc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Ob" /* taskTakeAdvice */] : api["Qb" /* taskUnionExamine */],
15505
+ url: this.type === 'startDraf' ? api["Pb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Tb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["nc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Qb" /* taskTakeAdvice */] : api["Sb" /* taskUnionExamine */],
15434
15506
  data: {
15435
15507
  opinion: opinion,
15436
15508
  pendingId: pendingId,
@@ -15452,7 +15524,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15452
15524
 
15453
15525
  _this4.loading = false;
15454
15526
  if (status == 'success') {
15455
- _this4.$message.success('提交成功');
15527
+ _this4.simpleTips && _this4.$message.success('提交成功');
15456
15528
  _this4.quit(true);
15457
15529
  } else {
15458
15530
  _this4.$message.error(message || '系统错误,请联系管理员!');
@@ -15496,7 +15568,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15496
15568
  var _this5 = this;
15497
15569
 
15498
15570
  util["a" /* default */].ajax({
15499
- url: api["x" /* findCodeValues */],
15571
+ url: api["y" /* findCodeValues */],
15500
15572
  params: {
15501
15573
  ccCode: 'notification_type',
15502
15574
  userId: util["a" /* default */].getStorage('userId')
@@ -15524,7 +15596,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15524
15596
  var params = {
15525
15597
  pendingId: this.pendingId
15526
15598
  };
15527
- util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15599
+ util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15528
15600
  if (res.status === 'success') {
15529
15601
  _this6.infoList.noticeInfo = res.message;
15530
15602
  }
@@ -15540,7 +15612,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15540
15612
  var _this7 = this;
15541
15613
 
15542
15614
  util["a" /* default */].ajax({
15543
- url: api["z" /* findSysCodes */]
15615
+ url: api["A" /* findSysCodes */]
15544
15616
  }).then(function (res) {
15545
15617
  var status = res.status,
15546
15618
  message = res.message;
@@ -15580,8 +15652,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
15580
15652
 
15581
15653
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
15582
15654
  component_taskUnionExaminevue_type_script_lang_js_,
15583
- taskUnionExaminevue_type_template_id_50ceceb4_render,
15584
- taskUnionExaminevue_type_template_id_50ceceb4_staticRenderFns,
15655
+ taskUnionExaminevue_type_template_id_21dd6a72_render,
15656
+ taskUnionExaminevue_type_template_id_21dd6a72_staticRenderFns,
15585
15657
  false,
15586
15658
  null,
15587
15659
  null,
@@ -18778,7 +18850,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18778
18850
  var _this = this;
18779
18851
 
18780
18852
  var params = {
18781
- url: api["E" /* getAdjunctFileInfos */],
18853
+ url: api["F" /* getAdjunctFileInfos */],
18782
18854
  params: { ownId: ownId, code: code }
18783
18855
  };
18784
18856
  util["a" /* default */].ajax(params).then(function (res) {
@@ -18866,7 +18938,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18866
18938
  taskAction: 'complete'
18867
18939
  };
18868
18940
  util["a" /* default */].ajax({
18869
- url: api["Jb" /* taskReadHtml */],
18941
+ url: api["Lb" /* taskReadHtml */],
18870
18942
  params: { taskAction: 'complete' },
18871
18943
  headers: {
18872
18944
  Accept: 'application/json,text/plain'
@@ -18898,7 +18970,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18898
18970
 
18899
18971
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
18900
18972
  util["a" /* default */].ajax({
18901
- url: api["Yb" /* toStartTaskReadIndex */],
18973
+ url: api["ac" /* toStartTaskReadIndex */],
18902
18974
  params: { pendingId: this.pendingId }
18903
18975
  }).then(function (res) {
18904
18976
  var status = res.status,
@@ -18934,7 +19006,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18934
19006
  if (mainConfig) {
18935
19007
  this.userModel = JSON.parse(mainConfig).userModel;
18936
19008
  } else {
18937
- util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
19009
+ util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
18938
19010
  var status = res.status,
18939
19011
  data = res.data;
18940
19012
 
@@ -18969,7 +19041,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18969
19041
  var _this5 = this;
18970
19042
 
18971
19043
  util["a" /* default */].ajax({
18972
- url: api["x" /* findCodeValues */],
19044
+ url: api["y" /* findCodeValues */],
18973
19045
  params: {
18974
19046
  ccCode: 'notification_type',
18975
19047
  userId: util["a" /* default */].getStorage('userId')
@@ -19035,7 +19107,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19035
19107
  pendingId: this.pendingId
19036
19108
  };
19037
19109
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
19038
- util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
19110
+ util["a" /* default */].ajax({ url: api["Ub" /* tempSave */], params: params }).then(function (res) {
19039
19111
  var status = res.status,
19040
19112
  message = res.message;
19041
19113
 
@@ -19109,7 +19181,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19109
19181
  var _this10 = this;
19110
19182
 
19111
19183
  util["a" /* default */].ajax({
19112
- url: api["z" /* findSysCodes */]
19184
+ url: api["A" /* findSysCodes */]
19113
19185
  }).then(function (res) {
19114
19186
  var status = res.status,
19115
19187
  message = res.message;
@@ -19141,7 +19213,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19141
19213
  nodeId = _endFlowInfo.nodeId;
19142
19214
 
19143
19215
  var param = {
19144
- url: api["J" /* getFreeStartFlowParams */],
19216
+ url: api["K" /* getFreeStartFlowParams */],
19145
19217
  params: {
19146
19218
  businessId: businessId,
19147
19219
  processDefinitionId: processDefinitionId,
@@ -19181,7 +19253,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19181
19253
 
19182
19254
  this.$confirm('确认' + res.value + '?').then(function () {
19183
19255
  var params = {
19184
- url: api["w" /* endFlowHtml */],
19256
+ url: api["x" /* endFlowHtml */],
19185
19257
  headers: { Accept: 'application/json,text/plain' },
19186
19258
  method: 'post',
19187
19259
  data: freeStartFlowvue_type_script_lang_js_extends({}, _this13.endFlowInfo, _this13.nextNode, {
@@ -19329,7 +19401,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19329
19401
  var _this15 = this;
19330
19402
 
19331
19403
  var params = {
19332
- url: api["hb" /* isCanStartSubFlow */],
19404
+ url: api["jb" /* isCanStartSubFlow */],
19333
19405
  data: {
19334
19406
  appId: this.taskExamineInfo.appId,
19335
19407
  inevitableNode: res.inevitableNode
@@ -19439,7 +19511,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19439
19511
  this.$confirm('确认' + res.value + '?').then(function () {
19440
19512
  // return this.$message.warning('请填写意见');
19441
19513
  var params = {
19442
- url: api["vb" /* rejectAndEnd */],
19514
+ url: api["xb" /* rejectAndEnd */],
19443
19515
  headers: { Accept: 'application/json,text/plain' },
19444
19516
  method: 'post',
19445
19517
  data: {
@@ -19509,7 +19581,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19509
19581
  pendingId: this.pendingId,
19510
19582
  businessId: this.businessIds
19511
19583
  };
19512
- util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
19584
+ util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
19513
19585
  var status = res.status,
19514
19586
  message = res.message,
19515
19587
  data = res.data;
@@ -19759,7 +19831,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19759
19831
  pendingId: this.pendingId,
19760
19832
  userId: util["a" /* default */].getStorage('userId')
19761
19833
  };
19762
- util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
19834
+ util["a" /* default */].ajax({ url: api["L" /* getHandleInfoHtml */], params: params }).then(function (res) {
19763
19835
  //pc返回数据
19764
19836
 
19765
19837
  _this24.loading.close();
@@ -20051,7 +20123,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20051
20123
  // onlyFlag: true
20052
20124
  };
20053
20125
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
20054
- util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
20126
+ util["a" /* default */].ajax({ url: api["U" /* getProcessDefList */], params: params }).then(function (res) {
20055
20127
  var status = res.status,
20056
20128
  message = res.message,
20057
20129
  data = res.data;
@@ -20104,7 +20176,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20104
20176
  userId: util["a" /* default */].getStorage('userId'),
20105
20177
  type: 2
20106
20178
  };
20107
- util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
20179
+ util["a" /* default */].ajax({ url: api["ob" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
20108
20180
  var rCode = res.rCode,
20109
20181
  msg = res.msg,
20110
20182
  results = res.results;
@@ -20300,7 +20372,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20300
20372
  params.isSubFlow = taskExamineInfo.isSubFlow;
20301
20373
  params.nodeId = taskExamineInfo.nodeId;
20302
20374
  params.needRetrialAuth = needRetrialAuth;
20303
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
20375
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Kb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
20304
20376
  var status = res.status,
20305
20377
  message = res.message;
20306
20378
 
@@ -20391,8 +20463,8 @@ var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
20391
20463
  )
20392
20464
 
20393
20465
  /* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
20394
- // 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=2b223e2a&
20395
- var supervisevue_type_template_id_2b223e2a_render = function () {
20466
+ // 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=b84cd288&
20467
+ var supervisevue_type_template_id_b84cd288_render = function () {
20396
20468
  var _vm = this
20397
20469
  var _h = _vm.$createElement
20398
20470
  var _c = _vm._self._c || _h
@@ -20484,9 +20556,7 @@ var supervisevue_type_template_id_2b223e2a_render = function () {
20484
20556
  { key: index, attrs: { label: item.cciValue } },
20485
20557
  [
20486
20558
  _vm._v(
20487
- "\n " +
20488
- _vm._s(item.shortName) +
20489
- "\n "
20559
+ "\n " + _vm._s(item.shortName) + "\n "
20490
20560
  ),
20491
20561
  ]
20492
20562
  )
@@ -20547,11 +20617,11 @@ var supervisevue_type_template_id_2b223e2a_render = function () {
20547
20617
  1
20548
20618
  )
20549
20619
  }
20550
- var supervisevue_type_template_id_2b223e2a_staticRenderFns = []
20551
- supervisevue_type_template_id_2b223e2a_render._withStripped = true
20620
+ var supervisevue_type_template_id_b84cd288_staticRenderFns = []
20621
+ supervisevue_type_template_id_b84cd288_render._withStripped = true
20552
20622
 
20553
20623
 
20554
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=2b223e2a&
20624
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=b84cd288&
20555
20625
 
20556
20626
  // 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&
20557
20627
  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; };
@@ -20616,10 +20686,14 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20616
20686
  //
20617
20687
  //
20618
20688
  //
20689
+ //
20690
+ //
20691
+ //
20619
20692
 
20620
20693
 
20621
20694
 
20622
20695
  /* harmony default export */ var supervisevue_type_script_lang_js_ = ({
20696
+ name: 'supervise',
20623
20697
  props: {
20624
20698
  businessId: {
20625
20699
  type: String,
@@ -20657,11 +20731,12 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20657
20731
  pendingUserIds = _nextNode.pendingUserIds;
20658
20732
 
20659
20733
  var params = {
20660
- url: api["ec" /* toTaskSuperviseSub */],
20734
+ url: api["gc" /* toTaskSuperviseSub */],
20661
20735
  params: {
20662
20736
  userId: util["a" /* default */].getStorage('userId'),
20663
20737
  urgeUserIds: pendingUserIds,
20664
- notificationType: noticeType.join(','), notificationMessage: notifyMessage,
20738
+ notificationType: noticeType.join(','),
20739
+ notificationMessage: notifyMessage,
20665
20740
  businessId: this.businessId
20666
20741
  }
20667
20742
  };
@@ -20681,14 +20756,13 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20681
20756
 
20682
20757
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
20683
20758
  util["a" /* default */].ajax({
20684
- url: api["dc" /* toTaskSupervise */],
20759
+ url: api["fc" /* toTaskSupervise */],
20685
20760
  params: {
20686
20761
  businessId: this.businessId,
20687
20762
  userId: util["a" /* default */].getStorage('userId')
20688
20763
  }
20689
20764
  }).then(function (res) {
20690
20765
  _this2.loading.close();
20691
- console.log(res);
20692
20766
  if (res.rCode == 0) {
20693
20767
  _this2.nextNode = supervisevue_type_script_lang_js_extends({}, _this2.nextNode, res.results);
20694
20768
  _this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
@@ -20715,8 +20789,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20715
20789
 
20716
20790
  var supervise_component = Object(componentNormalizer["a" /* default */])(
20717
20791
  src_supervisevue_type_script_lang_js_,
20718
- supervisevue_type_template_id_2b223e2a_render,
20719
- supervisevue_type_template_id_2b223e2a_staticRenderFns,
20792
+ supervisevue_type_template_id_b84cd288_render,
20793
+ supervisevue_type_template_id_b84cd288_staticRenderFns,
20720
20794
  false,
20721
20795
  null,
20722
20796
  null,
@@ -20725,14 +20799,201 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
20725
20799
  )
20726
20800
 
20727
20801
  /* harmony default export */ var supervise = (supervise_component.exports);
20728
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=script&lang=js&
20729
-
20802
+ // 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=4f5020b6&
20803
+ var Circulatevue_type_template_id_4f5020b6_render = function () {
20804
+ var _vm = this
20805
+ var _h = _vm.$createElement
20806
+ var _c = _vm._self._c || _h
20807
+ return _c(
20808
+ "div",
20809
+ {
20810
+ directives: [
20811
+ {
20812
+ name: "loading",
20813
+ rawName: "v-loading",
20814
+ value: _vm.loading,
20815
+ expression: "loading",
20816
+ },
20817
+ ],
20818
+ staticClass: "es-flow-index task-union-examine",
20819
+ },
20820
+ [
20821
+ _c(
20822
+ "el-form",
20823
+ {
20824
+ ref: "infoList",
20825
+ attrs: { model: _vm.infoList, "label-width": "120px" },
20826
+ },
20827
+ [
20828
+ _vm.isHideCurrentOrg == 0
20829
+ ? _c(
20830
+ "el-form-item",
20831
+ { attrs: { prop: "nextCurrentOrgObj", label: "本单位" } },
20832
+ [
20833
+ _c("SelectUser", {
20834
+ attrs: {
20835
+ nextUser: _vm.infoList.nextCurrentOrgObj,
20836
+ multiple: _vm.newMultiple,
20837
+ mix: "",
20838
+ types: ["department", "employee"],
20839
+ params: _vm.params,
20840
+ },
20841
+ on: {
20842
+ change: function ($event) {
20843
+ _vm.changeSelectUser($event, "nextCurrentOrgObj")
20844
+ },
20845
+ },
20846
+ }),
20847
+ ],
20848
+ 1
20849
+ )
20850
+ : _vm._e(),
20851
+ _c(
20852
+ "el-form-item",
20853
+ { attrs: { prop: "nextOtherOrgObj", label: "外单位" } },
20854
+ [
20855
+ _c("SelectUser", {
20856
+ attrs: {
20857
+ nextUser: _vm.infoList.nextOtherOrgObj,
20858
+ multiple: _vm.newMultiple,
20859
+ mix: "",
20860
+ types: ["enterprise", "department"],
20861
+ params: _vm.otherParams,
20862
+ },
20863
+ on: {
20864
+ change: function ($event) {
20865
+ _vm.changeSelectUser($event, "nextOtherOrgObj")
20866
+ },
20867
+ },
20868
+ }),
20869
+ ],
20870
+ 1
20871
+ ),
20872
+ _c(
20873
+ "el-form-item",
20874
+ {
20875
+ attrs: {
20876
+ prop: "noticeType",
20877
+ label: "通知方式",
20878
+ rules: [
20879
+ {
20880
+ required: false,
20881
+ message: "请选择通知方式",
20882
+ trigger: "blur",
20883
+ },
20884
+ ],
20885
+ },
20886
+ },
20887
+ [
20888
+ _c(
20889
+ "el-checkbox-group",
20890
+ {
20891
+ staticStyle: { display: "contents" },
20892
+ model: {
20893
+ value: _vm.infoList.noticeType,
20894
+ callback: function ($$v) {
20895
+ _vm.$set(_vm.infoList, "noticeType", $$v)
20896
+ },
20897
+ expression: "infoList.noticeType",
20898
+ },
20899
+ },
20900
+ _vm._l(_vm.infoList.noticeList, function (item) {
20901
+ return _c(
20902
+ "el-checkbox",
20903
+ {
20904
+ key: item.cciValue,
20905
+ attrs: {
20906
+ label: item.cciValue,
20907
+ disabled: _vm.readOnlyNotificationType
20908
+ ? _vm.readOnlyNotificationType.indexOf(
20909
+ item.cciValue
20910
+ ) != -1
20911
+ : false,
20912
+ },
20913
+ },
20914
+ [
20915
+ _vm._v(
20916
+ "\n " + _vm._s(item.shortName) + "\n "
20917
+ ),
20918
+ ]
20919
+ )
20920
+ }),
20921
+ 1
20922
+ ),
20923
+ ],
20924
+ 1
20925
+ ),
20926
+ _c(
20927
+ "el-form-item",
20928
+ {
20929
+ directives: [
20930
+ {
20931
+ name: "show",
20932
+ rawName: "v-show",
20933
+ value: _vm.infoList.noticeType.length != 0,
20934
+ expression: "infoList.noticeType.length != 0",
20935
+ },
20936
+ ],
20937
+ attrs: { prop: "noticeInfo", label: "通知消息" },
20938
+ },
20939
+ [
20940
+ _c("es-input", {
20941
+ staticStyle: {
20942
+ "border-color": "#ccc",
20943
+ padding: "5px",
20944
+ "border-radius": "5px",
20945
+ "font-size": "13px",
20946
+ },
20947
+ attrs: {
20948
+ type: "textarea",
20949
+ readonly: _vm.notificationMessageReadOnly,
20950
+ },
20951
+ model: {
20952
+ value: _vm.infoList.noticeInfo,
20953
+ callback: function ($$v) {
20954
+ _vm.$set(_vm.infoList, "noticeInfo", $$v)
20955
+ },
20956
+ expression: "infoList.noticeInfo",
20957
+ },
20958
+ }),
20959
+ ],
20960
+ 1
20961
+ ),
20962
+ ],
20963
+ 1
20964
+ ),
20965
+ _c(
20966
+ "div",
20967
+ { staticStyle: { "text-align": "right" } },
20968
+ [
20969
+ _c(
20970
+ "el-button",
20971
+ {
20972
+ attrs: { type: "primary", size: "small" },
20973
+ on: { click: _vm.subMit },
20974
+ },
20975
+ [_vm._v(" 确定 ")]
20976
+ ),
20977
+ _c(
20978
+ "el-button",
20979
+ { attrs: { size: "small" }, on: { click: _vm.quit } },
20980
+ [_vm._v(" 取消 ")]
20981
+ ),
20982
+ ],
20983
+ 1
20984
+ ),
20985
+ ],
20986
+ 1
20987
+ )
20988
+ }
20989
+ var Circulatevue_type_template_id_4f5020b6_staticRenderFns = []
20990
+ Circulatevue_type_template_id_4f5020b6_render._withStripped = true
20730
20991
 
20731
- var mainvue_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; };
20732
20992
 
20733
- var mainvue_type_script_lang_js_components;
20993
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=4f5020b6&
20734
20994
 
20735
- function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; }
20995
+ // 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&
20996
+ var Circulatevue_type_script_lang_js_components;
20736
20997
 
20737
20998
  //
20738
20999
  //
@@ -20817,6 +21078,290 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
20817
21078
  //
20818
21079
  //
20819
21080
  //
21081
+
21082
+
21083
+
21084
+
21085
+
21086
+ /* harmony default export */ var Circulatevue_type_script_lang_js_ = ({
21087
+ name: 'Circulate',
21088
+ components: (Circulatevue_type_script_lang_js_components = {}, Circulatevue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, Circulatevue_type_script_lang_js_components[selectUser.name] = selectUser, Circulatevue_type_script_lang_js_components),
21089
+ props: {
21090
+ pendingId: { type: String, default: '' },
21091
+ processDefinitionId: { type: String, default: '' },
21092
+ businessId: { type: String, default: '' },
21093
+ type: { type: String, default: '' },
21094
+ defaultOpinion: { type: String, default: '' },
21095
+ oldOption: { type: String, default: '' },
21096
+ disabled: { type: Boolean, default: false },
21097
+ simpleTips: { type: Boolean, default: true },
21098
+ multiple: { type: Boolean, default: true }
21099
+ },
21100
+ inheritAttrs: false,
21101
+ data: function data() {
21102
+ return {
21103
+ opinion: '', //办理意见
21104
+ readOnlyNotificationType: '',
21105
+ notificationMessageReadOnly: false,
21106
+ otherMix: false,
21107
+ currentMix: false,
21108
+ infoList: {
21109
+ nextOtherOrgObj: [],
21110
+ nextCurrentOrgObj: [],
21111
+ noticeType: [],
21112
+ noticeInfo: '',
21113
+ opinion: ''
21114
+ },
21115
+ onlyName: '',
21116
+ currentOrgTabs: [],
21117
+ foreignOrgTabs: [],
21118
+ currentOrgProcessKey: '',
21119
+ isSubFlow: true,
21120
+ choiceDeptId: '',
21121
+ choiceOrgId: '',
21122
+ isSinglePage: false,
21123
+ isChoiceOtherOrgDept: '',
21124
+ currentOrgName: '',
21125
+ otherOrgName: '',
21126
+ newMultiple: true,
21127
+ params: { filid: 'all' },
21128
+ isHideOtherOrg: '',
21129
+ isHideCurrentOrg: 0,
21130
+ isOpinionRequired: 0,
21131
+ otherParams: { filid: 'other' },
21132
+ loading: false
21133
+ };
21134
+ },
21135
+ mounted: function mounted() {
21136
+ this.loading = true;
21137
+ this.newMultiple = this.multiple;
21138
+ this.opinion = this.oldOption;
21139
+ this.getNodeType();
21140
+ // this.getFind();
21141
+ this.getMessage();
21142
+ },
21143
+
21144
+ methods: {
21145
+ isMultiple: function isMultiple(val) {
21146
+ if (val == 7 || val == 9 || val == 11) {
21147
+ this.newMultiple = false;
21148
+ }
21149
+ },
21150
+ subMit: function subMit() {
21151
+ var _this = this;
21152
+
21153
+ var _infoList = this.infoList,
21154
+ nextCurrentOrgObj = _infoList.nextCurrentOrgObj,
21155
+ nextOtherOrgObj = _infoList.nextOtherOrgObj,
21156
+ noticeType = _infoList.noticeType,
21157
+ noticeInfo = _infoList.noticeInfo,
21158
+ processDefinitionId = this.processDefinitionId,
21159
+ opinion = this.opinion,
21160
+ businessId = this.businessId;
21161
+
21162
+ if ((!nextCurrentOrgObj || nextCurrentOrgObj.length == 0) && (!nextOtherOrgObj || nextOtherOrgObj.length == 0)) {
21163
+ return this.$message.warning('请选择处理对象!');
21164
+ }
21165
+
21166
+ var param = {
21167
+ url: api["n" /* directStartTaskCircularRead */],
21168
+ data: {
21169
+ opinion: opinion,
21170
+ businessId: businessId,
21171
+ processDefinitionId: processDefinitionId,
21172
+ nextOtherOrgObj: Array.isArray(nextOtherOrgObj) ? nextOtherOrgObj.join(',') : nextOtherOrgObj,
21173
+ nextCurrentOrgObj: Array.isArray(nextCurrentOrgObj) ? nextCurrentOrgObj.join(',') : nextCurrentOrgObj,
21174
+ notificationMsg: noticeInfo,
21175
+ notificationType: noticeType.join(','),
21176
+ userId: JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.userId
21177
+ },
21178
+ headers: { Accept: 'application/json,text/plain' },
21179
+ method: 'POST'
21180
+ };
21181
+ this.loading = true;
21182
+ util["a" /* default */].ajax(param).then(function (res) {
21183
+ var message = res.message,
21184
+ status = res.status,
21185
+ rCode = res.rCode;
21186
+
21187
+ _this.loading = false;
21188
+ if (status == 'success' || rCode == 0) {
21189
+ _this.simpleTips && _this.$message.success('提交成功');
21190
+ _this.quit(true);
21191
+ } else {
21192
+ _this.$message.error(message || '系统错误,请联系管理员!');
21193
+ }
21194
+ }).catch(function (err) {
21195
+ _this.loading = false;
21196
+ if (err.message && err.message !== 'canceled') {
21197
+ _this.$message.error(err.message);
21198
+ }
21199
+ });
21200
+ },
21201
+ quit: function quit(val) {
21202
+ if (val === true) return this.$emit('cancel', val);
21203
+ this.$emit('cancel');
21204
+ },
21205
+ changeSelectUser: function changeSelectUser(val, type) {
21206
+ var nextUser = val.nextUser,
21207
+ options = val.options;
21208
+
21209
+ var newNextUser = [];
21210
+ var obj = {};
21211
+ options.map(function (item) {
21212
+ if (obj[item.stype]) {
21213
+ obj[item.stype].push(item.id);
21214
+ } else {
21215
+ obj[item.stype] = [item.id];
21216
+ }
21217
+ // if (newNextUser) {
21218
+ // newNextUser += `,${item.stype}-${item.id}`;
21219
+ // } else {
21220
+ // newNextUser = `${item.stype}-${item.id}`;
21221
+ // }
21222
+ });
21223
+ for (var key in obj) {
21224
+ newNextUser.push(key + '-' + obj[key].join(','));
21225
+ }
21226
+
21227
+ this.infoList[type] = newNextUser.join('|');
21228
+ },
21229
+ getNodeType: function getNodeType() {
21230
+ var _this2 = this;
21231
+
21232
+ util["a" /* default */].ajax({
21233
+ url: api["y" /* findCodeValues */],
21234
+ params: {
21235
+ ccCode: 'notification_type',
21236
+ userId: util["a" /* default */].getStorage('userId')
21237
+ }
21238
+ }).then(function (res) {
21239
+ var status = res.status,
21240
+ data = res.data;
21241
+
21242
+ _this2.loading = false;
21243
+ if (status === 'success') {
21244
+ _this2.infoList.noticeList = data;
21245
+ _this2.getFind();
21246
+ }
21247
+ }).catch(function (err) {
21248
+ _this2.loading = false;
21249
+ if (err.message && err.message !== 'canceled') {
21250
+ _this2.$message.error(err.message);
21251
+ }
21252
+ });
21253
+ },
21254
+
21255
+ //获取通知信息
21256
+ getMessage: function getMessage() {
21257
+ var _this3 = this;
21258
+
21259
+ var params = {
21260
+ pendingId: this.pendingId
21261
+ };
21262
+ util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
21263
+ if (res.status === 'success') {
21264
+ _this3.infoList.noticeInfo = res.message;
21265
+ }
21266
+ _this3.loading = false;
21267
+ }).catch(function (err) {
21268
+ _this3.loading = false;
21269
+ if (err.message && err.message !== 'canceled') {
21270
+ _this3.$message.error(err.message);
21271
+ }
21272
+ });
21273
+ },
21274
+ getFind: function getFind() {
21275
+ var _this4 = this;
21276
+
21277
+ util["a" /* default */].ajax({
21278
+ url: api["A" /* findSysCodes */]
21279
+ }).then(function (res) {
21280
+ var status = res.status,
21281
+ message = res.message;
21282
+
21283
+ if (status === 'success') {
21284
+ _this4.infoList.noticeType = message.split(',');
21285
+ var arr = [];
21286
+ _this4.infoList.noticeList.map(function (item) {
21287
+ _this4.infoList.noticeType.map(function (x) {
21288
+ if (x == item.cciValue) {
21289
+ arr.push(x);
21290
+ }
21291
+ });
21292
+ });
21293
+ _this4.infoList.noticeType = arr;
21294
+ } else {
21295
+ _this4.$message.error(message || '系统错误,请联系管理员!');
21296
+ }
21297
+ }).catch(function (err) {
21298
+ _this4.loading = false;
21299
+ if (err.message && err.message !== 'canceled') {
21300
+ _this4.$message.error(err.message);
21301
+ }
21302
+ });
21303
+ }
21304
+ }
21305
+ });
21306
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
21307
+ /* harmony default export */ var component_Circulatevue_type_script_lang_js_ = (Circulatevue_type_script_lang_js_);
21308
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue
21309
+
21310
+
21311
+
21312
+
21313
+
21314
+ /* normalize component */
21315
+
21316
+ var Circulate_component = Object(componentNormalizer["a" /* default */])(
21317
+ component_Circulatevue_type_script_lang_js_,
21318
+ Circulatevue_type_template_id_4f5020b6_render,
21319
+ Circulatevue_type_template_id_4f5020b6_staticRenderFns,
21320
+ false,
21321
+ null,
21322
+ null,
21323
+ null
21324
+
21325
+ )
21326
+
21327
+ /* harmony default export */ var Circulate = (Circulate_component.exports);
21328
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=script&lang=js&
21329
+
21330
+
21331
+ var mainvue_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; };
21332
+
21333
+ var mainvue_type_script_lang_js_components;
21334
+
21335
+ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; }
21336
+
21337
+ //
21338
+ //
21339
+ //
21340
+ //
21341
+ //
21342
+ //
21343
+ //
21344
+ //
21345
+ //
21346
+ //
21347
+ //
21348
+ //
21349
+ //
21350
+ //
21351
+ //
21352
+ //
21353
+ //
21354
+ //
21355
+ //
21356
+ //
21357
+ //
21358
+ //
21359
+ //
21360
+ //
21361
+ //
21362
+ //
21363
+ //
21364
+ //
20820
21365
  //
20821
21366
  //
20822
21367
  //
@@ -21569,36 +22114,121 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21569
22114
  //
21570
22115
  //
21571
22116
  //
21572
- //
21573
- //
21574
- //
21575
- //
21576
- //
21577
- //
21578
- //
21579
- //
21580
- //
21581
- //
21582
- //
21583
- //
21584
- //
21585
- //
21586
- //
21587
- //
21588
- //
21589
- //
21590
- //
21591
- //
21592
- //
21593
- //
21594
- //
21595
- //
21596
- //
21597
- //
21598
- //
21599
- //
21600
- //
21601
- //
22117
+ //
22118
+ //
22119
+ //
22120
+ //
22121
+ //
22122
+ //
22123
+ //
22124
+ //
22125
+ //
22126
+ //
22127
+ //
22128
+ //
22129
+ //
22130
+ //
22131
+ //
22132
+ //
22133
+ //
22134
+ //
22135
+ //
22136
+ //
22137
+ //
22138
+ //
22139
+ //
22140
+ //
22141
+ //
22142
+ //
22143
+ //
22144
+ //
22145
+ //
22146
+ //
22147
+ //
22148
+ //
22149
+ //
22150
+ //
22151
+ //
22152
+ //
22153
+ //
22154
+ //
22155
+ //
22156
+ //
22157
+ //
22158
+ //
22159
+ //
22160
+ //
22161
+ //
22162
+ //
22163
+ //
22164
+ //
22165
+ //
22166
+ //
22167
+ //
22168
+ //
22169
+ //
22170
+ //
22171
+ //
22172
+ //
22173
+ //
22174
+ //
22175
+ //
22176
+ //
22177
+ //
22178
+ //
22179
+ //
22180
+ //
22181
+ //
22182
+ //
22183
+ //
22184
+ //
22185
+ //
22186
+ //
22187
+ //
22188
+ //
22189
+ //
22190
+ //
22191
+ //
22192
+ //
22193
+ //
22194
+ //
22195
+ //
22196
+ //
22197
+ //
22198
+ //
22199
+ //
22200
+ //
22201
+ //
22202
+ //
22203
+ //
22204
+ //
22205
+ //
22206
+ //
22207
+ //
22208
+ //
22209
+ //
22210
+ //
22211
+ //
22212
+ //
22213
+ //
22214
+ //
22215
+ //
22216
+ //
22217
+ //
22218
+ //
22219
+ //
22220
+ //
22221
+ //
22222
+ //
22223
+ //
22224
+ //
22225
+ //
22226
+ //
22227
+ //
22228
+ //
22229
+ //
22230
+
22231
+
21602
22232
 
21603
22233
 
21604
22234
 
@@ -21619,7 +22249,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21619
22249
  /* harmony default export */ var mainvue_type_script_lang_js_ = ({
21620
22250
  name: 'EsFlow',
21621
22251
  componentName: 'EsFlow',
21622
- components: (mainvue_type_script_lang_js_components = {}, mainvue_type_script_lang_js_components[processForm.name] = processForm, mainvue_type_script_lang_js_components[processReject.name] = processReject, mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, mainvue_type_script_lang_js_components[FileList["a" /* default */].name] = FileList["a" /* default */], mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, mainvue_type_script_lang_js_components[selectUser.name] = selectUser, mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, mainvue_type_script_lang_js_components.Preset = Preset, mainvue_type_script_lang_js_components.Reset = src_reset, mainvue_type_script_lang_js_components.Supervise = supervise, mainvue_type_script_lang_js_components),
22252
+ components: (mainvue_type_script_lang_js_components = {}, mainvue_type_script_lang_js_components[processForm.name] = processForm, mainvue_type_script_lang_js_components[processReject.name] = processReject, mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, mainvue_type_script_lang_js_components[FileList["a" /* default */].name] = FileList["a" /* default */], mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, mainvue_type_script_lang_js_components[selectUser.name] = selectUser, mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, mainvue_type_script_lang_js_components.circulate = Circulate, mainvue_type_script_lang_js_components.Preset = Preset, mainvue_type_script_lang_js_components.Reset = src_reset, mainvue_type_script_lang_js_components.Supervise = supervise, mainvue_type_script_lang_js_components),
21623
22253
  props: {
21624
22254
  showShrink: { type: Boolean, default: true },
21625
22255
  isStartFlow: { type: Boolean, default: false },
@@ -21630,6 +22260,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21630
22260
  flowTypeCode: { type: String, default: '' },
21631
22261
  defaultProcessKey: { type: String, default: '' },
21632
22262
  hideBtn: { type: Boolean, default: false },
22263
+
21633
22264
  btnList: {
21634
22265
  type: Array,
21635
22266
  default: function _default() {
@@ -21667,6 +22298,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21667
22298
  return _ref = {
21668
22299
  styles: {},
21669
22300
  userModel: {},
22301
+ simpleTips: true,
21670
22302
  showFreeStartFlow: false, //自由发起流程弹窗
21671
22303
  freeStartFlowParams: {}, //自由发起流程参数
21672
22304
  freeStartFlowNextNode: undefined,
@@ -21759,6 +22391,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21759
22391
  isChooseNextNode: 1, //是否展示下步操作
21760
22392
  isHandleExplain: 0, //是否展示办理说明
21761
22393
  handleVisible: false,
22394
+ circulateVisible: false,
21762
22395
  defaultNextNode: '', //默认节点
21763
22396
  showFlowChart: false, // 展示流程图弹窗
21764
22397
  isReject: false, // 是否驳回
@@ -21775,7 +22408,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21775
22408
  value: '驳回',
21776
22409
  fun: undefined
21777
22410
  }
21778
- }, _ref['isLimitedTimeHandling'] = false, _ref.moreList = [], _ref.newsList = [], _ref.isSpecial = false, _ref.taskId = '', _ref.showNews = false, _ref.userInfo = '', _ref.objType = '', _ref.nodeDefaultSubmitOpinion = '', _ref.nodeDefaultRejectOpinion = '', _ref.choiceOrgId = '', _ref.choiceDeptId = '', _ref.pOrgId = '', _ref.isOpinionRequired = 0, _ref.nextUserSelectList = [], _ref.processObj = {}, _ref.pid = '123', _ref.isCanRemoveSign = false, _ref.isCanAddSign = false, _ref.AddSignUserList = [], _ref.RemoveSignUserList = [], _ref.operationList = [], _ref.userList = [], _ref.handleMode = '', _ref.countersignaturetypeCode = 0, _ref.presetEdit = 0, _ref.isShowNextUser = true, _ref.nextUserTypes = ['employee', 'persongroup'], _ref.nextUserTabs = {}, _ref.presetReadUserId = [], _ref.nextNode = {
22411
+ }, _ref['isLimitedTimeHandling'] = false, _ref.moreList = [], _ref.newsList = [], _ref.isSpecial = false, _ref.taskId = '', _ref.showNews = false, _ref.userInfo = '', _ref.objType = '', _ref.nodeDefaultSubmitOpinion = '', _ref.nodeDefaultRejectOpinion = '', _ref.choiceOrgId = '', _ref.choiceDeptId = '', _ref.pOrgId = '', _ref.isOpinionRequired = 0, _ref.nextUserSelectList = [], _ref.processObj = {}, _ref.pid = '123', _ref.isCanRemoveSign = false, _ref.isCanAddSign = false, _ref.AddSignUserList = [], _ref.RemoveSignUserList = [], _ref.operationList = [], _ref.userList = [], _ref.handleMode = '', _ref.countersignaturetypeCode = 0, _ref.presetEdit = 0, _ref.directCreateCircularReadWhenFlowStarted = false, _ref.isShowNextUser = true, _ref.nextUserTypes = ['employee', 'persongroup'], _ref.nextUserTabs = {}, _ref.presetReadUserId = [], _ref.nextNode = {
21779
22412
  nextNodeId: '', // 下步节点
21780
22413
  addSignMode: 'postAddSign',
21781
22414
  isAddSign: '', // 是否加签
@@ -21917,6 +22550,21 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21917
22550
  }
21918
22551
  },
21919
22552
  methods: {
22553
+ getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
22554
+ var _this = this;
22555
+
22556
+ var params = {
22557
+ url: api["P" /* getNodeInfoForStart */],
22558
+ params: { processDefinitionId: processDefinitionId }
22559
+ };
22560
+ util["a" /* default */].ajax(params).then(function (res) {
22561
+ if (res.status == 'success') {
22562
+ _this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
22563
+ _this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
22564
+ _this.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
22565
+ }
22566
+ });
22567
+ },
21920
22568
  changeCustomLimitTime: function changeCustomLimitTime(val) {
21921
22569
  if (!Number(val) || val.indexOf('.') != -1 || Number(val) < 0) {
21922
22570
  this.$message.warning('请输入正确的天数');
@@ -21948,19 +22596,21 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21948
22596
  this.handleVisible = true;
21949
22597
  },
21950
22598
  showMessage: function showMessage() {
21951
- var _this = this;
22599
+ var _this2 = this;
21952
22600
 
21953
22601
  this.showNews = !this.showNews;
21954
22602
  if (!this.showNews) return;
21955
22603
  this.$nextTick(function () {
21956
- _this.$refs.esContent.scrollTop += _this.$refs.messagebox.clientHeight;
22604
+ _this2.$refs.esContent.scrollTop += _this2.$refs.messagebox.clientHeight;
21957
22605
  });
21958
22606
  },
21959
22607
  freeStartFlowSuccess: function freeStartFlowSuccess() {
21960
22608
  this.showFreeStartFlow = false;
21961
- this.$emit('success');
22609
+ this.flowSuccess(true);
22610
+ // this.$emit('success');
21962
22611
  },
21963
22612
  handleChange: function handleChange(val) {
22613
+ this.getNodeInfoForStartFlow(val);
21964
22614
  this.$parent.$emit('flowChange', val);
21965
22615
  },
21966
22616
  getsubProcessColumns: function getsubProcessColumns() {
@@ -22025,10 +22675,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22025
22675
 
22026
22676
  //获取附件
22027
22677
  getFile: function getFile(ownId, code) {
22028
- var _this2 = this;
22678
+ var _this3 = this;
22029
22679
 
22030
22680
  var params = {
22031
- url: api["E" /* getAdjunctFileInfos */],
22681
+ url: api["F" /* getAdjunctFileInfos */],
22032
22682
  params: { ownId: ownId, code: code }
22033
22683
  };
22034
22684
  util["a" /* default */].ajax(params).then(function (res) {
@@ -22037,13 +22687,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22037
22687
  msg = res.msg;
22038
22688
 
22039
22689
  if (rCode == 0) {
22040
- results && (_this2.fileNum = results.length);
22690
+ results && (_this3.fileNum = results.length);
22041
22691
  } else {
22042
- _this2.$message.error(msg || '系统错误,请联系管理员!');
22692
+ _this3.$message.error(msg || '系统错误,请联系管理员!');
22043
22693
  }
22044
22694
  }).catch(function (err) {
22045
22695
  if (err.message && err.message !== 'canceled') {
22046
- _this2.$message.error(err.message);
22696
+ _this3.$message.error(err.message);
22047
22697
  }
22048
22698
  });
22049
22699
  },
@@ -22090,7 +22740,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22090
22740
  }
22091
22741
  },
22092
22742
  taskRead: function taskRead() {
22093
- var _this3 = this;
22743
+ var _this4 = this;
22094
22744
 
22095
22745
  if (this.taskReadOpinionRequired == 'true' && !this.value) {
22096
22746
  if (!this.$refs.commonOpinions.validate()) return;
@@ -22100,8 +22750,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22100
22750
  cancelButtonText: '取消',
22101
22751
  type: 'warning'
22102
22752
  }).then(function () {
22103
- _this3.loading = util["a" /* default */].loading(_this3.$loading, '加载中...');
22104
- var _taskExamineInfo2 = _this3.taskExamineInfo,
22753
+ _this4.loading = util["a" /* default */].loading(_this4.$loading, '加载中...');
22754
+ var _taskExamineInfo2 = _this4.taskExamineInfo,
22105
22755
  businessId = _taskExamineInfo2.businessId,
22106
22756
  appId = _taskExamineInfo2.appId,
22107
22757
  processDefinitionId = _taskExamineInfo2.processDefinitionId,
@@ -22112,11 +22762,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22112
22762
  appId: appId,
22113
22763
  processDefinitionId: processDefinitionId,
22114
22764
  pendingId: pendingId,
22115
- opinion: _this3.value,
22765
+ opinion: _this4.value,
22116
22766
  taskAction: 'complete'
22117
22767
  };
22118
22768
  util["a" /* default */].ajax({
22119
- url: api["Jb" /* taskReadHtml */],
22769
+ url: api["Lb" /* taskReadHtml */],
22120
22770
  params: { taskAction: 'complete' },
22121
22771
  headers: {
22122
22772
  Accept: 'application/json,text/plain'
@@ -22127,42 +22777,43 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22127
22777
  var status = res.status,
22128
22778
  message = res.message;
22129
22779
 
22130
- _this3.loading.close();
22780
+ _this4.loading.close();
22131
22781
  if (status === 'success') {
22132
- _this3.$message.success('提交成功');
22133
- _this3.$emit('success');
22782
+ _this4.flowSuccess();
22783
+ // this.$message.success('提交成功');
22784
+ // this.$emit('success');
22134
22785
  } else {
22135
- _this3.$message.error(message || '系统错误,请联系管理员!');
22136
- _this3.$emit('error');
22786
+ _this4.$message.error(message || '系统错误,请联系管理员!');
22787
+ _this4.$emit('error');
22137
22788
  }
22138
22789
  }).catch(function (err) {
22139
- _this3.loading.close();
22790
+ _this4.loading.close();
22140
22791
  if (err.message && err.message !== 'canceled') {
22141
- _this3.$message.error(err.message);
22792
+ _this4.$message.error(err.message);
22142
22793
  }
22143
22794
  });
22144
22795
  }).catch(function () {});
22145
22796
  },
22146
22797
  validReadTransferHandle: function validReadTransferHandle(readTransferHandleBusinessId, readTransferHandleProcessKey) {
22147
- var _this4 = this;
22798
+ var _this5 = this;
22148
22799
 
22149
22800
  var params = {
22150
22801
  url: api["d" /* checkBusinessIdStartedReadTransferHandle */],
22151
22802
  params: { readTransferHandleBusinessId: readTransferHandleBusinessId, readTransferHandleProcessKey: readTransferHandleProcessKey }
22152
22803
  };
22153
22804
  util["a" /* default */].ajax(params).then(function (res) {
22154
- _this4.loading.close();
22805
+ _this5.loading.close();
22155
22806
  if (res.rCode == 0) {
22156
- _this4.readTransferHandleDisabled = !res.results.canReadTransferHandle;
22807
+ _this5.readTransferHandleDisabled = !res.results.canReadTransferHandle;
22157
22808
  }
22158
22809
  });
22159
22810
  },
22160
22811
  getTaskReadFlow: function getTaskReadFlow() {
22161
- var _this5 = this;
22812
+ var _this6 = this;
22162
22813
 
22163
22814
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
22164
22815
  util["a" /* default */].ajax({
22165
- url: api["Yb" /* toStartTaskReadIndex */],
22816
+ url: api["ac" /* toStartTaskReadIndex */],
22166
22817
  params: { pendingId: this.pendingId }
22167
22818
  }).then(function (res) {
22168
22819
  var status = res.status,
@@ -22171,51 +22822,54 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22171
22822
  isCanFenyue = _res$data.isCanFenyue,
22172
22823
  taskExamine = _res$data.taskExamine,
22173
22824
  taskReadOpinionRequired = _res$data.taskReadOpinionRequired,
22174
- isCanReadTransferHandle = _res$data.isCanReadTransferHandle;
22825
+ isCanReadTransferHandle = _res$data.isCanReadTransferHandle,
22826
+ defaultNotificationMessage = _res$data.defaultNotificationMessage;
22175
22827
 
22176
22828
  if (status === 'success') {
22177
- _this5.taskExamineInfo = taskExamine;
22178
- _this5.taskReadOpinionRequired = taskReadOpinionRequired;
22179
- _this5.isCanReadTransferHandle = isCanReadTransferHandle;
22180
- _this5.isCanFenyue = isCanFenyue;
22181
- if (_this5.nodeName) {
22182
- _this5.NodeName = _this5.nodeName;
22829
+ _this6.taskExamineInfo = taskExamine;
22830
+ _this6.nodeName = _this6.nodename || taskExamine.nodeName || '分阅';
22831
+ _this6.taskReadOpinionRequired = taskReadOpinionRequired;
22832
+ _this6.nextNode.notificationMsg = defaultNotificationMessage;
22833
+ _this6.isCanReadTransferHandle = isCanReadTransferHandle;
22834
+ _this6.isCanFenyue = isCanFenyue;
22835
+ if (_this6.nodeName) {
22836
+ _this6.NodeName = _this6.nodeName;
22183
22837
  }
22184
- if (_this5.isCanReadTransferHandle) {
22185
- _this5.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
22838
+ if (_this6.isCanReadTransferHandle) {
22839
+ _this6.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
22186
22840
  }
22187
- _this5.getNodeType();
22841
+ _this6.getNodeType();
22188
22842
  } else {
22189
- _this5.$message.error(message || '系统错误,请联系管理员!');
22843
+ _this6.$message.error(message || '系统错误,请联系管理员!');
22190
22844
  }
22191
- _this5.loading.close();
22845
+ _this6.loading.close();
22192
22846
  }).catch(function (err) {
22193
- _this5.loading.close();
22847
+ _this6.loading.close();
22194
22848
  if (err.message && err.message !== 'canceled') {
22195
- _this5.$message.error(err.message);
22849
+ _this6.$message.error(err.message);
22196
22850
  }
22197
22851
  });
22198
22852
  },
22199
22853
  getUserInfo: function getUserInfo() {
22200
- var _this6 = this;
22854
+ var _this7 = this;
22201
22855
 
22202
22856
  var mainConfig = util["a" /* default */].getStorage('mainConfig');
22203
22857
  if (mainConfig) {
22204
22858
  this.userModel = JSON.parse(mainConfig).userModel;
22205
22859
  } else {
22206
- util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
22860
+ util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
22207
22861
  var status = res.status,
22208
22862
  data = res.data;
22209
22863
 
22210
22864
  if (status == 'success') {
22211
- _this6.userModel = data;
22865
+ _this7.userModel = data;
22212
22866
  } else {
22213
22867
  var msg = res.msg || '系统错误,请联系管理员!';
22214
- _this6.$message.error(msg);
22868
+ _this7.$message.error(msg);
22215
22869
  }
22216
22870
  }).catch(function (err) {
22217
22871
  if (err.message && err.message !== 'canceled') {
22218
- _this6.$message.error(err.message);
22872
+ _this7.$message.error(err.message);
22219
22873
  }
22220
22874
  });
22221
22875
  }
@@ -22235,10 +22889,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22235
22889
  }
22236
22890
  },
22237
22891
  getNodeType: function getNodeType() {
22238
- var _this7 = this;
22892
+ var _this8 = this;
22239
22893
 
22240
22894
  util["a" /* default */].ajax({
22241
- url: api["x" /* findCodeValues */],
22895
+ url: api["y" /* findCodeValues */],
22242
22896
  params: {
22243
22897
  ccCode: 'notification_type',
22244
22898
  userId: util["a" /* default */].getStorage('userId')
@@ -22248,11 +22902,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22248
22902
  data = res.data;
22249
22903
 
22250
22904
  if (status === 'success') {
22251
- _this7.newsList = data;
22905
+ _this8.newsList = data;
22252
22906
  }
22253
22907
  }).catch(function (err) {
22254
22908
  if (err.message && err.message !== 'canceled') {
22255
- _this7.$message.error(err.message);
22909
+ _this8.$message.error(err.message);
22256
22910
  }
22257
22911
  });
22258
22912
  },
@@ -22264,17 +22918,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22264
22918
  * @date 2022年9月9日
22265
22919
  **/
22266
22920
  saveInfo: function saveInfo(type, btn) {
22267
- var _this8 = this;
22921
+ var _this9 = this;
22268
22922
 
22269
22923
  if (this.isFlow) {
22270
22924
  if (!type) {
22271
22925
  if (btn && btn.before) {
22272
22926
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
22273
- _this8.$emit('save', _this8.businessIds);
22927
+ _this9.$emit('save', _this9.businessIds);
22274
22928
  }).catch(function (e) {});
22275
22929
  } else if (this.beforeSubmit != undefined) {
22276
22930
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
22277
- _this8.$emit('save', _this8.businessIds);
22931
+ _this9.$emit('save', _this9.businessIds);
22278
22932
  }).catch(function (e) {});
22279
22933
  } else {
22280
22934
  this.$emit('save', this.businessIds);
@@ -22283,13 +22937,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22283
22937
  } else {
22284
22938
  if (btn && btn.before && !type) {
22285
22939
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
22286
- _this8.saveFlowInfo();
22940
+ _this9.saveFlowInfo();
22287
22941
  }).catch(function (e) {});
22288
22942
  } else if (this.beforeSubmit == undefined && !type) {
22289
22943
  this.subFun(this.saveFlowInfo);
22290
22944
  } else if (!type && this.beforeSubmit != undefined) {
22291
22945
  this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
22292
- _this8.saveFlowInfo();
22946
+ _this9.saveFlowInfo();
22293
22947
  }).catch(function (e) {});
22294
22948
  } else {
22295
22949
  this.saveFlowInfo(type);
@@ -22297,28 +22951,28 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22297
22951
  }
22298
22952
  },
22299
22953
  saveFlowInfo: function saveFlowInfo(isSave) {
22300
- var _this9 = this;
22954
+ var _this10 = this;
22301
22955
 
22302
22956
  var params = {
22303
22957
  opinion: this.value,
22304
22958
  pendingId: this.pendingId
22305
22959
  };
22306
22960
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
22307
- util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
22961
+ util["a" /* default */].ajax({ url: api["Ub" /* tempSave */], params: params }).then(function (res) {
22308
22962
  var status = res.status,
22309
22963
  message = res.message;
22310
22964
 
22311
- if (!isSave) _this9.loading.close();
22965
+ if (!isSave) _this10.loading.close();
22312
22966
  if (status == 'success') {
22313
22967
  // this.$message.success('暂存成功');
22314
- !isSave && _this9.$emit('save', _this9.businessIds);
22968
+ !isSave && _this10.$emit('save', _this10.businessIds);
22315
22969
  } else {
22316
- _this9.$message.error(message || '系统错误,请联系管理员!');
22970
+ _this10.$message.error(message || '系统错误,请联系管理员!');
22317
22971
  }
22318
22972
  }).catch(function (err) {
22319
- if (!isSave) _this9.loading.close();
22973
+ if (!isSave) _this10.loading.close();
22320
22974
  if (err.message && err.message !== 'canceled') {
22321
- _this9.$message.error(err.message);
22975
+ _this10.$message.error(err.message);
22322
22976
  }
22323
22977
  });
22324
22978
  },
@@ -22330,7 +22984,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22330
22984
  * @date 2022年5月25日
22331
22985
  **/
22332
22986
  rejectBtn: function rejectBtn() {
22333
- var _this10 = this;
22987
+ var _this11 = this;
22334
22988
 
22335
22989
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
22336
22990
  if (!this.value) {
@@ -22338,7 +22992,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22338
22992
  }
22339
22993
  if (this.beforeSubmit != undefined) {
22340
22994
  this.beforeSubmit(0).then(function (next) {
22341
- _this10.showReject = true;
22995
+ _this11.showReject = true;
22342
22996
  }).catch(function (e) {});
22343
22997
  } else {
22344
22998
  this.showReject = true;
@@ -22352,14 +23006,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22352
23006
  * @date 2022年5月25日
22353
23007
  **/
22354
23008
  taskReadBtn: function taskReadBtn() {
22355
- var _this11 = this;
23009
+ var _this12 = this;
22356
23010
 
22357
23011
  // return this.$message.warning('暂未开放!敬请期待');
22358
23012
  if (this.beforeSubmit != undefined) {
22359
23013
  this.beforeSubmit().then(function (next) {
22360
- if (_this11.value === '') _this11.value = _this11.nodeDefaultRejectOpinion;
22361
- _this11.taskReadType = 'create';
22362
- _this11.showTaskRead = true;
23014
+ if (_this12.value === '') _this12.value = _this12.nodeDefaultRejectOpinion;
23015
+ _this12.taskReadType = 'create';
23016
+ _this12.showTaskRead = true;
22363
23017
  }).catch(function (e) {});
22364
23018
  } else {
22365
23019
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -22375,34 +23029,34 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22375
23029
  * @date 2022年5月25日
22376
23030
  **/
22377
23031
  getFind: function getFind() {
22378
- var _this12 = this;
23032
+ var _this13 = this;
22379
23033
 
22380
23034
  util["a" /* default */].ajax({
22381
- url: api["z" /* findSysCodes */]
23035
+ url: api["A" /* findSysCodes */]
22382
23036
  }).then(function (res) {
22383
23037
  var status = res.status,
22384
23038
  message = res.message;
22385
23039
 
22386
23040
  if (status === 'success') {
22387
- _this12.nextNode.notificationType = message.split(',');
23041
+ _this13.nextNode.notificationType = message.split(',');
22388
23042
  var arr = [];
22389
- _this12.newsList.map(function (item) {
22390
- _this12.nextNode.notificationType.map(function (x) {
23043
+ _this13.newsList.map(function (item) {
23044
+ _this13.nextNode.notificationType.map(function (x) {
22391
23045
  if (x == item.cciValue) {
22392
23046
  arr.push(x);
22393
23047
  }
22394
23048
  });
22395
23049
  });
22396
- _this12.nextNode.notificationType = arr;
23050
+ _this13.nextNode.notificationType = arr;
22397
23051
  }
22398
23052
  }).catch(function (err) {
22399
23053
  if (err.message && err.message !== 'canceled') {
22400
- _this12.$message.error(err.message);
23054
+ _this13.$message.error(err.message);
22401
23055
  }
22402
23056
  });
22403
23057
  },
22404
23058
  getFreeStartParams: function getFreeStartParams() {
22405
- var _this13 = this;
23059
+ var _this14 = this;
22406
23060
 
22407
23061
  var _endFlowInfo = this.endFlowInfo,
22408
23062
  businessId = _endFlowInfo.businessId,
@@ -22410,7 +23064,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22410
23064
  nodeId = _endFlowInfo.nodeId;
22411
23065
 
22412
23066
  var param = {
22413
- url: api["J" /* getFreeStartFlowParams */],
23067
+ url: api["K" /* getFreeStartFlowParams */],
22414
23068
  params: {
22415
23069
  businessId: businessId,
22416
23070
  processDefinitionId: processDefinitionId,
@@ -22420,20 +23074,20 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22420
23074
  };
22421
23075
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
22422
23076
  util["a" /* default */].ajax(param).then(function (res) {
22423
- _this13.loading.close();
23077
+ _this14.loading.close();
22424
23078
  if (res.rCode == 0 || res.status == 'success') {
22425
- _this13.freeStartFlowParams = res.results;
22426
- if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this13.subProcess('同意。', res.results.useScene);
22427
- if (!_this13.freeValid) return;
22428
- if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this13.$message.warning('未找到流程定义!');
23079
+ _this14.freeStartFlowParams = res.results;
23080
+ if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this14.subProcess('同意。', res.results.useScene);
23081
+ if (!_this14.freeValid) return;
23082
+ if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this14.$message.warning('未找到流程定义!');
22429
23083
  if (res.results.startFlowIndexProcessKeys.length == 1) {
22430
- _this13.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
22431
- _this13.handleVisible = true;
23084
+ _this14.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
23085
+ _this14.handleVisible = true;
22432
23086
  } else {
22433
- _this13.showFreeStartFlow = true;
23087
+ _this14.showFreeStartFlow = true;
22434
23088
  }
22435
23089
  } else {
22436
- _this13.$message.error(res.message || '系统错误,请联系管理员!');
23090
+ _this14.$message.error(res.message || '系统错误,请联系管理员!');
22437
23091
  }
22438
23092
  });
22439
23093
  },
@@ -22446,52 +23100,53 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22446
23100
  * @date 2022年5月25日
22447
23101
  **/
22448
23102
  endFlows: function endFlows(res) {
22449
- var _this14 = this;
23103
+ var _this15 = this;
22450
23104
 
22451
23105
  if (this.beforeSubmit != undefined) {
22452
23106
  this.beforeSubmit().then(function (next) {
22453
- _this14.saveEndFlows(res);
23107
+ _this15.saveEndFlows(res);
22454
23108
  }).catch(function (e) {});
22455
23109
  } else {
22456
23110
  this.saveEndFlows(res);
22457
23111
  }
22458
23112
  },
22459
23113
  saveEndFlows: function saveEndFlows(res) {
22460
- var _this15 = this;
23114
+ var _this16 = this;
22461
23115
 
22462
23116
  this.$confirm('确认' + res.value + '?').then(function () {
22463
23117
  var params = {
22464
- url: api["w" /* endFlowHtml */],
23118
+ url: api["x" /* endFlowHtml */],
22465
23119
  headers: { Accept: 'application/json,text/plain' },
22466
23120
  method: 'post',
22467
- data: mainvue_type_script_lang_js_extends({}, _this15.endFlowInfo, _this15.nextNode, {
22468
- opinion: _this15.value,
23121
+ data: mainvue_type_script_lang_js_extends({}, _this16.endFlowInfo, _this16.nextNode, {
23122
+ opinion: _this16.value,
22469
23123
  userId: util["a" /* default */].getStorage('userId'),
22470
- nextUserId: _this15.multiple ? _this15.nextNode.nextUserId.join(',') : _this15.nextNode.nextUserId,
22471
- addSignUserId: _this15.nextNode.addSignUserId.join(','),
22472
- customPresetUserJson: JSON.stringify(_this15.presetList),
22473
- presetUserJson: JSON.stringify(_this15.presetUserJson),
22474
- removeSignUserId: _this15.nextNode.removeSignUserId.join(','),
22475
- notificationType: _this15.nextNode.notificationType.join(',')
23124
+ nextUserId: _this16.multiple ? _this16.nextNode.nextUserId.join(',') : _this16.nextNode.nextUserId,
23125
+ addSignUserId: _this16.nextNode.addSignUserId.join(','),
23126
+ customPresetUserJson: JSON.stringify(_this16.presetList),
23127
+ presetUserJson: JSON.stringify(_this16.presetUserJson),
23128
+ removeSignUserId: _this16.nextNode.removeSignUserId.join(','),
23129
+ notificationType: _this16.nextNode.notificationType.join(',')
22476
23130
  })
22477
23131
  };
22478
- _this15.loading = util["a" /* default */].loading(_this15.$loading, '加载中...');
23132
+ _this16.loading = util["a" /* default */].loading(_this16.$loading, '加载中...');
22479
23133
  util["a" /* default */].ajax(params).then(function (res) {
22480
23134
  var status = res.status,
22481
23135
  message = res.message;
22482
23136
 
22483
- _this15.loading.close();
23137
+ _this16.loading.close();
22484
23138
  if (status === 'success') {
22485
- _this15.$message.success('提交成功');
22486
- _this15.$emit('success');
23139
+ _this16.flowSuccess();
23140
+ // this.$message.success('提交成功');
23141
+ // this.$emit('success');
22487
23142
  } else {
22488
- _this15.$message.error(message || '系统错误,请联系管理员!');
22489
- _this15.$emit('error');
23143
+ _this16.$message.error(message || '系统错误,请联系管理员!');
23144
+ _this16.$emit('error');
22490
23145
  }
22491
23146
  }).catch(function (err) {
22492
- _this15.loading.close();
23147
+ _this16.loading.close();
22493
23148
  if (err.message && err.message !== 'canceled') {
22494
- _this15.$message.error(err.message);
23149
+ _this16.$message.error(err.message);
22495
23150
  }
22496
23151
  });
22497
23152
  }).catch(function (e) {});
@@ -22594,11 +23249,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22594
23249
  * @date 2022年9月29日
22595
23250
  **/
22596
23251
  toTakeAdvice: function toTakeAdvice(res) {
22597
- var _this16 = this;
23252
+ var _this17 = this;
22598
23253
 
22599
23254
  if (this.beforeSubmit != undefined) {
22600
23255
  this.beforeSubmit().then(function (next) {
22601
- _this16.saveToTakeAdvice(res);
23256
+ _this17.saveToTakeAdvice(res);
22602
23257
  }).catch(function (e) {});
22603
23258
  } else {
22604
23259
  this.saveToTakeAdvice(res);
@@ -22606,10 +23261,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22606
23261
  // return this.$message.warning('暂未开放!敬请期待');
22607
23262
  },
22608
23263
  saveToTakeAdvice: function saveToTakeAdvice(res) {
22609
- var _this17 = this;
23264
+ var _this18 = this;
22610
23265
 
22611
23266
  var params = {
22612
- url: api["hb" /* isCanStartSubFlow */],
23267
+ url: api["jb" /* isCanStartSubFlow */],
22613
23268
  data: {
22614
23269
  appId: this.taskExamineInfo.appId,
22615
23270
  inevitableNode: res.inevitableNode
@@ -22621,16 +23276,16 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22621
23276
  util["a" /* default */].ajax(params).then(function (res) {
22622
23277
  var message = res.message;
22623
23278
 
22624
- _this17.loading.close();
23279
+ _this18.loading.close();
22625
23280
  if (message == 'success') {
22626
- _this17.showTaskUnionExamine = true;
23281
+ _this18.showTaskUnionExamine = true;
22627
23282
  } else {
22628
- _this17.$message.error(message || '系统错误,请联系管理员!');
23283
+ _this18.$message.error(message || '系统错误,请联系管理员!');
22629
23284
  }
22630
23285
  }).catch(function (err) {
22631
- _this17.loading.close();
23286
+ _this18.loading.close();
22632
23287
  if (err.message && err.message !== 'canceled') {
22633
- _this17.$message.error(err.message);
23288
+ _this18.$message.error(err.message);
22634
23289
  }
22635
23290
  });
22636
23291
  },
@@ -22642,11 +23297,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22642
23297
  * @date 2022年9月29日
22643
23298
  **/
22644
23299
  toStartDraf: function toStartDraf(res) {
22645
- var _this18 = this;
23300
+ var _this19 = this;
22646
23301
 
22647
23302
  if (this.beforeSubmit != undefined) {
22648
23303
  this.beforeSubmit().then(function (next) {
22649
- _this18.showTaskUnionExamine = true;
23304
+ _this19.showTaskUnionExamine = true;
22650
23305
  }).catch(function (e) {});
22651
23306
  } else {
22652
23307
  this.showTaskUnionExamine = true;
@@ -22660,11 +23315,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22660
23315
  * @date 2022年9月29日
22661
23316
  **/
22662
23317
  toSendMsg: function toSendMsg(res) {
22663
- var _this19 = this;
23318
+ var _this20 = this;
22664
23319
 
22665
23320
  if (this.beforeSubmit != undefined) {
22666
23321
  this.beforeSubmit().then(function (next) {
22667
- _this19.showSendMsg = true;
23322
+ _this20.showSendMsg = true;
22668
23323
  }).catch(function (e) {});
22669
23324
  } else {
22670
23325
  this.showSendMsg = true;
@@ -22678,13 +23333,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22678
23333
  * @date 2022年9月29日
22679
23334
  **/
22680
23335
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
22681
- var _this20 = this;
23336
+ var _this21 = this;
22682
23337
 
22683
23338
  if (this.beforeSubmit != undefined) {
22684
23339
  this.beforeSubmit().then(function (next) {
22685
- if (_this20.value === '') _this20.value = _this20.nodeDefaultRejectOpinion;
22686
- _this20.taskReadType = 'taskReadAndEnd';
22687
- _this20.showTaskRead = true;
23340
+ if (_this21.value === '') _this21.value = _this21.nodeDefaultRejectOpinion;
23341
+ _this21.taskReadType = 'taskReadAndEnd';
23342
+ _this21.showTaskRead = true;
22688
23343
  }).catch(function (e) {});
22689
23344
  } else {
22690
23345
  if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
@@ -22700,51 +23355,52 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22700
23355
  * @date 2022年9月29日
22701
23356
  **/
22702
23357
  rejectAndEnd: function rejectAndEnd(res) {
22703
- var _this21 = this;
23358
+ var _this22 = this;
22704
23359
 
22705
23360
  if (this.isOpinionRequired == 1 && (this.value == '' || !this.value)) {
22706
23361
  if (!this.$refs.commonOpinions.validate()) return;
22707
23362
  }
22708
23363
  if (this.beforeSubmit != undefined) {
22709
23364
  this.beforeSubmit().then(function (next) {
22710
- _this21.saveRejectAndEnd(res);
23365
+ _this22.saveRejectAndEnd(res);
22711
23366
  }).catch(function (e) {});
22712
23367
  } else {
22713
23368
  this.saveRejectAndEnd(res);
22714
23369
  }
22715
23370
  },
22716
23371
  saveRejectAndEnd: function saveRejectAndEnd(res) {
22717
- var _this22 = this;
23372
+ var _this23 = this;
22718
23373
 
22719
23374
  this.$confirm('确认' + res.value + '?').then(function () {
22720
23375
  // return this.$message.warning('请填写意见');
22721
23376
  var params = {
22722
- url: api["vb" /* rejectAndEnd */],
23377
+ url: api["xb" /* rejectAndEnd */],
22723
23378
  headers: { Accept: 'application/json,text/plain' },
22724
23379
  method: 'post',
22725
23380
  data: {
22726
- opinion: _this22.value,
22727
- pendingId: _this22.pendingId,
23381
+ opinion: _this23.value,
23382
+ pendingId: _this23.pendingId,
22728
23383
  isSinglePage: false
22729
23384
  }
22730
23385
  };
22731
- _this22.loading = util["a" /* default */].loading(_this22.$loading, '加载中...');
23386
+ _this23.loading = util["a" /* default */].loading(_this23.$loading, '加载中...');
22732
23387
  util["a" /* default */].ajax(params).then(function (res) {
22733
23388
  var status = res.status,
22734
23389
  message = res.message;
22735
23390
 
22736
- _this22.loading.close();
23391
+ _this23.loading.close();
22737
23392
  if (status === 'success') {
22738
- _this22.$message.success('提交成功');
22739
- _this22.$emit('success');
23393
+ _this23.flowSuccess();
23394
+ // this.$message.success('提交成功');
23395
+ // this.$emit('success');
22740
23396
  } else {
22741
- _this22.$message.error(message || '系统错误,请联系管理员!');
22742
- _this22.$emit('error');
23397
+ _this23.$message.error(message || '系统错误,请联系管理员!');
23398
+ _this23.$emit('error');
22743
23399
  }
22744
23400
  }).catch(function (err) {
22745
- _this22.loading.close();
23401
+ _this23.loading.close();
22746
23402
  if (err.message && err.message !== 'canceled') {
22747
- _this22.$message.error(err.message);
23403
+ _this23.$message.error(err.message);
22748
23404
  }
22749
23405
  });
22750
23406
  }).catch(function () {
@@ -22759,12 +23415,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22759
23415
  * @date 2022年9月29日
22760
23416
  **/
22761
23417
  toTransfer: function toTransfer(res) {
22762
- var _this23 = this;
23418
+ var _this24 = this;
22763
23419
 
22764
23420
  if (this.beforeSubmit != undefined) {
22765
23421
  this.beforeSubmit(0).then(function (next) {
22766
- _this23.taskReadType = 'transfer';
22767
- _this23.showTaskRead = true;
23422
+ _this24.taskReadType = 'transfer';
23423
+ _this24.showTaskRead = true;
22768
23424
  }).catch(function (e) {});
22769
23425
  } else {
22770
23426
  this.taskReadType = 'transfer';
@@ -22779,7 +23435,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22779
23435
  * @date 2022年5月25日
22780
23436
  **/
22781
23437
  getNodeInfo: function getNodeInfo() {
22782
- var _this24 = this;
23438
+ var _this25 = this;
22783
23439
 
22784
23440
  var params = {
22785
23441
  processDefinitionId: this.nodeInfo.nextNode,
@@ -22789,50 +23445,50 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22789
23445
  pendingId: this.pendingId,
22790
23446
  businessId: this.businessIds
22791
23447
  };
22792
- util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
23448
+ util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
22793
23449
  var status = res.status,
22794
23450
  message = res.message,
22795
23451
  data = res.data;
22796
23452
 
22797
- _this24.loading.close();
23453
+ _this25.loading.close();
22798
23454
  if (status === 'success') {
22799
- _this24.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
22800
- data.otherOrgDisabledObjId && (_this24.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
22801
- data.currentOrgDisabledObjId && (_this24.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
23455
+ _this25.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
23456
+ data.otherOrgDisabledObjId && (_this25.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
23457
+ data.currentOrgDisabledObjId && (_this25.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
22802
23458
  if (data != null) {
22803
23459
  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) {
22804
- _this24.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
23460
+ _this25.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
22805
23461
  } else {
22806
- _this24.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this24.choiceOrgId, _this24.choiceDeptId, _this24.pOrgId);
23462
+ _this25.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this25.choiceOrgId, _this25.choiceDeptId, _this25.pOrgId);
22807
23463
  }
22808
- _this24.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
22809
- _this24.isTaskread = data.nodeExtAttr.isTaskread;
22810
- _this24.isHandleExplain = data.nodeExtAttr.isHandleExplain;
22811
- _this24.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
22812
- _this24.nodeType = data.nodeExtAttr.nodeType;
23464
+ _this25.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
23465
+ _this25.isTaskread = data.nodeExtAttr.isTaskread;
23466
+ _this25.isHandleExplain = data.nodeExtAttr.isHandleExplain;
23467
+ _this25.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
23468
+ _this25.nodeType = data.nodeExtAttr.nodeType;
22813
23469
  //如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
22814
- if (_this24.nodeType === 1 || _this24.nodeType === 2) {
22815
- _this24.isMainSubProcess === true ? _this24.isNodeShowProcess = true : _this24.isNodeShowProcess = false;
22816
- _this24.isMainSubProcess === true ? _this24.isMainSubProcess = true : _this24.isMainSubProcess = false;
22817
- _this24.isNextUser = false;
22818
- _this24.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
22819
- _this24.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
23470
+ if (_this25.nodeType === 1 || _this25.nodeType === 2) {
23471
+ _this25.isMainSubProcess === true ? _this25.isNodeShowProcess = true : _this25.isNodeShowProcess = false;
23472
+ _this25.isMainSubProcess === true ? _this25.isMainSubProcess = true : _this25.isMainSubProcess = false;
23473
+ _this25.isNextUser = false;
23474
+ _this25.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
23475
+ _this25.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
22820
23476
  } else {
22821
- _this24.isHideCurrentOrg = false;
22822
- _this24.isHideOtherOrg = false;
22823
- _this24.isNodeShowProcess = false;
22824
- _this24.isMainSubProcess = false;
22825
- _this24.isNextUser = _this24.nextNode.nextOperate != 9;
23477
+ _this25.isHideCurrentOrg = false;
23478
+ _this25.isHideOtherOrg = false;
23479
+ _this25.isNodeShowProcess = false;
23480
+ _this25.isMainSubProcess = false;
23481
+ _this25.isNextUser = _this25.nextNode.nextOperate != 9;
22826
23482
  // this.isMainSubProcess === true
22827
23483
  // ? (this.isMainSubProcess = true)
22828
23484
  // : (this.isMainSubProcess = false);
22829
23485
  }
22830
- _this24.multiple ? _this24.nextNode.nextUserId = [] : _this24.nextNode.nextUserId = '';
22831
- if (_this24.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
23486
+ _this25.multiple ? _this25.nextNode.nextUserId = [] : _this25.nextNode.nextUserId = '';
23487
+ if (_this25.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
22832
23488
  data.nextUserList.map(function (item) {
22833
23489
  if (item.userId && item.username) {
22834
- _this24.nextNode.nextUserId.push(item.userId);
22835
- _this24.selectUserList.push({
23490
+ _this25.nextNode.nextUserId.push(item.userId);
23491
+ _this25.selectUserList.push({
22836
23492
  showname: item.username,
22837
23493
  showid: item.userId
22838
23494
  });
@@ -22841,37 +23497,37 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22841
23497
  }
22842
23498
  data.nextUserList.map(function (item) {
22843
23499
  if (item.userId && item.username) {
22844
- _this24.options.push({
23500
+ _this25.options.push({
22845
23501
  showname: item.username,
22846
23502
  showid: item.userId
22847
23503
  });
22848
23504
  }
22849
23505
  });
22850
23506
  if (data.nodeExtAttr.presetEdit != 0) {
22851
- _this24.radioList = _this24.options;
23507
+ _this25.radioList = _this25.options;
22852
23508
  }
22853
- if (!_this24.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
22854
- _this24.nextNode.nextUserId = data.nextUserList[0].userId;
22855
- _this24.selectUserList.push({
23509
+ if (!_this25.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
23510
+ _this25.nextNode.nextUserId = data.nextUserList[0].userId;
23511
+ _this25.selectUserList.push({
22856
23512
  showname: data.nextUserList[0].username,
22857
23513
  showid: data.nextUserList[0].userId
22858
23514
  });
22859
23515
  }
22860
- _this24.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
22861
- _this24.isCustomUser = data.nodeExtAttr.isCustomUser;
22862
- _this24.presetEdit = data.nodeExtAttr.presetEdit;
22863
- _this24.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
22864
- _this24.handleMode = data.countersignaturetypeText;
22865
- data.globalNodeType === 'endEvent' ? _this24.endFlow = true : '';
23516
+ _this25.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
23517
+ _this25.isCustomUser = data.nodeExtAttr.isCustomUser;
23518
+ _this25.presetEdit = data.nodeExtAttr.presetEdit;
23519
+ _this25.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
23520
+ _this25.handleMode = data.countersignaturetypeText;
23521
+ data.globalNodeType === 'endEvent' ? _this25.endFlow = true : '';
22866
23522
  }
22867
- _this24.isCustomPreset && _this24.$refs.customPreset.getPresetFlowInfo(_this24.nextNode.nextNodeId, _this24.nodeInfo.nextNode, true);
23523
+ _this25.isCustomPreset && _this25.$refs.customPreset.getPresetFlowInfo(_this25.nextNode.nextNodeId, _this25.nodeInfo.nextNode, true);
22868
23524
  } else {
22869
- _this24.$message.error(message || '系统错误,请联系管理员!');
23525
+ _this25.$message.error(message || '系统错误,请联系管理员!');
22870
23526
  }
22871
23527
  }).catch(function (err) {
22872
- _this24.loading.close();
23528
+ _this25.loading.close();
22873
23529
  if (err.message && err.message !== 'canceled') {
22874
- _this24.$message.error(err.message);
23530
+ _this25.$message.error(err.message);
22875
23531
  }
22876
23532
  });
22877
23533
  },
@@ -22884,10 +23540,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22884
23540
  * @date 2022年5月25日
22885
23541
  **/
22886
23542
  selecNext: function selecNext(val, type, isDef) {
22887
- var _this25 = this;
23543
+ var _this26 = this;
22888
23544
 
22889
23545
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
22890
- console.log(val, type, isDef);
22891
23546
  if (this.multiple) {
22892
23547
  this.nextNode.nextUserId = [];
22893
23548
  } else {
@@ -22916,16 +23571,16 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22916
23571
  this.operationList.forEach(function (item) {
22917
23572
  if (item.key === val) {
22918
23573
  if (!item.taskNodeList) {
22919
- _this25.nodeInfos = [];
23574
+ _this26.nodeInfos = [];
22920
23575
  } else {
22921
- _this25.nodeInfos = item.taskNodeList;
23576
+ _this26.nodeInfos = item.taskNodeList;
22922
23577
  }
22923
23578
  return;
22924
23579
  }
22925
23580
  });
22926
23581
  if (this.defaultNextNode) {
22927
23582
  var defaultNode = this.nodeInfos.filter(function (item) {
22928
- return item.nodeId == _this25.defaultNextNode;
23583
+ return item.nodeId == _this26.defaultNextNode;
22929
23584
  });
22930
23585
  if (this.nodeInfos.length > 0 && defaultNode.length == 0) {
22931
23586
  this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
@@ -23034,17 +23689,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23034
23689
  * @date 2022年5月25日
23035
23690
  **/
23036
23691
  getHedInfo: function getHedInfo() {
23037
- var _this26 = this;
23692
+ var _this27 = this;
23038
23693
 
23039
23694
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
23040
23695
  var params = {
23041
23696
  pendingId: this.pendingId,
23042
23697
  userId: util["a" /* default */].getStorage('userId')
23043
23698
  };
23044
- util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
23699
+ util["a" /* default */].ajax({ url: api["L" /* getHandleInfoHtml */], params: params }).then(function (res) {
23045
23700
  //pc返回数据
23046
23701
 
23047
- _this26.loading.close();
23702
+ _this27.loading.close();
23048
23703
  if (res.status === 'success') {
23049
23704
  var _res$data2 = res.data,
23050
23705
  nextNodeList = _res$data2.nextNodeList,
@@ -23074,122 +23729,126 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23074
23729
  canPresetRead = _res$data2.canPresetRead,
23075
23730
  isCdjxjTaskHandle = _res$data2.isCdjxjTaskHandle,
23076
23731
  taskButtonList = _res$data2.taskButtonList,
23732
+ simpleTips = _res$data2.simpleTips,
23077
23733
  isCanPreAddSign = _res$data2.isCanPreAddSign;
23078
23734
 
23079
- _this26.$emit('startTaskRead', res);
23080
- _this26.$emit('start-task-read', res);
23081
- _this26.circularReadParamsMap = circularReadParamsMap || {};
23082
- _this26.currentOrgName = currentOrgName;
23083
- _this26.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
23084
- _this26.readOnlyNotificationType = readOnlyNotificationType;
23085
- _this26.isSpecial = isSpecial;
23086
- _this26.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
23087
- _this26.otherOrgName = otherOrgName;
23088
- _this26.isCanPreAddSign = isCanPreAddSign;
23089
- _this26.endFlowInfo.choiceOrgId = choiceOrgId;
23090
- _this26.endFlowInfo.choiceDeptId = choiceDeptId;
23091
- _this26.endFlowInfo.pendingId = _this26.pendingId;
23092
- _this26.attachedCode = attachedCode;
23093
- _this26.endFlowInfo.pOrgId = pOrgId;
23094
- _this26.canPresetRead = canPresetRead;
23095
- _this26.isCdjxjTaskHandle = isCdjxjTaskHandle;
23096
- nextNodeCheckType && (_this26.nextNodeCheckType = nextNodeCheckType);
23097
- _this26.operationList = taskOperations || [];
23098
- _this26.customPresetHintMessage = customPresetHintMessage;
23735
+ if (simpleTips != undefined) {
23736
+ _this27.simpleTips = simpleTips;
23737
+ }
23738
+ _this27.$emit('startTaskRead', res);
23739
+ _this27.$emit('start-task-read', res);
23740
+ _this27.circularReadParamsMap = circularReadParamsMap || {};
23741
+ _this27.currentOrgName = currentOrgName;
23742
+ _this27.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
23743
+ _this27.readOnlyNotificationType = readOnlyNotificationType;
23744
+ _this27.isSpecial = isSpecial;
23745
+ _this27.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
23746
+ _this27.otherOrgName = otherOrgName;
23747
+ _this27.isCanPreAddSign = isCanPreAddSign;
23748
+ _this27.endFlowInfo.choiceOrgId = choiceOrgId;
23749
+ _this27.endFlowInfo.choiceDeptId = choiceDeptId;
23750
+ _this27.endFlowInfo.pendingId = _this27.pendingId;
23751
+ _this27.attachedCode = attachedCode;
23752
+ _this27.endFlowInfo.pOrgId = pOrgId;
23753
+ _this27.canPresetRead = canPresetRead;
23754
+ _this27.isCdjxjTaskHandle = isCdjxjTaskHandle;
23755
+ nextNodeCheckType && (_this27.nextNodeCheckType = nextNodeCheckType);
23756
+ _this27.operationList = taskOperations || [];
23757
+ _this27.customPresetHintMessage = customPresetHintMessage;
23099
23758
  if (canPresetRead) {
23100
23759
  var ids = nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
23101
23760
  var names = nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
23102
23761
  ids.map(function (item, index) {
23103
- _this26.presetReadUserId.push({
23762
+ _this27.presetReadUserId.push({
23104
23763
  showid: item,
23105
23764
  showname: names[index]
23106
23765
  });
23107
- _this26.selectPresetUserList.push({
23766
+ _this27.selectPresetUserList.push({
23108
23767
  showid: item,
23109
23768
  showname: names[index]
23110
23769
  });
23111
- _this26.nextNode.presetReadUserId.push(item);
23770
+ _this27.nextNode.presetReadUserId.push(item);
23112
23771
  });
23113
23772
  }
23114
- if (!_this26.isFlow) _this26.getFile(_this26.pendingId, attachedCode);
23773
+ if (!_this27.isFlow) _this27.getFile(_this27.pendingId, attachedCode);
23115
23774
  if (nextNodeList && nextNodeList.length != 0) {
23116
- _this26.nextNodeList = nextNodeList;
23775
+ _this27.nextNodeList = nextNodeList;
23117
23776
  }
23118
- if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this26.removeUsers = canRemoveSignUserList;
23777
+ if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this27.removeUsers = canRemoveSignUserList;
23119
23778
  if (taskOperations && taskOperations.length != 0) {
23120
23779
  var isSelected = false;
23121
23780
  taskOperations.map(function (item) {
23122
- if (item.key === 9) _this26.isReject = true;
23781
+ if (item.key === 9) _this27.isReject = true;
23123
23782
  if (item.isSelected) {
23124
- _this26.nodeInfos = [];
23125
- _this26.nextNode.nextOperate = item.key;
23783
+ _this27.nodeInfos = [];
23784
+ _this27.nextNode.nextOperate = item.key;
23126
23785
  if (item.taskNodeList != null) {
23127
- _this26.nodeInfos = item.taskNodeList;
23786
+ _this27.nodeInfos = item.taskNodeList;
23128
23787
  }
23129
23788
  isSelected = true;
23130
23789
  }
23131
23790
  });
23132
23791
  if (taskOperations.length > 0 && !isSelected) {
23133
- _this26.nodeInfos = [];
23134
- _this26.nextNode.nextOperate = taskOperations[0].key;
23792
+ _this27.nodeInfos = [];
23793
+ _this27.nextNode.nextOperate = taskOperations[0].key;
23135
23794
  if (taskOperations[0].taskNodeList != null) {
23136
- _this26.nodeInfos = taskOperations[0].taskNodeList;
23795
+ _this27.nodeInfos = taskOperations[0].taskNodeList;
23137
23796
  }
23138
23797
  }
23139
23798
  }
23140
23799
  if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
23141
- _this26.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
23800
+ _this27.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
23142
23801
  if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
23143
23802
  var notice = JSON.parse(nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList);
23144
23803
  notice.map(function (x) {
23145
- _this26.nodeFixedOpinionSelectList.push({ content: x });
23804
+ _this27.nodeFixedOpinionSelectList.push({ content: x });
23146
23805
  });
23147
23806
  }
23148
- _this26.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
23149
- _this26.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
23150
- _this26.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
23151
- _this26.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
23152
- _this26.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
23153
- _this26.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
23807
+ _this27.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
23808
+ _this27.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
23809
+ _this27.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
23810
+ _this27.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
23811
+ _this27.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
23812
+ _this27.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
23154
23813
  // this.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
23155
- _this26.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
23814
+ _this27.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
23156
23815
  if (nodeInfoMap.nodeExtAttr.defaultNextNode) {
23157
- var defaultNode = _this26.nodeInfos.filter(function (item) {
23816
+ var defaultNode = _this27.nodeInfos.filter(function (item) {
23158
23817
  return item.nodeId == nodeInfoMap.nodeExtAttr.defaultNextNode;
23159
23818
  });
23160
- if (_this26.nodeInfos.length > 0 && defaultNode.length == 0) {
23161
- _this26.nextNode.nextNodeId = _this26.nodeInfos[0].nodeId;
23819
+ if (_this27.nodeInfos.length > 0 && defaultNode.length == 0) {
23820
+ _this27.nextNode.nextNodeId = _this27.nodeInfos[0].nodeId;
23162
23821
  } else {
23163
- _this26.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
23822
+ _this27.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
23164
23823
  }
23165
- } else if (_this26.nodeInfos.length > 0) {
23166
- _this26.nextNode.nextNodeId = _this26.nodeInfos[0].nodeId;
23824
+ } else if (_this27.nodeInfos.length > 0) {
23825
+ _this27.nextNode.nextNodeId = _this27.nodeInfos[0].nodeId;
23167
23826
  }
23168
- _this26.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
23827
+ _this27.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
23169
23828
  if (nodeInfoMap.nodeExtAttr.submitText) {
23170
- _this26.btnList.map(function (x) {
23829
+ _this27.btnList.map(function (x) {
23171
23830
  if (x.event === 'sub') {
23172
23831
  x.text = nodeInfoMap.nodeExtAttr.submitText;
23173
23832
  }
23174
23833
  });
23175
23834
  }
23176
23835
  }
23177
- _this26.choiceOrgId = choiceOrgId;
23178
- _this26.choiceDeptId = choiceDeptId;
23179
- _this26.pOrgId = pOrgId;
23836
+ _this27.choiceOrgId = choiceOrgId;
23837
+ _this27.choiceDeptId = choiceDeptId;
23838
+ _this27.pOrgId = pOrgId;
23180
23839
  if (res.data && res.data.isEndUserTask != undefined) {
23181
- _this26.isEndUserTask = res.data.isEndUserTask;
23840
+ _this27.isEndUserTask = res.data.isEndUserTask;
23182
23841
  }
23183
23842
  if (JSON.stringify(taskExamine) != '{}' && taskExamine) {
23184
- _this26.nodeInfo.nextNode = taskExamine.processDefinitionId;
23185
- _this26.NodeName = taskExamine.nodeName;
23186
- _this26.taskId = taskExamine.taskId;
23187
- _this26.businessIds = taskExamine.businessId;
23188
- _this26.appId = taskExamine.appId;
23189
- _this26.taskExamineInfo = taskExamine;
23190
- _this26.taskExamineInfo.choiceOrgId = choiceOrgId;
23191
- _this26.taskExamineInfo.choiceDeptId = choiceDeptId;
23192
- _this26.endFlowInfo.processType = taskExamine.processType;
23843
+ _this27.nodeInfo.nextNode = taskExamine.processDefinitionId;
23844
+ _this27.NodeName = taskExamine.nodeName;
23845
+ _this27.taskId = taskExamine.taskId;
23846
+ _this27.businessIds = taskExamine.businessId;
23847
+ _this27.appId = taskExamine.appId;
23848
+ _this27.taskExamineInfo = taskExamine;
23849
+ _this27.taskExamineInfo.choiceOrgId = choiceOrgId;
23850
+ _this27.taskExamineInfo.choiceDeptId = choiceDeptId;
23851
+ _this27.endFlowInfo.processType = taskExamine.processType;
23193
23852
  // this.endFlowInfo.isReturnSubmitter =
23194
23853
  // taskExamine.isReturnSubmitter;
23195
23854
  // this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
@@ -23201,74 +23860,74 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23201
23860
  // this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
23202
23861
  // this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
23203
23862
  // this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
23204
- _this26.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
23205
- _this26.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
23206
- _this26.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
23207
- _this26.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
23208
- _this26.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
23209
- _this26.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
23210
- _this26.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
23211
- _this26.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
23212
- _this26.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
23863
+ _this27.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
23864
+ _this27.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
23865
+ _this27.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
23866
+ _this27.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
23867
+ _this27.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
23868
+ _this27.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
23869
+ _this27.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
23870
+ _this27.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
23871
+ _this27.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
23213
23872
  // this.endFlowInfo.isReadDealReply =
23214
23873
  // taskExamine.isReadDealReplybusinessId;
23215
- _this26.endFlowInfo.appId = taskExamine.appId;
23216
- _this26.endFlowInfo.businessId = taskExamine.businessId;
23217
- _this26.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
23218
- _this26.endFlowInfo.nodeId = taskExamine.nodeId;
23874
+ _this27.endFlowInfo.appId = taskExamine.appId;
23875
+ _this27.endFlowInfo.businessId = taskExamine.businessId;
23876
+ _this27.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
23877
+ _this27.endFlowInfo.nodeId = taskExamine.nodeId;
23219
23878
  }
23220
- if (_this26.nodeName) {
23221
- _this26.NodeName = _this26.nodeName;
23879
+ if (_this27.nodeName) {
23880
+ _this27.NodeName = _this27.nodeName;
23222
23881
  }
23223
- _this26.isCanAddSign = isCanAddSign;
23224
- _this26.processObj = res.data;
23225
- if (_this26.isCanAddSign) {
23226
- _this26.nextNode.isAddSign = '2';
23882
+ _this27.isCanAddSign = isCanAddSign;
23883
+ _this27.processObj = res.data;
23884
+ if (_this27.isCanAddSign) {
23885
+ _this27.nextNode.isAddSign = '2';
23227
23886
  }
23228
- _this26.isCanRemoveSign = isCanRemoveSign;
23229
- if (_this26.isCanRemoveSign) {
23230
- _this26.nextNode.isRemoveSign = '2';
23887
+ _this27.isCanRemoveSign = isCanRemoveSign;
23888
+ if (_this27.isCanRemoveSign) {
23889
+ _this27.nextNode.isRemoveSign = '2';
23231
23890
  }
23232
23891
 
23233
- if (!_this26.isOpinionRequired) {
23234
- _this26.isOpinionRequired = 0;
23892
+ if (!_this27.isOpinionRequired) {
23893
+ _this27.isOpinionRequired = 0;
23235
23894
  }
23236
23895
  // opinion && (this.value = opinion);
23237
- _this26.nextNode.notificationMsg = defaultNotificationMessage;
23238
- _this26.moreList = [];
23896
+ _this27.nextNode.notificationMsg = defaultNotificationMessage;
23897
+ _this27.moreList = [];
23239
23898
  if (taskButtonList && taskButtonList.length != 0) {
23240
23899
  taskButtonList.map(function (item) {
23241
23900
  if (item.fun === 'reject()') {
23242
- _this26.rejectObj = item;
23901
+ _this27.rejectObj = item;
23243
23902
  } else if (item.fun === 'toStartTaskRead()') {
23244
- _this26.pointsReadingObj = item;
23903
+ _this27.pointsReadingObj = item;
23245
23904
  } else {
23246
- _this26.moreList.push(item);
23905
+ _this27.moreList.push(item);
23247
23906
  }
23248
23907
  });
23249
23908
  }
23250
- _this26.isMainSubProcess = res.data.isMainSubProcess == 'true';
23251
- _this26.isCustomPreset = isCustomPreset;
23252
- _this26.isPreset = isPreset;
23253
- _this26.presetTaskNodeMap = presetTaskNodeMap;
23254
- _this26.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
23255
- _this26.getFind();
23256
- _this26.selecNext(_this26.nextNode.nextOperate, true, true);
23909
+ _this27.isMainSubProcess = res.data.isMainSubProcess == 'true';
23910
+ _this27.isCustomPreset = isCustomPreset;
23911
+ _this27.isPreset = isPreset;
23912
+ _this27.presetTaskNodeMap = presetTaskNodeMap;
23913
+ _this27.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
23914
+ _this27.getFind();
23915
+ _this27.selecNext(_this27.nextNode.nextOperate, true, true);
23257
23916
  // this.getNodeInfo();
23258
- _this26.StartTaskReadKey++;
23917
+ _this27.StartTaskReadKey++;
23259
23918
  } else {
23260
23919
  if (res.status === 'taskCompleted') {
23261
- _this26.$emit('shrink', true);
23262
- _this26.shrinkAbled = true;
23263
- _this26.$message.warning(res.message || '系统错误,请联系管理员!');
23920
+ _this27.$emit('shrink', true);
23921
+ _this27.shrinkAbled = true;
23922
+ _this27.$message.warning(res.message || '系统错误,请联系管理员!');
23264
23923
  } else {
23265
- _this26.$message.error(res.message || '系统错误,请联系管理员!');
23924
+ _this27.$message.error(res.message || '系统错误,请联系管理员!');
23266
23925
  }
23267
23926
  }
23268
23927
  }).catch(function (err) {
23269
- _this26.loading.close();
23928
+ _this27.loading.close();
23270
23929
  if (err.message && err.message !== 'canceled') {
23271
- _this26.$message.error(err.message);
23930
+ _this27.$message.error(err.message);
23272
23931
  }
23273
23932
  });
23274
23933
  },
@@ -23292,7 +23951,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23292
23951
  return;
23293
23952
  }
23294
23953
  if (val == 'taskReadAndEnd' || val == true && type != 'taskRead' || val == 'transfer') {
23295
- this.$emit('success');
23954
+ this.flowSuccess(true);
23955
+ // this.$emit('success');
23296
23956
  }
23297
23957
  },
23298
23958
 
@@ -23327,7 +23987,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23327
23987
  * @date 2022年5月25日
23328
23988
  **/
23329
23989
  getProcess: function getProcess(val) {
23330
- var _this27 = this;
23990
+ var _this28 = this;
23331
23991
 
23332
23992
  var params = mainvue_type_script_lang_js_extends({
23333
23993
  businessId: this.businessId,
@@ -23337,41 +23997,44 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23337
23997
  hideTempSave: true
23338
23998
  }, this.param);
23339
23999
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
23340
- util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
24000
+ util["a" /* default */].ajax({ url: api["U" /* getProcessDefList */], params: params }).then(function (res) {
23341
24001
  var status = res.status,
23342
24002
  message = res.message,
23343
24003
  data = res.data;
23344
24004
 
23345
- _this27.loading.close();
24005
+ _this28.loading.close();
23346
24006
  if (status === 'success') {
23347
- _this27.isStartFlowChartView = data.isStartFlowChartView;
24007
+ if (data.simpleTips != undefined) {
24008
+ _this28.simpleTips = data.simpleTips;
24009
+ }
24010
+ _this28.isStartFlowChartView = data.isStartFlowChartView;
23348
24011
  if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
23349
- _this27.$message.error('流程不存在或未关联对应流程!');
24012
+ _this28.$message.error('流程不存在或未关联对应流程!');
23350
24013
  } else {
23351
- _this27.nodeInfo.option = data.definitionList;
23352
- _this27.nodeInfo.nextNode = data.definitionList.filter(function (item) {
23353
- return item.processDefKey == _this27.defaultProcessKey;
24014
+ _this28.nodeInfo.option = data.definitionList;
24015
+ _this28.nodeInfo.nextNode = data.definitionList.filter(function (item) {
24016
+ return item.processDefKey == _this28.defaultProcessKey;
23354
24017
  });
23355
- if (_this27.nodeInfo.nextNode.length) {
23356
- _this27.nodeInfo.nextNode = _this27.nodeInfo.nextNode[0].processDefId;
24018
+ if (_this28.nodeInfo.nextNode.length) {
24019
+ _this28.nodeInfo.nextNode = _this28.nodeInfo.nextNode[0].processDefId;
23357
24020
  } else {
23358
24021
  if (data.definitionList.length != 0) {
23359
- _this27.nodeInfo.nextNode = data.definitionList[0].processDefId;
24022
+ _this28.nodeInfo.nextNode = data.definitionList[0].processDefId;
23360
24023
  } else {
23361
- _this27.nodeInfo.nextNode = '';
24024
+ _this28.nodeInfo.nextNode = '';
23362
24025
  }
23363
24026
  }
23364
- if (_this27.nodeInfo.nextNode) {
23365
- _this27.handleChange(_this27.nodeInfo.nextNode);
24027
+ if (_this28.nodeInfo.nextNode) {
24028
+ _this28.handleChange(_this28.nodeInfo.nextNode);
23366
24029
  }
23367
24030
  }
23368
24031
  } else {
23369
- _this27.$message.error(message || '系统错误,请联系管理员!');
24032
+ _this28.$message.error(message || '系统错误,请联系管理员!');
23370
24033
  }
23371
24034
  }).catch(function (err) {
23372
- _this27.loading.close();
24035
+ _this28.loading.close();
23373
24036
  if (err.message && err.message !== 'canceled') {
23374
- _this27.$message.error(err.message);
24037
+ _this28.$message.error(err.message);
23375
24038
  }
23376
24039
  });
23377
24040
  },
@@ -23383,35 +24046,35 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23383
24046
  * @date 2022年5月25日
23384
24047
  **/
23385
24048
  getPendedhistoryList: function getPendedhistoryList() {
23386
- var _this28 = this;
24049
+ var _this29 = this;
23387
24050
 
23388
24051
  var params = {
23389
24052
  apprecordId: this.businessIds,
23390
24053
  userId: util["a" /* default */].getStorage('userId'),
23391
24054
  type: 2
23392
24055
  };
23393
- util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
24056
+ util["a" /* default */].ajax({ url: api["ob" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
23394
24057
  var rCode = res.rCode,
23395
24058
  msg = res.msg,
23396
24059
  results = res.results;
23397
24060
 
23398
24061
  if (!rCode) {
23399
- _this28.nextNode.nextUserId = [];
23400
- _this28.showNews = false;
23401
- _this28.nextNode.notificationType = [];
23402
- _this28.pendingId = results[results.length - 1].attachId;
23403
- _this28.getHedInfo();
24062
+ _this29.nextNode.nextUserId = [];
24063
+ _this29.showNews = false;
24064
+ _this29.nextNode.notificationType = [];
24065
+ _this29.pendingId = results[results.length - 1].attachId;
24066
+ _this29.getHedInfo();
23404
24067
  } else {
23405
- _this28.$message.error(msg || '系统错误,请联系管理员!');
24068
+ _this29.$message.error(msg || '系统错误,请联系管理员!');
23406
24069
  }
23407
24070
  }).catch(function (err) {
23408
24071
  if (err.message && err.message !== 'canceled') {
23409
- _this28.$message.error(err.message);
24072
+ _this29.$message.error(err.message);
23410
24073
  }
23411
24074
  });
23412
24075
  },
23413
24076
  reqCircularRead: function reqCircularRead(type) {
23414
- var _this29 = this;
24077
+ var _this30 = this;
23415
24078
 
23416
24079
  var _that = this;
23417
24080
  var params = {
@@ -23425,7 +24088,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23425
24088
  };
23426
24089
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
23427
24090
  util["a" /* default */].ajax(params).then(function (res) {
23428
- _this29.loading.close();
24091
+ _this30.loading.close();
23429
24092
  if (res.rCode == 0) {
23430
24093
  if (res.results.alert) {
23431
24094
  _that.$confirm(res.results.message, {
@@ -23456,20 +24119,20 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23456
24119
  * @date 2022年5月25日
23457
24120
  **/
23458
24121
  subProcess: function subProcess(val, type) {
23459
- var _this30 = this;
24122
+ var _this31 = this;
23460
24123
 
23461
24124
  return this.$refs['nextNode'].validate(function (valid) {
23462
24125
  if (valid) {
23463
- if (_this30.isSubmitButtonShowAgreeAndDisagree == 1) {
23464
- _this30.value = _this30.value.replace(RegExp('不同意。', 'g'), '');
23465
- _this30.value = _this30.value.replace(RegExp('同意。', 'g'), '');
23466
- _this30.value = val + _this30.value;
24126
+ if (_this31.isSubmitButtonShowAgreeAndDisagree == 1) {
24127
+ _this31.value = _this31.value.replace(RegExp('不同意。', 'g'), '');
24128
+ _this31.value = _this31.value.replace(RegExp('同意。', 'g'), '');
24129
+ _this31.value = val + _this31.value;
23467
24130
  }
23468
- if (!_this30.validInfo()) {
23469
- _this30.freeValid = false;
24131
+ if (!_this31.validInfo()) {
24132
+ _this31.freeValid = false;
23470
24133
  return;
23471
24134
  } else {
23472
- _this30.freeValid = true;
24135
+ _this31.freeValid = true;
23473
24136
  }
23474
24137
  // if (
23475
24138
  // this.currentNodeIsCircularReadNode &&
@@ -23479,14 +24142,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23479
24142
  // return;
23480
24143
  // }
23481
24144
  if (type == 'multiInsMidwayWithSubmitScene') {
23482
- _this30.sendData(type);
24145
+ _this31.sendData(type);
23483
24146
  return;
23484
24147
  }
23485
- if (_this30.beforeSubmit == undefined) {
23486
- _this30.subFun(_this30.sendData);
24148
+ if (_this31.beforeSubmit == undefined) {
24149
+ _this31.subFun(_this31.sendData);
23487
24150
  } else {
23488
- _this30.beforeSubmit(1).then(function (next) {
23489
- _this30.sendData();
24151
+ _this31.beforeSubmit(1).then(function (next) {
24152
+ _this31.sendData();
23490
24153
  }).catch(function (e) {});
23491
24154
  }
23492
24155
  }
@@ -23519,19 +24182,37 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23519
24182
  this.$message.warning('请选择输入审批意见');
23520
24183
  return false;
23521
24184
  }
23522
- if (this.isHideCurrentOrg && !this.nextNode.nextCurrentOrgObjJson) {
23523
- this.$message.warning('\u8BF7\u9009\u62E9' + (this.currentOrgName || '本单位'));
23524
- return false;
23525
- }
24185
+ // if (this.isHideCurrentOrg && !this.nextNode.nextCurrentOrgObjJson) {
24186
+ // this.$message.warning(`请选择${this.currentOrgName || '本单位'}`);
24187
+ // return false;
24188
+ // }
23526
24189
 
23527
- if (this.currentNodeIsCircularReadNode && this.nextNode.nextCurrentOrgObj.length == 0 && this.nextNode.nextOtherOrgObj.length == 0) {
23528
- this.$message.warning('\u8BF7\u9009\u62E9\u5904\u7406\u5BF9\u8C61!');
24190
+ if ((this.currentNodeIsCircularReadNode || this.isHideOtherOrg && this.isHideCurrentOrg) && this.nextNode.nextCurrentOrgObj.length == 0 && this.nextNode.nextOtherOrgObj.length == 0) {
24191
+ this.$message.warning('\u8BF7\u9009\u62E9\u4E0B\u6B65\u529E\u7406\u5BF9\u8C61!');
23529
24192
  return false;
23530
24193
  }
23531
24194
  return true;
23532
24195
  },
24196
+ flowSuccess: function flowSuccess(hideMessage) {
24197
+ var _this32 = this;
24198
+
24199
+ if (!this.simpleTips) {
24200
+ this.$alert('提交成功', '', {
24201
+ confirmButtonText: '确定',
24202
+ type: 'success',
24203
+ callback: function callback(action) {
24204
+ _this32.$emit('success');
24205
+ }
24206
+ });
24207
+ } else {
24208
+ if (!hideMessage) {
24209
+ this.$message.success('提交成功');
24210
+ }
24211
+ this.$emit('success');
24212
+ }
24213
+ },
23533
24214
  sendData: function sendData(freetype) {
23534
- var _this31 = this;
24215
+ var _this33 = this;
23535
24216
 
23536
24217
  this.$refs['nextNode'].validate(function () {
23537
24218
  var _ref2 = mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee(valid) {
@@ -23541,116 +24222,121 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23541
24222
  switch (_context.prev = _context.next) {
23542
24223
  case 0:
23543
24224
  if (!valid) {
23544
- _context.next = 50;
24225
+ _context.next = 51;
23545
24226
  break;
23546
24227
  }
23547
24228
 
23548
- if (!_this31.isFlow) {
23549
- _context.next = 3;
24229
+ if (!_this33.isFlow) {
24230
+ _context.next = 4;
23550
24231
  break;
23551
24232
  }
23552
24233
 
23553
- return _context.abrupt('return', _this31.handleVisible = true);
24234
+ if (_this33.directCreateCircularReadWhenFlowStarted) {
24235
+ _this33.circulateVisible = true;
24236
+ } else {
24237
+ _this33.handleVisible = true;
24238
+ }
24239
+ return _context.abrupt('return');
23554
24240
 
23555
- case 3:
24241
+ case 4:
23556
24242
  nextUserId = [];
23557
24243
 
23558
- if (_this31.multiple) {
23559
- _this31.nextNode.nextUserId && _this31.nextNode.nextUserId.map(function (item) {
24244
+ if (_this33.multiple) {
24245
+ _this33.nextNode.nextUserId && _this33.nextNode.nextUserId.map(function (item) {
23560
24246
  return nextUserId.push(item);
23561
24247
  });
23562
24248
  }
23563
24249
  addSignUserId = [];
23564
24250
 
23565
- if (_this31.isCanAddSign && _this31.nextNode.isAddSign == '1') {
23566
- _this31.nextNode.addSignUserId.map(function (item) {
24251
+ if (_this33.isCanAddSign && _this33.nextNode.isAddSign == '1') {
24252
+ _this33.nextNode.addSignUserId.map(function (item) {
23567
24253
  addSignUserId.push(item);
23568
24254
  });
23569
24255
  }
23570
24256
  removeSignUserId = [];
23571
24257
 
23572
- if (_this31.isCanRemoveSign && _this31.nextNode.isRemoveSign == '1') {
23573
- _this31.nextNode.removeSignUserId.map(function (item) {
24258
+ if (_this33.isCanRemoveSign && _this33.nextNode.isRemoveSign == '1') {
24259
+ _this33.nextNode.removeSignUserId.map(function (item) {
23574
24260
  removeSignUserId.push(item);
23575
24261
  });
23576
24262
  }
23577
24263
  str = '';
23578
24264
 
23579
- if (_this31.value) {
23580
- str = _this31.value.replace(/\s+/g, '');
24265
+ if (_this33.value) {
24266
+ str = _this33.value.replace(/\s+/g, '');
23581
24267
  }
23582
- if ((!_this31.value || str === '') && _this31.nodeDefaultSubmitOpinion) {
23583
- _this31.value = _this31.nodeDefaultSubmitOpinion;
24268
+ if ((!_this33.value || str === '') && _this33.nodeDefaultSubmitOpinion) {
24269
+ _this33.value = _this33.nodeDefaultSubmitOpinion;
23584
24270
  }
23585
- if (!_this31.isSpecial) {
23586
- delete _this31.nextNode.nextOperate;
23587
- delete _this31.nextNode.nextNodeId;
24271
+ if (!_this33.isSpecial) {
24272
+ delete _this33.nextNode.nextOperate;
24273
+ delete _this33.nextNode.nextNodeId;
23588
24274
  }
23589
- if (_this31.nextNode.nextOperate === 9) {
23590
- _this31.nextNode.isReturnRejectNode = 1;
23591
- _this31.nextNode.processDefinitionId = _this31.processObj.taskExamine.processDefinitionId;
24275
+ if (_this33.nextNode.nextOperate === 9) {
24276
+ _this33.nextNode.isReturnRejectNode = 1;
24277
+ _this33.nextNode.processDefinitionId = _this33.processObj.taskExamine.processDefinitionId;
23592
24278
  }
23593
- if (_this31.nextNode.nextOperate != 0 && _this31.nextNode.nextOperate != 1) {
23594
- delete _this31.nextNode.nextNodeId;
24279
+ if (_this33.nextNode.nextOperate != 0 && _this33.nextNode.nextOperate != 1) {
24280
+ delete _this33.nextNode.nextNodeId;
23595
24281
  }
23596
24282
 
23597
24283
  if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
23598
- _context.next = 19;
24284
+ _context.next = 20;
23599
24285
  break;
23600
24286
  }
23601
24287
 
23602
- _context.next = 18;
23603
- return _this31.saveInfo('subMit');
23604
-
23605
- case 18:
23606
- _this31.loading = util["a" /* default */].loading(_this31.$loading, '加载中...');
24288
+ _context.next = 19;
24289
+ return _this33.saveInfo('subMit');
23607
24290
 
23608
24291
  case 19:
24292
+ _this33.loading = util["a" /* default */].loading(_this33.$loading, '加载中...');
24293
+
24294
+ case 20:
23609
24295
  notificationType = '';
23610
24296
 
23611
- notificationType = _this31.nextNode.notificationType.join(',');
24297
+ notificationType = _this33.nextNode.notificationType.join(',');
23612
24298
  addSignUserId = addSignUserId.join(',');
23613
24299
  removeSignUserId = removeSignUserId.join(',');
23614
- if (!_this31.isCanPreAddSign || _this31.nextNode.isAddSign != '1') {
23615
- delete _this31.nextNode.addSignMode;
24300
+ if (!_this33.isCanPreAddSign || _this33.nextNode.isAddSign != '1') {
24301
+ delete _this33.nextNode.addSignMode;
23616
24302
  }
23617
- params = mainvue_type_script_lang_js_extends({}, _this31.nextNode, {
23618
- pendingId: _this31.pendingId,
23619
- opinion: _this31.isForceDisplayDefaultOptionForPrefix && !_this31.value.startsWith(_this31.nodeDefaultSubmitOpinion) ? _this31.nodeDefaultSubmitOpinion + _this31.value : _this31.value,
24303
+ params = mainvue_type_script_lang_js_extends({}, _this33.nextNode, {
24304
+ pendingId: _this33.pendingId,
24305
+ opinion: _this33.isForceDisplayDefaultOptionForPrefix && !_this33.value.startsWith(_this33.nodeDefaultSubmitOpinion) ? _this33.nodeDefaultSubmitOpinion + _this33.value : _this33.value,
23620
24306
  userId: util["a" /* default */].getStorage('userId'),
23621
- nextUserId: _this31.multiple ? nextUserId.join(',') : _this31.nextNode.nextUserId,
24307
+ nextUserId: _this33.multiple ? nextUserId.join(',') : _this33.nextNode.nextUserId,
23622
24308
  addSignUserId: addSignUserId,
23623
- customPresetUserJson: JSON.stringify(_this31.presetList),
23624
- presetUserJson: JSON.stringify(_this31.presetUserJson),
24309
+ customPresetUserJson: JSON.stringify(_this33.presetList),
24310
+ presetUserJson: JSON.stringify(_this33.presetUserJson),
23625
24311
  removeSignUserId: removeSignUserId,
23626
- nextReadUserId: _this31.readMultiple ? _this31.mixReadList && _this31.mixReadList.join('|') : _this31.nextNode.nextReadUserId,
23627
- nextOrgId: !_this31.isShowNextUser ? _this31.multiple ? _this31.mixOrgIdList && _this31.mixOrgIdList.join('|') : _this31.nextNode.nextOrgId : '',
23628
- presetReadUserId: _this31.mixPresetList && _this31.mixPresetList.length > 0 ? _this31.mixPresetList.join('|') : _this31.nextNode.presetReadUserId.join(','),
24312
+ nextReadUserId: _this33.readMultiple ? _this33.mixReadList && _this33.mixReadList.join('|') : _this33.nextNode.nextReadUserId,
24313
+ nextOrgId: !_this33.isShowNextUser ? _this33.multiple ? _this33.mixOrgIdList && _this33.mixOrgIdList.join('|') : _this33.nextNode.nextOrgId : '',
24314
+ presetReadUserId: _this33.mixPresetList && _this33.mixPresetList.length > 0 ? _this33.mixPresetList.join('|') : _this33.nextNode.presetReadUserId.join(','),
23629
24315
  notificationType: notificationType
23630
24316
  });
23631
24317
 
23632
- if (_this31.activeNames != '1') delete params.customPresetUserJson;
23633
- if (_this31.nextNode.isRemoveSign != '1') {
24318
+ if (_this33.activeNames != '1') delete params.customPresetUserJson;
24319
+ if (_this33.nextNode.isRemoveSign != '1') {
23634
24320
  delete params.removeSignUserId;
23635
24321
  }
23636
- if (_this31.nextNode.isAddSign != '1') {
24322
+ if (_this33.nextNode.isAddSign != '1') {
23637
24323
  delete params.addSignUserId;
23638
24324
  }
23639
- if (!_this31.isSpecial) {
24325
+ if (!_this33.isSpecial) {
23640
24326
  delete params.nextUserId;
23641
24327
  }
23642
24328
 
23643
24329
  if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
23644
- _context.next = 32;
24330
+ _context.next = 33;
23645
24331
  break;
23646
24332
  }
23647
24333
 
23648
- _this31.taskParams = params;
24334
+ _this33.taskParams = params;
23649
24335
  return _context.abrupt('return');
23650
24336
 
23651
- case 32:
23652
- _this31.loading = util["a" /* default */].loading(_this31.$loading, '提交中...');
23653
- isEndUserTask = _this31.isEndUserTask, choiceOrgId = _this31.choiceOrgId, choiceDeptId = _this31.choiceDeptId, pOrgId = _this31.pOrgId, taskExamineInfo = _this31.taskExamineInfo, currentNodeIsCircularReadNode = _this31.currentNodeIsCircularReadNode, needRetrialAuth = _this31.needRetrialAuth, circularReadParamsMap = _this31.circularReadParamsMap;
24337
+ case 33:
24338
+ _this33.loading = util["a" /* default */].loading(_this33.$loading, '提交中...');
24339
+ isEndUserTask = _this33.isEndUserTask, choiceOrgId = _this33.choiceOrgId, choiceDeptId = _this33.choiceDeptId, pOrgId = _this33.pOrgId, taskExamineInfo = _this33.taskExamineInfo, currentNodeIsCircularReadNode = _this33.currentNodeIsCircularReadNode, needRetrialAuth = _this33.needRetrialAuth, circularReadParamsMap = _this33.circularReadParamsMap;
23654
24340
 
23655
24341
  params.isEndUserTask = isEndUserTask;
23656
24342
  params.choiceOrgId = choiceOrgId;
@@ -23668,34 +24354,33 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23668
24354
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
23669
24355
  }
23670
24356
 
23671
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
24357
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Kb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
23672
24358
  var status = res.status,
23673
24359
  message = res.message;
23674
24360
 
23675
- _this31.loading.close();
24361
+ _this33.loading.close();
23676
24362
  if (status === 'success') {
23677
- _this31.$message.success('提交成功');
23678
- _this31.$emit('success');
24363
+ _this33.flowSuccess();
23679
24364
  } else {
23680
- _this31.$message.error(message || '系统错误,请联系管理员!');
23681
- _this31.$emit('error');
24365
+ _this33.$message.error(message || '系统错误,请联系管理员!');
24366
+ _this33.$emit('error');
23682
24367
  }
23683
24368
  }).catch(function (err) {
23684
- _this31.loading.close();
24369
+ _this33.loading.close();
23685
24370
  if (err.message && err.message !== 'canceled') {
23686
- _this31.$message.error(err.message);
24371
+ _this33.$message.error(err.message);
23687
24372
  }
23688
24373
  }));
23689
24374
 
23690
- case 50:
24375
+ case 51:
23691
24376
  return _context.abrupt('return', false);
23692
24377
 
23693
- case 51:
24378
+ case 52:
23694
24379
  case 'end':
23695
24380
  return _context.stop();
23696
24381
  }
23697
24382
  }
23698
- }, _callee, _this31);
24383
+ }, _callee, _this33);
23699
24384
  }));
23700
24385
 
23701
24386
  return function (_x) {