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/data-table.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
|
// 说明文档
|
|
@@ -3763,8 +3766,8 @@ module.exports = require("vue");
|
|
|
3763
3766
|
// ESM COMPAT FLAG
|
|
3764
3767
|
__webpack_require__.r(__webpack_exports__);
|
|
3765
3768
|
|
|
3766
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=
|
|
3767
|
-
var
|
|
3769
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=fa664770&
|
|
3770
|
+
var mainvue_type_template_id_fa664770_render = function () {
|
|
3768
3771
|
var _vm = this
|
|
3769
3772
|
var _h = _vm.$createElement
|
|
3770
3773
|
var _c = _vm._self._c || _h
|
|
@@ -4030,10 +4033,10 @@ var mainvue_type_template_id_34453930_render = function () {
|
|
|
4030
4033
|
)
|
|
4031
4034
|
}
|
|
4032
4035
|
var staticRenderFns = []
|
|
4033
|
-
|
|
4036
|
+
mainvue_type_template_id_fa664770_render._withStripped = true
|
|
4034
4037
|
|
|
4035
4038
|
|
|
4036
|
-
// CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=
|
|
4039
|
+
// CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=fa664770&
|
|
4037
4040
|
|
|
4038
4041
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
4039
4042
|
var api = __webpack_require__(1);
|
|
@@ -4081,8 +4084,8 @@ childrenvue_type_template_id_29bcbc72_render._withStripped = true
|
|
|
4081
4084
|
|
|
4082
4085
|
// CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=29bcbc72&
|
|
4083
4086
|
|
|
4084
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=
|
|
4085
|
-
var
|
|
4087
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=66569ceb&
|
|
4088
|
+
var columnvue_type_template_id_66569ceb_render = function () {
|
|
4086
4089
|
var _vm = this
|
|
4087
4090
|
var _h = _vm.$createElement
|
|
4088
4091
|
var _c = _vm._self._c || _h
|
|
@@ -4800,11 +4803,11 @@ var columnvue_type_template_id_00e33786_render = function () {
|
|
|
4800
4803
|
2
|
|
4801
4804
|
)
|
|
4802
4805
|
}
|
|
4803
|
-
var
|
|
4804
|
-
|
|
4806
|
+
var columnvue_type_template_id_66569ceb_staticRenderFns = []
|
|
4807
|
+
columnvue_type_template_id_66569ceb_render._withStripped = true
|
|
4805
4808
|
|
|
4806
4809
|
|
|
4807
|
-
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=
|
|
4810
|
+
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=66569ceb&
|
|
4808
4811
|
|
|
4809
4812
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
4810
4813
|
var regenerator_ = __webpack_require__(12);
|
|
@@ -5281,6 +5284,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5281
5284
|
}
|
|
5282
5285
|
},
|
|
5283
5286
|
props: {
|
|
5287
|
+
service: String,
|
|
5284
5288
|
form: Boolean,
|
|
5285
5289
|
readonly: Boolean,
|
|
5286
5290
|
name: String,
|
|
@@ -5377,8 +5381,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5377
5381
|
},
|
|
5378
5382
|
formOption: function formOption() {
|
|
5379
5383
|
var config = _extends({
|
|
5380
|
-
labelKey: this.sysCode ? 'shortName' : this.labelKey,
|
|
5381
|
-
valueKey: this.sysCode ? 'cciValue' : this.valueKey,
|
|
5384
|
+
labelKey: this.sysCode ? this.service ? 'label' : 'shortName' : this.labelKey,
|
|
5385
|
+
valueKey: this.sysCode ? this.service ? 'value' : 'cciValue' : this.valueKey,
|
|
5382
5386
|
rules: this.rules,
|
|
5383
5387
|
events: this.events
|
|
5384
5388
|
}, this.$attrs, {
|
|
@@ -5400,6 +5404,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5400
5404
|
option: function option() {
|
|
5401
5405
|
var field = this.field || this.prop;
|
|
5402
5406
|
return this.data ? this.data : this.optionDatas[this.sysCode || field];
|
|
5407
|
+
},
|
|
5408
|
+
findCode: function findCode() {
|
|
5409
|
+
if (this.service) {
|
|
5410
|
+
return '/' + this.service + api["D" /* getDictList */];
|
|
5411
|
+
}
|
|
5412
|
+
return api["v" /* findSysCode */];
|
|
5403
5413
|
}
|
|
5404
5414
|
},
|
|
5405
5415
|
data: function data() {
|
|
@@ -5464,10 +5474,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5464
5474
|
param[i] = val[queryKey[i]];
|
|
5465
5475
|
}
|
|
5466
5476
|
}
|
|
5467
|
-
params = util["a" /* default */].extend(true, _this.sysCode ? { sysAppCode: _this.sysCode } : {}, item.param ? item.param : {}, param);
|
|
5477
|
+
params = util["a" /* default */].extend(true, _this.sysCode ? { sysAppCode: _this.sysCode, code: sysCode } : {}, item.param ? item.param : {}, param);
|
|
5468
5478
|
_context.next = 14;
|
|
5469
5479
|
return util["a" /* default */].ajax({
|
|
5470
|
-
url: _this.sysCode ?
|
|
5480
|
+
url: _this.sysCode ? _this.findCode : item.url,
|
|
5471
5481
|
method: _this.method,
|
|
5472
5482
|
params: params,
|
|
5473
5483
|
data: params
|
|
@@ -5612,9 +5622,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5612
5622
|
param[i] = value[queryKey[i]];
|
|
5613
5623
|
}
|
|
5614
5624
|
}
|
|
5615
|
-
var params = util["a" /* default */].extend(true, this.sysCode ? { sysAppCode: this.sysCode } : {}, item.param ? item.param : {}, param);
|
|
5625
|
+
var params = util["a" /* default */].extend(true, this.sysCode ? { sysAppCode: this.sysCode, code: sysCode } : {}, item.param ? item.param : {}, param);
|
|
5616
5626
|
util["a" /* default */].ajax({
|
|
5617
|
-
url: this.sysCode ?
|
|
5627
|
+
url: this.sysCode ? this.findCode : item.url,
|
|
5618
5628
|
method: this.method,
|
|
5619
5629
|
params: params,
|
|
5620
5630
|
data: params
|
|
@@ -5667,8 +5677,8 @@ var componentNormalizer = __webpack_require__(3);
|
|
|
5667
5677
|
|
|
5668
5678
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
5669
5679
|
src_columnvue_type_script_lang_js_,
|
|
5670
|
-
|
|
5671
|
-
|
|
5680
|
+
columnvue_type_template_id_66569ceb_render,
|
|
5681
|
+
columnvue_type_template_id_66569ceb_staticRenderFns,
|
|
5672
5682
|
false,
|
|
5673
5683
|
null,
|
|
5674
5684
|
null,
|
|
@@ -6161,6 +6171,7 @@ var mainvue_type_script_lang_js_components, _watch;
|
|
|
6161
6171
|
}
|
|
6162
6172
|
},
|
|
6163
6173
|
props: {
|
|
6174
|
+
service: String,
|
|
6164
6175
|
loading: {
|
|
6165
6176
|
type: Boolean,
|
|
6166
6177
|
default: false
|
|
@@ -6218,6 +6229,14 @@ var mainvue_type_script_lang_js_components, _watch;
|
|
|
6218
6229
|
showLabel: Boolean,
|
|
6219
6230
|
searchValue: Object,
|
|
6220
6231
|
advanceValue: Object,
|
|
6232
|
+
executeSearch: {
|
|
6233
|
+
type: Boolean,
|
|
6234
|
+
default: true
|
|
6235
|
+
},
|
|
6236
|
+
executeFilter: {
|
|
6237
|
+
type: Boolean,
|
|
6238
|
+
default: true
|
|
6239
|
+
},
|
|
6221
6240
|
// 是否开启序号
|
|
6222
6241
|
numbers: {
|
|
6223
6242
|
type: Boolean,
|
|
@@ -6500,14 +6519,20 @@ var mainvue_type_script_lang_js_components, _watch;
|
|
|
6500
6519
|
}
|
|
6501
6520
|
},
|
|
6502
6521
|
headButton: function headButton() {
|
|
6503
|
-
return this.theadAdd ? {
|
|
6522
|
+
return this.theadAdd && !this.readonly ? {
|
|
6504
6523
|
icon: 'el-icon-circle-plus-outline',
|
|
6505
6524
|
type: 'text',
|
|
6506
6525
|
event: this.handleClickAddData
|
|
6507
|
-
} :
|
|
6526
|
+
} : undefined;
|
|
6508
6527
|
},
|
|
6509
6528
|
isLeast: function isLeast() {
|
|
6510
6529
|
return this.data.length < 2 && this.least;
|
|
6530
|
+
},
|
|
6531
|
+
findCode: function findCode() {
|
|
6532
|
+
if (this.service) {
|
|
6533
|
+
return '/' + this.service + api["D" /* getDictList */];
|
|
6534
|
+
}
|
|
6535
|
+
return api["v" /* findSysCode */];
|
|
6511
6536
|
}
|
|
6512
6537
|
},
|
|
6513
6538
|
watch: (_watch = {
|
|
@@ -6629,16 +6654,16 @@ var mainvue_type_script_lang_js_components, _watch;
|
|
|
6629
6654
|
res.forEach(function (item) {
|
|
6630
6655
|
if (item.sysCode || item.url) {
|
|
6631
6656
|
item.sysCode && sysCodes.push(item.sysCode);
|
|
6632
|
-
var params = util["a" /* default */].extend({}, item.sysCode ? { sysAppCode: item.sysCode } : {}, item.param ? item.param : {});
|
|
6657
|
+
var params = util["a" /* default */].extend({}, item.sysCode ? { sysAppCode: item.sysCode, code: item.sysCode } : {}, item.param ? item.param : {});
|
|
6633
6658
|
var key = _this2.getRequestKey({
|
|
6634
6659
|
method: _this2.method,
|
|
6635
|
-
url: item.sysCode ?
|
|
6660
|
+
url: item.sysCode ? _this2.findCode : item.url,
|
|
6636
6661
|
params: params,
|
|
6637
6662
|
data: {}
|
|
6638
6663
|
});
|
|
6639
6664
|
if (!_this2.requests.includes(key)) {
|
|
6640
6665
|
util["a" /* default */].ajax({
|
|
6641
|
-
url: item.sysCode ?
|
|
6666
|
+
url: item.sysCode ? _this2.findCode : item.url,
|
|
6642
6667
|
method: _this2.method,
|
|
6643
6668
|
params: params,
|
|
6644
6669
|
data: params
|
|
@@ -7209,7 +7234,7 @@ var mainvue_type_script_lang_js_components, _watch;
|
|
|
7209
7234
|
type: 'search',
|
|
7210
7235
|
data: JSON.parse(JSON.stringify(data))
|
|
7211
7236
|
}) : data;
|
|
7212
|
-
if (this.url) {
|
|
7237
|
+
if (this.url && this.executeSearch) {
|
|
7213
7238
|
this.getTableData({ where: this.wheres });
|
|
7214
7239
|
}
|
|
7215
7240
|
this.$emit('search', this.wheres);
|
|
@@ -7225,14 +7250,15 @@ var mainvue_type_script_lang_js_components, _watch;
|
|
|
7225
7250
|
var data = _ref.data,
|
|
7226
7251
|
show = _ref.show;
|
|
7227
7252
|
|
|
7228
|
-
|
|
7253
|
+
var where = this.response !== undefined ? this.response({
|
|
7229
7254
|
type: 'filter',
|
|
7230
7255
|
data: JSON.parse(JSON.stringify(data))
|
|
7231
7256
|
}) : data;
|
|
7232
|
-
|
|
7257
|
+
this.wheres = mainvue_type_script_lang_js_extends({}, this.wheres, where);
|
|
7258
|
+
if (this.url && this.executeFilter) {
|
|
7233
7259
|
this.getTableData({ where: this.wheres });
|
|
7234
7260
|
}
|
|
7235
|
-
this.$emit('submit', { data: this.wheres, show: show });
|
|
7261
|
+
this.$emit('submit', { data: where, where: this.wheres, show: show });
|
|
7236
7262
|
},
|
|
7237
7263
|
hanleCancel: function hanleCancel() {
|
|
7238
7264
|
// if (this.url && JSON.stringify(this.wheres) !== '{}') {
|
|
@@ -7365,7 +7391,7 @@ var mainvue_type_script_lang_js_components, _watch;
|
|
|
7365
7391
|
|
|
7366
7392
|
var main_component = Object(componentNormalizer["a" /* default */])(
|
|
7367
7393
|
src_mainvue_type_script_lang_js_,
|
|
7368
|
-
|
|
7394
|
+
mainvue_type_template_id_fa664770_render,
|
|
7369
7395
|
staticRenderFns,
|
|
7370
7396
|
false,
|
|
7371
7397
|
null,
|