eoss-ui 0.5.79 → 0.5.81-beta
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 +279 -265
- package/lib/button.js +71 -69
- package/lib/calendar.js +2 -2
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +71 -70
- package/lib/clients.js +11 -11
- package/lib/config/api.js +1 -0
- package/lib/data-table-form.js +69 -67
- package/lib/data-table.js +87 -80
- package/lib/date-picker.js +71 -69
- package/lib/dialog.js +71 -70
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +5966 -986
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +71 -69
- package/lib/flow-list.js +74 -72
- package/lib/flow.js +95 -93
- package/lib/form.js +179 -98
- package/lib/handle-user.js +72 -70
- package/lib/handler.js +75 -73
- package/lib/icon.js +3731 -12
- package/lib/icons.js +3 -3
- package/lib/index.js +1 -1
- package/lib/input-number.js +71 -69
- package/lib/input.js +71 -73
- package/lib/label.js +2 -2
- package/lib/layout.js +2 -2
- package/lib/login.js +146 -106
- package/lib/main.js +5663 -844
- package/lib/menu.js +2 -2
- package/lib/nav.js +71 -69
- package/lib/notify.js +72 -70
- package/lib/page.js +71 -69
- package/lib/pagination.js +2 -2
- package/lib/player.js +75 -73
- package/lib/qr-code.js +73 -71
- package/lib/radio-group.js +71 -69
- package/lib/retrial-auth.js +73 -71
- package/lib/select-ganged.js +71 -69
- package/lib/select.js +71 -69
- package/lib/selector-panel.js +74 -73
- package/lib/selector.js +80 -78
- package/lib/sizer.js +71 -69
- package/lib/steps.js +71 -69
- package/lib/switch.js +78 -76
- package/lib/table-form.js +71 -69
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +71 -69
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/clients.css +1 -1
- package/lib/theme-chalk/data-table.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/form.css +1 -1
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -0
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/lib/tips.js +72 -70
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +71 -69
- package/lib/tree.js +71 -69
- package/lib/upload.js +146 -118
- package/lib/utils/util.js +2 -2
- package/lib/wujie.js +71 -69
- package/lib/wxlogin.js +214 -212
- package/package.json +3 -3
- package/packages/clients/src/main.vue +7 -7
- package/packages/data-table/src/main.vue +17 -5
- package/packages/form/src/main.vue +27 -13
- package/packages/handler/src/main.vue +3 -1
- package/packages/icon/src/main.vue +31 -10
- package/packages/icons/src/icon.json +1 -1
- package/packages/input/src/main.vue +0 -4
- package/packages/login/src/main.vue +13 -7
- package/packages/main/src/default/index.vue +2199 -0
- package/packages/main/src/main.vue +30 -2209
- package/packages/main/src/simplicity/apps.vue +301 -0
- package/packages/main/src/simplicity/avatar.vue +68 -0
- package/packages/main/src/simplicity/handler.vue +148 -0
- package/packages/main/src/simplicity/index.vue +1515 -0
- package/packages/main/src/simplicity/lists.vue +84 -0
- package/packages/main/src/simplicity/menu-list.vue +74 -0
- package/packages/main/src/simplicity/message.vue +237 -0
- package/packages/main/src/simplicity/notice.vue +145 -0
- package/packages/main/src/simplicity/settings.vue +119 -0
- package/packages/main/src/simplicity/sub-menu.vue +120 -0
- package/packages/main/src/simplicity/user.vue +243 -0
- package/packages/main/src/simplicity/userinfo.vue +302 -0
- package/packages/theme-chalk/lib/base.css +1 -1
- package/packages/theme-chalk/lib/clients.css +1 -1
- package/packages/theme-chalk/lib/data-table.css +1 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/form.css +1 -1
- package/packages/theme-chalk/lib/icon.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -0
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/base.scss +1 -0
- package/packages/theme-chalk/src/clients.scss +1 -1
- package/packages/theme-chalk/src/common/var.scss +4 -0
- package/packages/theme-chalk/src/data-table.scss +3 -0
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/form.scss +2 -2
- package/packages/theme-chalk/src/icon.scss +4 -4
- package/packages/theme-chalk/src/login.scss +644 -632
- package/packages/theme-chalk/src/main.scss +6 -2
- package/packages/theme-chalk/src/simplicity.scss +545 -0
- package/packages/upload/src/main.vue +132 -80
- package/src/config/api.js +1 -0
- package/src/index.js +1 -1
- package/src/utils/util.js +2 -2
- package/lib/theme-chalk/mainComp.css +0 -0
- package/packages/main/src/async-component/index.vue +0 -87
- package/packages/theme-chalk/lib/mainComp.css +0 -0
- package/packages/theme-chalk/src/mainComp.scss +0 -0
- /package/packages/main/src/{message.vue → default/message.vue} +0 -0
- /package/packages/main/src/{notice.vue → default/notice.vue} +0 -0
- /package/packages/main/src/{settings.vue → default/settings.vue} +0 -0
- /package/packages/main/src/{userinfo.vue → default/userinfo.vue} +0 -0
package/lib/form.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 44);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -350,7 +350,7 @@ var ajax = function ajax(_ref) {
|
|
|
350
350
|
}, 1000);
|
|
351
351
|
}
|
|
352
352
|
// eslint-disable-next-line no-undef
|
|
353
|
-
return Promise.resolve(response.data);
|
|
353
|
+
return Promise.resolve(JSON.parse(JSON.stringify(response.data)));
|
|
354
354
|
}
|
|
355
355
|
}, function (error) {
|
|
356
356
|
loading && loading.close();
|
|
@@ -1386,7 +1386,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1386
1386
|
* @param {function} callback - 回调函数
|
|
1387
1387
|
**/
|
|
1388
1388
|
var getMainConfig = function getMainConfig(callback) {
|
|
1389
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "
|
|
1389
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "fb"] }).then(function (res) {
|
|
1390
1390
|
if (res && res.rCode === 0) {
|
|
1391
1391
|
callback(res.results);
|
|
1392
1392
|
}
|
|
@@ -2120,7 +2120,7 @@ var isLogined = function isLogined(_ref8) {
|
|
|
2120
2120
|
}
|
|
2121
2121
|
var quit = getParams('quit') || getParams('logout');
|
|
2122
2122
|
if (quit) {
|
|
2123
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "
|
|
2123
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "eb"] }).then(function (res) {
|
|
2124
2124
|
if (res.rCode === 0) {
|
|
2125
2125
|
removeStorage();
|
|
2126
2126
|
}
|
|
@@ -2559,7 +2559,7 @@ var replenish = function replenish(_ref12) {
|
|
|
2559
2559
|
while (res.length <= len + precision) {
|
|
2560
2560
|
res += '0';
|
|
2561
2561
|
}
|
|
2562
|
-
return
|
|
2562
|
+
return res;
|
|
2563
2563
|
}
|
|
2564
2564
|
return data;
|
|
2565
2565
|
};
|
|
@@ -3247,29 +3247,29 @@ var watermark = function watermark(option) {
|
|
|
3247
3247
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCaLogin; });
|
|
3248
3248
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doUserLogin; });
|
|
3249
3249
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doQrLogin; });
|
|
3250
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3251
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3252
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3250
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return logout; });
|
|
3251
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initLogin; });
|
|
3252
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return switchUserTo; });
|
|
3253
3253
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3254
3254
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getLoginCode; });
|
|
3255
3255
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doCodeLogin; });
|
|
3256
3256
|
/* unused harmony export updateCode */
|
|
3257
3257
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getModifyPassCode; });
|
|
3258
3258
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
|
|
3259
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3259
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return loginModifyPassword; });
|
|
3260
3260
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3261
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3261
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return initModifyPassword; });
|
|
3262
3262
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doWechatQrLogin; });
|
|
3263
3263
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getTwoFactorLoginCode; });
|
|
3264
3264
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doTwoFactorLogin; });
|
|
3265
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3265
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return initRetrialAuth; });
|
|
3266
3266
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getRetrialAuthCode; });
|
|
3267
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3267
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return scanCodeRetrialAuth; });
|
|
3268
3268
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
|
|
3269
3269
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
|
|
3270
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3271
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3272
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3270
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return mainConfig; });
|
|
3271
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return initUserSet; });
|
|
3272
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return updateUserInfo; });
|
|
3273
3273
|
/* unused harmony export getUserImgUrl */
|
|
3274
3274
|
/* unused harmony export getDoorIndex */
|
|
3275
3275
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3277,21 +3277,22 @@ var watermark = function watermark(option) {
|
|
|
3277
3277
|
/* unused harmony export getApplicationIdArray */
|
|
3278
3278
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplications; });
|
|
3279
3279
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplicationsNew; });
|
|
3280
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getUserAppWithTag; });
|
|
3280
3281
|
/* unused harmony export getUserCustomInfo */
|
|
3281
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3282
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3283
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3284
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3282
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return updateUserCustomInfo; });
|
|
3283
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return sysMsgPage; });
|
|
3284
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return ignoreSysMsg; });
|
|
3285
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return ignoreAllSysMsg; });
|
|
3285
3286
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctProperties; });
|
|
3286
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3287
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3287
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return uploads; });
|
|
3288
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploadOnlyOne; });
|
|
3288
3289
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctFileInfos; });
|
|
3289
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3290
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return uploadSort; });
|
|
3290
3291
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
|
|
3291
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3292
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3293
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3294
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3292
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadDownloads; });
|
|
3293
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return previewAdjunct; });
|
|
3294
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunct2; });
|
|
3295
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return previewAdjunctOffice; });
|
|
3295
3296
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
|
|
3296
3297
|
/* unused harmony export upload_updateClassify */
|
|
3297
3298
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
@@ -3303,16 +3304,16 @@ var watermark = function watermark(option) {
|
|
|
3303
3304
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCode; });
|
|
3304
3305
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getDictList; });
|
|
3305
3306
|
/* unused harmony export findUserBaseInfo */
|
|
3306
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3307
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return gethelpdoc; });
|
|
3307
3308
|
/* unused harmony export getCurrentuser */
|
|
3308
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3309
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3310
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3309
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return mainDetail; });
|
|
3310
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartFlow; });
|
|
3311
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return tempSave; });
|
|
3311
3312
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
|
|
3312
3313
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3313
3314
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
|
|
3314
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3315
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3315
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return saveCommonOpinion; });
|
|
3316
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateCommonOpinion; });
|
|
3316
3317
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
|
|
3317
3318
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getProcessDefList; });
|
|
3318
3319
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getNodeInfo; });
|
|
@@ -3321,52 +3322,52 @@ var watermark = function watermark(option) {
|
|
|
3321
3322
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysCodes; });
|
|
3322
3323
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getNotificationMsg; });
|
|
3323
3324
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getHandleInfoHtml; });
|
|
3324
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3325
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskHandleHtml; });
|
|
3325
3326
|
/* unused harmony export getView */
|
|
3326
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3327
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3328
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3329
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3330
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3331
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3332
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3333
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3334
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3335
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3327
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return register; });
|
|
3328
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return pendedhistoryList; });
|
|
3329
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskRejectHtml; });
|
|
3330
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskRejectHtml; });
|
|
3331
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toStartTaskRead; });
|
|
3332
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toStartTaskReadIndex; });
|
|
3333
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskReadHtml; });
|
|
3334
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return rejectAndEnd; });
|
|
3335
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toSendMsg; });
|
|
3336
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return sendMsg; });
|
|
3336
3337
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
|
|
3337
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3338
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3339
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3340
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3338
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return handleInfo; });
|
|
3339
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return loginUserInfo; });
|
|
3340
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return wss; });
|
|
3341
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return topic; });
|
|
3341
3342
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getPresetCustomInfo; });
|
|
3342
3343
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getPresetNodeInfo; });
|
|
3343
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3344
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3345
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3344
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskTransferIndex; });
|
|
3345
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskTransfer; });
|
|
3346
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toPresetInfoListIndex; });
|
|
3346
3347
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
|
|
3347
3348
|
/* unused harmony export historyListJson */
|
|
3348
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3349
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3349
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return pendedhistoryListJson; });
|
|
3350
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return pressListJson; });
|
|
3350
3351
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
|
|
3351
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3352
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3353
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3354
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3355
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3356
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3357
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3358
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3359
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3360
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3361
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3362
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3363
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3364
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3365
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3352
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return isCanStartSubFlow; });
|
|
3353
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTaskUnionExamine; });
|
|
3354
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskUnionExamine; });
|
|
3355
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskTakeAdvice; });
|
|
3356
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskTakeAdvice; });
|
|
3357
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskStartDraft; });
|
|
3358
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskStartDraft; });
|
|
3359
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskReview; });
|
|
3360
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskReview; });
|
|
3361
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskUnionSeal; });
|
|
3362
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskUnionSeal; });
|
|
3363
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toTwoOfficesDispatch; });
|
|
3364
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return twoOfficesDispatch; });
|
|
3365
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sendList; });
|
|
3366
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendInfo; });
|
|
3366
3367
|
/* unused harmony export sendSave */
|
|
3367
3368
|
/* unused harmony export sendUpdate */
|
|
3368
3369
|
/* unused harmony export sendDelete */
|
|
3369
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3370
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendBatch; });
|
|
3370
3371
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return formContents; });
|
|
3371
3372
|
// 登录
|
|
3372
3373
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -3404,6 +3405,7 @@ var getQuickMenuIds = '/main2/main/getQuickMenuIds'; // 获取已绑定的快捷
|
|
|
3404
3405
|
var getApplicationIdArray = '/main2/main/getApplicationIdArray'; // 获取应用父id数组
|
|
3405
3406
|
var getComplexApplications = '/main2/menu/getComplexApplications'; // 获取当前用户菜单; 含页签菜单格式的数据
|
|
3406
3407
|
var getComplexApplicationsNew = '/main2/menu/getComplexApplicationsNew'; // 获取当前用户应用菜单; 含页签菜单格式的数据
|
|
3408
|
+
var getUserAppWithTag = '/sysv3/sysUucApp/getUserAppWithTag'; // 获取应用
|
|
3407
3409
|
var getUserCustomInfo = '/main2/main/getUserCustomInfo'; // 获取主题样式
|
|
3408
3410
|
var updateUserCustomInfo = '/main2/main/updateUserCustomInfo'; // 更新主题样式
|
|
3409
3411
|
// 框架 - 系统消息
|
|
@@ -3941,15 +3943,14 @@ var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message:
|
|
|
3941
3943
|
/* 41 */,
|
|
3942
3944
|
/* 42 */,
|
|
3943
3945
|
/* 43 */,
|
|
3944
|
-
/* 44
|
|
3945
|
-
/* 45 */
|
|
3946
|
+
/* 44 */
|
|
3946
3947
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3947
3948
|
|
|
3948
3949
|
"use strict";
|
|
3949
3950
|
// ESM COMPAT FLAG
|
|
3950
3951
|
__webpack_require__.r(__webpack_exports__);
|
|
3951
3952
|
|
|
3952
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=
|
|
3953
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=3b85e994&
|
|
3953
3954
|
var render = function () {
|
|
3954
3955
|
var _vm = this
|
|
3955
3956
|
var _h = _vm.$createElement
|
|
@@ -4063,33 +4064,40 @@ var render = function () {
|
|
|
4063
4064
|
!items.hide
|
|
4064
4065
|
? _c(
|
|
4065
4066
|
"el-collapse-item",
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4067
|
+
_vm._b(
|
|
4068
|
+
{
|
|
4069
|
+
directives: [
|
|
4070
|
+
{
|
|
4071
|
+
name: "show",
|
|
4072
|
+
rawName: "v-show",
|
|
4073
|
+
value: items.show !== false,
|
|
4074
|
+
expression:
|
|
4075
|
+
"items.show !== false",
|
|
4076
|
+
},
|
|
4077
|
+
],
|
|
4078
|
+
key: indexs,
|
|
4079
|
+
staticClass: "es-collapse-item",
|
|
4080
|
+
class: {
|
|
4081
|
+
"es-collapse-readonly":
|
|
4082
|
+
_vm.accordion
|
|
4083
|
+
? false
|
|
4084
|
+
: !_vm.collapse,
|
|
4085
|
+
"es-collapse-caption":
|
|
4086
|
+
items.caption,
|
|
4074
4087
|
},
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
_vm.accordion
|
|
4088
|
+
attrs: {
|
|
4089
|
+
"show-title": items.showTitle,
|
|
4090
|
+
name:
|
|
4091
|
+
items.name || String(indexs),
|
|
4092
|
+
readonly: _vm.accordion
|
|
4081
4093
|
? false
|
|
4082
4094
|
: !_vm.collapse,
|
|
4083
|
-
|
|
4084
|
-
items.caption,
|
|
4085
|
-
},
|
|
4086
|
-
attrs: {
|
|
4087
|
-
name: items.name || String(indexs),
|
|
4088
|
-
readonly: _vm.accordion
|
|
4089
|
-
? false
|
|
4090
|
-
: !_vm.collapse,
|
|
4095
|
+
},
|
|
4091
4096
|
},
|
|
4092
|
-
|
|
4097
|
+
"el-collapse-item",
|
|
4098
|
+
items.config,
|
|
4099
|
+
false
|
|
4100
|
+
),
|
|
4093
4101
|
[
|
|
4094
4102
|
_c(
|
|
4095
4103
|
"div",
|
|
@@ -5742,6 +5750,7 @@ var render = function () {
|
|
|
5742
5750
|
attrs:
|
|
5743
5751
|
[
|
|
5744
5752
|
"value",
|
|
5753
|
+
"type",
|
|
5745
5754
|
],
|
|
5746
5755
|
}
|
|
5747
5756
|
),
|
|
@@ -5921,6 +5930,11 @@ var render = function () {
|
|
|
5921
5930
|
_c(
|
|
5922
5931
|
"el-form-item",
|
|
5923
5932
|
{
|
|
5933
|
+
class:
|
|
5934
|
+
{
|
|
5935
|
+
"fixed-width":
|
|
5936
|
+
inline.width,
|
|
5937
|
+
},
|
|
5924
5938
|
attrs:
|
|
5925
5939
|
{
|
|
5926
5940
|
"label-width":
|
|
@@ -6414,6 +6428,7 @@ var render = function () {
|
|
|
6414
6428
|
attrs:
|
|
6415
6429
|
[
|
|
6416
6430
|
"value",
|
|
6431
|
+
"type",
|
|
6417
6432
|
],
|
|
6418
6433
|
}
|
|
6419
6434
|
),
|
|
@@ -6552,6 +6567,13 @@ var render = function () {
|
|
|
6552
6567
|
_c(
|
|
6553
6568
|
"el-form-item",
|
|
6554
6569
|
{
|
|
6570
|
+
class:
|
|
6571
|
+
{
|
|
6572
|
+
"fixed-width":
|
|
6573
|
+
item
|
|
6574
|
+
.inline
|
|
6575
|
+
.width,
|
|
6576
|
+
},
|
|
6555
6577
|
attrs:
|
|
6556
6578
|
{
|
|
6557
6579
|
"label-width":
|
|
@@ -7145,6 +7167,7 @@ var render = function () {
|
|
|
7145
7167
|
attrs:
|
|
7146
7168
|
[
|
|
7147
7169
|
"value",
|
|
7170
|
+
"type",
|
|
7148
7171
|
],
|
|
7149
7172
|
}
|
|
7150
7173
|
),
|
|
@@ -8340,7 +8363,10 @@ var render = function () {
|
|
|
8340
8363
|
_vm.handleExclAttribute(
|
|
8341
8364
|
{
|
|
8342
8365
|
data: item,
|
|
8343
|
-
attrs: [
|
|
8366
|
+
attrs: [
|
|
8367
|
+
"value",
|
|
8368
|
+
"type",
|
|
8369
|
+
],
|
|
8344
8370
|
}
|
|
8345
8371
|
),
|
|
8346
8372
|
false
|
|
@@ -8509,6 +8535,11 @@ var render = function () {
|
|
|
8509
8535
|
_c(
|
|
8510
8536
|
"el-form-item",
|
|
8511
8537
|
{
|
|
8538
|
+
class:
|
|
8539
|
+
{
|
|
8540
|
+
"fixed-width":
|
|
8541
|
+
inline.width,
|
|
8542
|
+
},
|
|
8512
8543
|
attrs:
|
|
8513
8544
|
{
|
|
8514
8545
|
"label-width":
|
|
@@ -9002,6 +9033,7 @@ var render = function () {
|
|
|
9002
9033
|
attrs:
|
|
9003
9034
|
[
|
|
9004
9035
|
"value",
|
|
9036
|
+
"type",
|
|
9005
9037
|
],
|
|
9006
9038
|
}
|
|
9007
9039
|
),
|
|
@@ -9136,6 +9168,11 @@ var render = function () {
|
|
|
9136
9168
|
_c(
|
|
9137
9169
|
"el-form-item",
|
|
9138
9170
|
{
|
|
9171
|
+
class: {
|
|
9172
|
+
"fixed-width":
|
|
9173
|
+
item.inline
|
|
9174
|
+
.width,
|
|
9175
|
+
},
|
|
9139
9176
|
attrs: {
|
|
9140
9177
|
"label-width":
|
|
9141
9178
|
"0",
|
|
@@ -9657,6 +9694,7 @@ var render = function () {
|
|
|
9657
9694
|
attrs:
|
|
9658
9695
|
[
|
|
9659
9696
|
"value",
|
|
9697
|
+
"type",
|
|
9660
9698
|
],
|
|
9661
9699
|
}
|
|
9662
9700
|
),
|
|
@@ -11433,6 +11471,7 @@ var render = function () {
|
|
|
11433
11471
|
data: item,
|
|
11434
11472
|
attrs: [
|
|
11435
11473
|
"value",
|
|
11474
|
+
"type",
|
|
11436
11475
|
],
|
|
11437
11476
|
}
|
|
11438
11477
|
),
|
|
@@ -11611,6 +11650,11 @@ var render = function () {
|
|
|
11611
11650
|
_c(
|
|
11612
11651
|
"el-form-item",
|
|
11613
11652
|
{
|
|
11653
|
+
class:
|
|
11654
|
+
{
|
|
11655
|
+
"fixed-width":
|
|
11656
|
+
inline.width,
|
|
11657
|
+
},
|
|
11614
11658
|
attrs:
|
|
11615
11659
|
{
|
|
11616
11660
|
"label-width":
|
|
@@ -12104,6 +12148,7 @@ var render = function () {
|
|
|
12104
12148
|
attrs:
|
|
12105
12149
|
[
|
|
12106
12150
|
"value",
|
|
12151
|
+
"type",
|
|
12107
12152
|
],
|
|
12108
12153
|
}
|
|
12109
12154
|
),
|
|
@@ -12241,6 +12286,13 @@ var render = function () {
|
|
|
12241
12286
|
_c(
|
|
12242
12287
|
"el-form-item",
|
|
12243
12288
|
{
|
|
12289
|
+
class:
|
|
12290
|
+
{
|
|
12291
|
+
"fixed-width":
|
|
12292
|
+
item
|
|
12293
|
+
.inline
|
|
12294
|
+
.width,
|
|
12295
|
+
},
|
|
12244
12296
|
attrs:
|
|
12245
12297
|
{
|
|
12246
12298
|
"label-width":
|
|
@@ -12781,6 +12833,7 @@ var render = function () {
|
|
|
12781
12833
|
attrs:
|
|
12782
12834
|
[
|
|
12783
12835
|
"value",
|
|
12836
|
+
"type",
|
|
12784
12837
|
],
|
|
12785
12838
|
}
|
|
12786
12839
|
),
|
|
@@ -13861,7 +13914,10 @@ var render = function () {
|
|
|
13861
13914
|
"component",
|
|
13862
13915
|
_vm.handleExclAttribute({
|
|
13863
13916
|
data: item,
|
|
13864
|
-
attrs: [
|
|
13917
|
+
attrs: [
|
|
13918
|
+
"value",
|
|
13919
|
+
"type",
|
|
13920
|
+
],
|
|
13865
13921
|
}),
|
|
13866
13922
|
false
|
|
13867
13923
|
),
|
|
@@ -14038,6 +14094,11 @@ var render = function () {
|
|
|
14038
14094
|
_c(
|
|
14039
14095
|
"el-form-item",
|
|
14040
14096
|
{
|
|
14097
|
+
class:
|
|
14098
|
+
{
|
|
14099
|
+
"fixed-width":
|
|
14100
|
+
inline.width,
|
|
14101
|
+
},
|
|
14041
14102
|
attrs:
|
|
14042
14103
|
{
|
|
14043
14104
|
"label-width":
|
|
@@ -14531,6 +14592,7 @@ var render = function () {
|
|
|
14531
14592
|
attrs:
|
|
14532
14593
|
[
|
|
14533
14594
|
"value",
|
|
14595
|
+
"type",
|
|
14534
14596
|
],
|
|
14535
14597
|
}
|
|
14536
14598
|
),
|
|
@@ -14665,6 +14727,11 @@ var render = function () {
|
|
|
14665
14727
|
_c(
|
|
14666
14728
|
"el-form-item",
|
|
14667
14729
|
{
|
|
14730
|
+
class: {
|
|
14731
|
+
"fixed-width":
|
|
14732
|
+
item.inline
|
|
14733
|
+
.width,
|
|
14734
|
+
},
|
|
14668
14735
|
attrs: {
|
|
14669
14736
|
"label-width":
|
|
14670
14737
|
"0",
|
|
@@ -15168,6 +15235,7 @@ var render = function () {
|
|
|
15168
15235
|
attrs:
|
|
15169
15236
|
[
|
|
15170
15237
|
"value",
|
|
15238
|
+
"type",
|
|
15171
15239
|
],
|
|
15172
15240
|
}
|
|
15173
15241
|
),
|
|
@@ -15410,7 +15478,7 @@ var staticRenderFns = []
|
|
|
15410
15478
|
render._withStripped = true
|
|
15411
15479
|
|
|
15412
15480
|
|
|
15413
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
15481
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=3b85e994&
|
|
15414
15482
|
|
|
15415
15483
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
15416
15484
|
var regenerator_ = __webpack_require__(13);
|
|
@@ -19439,6 +19507,19 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19439
19507
|
//
|
|
19440
19508
|
//
|
|
19441
19509
|
//
|
|
19510
|
+
//
|
|
19511
|
+
//
|
|
19512
|
+
//
|
|
19513
|
+
//
|
|
19514
|
+
//
|
|
19515
|
+
//
|
|
19516
|
+
//
|
|
19517
|
+
//
|
|
19518
|
+
//
|
|
19519
|
+
//
|
|
19520
|
+
//
|
|
19521
|
+
//
|
|
19522
|
+
//
|
|
19442
19523
|
|
|
19443
19524
|
|
|
19444
19525
|
|
|
@@ -19932,7 +20013,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19932
20013
|
|
|
19933
20014
|
this.$nextTick(function () {
|
|
19934
20015
|
!_this4.height && _this4.getHeight();
|
|
19935
|
-
_this4.$refs.esForm.$el.addEventListener('keyup', _this4.handleEnter);
|
|
20016
|
+
_this4.$refs.esForm && _this4.$refs.esForm.$el.addEventListener('keyup', _this4.handleEnter);
|
|
19936
20017
|
});
|
|
19937
20018
|
},
|
|
19938
20019
|
|