eoss-ui 0.6.90 → 0.6.92

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 (53) hide show
  1. package/lib/button-group.js +103 -101
  2. package/lib/button.js +103 -101
  3. package/lib/calogin.js +103 -101
  4. package/lib/checkbox-group.js +104 -102
  5. package/lib/config/api.js +2 -1
  6. package/lib/data-table-form.js +104 -102
  7. package/lib/data-table.js +105 -103
  8. package/lib/date-picker.js +103 -101
  9. package/lib/dialog.js +103 -101
  10. package/lib/eoss-ui.common.js +362 -313
  11. package/lib/flow-group.js +103 -101
  12. package/lib/flow-list.js +109 -107
  13. package/lib/flow.js +216 -185
  14. package/lib/form.js +103 -101
  15. package/lib/handle-user.js +104 -102
  16. package/lib/handler.js +104 -102
  17. package/lib/icon.js +104 -102
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +103 -101
  20. package/lib/input.js +103 -101
  21. package/lib/login.js +109 -107
  22. package/lib/main.js +136 -134
  23. package/lib/nav.js +103 -101
  24. package/lib/notify.js +106 -104
  25. package/lib/page.js +103 -101
  26. package/lib/pagination.js +103 -101
  27. package/lib/player.js +103 -101
  28. package/lib/qr-code.js +103 -101
  29. package/lib/radio-group.js +104 -102
  30. package/lib/retrial-auth.js +106 -104
  31. package/lib/select-ganged.js +104 -102
  32. package/lib/select.js +104 -102
  33. package/lib/selector-panel.js +121 -119
  34. package/lib/selector.js +131 -111
  35. package/lib/sizer.js +105 -103
  36. package/lib/steps.js +103 -101
  37. package/lib/switch.js +103 -101
  38. package/lib/table-form.js +103 -101
  39. package/lib/tabs.js +103 -101
  40. package/lib/tips.js +104 -102
  41. package/lib/tree-group.js +103 -101
  42. package/lib/tree.js +104 -102
  43. package/lib/upload.js +123 -121
  44. package/lib/wujie.js +103 -101
  45. package/lib/wxlogin.js +103 -101
  46. package/package.json +1 -1
  47. package/packages/flow/src/main.vue +8 -5
  48. package/packages/flow/src/processForm.vue +12 -3
  49. package/packages/flow/src/selectUser.vue +8 -3
  50. package/packages/selector/src/main.vue +23 -9
  51. package/packages/upload/src/main.vue +5 -5
  52. package/src/config/api.js +25 -12
  53. package/src/index.js +1 -1
package/lib/wxlogin.js CHANGED
@@ -1532,7 +1532,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1532
1532
  * @param {function} callback - 回调函数
1533
1533
  **/
1534
1534
  var getMainConfig = function getMainConfig(callback) {
1535
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "pb"] }).then(function (res) {
1535
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "qb"] }).then(function (res) {
1536
1536
  if (res && res.rCode === 0) {
1537
1537
  callback(res.results);
1538
1538
  }
@@ -2289,7 +2289,7 @@ var isLogined = function () {
2289
2289
  break;
2290
2290
  }
2291
2291
 
2292
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "ob"] }).then(function (res) {
2292
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "pb"] }).then(function (res) {
2293
2293
  if (res.rCode === 0) {
2294
2294
  removeStorage();
2295
2295
  }
@@ -3573,150 +3573,151 @@ var watermark = function watermark(option) {
3573
3573
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
3574
3574
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
3575
3575
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return logout; });
3577
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initLogin; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return switchUserTo; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return logout; });
3577
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initLogin; });
3578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return switchUserTo; });
3579
3579
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3580
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getLoginCode; });
3580
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getLoginCode; });
3581
3581
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3582
3582
  /* unused harmony export updateCode */
