eoss-ui 0.6.66 → 0.6.68

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 (78) hide show
  1. package/lib/button-group.js +108 -106
  2. package/lib/button.js +108 -106
  3. package/lib/calogin.js +567 -156
  4. package/lib/checkbox-group.js +110 -108
  5. package/lib/config/api.js +1 -0
  6. package/lib/data-table-form.js +110 -108
  7. package/lib/data-table.js +113 -111
  8. package/lib/date-picker.js +108 -106
  9. package/lib/dialog.js +108 -106
  10. package/lib/eoss-ui.common.js +956 -516
  11. package/lib/flow-group.js +108 -106
  12. package/lib/flow-list.js +199 -207
  13. package/lib/flow.js +230 -212
  14. package/lib/form.js +110 -108
  15. package/lib/handle-user.js +109 -107
  16. package/lib/handler.js +109 -107
  17. package/lib/icon.js +109 -107
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +108 -106
  20. package/lib/input.js +108 -106
  21. package/lib/login.js +172 -147
  22. package/lib/main.js +141 -139
  23. package/lib/nav.js +108 -106
  24. package/lib/notify.js +111 -109
  25. package/lib/page.js +108 -106
  26. package/lib/pagination.js +108 -106
  27. package/lib/player.js +108 -106
  28. package/lib/qr-code.js +108 -106
  29. package/lib/radio-group.js +110 -108
  30. package/lib/retrial-auth.js +111 -109
  31. package/lib/select-ganged.js +110 -108
  32. package/lib/select.js +110 -108
  33. package/lib/selector-panel.js +126 -124
  34. package/lib/selector.js +109 -107
  35. package/lib/sizer.js +110 -108
  36. package/lib/steps.js +108 -106
  37. package/lib/switch.js +108 -106
  38. package/lib/table-form.js +108 -106
  39. package/lib/tabs.js +108 -106
  40. package/lib/theme-chalk/index.css +1 -1
  41. package/lib/theme-chalk/login.css +1 -1
  42. package/lib/tips.js +109 -107
  43. package/lib/tree-group.js +108 -106
  44. package/lib/tree.js +109 -107
  45. package/lib/upload.js +118 -116
  46. package/lib/wujie.js +108 -106
  47. package/lib/wxlogin.js +108 -106
  48. package/package.json +2 -2
  49. package/packages/.DS_Store +0 -0
  50. package/packages/autocomplete/.DS_Store +0 -0
  51. package/packages/calogin/.DS_Store +0 -0
  52. package/packages/calogin/src/main.vue +285 -48
  53. package/packages/calogin/src/plugin.js +167 -0
  54. package/packages/date-picker/.DS_Store +0 -0
  55. package/packages/date-picker/src/.DS_Store +0 -0
  56. package/packages/flow/.DS_Store +0 -0
  57. package/packages/flow/src/component/Circulate.vue +6 -1
  58. package/packages/flow/src/main.vue +6 -0
  59. package/packages/flow/src/reset.vue +6 -1
  60. package/packages/flow/src/selectUser.vue +1 -1
  61. package/packages/flow-list/.DS_Store +0 -0
  62. package/packages/flow-list/src/main.vue +12 -24
  63. package/packages/login/.DS_Store +0 -0
  64. package/packages/login/src/main.vue +28 -7
  65. package/packages/main/.DS_Store +0 -0
  66. package/packages/main/src/.DS_Store +0 -0
  67. package/packages/menu/.DS_Store +0 -0
  68. package/packages/scrollbar/.DS_Store +0 -0
  69. package/packages/select/.DS_Store +0 -0
  70. package/packages/theme-chalk/lib/index.css +1 -1
  71. package/packages/theme-chalk/lib/login.css +1 -1
  72. package/packages/theme-chalk/src/.DS_Store +0 -0
  73. package/packages/theme-chalk/src/login.scss +5 -5
  74. package/packages/upload/.DS_Store +0 -0
  75. package/src/.DS_Store +0 -0
  76. package/src/config/api.js +1 -0
  77. package/src/index.js +163 -163
  78. package/src/utils/.DS_Store +0 -0
