eoss-ui 0.5.54 → 0.5.56
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 +82 -79
- package/lib/button.js +83 -80
- package/lib/checkbox-group.js +95 -85
- package/lib/config/api.js +2 -0
- package/lib/data-table-form.js +91 -81
- package/lib/data-table.js +132 -106
- package/lib/date-picker.js +82 -79
- package/lib/dialog.js +82 -79
- package/lib/eoss-ui.common.js +398 -279
- package/lib/flow-group.js +82 -79
- package/lib/flow-list.js +85 -82
- package/lib/flow.js +120 -118
- package/lib/form.js +86 -81
- package/lib/handle-user.js +83 -80
- package/lib/handler.js +83 -80
- package/lib/index.js +1 -1
- package/lib/input-number.js +82 -79
- package/lib/input.js +82 -79
- package/lib/login.js +88 -85
- package/lib/main.js +95 -92
- package/lib/menu.js +72 -17
- package/lib/nav.js +82 -79
- package/lib/notify.js +85 -82
- package/lib/page.js +82 -79
- package/lib/player.js +82 -79
- package/lib/qr-code.js +82 -79
- package/lib/radio-group.js +95 -85
- package/lib/retrial-auth.js +85 -82
- package/lib/select-ganged.js +93 -102
- package/lib/select.js +93 -83
- package/lib/selector-panel.js +100 -97
- package/lib/selector.js +83 -80
- package/lib/sizer.js +84 -81
- package/lib/steps.js +82 -79
- package/lib/switch.js +82 -79
- package/lib/table-form.js +82 -79
- package/lib/tabs.js +82 -79
- package/lib/theme-chalk/form.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/tips.js +83 -80
- package/lib/toolbar.js +3 -2
- package/lib/tree-group.js +82 -79
- package/lib/tree.js +83 -80
- package/lib/upload.js +96 -92
- package/lib/wujie.js +82 -79
- package/lib/wxlogin.js +82 -79
- package/package.json +1 -1
- package/packages/button/src/main.vue +1 -1
- package/packages/checkbox-group/src/main.vue +12 -5
- package/packages/data-table/src/column.vue +24 -7
- package/packages/data-table/src/main.vue +31 -10
- package/packages/data-table-form/src/main.vue +10 -3
- package/packages/flow/src/main.vue +2 -3
- package/packages/form/src/main.vue +2 -1
- package/packages/menu/src/main.vue +82 -4
- package/packages/radio-group/src/main.vue +12 -5
- package/packages/select/src/main.vue +12 -5
- package/packages/select-ganged/src/main.vue +9 -2
- package/packages/theme-chalk/lib/form.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/form.scss +8 -0
- package/packages/toolbar/src/main.vue +3 -2
- package/packages/upload/src/main.vue +3 -2
- package/src/config/api.js +2 -0
- package/src/index.js +1 -1
package/lib/upload.js
CHANGED
|
@@ -1354,7 +1354,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1354
1354
|
* @param {function} callback - 回调函数
|
|
1355
1355
|
**/
|
|
1356
1356
|
var getMainConfig = function getMainConfig(callback) {
|
|
1357
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "
|
|
1357
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "eb"] }).then(function (res) {
|
|
1358
1358
|
if (res && res.rCode === 0) {
|
|
1359
1359
|
callback(res.results);
|
|
1360
1360
|
}
|
|
@@ -2025,7 +2025,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
2025
2025
|
}
|
|
2026
2026
|
var quit = getParams('quit') || getParams('logout');
|
|
2027
2027
|
if (quit) {
|
|
2028
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "
|
|
2028
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "db"] }).then(function (res) {
|
|
2029
2029
|
if (res.rCode === 0) {
|
|
2030
2030
|
removeStorage();
|
|
2031
2031
|
}
|
|
@@ -3100,29 +3100,29 @@ var watermark = function watermark(option) {
|
|
|
3100
3100
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCaLogin; });
|
|
3101
3101
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doUserLogin; });
|
|
3102
3102
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doQrLogin; });
|
|
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__, "
|
|
3103
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return logout; });
|
|
3104
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initLogin; });
|
|
3105
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return switchUserTo; });
|
|
3106
3106
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3107
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3107
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getLoginCode; });
|
|
3108
3108
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doCodeLogin; });
|
|
3109
3109
|
/* unused harmony export updateCode */
|
|
3110
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3110
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getModifyPassCode; });
|
|
3111
3111
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
|
|
3112
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3112
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return loginModifyPassword; });
|
|
3113
3113
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3114
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3114
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initModifyPassword; });
|
|
3115
3115
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doWechatQrLogin; });
|
|
3116
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3116
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getTwoFactorLoginCode; });
|
|
3117
3117
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doTwoFactorLogin; });
|
|
3118
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3119
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3120
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3118
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return initRetrialAuth; });
|
|
3119
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getRetrialAuthCode; });
|
|
3120
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return scanCodeRetrialAuth; });
|
|
3121
3121
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
|
|
3122
3122
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
|
|
3123
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3124
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3125
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3123
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return mainConfig; });
|
|
3124
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return initUserSet; });
|
|
3125
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return updateUserInfo; });
|
|
3126
3126
|
/* unused harmony export getUserImgUrl */
|
|
3127
3127
|
/* unused harmony export getDoorIndex */
|
|
3128
3128
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3131,94 +3131,95 @@ var watermark = function watermark(option) {
|
|
|
3131
3131
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplications; });
|
|
3132
3132
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplicationsNew; });
|
|
3133
3133
|
/* unused harmony export getUserCustomInfo */
|
|
3134
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3135
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3136
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3137
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3134
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateUserCustomInfo; });
|
|
3135
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return sysMsgPage; });
|
|
3136
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return ignoreSysMsg; });
|
|
3137
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return ignoreAllSysMsg; });
|
|
3138
3138
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctProperties; });
|
|
3139
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3140
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3139
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return uploads; });
|
|
3140
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadOnlyOne; });
|
|
3141
3141
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctFileInfos; });
|
|
3142
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3142
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploadSort; });
|
|
3143
3143
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
|
|
3144
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3145
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3146
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3147
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3144
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadDownloads; });
|
|
3145
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunct; });
|
|
3146
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return previewAdjunct2; });
|
|
3147
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunctOffice; });
|
|
3148
3148
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
|
|
3149
3149
|
/* unused harmony export upload_updateClassify */
|
|
3150
3150
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3151
3151
|
/* unused harmony export getPictureBase64 */
|
|
3152
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3153
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3154
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3155
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3152
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getSelectorOrgTree; });
|
|
3153
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getSelectorOrgDetail; });
|
|
3154
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getOrgMainTree; });
|
|
3155
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getSelectOrgsubids; });
|
|
3156
3156
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCode; });
|
|
3157
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getDictList; });
|
|
3157
3158
|
/* unused harmony export findUserBaseInfo */
|
|
3158
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3159
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return gethelpdoc; });
|
|
3159
3160
|
/* unused harmony export getCurrentuser */
|
|
3160
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3161
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3162
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3161
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return mainDetail; });
|
|
3162
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartFlow; });
|
|
3163
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return tempSave; });
|
|
3163
3164
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
|
|
3164
3165
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3165
3166
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
|
|
3166
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3167
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3167
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return saveCommonOpinion; });
|
|
3168
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateCommonOpinion; });
|
|
3168
3169
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
|
|
3169
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3170
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3170
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getProcessDefList; });
|
|
3171
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getNodeInfo; });
|
|
3171
3172
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findCodeValues; });
|
|
3172
3173
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findSysParam; });
|
|
3173
3174
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysCodes; });
|
|
3174
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3175
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3176
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3175
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getNotificationMsg; });
|
|
3176
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getHandleInfoHtml; });
|
|
3177
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskHandleHtml; });
|
|
3177
3178
|
/* unused harmony export getView */
|
|
3178
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3179
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3180
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3181
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3182
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3183
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3184
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3185
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3186
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3187
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3179
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return register; });
|
|
3180
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pendedhistoryList; });
|
|
3181
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskRejectHtml; });
|
|
3182
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskRejectHtml; });
|
|
3183
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartTaskRead; });
|
|
3184
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toStartTaskReadIndex; });
|
|
3185
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskReadHtml; });
|
|
3186
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return rejectAndEnd; });
|
|
3187
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toSendMsg; });
|
|
3188
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sendMsg; });
|
|
3188
3189
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
|
|
3189
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3190
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3191
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3192
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3193
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3194
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3195
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3196
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3197
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3190
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return handleInfo; });
|
|
3191
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return loginUserInfo; });
|
|
3192
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return wss; });
|
|
3193
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return topic; });
|
|
3194
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getPresetCustomInfo; });
|
|
3195
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getPresetNodeInfo; });
|
|
3196
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskTransferIndex; });
|
|
3197
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskTransfer; });
|
|
3198
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toPresetInfoListIndex; });
|
|
3198
3199
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
|
|
3199
3200
|
/* unused harmony export historyListJson */
|
|
3200
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3201
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3201
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return pendedhistoryListJson; });
|
|
3202
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return pressListJson; });
|
|
3202
3203
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
|
|
3203
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3204
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3205
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3206
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3207
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3208
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3209
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3210
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3211
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3212
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3213
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3214
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3215
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3216
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3217
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3204
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return isCanStartSubFlow; });
|
|
3205
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskUnionExamine; });
|
|
3206
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskUnionExamine; });
|
|
3207
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskTakeAdvice; });
|
|
3208
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskTakeAdvice; });
|
|
3209
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskStartDraft; });
|
|
3210
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskStartDraft; });
|
|
3211
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskReview; });
|
|
3212
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskReview; });
|
|
3213
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTaskUnionSeal; });
|
|
3214
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskUnionSeal; });
|
|
3215
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTwoOfficesDispatch; });
|
|
3216
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return twoOfficesDispatch; });
|
|
3217
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendList; });
|
|
3218
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendInfo; });
|
|
3218
3219
|
/* unused harmony export sendSave */
|
|
3219
3220
|
/* unused harmony export sendUpdate */
|
|
3220
3221
|
/* unused harmony export sendDelete */
|
|
3221
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3222
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendBatch; });
|
|
3222
3223
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return formContents; });
|
|
3223
3224
|
// 登录
|
|
3224
3225
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -3287,6 +3288,8 @@ var getOrgMainTree = '/sys/v1/mecpSys/getOrgMainTree.dhtml';
|
|
|
3287
3288
|
var getSelectOrgsubids = '/sys/v1/mecpSys/getSelectOrgsubids.dhtml';
|
|
3288
3289
|
// 代码表
|
|
3289
3290
|
var findSysCode = '/sys/v1/mecpSys/findSysCode.dhtml';
|
|
3291
|
+
var getDictList = '/dict/getDictDataList';
|
|
3292
|
+
|
|
3290
3293
|
// 获取用户基本信息
|
|
3291
3294
|
var findUserBaseInfo = '/sys/v1/mecpSys/findUserBaseInfo.dhtml';
|
|
3292
3295
|
// 说明文档
|
|
@@ -3778,8 +3781,8 @@ module.exports = require("js-base64");
|
|
|
3778
3781
|
// ESM COMPAT FLAG
|
|
3779
3782
|
__webpack_require__.r(__webpack_exports__);
|
|
3780
3783
|
|
|
3781
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=
|
|
3782
|
-
var
|
|
3784
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=49429871&
|
|
3785
|
+
var mainvue_type_template_id_49429871_render = function () {
|
|
3783
3786
|
var _vm = this
|
|
3784
3787
|
var _h = _vm.$createElement
|
|
3785
3788
|
var _c = _vm._self._c || _h
|
|
@@ -4160,10 +4163,10 @@ var mainvue_type_template_id_6ac7d26c_render = function () {
|
|
|
4160
4163
|
: _vm._e()
|
|
4161
4164
|
}
|
|
4162
4165
|
var staticRenderFns = []
|
|
4163
|
-
|
|
4166
|
+
mainvue_type_template_id_49429871_render._withStripped = true
|
|
4164
4167
|
|
|
4165
4168
|
|
|
4166
|
-
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=
|
|
4169
|
+
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=49429871&
|
|
4167
4170
|
|
|
4168
4171
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
4169
4172
|
var api = __webpack_require__(1);
|
|
@@ -4607,7 +4610,7 @@ var _props;
|
|
|
4607
4610
|
videoChange: false,
|
|
4608
4611
|
source: '',
|
|
4609
4612
|
excludeNames: '',
|
|
4610
|
-
previewAdjunct: api["
|
|
4613
|
+
previewAdjunct: api["jb" /* previewAdjunct */],
|
|
4611
4614
|
boxHeight: this.listHeight,
|
|
4612
4615
|
kkfileview: null
|
|
4613
4616
|
};
|
|
@@ -4653,7 +4656,7 @@ var _props;
|
|
|
4653
4656
|
return this.showFileList;
|
|
4654
4657
|
},
|
|
4655
4658
|
url: function url() {
|
|
4656
|
-
var url = this.action ? this.action : this.portrait ? api["
|
|
4659
|
+
var url = this.action ? this.action : this.portrait ? api["Zb" /* uploadOnlyOne */] : api["bc" /* uploads */];
|
|
4657
4660
|
return url.indexOf(this.host) > -1 ? url : this.host + url;
|
|
4658
4661
|
},
|
|
4659
4662
|
excludes: function excludes() {
|
|
@@ -4782,6 +4785,7 @@ var _props;
|
|
|
4782
4785
|
}
|
|
4783
4786
|
});
|
|
4784
4787
|
this.filesTotalSize = filesTotalSize;
|
|
4788
|
+
this.$emit('input', val);
|
|
4785
4789
|
} else {
|
|
4786
4790
|
this.getFiles(this.params);
|
|
4787
4791
|
}
|
|
@@ -4910,7 +4914,7 @@ var _props;
|
|
|
4910
4914
|
}
|
|
4911
4915
|
});
|
|
4912
4916
|
_this3.filesTotalSize = filesTotalSize;
|
|
4913
|
-
_this3.$emit('input', _this3.lists);
|
|
4917
|
+
_this3.$emit('input', _this3.lists.length ? _this3.lists : '');
|
|
4914
4918
|
}
|
|
4915
4919
|
} else {
|
|
4916
4920
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
@@ -4953,13 +4957,13 @@ var _props;
|
|
|
4953
4957
|
if (this.kkfileview) {
|
|
4954
4958
|
this.openKkfileview(file);
|
|
4955
4959
|
} else {
|
|
4956
|
-
util["a" /* default */].win.open(this.host + (url ? url : api["
|
|
4960
|
+
util["a" /* default */].win.open(this.host + (url ? url : api["lb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
|
|
4957
4961
|
}
|
|
4958
4962
|
} else if (suffix.includes('pdf')) {
|
|
4959
4963
|
if (this.kkfileview) {
|
|
4960
4964
|
this.openKkfileview(file);
|
|
4961
4965
|
} else {
|
|
4962
|
-
util["a" /* default */].win.open(this.host + (url ? url : api["
|
|
4966
|
+
util["a" /* default */].win.open(this.host + (url ? url : api["kb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
|
|
4963
4967
|
}
|
|
4964
4968
|
} else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
|
|
4965
4969
|
this.imgUrl = res.url && util["a" /* default */].startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
|
|
@@ -5121,7 +5125,7 @@ var _props;
|
|
|
5121
5125
|
}
|
|
5122
5126
|
},
|
|
5123
5127
|
handleDownloads: function handleDownloads() {
|
|
5124
|
-
var url = typeof this.downloads === 'string' ? this.downloads : api["
|
|
5128
|
+
var url = typeof this.downloads === 'string' ? this.downloads : api["Yb" /* uploadDownloads */];
|
|
5125
5129
|
util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : ''));
|
|
5126
5130
|
},
|
|
5127
5131
|
handleDownload: function handleDownload(file) {
|
|
@@ -5161,7 +5165,7 @@ var _props;
|
|
|
5161
5165
|
ids = ids.join(',');
|
|
5162
5166
|
util["a" /* default */].ajax({
|
|
5163
5167
|
method: this.method,
|
|
5164
|
-
url: api["
|
|
5168
|
+
url: api["ac" /* uploadSort */],
|
|
5165
5169
|
data: {
|
|
5166
5170
|
ids: ids
|
|
5167
5171
|
},
|
|
@@ -5224,7 +5228,7 @@ var _props;
|
|
|
5224
5228
|
this.onChange && this.onChange(file, fileList);
|
|
5225
5229
|
},
|
|
5226
5230
|
handleRemove: function handleRemove(file, fileList) {
|
|
5227
|
-
this.$emit('input', fileList);
|
|
5231
|
+
this.$emit('input', fileList.length ? fileList : '');
|
|
5228
5232
|
this.$emit('remove', file, fileList);
|
|
5229
5233
|
this.$emit('change', fileList);
|
|
5230
5234
|
this.onRemove && this.onRemove(file, fileList);
|
|
@@ -5263,7 +5267,7 @@ var componentNormalizer = __webpack_require__(3);
|
|
|
5263
5267
|
|
|
5264
5268
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
5265
5269
|
src_mainvue_type_script_lang_js_,
|
|
5266
|
-
|
|
5270
|
+
mainvue_type_template_id_49429871_render,
|
|
5267
5271
|
staticRenderFns,
|
|
5268
5272
|
false,
|
|
5269
5273
|
null,
|
package/lib/wujie.js
CHANGED
|
@@ -1355,7 +1355,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1355
1355
|
* @param {function} callback - 回调函数
|
|
1356
1356
|
**/
|
|
1357
1357
|
var getMainConfig = function getMainConfig(callback) {
|
|
1358
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "
|
|
1358
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "eb"] }).then(function (res) {
|
|
1359
1359
|
if (res && res.rCode === 0) {
|
|
1360
1360
|
callback(res.results);
|
|
1361
1361
|
}
|
|
@@ -2026,7 +2026,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
2026
2026
|
}
|
|
2027
2027
|
var quit = getParams('quit') || getParams('logout');
|
|
2028
2028
|
if (quit) {
|
|
2029
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "
|
|
2029
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "db"] }).then(function (res) {
|
|
2030
2030
|
if (res.rCode === 0) {
|
|
2031
2031
|
removeStorage();
|
|
2032
2032
|
}
|
|
@@ -3102,29 +3102,29 @@ var watermark = function watermark(option) {
|
|
|
3102
3102
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCaLogin; });
|
|
3103
3103
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doUserLogin; });
|
|
3104
3104
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doQrLogin; });
|
|
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__, "
|
|
3105
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return logout; });
|
|
3106
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initLogin; });
|
|
3107
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return switchUserTo; });
|
|
3108
3108
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3109
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3109
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getLoginCode; });
|
|
3110
3110
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doCodeLogin; });
|
|
3111
3111
|
/* unused harmony export updateCode */
|
|
3112
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3112
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getModifyPassCode; });
|
|
3113
3113
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
|
|
3114
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3114
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return loginModifyPassword; });
|
|
3115
3115
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3116
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3116
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initModifyPassword; });
|
|
3117
3117
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doWechatQrLogin; });
|
|
3118
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3118
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getTwoFactorLoginCode; });
|
|
3119
3119
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doTwoFactorLogin; });
|
|
3120
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3121
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3122
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3120
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return initRetrialAuth; });
|
|
3121
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getRetrialAuthCode; });
|
|
3122
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return scanCodeRetrialAuth; });
|
|
3123
3123
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
|
|
3124
3124
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
|
|
3125
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3126
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3127
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3125
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return mainConfig; });
|
|
3126
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return initUserSet; });
|
|
3127
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return updateUserInfo; });
|
|
3128
3128
|
/* unused harmony export getUserImgUrl */
|
|
3129
3129
|
/* unused harmony export getDoorIndex */
|
|
3130
3130
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3133,94 +3133,95 @@ var watermark = function watermark(option) {
|
|
|
3133
3133
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplications; });
|
|
3134
3134
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplicationsNew; });
|
|
3135
3135
|
/* unused harmony export getUserCustomInfo */
|
|
3136
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3137
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3138
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3139
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3136
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateUserCustomInfo; });
|
|
3137
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return sysMsgPage; });
|
|
3138
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return ignoreSysMsg; });
|
|
3139
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return ignoreAllSysMsg; });
|
|
3140
3140
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctProperties; });
|
|
3141
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3142
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3141
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return uploads; });
|
|
3142
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadOnlyOne; });
|
|
3143
3143
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctFileInfos; });
|
|
3144
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3144
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploadSort; });
|
|
3145
3145
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
|
|
3146
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3147
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3148
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3149
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3146
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadDownloads; });
|
|
3147
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunct; });
|
|
3148
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return previewAdjunct2; });
|
|
3149
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunctOffice; });
|
|
3150
3150
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
|
|
3151
3151
|
/* unused harmony export upload_updateClassify */
|
|
3152
3152
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3153
3153
|
/* unused harmony export getPictureBase64 */
|
|
3154
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3155
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3156
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3157
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3154
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getSelectorOrgTree; });
|
|
3155
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getSelectorOrgDetail; });
|
|
3156
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getOrgMainTree; });
|
|
3157
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getSelectOrgsubids; });
|
|
3158
3158
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCode; });
|
|
3159
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getDictList; });
|
|
3159
3160
|
/* unused harmony export findUserBaseInfo */
|
|
3160
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3161
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return gethelpdoc; });
|
|
3161
3162
|
/* unused harmony export getCurrentuser */
|
|
3162
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3163
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3164
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3163
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return mainDetail; });
|
|
3164
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartFlow; });
|
|
3165
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return tempSave; });
|
|
3165
3166
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
|
|
3166
3167
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3167
3168
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
|
|
3168
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3169
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3169
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return saveCommonOpinion; });
|
|
3170
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateCommonOpinion; });
|
|
3170
3171
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
|
|
3171
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3172
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3172
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getProcessDefList; });
|
|
3173
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getNodeInfo; });
|
|
3173
3174
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findCodeValues; });
|
|
3174
3175
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findSysParam; });
|
|
3175
3176
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysCodes; });
|
|
3176
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3177
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3178
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3177
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getNotificationMsg; });
|
|
3178
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getHandleInfoHtml; });
|
|
3179
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskHandleHtml; });
|
|
3179
3180
|
/* unused harmony export getView */
|
|
3180
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3181
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3182
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3183
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3184
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3185
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3186
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3187
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3188
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3189
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3181
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return register; });
|
|
3182
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pendedhistoryList; });
|
|
3183
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskRejectHtml; });
|
|
3184
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskRejectHtml; });
|
|
3185
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartTaskRead; });
|
|
3186
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toStartTaskReadIndex; });
|
|
3187
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskReadHtml; });
|
|
3188
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return rejectAndEnd; });
|
|
3189
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toSendMsg; });
|
|
3190
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sendMsg; });
|
|
3190
3191
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
|
|
3191
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3192
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3193
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3194
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3195
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3196
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3197
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3198
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3199
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3192
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return handleInfo; });
|
|
3193
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return loginUserInfo; });
|
|
3194
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return wss; });
|
|
3195
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return topic; });
|
|
3196
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getPresetCustomInfo; });
|
|
3197
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getPresetNodeInfo; });
|
|
3198
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskTransferIndex; });
|
|
3199
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskTransfer; });
|
|
3200
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toPresetInfoListIndex; });
|
|
3200
3201
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
|
|
3201
3202
|
/* unused harmony export historyListJson */
|
|
3202
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3203
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3203
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return pendedhistoryListJson; });
|
|
3204
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return pressListJson; });
|
|
3204
3205
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
|
|
3205
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3206
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3207
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3208
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3209
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3210
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3211
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3212
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3213
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3214
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3215
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3216
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3217
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3218
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3219
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3206
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return isCanStartSubFlow; });
|
|
3207
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskUnionExamine; });
|
|
3208
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskUnionExamine; });
|
|
3209
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskTakeAdvice; });
|
|
3210
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskTakeAdvice; });
|
|
3211
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskStartDraft; });
|
|
3212
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskStartDraft; });
|
|
3213
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskReview; });
|
|
3214
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskReview; });
|
|
3215
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTaskUnionSeal; });
|
|
3216
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskUnionSeal; });
|
|
3217
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTwoOfficesDispatch; });
|
|
3218
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return twoOfficesDispatch; });
|
|
3219
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendList; });
|
|
3220
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendInfo; });
|
|
3220
3221
|
/* unused harmony export sendSave */
|
|
3221
3222
|
/* unused harmony export sendUpdate */
|
|
3222
3223
|
/* unused harmony export sendDelete */
|
|
3223
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3224
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendBatch; });
|
|
3224
3225
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return formContents; });
|
|
3225
3226
|
// 登录
|
|
3226
3227
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -3289,6 +3290,8 @@ var getOrgMainTree = '/sys/v1/mecpSys/getOrgMainTree.dhtml';
|
|
|
3289
3290
|
var getSelectOrgsubids = '/sys/v1/mecpSys/getSelectOrgsubids.dhtml';
|
|
3290
3291
|
// 代码表
|
|
3291
3292
|
var findSysCode = '/sys/v1/mecpSys/findSysCode.dhtml';
|
|
3293
|
+
var getDictList = '/dict/getDictDataList';
|
|
3294
|
+
|
|
3292
3295
|
// 获取用户基本信息
|
|
3293
3296
|
var findUserBaseInfo = '/sys/v1/mecpSys/findUserBaseInfo.dhtml';
|
|
3294
3297
|
// 说明文档
|