3583
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getModifyPassCode; });
3583
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getModifyPassCode; });
3584
3584
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3585
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return loginModifyPassword; });
3585
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return loginModifyPassword; });
3586
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3587
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initModifyPassword; });
3587
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initModifyPassword; });
3588
3588
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
3589
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getTwoFactorLoginCode; });
3589
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getTwoFactorLoginCode; });
3590
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initRetrialAuth; });
3592
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getRetrialAuthCode; });
3593
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return scanCodeRetrialAuth; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return initRetrialAuth; });
3592
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getRetrialAuthCode; });
3593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return scanCodeRetrialAuth; });
3594
3594
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3595
3595
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return userOnline; });
3597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getUserAppWithTag; });
3598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return recordUserApp; });
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return mainConfig; });
3600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return initUserSet; });
3601
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return updateUserInfo; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return userOnline; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getUserAppWithTag; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return recordUserApp; });
3599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return mainConfig; });
3600
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return initUserSet; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return updateUserInfo; });
3602
3602
  /* unused harmony export getUserImgUrl */
3603
3603
  /* unused harmony export getDoorIndex */
3604
3604
  /* unused harmony export refreshOnlineUsers */
3605
3605
  /* unused harmony export getQuickMenuIds */
3606
3606
  /* unused harmony export getApplicationIdArray */
3607
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplications; });
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplicationsNew; });
3607
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplications; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplicationsNew; });
3609
3609
  /* unused harmony export getUserCustomInfo */
3610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateUserCustomInfo; });
3611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return sysMsgPage; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return ignoreSysMsg; });
3613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return ignoreAllSysMsg; });
3614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return searchType; });
3615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSysParam; });
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctProperties; });
3617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return uploads; });
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadOnlyOne; });
3619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctFileInfos; });
3620
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploadSort; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return updateUserCustomInfo; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return sysMsgPage; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return ignoreSysMsg; });
3613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return ignoreAllSysMsg; });
3614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return searchType; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getSysParam; });
3616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctProperties; });
3617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return uploads; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploadOnlyOne; });
3619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctFileInfos; });
3620
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return uploadSort; });
3621
3621
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadDownloads; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunct; });
3624
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunct2; });
3625
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return previewAdjunctOffice; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadDownloads; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunct; });
3624
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return previewAdjunct2; });
3625
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return previewAdjunctOffice; });
3626
3626
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3627
3627
  /* unused harmony export upload_updateClassify */
3628
3628
  /* unused harmony export getDeleteAdjunctFileInfos */
3629
3629
  /* unused harmony export getPictureBase64 */
3630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgTree; });
3631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgDetail; });
3632
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getOrgMainTree; });
3633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectOrgsubids; });
3630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSelectorOrgTree; });
3631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgDetail; });
3632
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getOrgMainTree; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectOrgsubids; });
3634
3634
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getDictList; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getDictList; });
3636
3636
  /* unused harmony export findUserBaseInfo */
3637
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return gethelpdoc; });
3637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return gethelpdoc; });
3638
3638
  /* unused harmony export getCurrentuser */
3639
3639
  /* unused harmony export mainDetail */
3640
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartFlow; });
3641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return tempSave; });
3640
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartFlow; });
3641
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return tempSave; });
3642
3642
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3643
3643
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3644
3644
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
3645
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return saveCommonOpinion; });
3646
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateCommonOpinion; });
3645
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return saveCommonOpinion; });
3646
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateCommonOpinion; });
3647
3647
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3648
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getProcessDefList; });
3649
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfo; });
3648
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getProcessDefList; });
3649
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfo; });
3650
3650
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
3651
3651
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
3652
3652
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
3653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNotificationMsg; });
3654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getHandleInfoHtml; });
3655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskHandleHtml; });
3653
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNotificationMsg; });
3654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getHandleInfoHtml; });
3655
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskHandleHtml; });
3656
3656
  /* unused harmony export getView */