package/lib/flow-list.js CHANGED
@@ -1604,7 +1604,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1604
1604
  * @param {function} callback - 回调函数
1605
1605
  **/
1606
1606
  var getMainConfig = function getMainConfig(callback) {
1607
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "nb"] }).then(function (res) {
1607
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "ob"] }).then(function (res) {
1608
1608
  if (res && res.rCode === 0) {
1609
1609
  callback(res.results);
1610
1610
  }
@@ -2361,7 +2361,7 @@ var isLogined = function () {
2361
2361
  break;
2362
2362
  }
2363
2363
 
2364
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "mb"] }).then(function (res) {
2364
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "nb"] }).then(function (res) {
2365
2365
  if (res.rCode === 0) {
2366
2366
  removeStorage();
2367
2367
  }
@@ -3517,148 +3517,149 @@ var watermark = function watermark(option) {
3517
3517
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
3518
3518
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
3519
3519
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
3520
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return logout; });
3521
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initLogin; });
3522
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return switchUserTo; });
3520
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return logout; });
3521
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initLogin; });
3522
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return switchUserTo; });
3523
3523
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3524
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getLoginCode; });
3524
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getLoginCode; });
3525
3525
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3526
3526
  /* unused harmony export updateCode */
3527
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getModifyPassCode; });
3527
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getModifyPassCode; });
3528
3528
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3529
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return loginModifyPassword; });
3529
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginModifyPassword; });
3530
3530
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3531
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initModifyPassword; });
3531
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initModifyPassword; });
3532
3532
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
3533
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getTwoFactorLoginCode; });
3533
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getTwoFactorLoginCode; });
3534
3534
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
3535
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initRetrialAuth; });
3536
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getRetrialAuthCode; });
3537
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return scanCodeRetrialAuth; });
3535
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initRetrialAuth; });
3536
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getRetrialAuthCode; });
3537
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return scanCodeRetrialAuth; });
3538
3538
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3539
3539
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
3540
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return userOnline; });
3541
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getUserAppWithTag; });
3542
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return recordUserApp; });
3543
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return mainConfig; });
3544
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initUserSet; });
3545
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserInfo; });
3540
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return userOnline; });
3541
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getUserAppWithTag; });
3542
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return recordUserApp; });
3543
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return mainConfig; });
3544
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initUserSet; });
3545
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateUserInfo; });
3546
3546
  /* unused harmony export getUserImgUrl */
3547
3547
  /* unused harmony export getDoorIndex */
3548
3548
  /* unused harmony export refreshOnlineUsers */
3549
3549
  /* unused harmony export getQuickMenuIds */
3550
3550
  /* unused harmony export getApplicationIdArray */
3551
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getComplexApplications; });
3552
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplicationsNew; });
3551
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplications; });
3552
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplicationsNew; });
3553
3553
  /* unused harmony export getUserCustomInfo */
3554
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateUserCustomInfo; });
3555
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return sysMsgPage; });
3556
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreSysMsg; });
3557
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return ignoreAllSysMsg; });
3558
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return searchType; });
3559
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctProperties; });
3560
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploads; });
3561
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadOnlyOne; });
3562
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getAdjunctFileInfos; });
3563
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadSort; });
3554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserCustomInfo; });
3555
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sysMsgPage; });
3556
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return ignoreSysMsg; });
3557
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreAllSysMsg; });
3558
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return searchType; });
3559
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctProperties; });
3560
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploads; });
3561
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadOnlyOne; });
3562
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctFileInfos; });
3563
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadSort; });
3564
3564
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
3565
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return uploadDownloads; });
3566
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return previewAdjunct; });
3567
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct2; });
3568
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunctOffice; });
3565
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadDownloads; });
3566
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct; });
3567
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunct2; });
3568
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunctOffice; });
3569
3569
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3570
3570
  /* unused harmony export upload_updateClassify */
3571
3571
  /* unused harmony export getDeleteAdjunctFileInfos */
