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/wxlogin.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
|
// 说明文档
|
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
</template>
|
|
55
55
|
|
|
56
56
|
<script>
|
|
57
|
-
import { findSysCode } from 'eoss-ui/src/config/api.js';
|
|
57
|
+
import { findSysCode, getDictList } from 'eoss-ui/src/config/api.js';
|
|
58
58
|
import store from 'eoss-ui/src/utils/store';
|
|
59
59
|
import util from 'eoss-ui/src/utils/util';
|
|
60
60
|
import bus from 'eoss-ui/src/utils/bus';
|
|
@@ -71,6 +71,7 @@ export default {
|
|
|
71
71
|
type: String,
|
|
72
72
|
default: 'get'
|
|
73
73
|
},
|
|
74
|
+
service: String,
|
|
74
75
|
// 选择项本地数据
|
|
75
76
|
data: {
|
|
76
77
|
type: Array,
|
|
@@ -167,13 +168,13 @@ export default {
|
|
|
167
168
|
},
|
|
168
169
|
label() {
|
|
169
170
|
if (this.sysCode) {
|
|
170
|
-
return 'shortName';
|
|
171
|
+
return this.service ? 'label' : 'shortName';
|
|
171
172
|
}
|
|
172
173
|
return this.labelKey;
|
|
173
174
|
},
|
|
174
175
|
valKey() {
|
|
175
176
|
if (this.sysCode) {
|
|
176
|
-
return 'cciValue';
|
|
177
|
+
return this.service ? 'value' : 'cciValue';
|
|
177
178
|
}
|
|
178
179
|
return this.valueKey;
|
|
179
180
|
},
|
|
@@ -201,6 +202,12 @@ export default {
|
|
|
201
202
|
return item;
|
|
202
203
|
});
|
|
203
204
|
return label.join(this.separator);
|
|
205
|
+
},
|
|
206
|
+
findCode() {
|
|
207
|
+
if (this.service) {
|
|
208
|
+
return `/${this.service}${getDictList}`;
|
|
209
|
+
}
|
|
210
|
+
return findSysCode;
|
|
204
211
|
}
|
|
205
212
|
},
|
|
206
213
|
watch: {
|
|
@@ -212,7 +219,7 @@ export default {
|
|
|
212
219
|
if (options) {
|
|
213
220
|
this.options = JSON.parse(JSON.stringify(options));
|
|
214
221
|
} else {
|
|
215
|
-
this.getData(
|
|
222
|
+
this.getData(this.findCode, val);
|
|
216
223
|
}
|
|
217
224
|
}
|
|
218
225
|
}
|
|
@@ -243,7 +250,7 @@ export default {
|
|
|
243
250
|
params = util.extend(
|
|
244
251
|
{},
|
|
245
252
|
this.param,
|
|
246
|
-
sysCode ? { sysAppCode: sysCode } : {}
|
|
253
|
+
sysCode ? { sysAppCode: sysCode, code: sysCode } : {}
|
|
247
254
|
);
|
|
248
255
|
} else {
|
|
249
256
|
return false;
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
</template>
|
|
413
413
|
|
|
414
414
|
<script type="text/babel">
|
|
415
|
-
import { findSysCode } from 'eoss-ui/src/config/api.js';
|
|
415
|
+
import { findSysCode, getDictList } from 'eoss-ui/src/config/api.js';
|
|
416
416
|
import util from 'eoss-ui/src/utils/util';
|
|
417
417
|
export default {
|
|
418
418
|
name: 'Column',
|
|
@@ -459,6 +459,7 @@ export default {
|
|
|
459
459
|
}
|
|
460
460
|
},
|
|
461
461
|
props: {
|
|
462
|
+
service: String,
|
|
462
463
|
form: Boolean,
|
|
463
464
|
readonly: Boolean,
|
|
464
465
|
name: String,
|
|
@@ -569,8 +570,16 @@ export default {
|
|
|
569
570
|
},
|
|
570
571
|
formOption() {
|
|
571
572
|
let config = {
|
|
572
|
-
labelKey: this.sysCode
|
|
573
|
-
|
|
573
|
+
labelKey: this.sysCode
|
|
574
|
+
? this.service
|
|
575
|
+
? 'label'
|
|
576
|
+
: 'shortName'
|
|
577
|
+
: this.labelKey,
|
|
578
|
+
valueKey: this.sysCode
|
|
579
|
+
? this.service
|
|
580
|
+
? 'value'
|
|
581
|
+
: 'cciValue'
|
|
582
|
+
: this.valueKey,
|
|
574
583
|
rules: this.rules,
|
|
575
584
|
events: this.events,
|
|
576
585
|
...this.$attrs,
|
|
@@ -619,6 +628,12 @@ export default {
|
|
|
619
628
|
option() {
|
|
620
629
|
const field = this.field || this.prop;
|
|
621
630
|
return this.data ? this.data : this.optionDatas[this.sysCode || field];
|
|
631
|
+
},
|
|
632
|
+
findCode() {
|
|
633
|
+
if (this.service) {
|
|
634
|
+
return `/${this.service}${getDictList}`;
|
|
635
|
+
}
|
|
636
|
+
return findSysCode;
|
|
622
637
|
}
|
|
623
638
|
},
|
|
624
639
|
data() {
|
|
@@ -661,13 +676,15 @@ export default {
|
|
|
661
676
|
}
|
|
662
677
|
let params = util.extend(
|
|
663
678
|
true,
|
|
664
|
-
this.sysCode
|
|
679
|
+
this.sysCode
|
|
680
|
+
? { sysAppCode: this.sysCode, code: sysCode }
|
|
681
|
+
: {},
|
|
665
682
|
item.param ? item.param : {},
|
|
666
683
|
param
|
|
667
684
|
);
|
|
668
685
|
await util
|
|
669
686
|
.ajax({
|
|
670
|
-
url: this.sysCode ?
|
|
687
|
+
url: this.sysCode ? this.findCode : item.url,
|
|
671
688
|
method: this.method,
|
|
672
689
|
params: params,
|
|
673
690
|
data: params
|
|
@@ -834,13 +851,13 @@ export default {
|
|
|
834
851
|
}
|
|
835
852
|
let params = util.extend(
|
|
836
853
|
true,
|
|
837
|
-
this.sysCode ? { sysAppCode: this.sysCode } : {},
|
|
854
|
+
this.sysCode ? { sysAppCode: this.sysCode, code: sysCode } : {},
|
|
838
855
|
item.param ? item.param : {},
|
|
839
856
|
param
|
|
840
857
|
);
|
|
841
858
|
util
|
|
842
859
|
.ajax({
|
|
843
|
-
url: this.sysCode ?
|
|
860
|
+
url: this.sysCode ? this.findCode : item.url,
|
|
844
861
|
method: this.method,
|
|
845
862
|
params: params,
|
|
846
863
|
data: params
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
</component>
|
|
146
146
|
</template>
|
|
147
147
|
<script>
|
|
148
|
-
import { findSysCode } from 'eoss-ui/src/config/api.js';
|
|
148
|
+
import { findSysCode, getDictList } from 'eoss-ui/src/config/api.js';
|
|
149
149
|
import children from './children.vue';
|
|
150
150
|
import sizer from './sizer.vue';
|
|
151
151
|
import util from 'eoss-ui/src/utils/util';
|
|
@@ -176,6 +176,7 @@ export default {
|
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
178
|
props: {
|
|
179
|
+
service: String,
|
|
179
180
|
loading: {
|
|
180
181
|
type: Boolean,
|
|
181
182
|
default: false
|
|
@@ -233,6 +234,14 @@ export default {
|
|
|
233
234
|
showLabel: Boolean,
|
|
234
235
|
searchValue: Object,
|
|
235
236
|
advanceValue: Object,
|
|
237
|
+
executeSearch: {
|
|
238
|
+
type: Boolean,
|
|
239
|
+
default: true
|
|
240
|
+
},
|
|
241
|
+
executeFilter: {
|
|
242
|
+
type: Boolean,
|
|
243
|
+
default: true
|
|
244
|
+
},
|
|
236
245
|
// 是否开启序号
|
|
237
246
|
numbers: {
|
|
238
247
|
type: Boolean,
|
|
@@ -531,16 +540,22 @@ export default {
|
|
|
531
540
|
}
|
|
532
541
|
},
|
|
533
542
|
headButton() {
|
|
534
|
-
return this.theadAdd
|
|
543
|
+
return this.theadAdd && !this.readonly
|
|
535
544
|
? {
|
|
536
545
|
icon: 'el-icon-circle-plus-outline',
|
|
537
546
|
type: 'text',
|
|
538
547
|
event: this.handleClickAddData
|
|
539
548
|
}
|
|
540
|
-
:
|
|
549
|
+
: undefined;
|
|
541
550
|
},
|
|
542
551
|
isLeast() {
|
|
543
552
|
return this.data.length < 2 && this.least;
|
|
553
|
+
},
|
|
554
|
+
findCode() {
|
|
555
|
+
if (this.service) {
|
|
556
|
+
return `/${this.service}${getDictList}`;
|
|
557
|
+
}
|
|
558
|
+
return findSysCode;
|
|
544
559
|
}
|
|
545
560
|
},
|
|
546
561
|
watch: {
|
|
@@ -670,19 +685,21 @@ export default {
|
|
|
670
685
|
item.sysCode && sysCodes.push(item.sysCode);
|
|
671
686
|
let params = util.extend(
|
|
672
687
|
{},
|
|
673
|
-
item.sysCode
|
|
688
|
+
item.sysCode
|
|
689
|
+
? { sysAppCode: item.sysCode, code: item.sysCode }
|
|
690
|
+
: {},
|
|
674
691
|
item.param ? item.param : {}
|
|
675
692
|
);
|
|
676
693
|
let key = this.getRequestKey({
|
|
677
694
|
method: this.method,
|
|
678
|
-
url: item.sysCode ?
|
|
695
|
+
url: item.sysCode ? this.findCode : item.url,
|
|
679
696
|
params: params,
|
|
680
697
|
data: {}
|
|
681
698
|
});
|
|
682
699
|
if (!this.requests.includes(key)) {
|
|
683
700
|
util
|
|
684
701
|
.ajax({
|
|
685
|
-
url: item.sysCode ?
|
|
702
|
+
url: item.sysCode ? this.findCode : item.url,
|
|
686
703
|
method: this.method,
|
|
687
704
|
params: params,
|
|
688
705
|
data: params
|
|
@@ -1315,7 +1332,7 @@ export default {
|
|
|
1315
1332
|
data: JSON.parse(JSON.stringify(data))
|
|
1316
1333
|
})
|
|
1317
1334
|
: data;
|
|
1318
|
-
if (this.url) {
|
|
1335
|
+
if (this.url && this.executeSearch) {
|
|
1319
1336
|
this.getTableData({ where: this.wheres });
|
|
1320
1337
|
}
|
|
1321
1338
|
this.$emit('search', this.wheres);
|
|
@@ -1328,17 +1345,21 @@ export default {
|
|
|
1328
1345
|
this.$emit('reset', this.params);
|
|
1329
1346
|
},
|
|
1330
1347
|
hanleSubmit({ data, show }) {
|
|
1331
|
-
|
|
1348
|
+
let where =
|
|
1332
1349
|
this.response !== undefined
|
|
1333
1350
|
? this.response({
|
|
1334
1351
|
type: 'filter',
|
|
1335
1352
|
data: JSON.parse(JSON.stringify(data))
|
|
1336
1353
|
})
|
|
1337
1354
|
: data;
|
|
1338
|
-
|
|
1355
|
+
this.wheres = {
|
|
1356
|
+
...this.wheres,
|
|
1357
|
+
...where
|
|
1358
|
+
};
|
|
1359
|
+
if (this.url && this.executeFilter) {
|
|
1339
1360
|
this.getTableData({ where: this.wheres });
|
|
1340
1361
|
}
|
|
1341
|
-
this.$emit('submit', { data: this.wheres, show });
|
|
1362
|
+
this.$emit('submit', { data: where, where: this.wheres, show });
|
|
1342
1363
|
},
|
|
1343
1364
|
hanleCancel() {
|
|
1344
1365
|
// if (this.url && JSON.stringify(this.wheres) !== '{}') {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import util from 'eoss-ui/src/utils/util';
|
|
3
|
-
import { findSysCode } from 'eoss-ui/src/config/api.js';
|
|
3
|
+
import { findSysCode, getDictList } from 'eoss-ui/src/config/api.js';
|
|
4
4
|
import store from 'eoss-ui/src/utils/store';
|
|
5
5
|
//import rules from 'eoss-ui/src/utils/rules.js';
|
|
6
6
|
import eoTable from './table.vue';
|
|
@@ -17,6 +17,7 @@ export default {
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
props: {
|
|
20
|
+
service: String,
|
|
20
21
|
params: Object,
|
|
21
22
|
full: Boolean,
|
|
22
23
|
readonly: Boolean,
|
|
@@ -83,6 +84,12 @@ export default {
|
|
|
83
84
|
},
|
|
84
85
|
options() {
|
|
85
86
|
return this.optionData ? this.optionData : this.option;
|
|
87
|
+
},
|
|
88
|
+
findCode() {
|
|
89
|
+
if (this.service) {
|
|
90
|
+
return `/${this.service}${getDictList}`;
|
|
91
|
+
}
|
|
92
|
+
return findSysCode;
|
|
86
93
|
}
|
|
87
94
|
},
|
|
88
95
|
watch: {
|
|
@@ -111,12 +118,12 @@ export default {
|
|
|
111
118
|
if (item.sysCode || item.url) {
|
|
112
119
|
let params = util.extend(
|
|
113
120
|
{},
|
|
114
|
-
item.sysCode ? { sysAppCode: item.sysCode } : {},
|
|
121
|
+
item.sysCode ? { sysAppCode: item.sysCode, code: sysCode } : {},
|
|
115
122
|
item.param ? item.param : {}
|
|
116
123
|
);
|
|
117
124
|
util
|
|
118
125
|
.ajax({
|
|
119
|
-
url: item.sysCode ?
|
|
126
|
+
url: item.sysCode ? this.findCode : item.url,
|
|
120
127
|
method: this.method,
|
|
121
128
|
params: params,
|
|
122
129
|
data: params
|
|
@@ -1784,7 +1784,7 @@ export default {
|
|
|
1784
1784
|
this.isHideOtherOrg = false;
|
|
1785
1785
|
this.isNodeShowProcess = false;
|
|
1786
1786
|
this.isMainSubProcess = false;
|
|
1787
|
-
this.isNextUser =
|
|
1787
|
+
this.isNextUser =this.nextNode.nextOperate != 9 ;
|
|
1788
1788
|
// this.isMainSubProcess === true
|
|
1789
1789
|
// ? (this.isMainSubProcess = true)
|
|
1790
1790
|
// : (this.isMainSubProcess = false);
|
|
@@ -1961,6 +1961,7 @@ export default {
|
|
|
1961
1961
|
return;
|
|
1962
1962
|
} else {
|
|
1963
1963
|
}
|
|
1964
|
+
|
|
1964
1965
|
if (isDef !== true) this.getNodeInfo();
|
|
1965
1966
|
},
|
|
1966
1967
|
/**
|
|
@@ -2039,7 +2040,6 @@ export default {
|
|
|
2039
2040
|
isCanRemoveSign,
|
|
2040
2041
|
attachedCode,
|
|
2041
2042
|
isSpecial,
|
|
2042
|
-
opinion,
|
|
2043
2043
|
canPresetRead,
|
|
2044
2044
|
isCdjxjTaskHandle,
|
|
2045
2045
|
taskButtonList
|
|
@@ -2101,7 +2101,6 @@ export default {
|
|
|
2101
2101
|
});
|
|
2102
2102
|
this.selecNext(this.nextNode.nextOperate, true, true);
|
|
2103
2103
|
}
|
|
2104
|
-
|
|
2105
2104
|
if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
|
|
2106
2105
|
this.needRetrialAuth =
|
|
2107
2106
|
!!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
'es-form-readonly': readonly,
|
|
12
12
|
'es-form-group': inline,
|
|
13
13
|
'es-form-table': table,
|
|
14
|
-
'es-form-inside-dialog': dialog
|
|
14
|
+
'es-form-inside-dialog': dialog,
|
|
15
|
+
'es-form-row': labelPosition == 'top'
|
|
15
16
|
}"
|
|
16
17
|
:hide-required-asterisk="hideRequiredAsterisk"
|
|
17
18
|
:inline="inline"
|