3657
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return register; });
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryList; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskRejectHtml; });
3660
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskRejectHtml; });
3661
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartTaskRead; });
3662
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toStartTaskReadIndex; });
3663
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskReadHtml; });
3664
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return rejectAndEnd; });
3665
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toSendMsg; });
3666
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return sendMsg; });
3657
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return register; });
3658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryList; });
3659
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskRejectHtml; });
3660
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskRejectHtml; });
3661
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toStartTaskRead; });
3662
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toStartTaskReadIndex; });
3663
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskReadHtml; });
3664
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return rejectAndEnd; });
3665
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toSendMsg; });
3666
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return sendMsg; });
3667
3667
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
3668
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return handleInfo; });
3669
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return loginUserInfo; });
3670
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return wss; });
3671
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return topic; });
3672
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetCustomInfo; });
3673
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetNodeInfo; });
3674
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskTransferIndex; });
3675
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskTransfer; });
3676
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toPresetInfoListIndex; });
3668
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return handleInfo; });
3669
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return loginUserInfo; });
3670
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return wss; });
3671
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return topic; });
3672
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetCustomInfo; });
3673
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getPresetNodeInfo; });
3674
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskTransferIndex; });
3675
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskTransfer; });
3676
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toPresetInfoListIndex; });
3677
3677
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
3678
3678
  /* unused harmony export historyListJson */
3679
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryListJson; });
3680
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return pressListJson; });
3679
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pendedhistoryListJson; });
3680
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return pressListJson; });
3681
3681
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
3682
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return isCanStartSubFlow; });
3683
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskUnionExamine; });
3684
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskUnionExamine; });
3685
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskTakeAdvice; });
3686
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskTakeAdvice; });
3687
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskStartDraft; });
3688
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskSupervise; });
3689
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskSuperviseSub; });
3690
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskStartDraft; });
3691
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskReview; });
3692
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskReview; });
3693
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskUnionSeal; });
3694
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskUnionSeal; });
3695
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTwoOfficesDispatch; });
3696
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return twoOfficesDispatch; });
3697
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toResetProcessIndex; });
3698
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return resetProcess; });
3699
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskContinuationIndex; });
3700
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskContinuation; });
3701
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getFreeStartFlowParams; });
3702
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlowWithSubmitTask; });
3682
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return isCanStartSubFlow; });
3683
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskUnionExamine; });
3684
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskUnionExamine; });
3685
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskTakeAdvice; });
3686
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskTakeAdvice; });
3687
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskStartDraft; });
3688
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskSupervise; });
3689
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskSuperviseSub; });
3690
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskStartDraft; });
3691
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskReview; });
3692
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskReview; });
3693
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTaskUnionSeal; });
3694
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskUnionSeal; });
3695
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTwoOfficesDispatch; });
3696
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return twoOfficesDispatch; });
3697
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toResetProcessIndex; });
3698
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return resetProcess; });
3699
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskContinuationIndex; });
3700
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskContinuation; });
3701
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getFreeStartFlowParams; });
3702
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
3703
3703
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
3704
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pendedhistoryListWithCircularReadJson; });
3705
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return fyListJson; });
3704
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return pendedhistoryListWithCircularReadJson; });
3705
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return fyListJson; });
3706
3706
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
3707
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskReadWithDraw; });
3708
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3707
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReadWithDraw; });
3708
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3709
3709
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
3710
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendList; });
3711
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendInfo; });
3710
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return sendList; });
3711
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendInfo; });
3712
3712
  /* unused harmony export sendSave */
3713
3713
  /* unused harmony export sendUpdate */
3714
3714
  /* unused harmony export sendDelete */
3715
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendBatch; });
3715
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendBatch; });
3716
3716
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
3717
3717
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
3718
3718
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
3719
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfoForStart; });
3719
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNodeInfoForStart; });
3720
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
3720
3721
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3721
3722
  // 登录
3722
3723
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3977,6 +3978,7 @@ var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3977
3978
  var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
3978
3979
  var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
3979
3980
  var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3981
+ var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
3980
3982
 
3981
3983
  /***/ }),
3982
3984
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoss-ui",
3
- "version": "0.6.90",
3
+ "version": "0.6.92",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -502,7 +502,7 @@
502
502
  </el-form-item>
503
503
 
504
504
  <el-form-item
505
- v-if="isHideCurrentOrg"
505
+ v-if="isHideCurrentOrg && nextNode.isReturnSubmitter != 1"
506
506
  prop="nextCurrentOrgObj"