3572
3572
  /* unused harmony export getPictureBase64 */
3573
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgTree; });
3574
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectorOrgDetail; });
3575
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getOrgMainTree; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getSelectOrgsubids; });
3577
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findSysCode; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getDictList; });
3573
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgTree; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgDetail; });
3575
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getOrgMainTree; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectOrgsubids; });
3577
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
3578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getDictList; });
3579
3579
  /* unused harmony export findUserBaseInfo */
3580
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return gethelpdoc; });
3580
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return gethelpdoc; });
3581
3581
  /* unused harmony export getCurrentuser */
3582
3582
  /* unused harmony export mainDetail */
3583
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toStartFlow; });
3584
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return tempSave; });
3583
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartFlow; });
3584
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return tempSave; });
3585
3585
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3586
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3587
3587
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
3588
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return saveCommonOpinion; });
3589
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return updateCommonOpinion; });
3588
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return saveCommonOpinion; });
3589
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateCommonOpinion; });
3590
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getProcessDefList; });
3592
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getNodeInfo; });
3593
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return findCodeValues; });
3594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysParam; });
3595
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCodes; });
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNotificationMsg; });
3597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getHandleInfoHtml; });
3598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskHandleHtml; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getProcessDefList; });
3592
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfo; });
3593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
3595
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNotificationMsg; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getHandleInfoHtml; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskHandleHtml; });
3599
3599
  /* unused harmony export getView */
3600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return register; });
3601
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pendedhistoryList; });
3602
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskRejectHtml; });
3603
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskRejectHtml; });
3604
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartTaskRead; });
3605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskReadIndex; });
3606
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskReadHtml; });
3607
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return rejectAndEnd; });
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toSendMsg; });
3609
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendMsg; });
3610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowHtml; });
3611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return handleInfo; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginUserInfo; });
3613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return wss; });
3614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return topic; });
3615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getPresetCustomInfo; });
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetNodeInfo; });
3617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTransferIndex; });
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTransfer; });
3619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toPresetInfoListIndex; });
3600
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return register; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryList; });
3602
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskRejectHtml; });
3603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskRejectHtml; });
3604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskRead; });
3605
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartTaskReadIndex; });
3606
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadHtml; });
3607
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return rejectAndEnd; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toSendMsg; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendMsg; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return handleInfo; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return loginUserInfo; });
3613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return wss; });
3614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return topic; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetCustomInfo; });
3616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetNodeInfo; });
3617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskTransferIndex; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskTransfer; });
3619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toPresetInfoListIndex; });
3620
3620
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
3621
3621
  /* unused harmony export historyListJson */
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryListJson; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pressListJson; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListJson; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pressListJson; });
3624
3624
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
3625
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return isCanStartSubFlow; });
3626
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskUnionExamine; });
3627
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskUnionExamine; });
3628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskTakeAdvice; });
3629
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskTakeAdvice; });
3630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskStartDraft; });
3631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskSupervise; });
3632
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSuperviseSub; });
3633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskStartDraft; });
3634
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskReview; });
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskReview; });
3636
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionSeal; });
3637
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionSeal; });
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTwoOfficesDispatch; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return twoOfficesDispatch; });
3640
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toResetProcessIndex; });
3641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return resetProcess; });
3642
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskContinuationIndex; });
3643
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskContinuation; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getFreeStartFlowParams; });
3645
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return freeStartFlowWithSubmitTask; });
3625
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return isCanStartSubFlow; });
3626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionExamine; });
3627
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionExamine; });
3628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTakeAdvice; });
3629
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTakeAdvice; });
3630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskStartDraft; });
3631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSupervise; });
3632
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskSuperviseSub; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskStartDraft; });
3634
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskReview; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReview; });
3636
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskUnionSeal; });
3637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskUnionSeal; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTwoOfficesDispatch; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return twoOfficesDispatch; });
3640
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toResetProcessIndex; });
3641
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return resetProcess; });
3642
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskContinuationIndex; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskContinuation; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getFreeStartFlowParams; });
3645
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlowWithSubmitTask; });
3646
3646
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
3647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListWithCircularReadJson; });
3648
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return fyListJson; });
3647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryListWithCircularReadJson; });
3648
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return fyListJson; });
3649
3649
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
3650
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadWithDraw; });
3651
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3650
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskReadWithDraw; });
3651
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3652
3652
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
3653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendList; });
3654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendInfo; });
3653
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendList; });
3654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendInfo; });
3655
3655
  /* unused harmony export sendSave */
