eoss-ui 0.6.66 → 0.6.67
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 +108 -106
- package/lib/button.js +108 -106
- package/lib/calogin.js +312 -310
- package/lib/checkbox-group.js +110 -108
- package/lib/config/api.js +1 -0
- package/lib/data-table-form.js +110 -108
- package/lib/data-table.js +113 -111
- package/lib/date-picker.js +108 -106
- package/lib/dialog.js +108 -106
- package/lib/eoss-ui.common.js +1067 -1042
- package/lib/flow-group.js +108 -106
- package/lib/flow-list.js +208 -199
- package/lib/flow.js +510 -492
- package/lib/form.js +110 -108
- package/lib/handle-user.js +109 -107
- package/lib/handler.js +109 -107
- package/lib/icon.js +109 -107
- package/lib/index.js +1 -1
- package/lib/input-number.js +108 -106
- package/lib/input.js +108 -106
- package/lib/login.js +114 -112
- package/lib/main.js +273 -271
- package/lib/nav.js +108 -106
- package/lib/notify.js +111 -109
- package/lib/page.js +108 -106
- package/lib/pagination.js +108 -106
- package/lib/player.js +108 -106
- package/lib/qr-code.js +121 -119
- package/lib/radio-group.js +110 -108
- package/lib/retrial-auth.js +111 -109
- package/lib/select-ganged.js +110 -108
- package/lib/select.js +110 -108
- package/lib/selector-panel.js +126 -124
- package/lib/selector.js +109 -107
- package/lib/sizer.js +110 -108
- package/lib/steps.js +108 -106
- package/lib/switch.js +108 -106
- package/lib/table-form.js +108 -106
- package/lib/tabs.js +108 -106
- package/lib/tips.js +109 -107
- package/lib/tree-group.js +108 -106
- package/lib/tree.js +109 -107
- package/lib/upload.js +118 -116
- package/lib/wujie.js +108 -106
- package/lib/wxlogin.js +108 -106
- package/package.json +160 -160
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +298 -298
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +131 -131
- package/packages/calogin/src/plugin.js +748 -748
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +989 -989
- package/packages/data-table/src/main.vue +1822 -1822
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/Circulate.vue +351 -346
- package/packages/flow/src/component/CommonOpinions.vue +346 -346
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +99 -99
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +241 -241
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +619 -619
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2843 -2843
- package/packages/flow/src/main.vue +3367 -3361
- package/packages/flow/src/processForm.vue +1091 -1091
- package/packages/flow/src/processReject.vue +294 -294
- package/packages/flow/src/reset.vue +905 -900
- package/packages/flow/src/selectUser.vue +1 -1
- package/packages/flow/src/startTaskRead.vue +659 -659
- package/packages/flow/src/supervise.vue +149 -149
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +688 -688
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1757 -1750
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3581 -3581
- package/packages/form/src/table.vue +1426 -1426
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +138 -138
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +493 -493
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +101 -101
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +1988 -1988
- package/packages/login/src/resetPassword.vue +562 -562
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +503 -503
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +462 -462
- package/packages/main/src/public/settings.vue +221 -221
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +83 -83
- package/packages/main/src/simplicity/handler.vue +259 -259
- package/packages/main/src/simplicity/index.vue +2089 -2089
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +259 -259
- package/packages/main/src/simplicity/notice.vue +190 -190
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +264 -264
- package/packages/main/src/simplicity/user.vue +257 -257
- package/packages/main/src/simplicity/userinfo.vue +312 -312
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +584 -584
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +778 -778
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +687 -687
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +177 -177
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +154 -154
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +293 -293
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/flow.scss +343 -343
- package/packages/theme-chalk/src/form.scss +496 -496
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +143 -143
- package/packages/theme-chalk/src/icon.scss +1792 -1792
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +981 -981
- package/packages/theme-chalk/src/main.scss +663 -663
- package/packages/theme-chalk/src/menu.scss +222 -222
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +91 -91
- package/packages/theme-chalk/src/simplicity.scss +1355 -1355
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +168 -168
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1347 -1347
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +291 -290
- package/src/config/image.js +2 -2
- package/src/index.js +1 -1
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
package/lib/flow-list.js
CHANGED
|
@@ -1604,7 +1604,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1604
1604
|
* @param {function} callback - 回调函数
|
|
1605
1605
|
**/
|
|
1606
1606
|
var getMainConfig = function getMainConfig(callback) {
|
|
1607
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "
|
|
1607
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "ob"] }).then(function (res) {
|
|
1608
1608
|
if (res && res.rCode === 0) {
|
|
1609
1609
|
callback(res.results);
|
|
1610
1610
|
}
|
|
@@ -2361,7 +2361,7 @@ var isLogined = function () {
|
|
|
2361
2361
|
break;
|
|
2362
2362
|
}
|
|
2363
2363
|
|
|
2364
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "
|
|
2364
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "nb"] }).then(function (res) {
|
|
2365
2365
|
if (res.rCode === 0) {
|
|
2366
2366
|
removeStorage();
|
|
2367
2367
|
}
|
|
@@ -3517,148 +3517,149 @@ var watermark = function watermark(option) {
|
|
|
3517
3517
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
|
|
3518
3518
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
|
|
3519
3519
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
3520
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3521
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3522
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3520
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return logout; });
|
|
3521
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initLogin; });
|
|
3522
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return switchUserTo; });
|
|
3523
3523
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3524
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3524
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getLoginCode; });
|
|
3525
3525
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
3526
3526
|
/* unused harmony export updateCode */
|
|
3527
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3527
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getModifyPassCode; });
|
|
3528
3528
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3529
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3529
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginModifyPassword; });
|
|
3530
3530
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3531
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3531
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initModifyPassword; });
|
|
3532
3532
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
|
|
3533
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3533
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getTwoFactorLoginCode; });
|
|
3534
3534
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3535
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3536
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3537
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3535
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initRetrialAuth; });
|
|
3536
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getRetrialAuthCode; });
|
|
3537
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return scanCodeRetrialAuth; });
|
|
3538
3538
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3539
3539
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
3540
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3541
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3542
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3543
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3544
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3545
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3540
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return userOnline; });
|
|
3541
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getUserAppWithTag; });
|
|
3542
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return recordUserApp; });
|
|
3543
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return mainConfig; });
|
|
3544
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initUserSet; });
|
|
3545
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateUserInfo; });
|
|
3546
3546
|
/* unused harmony export getUserImgUrl */
|
|
3547
3547
|
/* unused harmony export getDoorIndex */
|
|
3548
3548
|
/* unused harmony export refreshOnlineUsers */
|
|
3549
3549
|
/* unused harmony export getQuickMenuIds */
|
|
3550
3550
|
/* unused harmony export getApplicationIdArray */
|
|
3551
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3552
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3551
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplications; });
|
|
3552
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplicationsNew; });
|
|
3553
3553
|
/* unused harmony export getUserCustomInfo */
|
|
3554
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3555
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3556
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3557
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3558
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3559
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3560
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3561
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3562
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3563
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3554
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserCustomInfo; });
|
|
3555
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sysMsgPage; });
|
|
3556
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return ignoreSysMsg; });
|
|
3557
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreAllSysMsg; });
|
|
3558
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return searchType; });
|
|
3559
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctProperties; });
|
|
3560
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploads; });
|
|
3561
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadOnlyOne; });
|
|
3562
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctFileInfos; });
|
|
3563
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadSort; });
|
|
3564
3564
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
3565
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3566
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3567
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3568
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3565
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadDownloads; });
|
|
3566
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct; });
|
|
3567
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunct2; });
|
|
3568
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunctOffice; });
|
|
3569
3569
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3570
3570
|
/* unused harmony export upload_updateClassify */
|
|
3571
3571
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3572
3572
|
/* unused harmony export getPictureBase64 */
|
|
3573
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3574
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3575
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3576
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3577
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3578
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3573
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgTree; });
|
|
3574
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgDetail; });
|
|
3575
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getOrgMainTree; });
|
|
3576
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectOrgsubids; });
|
|
3577
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
|
|
3578
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getDictList; });
|
|
3579
3579
|
/* unused harmony export findUserBaseInfo */
|
|
3580
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3580
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return gethelpdoc; });
|
|
3581
3581
|
/* unused harmony export getCurrentuser */
|
|
3582
3582
|
/* unused harmony export mainDetail */
|
|
3583
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3584
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3583
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartFlow; });
|
|
3584
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return tempSave; });
|
|
3585
3585
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3586
3586
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3587
3587
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3588
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3589
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3588
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return saveCommonOpinion; });
|
|
3589
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateCommonOpinion; });
|
|
3590
3590
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3592
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3593
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3594
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3595
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3596
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3597
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3598
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getProcessDefList; });
|
|
3592
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfo; });
|
|
3593
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
|
|
3594
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
|
|
3595
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNotificationMsg; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getHandleInfoHtml; });
|
|
3598
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskHandleHtml; });
|
|
3599
3599
|
/* unused harmony export getView */
|
|
3600
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3601
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3602
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3603
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3604
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3605
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3606
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3607
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3608
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3609
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3610
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3611
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3612
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3613
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3614
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3615
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3616
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3617
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3618
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3619
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3600
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return register; });
|
|
3601
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryList; });
|
|
3602
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskRejectHtml; });
|
|
3603
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskRejectHtml; });
|
|
3604
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskRead; });
|
|
3605
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartTaskReadIndex; });
|
|
3606
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadHtml; });
|
|
3607
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return rejectAndEnd; });
|
|
3608
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toSendMsg; });
|
|
3609
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendMsg; });
|
|
3610
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
3611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return handleInfo; });
|
|
3612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return loginUserInfo; });
|
|
3613
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return wss; });
|
|
3614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return topic; });
|
|
3615
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetCustomInfo; });
|
|
3616
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetNodeInfo; });
|
|
3617
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskTransferIndex; });
|
|
3618
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskTransfer; });
|
|
3619
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toPresetInfoListIndex; });
|
|
3620
3620
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3621
3621
|
/* unused harmony export historyListJson */
|
|
3622
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3622
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListJson; });
|
|
3623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pressListJson; });
|
|
3624
3624
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3626
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3627
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3628
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3629
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3631
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3632
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3633
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3634
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3635
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3636
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3637
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3640
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3642
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3643
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3645
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return isCanStartSubFlow; });
|
|
3626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionExamine; });
|
|
3627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionExamine; });
|
|
3628
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTakeAdvice; });
|
|
3629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTakeAdvice; });
|
|
3630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskStartDraft; });
|
|
3631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSupervise; });
|
|
3632
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskSuperviseSub; });
|
|
3633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskStartDraft; });
|
|
3634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskReview; });
|
|
3635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReview; });
|
|
3636
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskUnionSeal; });
|
|
3637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskUnionSeal; });
|
|
3638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTwoOfficesDispatch; });
|
|
3639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return twoOfficesDispatch; });
|
|
3640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toResetProcessIndex; });
|
|
3641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return resetProcess; });
|
|
3642
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskContinuationIndex; });
|
|
3643
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskContinuation; });
|
|
3644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getFreeStartFlowParams; });
|
|
3645
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlowWithSubmitTask; });
|
|
3646
3646
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
3647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3648
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3647
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
3648
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return fyListJson; });
|
|
3649
3649
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
3650
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3651
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3650
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskReadWithDraw; });
|
|
3651
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
3652
3652
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
3653
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3654
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3653
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendList; });
|
|
3654
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendInfo; });
|
|
3655
3655
|
/* unused harmony export sendSave */
|
|
3656
3656
|
/* unused harmony export sendUpdate */
|
|
3657
3657
|
/* unused harmony export sendDelete */
|
|
3658
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3659
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3658
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendBatch; });
|
|
3659
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
3660
3660
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
3661
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3661
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
3662
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfoForStart; });
|
|
3662
3663
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
3663
3664
|
// 登录
|
|
3664
3665
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -3914,6 +3915,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
|
|
|
3914
3915
|
|
|
3915
3916
|
var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
|
|
3916
3917
|
var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
|
|
3918
|
+
var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
|
|
3917
3919
|
var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
|
|
3918
3920
|
|
|
3919
3921
|
/***/ }),
|
|
@@ -4440,8 +4442,8 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4440
4442
|
// ESM COMPAT FLAG
|
|
4441
4443
|
__webpack_require__.r(__webpack_exports__);
|
|
4442
4444
|
|
|
4443
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
4444
|
-
var
|
|
4445
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=64b7e13b&
|
|
4446
|
+
var mainvue_type_template_id_64b7e13b_render = function () {
|
|
4445
4447
|
var _vm = this
|
|
4446
4448
|
var _h = _vm.$createElement
|
|
4447
4449
|
var _c = _vm._self._c || _h
|
|
@@ -4645,10 +4647,10 @@ var mainvue_type_template_id_0f6641c6_render = function () {
|
|
|
4645
4647
|
)
|
|
4646
4648
|
}
|
|
4647
4649
|
var staticRenderFns = []
|
|
4648
|
-
|
|
4650
|
+
mainvue_type_template_id_64b7e13b_render._withStripped = true
|
|
4649
4651
|
|
|
4650
4652
|
|
|
4651
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
4653
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=64b7e13b&
|
|
4652
4654
|
|
|
4653
4655
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
4654
4656
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -5699,7 +5701,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5699
5701
|
return x.id;
|
|
5700
5702
|
}).join(',');
|
|
5701
5703
|
var params = {
|
|
5702
|
-
url: api["
|
|
5704
|
+
url: api["Nb" /* taskReadWithDraw */],
|
|
5703
5705
|
params: {
|
|
5704
5706
|
pendingIds: pendingIds
|
|
5705
5707
|
}
|
|
@@ -5789,7 +5791,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5789
5791
|
|
|
5790
5792
|
var _that = this;
|
|
5791
5793
|
var params = {
|
|
5792
|
-
url: api["
|
|
5794
|
+
url: api["rb" /* pendedhistoryListWithCircularReadJson */],
|
|
5793
5795
|
params: { apprecordid: _that.businessId }
|
|
5794
5796
|
};
|
|
5795
5797
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -5811,24 +5813,31 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5811
5813
|
switch (type) {
|
|
5812
5814
|
case 'preset':
|
|
5813
5815
|
this.flowListCount.preset = this.presetData.length;
|
|
5816
|
+
this.flowListCount.presetData = this.presetData;
|
|
5814
5817
|
return this.presetData;
|
|
5815
5818
|
case 'sign':
|
|
5816
5819
|
this.flowListCount.sign = this.signData.length;
|
|
5820
|
+
this.flowListCount.signData = this.signData;
|
|
5817
5821
|
return this.signData;
|
|
5818
5822
|
case 'splitReading':
|
|
5819
5823
|
this.flowListCount.splitReading = this.splitReadingData.length;
|
|
5824
|
+
this.flowListCount.splitReadingData = this.splitReadingData;
|
|
5820
5825
|
return this.splitReadingData;
|
|
5821
5826
|
case 'circular':
|
|
5822
5827
|
this.flowListCount.circular = this.circularData.length;
|
|
5828
|
+
this.flowListCount.circularData = this.circularData;
|
|
5823
5829
|
return this.circularData;
|
|
5824
5830
|
case 'untreatedRead':
|
|
5825
5831
|
this.flowListCount.untreatedRead = this.untreatedReadData.length;
|
|
5832
|
+
this.flowListCount.untreatedReadData = this.untreatedReadData;
|
|
5826
5833
|
return this.untreatedReadData;
|
|
5827
5834
|
case 'processedRead':
|
|
5828
5835
|
this.flowListCount.processedRead = this.processedReadData.length;
|
|
5836
|
+
this.flowListCount.processedReadData = this.processedReadData;
|
|
5829
5837
|
return this.processedReadData;
|
|
5830
5838
|
default:
|
|
5831
5839
|
this.flowListCount.flow = this.flowData.length;
|
|
5840
|
+
this.flowListCount.flowData = this.flowData;
|
|
5832
5841
|
return this.flowData;
|
|
5833
5842
|
}
|
|
5834
5843
|
},
|
|
@@ -5853,12 +5862,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5853
5862
|
}
|
|
5854
5863
|
},
|
|
5855
5864
|
|
|
5856
|
-
/**
|
|
5857
|
-
* handleFormSubmit
|
|
5858
|
-
* @desc:删除节点点击事件
|
|
5859
|
-
* @param {Object} formData 点击删除的form数据
|
|
5860
|
-
* @author liufan
|
|
5861
|
-
* @date 2022年11月29日
|
|
5865
|
+
/**
|
|
5866
|
+
* handleFormSubmit
|
|
5867
|
+
* @desc:删除节点点击事件
|
|
5868
|
+
* @param {Object} formData 点击删除的form数据
|
|
5869
|
+
* @author liufan
|
|
5870
|
+
* @date 2022年11月29日
|
|
5862
5871
|
**/
|
|
5863
5872
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
5864
5873
|
var _this10 = this;
|
|
@@ -5889,48 +5898,48 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5889
5898
|
});
|
|
5890
5899
|
},
|
|
5891
5900
|
|
|
5892
|
-
/**
|
|
5893
|
-
* del
|
|
5894
|
-
* @desc:展示删除弹窗
|
|
5895
|
-
* @param {String} id 当前点击数据id
|
|
5896
|
-
* @author liufan
|
|
5897
|
-
* @date 2022年11月29日
|
|
5901
|
+
/**
|
|
5902
|
+
* del
|
|
5903
|
+
* @desc:展示删除弹窗
|
|
5904
|
+
* @param {String} id 当前点击数据id
|
|
5905
|
+
* @author liufan
|
|
5906
|
+
* @date 2022年11月29日
|
|
5898
5907
|
**/
|
|
5899
5908
|
del: function del(id) {
|
|
5900
5909
|
this.historyId = id;
|
|
5901
5910
|
this.showDel = true;
|
|
5902
5911
|
},
|
|
5903
5912
|
|
|
5904
|
-
/**
|
|
5905
|
-
* handleCurrentChange
|
|
5906
|
-
* @desc:监听页码变化
|
|
5907
|
-
* @param {String} val 当前页
|
|
5908
|
-
* @author liufan
|
|
5909
|
-
* @date 2022年11月29日
|
|
5913
|
+
/**
|
|
5914
|
+
* handleCurrentChange
|
|
5915
|
+
* @desc:监听页码变化
|
|
5916
|
+
* @param {String} val 当前页
|
|
5917
|
+
* @author liufan
|
|
5918
|
+
* @date 2022年11月29日
|
|
5910
5919
|
**/
|
|
5911
5920
|
handleCurrentChange: function handleCurrentChange(val) {
|
|
5912
5921
|
this.currentPage = val;
|
|
5913
5922
|
this.getPressList();
|
|
5914
5923
|
},
|
|
5915
5924
|
|
|
5916
|
-
/**
|
|
5917
|
-
* handleSizeChange
|
|
5918
|
-
* @desc:监听每页数据显示数量变化
|
|
5919
|
-
* @param {String} val 每页展示数量
|
|
5920
|
-
* @author liufan
|
|
5921
|
-
* @date 2022年11月29日
|
|
5925
|
+
/**
|
|
5926
|
+
* handleSizeChange
|
|
5927
|
+
* @desc:监听每页数据显示数量变化
|
|
5928
|
+
* @param {String} val 每页展示数量
|
|
5929
|
+
* @author liufan
|
|
5930
|
+
* @date 2022年11月29日
|
|
5922
5931
|
**/
|
|
5923
5932
|
handleSizeChange: function handleSizeChange(val) {
|
|
5924
5933
|
this.pageSize = val;
|
|
5925
5934
|
this.getPressList();
|
|
5926
5935
|
},
|
|
5927
5936
|
|
|
5928
|
-
/**
|
|
5929
|
-
* sortChange
|
|
5930
|
-
* @desc:监听排序变化
|
|
5931
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
5932
|
-
* @author liufan
|
|
5933
|
-
* @date 2022年11月29日
|
|
5937
|
+
/**
|
|
5938
|
+
* sortChange
|
|
5939
|
+
* @desc:监听排序变化
|
|
5940
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
5941
|
+
* @author liufan
|
|
5942
|
+
* @date 2022年11月29日
|
|
5934
5943
|
**/
|
|
5935
5944
|
sortChange: function sortChange(info) {
|
|
5936
5945
|
var prop = info.prop,
|
|
@@ -5941,11 +5950,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5941
5950
|
this.getPressList();
|
|
5942
5951
|
},
|
|
5943
5952
|
|
|
5944
|
-
/**
|
|
5945
|
-
* getPressList
|
|
5946
|
-
* @desc:催办列表数据
|
|
5947
|
-
* @author liufan
|
|
5948
|
-
* @date 2022年11月29日
|
|
5953
|
+
/**
|
|
5954
|
+
* getPressList
|
|
5955
|
+
* @desc:催办列表数据
|
|
5956
|
+
* @author liufan
|
|
5957
|
+
* @date 2022年11月29日
|
|
5949
5958
|
**/
|
|
5950
5959
|
getPressList: function getPressList() {
|
|
5951
5960
|
var _this11 = this;
|
|
@@ -5958,7 +5967,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5958
5967
|
|
|
5959
5968
|
this.pressLoading = true;
|
|
5960
5969
|
var params = {
|
|
5961
|
-
url: api["
|
|
5970
|
+
url: api["sb" /* pressListJson */],
|
|
5962
5971
|
params: { historyId: historyId },
|
|
5963
5972
|
method: 'POST',
|
|
5964
5973
|
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
|
|
@@ -5975,12 +5984,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5975
5984
|
});
|
|
5976
5985
|
},
|
|
5977
5986
|
|
|
5978
|
-
/**
|
|
5979
|
-
* goPress
|
|
5980
|
-
* @desc:催办列表查看
|
|
5981
|
-
* @param {String} id 催办列表id
|
|
5982
|
-
* @author liufan
|
|
5983
|
-
* @date 2022年11月29日
|
|
5987
|
+
/**
|
|
5988
|
+
* goPress
|
|
5989
|
+
* @desc:催办列表查看
|
|
5990
|
+
* @param {String} id 催办列表id
|
|
5991
|
+
* @author liufan
|
|
5992
|
+
* @date 2022年11月29日
|
|
5984
5993
|
**/
|
|
5985
5994
|
goPress: function goPress(id) {
|
|
5986
5995
|
this.historyId = id;
|
|
@@ -5988,23 +5997,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5988
5997
|
this.getPressList();
|
|
5989
5998
|
},
|
|
5990
5999
|
|
|
5991
|
-
/**
|
|
5992
|
-
* showFile
|
|
5993
|
-
* @desc:附件查看
|
|
5994
|
-
* @param {String} ownId 附件id
|
|
5995
|
-
* @author liufan
|
|
5996
|
-
* @date 2022年11月29日
|
|
6000
|
+
/**
|
|
6001
|
+
* showFile
|
|
6002
|
+
* @desc:附件查看
|
|
6003
|
+
* @param {String} ownId 附件id
|
|
6004
|
+
* @author liufan
|
|
6005
|
+
* @date 2022年11月29日
|
|
5997
6006
|
**/
|
|
5998
6007
|
showFile: function showFile(ownId) {
|
|
5999
6008
|
this.wfpendingid = ownId;
|
|
6000
6009
|
this.showFileList = true;
|
|
6001
6010
|
},
|
|
6002
6011
|
|
|
6003
|
-
/**
|
|
6004
|
-
* handleChange
|
|
6005
|
-
* @desc:切换排序方式
|
|
6006
|
-
* @author liufan
|
|
6007
|
-
* @date 2022年11月22日
|
|
6012
|
+
/**
|
|
6013
|
+
* handleChange
|
|
6014
|
+
* @desc:切换排序方式
|
|
6015
|
+
* @author liufan
|
|
6016
|
+
* @date 2022年11月22日
|
|
6008
6017
|
**/
|
|
6009
6018
|
handleChange: function handleChange(key, value) {
|
|
6010
6019
|
if (value) {
|
|
@@ -6024,7 +6033,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6024
6033
|
switch (_context3.prev = _context3.next) {
|
|
6025
6034
|
case 0:
|
|
6026
6035
|
params = {
|
|
6027
|
-
url: api["
|
|
6036
|
+
url: api["F" /* fyListJson */],
|
|
6028
6037
|
params: {
|
|
6029
6038
|
appRecordId: _this12.businessId,
|
|
6030
6039
|
status: type
|
|
@@ -6053,17 +6062,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6053
6062
|
}))();
|
|
6054
6063
|
},
|
|
6055
6064
|
|
|
6056
|
-
/**
|
|
6057
|
-
* getFlowList
|
|
6058
|
-
* @desc:获取流程列表
|
|
6059
|
-
* @author liufan
|
|
6060
|
-
* @date 2022年11月22日
|
|
6065
|
+
/**
|
|
6066
|
+
* getFlowList
|
|
6067
|
+
* @desc:获取流程列表
|
|
6068
|
+
* @author liufan
|
|
6069
|
+
* @date 2022年11月22日
|
|
6061
6070
|
**/
|
|
6062
6071
|
getFlowList: function getFlowList() {
|
|
6063
6072
|
var _this13 = this;
|
|
6064
6073
|
|
|
6065
6074
|
var params = {
|
|
6066
|
-
url: api["
|
|
6075
|
+
url: api["qb" /* pendedhistoryListJson */],
|
|
6067
6076
|
params: _extends({
|
|
6068
6077
|
apprecordid: this.businessId,
|
|
6069
6078
|
pendingAttr: 0,
|
|
@@ -6133,12 +6142,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6133
6142
|
});
|
|
6134
6143
|
},
|
|
6135
6144
|
|
|
6136
|
-
/**
|
|
6137
|
-
* handleClick
|
|
6138
|
-
* @desc:表单点击事件
|
|
6139
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
6140
|
-
* @author liufan
|
|
6141
|
-
* @date 2022年11月10日
|
|
6145
|
+
/**
|
|
6146
|
+
* handleClick
|
|
6147
|
+
* @desc:表单点击事件
|
|
6148
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
6149
|
+
* @author liufan
|
|
6150
|
+
* @date 2022年11月10日
|
|
6142
6151
|
**/
|
|
6143
6152
|
handleClick: function handleClick(val) {
|
|
6144
6153
|
var _this14 = this;
|
|
@@ -6184,13 +6193,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6184
6193
|
}
|
|
6185
6194
|
},
|
|
6186
6195
|
|
|
6187
|
-
/**
|
|
6188
|
-
* getCodeValue
|
|
6189
|
-
* @desc:获取代码表过滤后的值
|
|
6190
|
-
* @param {String} value 展示数据的代码值
|
|
6191
|
-
* @param {String} type 代码表类型
|
|
6192
|
-
* @author liufan
|
|
6193
|
-
* @date 2022年11月10日
|
|
6196
|
+
/**
|
|
6197
|
+
* getCodeValue
|
|
6198
|
+
* @desc:获取代码表过滤后的值
|
|
6199
|
+
* @param {String} value 展示数据的代码值
|
|
6200
|
+
* @param {String} type 代码表类型
|
|
6201
|
+
* @author liufan
|
|
6202
|
+
* @date 2022年11月10日
|
|
6194
6203
|
**/
|
|
6195
6204
|
getCodeValue: function getCodeValue(value, type) {
|
|
6196
6205
|
var val = this[type].filter(function (item) {
|
|
@@ -6199,18 +6208,18 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6199
6208
|
return val[0].shortName;
|
|
6200
6209
|
},
|
|
6201
6210
|
|
|
6202
|
-
/**
|
|
6203
|
-
* getSysInfo
|
|
6204
|
-
* @desc:获取代码表
|
|
6205
|
-
* @param {String} code 编码code值
|
|
6206
|
-
* @author liufan
|
|
6207
|
-
* @date 2022年11月10日
|
|
6211
|
+
/**
|
|
6212
|
+
* getSysInfo
|
|
6213
|
+
* @desc:获取代码表
|
|
6214
|
+
* @param {String} code 编码code值
|
|
6215
|
+
* @author liufan
|
|
6216
|
+
* @date 2022年11月10日
|
|
6208
6217
|
**/
|
|
6209
6218
|
getSysInfo: function getSysInfo(code) {
|
|
6210
6219
|
var _this15 = this;
|
|
6211
6220
|
|
|
6212
6221
|
var params = {
|
|
6213
|
-
url: api["
|
|
6222
|
+
url: api["z" /* findCodeValues */],
|
|
6214
6223
|
params: { ccCode: code }
|
|
6215
6224
|
};
|
|
6216
6225
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -6226,17 +6235,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6226
6235
|
}).catch(function (e) {});
|
|
6227
6236
|
},
|
|
6228
6237
|
|
|
6229
|
-
/**
|
|
6230
|
-
* getListInfo
|
|
6231
|
-
* @desc:获取预设列表数据
|
|
6232
|
-
* @author liufan
|
|
6233
|
-
* @date 2022年11月10日
|
|
6238
|
+
/**
|
|
6239
|
+
* getListInfo
|
|
6240
|
+
* @desc:获取预设列表数据
|
|
6241
|
+
* @author liufan
|
|
6242
|
+
* @date 2022年11月10日
|
|
6234
6243
|
**/
|
|
6235
6244
|
getListInfo: function getListInfo() {
|
|
6236
6245
|
var _this16 = this;
|
|
6237
6246
|
|
|
6238
6247
|
var param = {
|
|
6239
|
-
url: api["
|
|
6248
|
+
url: api["Wb" /* toPresetInfoListIndex */],
|
|
6240
6249
|
params: { apprecordid: this.businessId }
|
|
6241
6250
|
};
|
|
6242
6251
|
util["a" /* default */].ajax(param).then(function (res) {
|
|
@@ -6286,7 +6295,7 @@ var componentNormalizer = __webpack_require__(3);
|
|
|
6286
6295
|
|
|
6287
6296
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
6288
6297
|
src_mainvue_type_script_lang_js_,
|
|
6289
|
-
|
|
6298
|
+
mainvue_type_template_id_64b7e13b_render,
|
|
6290
6299
|
staticRenderFns,
|
|
6291
6300
|
false,
|
|
6292
6301
|
null,
|