507
507
  :label="currentOrgName ? currentOrgName : '本单位'"
508
508
  >
@@ -517,7 +517,7 @@
517
517
  />
518
518
  </el-form-item>
519
519
  <el-form-item
520
- v-if="isHideOtherOrg"
520
+ v-if="isHideOtherOrg && nextNode.isReturnSubmitter != 1"
521
521
  prop="nextOtherOrgObj"
522
522
  :label="otherOrgName ? otherOrgName : '外单位'"
523
523
  >
@@ -676,6 +676,7 @@
676
676
  :copy-history="freeStartFlowParams.pendedHistoryHandle"
677
677
  :process-definition-id="freeStartFlowNextNode || nodeInfo.nextNode"
678
678
  :opinion="value"
679
+ :pendingId="pendingId"
679
680
  :taskExamineParam="freeStartFlowParams.newFlowStartNodeItemName"
680
681
  :taskParams="taskParams"
681
682
  :formType="processFormType"
@@ -955,10 +956,12 @@
955
956
  >
956
957
  <ProcessForm
957
958
  :id="freeStartFlowParams.startFlowBusinessId || businessIds"
959
+ :pending-id="pendingId"
958
960
  :simpleTips="simpleTips"
959
961
  :is-free-start-flow="
960
962
  freeStartFlowParams.useScene === 'multiInsMidwayWithSubmitScene'
961
963
  "
964
+ :pendingId="pendingId"
962
965
  :copy-history="freeStartFlowParams.pendedHistoryHandle"
963
966
  :process-definition-id="freeStartFlowNextNode || nodeInfo.nextNode"
964
967
  :opinion="value"
@@ -1994,7 +1997,7 @@ export default {
1994
1997
  };
1995
1998
  this.loading = util.loading(this.$loading, '保存中...');
1996
1999
  util