3656
3656
  /* unused harmony export sendUpdate */
3657
3657
  /* unused harmony export sendDelete */
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendBatch; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return formContents; });
3658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendBatch; });
3659
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
3660
3660
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
3661
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfoForStart; });
3661
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
3662
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfoForStart; });
3662
3663
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3663
3664
  // 登录
3664
3665
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3914,6 +3915,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
3914
3915
 
3915
3916
  var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3916
3917
  var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
3918
+ var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
3917
3919
  var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3918
3920
 
3919
3921
  /***/ }),
@@ -4440,8 +4442,8 @@ var component = Object(componentNormalizer["a" /* default */])(
4440
4442
  // ESM COMPAT FLAG
4441
4443
  __webpack_require__.r(__webpack_exports__);
4442
4444
 
4443
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=0f6641c6&
4444
- var mainvue_type_template_id_0f6641c6_render = function () {
4445
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=017a3796&
4446
+ var mainvue_type_template_id_017a3796_render = function () {
4445
4447
  var _vm = this
4446
4448
  var _h = _vm.$createElement
4447
4449
  var _c = _vm._self._c || _h
@@ -4496,7 +4498,11 @@ var mainvue_type_template_id_0f6641c6_render = function () {
4496
4498
  display: _vm.display,
4497
4499
  numbers: _vm.numbers,
4498
4500
  full: _vm.height !== "auto",
4499
- data: _vm.returnData(item.type),
4501
+ data: _vm.showDoresult
4502
+ ? _vm.returnData(item.type).filter(function (x) {
4503
+ return x.doresult || x.handleInfo
4504
+ })
4505
+ : _vm.returnData(item.type),
4500
4506
  },
4501
4507
  on: {
4502
4508
  "cell-click": _vm.handleCellClick,
@@ -4645,10 +4651,10 @@ var mainvue_type_template_id_0f6641c6_render = function () {
4645
4651
  )
4646
4652
  }
4647
4653
  var staticRenderFns = []
4648
- mainvue_type_template_id_0f6641c6_render._withStripped = true
4654
+ mainvue_type_template_id_017a3796_render._withStripped = true
4649
4655
 
4650
4656
 
4651
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=0f6641c6&
4657
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=017a3796&
4652
4658
 
4653
4659
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
4654
4660
  var regenerator_ = __webpack_require__(4);
@@ -5699,7 +5705,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5699
5705
  return x.id;
5700
5706
  }).join(',');
5701
5707
  var params = {
5702
- url: api["Mb" /* taskReadWithDraw */],
5708
+ url: api["Nb" /* taskReadWithDraw */],
5703
5709
  params: {
5704
5710
  pendingIds: pendingIds
5705
5711
  }
@@ -5785,20 +5791,14 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5785
5791
  }).catch(function () {});
5786
5792
  },
