eoss-ui 0.7.69 → 0.7.71
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.
- package/lib/button-group.js +60 -56
- package/lib/button.js +60 -56
- package/lib/calogin.js +60 -56
- package/lib/checkbox-group.js +60 -56
- package/lib/config/api.js +4 -1
- package/lib/data-table-form.js +60 -56
- package/lib/data-table.js +60 -56
- package/lib/date-picker.js +60 -56
- package/lib/dialog.js +60 -56
- package/lib/eoss-ui.common.js +884 -987
- package/lib/flow-group.js +60 -56
- package/lib/flow-list.js +62 -58
- package/lib/flow.js +90 -86
- package/lib/form.js +60 -56
- package/lib/handle-user.js +61 -57
- package/lib/handler.js +60 -56
- package/lib/icon.js +60 -56
- package/lib/index.js +1 -1
- package/lib/input-number.js +60 -56
- package/lib/input.js +60 -56
- package/lib/login.js +60 -56
- package/lib/main.js +961 -1063
- package/lib/nav.js +60 -56
- package/lib/notify.js +65 -61
- package/lib/page.js +60 -56
- package/lib/pagination.js +60 -56
- package/lib/player.js +60 -56
- package/lib/qr-code.js +60 -56
- package/lib/radio-group.js +60 -56
- package/lib/retrial-auth.js +61 -57
- package/lib/select-ganged.js +60 -56
- package/lib/select.js +60 -56
- package/lib/selector-panel.js +60 -56
- package/lib/selector.js +60 -56
- package/lib/sizer.js +60 -56
- package/lib/steps.js +60 -56
- package/lib/switch.js +60 -56
- package/lib/table-form.js +60 -56
- package/lib/tabs.js +60 -56
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/simplicity-top.css +1 -1
- package/lib/tips.js +60 -56
- package/lib/tree-group.js +60 -56
- package/lib/tree.js +60 -56
- package/lib/upload.js +64 -60
- package/lib/wujie.js +60 -56
- package/lib/wxlogin.js +60 -56
- package/package.json +1 -1
- package/packages/main/src/main.vue +119 -72
- package/packages/main/src/public/settings.vue +4 -4
- package/packages/main/src/simplicityTop/index.vue +567 -814
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/simplicity-top.css +1 -1
- package/packages/theme-chalk/src/simplicity-top.scss +11 -159
- package/src/config/api.js +4 -0
- package/src/index.js +1 -1
package/lib/nav.js
CHANGED
|
@@ -3892,7 +3892,7 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3892
3892
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
3893
3893
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return logout; });
|
|
3894
3894
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return initLogin; });
|
|
3895
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3895
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return switchUserTo; });
|
|
3896
3896
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3897
3897
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getLoginCode; });
|
|
3898
3898
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
@@ -3907,15 +3907,15 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3907
3907
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3908
3908
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initRetrialAuth; });
|
|
3909
3909
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getRetrialAuthCode; });
|
|
3910
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3910
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return scanCodeRetrialAuth; });
|
|
3911
3911
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3912
3912
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
3913
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3913
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return userOnline; });
|
|
3914
3914
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getUserAppWithTag; });
|
|
3915
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3915
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return recordUserApp; });
|
|
3916
3916
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return mainConfig; });
|
|
3917
3917
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initUserSet; });
|
|
3918
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3918
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return updateUserInfo; });
|
|
3919
3919
|
/* unused harmony export getUserImgUrl */
|
|
3920
3920
|
/* unused harmony export getDoorIndex */
|
|
3921
3921
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3924,19 +3924,19 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3924
3924
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
|
|
3925
3925
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
|
|
3926
3926
|
/* unused harmony export getUserCustomInfo */
|
|
3927
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3928
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3927
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return updateUserCustomInfo; });
|
|
3928
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sysMsgPage; });
|
|
3929
3929
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return ignoreSysMsg; });
|
|
3930
3930
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return ignoreAllSysMsg; });
|
|
3931
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3931
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return searchType; });
|
|
3932
3932
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSysParam; });
|
|
3933
3933
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
|
|
3934
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3935
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3934
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return uploads; });
|
|
3935
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return uploadOnlyOne; });
|
|
3936
3936
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
|
|
3937
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3937
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return uploadSort; });
|
|
3938
3938
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
3939
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3939
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return uploadDownloads; });
|
|
3940
3940
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return previewAdjunct; });
|
|
3941
3941
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct2; });
|
|
3942
3942
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunctOffice; });
|
|
@@ -3954,13 +3954,13 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3954
3954
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return gethelpdoc; });
|
|
3955
3955
|
/* unused harmony export getCurrentuser */
|
|
3956
3956
|
/* unused harmony export mainDetail */
|
|
3957
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3958
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3957
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toStartFlow; });
|
|
3958
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return tempSave; });
|
|
3959
3959
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3960
3960
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3961
3961
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3962
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3963
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3962
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return saveCommonOpinion; });
|
|
3963
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return updateCommonOpinion; });
|
|
3964
3964
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3965
3965
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getProcessDefList; });
|
|
3966
3966
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfo; });
|
|
@@ -3969,28 +3969,28 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3969
3969
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
3970
3970
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNotificationMsg; });
|
|
3971
3971
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
|
|
3972
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3972
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskHandleHtml; });
|
|
3973
3973
|
/* unused harmony export getView */
|
|
3974
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3974
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return register; });
|
|
3975
3975
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return pendedhistoryList; });
|
|
3976
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3977
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3978
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3979
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3980
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3981
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3982
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3983
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3976
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTaskRejectHtml; });
|
|
3977
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskRejectHtml; });
|
|
3978
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toStartTaskRead; });
|
|
3979
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toStartTaskReadIndex; });
|
|
3980
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskReadHtml; });
|
|
3981
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return rejectAndEnd; });
|
|
3982
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toSendMsg; });
|
|
3983
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return sendMsg; });
|
|
3984
3984
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
3985
3985
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return handleInfo; });
|
|
3986
3986
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginUserInfo; });
|
|
3987
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3988
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3987
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return wss; });
|
|
3988
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return topic; });
|
|
3989
3989
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetCustomInfo; });
|
|
3990
3990
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getPresetNodeInfo; });
|
|
3991
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3992
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3993
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3991
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskTransferIndex; });
|
|
3992
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskTransfer; });
|
|
3993
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toPresetInfoListIndex; });
|
|
3994
3994
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3995
3995
|
/* unused harmony export historyListJson */
|
|
3996
3996
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryListJson; });
|
|
@@ -3998,52 +3998,53 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3998
3998
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3999
3999
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return modifyFlow; });
|
|
4000
4000
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return isCanStartSubFlow; });
|
|
4001
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4002
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4003
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4004
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4005
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4006
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4007
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4008
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4009
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4010
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4011
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4012
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4013
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4014
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4015
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4016
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4017
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4018
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4001
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskUnionExamine; });
|
|
4002
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskUnionExamine; });
|
|
4003
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskTakeAdvice; });
|
|
4004
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskTakeAdvice; });
|
|
4005
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskStartDraft; });
|
|
4006
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskSupervise; });
|
|
4007
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskSuperviseSub; });
|
|
4008
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskStartDraft; });
|
|
4009
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toTaskReview; });
|
|
4010
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskReview; });
|
|
4011
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskUnionSeal; });
|
|
4012
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskUnionSeal; });
|
|
4013
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTwoOfficesDispatch; });
|
|
4014
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return twoOfficesDispatch; });
|
|
4015
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toResetProcessIndex; });
|
|
4016
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return resetProcess; });
|
|
4017
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskContinuationIndex; });
|
|
4018
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskContinuation; });
|
|
4019
4019
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
|
|
4020
4020
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
|
|
4021
4021
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
4022
4022
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListWithCircularReadJson; });
|
|
4023
4023
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
|
|
4024
4024
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
4025
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4026
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4025
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskReadWithDraw; });
|
|
4026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
4027
4027
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
4028
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4029
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4028
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendList; });
|
|
4029
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendInfo; });
|
|
4030
4030
|
/* unused harmony export sendSave */
|
|
4031
4031
|
/* unused harmony export sendUpdate */
|
|
4032
4032
|
/* unused harmony export sendDelete */
|
|
4033
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4033
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return sendBatch; });
|
|
4034
4034
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
4035
4035
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
4036
4036
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
4037
4037
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNodeInfoForStart; });
|
|
4038
4038
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
|
|
4039
4039
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getUrgencyLevelChangedNotificationType; });
|
|
4040
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4040
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toFreeTaskCircularRead; });
|
|
4041
4041
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
|
|
4042
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4042
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return queryUseCommonMenu; });
|
|
4043
4043
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getIndexCount; });
|
|
4044
4044
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getVoteMeetingNum; });
|
|
4045
4045
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUserTipsInstanceNum; });
|
|
4046
4046
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getShareFilesReceiveCountNew; });
|
|
4047
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return queryChildMenuUrl; });
|
|
4047
4048
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
4048
4049
|
// 登录
|
|
4049
4050
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -4324,6 +4325,9 @@ var getUserTipsInstanceNum = '/archives/llm/subject/getUserTipsInstanceNum';
|
|
|
4324
4325
|
// 查询待接收文件数量
|
|
4325
4326
|
var getShareFilesReceiveCountNew = '/oa/sharefiles/receive/getShareFilesReceiveCountNew.dhtml';
|
|
4326
4327
|
|
|
4328
|
+
// 查询左侧我的提醒和我的快捷菜单
|
|
4329
|
+
var queryChildMenuUrl = '/sys/v1/userCustom/queryChildMenu.dhtml?type=2';
|
|
4330
|
+
|
|
4327
4331
|
/***/ }),
|
|
4328
4332
|
|
|
4329
4333
|
/***/ 10:
|
package/lib/notify.js
CHANGED
|
@@ -96,7 +96,7 @@ module.exports =
|
|
|
96
96
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
97
97
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return logout; });
|
|
98
98
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return initLogin; });
|
|
99
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
99
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return switchUserTo; });
|
|
100
100
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
101
101
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getLoginCode; });
|
|
102
102
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
@@ -111,15 +111,15 @@ module.exports =
|
|
|
111
111
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
112
112
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initRetrialAuth; });
|
|
113
113
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getRetrialAuthCode; });
|
|
114
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
114
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return scanCodeRetrialAuth; });
|
|
115
115
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
116
116
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
117
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
117
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return userOnline; });
|
|
118
118
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getUserAppWithTag; });
|
|
119
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
119
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return recordUserApp; });
|
|
120
120
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return mainConfig; });
|
|
121
121
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initUserSet; });
|
|
122
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
122
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return updateUserInfo; });
|
|
123
123
|
/* unused harmony export getUserImgUrl */
|
|
124
124
|
/* unused harmony export getDoorIndex */
|
|
125
125
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -128,19 +128,19 @@ module.exports =
|
|
|
128
128
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
|
|
129
129
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
|
|
130
130
|
/* unused harmony export getUserCustomInfo */
|
|
131
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
132
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
131
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return updateUserCustomInfo; });
|
|
132
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sysMsgPage; });
|
|
133
133
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return ignoreSysMsg; });
|
|
134
134
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return ignoreAllSysMsg; });
|
|
135
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
135
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return searchType; });
|
|
136
136
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSysParam; });
|
|
137
137
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
|
|
138
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
139
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
138
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return uploads; });
|
|
139
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return uploadOnlyOne; });
|
|
140
140
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
|
|
141
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
141
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return uploadSort; });
|
|
142
142
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
143
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
143
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return uploadDownloads; });
|
|
144
144
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return previewAdjunct; });
|
|
145
145
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct2; });
|
|
146
146
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunctOffice; });
|
|
@@ -158,13 +158,13 @@ module.exports =
|
|
|
158
158
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return gethelpdoc; });
|
|
159
159
|
/* unused harmony export getCurrentuser */
|
|
160
160
|
/* unused harmony export mainDetail */
|
|
161
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
162
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
161
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toStartFlow; });
|
|
162
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return tempSave; });
|
|
163
163
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
164
164
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
165
165
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
166
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
167
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
166
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return saveCommonOpinion; });
|
|
167
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return updateCommonOpinion; });
|
|
168
168
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
169
169
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getProcessDefList; });
|
|
170
170
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfo; });
|
|
@@ -173,28 +173,28 @@ module.exports =
|
|
|
173
173
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
174
174
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNotificationMsg; });
|
|
175
175
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
|
|
176
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
176
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskHandleHtml; });
|
|
177
177
|
/* unused harmony export getView */
|
|
178
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
178
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return register; });
|
|
179
179
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return pendedhistoryList; });
|
|
180
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
181
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
182
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
183
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
184
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
185
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
186
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
187
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
180
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTaskRejectHtml; });
|
|
181
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskRejectHtml; });
|
|
182
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toStartTaskRead; });
|
|
183
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toStartTaskReadIndex; });
|
|
184
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskReadHtml; });
|
|
185
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return rejectAndEnd; });
|
|
186
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toSendMsg; });
|
|
187
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return sendMsg; });
|
|
188
188
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
189
189
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return handleInfo; });
|
|
190
190
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginUserInfo; });
|
|
191
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
192
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
191
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return wss; });
|
|
192
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return topic; });
|
|
193
193
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetCustomInfo; });
|
|
194
194
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getPresetNodeInfo; });
|
|
195
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
196
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
197
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
195
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskTransferIndex; });
|
|
196
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskTransfer; });
|
|
197
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toPresetInfoListIndex; });
|
|
198
198
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
199
199
|
/* unused harmony export historyListJson */
|
|
200
200
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryListJson; });
|
|
@@ -202,52 +202,53 @@ module.exports =
|
|
|
202
202
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
203
203
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return modifyFlow; });
|
|
204
204
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return isCanStartSubFlow; });
|
|
205
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
206
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
207
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
208
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
209
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
210
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
211
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
212
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
213
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
214
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
215
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
216
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
217
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
218
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
219
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
220
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
221
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
222
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
205
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskUnionExamine; });
|
|
206
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskUnionExamine; });
|
|
207
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskTakeAdvice; });
|
|
208
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskTakeAdvice; });
|
|
209
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskStartDraft; });
|
|
210
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskSupervise; });
|
|
211
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskSuperviseSub; });
|
|
212
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskStartDraft; });
|
|
213
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toTaskReview; });
|
|
214
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskReview; });
|
|
215
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskUnionSeal; });
|
|
216
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskUnionSeal; });
|
|
217
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTwoOfficesDispatch; });
|
|
218
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return twoOfficesDispatch; });
|
|
219
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toResetProcessIndex; });
|
|
220
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return resetProcess; });
|
|
221
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskContinuationIndex; });
|
|
222
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskContinuation; });
|
|
223
223
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
|
|
224
224
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
|
|
225
225
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
226
226
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListWithCircularReadJson; });
|
|
227
227
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
|
|
228
228
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
229
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
230
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
229
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskReadWithDraw; });
|
|
230
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
231
231
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
232
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
233
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
232
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendList; });
|
|
233
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendInfo; });
|
|
234
234
|
/* unused harmony export sendSave */
|
|
235
235
|
/* unused harmony export sendUpdate */
|
|
236
236
|
/* unused harmony export sendDelete */
|
|
237
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
237
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return sendBatch; });
|
|
238
238
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
239
239
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
240
240
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
241
241
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNodeInfoForStart; });
|
|
242
242
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
|
|
243
243
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getUrgencyLevelChangedNotificationType; });
|
|
244
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
244
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toFreeTaskCircularRead; });
|
|
245
245
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
|
|
246
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
246
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return queryUseCommonMenu; });
|
|
247
247
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getIndexCount; });
|
|
248
248
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getVoteMeetingNum; });
|
|
249
249
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUserTipsInstanceNum; });
|
|
250
250
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getShareFilesReceiveCountNew; });
|
|
251
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return queryChildMenuUrl; });
|
|
251
252
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
252
253
|
// 登录
|
|
253
254
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -528,6 +529,9 @@ var getUserTipsInstanceNum = '/archives/llm/subject/getUserTipsInstanceNum';
|
|
|
528
529
|
// 查询待接收文件数量
|
|
529
530
|
var getShareFilesReceiveCountNew = '/oa/sharefiles/receive/getShareFilesReceiveCountNew.dhtml';
|
|
530
531
|
|
|
532
|
+
// 查询左侧我的提醒和我的快捷菜单
|
|
533
|
+
var queryChildMenuUrl = '/sys/v1/userCustom/queryChildMenu.dhtml?type=2';
|
|
534
|
+
|
|
531
535
|
/***/ }),
|
|
532
536
|
|
|
533
537
|
/***/ 3:
|
|
@@ -869,7 +873,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
869
873
|
text: '重发',
|
|
870
874
|
format: false,
|
|
871
875
|
method: 'post',
|
|
872
|
-
action: api["
|
|
876
|
+
action: api["Ob" /* sendBatch */]
|
|
873
877
|
}]
|
|
874
878
|
}];
|
|
875
879
|
}
|
|
@@ -1056,13 +1060,13 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
1056
1060
|
},
|
|
1057
1061
|
data: function data() {
|
|
1058
1062
|
return {
|
|
1059
|
-
sendList: api["
|
|
1060
|
-
sendBatch: api["
|
|
1063
|
+
sendList: api["Qb" /* sendList */],
|
|
1064
|
+
sendBatch: api["Ob" /* sendBatch */],
|
|
1061
1065
|
tableCount: 0,
|
|
1062
1066
|
selectData: [],
|
|
1063
1067
|
formTitle: '',
|
|
1064
1068
|
showForm: false,
|
|
1065
|
-
formData: api["
|
|
1069
|
+
formData: api["Pb" /* sendInfo */],
|
|
1066
1070
|
params: {},
|
|
1067
1071
|
sendTypeDict: [],
|
|
1068
1072
|
statusDict: []
|
|
@@ -1081,7 +1085,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
1081
1085
|
type: 'primary',
|
|
1082
1086
|
checkbox: true,
|
|
1083
1087
|
format: false,
|
|
1084
|
-
action: api["
|
|
1088
|
+
action: api["Ob" /* sendBatch */]
|
|
1085
1089
|
}]
|
|
1086
1090
|
}, {
|
|
1087
1091
|
type: 'search',
|