eoss-ui 0.7.70 → 0.7.72
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 +706 -622
- package/lib/flow-group.js +60 -56
- package/lib/flow-list.js +62 -58
- package/lib/flow.js +99 -94
- 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 +63 -59
- package/lib/main.js +761 -677
- 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/flow/src/freeStartFlow.vue +2 -1
- package/packages/login/src/main.vue +3 -1
- package/packages/main/src/main.vue +50 -27
- package/packages/main/src/public/settings.vue +2 -2
- package/packages/main/src/simplicity/handler.vue +1 -3
- package/packages/main/src/simplicity/index.vue +13 -3
- package/packages/main/src/simplicityTop/handler.vue +1 -4
- package/packages/main/src/simplicityTop/index.vue +110 -61
- package/packages/theme-chalk/gulpfile.js +25 -0
- package/packages/theme-chalk/src/common/var.scss +1 -1
- package/packages/theme-chalk/src/simplicity-top.scss +3 -156
- package/src/config/api.js +4 -0
- package/src/index.js +1 -1
- package/packages/theme-chalk/lib/base.css +0 -1
- package/packages/theme-chalk/lib/button-group.css +0 -1
- package/packages/theme-chalk/lib/button.css +0 -1
- package/packages/theme-chalk/lib/calendar.css +0 -1
- package/packages/theme-chalk/lib/calogin.css +0 -0
- package/packages/theme-chalk/lib/card.css +0 -1
- package/packages/theme-chalk/lib/cascader.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +0 -1
- package/packages/theme-chalk/lib/clients.css +0 -1
- package/packages/theme-chalk/lib/data-table-form.css +0 -1
- package/packages/theme-chalk/lib/data-table.css +0 -1
- package/packages/theme-chalk/lib/date-picker.css +0 -1
- package/packages/theme-chalk/lib/dialog.css +0 -1
- package/packages/theme-chalk/lib/enable-drag.css +0 -1
- package/packages/theme-chalk/lib/enterprise.css +0 -1
- package/packages/theme-chalk/lib/error-page.css +0 -1
- package/packages/theme-chalk/lib/flow-chart.css +0 -0
- package/packages/theme-chalk/lib/flow-group.css +0 -1
- package/packages/theme-chalk/lib/flow-list.css +0 -1
- package/packages/theme-chalk/lib/flow.css +0 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/form.css +0 -1
- package/packages/theme-chalk/lib/handle-user.css +0 -1
- package/packages/theme-chalk/lib/handler.css +0 -1
- package/packages/theme-chalk/lib/icon.css +0 -1
- package/packages/theme-chalk/lib/icons.css +0 -1
- package/packages/theme-chalk/lib/index.css +0 -1
- package/packages/theme-chalk/lib/input-number.css +0 -0
- package/packages/theme-chalk/lib/input.css +0 -1
- package/packages/theme-chalk/lib/label.css +0 -1
- package/packages/theme-chalk/lib/layout.css +0 -1
- package/packages/theme-chalk/lib/login.css +0 -1
- package/packages/theme-chalk/lib/main.css +0 -1
- package/packages/theme-chalk/lib/menu.css +0 -1
- package/packages/theme-chalk/lib/nav.css +0 -1
- package/packages/theme-chalk/lib/notify.css +0 -0
- package/packages/theme-chalk/lib/page.css +0 -1
- package/packages/theme-chalk/lib/pagination.css +0 -1
- package/packages/theme-chalk/lib/player.css +0 -1
- package/packages/theme-chalk/lib/qr-code.css +0 -1
- package/packages/theme-chalk/lib/radio-group.css +0 -1
- package/packages/theme-chalk/lib/retrial-auth.css +0 -1
- package/packages/theme-chalk/lib/select-ganged.css +0 -1
- package/packages/theme-chalk/lib/select.css +0 -1
- package/packages/theme-chalk/lib/selector-panel.css +0 -1
- package/packages/theme-chalk/lib/selector.css +0 -1
- package/packages/theme-chalk/lib/simplicity-top.css +0 -1
- package/packages/theme-chalk/lib/simplicity.css +0 -1
- package/packages/theme-chalk/lib/sizer.css +0 -1
- package/packages/theme-chalk/lib/steps.css +0 -1
- package/packages/theme-chalk/lib/switch.css +0 -1
- package/packages/theme-chalk/lib/table-form.css +0 -0
- package/packages/theme-chalk/lib/tabs-panel.css +0 -0
- package/packages/theme-chalk/lib/tabs.css +0 -1
- package/packages/theme-chalk/lib/tips.css +0 -1
- package/packages/theme-chalk/lib/toolbar.css +0 -1
- package/packages/theme-chalk/lib/tree-group.css +0 -1
- package/packages/theme-chalk/lib/tree.css +0 -1
- package/packages/theme-chalk/lib/upload.css +0 -1
- package/packages/theme-chalk/lib/wujie.css +0 -0
- package/packages/theme-chalk/lib/wxlogin.css +0 -1
package/lib/flow.js
CHANGED
|
@@ -3890,7 +3890,7 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3890
3890
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
3891
3891
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return logout; });
|
|
3892
3892
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return initLogin; });
|
|
3893
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3893
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return switchUserTo; });
|
|
3894
3894
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3895
3895
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getLoginCode; });
|
|
3896
3896
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
@@ -3905,15 +3905,15 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3905
3905
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3906
3906
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initRetrialAuth; });
|
|
3907
3907
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getRetrialAuthCode; });
|
|
3908
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3908
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return scanCodeRetrialAuth; });
|
|
3909
3909
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3910
3910
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
3911
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3911
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return userOnline; });
|
|
3912
3912
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getUserAppWithTag; });
|
|
3913
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3913
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return recordUserApp; });
|
|
3914
3914
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return mainConfig; });
|
|
3915
3915
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initUserSet; });
|
|
3916
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3916
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return updateUserInfo; });
|
|
3917
3917
|
/* unused harmony export getUserImgUrl */
|
|
3918
3918
|
/* unused harmony export getDoorIndex */
|
|
3919
3919
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3922,19 +3922,19 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3922
3922
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
|
|
3923
3923
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
|
|
3924
3924
|
/* unused harmony export getUserCustomInfo */
|
|
3925
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3926
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3925
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return updateUserCustomInfo; });
|
|
3926
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sysMsgPage; });
|
|
3927
3927
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return ignoreSysMsg; });
|
|
3928
3928
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return ignoreAllSysMsg; });
|
|
3929
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3929
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return searchType; });
|
|
3930
3930
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSysParam; });
|
|
3931
3931
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
|
|
3932
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3933
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3932
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return uploads; });
|
|
3933
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return uploadOnlyOne; });
|
|
3934
3934
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
|
|
3935
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3935
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return uploadSort; });
|
|
3936
3936
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
3937
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3937
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return uploadDownloads; });
|
|
3938
3938
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return previewAdjunct; });
|
|
3939
3939
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct2; });
|
|
3940
3940
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunctOffice; });
|
|
@@ -3952,13 +3952,13 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3952
3952
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return gethelpdoc; });
|
|
3953
3953
|
/* unused harmony export getCurrentuser */
|
|
3954
3954
|
/* unused harmony export mainDetail */
|
|
3955
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3956
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3955
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toStartFlow; });
|
|
3956
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return tempSave; });
|
|
3957
3957
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3958
3958
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3959
3959
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3960
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3961
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3960
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return saveCommonOpinion; });
|
|
3961
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return updateCommonOpinion; });
|
|
3962
3962
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3963
3963
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getProcessDefList; });
|
|
3964
3964
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfo; });
|
|
@@ -3967,28 +3967,28 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3967
3967
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
3968
3968
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNotificationMsg; });
|
|
3969
3969
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
|
|
3970
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3970
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskHandleHtml; });
|
|
3971
3971
|
/* unused harmony export getView */
|
|
3972
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3972
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return register; });
|
|
3973
3973
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return pendedhistoryList; });
|
|
3974
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3975
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3974
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTaskRejectHtml; });
|
|
3975
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskRejectHtml; });
|
|
3976
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toStartTaskRead; });
|
|
3977
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toStartTaskReadIndex; });
|
|
3978
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskReadHtml; });
|
|
3979
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return rejectAndEnd; });
|
|
3980
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toSendMsg; });
|
|
3981
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return sendMsg; });
|
|
3982
3982
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
3983
3983
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return handleInfo; });
|
|
3984
3984
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginUserInfo; });
|
|
3985
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3986
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3985
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return wss; });
|
|
3986
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return topic; });
|
|
3987
3987
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetCustomInfo; });
|
|
3988
3988
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getPresetNodeInfo; });
|
|
3989
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3990
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3991
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3989
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskTransferIndex; });
|
|
3990
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskTransfer; });
|
|
3991
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toPresetInfoListIndex; });
|
|
3992
3992
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3993
3993
|
/* unused harmony export historyListJson */
|
|
3994
3994
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryListJson; });
|
|
@@ -3996,52 +3996,53 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3996
3996
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3997
3997
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return modifyFlow; });
|
|
3998
3998
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return isCanStartSubFlow; });
|
|
3999
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4000
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3999
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskUnionExamine; });
|
|
4000
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskUnionExamine; });
|
|
4001
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskTakeAdvice; });
|
|
4002
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskTakeAdvice; });
|
|
4003
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskStartDraft; });
|
|
4004
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskSupervise; });
|
|
4005
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskSuperviseSub; });
|
|
4006
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskStartDraft; });
|
|
4007
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toTaskReview; });
|
|
4008
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskReview; });
|
|
4009
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskUnionSeal; });
|
|
4010
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskUnionSeal; });
|
|
4011
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTwoOfficesDispatch; });
|
|
4012
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return twoOfficesDispatch; });
|
|
4013
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toResetProcessIndex; });
|
|
4014
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return resetProcess; });
|
|
4015
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskContinuationIndex; });
|
|
4016
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskContinuation; });
|
|
4017
4017
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
|
|
4018
4018
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
|
|
4019
4019
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
4020
4020
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListWithCircularReadJson; });
|
|
4021
4021
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
|
|
4022
4022
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
4023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4024
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4023
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskReadWithDraw; });
|
|
4024
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
4025
4025
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
4026
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4027
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendList; });
|
|
4027
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendInfo; });
|
|
4028
4028
|
/* unused harmony export sendSave */
|
|
4029
4029
|
/* unused harmony export sendUpdate */
|
|
4030
4030
|
/* unused harmony export sendDelete */
|
|
4031
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4031
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return sendBatch; });
|
|
4032
4032
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
4033
4033
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
4034
4034
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
4035
4035
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNodeInfoForStart; });
|
|
4036
4036
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
|
|
4037
4037
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getUrgencyLevelChangedNotificationType; });
|
|
4038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4038
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toFreeTaskCircularRead; });
|
|
4039
4039
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
|
|
4040
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4040
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return queryUseCommonMenu; });
|
|
4041
4041
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getIndexCount; });
|
|
4042
4042
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getVoteMeetingNum; });
|
|
4043
4043
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUserTipsInstanceNum; });
|
|
4044
4044
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getShareFilesReceiveCountNew; });
|
|
4045
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return queryChildMenuUrl; });
|
|
4045
4046
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
4046
4047
|
// 登录
|
|
4047
4048
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -4322,6 +4323,9 @@ var getUserTipsInstanceNum = '/archives/llm/subject/getUserTipsInstanceNum';
|
|
|
4322
4323
|
// 查询待接收文件数量
|
|
4323
4324
|
var getShareFilesReceiveCountNew = '/oa/sharefiles/receive/getShareFilesReceiveCountNew.dhtml';
|
|
4324
4325
|
|
|
4326
|
+
// 查询左侧我的提醒和我的快捷菜单
|
|
4327
|
+
var queryChildMenuUrl = '/sys/v1/userCustom/queryChildMenu.dhtml?type=2';
|
|
4328
|
+
|
|
4325
4329
|
/***/ }),
|
|
4326
4330
|
/* 2 */
|
|
4327
4331
|
/***/ (function(module, exports) {
|
|
@@ -8646,7 +8650,7 @@ var _components;
|
|
|
8646
8650
|
}
|
|
8647
8651
|
this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
|
|
8648
8652
|
util["a" /* default */].ajax({
|
|
8649
|
-
url: data.id ? api["
|
|
8653
|
+
url: data.id ? api["Bc" /* updateCommonOpinion */] : api["Lb" /* saveCommonOpinion */],
|
|
8650
8654
|
data: info,
|
|
8651
8655
|
header: { 'Content-Type': 'multipart/form-data' },
|
|
8652
8656
|
method: 'post'
|
|
@@ -12118,7 +12122,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12118
12122
|
delete params.businessId;
|
|
12119
12123
|
}
|
|
12120
12124
|
util["a" /* default */].ajax({
|
|
12121
|
-
url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["
|
|
12125
|
+
url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Sb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Ib" /* register */],
|
|
12122
12126
|
method: 'post',
|
|
12123
12127
|
data: params
|
|
12124
12128
|
}).then(function (res) {
|
|
@@ -12357,7 +12361,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12357
12361
|
params.taskAction = "toStartFlowWithoutTempSave";
|
|
12358
12362
|
}
|
|
12359
12363
|
// 获取节点
|
|
12360
|
-
util["a" /* default */].ajax({ url: api["
|
|
12364
|
+
util["a" /* default */].ajax({ url: api["lc" /* toStartFlow */], params: params }).then(function (res) {
|
|
12361
12365
|
//pc接口返回数据处理
|
|
12362
12366
|
var status = res.status,
|
|
12363
12367
|
message = res.message,
|
|
@@ -12851,7 +12855,7 @@ SendMsgvue_type_template_id_511ef65e_render._withStripped = true
|
|
|
12851
12855
|
notificationType = _sendInfo.notificationType;
|
|
12852
12856
|
|
|
12853
12857
|
var params = {
|
|
12854
|
-
url: api["
|
|
12858
|
+
url: api["Rb" /* sendMsg */],
|
|
12855
12859
|
headers: { Accept: 'application/json,text/plain' },
|
|
12856
12860
|
method: 'post',
|
|
12857
12861
|
data: {
|
|
@@ -12913,7 +12917,7 @@ SendMsgvue_type_template_id_511ef65e_render._withStripped = true
|
|
|
12913
12917
|
|
|
12914
12918
|
this.loading = true;
|
|
12915
12919
|
util["a" /* default */].ajax({
|
|
12916
|
-
url: api["
|
|
12920
|
+
url: api["kc" /* toSendMsg */],
|
|
12917
12921
|
params: { pendingId: this.$attrs.pendingId }
|
|
12918
12922
|
}).then(function (res) {
|
|
12919
12923
|
var status = res.status,
|
|
@@ -13805,7 +13809,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
13805
13809
|
userId: util["a" /* default */].getStorage('userId'),
|
|
13806
13810
|
nextNodeId: _this2.nextNode.nextNodeId
|
|
13807
13811
|
};
|
|
13808
|
-
util["a" /* default */].ajax({ url: api["
|
|
13812
|
+
util["a" /* default */].ajax({ url: api["Zb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
|
|
13809
13813
|
var status = res.status,
|
|
13810
13814
|
message = res.message;
|
|
13811
13815
|
|
|
@@ -13870,7 +13874,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
13870
13874
|
isSinglePage: false,
|
|
13871
13875
|
opinion: this.option
|
|
13872
13876
|
};
|
|
13873
|
-
util["a" /* default */].ajax({ url: api["
|
|
13877
|
+
util["a" /* default */].ajax({ url: api["pc" /* toTaskRejectHtml */], params: params }).then(function (res) {
|
|
13874
13878
|
_this4.loading = false;
|
|
13875
13879
|
if (res.status === 'success') {
|
|
13876
13880
|
var _res$data = res.data,
|
|
@@ -14683,7 +14687,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14683
14687
|
taskExamine = this.taskExamine;
|
|
14684
14688
|
|
|
14685
14689
|
var params = {
|
|
14686
|
-
url: api["
|
|
14690
|
+
url: api["vc" /* toTaskTransferIndex */],
|
|
14687
14691
|
params: {
|
|
14688
14692
|
opinion: opinion,
|
|
14689
14693
|
pendingId: pendingId,
|
|
@@ -14809,7 +14813,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14809
14813
|
var _this4 = this;
|
|
14810
14814
|
|
|
14811
14815
|
var params = {
|
|
14812
|
-
url: api["
|
|
14816
|
+
url: api["mc" /* toStartTaskRead */],
|
|
14813
14817
|
params: startTaskReadvue_type_script_lang_js_extends({
|
|
14814
14818
|
pendingId: this.pendingId,
|
|
14815
14819
|
taskAction: this.type
|
|
@@ -14905,7 +14909,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14905
14909
|
type = this.type;
|
|
14906
14910
|
|
|
14907
14911
|
var params = {
|
|
14908
|
-
url: api["
|
|
14912
|
+
url: api["dc" /* taskTransfer */],
|
|
14909
14913
|
data: {
|
|
14910
14914
|
choiceDeptId: choiceDeptId,
|
|
14911
14915
|
choiceOrgId: choiceOrgId,
|
|
@@ -15008,7 +15012,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15008
15012
|
}
|
|
15009
15013
|
delete _this8.configInfo.taskExamine.taskExamineParam;
|
|
15010
15014
|
util["a" /* default */].ajax({
|
|
15011
|
-
url: api["
|
|
15015
|
+
url: api["Xb" /* taskReadHtml */],
|
|
15012
15016
|
params: { taskAction: _this8.type },
|
|
15013
15017
|
headers: {
|
|
15014
15018
|
Accept: 'application/json,text/plain'
|
|
@@ -16197,7 +16201,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16197
16201
|
}
|
|
16198
16202
|
if (_this4.activeNames != '1') delete params.customPresetUserJson;
|
|
16199
16203
|
util["a" /* default */].ajax({
|
|
16200
|
-
url: _this4.type == 'reset' ? api["
|
|
16204
|
+
url: _this4.type == 'reset' ? api["Kb" /* resetProcess */] : api["Vb" /* taskContinuation */],
|
|
16201
16205
|
method: 'post',
|
|
16202
16206
|
data: params
|
|
16203
16207
|
}).then(function (res) {
|
|
@@ -16405,7 +16409,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16405
16409
|
var _this7 = this;
|
|
16406
16410
|
|
|
16407
16411
|
var params = {
|
|
16408
|
-
url: this.type == 'continuation' ? api["
|
|
16412
|
+
url: this.type == 'continuation' ? api["oc" /* toTaskContinuationIndex */] : api["jc" /* toResetProcessIndex */],
|
|
16409
16413
|
params: resetvue_type_script_lang_js_extends({
|
|
16410
16414
|
appId: this.appId
|
|
16411
16415
|
}, this.flowParams)
|
|
@@ -17143,7 +17147,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17143
17147
|
pendingId = this.pendingId;
|
|
17144
17148
|
|
|
17145
17149
|
var params = {
|
|
17146
|
-
url: api["
|
|
17150
|
+
url: api["ac" /* taskReview */],
|
|
17147
17151
|
data: {
|
|
17148
17152
|
nextUserId: nextOtherOrgObj.join(','),
|
|
17149
17153
|
notificationType: noticeType.join(','),
|
|
@@ -17179,7 +17183,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17179
17183
|
var _this2 = this;
|
|
17180
17184
|
|
|
17181
17185
|
var params = {
|
|
17182
|
-
url: api["
|
|
17186
|
+
url: api["qc" /* toTaskReview */],
|
|
17183
17187
|
params: { pendingId: this.pendingId }
|
|
17184
17188
|
};
|
|
17185
17189
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -17215,7 +17219,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17215
17219
|
var _this3 = this;
|
|
17216
17220
|
|
|
17217
17221
|
var params = {
|
|
17218
|
-
url: this.type == 'takeAdvice' ? api["
|
|
17222
|
+
url: this.type == 'takeAdvice' ? api["uc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["rc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["xc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["yc" /* toTwoOfficesDispatch */] : api["wc" /* toTaskUnionExamine */],
|
|
17219
17223
|
params: { pendingId: this.pendingId },
|
|
17220
17224
|
headers: { Accept: 'application/json,text/plain' }
|
|
17221
17225
|
};
|
|
@@ -17367,7 +17371,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17367
17371
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
17368
17372
|
// return this.$message.warning('暂未开放,敬请期待!');
|
|
17369
17373
|
var param = {
|
|
17370
|
-
url: this.type === 'startDraf' ? api["
|
|
17374
|
+
url: this.type === 'startDraf' ? api["bc" /* taskStartDraft */] : this.type == 'unionSeal' ? api["fc" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Ac" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["cc" /* taskTakeAdvice */] : api["ec" /* taskUnionExamine */],
|
|
17371
17375
|
data: {
|
|
17372
17376
|
opinion: opinion,
|
|
17373
17377
|
pendingId: pendingId,
|
|
@@ -17536,8 +17540,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17536
17540
|
)
|
|
17537
17541
|
|
|
17538
17542
|
/* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
|
|
17539
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
17540
|
-
var
|
|
17543
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=bacd05b4&
|
|
17544
|
+
var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
17541
17545
|
var _vm = this
|
|
17542
17546
|
var _h = _vm.$createElement
|
|
17543
17547
|
var _c = _vm._self._c || _h
|
|
@@ -19636,11 +19640,11 @@ var freeStartFlowvue_type_template_id_71c6df47_render = function () {
|
|
|
19636
19640
|
)
|
|
19637
19641
|
: _vm._e()
|
|
19638
19642
|
}
|
|
19639
|
-
var
|
|
19640
|
-
|
|
19643
|
+
var freeStartFlowvue_type_template_id_bacd05b4_staticRenderFns = []
|
|
19644
|
+
freeStartFlowvue_type_template_id_bacd05b4_render._withStripped = true
|
|
19641
19645
|
|
|
19642
19646
|
|
|
19643
|
-
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
19647
|
+
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=bacd05b4&
|
|
19644
19648
|
|
|
19645
19649
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
|
|
19646
19650
|
|
|
@@ -20491,7 +20495,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20491
20495
|
nextOtherOrgObjSelect: [],
|
|
20492
20496
|
subProcessColumns: [],
|
|
20493
20497
|
nextCurrentOrgObjSelect: [],
|
|
20494
|
-
otherParams: { filid: 'all', roleid:
|
|
20498
|
+
otherParams: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') },
|
|
20495
20499
|
loading: null, // 加载中
|
|
20496
20500
|
newTypeCode: '',
|
|
20497
20501
|
NodeName: '', // 当前节点值
|
|
@@ -20612,6 +20616,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20612
20616
|
mounted: function mounted() {
|
|
20613
20617
|
this.businessIds = this.startFlowBusinessId;
|
|
20614
20618
|
this.nextNode.nextNodeId = this.nextNodeId;
|
|
20619
|
+
this.otherParams.roleid = this.selectorParams.roleid;
|
|
20615
20620
|
this.getNodeType();
|
|
20616
20621
|
!this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
|
|
20617
20622
|
if (this.isFlow) {
|
|
@@ -20840,7 +20845,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20840
20845
|
taskAction: 'complete'
|
|
20841
20846
|
};
|
|
20842
20847
|
util["a" /* default */].ajax({
|
|
20843
|
-
url: api["
|
|
20848
|
+
url: api["Xb" /* taskReadHtml */],
|
|
20844
20849
|
params: { taskAction: 'complete' },
|
|
20845
20850
|
headers: {
|
|
20846
20851
|
Accept: 'application/json,text/plain'
|
|
@@ -20872,7 +20877,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20872
20877
|
|
|
20873
20878
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
20874
20879
|
util["a" /* default */].ajax({
|
|
20875
|
-
url: api["
|
|
20880
|
+
url: api["nc" /* toStartTaskReadIndex */],
|
|
20876
20881
|
params: { pendingId: this.pendingId }
|
|
20877
20882
|
}).then(function (res) {
|
|
20878
20883
|
var status = res.status,
|
|
@@ -21010,7 +21015,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21010
21015
|
pendingId: this.pendingId
|
|
21011
21016
|
};
|
|
21012
21017
|
this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
|
|
21013
|
-
util["a" /* default */].ajax({ url: api["
|
|
21018
|
+
util["a" /* default */].ajax({ url: api["gc" /* tempSave */], params: params }).then(function (res) {
|
|
21014
21019
|
var status = res.status,
|
|
21015
21020
|
message = res.message;
|
|
21016
21021
|
|
|
@@ -21414,7 +21419,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21414
21419
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
21415
21420
|
// return this.$message.warning('请填写意见');
|
|
21416
21421
|
var params = {
|
|
21417
|
-
url: api["
|
|
21422
|
+
url: api["Jb" /* rejectAndEnd */],
|
|
21418
21423
|
headers: { Accept: 'application/json,text/plain' },
|
|
21419
21424
|
method: 'post',
|
|
21420
21425
|
data: {
|
|
@@ -22275,7 +22280,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22275
22280
|
params.isSubFlow = taskExamineInfo.isSubFlow;
|
|
22276
22281
|
params.nodeId = taskExamineInfo.nodeId;
|
|
22277
22282
|
params.needRetrialAuth = needRetrialAuth;
|
|
22278
|
-
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["
|
|
22283
|
+
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Wb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
22279
22284
|
var status = res.status,
|
|
22280
22285
|
message = res.message;
|
|
22281
22286
|
|
|
@@ -22356,8 +22361,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22356
22361
|
|
|
22357
22362
|
var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
22358
22363
|
src_freeStartFlowvue_type_script_lang_js_,
|
|
22359
|
-
|
|
22360
|
-
|
|
22364
|
+
freeStartFlowvue_type_template_id_bacd05b4_render,
|
|
22365
|
+
freeStartFlowvue_type_template_id_bacd05b4_staticRenderFns,
|
|
22361
22366
|
false,
|
|
22362
22367
|
null,
|
|
22363
22368
|
null,
|
|
@@ -22655,7 +22660,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
22655
22660
|
pendingUserIds = _nextNode.pendingUserIds;
|
|
22656
22661
|
|
|
22657
22662
|
var params = {
|
|
22658
|
-
url: api["
|
|
22663
|
+
url: api["tc" /* toTaskSuperviseSub */],
|
|
22659
22664
|
params: {
|
|
22660
22665
|
userId: util["a" /* default */].getStorage('userId'),
|
|
22661
22666
|
urgeUserIds: pendingUserIds,
|
|
@@ -22681,7 +22686,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
22681
22686
|
|
|
22682
22687
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
22683
22688
|
util["a" /* default */].ajax({
|
|
22684
|
-
url: api["
|
|
22689
|
+
url: api["sc" /* toTaskSupervise */],
|
|
22685
22690
|
params: {
|
|
22686
22691
|
businessId: this.businessId,
|
|
22687
22692
|
appId: this.appId,
|
|
@@ -23601,7 +23606,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
23601
23606
|
var _this2 = this;
|
|
23602
23607
|
|
|
23603
23608
|
var param = {
|
|
23604
|
-
url: api["
|
|
23609
|
+
url: api["hc" /* toFreeTaskCircularRead */],
|
|
23605
23610
|
params: FreeCirculationvue_type_script_lang_js_extends({}, this.params, { appId: this.appId || this.params.appId })
|
|
23606
23611
|
};
|
|
23607
23612
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
@@ -25590,7 +25595,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25590
25595
|
taskAction: 'complete'
|
|
25591
25596
|
};
|
|
25592
25597
|
util["a" /* default */].ajax({
|
|
25593
|
-
url: api["
|
|
25598
|
+
url: api["Xb" /* taskReadHtml */],
|
|
25594
25599
|
params: { taskAction: 'complete' },
|
|
25595
25600
|
headers: {
|
|
25596
25601
|
Accept: 'application/json,text/plain'
|
|
@@ -25641,7 +25646,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25641
25646
|
|
|
25642
25647
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
25643
25648
|
util["a" /* default */].ajax({
|
|
25644
|
-
url: api["
|
|
25649
|
+
url: api["nc" /* toStartTaskReadIndex */],
|
|
25645
25650
|
params: { pendingId: this.pendingId }
|
|
25646
25651
|
}).then(function (res) {
|
|
25647
25652
|
var status = res.status,
|
|
@@ -25788,7 +25793,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25788
25793
|
pendingId: this.pendingId
|
|
25789
25794
|
};
|
|
25790
25795
|
this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
|
|
25791
|
-
util["a" /* default */].ajax({ url: api["
|
|
25796
|
+
util["a" /* default */].ajax({ url: api["gc" /* tempSave */], data: params, method: 'post' }).then(function (res) {
|
|
25792
25797
|
var status = res.status,
|
|
25793
25798
|
message = res.message;
|
|
25794
25799
|
|
|
@@ -26206,7 +26211,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26206
26211
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
26207
26212
|
// return this.$message.warning('请填写意见');
|
|
26208
26213
|
var params = {
|
|
26209
|
-
url: api["
|
|
26214
|
+
url: api["Jb" /* rejectAndEnd */],
|
|
26210
26215
|
headers: { Accept: 'application/json,text/plain' },
|
|
26211
26216
|
method: 'post',
|
|
26212
26217
|
data: {
|
|
@@ -27320,7 +27325,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27320
27325
|
if (!currentNodeEnableItemHandleDescription) {
|
|
27321
27326
|
delete params.nextItemHandleDescription;
|
|
27322
27327
|
}
|
|
27323
|
-
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["
|
|
27328
|
+
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Wb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
27324
27329
|
var status = res.status,
|
|
27325
27330
|
message = res.message;
|
|
27326
27331
|
|