5787
5793
  getCircularReadList: function getCircularReadList() {
5788
- var _this9 = this;
5789
-
5790
5794
  var _that = this;
5791
5795
  var params = {
5792
- url: api["qb" /* pendedhistoryListWithCircularReadJson */],
5796
+ url: api["rb" /* pendedhistoryListWithCircularReadJson */],
5793
5797
  params: { apprecordid: _that.businessId }
5794
5798
  };
5795
5799
  util["a" /* default */].ajax(params).then(function (res) {
5796
5800
  if (res.status == 'success' || res.rCode == 0) {
5797
- if (_this9.showDoresult && res.data.fyHistoryList) {
5798
- res.data.fyHistoryList = res.data.fyHistoryList.filter(function (x) {
5799
- return x.doresult || x.handleInfo;
5800
- });
5801
- }
5801
+
5802
5802
  _that.circularData = res.data.fyHistoryList;
5803
5803
  _that.hasCircularReadWithdrawAuthority = res.data.hasCircularReadWithdrawAuthority;
5804
5804
  _that.$nextTick(function () {
@@ -5811,24 +5811,31 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5811
5811
  switch (type) {
5812
5812
  case 'preset':
5813
5813
  this.flowListCount.preset = this.presetData.length;
5814
+ this.flowListCount.presetData = this.presetData;
5814
5815
  return this.presetData;
5815
5816
  case 'sign':
5816
5817
  this.flowListCount.sign = this.signData.length;
5818
+ this.flowListCount.signData = this.signData;
5817
5819
  return this.signData;
5818
5820
  case 'splitReading':
5819
5821
  this.flowListCount.splitReading = this.splitReadingData.length;
5822
+ this.flowListCount.splitReadingData = this.splitReadingData;
5820
5823
  return this.splitReadingData;
5821
5824
  case 'circular':
5822
5825
  this.flowListCount.circular = this.circularData.length;
5826
+ this.flowListCount.circularData = this.circularData;
5823
5827
  return this.circularData;
5824
5828
  case 'untreatedRead':
5825
5829
  this.flowListCount.untreatedRead = this.untreatedReadData.length;
5830
+ this.flowListCount.untreatedReadData = this.untreatedReadData;
5826
5831
  return this.untreatedReadData;
5827
5832
  case 'processedRead':
5828
5833
  this.flowListCount.processedRead = this.processedReadData.length;
5834
+ this.flowListCount.processedReadData = this.processedReadData;
5829
5835
  return this.processedReadData;
5830
5836
  default:
5831
5837
  this.flowListCount.flow = this.flowData.length;
5838
+ this.flowListCount.flowData = this.flowData;
5832
5839
  return this.flowData;
5833
5840
  }
5834
5841
  },
@@ -5861,7 +5868,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5861
5868
  * @date 2022年11月29日
5862
5869
  **/
5863
5870
  handleFormSubmit: function handleFormSubmit(formData) {
5864
- var _this10 = this;
5871
+ var _this9 = this;
5865
5872
 
5866
5873
  this.delLoading = true;
5867
5874
  var params = {
@@ -5873,18 +5880,18 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5873
5880
  var status = res.status,
5874
5881
  message = res.message;
5875
5882
 
5876
- _this10.delLoading = false;
5883
+ _this9.delLoading = false;
5877
5884
  if (status === 'success') {
5878
- _this10.$message.success('删除成功');
5879
- _this10.showDel = false;
5880
- _this10.handleChange();
5885
+ _this9.$message.success('删除成功');
5886
+ _this9.showDel = false;
5887
+ _this9.handleChange();
5881
5888
  } else {
5882
- _this10.$message.error(message || '系统错误,请联系管理员!');
5889
+ _this9.$message.error(message || '系统错误,请联系管理员!');
5883
5890
  }
5884
5891
  }).catch(function (err) {
5885
- _this10.delLoading = false;
5892
+ _this9.delLoading = false;
5886
5893
  if (err.message && err.message !== 'canceled') {
5887
- _this10.$message.error(err.message);
5894
+ _this9.$message.error(err.message);
5888
5895
  }
5889
5896
  });
5890
5897
  },
@@ -5948,7 +5955,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5948
5955
  * @date 2022年11月29日
5949
5956
  **/
5950
5957
  getPressList: function getPressList() {
5951
- var _this11 = this;
5958
+ var _this10 = this;
5952
5959
 
5953
5960
  var historyId = this.historyId,
5954
5961
  pageSize = this.pageSize,
@@ -5958,19 +5965,19 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5958
5965
 
5959
5966
  this.pressLoading = true;
5960
5967
  var params = {
5961
- url: api["rb" /* pressListJson */],
5968
+ url: api["sb" /* pressListJson */],
5962
5969
  params: { historyId: historyId },
5963
5970
  method: 'POST',
5964
5971
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
5965
5972
  };
5966
5973
  util["a" /* default */].ajax(params).then(function (res) {
5967
- _this11.pressTableList = res.data;
5968
- _this11.total = res.totalrecords;
5969
- _this11.pressLoading = false;
5974
+ _this10.pressTableList = res.data;
5975
+ _this10.total = res.totalrecords;
5976
+ _this10.pressLoading = false;
5970
5977
  }).catch(function (err) {
5971
- _this11.pressLoading = false;
5978
+ _this10.pressLoading = false;
5972
5979
  if (err.message && err.message !== 'canceled') {
5973
- _this11.$message.error(err.message);
5980
+ _this10.$message.error(err.message);
5974
5981
  }
5975
5982
  });
5976
5983
  },
@@ -6015,7 +6022,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6015
6022
  this.getFlowList();
6016
6023
  },
6017
6024
  getFyListJson: function getFyListJson(type) {
6018
- var _this12 = this;
6025
+ var _this11 = this;
6019
6026
 
6020
6027
  return _asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
6021
6028
  var params;
@@ -6024,23 +6031,19 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6024
6031
  switch (_context3.prev = _context3.next) {
6025
6032
  case 0:
6026
6033
  params = {
6027
- url: api["E" /* fyListJson */],
6034
+ url: api["F" /* fyListJson */],
6028
6035
  params: {
6029
- appRecordId: _this12.businessId,
6036
+ appRecordId: _this11.businessId,
6030
6037
  status: type
6031
6038
  }
6032
6039
  };
6033
6040
  _context3.next = 3;
6034
6041
  return util["a" /* default */].ajax(params).then(function (res) {
6035
- if (_this12.showDoresult && res.data) {
6036
- res.data = res.data.filter(function (x) {
6037
- return x.doresult || x.handleInfo;
6038
- });
6039
- }
6042
+
6040
6043
  if (type == 1) {
6041
- _this12.untreatedReadData = res.data;
6044
+ _this11.untreatedReadData = res.data;
6042
6045
  } else {
6043
- _this12.processedReadData = res.data;
6046
+ _this11.processedReadData = res.data;
6044
6047
  }
6045
6048
  });
6046
6049
 
@@ -6049,7 +6052,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6049
6052
  return _context3.stop();
6050
6053
  }
6051
6054
  }
6052
- }, _callee3, _this12);
6055
+ }, _callee3, _this11);
6053
6056
  }))();