1997
- .ajax({ url: tempSave, params })
2000
+ .ajax({ url: tempSave, data:params,method: 'post' })
1998
2001
  .then((res) => {
1999
2002
  const { status, message } = res;
2000
2003
  if (!isSave) this.loading.close();
@@ -2862,7 +2865,7 @@ export default {
2862
2865
  currentOrgSelectorParams.currentOrgRange.split(',');
2863
2866
  this.currentOrgSelectorTabs.map((x, i) => {
2864
2867
  this.currentOrgSelectorParams[x] = {
2865
- filid: currentOrgparams[i] == 'my' ? choiceOrgId : param[i]
2868
+ filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
2866
2869
  };
2867
2870
  });
2868
2871
  }
@@ -3396,7 +3399,7 @@ export default {
3396
3399
  (this.currentNodeIsCircularReadNode ||
3397
3400
  (this.isHideOtherOrg && this.isHideCurrentOrg)) &&
3398
3401
  this.nextNode.nextCurrentOrgObj.length == 0 &&
3399
- this.nextNode.nextOtherOrgObj.length == 0
3402
+ this.nextNode.nextOtherOrgObj.length == 0 && this.nextNode.isReturnSubmitter != 1
3400
3403
  ) {
3401
3404
  this.$message.warning(`请选择下步办理对象!`);
3402
3405
  return false;
@@ -375,6 +375,7 @@ import {
375
375
  findCodeValues,
376
376
  loginUserInfo,
377
377
  register,
378
+ freeStartFlow,
378
379
  freeStartFlowWithSubmitTask,
379
380
  startReadTransferHandleFlowWithTaskReadEnd
380
381
  } from 'eoss-ui/src/config/api';
@@ -414,6 +415,10 @@ export default {
414
415
  type: String,
415
416
  default: ''
416
417
  },
418
+ pendingId: {
419
+ type: String,
420
+ default: ''
421
+ },
417
422
  opinion: {
418
423
  type: String,
419
424
  default: ''
@@ -837,7 +842,7 @@ export default {
837
842
  let newParm = {};
838
843
  newParm.copyHistory = this.copyHistory === 'needCopyPendedHistory';
839
844
  newParm.startFlowParamJson = params;
840
- newParm.startFlowParamJson.businessId = this.id; //this.id
845
+ // newParm.startFlowParamJson.businessId = this.id; //this.id
841
846
  newParm.startFlowParamJson.taskExamineParam = {
842
847
  startFlowFirstNodeName: this.taskExamineParam
843
848
  };
@@ -852,7 +857,7 @@ export default {
852
857
  : '';
853
858
  }
854
859
  }
855
-
860
+
856
861
  newParm.submitTaskParamJson = JSON.stringify(this.taskParams);
857
862
  if (this.formType == 'readTransfer') {
858
863
  newParm.readTransferHandleStartFlowParamJson =
@@ -864,13 +869,17 @@ export default {
864
869
  }
865
870
  params = newParm;
866
871
  }
872
+ if(this.copyHistory && !this.isFreeStartFlow){
873
+ params.pendingId = this.pendingId
874
+ delete params.businessId;
875
+ }
867
876
  util
868
877
  .ajax({
869
878
  url: this.isFreeStartFlow
870
879
  ? freeStartFlowWithSubmitTask
871
880
  : this.formType == 'readTransfer'
872
881
  ? startReadTransferHandleFlowWithTaskReadEnd
873
- : register,
882
+ : this.copyHistory? freeStartFlow : register,
874
883
  method: 'post',
875
884
  data: params
876
885
  })
@@ -66,7 +66,8 @@
66
66
  :types="types"
67
67
  :tabs="tabs"
68
68
  :title="title"
69
- :collapse-tags="3"
69
+ :classify="classify"
70
+ :collapse-tags="2"
70
71
  :mix="mix"
71
72
  :min="isUnionSeal ? 1 : 0"
72
73
  :disabled="!isCustomUser || isCurrentNodeForbiddenChangeCandidate == 1"
@@ -79,11 +80,11 @@
79
80
  : 'no-icon'
80
81
  "
81
82
  :select="isUnionSeal == false"
82
- :where="newWhere"
83
+ :where="{ ...newWhere, info: classify ? '' : 'no' }"
83
84
  :multiple="newMultiple"
84
85
  @cancel="cancelSelectUser"
85
86
  @change="getSelectUser"
86
- :param="{ ...newParams, info: 'no' }"
87
+ :param="{ ...newParams, info: classify ? '' : 'no' }"
87
88
  :disableds="disableds"
88
89
  ><i class="es-icon-user"></i
89
90
  ></es-selector>
@@ -177,6 +178,7 @@ export default {
177
178
  return {
178
179
  searchLoading: false,
179
180
  newNextUser: [],
181
+ classify:true,
180
182
  newOptions: [],
181
183
  newSelectUserList: [],
182
184
  url: handleInfo,
@@ -266,6 +268,9 @@ export default {
266
268
  immediate: true
267
269
  }
268
270
  },
271
+ mounted() {
272
+ this.classify = util.getStorage('classify')!= undefined ? util.getStorage('classify') : true;
273
+ },
269
274
 
270
275
  methods: {
271
276
  changeInfo(data) {
@@ -32,27 +32,36 @@
32
32
  class="es-selector-tags"
33
33
  :class="{ 'es-selector-more': selected.length > 1 }"
34
34
  >
35
- <el-tag
36
- v-for="(item, index) in selected.slice(0,collapseTags===true?1 : collapseTags)"
35
+ <el-tag
36
+ v-for="(item, index) in selected.slice(
37
+ 0,
38
+ collapseTags === true ? 1 : collapseTags
39
+ )"
37
40
  :key="getValueKey(item)"
38
41
  :closable="
39
- !selectorDisabled && !readonly "
42
+ !selectorDisabled && !readonly && selected.length > min
43
+ "
40
44
  type="info"
41
45
  disable-transitions
42
46
  @close="deleteTag($event, item, index)"
43
47
  >
44
48
  <span class="el-select__tags-text">{{ getLabel(item) }}</span>
45
49
  </el-tag>
46
-
50
+
47
51
  <el-tag
48
- v-if="selected.length > 1"
52
+ v-if="
53
+ selected.length > (collapseTags === true ? 1 : collapseTags)
54
+ "
49
55
  :closable="false"
50
56
  type="info"
51
57
  disable-transitions
52
58
  class="es-tags-more"
53
59
  >
54
60
  <span class="el-select__tags-text"
55
- >+ {{ selected.length - 1 -(collapseTags===true?1 : collapseTags) }}</span
61
+ >+
62
+ {{
63
+ selected.length - (collapseTags === true ? 1 : collapseTags)
64
+ }}</span
56
65
  >
57
66
  </el-tag>
58
67
  </div>
@@ -309,7 +318,7 @@ export default {
309
318
  },
310
319
  name: String,
311
320
  readonly: Boolean,
312
- collapseTags: [Boolean,Number],
321
+ collapseTags: [Boolean, Number],
313
322
  plain: Boolean,
314
323
  types: {
315
324
  type: Array,
@@ -347,7 +356,13 @@ export default {
347
356
  };
348
357
  }
349
358
  },
359
+ //混选
350
360
  mix: Boolean,
361
+ //混选时是否分类显示
362
+ classify: {
363
+ type: Boolean,
364
+ default: true
365
+ },
351
366
  noMatchText: {
352
367
  type: String,
353
368
  default: '无匹配数据'
@@ -544,7 +559,6 @@ export default {
544
559
  }
545
560
  },
546
561
  openDialog() {
547
-
548
562
  if (!this.selectorDisabled && !this.readonly && this.select) {
549
563
  this.visible = true;
550
564
  }
@@ -721,7 +735,7 @@ export default {
721
735
  getLabel(res) {
722
736
  let tag = '';
723
737
  if (this.mix) {
724
- tag = util.getTypeName(res.stype);
738
+ tag = this.classify?util.getTypeName(res.stype) : '';
725
739
  } else if (this.showFilterListDep) {
726
740
  tag = this.getDep(res);
727
741
  }
@@ -904,7 +904,7 @@ export default {
904
904
  : typeof this.preview === 'function'
905
905
  ? this.preview(file)
906
906
  : null;
907
- if (res.status === 'success') {
907
+ if (res.status === 'success' || res.status == 0) {
908
908
  let suffix = file.suffix;
909
909
  suffix = suffix.toLowerCase();
910
910
  if (this.dochubConfig.previewDocumentUrl) {
@@ -1108,7 +1108,7 @@ export default {
1108
1108
  return flag;
1109
1109
  },
1110
1110
  handleBeforeRemove(file, fileList) {
1111
- if (file && file.status === 'success') {
1111
+ if (file && (file.status === 'success' || file.status == 0)) {
1112
1112
  return this.$confirm('确定删除文件吗?', '提示', {
1113
1113
  confirmButtonText: '确定',
1114
1114
  cancelButtonText: '取消',
@@ -1117,7 +1117,7 @@ export default {
1117
1117
  .then(() => {
1118
1118
  if (this.beforeRemove) {
1119
1119
  return this.beforeRemove(file, fileList);
1120
- } else if (file.status === 'success') {
1120
+ } else if (file.status === 'success' || file.status == 0) {
1121
1121
  let userName =
1122
1122
  file.userName ||
1123
1123
  (file.response && file.response.userName) ||
@@ -1194,7 +1194,7 @@ export default {
1194
1194
  );
1195
1195
  },
1196
1196
  handleDownload(file) {
1197
- if (file.status === 'success') {
1197
+ if (file.status === 'success' || file.status == 0) {
1198
1198
  let url =
1199
1199
  typeof this.download === 'string'
1200
1200
  ? this.download
@@ -1231,7 +1231,7 @@ export default {
1231
1231
  this.onSort(files);
1232
1232
  } else {
1233
1233
  let ids = files.map((item) => {
1234
- if (item.status === 'success') {
1234
+ if (item.status === 'success' || item.status == 0) {
1235
1235
  return item.adjunctId || item.response.adjunctId;
1236
1236
  }
1237
1237
  });