eoss-ui 0.5.32 → 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 +99 -96
- package/lib/button.js +99 -96
- package/lib/checkbox-group.js +102 -100
- package/lib/config/api.js +2 -0
- package/lib/data-table-form.js +100 -97
- package/lib/data-table.js +103 -100
- package/lib/date-picker.js +99 -96
- package/lib/dialog.js +107 -100
- package/lib/eoss-ui.common.js +574 -402
- package/lib/flow-group.js +168 -135
- package/lib/flow-list.js +103 -100
- package/lib/flow.js +147 -144
- package/lib/form.js +100 -97
- package/lib/handle-user.js +100 -97
- package/lib/handler.js +213 -162
- package/lib/index.js +1 -1
- package/lib/input-number.js +99 -96
- package/lib/input.js +99 -96
- package/lib/login.js +205 -114
- package/lib/main.js +117 -117
- package/lib/nav.js +99 -96
- package/lib/notify.js +103 -100
- package/lib/page.js +99 -96
- package/lib/player.js +99 -96
- package/lib/qr-code.js +99 -96
- package/lib/radio-group.js +100 -97
- package/lib/retrial-auth.js +102 -99
- package/lib/select-ganged.js +99 -96
- package/lib/select.js +100 -97
- package/lib/selector-panel.js +117 -114
- package/lib/selector.js +100 -97
- package/lib/sizer.js +101 -98
- package/lib/steps.js +99 -96
- package/lib/switch.js +99 -96
- package/lib/table-form.js +99 -96
- package/lib/tabs.js +99 -96
- package/lib/theme-chalk/handler.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/tips.js +100 -97
- package/lib/toolbar.js +24 -21
- package/lib/tree-group.js +99 -96
- package/lib/tree.js +100 -97
- package/lib/upload.js +109 -106
- package/lib/utils/util.js +1 -1
- package/lib/wujie.js +99 -96
- package/lib/wxlogin.js +99 -96
- 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/src/utils/util.js +1 -1
package/lib/main.js
CHANGED
|
@@ -1922,7 +1922,7 @@ var indexOfObj = function indexOfObj(arry, target, key) {
|
|
|
1922
1922
|
* @param {Object} [obj] -
|
|
1923
1923
|
**/
|
|
1924
1924
|
var isExist = function isExist(obj) {
|
|
1925
|
-
return obj !== undefined && obj !== null && obj
|
|
1925
|
+
return obj !== undefined && obj !== null && obj !== '';
|
|
1926
1926
|
};
|
|
1927
1927
|
|
|
1928
1928
|
/**
|
|
@@ -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'; // 获取用户信息
|
|
@@ -3670,7 +3673,7 @@ module.exports = require("runtime-import");
|
|
|
3670
3673
|
// ESM COMPAT FLAG
|
|
3671
3674
|
__webpack_require__.r(__webpack_exports__);
|
|
3672
3675
|
|
|
3673
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=
|
|
3676
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=79a0b910&
|
|
3674
3677
|
var render = function () {
|
|
3675
3678
|
var _vm = this
|
|
3676
3679
|
var _h = _vm.$createElement
|
|
@@ -4100,7 +4103,7 @@ var staticRenderFns = []
|
|
|
4100
4103
|
render._withStripped = true
|
|
4101
4104
|
|
|
4102
4105
|
|
|
4103
|
-
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=
|
|
4106
|
+
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=79a0b910&
|
|
4104
4107
|
|
|
4105
4108
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=356fcf36&
|
|
4106
4109
|
var userinfovue_type_template_id_356fcf36_render = function () {
|
|
@@ -4354,7 +4357,7 @@ var util = __webpack_require__(0);
|
|
|
4354
4357
|
var _this2 = this;
|
|
4355
4358
|
|
|
4356
4359
|
util["a" /* default */].ajax({
|
|
4357
|
-
url: api["
|
|
4360
|
+
url: api["Y" /* initUserSet */]
|
|
4358
4361
|
}).then(function (res) {
|
|
4359
4362
|
if (res.rCode === 0) {
|
|
4360
4363
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -4393,7 +4396,7 @@ var util = __webpack_require__(0);
|
|
|
4393
4396
|
if (res.url) {
|
|
4394
4397
|
url = res.url;
|
|
4395
4398
|
} else {
|
|
4396
|
-
url = api["
|
|
4399
|
+
url = api["r" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
|
|
4397
4400
|
}
|
|
4398
4401
|
this.$emit('change', 'userHeadUrl', url);
|
|
4399
4402
|
},
|
|
@@ -4402,7 +4405,7 @@ var util = __webpack_require__(0);
|
|
|
4402
4405
|
|
|
4403
4406
|
switch (type) {
|
|
4404
4407
|
case 'job':
|
|
4405
|
-
util["a" /* default */].ajax({ url: api["
|
|
4408
|
+
util["a" /* default */].ajax({ url: api["tb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
|
|
4406
4409
|
if (res.rCode == 0) {
|
|
4407
4410
|
util["a" /* default */].setStorage({
|
|
4408
4411
|
type: _this3.storage,
|
|
@@ -4443,7 +4446,7 @@ var util = __webpack_require__(0);
|
|
|
4443
4446
|
var initLogin = util["a" /* default */].getStorage('initLogin');
|
|
4444
4447
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
4445
4448
|
util["a" /* default */].ajax({
|
|
4446
|
-
url: api["
|
|
4449
|
+
url: api["Wb" /* updateUserInfo */],
|
|
4447
4450
|
params: {
|
|
4448
4451
|
email: this.values.email,
|
|
4449
4452
|
officeTel: this.values.officetel,
|
|
@@ -4500,7 +4503,7 @@ var util = __webpack_require__(0);
|
|
|
4500
4503
|
var notify = _this4.values.notify.sort().join(',');
|
|
4501
4504
|
if (notify != _this4.notify.split(',').sort().join(',')) {
|
|
4502
4505
|
util["a" /* default */].ajax({
|
|
4503
|
-
url: api["
|
|
4506
|
+
url: api["Vb" /* updateUserCustomInfo */],
|
|
4504
4507
|
params: {
|
|
4505
4508
|
notify: notify
|
|
4506
4509
|
}
|
|
@@ -5293,7 +5296,7 @@ messagevue_type_template_id_0fefa521_render._withStripped = true
|
|
|
5293
5296
|
if (this.pageNum <= this.pageCount) {
|
|
5294
5297
|
this.loading = true;
|
|
5295
5298
|
util["a" /* default */].ajax({
|
|
5296
|
-
url: api["
|
|
5299
|
+
url: api["ub" /* sysMsgPage */],
|
|
5297
5300
|
params: {
|
|
5298
5301
|
pageNum: reload ? 1 : this.pageNum,
|
|
5299
5302
|
pageSize: this.pageSize
|
|
@@ -5326,7 +5329,7 @@ messagevue_type_template_id_0fefa521_render._withStripped = true
|
|
|
5326
5329
|
var _this2 = this;
|
|
5327
5330
|
|
|
5328
5331
|
util["a" /* default */].ajax({
|
|
5329
|
-
url: api["
|
|
5332
|
+
url: api["U" /* ignoreSysMsg */],
|
|
5330
5333
|
params: {
|
|
5331
5334
|
id: res.id
|
|
5332
5335
|
}
|
|
@@ -5346,7 +5349,7 @@ messagevue_type_template_id_0fefa521_render._withStripped = true
|
|
|
5346
5349
|
var _this3 = this;
|
|
5347
5350
|
|
|
5348
5351
|
util["a" /* default */].ajax({
|
|
5349
|
-
url: api["
|
|
5352
|
+
url: api["T" /* ignoreAllSysMsg */]
|
|
5350
5353
|
}).then(function (res) {
|
|
5351
5354
|
_this3.count = 0;
|
|
5352
5355
|
_this3.msgs = [];
|
|
@@ -5666,7 +5669,7 @@ noticevue_type_template_id_b4f91b8e_render._withStripped = true
|
|
|
5666
5669
|
var _this = this;
|
|
5667
5670
|
|
|
5668
5671
|
util["a" /* default */].ajax({
|
|
5669
|
-
url: api["
|
|
5672
|
+
url: api["T" /* ignoreAllSysMsg */]
|
|
5670
5673
|
}).then(function (res) {
|
|
5671
5674
|
_this.count = 0;
|
|
5672
5675
|
_this.msgs = [];
|
|
@@ -6259,7 +6262,7 @@ var log = util["a" /* default */].getParams('console');
|
|
|
6259
6262
|
//获取用户信息的接口
|
|
6260
6263
|
mainConfig: {
|
|
6261
6264
|
type: String,
|
|
6262
|
-
default: api["
|
|
6265
|
+
default: api["db" /* mainConfig */]
|
|
6263
6266
|
},
|
|
6264
6267
|
iframeId: {
|
|
6265
6268
|
type: String,
|
|
@@ -6344,9 +6347,9 @@ var log = util["a" /* default */].getParams('console');
|
|
|
6344
6347
|
return this.menuUrl;
|
|
6345
6348
|
}
|
|
6346
6349
|
if (this.application) {
|
|
6347
|
-
return api["
|
|
6350
|
+
return api["C" /* getComplexApplicationsNew */];
|
|
6348
6351
|
}
|
|
6349
|
-
return api["
|
|
6352
|
+
return api["B" /* getComplexApplications */];
|
|
6350
6353
|
},
|
|
6351
6354
|
|
|
6352
6355
|
//是否双列右侧菜单
|
|
@@ -6365,13 +6368,10 @@ var log = util["a" /* default */].getParams('console');
|
|
|
6365
6368
|
if (mainConfig && mainConfig.subsystemExtend && mainConfig.subsystemExtend.topRightToolHide) {
|
|
6366
6369
|
topRightToolHide = JSON.parse(mainConfig.subsystemExtend.topRightToolHide.replace(/(['"])?([a-zA-Z0-9_]+)(['"])?:/g, '"$2":'));
|
|
6367
6370
|
}
|
|
6368
|
-
console.log(topRightToolHide);
|
|
6369
|
-
console.log('Object.keys(topRightToolHide).length', Object.keys(topRightToolHide).length);
|
|
6370
6371
|
if (this.layout === 'subsystem' || this.application) {
|
|
6371
6372
|
if (this.hides && Object.keys(this.hides).length) {
|
|
6372
6373
|
return _extends({}, this.hides, { set: !this.set, system: false });
|
|
6373
6374
|
} else if (topRightToolHide && Object.keys(topRightToolHide).length) {
|
|
6374
|
-
console.log('topRightToolHide', topRightToolHide);
|
|
6375
6375
|
return _extends({}, topRightToolHide, { set: !this.set, system: false });
|
|
6376
6376
|
} else {
|
|
6377
6377
|
return { set: !this.set, system: false };
|
|
@@ -6576,7 +6576,7 @@ var log = util["a" /* default */].getParams('console');
|
|
|
6576
6576
|
var _this = this;
|
|
6577
6577
|
|
|
6578
6578
|
var params = {
|
|
6579
|
-
url: api["
|
|
6579
|
+
url: api["eb" /* mainDetail */],
|
|
6580
6580
|
params: { id: id }
|
|
6581
6581
|
};
|
|
6582
6582
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -6698,7 +6698,7 @@ var log = util["a" /* default */].getParams('console');
|
|
|
6698
6698
|
return;
|
|
6699
6699
|
}
|
|
6700
6700
|
util["a" /* default */].ajax({
|
|
6701
|
-
url: api["
|
|
6701
|
+
url: api["Vb" /* updateUserCustomInfo */],
|
|
6702
6702
|
params: { color: escape(color.toLowerCase()) },
|
|
6703
6703
|
data: { color: escape(color.toLowerCase()) }
|
|
6704
6704
|
}).then(function (res) {
|
|
@@ -7715,8 +7715,8 @@ var log = util["a" /* default */].getParams('console');
|
|
|
7715
7715
|
var _this11 = this;
|
|
7716
7716
|
|
|
7717
7717
|
this.webSocket = util["a" /* default */].socket({
|
|
7718
|
-
url: api["
|
|
7719
|
-
take: api["
|
|
7718
|
+
url: api["bc" /* wss */],
|
|
7719
|
+
take: api["Sb" /* topic */],
|
|
7720
7720
|
success: function success(res) {
|
|
7721
7721
|
var data = res.data || {};
|
|
7722
7722
|
for (var i in data) {
|