6054
6057
  },
6055
6058
 
@@ -6060,10 +6063,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6060
6063
  * @date 2022年11月22日
6061
6064
  **/
6062
6065
  getFlowList: function getFlowList() {
6063
- var _this13 = this;
6066
+ var _this12 = this;
6064
6067
 
6065
6068
  var params = {
6066
- url: api["pb" /* pendedhistoryListJson */],
6069
+ url: api["qb" /* pendedhistoryListJson */],
6067
6070
  params: _extends({
6068
6071
  apprecordid: this.businessId,
6069
6072
  pendingAttr: 0,
@@ -6083,53 +6086,46 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6083
6086
  modify = _res$data.modify,
6084
6087
  taskReadName = _res$data.taskReadName;
6085
6088
 
6086
- _this13.loading.close();
6089
+ _this12.loading.close();
6087
6090
  if (status == 'success') {
6088
- if (_this13.showDoresult) {
6089
- wfHistoryList && (wfHistoryList = wfHistoryList.filter(function (x) {
6090
- return x.doresult || x.handleInfo;
6091
- }));
6092
- fyHistoryList && (fyHistoryList = fyHistoryList.filter(function (x) {
6093
- return x.doresult || x.handleInfo;
6094
- }));
6095
- }
6096
- _this13.flowTableInfo.adjunctCode = adjunctCode;
6097
- _this13.flowTableInfo.hasAgent = hasAgent;
6098
- _this13.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
6099
- _this13.isShort = isShort;
6100
- _this13.taskReadName = taskReadName;
6101
- _this13.flowData = wfHistoryList;
6102
- _this13.flowData.map(function (x) {
6091
+
6092
+ _this12.flowTableInfo.adjunctCode = adjunctCode;
6093
+ _this12.flowTableInfo.hasAgent = hasAgent;
6094
+ _this12.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
6095
+ _this12.isShort = isShort;
6096
+ _this12.taskReadName = taskReadName;
6097
+ _this12.flowData = wfHistoryList;
6098
+ _this12.flowData.map(function (x) {
6103
6099
  if (!x.deptid) {
6104
6100
  x.deptid = x.deptName;
6105
6101
  }
6106
6102
  });
6107
- _this13.splitReadingData = fyHistoryList;
6108
- _this13.modify = modify;
6109
- _this13.show = true;
6110
- if (_this13.height == 'auto') {
6111
- _this13.$nextTick(function () {
6112
- _this13.content.map(function (x) {
6113
- _this13[x.type + 'Height'] = _this13.$refs[x.type][0].offsetHeight;
6103
+ _this12.splitReadingData = fyHistoryList;
6104
+ _this12.modify = modify;
6105
+ _this12.show = true;
6106
+ if (_this12.height == 'auto') {
6107
+ _this12.$nextTick(function () {
6108
+ _this12.content.map(function (x) {
6109
+ _this12[x.type + 'Height'] = _this12.$refs[x.type][0].offsetHeight;
6114
6110
  });
6115
6111
  });
6116
6112
  }
6117
- if (_this13.contents.indexOf('circular') != -1) {
6118
- _this13.getCircularReadList();
6113
+ if (_this12.contents.indexOf('circular') != -1) {
6114
+ _this12.getCircularReadList();
6119
6115
  } else {
6120
- _this13.$nextTick(function () {
6121
- _this13.getListCount(_this13.flowListCount);
6116
+ _this12.$nextTick(function () {
6117
+ _this12.getListCount(_this12.flowListCount);
6122
6118
  });
6123
6119
  }
6124
6120
  } else {
6125
- _this13.$message.error(message || '系统错误,请联系管理员!');
6121
+ _this12.$message.error(message || '系统错误,请联系管理员!');
6126
6122
  }
6127
6123
  }).catch(function (err) {
6128
- _this13.loading.close();
6124
+ _this12.loading.close();
6129
6125
  if (err.message && err.message !== 'canceled') {
6130
- _this13.$message.error(err.message);
6126
+ _this12.$message.error(err.message);
6131
6127
  }
6132
- _this13.show = true;
6128
+ _this12.show = true;
6133
6129
  });
6134
6130
  },
6135
6131
 
@@ -6141,7 +6137,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6141
6137
  * @date 2022年11月10日
6142
6138
  **/
6143
6139
  handleClick: function handleClick(val) {
6144
- var _this14 = this;
6140
+ var _this13 = this;
6145
6141
 
6146
6142
  var text = val.handle.text,
6147
6143
  _val$row = val.row,
@@ -6151,7 +6147,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6151
6147
  if (text === '置为失效') {
6152
6148
  if (status == 0) {
6153
6149
  this.$confirm('您确定要置为失效吗?').then(function () {
6154
- _this14.loading = util["a" /* default */].loading(_this14.$loading, '提交中...');
6150
+ _this13.loading = util["a" /* default */].loading(_this13.$loading, '提交中...');
6155
6151
  var param = {
6156
6152
  url: api["m" /* deletePresetInfo */],
6157
6153
  headers: { Accept: 'application/json,text/plain' },
@@ -6162,17 +6158,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6162
6158
  var status = res.status,
6163
6159
  message = res.message;
6164
6160
 
6165
- _this14.loading.close();
6161
+ _this13.loading.close();
6166
6162
  if (status === 'success') {
6167
- _this14.$message.success('操作成功');
6168
- _this14.getListInfo();
6163
+ _this13.$message.success('操作成功');
6164
+ _this13.getListInfo();
6169
6165
  } else {
6170
- _this14.$message.error(message || '系统错误,请联系管理员!');
6166
+ _this13.$message.error(message || '系统错误,请联系管理员!');
6171
6167
  }
6172
6168
  }).catch(function (err) {
6173
- _this14.loading.close();
6169
+ _this13.loading.close();
6174
6170
  if (err.message && err.message !== 'canceled') {
6175
- _this14.$message.error(err.message);
6171
+ _this13.$message.error(err.message);
6176
6172
  }
6177
6173
  });
6178
6174
  }).catch(function (e) {
@@ -6207,10 +6203,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6207
6203
  * @date 2022年11月10日
6208
6204
  **/
6209
6205
  getSysInfo: function getSysInfo(code) {
6210
- var _this15 = this;
6206
+ var _this14 = this;
6211
6207
 
6212
6208
  var params = {
6213
- url: api["y" /* findCodeValues */],
6209
+ url: api["z" /* findCodeValues */],
6214
6210
  params: { ccCode: code }
6215
6211
  };
6216
6212
  util["a" /* default */].ajax(params).then(function (res) {
@@ -6219,9 +6215,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6219
6215
  data = res.data;
6220
6216
 
6221
6217
  if (status == 'success') {
6222
- _this15[code] = data;
6218
+ _this14[code] = data;
6223
6219
  } else {
6224
- _this15.$message.error(message || '系统错误,请联系管理员!');
6220
+ _this14.$message.error(message || '系统错误,请联系管理员!');
6225
6221
  }
6226
6222
  }).catch(function (e) {});
6227
6223
  },
@@ -6233,10 +6229,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6233
6229
  * @date 2022年11月10日
6234
6230
  **/
6235
6231
  getListInfo: function getListInfo() {
6236
- var _this16 = this;
6232
+ var _this15 = this;
6237
6233
 
6238
6234
  var param = {
6239
- url: api["Vb" /* toPresetInfoListIndex */],
6235
+ url: api["Wb" /* toPresetInfoListIndex */],
6240
6236
  params: { apprecordid: this.businessId }
6241
6237
  };
6242
6238
  util["a" /* default */].ajax(param).then(function (res) {
@@ -6248,24 +6244,20 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6248
6244
  canDelete = _res$data2.canDelete,
6249
6245
  currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
6250
6246
 
6251
- _this16.loading.close();
6247
+ _this15.loading.close();
6252
6248
  if (status == 'success') {
6253
- if (_this16.showDoresult && presetInfoList) {
6254
- presetInfoList = presetInfoList.filter(function (x) {
6255
- return x.doresult || x.handleInfo;
6256
- });
6257
- }
6258
- presetInfoList && (_this16.presetData = presetInfoList);
6259
- _this16.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
6260
- _this16.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
6261
- _this16.canDelete = canDelete;
6249
+
6250
+ presetInfoList && (_this15.presetData = presetInfoList);
6251
+ _this15.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
6252
+ _this15.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
6253
+ _this15.canDelete = canDelete;
6262
6254
  } else {
6263
- _this16.$message.error(message || '系统错误,请联系管理员!');
6255
+ _this15.$message.error(message || '系统错误,请联系管理员!');
6264
6256
  }
6265
6257
  }).catch(function (err) {
6266
- _this16.loading.close();
6258
+ _this15.loading.close();
6267
6259
  if (err.message && err.message !== 'canceled') {
6268
- _this16.$message.error(err.message);
6260
+ _this15.$message.error(err.message);
6269
6261
  }
6270
6262
  });
6271
6263
  }
@@ -6286,7 +6278,7 @@ var componentNormalizer = __webpack_require__(3);
6286
6278
 
6287
6279
  var component = Object(componentNormalizer["a" /* default */])(
6288
6280
  src_mainvue_type_script_lang_js_,
6289
- mainvue_type_template_id_0f6641c6_render,
6281
+ mainvue_type_template_id_017a3796_render,
6290
6282
  staticRenderFns,
6291
6283
  false,
6292
6284
  null,