eoss-ui 0.5.33 → 0.5.34
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/CHANGELOG.md +929 -0
- package/lib/button-group.js +98 -95
- package/lib/button.js +98 -95
- package/lib/checkbox-group.js +101 -99
- package/lib/config/api.js +2 -0
- package/lib/data-table-form.js +99 -96
- package/lib/data-table.js +102 -99
- package/lib/date-picker.js +98 -95
- package/lib/dialog.js +106 -99
- package/lib/eoss-ui.common.js +573 -401
- package/lib/flow-group.js +167 -134
- package/lib/flow-list.js +102 -99
- package/lib/flow.js +146 -143
- package/lib/form.js +99 -96
- package/lib/handle-user.js +99 -96
- package/lib/handler.js +212 -161
- package/lib/index.js +1 -1
- package/lib/input-number.js +98 -95
- package/lib/input.js +98 -95
- package/lib/login.js +204 -113
- package/lib/main.js +116 -116
- package/lib/nav.js +98 -95
- package/lib/notify.js +103 -100
- package/lib/page.js +98 -95
- package/lib/player.js +98 -95
- package/lib/qr-code.js +98 -95
- package/lib/radio-group.js +99 -96
- package/lib/retrial-auth.js +101 -98
- package/lib/select-ganged.js +98 -95
- package/lib/select.js +99 -96
- package/lib/selector-panel.js +116 -113
- package/lib/selector.js +99 -96
- package/lib/sizer.js +100 -97
- package/lib/steps.js +98 -95
- package/lib/switch.js +98 -95
- package/lib/table-form.js +98 -95
- package/lib/tabs.js +98 -95
- package/lib/theme-chalk/handler.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/tips.js +99 -96
- package/lib/toolbar.js +24 -21
- package/lib/tree-group.js +98 -95
- package/lib/tree.js +99 -96
- package/lib/upload.js +108 -105
- package/lib/wujie.js +98 -95
- package/lib/wxlogin.js +98 -95
- package/package.json +2 -2
- package/packages/checkbox-group/src/main.vue +0 -1
- package/packages/dialog/src/main.vue +6 -2
- package/packages/flow-group/src/main.vue +40 -18
- package/packages/handler/src/main.vue +52 -32
- package/packages/login/src/main.vue +69 -8
- package/packages/main/src/main.vue +0 -6
- package/packages/theme-chalk/lib/handler.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/handler.scss +3 -1
- package/packages/toolbar/src/main.vue +20 -20
- package/src/config/api.js +2 -0
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -2992,128 +2992,129 @@ var watermark = function watermark(option) {
|
|
|
2992
2992
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2993
2993
|
|
|
2994
2994
|
"use strict";
|
|
2995
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2996
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2997
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2998
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2999
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3000
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2995
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCaLogin; });
|
|
2996
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doUserLogin; });
|
|
2997
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doQrLogin; });
|
|
2998
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return logout; });
|
|
2999
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return initLogin; });
|
|
3000
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return switchUserTo; });
|
|
3001
3001
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3002
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3003
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3002
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getLoginCode; });
|
|
3003
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doCodeLogin; });
|
|
3004
3004
|
/* unused harmony export updateCode */
|
|
3005
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3005
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getModifyPassCode; });
|
|
3006
3006
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
|
|
3007
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3007
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return loginModifyPassword; });
|
|
3008
3008
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3009
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3010
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3011
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3012
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3013
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3014
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3015
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3009
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initModifyPassword; });
|
|
3010
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doWechatQrLogin; });
|
|
3011
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getTwoFactorLoginCode; });
|
|
3012
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doTwoFactorLogin; });
|
|
3013
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initRetrialAuth; });
|
|
3014
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getRetrialAuthCode; });
|
|
3015
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return scanCodeRetrialAuth; });
|
|
3016
3016
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
|
|
3017
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3018
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3019
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3017
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
|
|
3018
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return mainConfig; });
|
|
3019
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return initUserSet; });
|
|
3020
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateUserInfo; });
|
|
3020
3021
|
/* unused harmony export getUserImgUrl */
|
|
3021
3022
|
/* unused harmony export getDoorIndex */
|
|
3022
3023
|
/* unused harmony export refreshOnlineUsers */
|
|
3023
3024
|
/* unused harmony export getQuickMenuIds */
|
|
3024
3025
|
/* unused harmony export getApplicationIdArray */
|
|
3025
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3026
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplications; });
|
|
3027
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplicationsNew; });
|
|
3027
3028
|
/* unused harmony export getUserCustomInfo */
|
|
3028
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3029
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3030
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3031
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3032
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3033
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3034
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3035
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3036
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3037
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3039
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3040
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3041
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3029
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateUserCustomInfo; });
|
|
3030
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return sysMsgPage; });
|
|
3031
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return ignoreSysMsg; });
|
|
3032
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return ignoreAllSysMsg; });
|
|
3033
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctProperties; });
|
|
3034
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploads; });
|
|
3035
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadOnlyOne; });
|
|
3036
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctFileInfos; });
|
|
3037
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadSort; });
|
|
3038
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
|
|
3039
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return uploadDownloads; });
|
|
3040
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return previewAdjunct; });
|
|
3041
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunct2; });
|
|
3042
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return previewAdjunctOffice; });
|
|
3042
3043
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
|
|
3043
3044
|
/* unused harmony export upload_updateClassify */
|
|
3044
3045
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3045
3046
|
/* unused harmony export getPictureBase64 */
|
|
3046
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3047
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3048
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3049
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3050
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3047
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getSelectorOrgTree; });
|
|
3048
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getSelectorOrgDetail; });
|
|
3049
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getOrgMainTree; });
|
|
3050
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getSelectOrgsubids; });
|
|
3051
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCode; });
|
|
3051
3052
|
/* unused harmony export findUserBaseInfo */
|
|
3052
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3053
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return gethelpdoc; });
|
|
3053
3054
|
/* unused harmony export getCurrentuser */
|
|
3054
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3055
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3056
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3055
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return mainDetail; });
|
|
3056
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toStartFlow; });
|
|
3057
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return tempSave; });
|
|
3057
3058
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
|
|
3058
3059
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3059
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3060
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3061
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3060
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
|
|
3061
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return saveCommonOpinion; });
|
|
3062
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return updateCommonOpinion; });
|
|
3062
3063
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
|
|
3063
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3064
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3065
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3066
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3067
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3068
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3069
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3070
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3064
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getProcessDefList; });
|
|
3065
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getNodeInfo; });
|
|
3066
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findCodeValues; });
|
|
3067
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findSysParam; });
|
|
3068
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysCodes; });
|
|
3069
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getNotificationMsg; });
|
|
3070
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getHandleInfoHtml; });
|
|
3071
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskHandleHtml; });
|
|
3071
3072
|
/* unused harmony export getView */
|
|
3072
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3073
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3074
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3075
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3076
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3077
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3078
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3079
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3080
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3081
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3082
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3083
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3084
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3085
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3086
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3087
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3088
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3089
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3090
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3091
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3073
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return register; });
|
|
3074
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return pendedhistoryList; });
|
|
3075
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskRejectHtml; });
|
|
3076
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskRejectHtml; });
|
|
3077
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartTaskRead; });
|
|
3078
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartTaskReadIndex; });
|
|
3079
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskReadHtml; });
|
|
3080
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return rejectAndEnd; });
|
|
3081
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toSendMsg; });
|
|
3082
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendMsg; });
|
|
3083
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
|
|
3084
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return handleInfo; });
|
|
3085
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return loginUserInfo; });
|
|
3086
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return wss; });
|
|
3087
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return topic; });
|
|
3088
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getPresetCustomInfo; });
|
|
3089
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getPresetNodeInfo; });
|
|
3090
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskTransferIndex; });
|
|
3091
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskTransfer; });
|
|
3092
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toPresetInfoListIndex; });
|
|
3092
3093
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
|
|
3093
3094
|
/* unused harmony export historyListJson */
|
|
3094
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3095
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3095
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pendedhistoryListJson; });
|
|
3096
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return pressListJson; });
|
|
3096
3097
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
|
|
3097
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3098
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3099
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3100
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3101
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3102
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3103
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3104
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3105
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3106
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3107
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3108
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3109
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3110
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3111
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3098
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return isCanStartSubFlow; });
|
|
3099
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskUnionExamine; });
|
|
3100
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskUnionExamine; });
|
|
3101
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskTakeAdvice; });
|
|
3102
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskTakeAdvice; });
|
|
3103
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskStartDraft; });
|
|
3104
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskStartDraft; });
|
|
3105
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskReview; });
|
|
3106
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskReview; });
|
|
3107
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskUnionSeal; });
|
|
3108
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskUnionSeal; });
|
|
3109
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTwoOfficesDispatch; });
|
|
3110
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return twoOfficesDispatch; });
|
|
3111
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendList; });
|
|
3112
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendInfo; });
|
|
3112
3113
|
/* unused harmony export sendSave */
|
|
3113
3114
|
/* unused harmony export sendUpdate */
|
|
3114
3115
|
/* unused harmony export sendDelete */
|
|
3115
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3116
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3116
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return sendBatch; });
|
|
3117
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return formContents; });
|
|
3117
3118
|
// 登录
|
|
3118
3119
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
3119
3120
|
var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
|
|
@@ -3137,6 +3138,8 @@ var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身
|
|
|
3137
3138
|
var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
|
|
3138
3139
|
var scanCodeRetrialAuth = '/sso2/retrialAuth/scanCodeRetrialAuth'; // 二维码扫码验证(二级权限验证)
|
|
3139
3140
|
var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
|
|
3141
|
+
var doAssistanceQrLogin = '/sso2/signIn/auth/doAssistanceQrLogin'; // 二级身份验证-验证码验证
|
|
3142
|
+
|
|
3140
3143
|
// 框架
|
|
3141
3144
|
var mainConfig = '/main2/main/mainConfig'; // 获取主页面配置
|
|
3142
3145
|
var initUserSet = '/main2/main/initUserSet'; // 获取用户信息
|
|
@@ -6093,7 +6096,7 @@ var util = __webpack_require__(0);
|
|
|
6093
6096
|
|
|
6094
6097
|
this.loading = true;
|
|
6095
6098
|
util["a" /* default */].ajax({
|
|
6096
|
-
url: id ? api["
|
|
6099
|
+
url: id ? api["s" /* editCommonOpion */] : api["a" /* addCommonOpion */],
|
|
6097
6100
|
params: { id: id }
|
|
6098
6101
|
}).then(function (res) {
|
|
6099
6102
|
var status = res.status,
|
|
@@ -6358,7 +6361,7 @@ var _components;
|
|
|
6358
6361
|
|
|
6359
6362
|
var that = this;
|
|
6360
6363
|
util["a" /* default */].ajax({
|
|
6361
|
-
url: api["
|
|
6364
|
+
url: api["x" /* findSysParam */],
|
|
6362
6365
|
params: { cpName: 'commonOpinionsSelectType' }
|
|
6363
6366
|
}).then(function (res) {
|
|
6364
6367
|
if (res.status == 'success') {
|
|
@@ -6436,7 +6439,7 @@ var _components;
|
|
|
6436
6439
|
}
|
|
6437
6440
|
this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
|
|
6438
6441
|
util["a" /* default */].ajax({
|
|
6439
|
-
url: data.id ? api["
|
|
6442
|
+
url: data.id ? api["Ub" /* updateCommonOpinion */] : api["nb" /* saveCommonOpinion */],
|
|
6440
6443
|
data: info,
|
|
6441
6444
|
header: { 'Content-Type': 'multipart/form-data' },
|
|
6442
6445
|
method: 'post'
|
|
@@ -7288,7 +7291,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
7288
7291
|
newNextUser: [],
|
|
7289
7292
|
newOptions: [],
|
|
7290
7293
|
newSelectUserList: [],
|
|
7291
|
-
url: api["
|
|
7294
|
+
url: api["S" /* handleInfo */],
|
|
7292
7295
|
newCheckboxList: [],
|
|
7293
7296
|
newPresetEdit: 0,
|
|
7294
7297
|
newMultiple: false,
|
|
@@ -7405,7 +7408,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
7405
7408
|
if (query !== '') {
|
|
7406
7409
|
this.searchLoading = true;
|
|
7407
7410
|
util["a" /* default */].ajax({
|
|
7408
|
-
url: api["
|
|
7411
|
+
url: api["S" /* handleInfo */],
|
|
7409
7412
|
params: { searchKey: query, query: query, type: 'user' }
|
|
7410
7413
|
}).then(function (res) {
|
|
7411
7414
|
var status = res.status,
|
|
@@ -7815,7 +7818,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
7815
7818
|
nextNodeId: nodeId,
|
|
7816
7819
|
businessId: this.id
|
|
7817
7820
|
};
|
|
7818
|
-
util["a" /* default */].ajax({ url: api["
|
|
7821
|
+
util["a" /* default */].ajax({ url: api["G" /* getNodeInfo */], params: params }).then(function (res) {
|
|
7819
7822
|
var status = res.status,
|
|
7820
7823
|
message = res.message,
|
|
7821
7824
|
_res$data = res.data,
|
|
@@ -7912,7 +7915,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
7912
7915
|
|
|
7913
7916
|
isNoStart && (this.newPresetList = []);
|
|
7914
7917
|
var params = {
|
|
7915
|
-
url: api["
|
|
7918
|
+
url: api["J" /* getPresetCustomInfo */],
|
|
7916
7919
|
params: {
|
|
7917
7920
|
nodeId: nodeId,
|
|
7918
7921
|
processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
|
|
@@ -8263,7 +8266,7 @@ var Presetvue_type_script_lang_js_components;
|
|
|
8263
8266
|
nodeId = this.nodeId;
|
|
8264
8267
|
|
|
8265
8268
|
var params = {
|
|
8266
|
-
url: api["
|
|
8269
|
+
url: api["K" /* getPresetNodeInfo */],
|
|
8267
8270
|
params: {
|
|
8268
8271
|
nextNodeId: nextNodeId,
|
|
8269
8272
|
processDefinitionId: processDefinitionId,
|
|
@@ -8869,7 +8872,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
8869
8872
|
var _this = this;
|
|
8870
8873
|
|
|
8871
8874
|
util["a" /* default */].ajax({
|
|
8872
|
-
url: api["
|
|
8875
|
+
url: api["u" /* findCodeValues */],
|
|
8873
8876
|
params: { ccCode: 'notification_type', userId: util["a" /* default */].getStorage('userId') }
|
|
8874
8877
|
}).then(function (res) {
|
|
8875
8878
|
var status = res.status,
|
|
@@ -8895,7 +8898,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
8895
8898
|
nodeId: this.nextNode.nextNode,
|
|
8896
8899
|
businessId: this.id
|
|
8897
8900
|
};
|
|
8898
|
-
util["a" /* default */].ajax({ url: api["
|
|
8901
|
+
util["a" /* default */].ajax({ url: api["H" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
8899
8902
|
if (res.status === 'success') {
|
|
8900
8903
|
_this2.nextNode.noticeInfo = res.message;
|
|
8901
8904
|
}
|
|
@@ -8964,7 +8967,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
8964
8967
|
opinion: _this3.newOpinion || newOpinion
|
|
8965
8968
|
};
|
|
8966
8969
|
if (_this3.activeNames != '1') delete params.customPresetUserJson;
|
|
8967
|
-
util["a" /* default */].ajax({ url: api["
|
|
8970
|
+
util["a" /* default */].ajax({ url: api["lb" /* register */], method: 'post', data: params }).then(function (res) {
|
|
8968
8971
|
var status = res.status,
|
|
8969
8972
|
message = res.message;
|
|
8970
8973
|
|
|
@@ -8994,7 +8997,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
8994
8997
|
nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
|
|
8995
8998
|
businessId: this.id
|
|
8996
8999
|
};
|
|
8997
|
-
util["a" /* default */].ajax({ url: api["
|
|
9000
|
+
util["a" /* default */].ajax({ url: api["G" /* getNodeInfo */], params: params }).then(function (res) {
|
|
8998
9001
|
var status = res.status,
|
|
8999
9002
|
message = res.message,
|
|
9000
9003
|
_res$data = res.data,
|
|
@@ -9081,7 +9084,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
9081
9084
|
var _this5 = this;
|
|
9082
9085
|
|
|
9083
9086
|
util["a" /* default */].ajax({
|
|
9084
|
-
url: api["
|
|
9087
|
+
url: api["w" /* findSysCodes */]
|
|
9085
9088
|
}).then(function (res) {
|
|
9086
9089
|
var status = res.status,
|
|
9087
9090
|
message = res.message;
|
|
@@ -9150,7 +9153,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
9150
9153
|
businessId: this.businessId
|
|
9151
9154
|
};
|
|
9152
9155
|
// 获取节点
|
|
9153
|
-
util["a" /* default */].ajax({ url: api["
|
|
9156
|
+
util["a" /* default */].ajax({ url: api["Hb" /* toStartFlow */], params: params }).then(function (res) {
|
|
9154
9157
|
//pc接口返回数据处理
|
|
9155
9158
|
var status = res.status,
|
|
9156
9159
|
message = res.message,
|
|
@@ -9596,7 +9599,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
|
|
|
9596
9599
|
notificationType = _sendInfo.notificationType;
|
|
9597
9600
|
|
|
9598
9601
|
var params = {
|
|
9599
|
-
url: api["
|
|
9602
|
+
url: api["sb" /* sendMsg */],
|
|
9600
9603
|
headers: { Accept: 'application/json,text/plain' },
|
|
9601
9604
|
method: 'post',
|
|
9602
9605
|
data: {
|
|
@@ -9658,7 +9661,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
|
|
|
9658
9661
|
|
|
9659
9662
|
this.loading = true;
|
|
9660
9663
|
util["a" /* default */].ajax({
|
|
9661
|
-
url: api["
|
|
9664
|
+
url: api["Gb" /* toSendMsg */],
|
|
9662
9665
|
params: { pendingId: this.$attrs.pendingId }
|
|
9663
9666
|
}).then(function (res) {
|
|
9664
9667
|
var status = res.status,
|
|
@@ -10436,7 +10439,7 @@ processRejectvue_type_template_id_b5a52fc0_render._withStripped = true
|
|
|
10436
10439
|
var _this = this;
|
|
10437
10440
|
|
|
10438
10441
|
util["a" /* default */].ajax({
|
|
10439
|
-
url: api["
|
|
10442
|
+
url: api["u" /* findCodeValues */],
|
|
10440
10443
|
params: { ccCode: 'notification_type', userId: util["a" /* default */].getStorage('userId') }
|
|
10441
10444
|
}).then(function (res) {
|
|
10442
10445
|
var status = res.status,
|
|
@@ -10473,7 +10476,7 @@ processRejectvue_type_template_id_b5a52fc0_render._withStripped = true
|
|
|
10473
10476
|
userId: util["a" /* default */].getStorage('userId'),
|
|
10474
10477
|
nextNodeId: _this2.nextNode.nextNodeId
|
|
10475
10478
|
};
|
|
10476
|
-
util["a" /* default */].ajax({ url: api["
|
|
10479
|
+
util["a" /* default */].ajax({ url: api["xb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
|
|
10477
10480
|
var status = res.status,
|
|
10478
10481
|
message = res.message;
|
|
10479
10482
|
|
|
@@ -10504,7 +10507,7 @@ processRejectvue_type_template_id_b5a52fc0_render._withStripped = true
|
|
|
10504
10507
|
var _this3 = this;
|
|
10505
10508
|
|
|
10506
10509
|
util["a" /* default */].ajax({
|
|
10507
|
-
url: api["
|
|
10510
|
+
url: api["w" /* findSysCodes */]
|
|
10508
10511
|
}).then(function (res) {
|
|
10509
10512
|
var status = res.status,
|
|
10510
10513
|
message = res.message;
|
|
@@ -10528,7 +10531,7 @@ processRejectvue_type_template_id_b5a52fc0_render._withStripped = true
|
|
|
10528
10531
|
isSinglePage: false,
|
|
10529
10532
|
opinion: this.option
|
|
10530
10533
|
};
|
|
10531
|
-
util["a" /* default */].ajax({ url: api["
|
|
10534
|
+
util["a" /* default */].ajax({ url: api["Kb" /* toTaskRejectHtml */], params: params }).then(function (res) {
|
|
10532
10535
|
var status = res.status,
|
|
10533
10536
|
message = res.message,
|
|
10534
10537
|
_res$data = res.data,
|
|
@@ -11203,7 +11206,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11203
11206
|
taskExamine = this.taskExamine;
|
|
11204
11207
|
|
|
11205
11208
|
var params = {
|
|
11206
|
-
url: api["
|
|
11209
|
+
url: api["Ob" /* toTaskTransferIndex */],
|
|
11207
11210
|
params: {
|
|
11208
11211
|
opinion: opinion,
|
|
11209
11212
|
pendingId: pendingId,
|
|
@@ -11328,7 +11331,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11328
11331
|
var _this3 = this;
|
|
11329
11332
|
|
|
11330
11333
|
var params = {
|
|
11331
|
-
url: api["
|
|
11334
|
+
url: api["Ib" /* toStartTaskRead */],
|
|
11332
11335
|
params: { pendingId: this.pendingId, taskAction: this.type }
|
|
11333
11336
|
};
|
|
11334
11337
|
if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
|
|
@@ -11367,7 +11370,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11367
11370
|
var _this5 = this;
|
|
11368
11371
|
|
|
11369
11372
|
util["a" /* default */].ajax({
|
|
11370
|
-
url: api["
|
|
11373
|
+
url: api["u" /* findCodeValues */],
|
|
11371
11374
|
params: { ccCode: 'notification_type', userId: util["a" /* default */].getStorage('userId') }
|
|
11372
11375
|
}).then(function (res) {
|
|
11373
11376
|
var status = res.status,
|
|
@@ -11401,7 +11404,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11401
11404
|
type = this.type;
|
|
11402
11405
|
|
|
11403
11406
|
var params = {
|
|
11404
|
-
url: api["
|
|
11407
|
+
url: api["Bb" /* taskTransfer */],
|
|
11405
11408
|
data: {
|
|
11406
11409
|
choiceDeptId: choiceDeptId,
|
|
11407
11410
|
choiceOrgId: choiceOrgId,
|
|
@@ -11495,7 +11498,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11495
11498
|
!download && delete params.isDownload;
|
|
11496
11499
|
isCdjxjTaskHandle == 'true' && delete params.noticeType;
|
|
11497
11500
|
util["a" /* default */].ajax({
|
|
11498
|
-
url: api["
|
|
11501
|
+
url: api["wb" /* taskReadHtml */],
|
|
11499
11502
|
params: { taskAction: _this7.type },
|
|
11500
11503
|
headers: {
|
|
11501
11504
|
Accept: 'application/json,text/plain'
|
|
@@ -11534,7 +11537,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11534
11537
|
|
|
11535
11538
|
this.loading = true;
|
|
11536
11539
|
util["a" /* default */].ajax({
|
|
11537
|
-
url: api["
|
|
11540
|
+
url: api["w" /* findSysCodes */]
|
|
11538
11541
|
}).then(function (res) {
|
|
11539
11542
|
var status = res.status,
|
|
11540
11543
|
message = res.message;
|
|
@@ -11987,7 +11990,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
11987
11990
|
pendingId = this.pendingId;
|
|
11988
11991
|
|
|
11989
11992
|
var params = {
|
|
11990
|
-
url: api["
|
|
11993
|
+
url: api["yb" /* taskReview */],
|
|
11991
11994
|
data: {
|
|
11992
11995
|
nextUserId: nextOtherOrgObj.join(','),
|
|
11993
11996
|
notificationType: noticeType.join(','),
|
|
@@ -12023,7 +12026,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12023
12026
|
var _this2 = this;
|
|
12024
12027
|
|
|
12025
12028
|
var params = {
|
|
12026
|
-
url: api["
|
|
12029
|
+
url: api["Lb" /* toTaskReview */],
|
|
12027
12030
|
params: { pendingId: this.pendingId }
|
|
12028
12031
|
};
|
|
12029
12032
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -12058,7 +12061,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12058
12061
|
var _this3 = this;
|
|
12059
12062
|
|
|
12060
12063
|
var params = {
|
|
12061
|
-
url: this.type == 'takeAdvice' ? api["
|
|
12064
|
+
url: this.type == 'takeAdvice' ? api["Nb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Mb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Qb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Rb" /* toTwoOfficesDispatch */] : api["Pb" /* toTaskUnionExamine */],
|
|
12062
12065
|
params: { pendingId: this.pendingId },
|
|
12063
12066
|
headers: { Accept: 'application/json,text/plain' }
|
|
12064
12067
|
};
|
|
@@ -12152,7 +12155,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12152
12155
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
12153
12156
|
// return this.$message.warning('暂未开放,敬请期待!');
|
|
12154
12157
|
var param = {
|
|
12155
|
-
url: this.type === 'startDraf' ? api["
|
|
12158
|
+
url: this.type === 'startDraf' ? api["zb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Db" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Tb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Ab" /* taskTakeAdvice */] : api["Cb" /* taskUnionExamine */],
|
|
12156
12159
|
data: {
|
|
12157
12160
|
opinion: opinion,
|
|
12158
12161
|
pendingId: pendingId,
|
|
@@ -12208,7 +12211,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12208
12211
|
var _this5 = this;
|
|
12209
12212
|
|
|
12210
12213
|
util["a" /* default */].ajax({
|
|
12211
|
-
url: api["
|
|
12214
|
+
url: api["u" /* findCodeValues */],
|
|
12212
12215
|
params: { ccCode: 'notification_type', userId: util["a" /* default */].getStorage('userId') }
|
|
12213
12216
|
}).then(function (res) {
|
|
12214
12217
|
var status = res.status,
|
|
@@ -12233,7 +12236,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12233
12236
|
var params = {
|
|
12234
12237
|
pendingId: this.pendingId
|
|
12235
12238
|
};
|
|
12236
|
-
util["a" /* default */].ajax({ url: api["
|
|
12239
|
+
util["a" /* default */].ajax({ url: api["H" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
12237
12240
|
if (res.status === 'success') {
|
|
12238
12241
|
_this6.infoList.noticeInfo = res.message;
|
|
12239
12242
|
}
|
|
@@ -12249,7 +12252,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12249
12252
|
var _this7 = this;
|
|
12250
12253
|
|
|
12251
12254
|
util["a" /* default */].ajax({
|
|
12252
|
-
url: api["
|
|
12255
|
+
url: api["w" /* findSysCodes */]
|
|
12253
12256
|
}).then(function (res) {
|
|
12254
12257
|
var status = res.status,
|
|
12255
12258
|
message = res.message;
|
|
@@ -13254,7 +13257,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13254
13257
|
var _this = this;
|
|
13255
13258
|
|
|
13256
13259
|
var params = {
|
|
13257
|
-
url: api["
|
|
13260
|
+
url: api["z" /* getAdjunctFileInfos */],
|
|
13258
13261
|
params: { ownId: ownId, code: code }
|
|
13259
13262
|
};
|
|
13260
13263
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -13338,7 +13341,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13338
13341
|
taskAction: 'complete'
|
|
13339
13342
|
};
|
|
13340
13343
|
util["a" /* default */].ajax({
|
|
13341
|
-
url: api["
|
|
13344
|
+
url: api["wb" /* taskReadHtml */],
|
|
13342
13345
|
params: { taskAction: 'complete' },
|
|
13343
13346
|
headers: {
|
|
13344
13347
|
Accept: 'application/json,text/plain'
|
|
@@ -13370,7 +13373,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13370
13373
|
|
|
13371
13374
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
13372
13375
|
util["a" /* default */].ajax({
|
|
13373
|
-
url: api["
|
|
13376
|
+
url: api["Jb" /* toStartTaskReadIndex */],
|
|
13374
13377
|
params: { pendingId: this.pendingId }
|
|
13375
13378
|
}).then(function (res) {
|
|
13376
13379
|
var status = res.status,
|
|
@@ -13404,7 +13407,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13404
13407
|
if (mainConfig) {
|
|
13405
13408
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
13406
13409
|
} else {
|
|
13407
|
-
util["a" /* default */].ajax({ url: api["
|
|
13410
|
+
util["a" /* default */].ajax({ url: api["bb" /* loginUserInfo */] }).then(function (res) {
|
|
13408
13411
|
var status = res.status,
|
|
13409
13412
|
data = res.data;
|
|
13410
13413
|
|
|
@@ -13439,7 +13442,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13439
13442
|
var _this5 = this;
|
|
13440
13443
|
|
|
13441
13444
|
util["a" /* default */].ajax({
|
|
13442
|
-
url: api["
|
|
13445
|
+
url: api["u" /* findCodeValues */],
|
|
13443
13446
|
params: { ccCode: 'notification_type', userId: util["a" /* default */].getStorage('userId') }
|
|
13444
13447
|
}).then(function (res) {
|
|
13445
13448
|
var status = res.status,
|
|
@@ -13502,7 +13505,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13502
13505
|
pendingId: this.pendingId
|
|
13503
13506
|
};
|
|
13504
13507
|
this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
|
|
13505
|
-
util["a" /* default */].ajax({ url: api["
|
|
13508
|
+
util["a" /* default */].ajax({ url: api["Eb" /* tempSave */], params: params }).then(function (res) {
|
|
13506
13509
|
var status = res.status,
|
|
13507
13510
|
message = res.message;
|
|
13508
13511
|
|
|
@@ -13558,7 +13561,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13558
13561
|
var _this8 = this;
|
|
13559
13562
|
|
|
13560
13563
|
util["a" /* default */].ajax({
|
|
13561
|
-
url: api["
|
|
13564
|
+
url: api["w" /* findSysCodes */]
|
|
13562
13565
|
}).then(function (res) {
|
|
13563
13566
|
var status = res.status,
|
|
13564
13567
|
message = res.message;
|
|
@@ -13585,7 +13588,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13585
13588
|
|
|
13586
13589
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
13587
13590
|
var params = {
|
|
13588
|
-
url: api["
|
|
13591
|
+
url: api["t" /* endFlowHtml */],
|
|
13589
13592
|
headers: { Accept: 'application/json,text/plain' },
|
|
13590
13593
|
method: 'post',
|
|
13591
13594
|
data: mainvue_type_script_lang_js_extends({}, _this9.endFlowInfo, _this9.nextNode, {
|
|
@@ -13713,7 +13716,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13713
13716
|
var _this10 = this;
|
|
13714
13717
|
|
|
13715
13718
|
var params = {
|
|
13716
|
-
url: api["
|
|
13719
|
+
url: api["Z" /* isCanStartSubFlow */],
|
|
13717
13720
|
data: {
|
|
13718
13721
|
appId: this.taskExamineInfo.appId,
|
|
13719
13722
|
inevitableNode: res.inevitableNode
|
|
@@ -13784,7 +13787,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13784
13787
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
13785
13788
|
if (_this11.isOpinionRequired == 1 && (_this11.value == '' || !_this11.value)) return _this11.$message.warning('请填写意见');
|
|
13786
13789
|
var params = {
|
|
13787
|
-
url: api["
|
|
13790
|
+
url: api["mb" /* rejectAndEnd */],
|
|
13788
13791
|
headers: { Accept: 'application/json,text/plain' },
|
|
13789
13792
|
method: 'post',
|
|
13790
13793
|
data: {
|
|
@@ -13847,7 +13850,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13847
13850
|
pendingId: this.pendingId,
|
|
13848
13851
|
businessId: this.businessIds
|
|
13849
13852
|
};
|
|
13850
|
-
util["a" /* default */].ajax({ url: api["
|
|
13853
|
+
util["a" /* default */].ajax({ url: api["G" /* getNodeInfo */], params: params }).then(function (res) {
|
|
13851
13854
|
var status = res.status,
|
|
13852
13855
|
message = res.message,
|
|
13853
13856
|
data = res.data;
|
|
@@ -14092,7 +14095,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
14092
14095
|
pendingId: this.pendingId,
|
|
14093
14096
|
userId: util["a" /* default */].getStorage('userId')
|
|
14094
14097
|
};
|
|
14095
|
-
util["a" /* default */].ajax({ url: api["
|
|
14098
|
+
util["a" /* default */].ajax({ url: api["D" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
14096
14099
|
//pc返回数据
|
|
14097
14100
|
|
|
14098
14101
|
_this14.loading.close();
|
|
@@ -14368,7 +14371,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
14368
14371
|
// onlyFlag: true
|
|
14369
14372
|
};
|
|
14370
14373
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
14371
|
-
util["a" /* default */].ajax({ url: api["
|
|
14374
|
+
util["a" /* default */].ajax({ url: api["L" /* getProcessDefList */], params: params }).then(function (res) {
|
|
14372
14375
|
var status = res.status,
|
|
14373
14376
|
message = res.message,
|
|
14374
14377
|
data = res.data;
|
|
@@ -14417,7 +14420,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
14417
14420
|
userId: util["a" /* default */].getStorage('userId'),
|
|
14418
14421
|
type: 2
|
|
14419
14422
|
};
|
|
14420
|
-
util["a" /* default */].ajax({ url: api["
|
|
14423
|
+
util["a" /* default */].ajax({ url: api["fb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
14421
14424
|
var rCode = res.rCode,
|
|
14422
14425
|
msg = res.msg,
|
|
14423
14426
|
results = res.results;
|
|
@@ -14610,7 +14613,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
14610
14613
|
params.isSubFlow = taskExamineInfo.isSubFlow;
|
|
14611
14614
|
params.nodeId = taskExamineInfo.nodeId;
|
|
14612
14615
|
params.needRetrialAuth = needRetrialAuth;
|
|
14613
|
-
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["
|
|
14616
|
+
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["vb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
14614
14617
|
var status = res.status,
|
|
14615
14618
|
message = res.message;
|
|
14616
14619
|
|