eoss-ui 0.7.85 → 0.7.87
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 +155 -143
- package/lib/button.js +155 -143
- package/lib/calogin.js +155 -143
- package/lib/checkbox-group.js +157 -145
- package/lib/config/api.js +8 -0
- package/lib/data-table-form.js +157 -145
- package/lib/data-table.js +160 -148
- package/lib/date-picker.js +155 -143
- package/lib/dialog.js +155 -143
- package/lib/eoss-ui.common.js +1514 -786
- package/lib/flow-group.js +155 -143
- package/lib/flow-list.js +1060 -333
- package/lib/flow.js +565 -548
- package/lib/form.js +157 -145
- package/lib/handle-user.js +156 -144
- package/lib/handler.js +156 -144
- package/lib/icon.js +156 -144
- package/lib/index.js +1 -1
- package/lib/input-number.js +155 -143
- package/lib/input.js +155 -143
- package/lib/login.js +170 -158
- package/lib/main.js +502 -490
- package/lib/nav.js +155 -143
- package/lib/notify.js +158 -146
- package/lib/page.js +155 -143
- package/lib/pagination.js +155 -143
- package/lib/player.js +155 -143
- package/lib/qr-code.js +155 -143
- package/lib/radio-group.js +157 -145
- package/lib/retrial-auth.js +159 -147
- package/lib/select-ganged.js +157 -145
- package/lib/select.js +157 -145
- package/lib/selector-panel.js +173 -161
- package/lib/selector.js +157 -145
- package/lib/sizer.js +157 -145
- package/lib/steps.js +155 -143
- package/lib/switch.js +155 -143
- package/lib/table-form.js +155 -143
- package/lib/tabs.js +155 -143
- package/lib/theme-chalk/flow-list.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/tips.js +156 -144
- package/lib/tree-group.js +155 -143
- package/lib/tree.js +156 -144
- package/lib/upload.js +168 -156
- package/lib/wujie.js +155 -143
- package/lib/wxlogin.js +155 -143
- package/package.json +161 -161
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calogin/src/main.vue +412 -412
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/src/column.vue +992 -992
- package/packages/data-table/src/main.vue +1840 -1840
- package/packages/flow/src/component/Circulate.vue +417 -417
- package/packages/flow/src/component/CommonOpinions.vue +376 -376
- package/packages/flow/src/component/CustomPreset.vue +324 -324
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/FreeCirculation.vue +244 -244
- package/packages/flow/src/component/Preset.vue +257 -257
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/SortFlow.vue +110 -110
- package/packages/flow/src/component/taskUnionExamine.vue +761 -761
- package/packages/flow/src/form.vue +123 -123
- package/packages/flow/src/freeStartFlow.vue +2855 -2855
- package/packages/flow/src/main.vue +4139 -4135
- package/packages/flow/src/processForm.vue +1680 -1671
- package/packages/flow/src/processReject.vue +309 -309
- package/packages/flow/src/reset.vue +946 -946
- package/packages/flow/src/selectUser.vue +1 -5
- package/packages/flow/src/startTaskRead.vue +695 -695
- package/packages/flow/src/supervise.vue +159 -159
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/src/main.vue +727 -727
- package/packages/flow-list/src/main.vue +2337 -1803
- package/packages/form/src/main.vue +3901 -3901
- package/packages/form/src/table.vue +1512 -1512
- package/packages/handle-user/src/main.vue +137 -137
- package/packages/handler/src/main.vue +496 -496
- package/packages/icon/src/main.vue +104 -104
- package/packages/login/src/main.vue +2087 -2087
- package/packages/login/src/resetPassword.vue +557 -557
- 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 +464 -464
- package/packages/main/src/public/settings.vue +273 -273
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +158 -158
- package/packages/main/src/simplicity/index.vue +2328 -2328
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +293 -293
- package/packages/main/src/simplicity/notice.vue +222 -222
- package/packages/main/src/simplicity/sub-menu.vue +276 -276
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +401 -401
- package/packages/main/src/simplicityTop/apps.vue +388 -388
- package/packages/main/src/simplicityTop/avatar.vue +82 -82
- package/packages/main/src/simplicityTop/handler.vue +215 -215
- package/packages/main/src/simplicityTop/index.vue +2618 -2618
- package/packages/main/src/simplicityTop/lists.vue +84 -84
- package/packages/main/src/simplicityTop/menu-list.vue +135 -135
- package/packages/main/src/simplicityTop/message.vue +293 -293
- package/packages/main/src/simplicityTop/notice.vue +222 -222
- package/packages/main/src/simplicityTop/router-page.vue +45 -45
- package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
- package/packages/main/src/simplicityTop/user.vue +259 -259
- package/packages/main/src/simplicityTop/userinfo.vue +401 -401
- package/packages/menu/src/main.vue +595 -595
- package/packages/nav/src/main.vue +351 -351
- package/packages/select/src/main.vue +782 -782
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/src/main.vue +1036 -1036
- package/packages/selector-panel/src/selection.vue +174 -174
- package/packages/switch/src/main.vue +170 -170
- package/packages/theme-chalk/lib/flow-list.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/src/data-table.scss +297 -297
- package/packages/theme-chalk/src/flow-list.scss +55 -39
- package/packages/theme-chalk/src/flow.scss +373 -373
- package/packages/theme-chalk/src/form.scss +501 -501
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +3452 -3452
- package/packages/theme-chalk/src/login.scss +1006 -1006
- package/packages/theme-chalk/src/main.scss +664 -664
- package/packages/theme-chalk/src/menu.scss +224 -224
- package/packages/theme-chalk/src/selector.scss +114 -114
- package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
- package/packages/theme-chalk/src/simplicity.scss +1403 -1403
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/upload/src/main.vue +1344 -1344
- package/packages/wujie/src/main.vue +146 -146
- package/src/config/api.js +348 -340
- package/src/index.js +163 -163
- package/src/utils/rules.js +18 -18
- package/packages/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/dialog/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/icon/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/menu/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/src/utils/.DS_Store +0 -0
package/lib/flow-list.js
CHANGED
|
@@ -1703,7 +1703,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1703
1703
|
* @param {function} callback - 回调函数
|
|
1704
1704
|
**/
|
|
1705
1705
|
var util_getMainConfig = function getMainConfig(callback) {
|
|
1706
|
-
util_ajax({ url: api["
|
|
1706
|
+
util_ajax({ url: api["zb" /* mainConfig */] }).then(function (res) {
|
|
1707
1707
|
if (res && res.rCode === 0) {
|
|
1708
1708
|
callback(res.results);
|
|
1709
1709
|
}
|
|
@@ -2468,7 +2468,7 @@ var isLogined = function () {
|
|
|
2468
2468
|
break;
|
|
2469
2469
|
}
|
|
2470
2470
|
|
|
2471
|
-
util_ajax({ method: 'post', url: api["
|
|
2471
|
+
util_ajax({ method: 'post', url: api["yb" /* logout */] }).then(function (res) {
|
|
2472
2472
|
if (res.rCode === 0) {
|
|
2473
2473
|
removeStorage();
|
|
2474
2474
|
}
|
|
@@ -3933,167 +3933,171 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3933
3933
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3934
3934
|
|
|
3935
3935
|
"use strict";
|
|
3936
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3937
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3938
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3939
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3940
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3941
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3942
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3943
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3944
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3936
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doCaLogin; });
|
|
3937
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doUserLogin; });
|
|
3938
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doQrLogin; });
|
|
3939
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return logout; });
|
|
3940
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initLogin; });
|
|
3941
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return switchUserTo; });
|
|
3942
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
|
|
3943
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getLoginCode; });
|
|
3944
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doCodeLogin; });
|
|
3945
3945
|
/* unused harmony export updateCode */
|
|
3946
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3947
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3948
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3946
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getModifyPassCode; });
|
|
3947
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeModifyPass; });
|
|
3948
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return loginModifyPassword; });
|
|
3949
3949
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3950
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3951
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3952
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3953
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3954
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3955
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3956
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3957
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3958
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3959
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3960
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3961
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3962
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3963
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3964
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3950
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initModifyPassword; });
|
|
3951
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doWechatQrLogin; });
|
|
3952
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getTwoFactorLoginCode; });
|
|
3953
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doTwoFactorLogin; });
|
|
3954
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return initRetrialAuth; });
|
|
3955
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getRetrialAuthCode; });
|
|
3956
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return scanCodeRetrialAuth; });
|
|
3957
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return codeRetrialAuth; });
|
|
3958
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doAssistanceQrLogin; });
|
|
3959
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return userOnline; });
|
|
3960
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getUserAppWithTag; });
|
|
3961
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return recordUserApp; });
|
|
3962
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return mainConfig; });
|
|
3963
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return initUserSet; });
|
|
3964
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return updateUserInfo; });
|
|
3965
3965
|
/* unused harmony export getUserImgUrl */
|
|
3966
3966
|
/* unused harmony export getDoorIndex */
|
|
3967
3967
|
/* unused harmony export refreshOnlineUsers */
|
|
3968
3968
|
/* unused harmony export getQuickMenuIds */
|
|
3969
3969
|
/* unused harmony export getApplicationIdArray */
|
|
3970
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3971
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3970
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getComplexApplications; });
|
|
3971
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getComplexApplicationsNew; });
|
|
3972
3972
|
/* unused harmony export getUserCustomInfo */
|
|
3973
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3974
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3975
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3976
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3977
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3978
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3979
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3980
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3981
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3982
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3983
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3984
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3985
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3986
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3987
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3988
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3989
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3973
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return updateUserCustomInfo; });
|
|
3974
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sysMsgPage; });
|
|
3975
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return ignoreSysMsg; });
|
|
3976
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return ignoreAllSysMsg; });
|
|
3977
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return searchType; });
|
|
3978
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getSysParam; });
|
|
3979
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getAdjunctProperties; });
|
|
3980
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return uploads; });
|
|
3981
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return uploadOnlyOne; });
|
|
3982
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getAdjunctFileInfos; });
|
|
3983
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return uploadSort; });
|
|
3984
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return downloadByAdjunctId; });
|
|
3985
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return uploadDownloads; });
|
|
3986
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunct; });
|
|
3987
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return previewAdjunct2; });
|
|
3988
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return previewAdjunctOffice; });
|
|
3989
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return delAdjunct; });
|
|
3990
3990
|
/* unused harmony export upload_updateClassify */
|
|
3991
3991
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3992
3992
|
/* unused harmony export getPictureBase64 */
|
|
3993
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3994
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3995
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3996
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3997
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3998
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3993
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSelectorOrgTree; });
|
|
3994
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getSelectorOrgDetail; });
|
|
3995
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getOrgMainTree; });
|
|
3996
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectOrgsubids; });
|
|
3997
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysCode; });
|
|
3998
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getDictList; });
|
|
3999
3999
|
/* unused harmony export findUserBaseInfo */
|
|
4000
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4000
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return gethelpdoc; });
|
|
4001
4001
|
/* unused harmony export getCurrentuser */
|
|
4002
4002
|
/* unused harmony export mainDetail */
|
|
4003
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4004
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4005
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4003
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toStartFlow; });
|
|
4004
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return tempSave; });
|
|
4005
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return commonOpion; });
|
|
4006
4006
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
4007
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4008
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4009
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4010
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4011
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4012
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4013
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4014
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4015
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4016
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4017
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4018
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4007
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return editCommonOpion; });
|
|
4008
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return saveCommonOpinion; });
|
|
4009
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return updateCommonOpinion; });
|
|
4010
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteCommonOpion; });
|
|
4011
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getProcessDefList; });
|
|
4012
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNodeInfo; });
|
|
4013
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findCodeValues; });
|
|
4014
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return findSysParam; });
|
|
4015
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return findSysCodes; });
|
|
4016
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getNotificationMsg; });
|
|
4017
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getHandleInfoHtml; });
|
|
4018
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskHandleHtml; });
|
|
4019
4019
|
/* unused harmony export getView */
|
|
4020
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4021
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4022
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4024
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4025
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4026
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4027
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4028
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4029
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4030
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4031
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4032
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4033
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4034
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4035
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4036
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4037
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4039
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4040
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4020
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return register; });
|
|
4021
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryList; });
|
|
4022
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskRejectHtml; });
|
|
4023
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskRejectHtml; });
|
|
4024
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toStartTaskRead; });
|
|
4025
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toStartTaskReadIndex; });
|
|
4026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskReadHtml; });
|
|
4027
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return rejectAndEnd; });
|
|
4028
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toSendMsg; });
|
|
4029
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sendMsg; });
|
|
4030
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return endFlowHtml; });
|
|
4031
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return handleInfo; });
|
|
4032
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return loginUserInfo; });
|
|
4033
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return wss; });
|
|
4034
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return topic; });
|
|
4035
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getPresetCustomInfo; });
|
|
4036
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getPresetNodeInfo; });
|
|
4037
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskTransferIndex; });
|
|
4038
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskTransfer; });
|
|
4039
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toPresetInfoListIndex; });
|
|
4040
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return deletePresetInfo; });
|
|
4041
4041
|
/* unused harmony export historyListJson */
|
|
4042
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4043
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4044
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4045
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4046
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4047
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4048
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4049
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4050
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4051
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4052
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4053
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4054
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4055
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4056
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4057
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4058
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4059
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4060
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4061
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4062
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4063
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4064
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4065
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4066
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4067
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4068
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4069
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4070
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4071
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4072
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4073
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4074
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4075
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4042
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pendedhistoryListJson; });
|
|
4043
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return pressListJson; });
|
|
4044
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deleteFlow; });
|
|
4045
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return modifyFlow; });
|
|
4046
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return isCanStartSubFlow; });
|
|
4047
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskUnionExamine; });
|
|
4048
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskUnionExamine; });
|
|
4049
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskTakeAdvice; });
|
|
4050
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskTakeAdvice; });
|
|
4051
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskStartDraft; });
|
|
4052
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskSupervise; });
|
|
4053
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskSuperviseSub; });
|
|
4054
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskStartDraft; });
|
|
4055
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskReview; });
|
|
4056
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskReview; });
|
|
4057
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskUnionSeal; });
|
|
4058
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskUnionSeal; });
|
|
4059
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTwoOfficesDispatch; });
|
|
4060
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return twoOfficesDispatch; });
|
|
4061
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toResetProcessIndex; });
|
|
4062
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return resetProcess; });
|
|
4063
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskContinuationIndex; });
|
|
4064
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskContinuation; });
|
|
4065
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getFreeStartFlowParams; });
|
|
4066
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return freeStartFlowWithSubmitTask; });
|
|
4067
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
|
|
4068
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return pendedhistoryListWithCircularReadJson; });
|
|
4069
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return fyListJson; });
|
|
4070
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return resetJson; });
|
|
4071
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deletedListJson; });
|
|
4072
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return restoredHistory; });
|
|
4073
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
|
|
4074
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return circularReadWithdraw; });
|
|
4075
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskReadWithDraw; });
|
|
4076
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
4077
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
4078
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return sendList; });
|
|
4079
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sendInfo; });
|
|
4076
4080
|
/* unused harmony export sendSave */
|
|
4077
4081
|
/* unused harmony export sendUpdate */
|
|
4078
4082
|
/* unused harmony export sendDelete */
|
|
4079
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4080
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4081
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4082
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4083
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4084
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4085
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4086
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4087
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4088
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4089
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4090
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4091
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4092
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4093
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4094
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4095
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4096
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4083
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return sendBatch; });
|
|
4084
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return formContents; });
|
|
4085
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return directStartTaskCircularRead; });
|
|
4086
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return endFlowAndStartTaskCircularRead; });
|
|
4087
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getNodeInfoForStart; });
|
|
4088
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeStartFlow; });
|
|
4089
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUrgencyLevelChangedNotificationType; });
|
|
4090
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toFreeTaskCircularRead; });
|
|
4091
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return isCancelSecondConfirmation; });
|
|
4092
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return freeTaskCircularRead; });
|
|
4093
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toDefinitionChangeSort; });
|
|
4094
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return setSort; });
|
|
4095
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return queryUseCommonMenu; });
|
|
4096
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getIndexCount; });
|
|
4097
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getVoteMeetingNum; });
|
|
4098
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getUserTipsInstanceNum; });
|
|
4099
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getShareFilesReceiveCountNew; });
|
|
4100
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return queryChildMenuUrl; });
|
|
4097
4101
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
4098
4102
|
// 登录
|
|
4099
4103
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -4332,6 +4336,14 @@ var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStarted
|
|
|
4332
4336
|
var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
|
|
4333
4337
|
// 获取分阅情况列表
|
|
4334
4338
|
var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
|
|
4339
|
+
// 获取重设记录列表
|
|
4340
|
+
var resetJson = '/bpm/wfResetRecord/listJson.dhtml';
|
|
4341
|
+
// 获取删除记录列表
|
|
4342
|
+
var deletedListJson = '/bpm/pendedhistoryManager/deletedListJson.dhtml';
|
|
4343
|
+
// 恢复删除记录
|
|
4344
|
+
var restoredHistory = '/bpm/pendedhistoryManager/restoredHistory.dhtml';
|
|
4345
|
+
// 批量删除
|
|
4346
|
+
var batchDelete = '/bpm/pendedhistoryManager/batchDelete.dhtml';
|
|
4335
4347
|
|
|
4336
4348
|
// 传阅列表撤回
|
|
4337
4349
|
var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
|
|
@@ -4531,7 +4543,7 @@ var util = __webpack_require__(0);
|
|
|
4531
4543
|
|
|
4532
4544
|
var userName = file.userName || file.response && file.response.userName || util["a" /* default */].getStorage('userName');
|
|
4533
4545
|
var params = {
|
|
4534
|
-
url: util["a" /* default */].getStorage('dochubConfig') ? JSON.parse(util["a" /* default */].getStorage('dochubConfig')).deleteDocumentUrl : api["
|
|
4546
|
+
url: util["a" /* default */].getStorage('dochubConfig') ? JSON.parse(util["a" /* default */].getStorage('dochubConfig')).deleteDocumentUrl : api["k" /* delAdjunct */],
|
|
4535
4547
|
params: { userName: userName, id: file.adjunctId || file.response.adjunctId, ownId: this.ownId, businessId: this.ownId, bucketCode: this.code, documentId: file.adjunctId || file.response.adjunctId }
|
|
4536
4548
|
};
|
|
4537
4549
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -4714,8 +4726,8 @@ module.exports = require("qs");
|
|
|
4714
4726
|
// ESM COMPAT FLAG
|
|
4715
4727
|
__webpack_require__.r(__webpack_exports__);
|
|
4716
4728
|
|
|
4717
|
-
// 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=
|
|
4718
|
-
var
|
|
4729
|
+
// 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=7e636ba0&
|
|
4730
|
+
var mainvue_type_template_id_7e636ba0_render = function () {
|
|
4719
4731
|
var _vm = this
|
|
4720
4732
|
var _h = _vm.$createElement
|
|
4721
4733
|
var _c = _vm._self._c || _h
|
|
@@ -4831,6 +4843,222 @@ var mainvue_type_template_id_6a860319_render = function () {
|
|
|
4831
4843
|
1
|
|
4832
4844
|
)
|
|
4833
4845
|
: _vm._e(),
|
|
4846
|
+
_vm.showBatchDelete
|
|
4847
|
+
? _c(
|
|
4848
|
+
"es-dialog",
|
|
4849
|
+
{
|
|
4850
|
+
staticClass: "es-flow-list-dialog",
|
|
4851
|
+
attrs: {
|
|
4852
|
+
"append-to-body": "",
|
|
4853
|
+
"close-on-click-modal": false,
|
|
4854
|
+
title: "流程历史批量删除",
|
|
4855
|
+
visible: _vm.showBatchDelete,
|
|
4856
|
+
},
|
|
4857
|
+
on: {
|
|
4858
|
+
"update:visible": function ($event) {
|
|
4859
|
+
_vm.showBatchDelete = $event
|
|
4860
|
+
},
|
|
4861
|
+
},
|
|
4862
|
+
},
|
|
4863
|
+
[
|
|
4864
|
+
_c(
|
|
4865
|
+
"div",
|
|
4866
|
+
{
|
|
4867
|
+
directives: [
|
|
4868
|
+
{
|
|
4869
|
+
name: "loading",
|
|
4870
|
+
rawName: "v-loading",
|
|
4871
|
+
value: _vm.batchDeleteLoading,
|
|
4872
|
+
expression: "batchDeleteLoading",
|
|
4873
|
+
},
|
|
4874
|
+
],
|
|
4875
|
+
staticStyle: { height: "100%" },
|
|
4876
|
+
},
|
|
4877
|
+
[
|
|
4878
|
+
_vm.showBatchDelete
|
|
4879
|
+
? _c("es-data-table", {
|
|
4880
|
+
staticStyle: { width: "100%" },
|
|
4881
|
+
attrs: {
|
|
4882
|
+
checkbox: "",
|
|
4883
|
+
data: _vm.batchdeleteTableList,
|
|
4884
|
+
thead: _vm.batchdeleteThead,
|
|
4885
|
+
numbers: "",
|
|
4886
|
+
full: "",
|
|
4887
|
+
},
|
|
4888
|
+
on: {
|
|
4889
|
+
"selection-change": function ($event) {
|
|
4890
|
+
_vm.handleSelectionChange($event, "batchDelete")
|
|
4891
|
+
},
|
|
4892
|
+
},
|
|
4893
|
+
})
|
|
4894
|
+
: _vm._e(),
|
|
4895
|
+
_c(
|
|
4896
|
+
"div",
|
|
4897
|
+
{ staticClass: "batch-delete-footer" },
|
|
4898
|
+
[
|
|
4899
|
+
_c("el-input", {
|
|
4900
|
+
staticClass: "batch-delete-footer-input",
|
|
4901
|
+
attrs: { placeholder: "请输入批量删除的原因" },
|
|
4902
|
+
model: {
|
|
4903
|
+
value: _vm.batchdeletereason,
|
|
4904
|
+
callback: function ($$v) {
|
|
4905
|
+
_vm.batchdeletereason = $$v
|
|
4906
|
+
},
|
|
4907
|
+
expression: "batchdeletereason",
|
|
4908
|
+
},
|
|
4909
|
+
}),
|
|
4910
|
+
_c(
|
|
4911
|
+
"es-button",
|
|
4912
|
+
{
|
|
4913
|
+
attrs: { type: "primary" },
|
|
4914
|
+
on: { click: _vm.handleBatchDelete },
|
|
4915
|
+
},
|
|
4916
|
+
[_vm._v("批量删除")]
|
|
4917
|
+
),
|
|
4918
|
+
_c(
|
|
4919
|
+
"es-button",
|
|
4920
|
+
{
|
|
4921
|
+
attrs: { type: "primary" },
|
|
4922
|
+
on: {
|
|
4923
|
+
click: function ($event) {
|
|
4924
|
+
_vm.showBatchDelete = false
|
|
4925
|
+
},
|
|
4926
|
+
},
|
|
4927
|
+
},
|
|
4928
|
+
[_vm._v("取消")]
|
|
4929
|
+
),
|
|
4930
|
+
],
|
|
4931
|
+
1
|
|
4932
|
+
),
|
|
4933
|
+
],
|
|
4934
|
+
1
|
|
4935
|
+
),
|
|
4936
|
+
]
|
|
4937
|
+
)
|
|
4938
|
+
: _vm._e(),
|
|
4939
|
+
_vm.showDelete
|
|
4940
|
+
? _c(
|
|
4941
|
+
"es-dialog",
|
|
4942
|
+
{
|
|
4943
|
+
staticClass: "es-flow-list-dialog",
|
|
4944
|
+
attrs: {
|
|
4945
|
+
"append-to-body": "",
|
|
4946
|
+
"close-on-click-modal": false,
|
|
4947
|
+
title: "查看删除记录",
|
|
4948
|
+
visible: _vm.showDelete,
|
|
4949
|
+
},
|
|
4950
|
+
on: {
|
|
4951
|
+
"update:visible": function ($event) {
|
|
4952
|
+
_vm.showDelete = $event
|
|
4953
|
+
},
|
|
4954
|
+
},
|
|
4955
|
+
},
|
|
4956
|
+
[
|
|
4957
|
+
_c(
|
|
4958
|
+
"div",
|
|
4959
|
+
{
|
|
4960
|
+
directives: [
|
|
4961
|
+
{
|
|
4962
|
+
name: "loading",
|
|
4963
|
+
rawName: "v-loading",
|
|
4964
|
+
value: _vm.deleteLoading,
|
|
4965
|
+
expression: "deleteLoading",
|
|
4966
|
+
},
|
|
4967
|
+
],
|
|
4968
|
+
staticStyle: { height: "100%" },
|
|
4969
|
+
},
|
|
4970
|
+
[
|
|
4971
|
+
_vm.showDelete
|
|
4972
|
+
? _c("es-data-table", {
|
|
4973
|
+
staticStyle: { width: "100%" },
|
|
4974
|
+
attrs: {
|
|
4975
|
+
data: _vm.deleteTableList,
|
|
4976
|
+
thead: _vm.deleteThead,
|
|
4977
|
+
numbers: "",
|
|
4978
|
+
full: "",
|
|
4979
|
+
page: _vm.pageInfo,
|
|
4980
|
+
},
|
|
4981
|
+
on: {
|
|
4982
|
+
"btn-click": _vm.handleBtnShowClick,
|
|
4983
|
+
"page-size-change": function ($event) {
|
|
4984
|
+
_vm.handleSizeChange($event, "delete")
|
|
4985
|
+
},
|
|
4986
|
+
"page-current-change": function ($event) {
|
|
4987
|
+
_vm.handleCurrentChange($event, "delete")
|
|
4988
|
+
},
|
|
4989
|
+
"sort-change": function ($event) {
|
|
4990
|
+
_vm.sortChange($event, "delete")
|
|
4991
|
+
},
|
|
4992
|
+
},
|
|
4993
|
+
})
|
|
4994
|
+
: _vm._e(),
|
|
4995
|
+
],
|
|
4996
|
+
1
|
|
4997
|
+
),
|
|
4998
|
+
]
|
|
4999
|
+
)
|
|
5000
|
+
: _vm._e(),
|
|
5001
|
+
_vm.showReset
|
|
5002
|
+
? _c(
|
|
5003
|
+
"es-dialog",
|
|
5004
|
+
{
|
|
5005
|
+
staticClass: "es-flow-list-dialog",
|
|
5006
|
+
attrs: {
|
|
5007
|
+
"append-to-body": "",
|
|
5008
|
+
"close-on-click-modal": false,
|
|
5009
|
+
title: "查看重设记录",
|
|
5010
|
+
visible: _vm.showReset,
|
|
5011
|
+
},
|
|
5012
|
+
on: {
|
|
5013
|
+
"update:visible": function ($event) {
|
|
5014
|
+
_vm.showReset = $event
|
|
5015
|
+
},
|
|
5016
|
+
},
|
|
5017
|
+
},
|
|
5018
|
+
[
|
|
5019
|
+
_c(
|
|
5020
|
+
"div",
|
|
5021
|
+
{
|
|
5022
|
+
directives: [
|
|
5023
|
+
{
|
|
5024
|
+
name: "loading",
|
|
5025
|
+
rawName: "v-loading",
|
|
5026
|
+
value: _vm.resetLoading,
|
|
5027
|
+
expression: "resetLoading",
|
|
5028
|
+
},
|
|
5029
|
+
],
|
|
5030
|
+
staticStyle: { height: "100%" },
|
|
5031
|
+
},
|
|
5032
|
+
[
|
|
5033
|
+
_vm.showReset
|
|
5034
|
+
? _c("es-data-table", {
|
|
5035
|
+
staticStyle: { width: "100%" },
|
|
5036
|
+
attrs: {
|
|
5037
|
+
data: _vm.resetTableList,
|
|
5038
|
+
thead: _vm.resetThead,
|
|
5039
|
+
numbers: "",
|
|
5040
|
+
full: "",
|
|
5041
|
+
page: _vm.pageInfo,
|
|
5042
|
+
},
|
|
5043
|
+
on: {
|
|
5044
|
+
"page-size-change": function ($event) {
|
|
5045
|
+
_vm.handleSizeChange($event, "reset")
|
|
5046
|
+
},
|
|
5047
|
+
"page-current-change": function ($event) {
|
|
5048
|
+
_vm.handleCurrentChange($event, "reset")
|
|
5049
|
+
},
|
|
5050
|
+
"sort-change": function ($event) {
|
|
5051
|
+
_vm.sortChange($event, "reset")
|
|
5052
|
+
},
|
|
5053
|
+
},
|
|
5054
|
+
})
|
|
5055
|
+
: _vm._e(),
|
|
5056
|
+
],
|
|
5057
|
+
1
|
|
5058
|
+
),
|
|
5059
|
+
]
|
|
5060
|
+
)
|
|
5061
|
+
: _vm._e(),
|
|
4834
5062
|
_vm.showPress
|
|
4835
5063
|
? _c(
|
|
4836
5064
|
"es-dialog",
|
|
@@ -4840,7 +5068,6 @@ var mainvue_type_template_id_6a860319_render = function () {
|
|
|
4840
5068
|
"close-on-click-modal": false,
|
|
4841
5069
|
title: "查看催办记录",
|
|
4842
5070
|
visible: _vm.showPress,
|
|
4843
|
-
height: "500px",
|
|
4844
5071
|
},
|
|
4845
5072
|
on: {
|
|
4846
5073
|
"update:visible": function ($event) {
|
|
@@ -4860,7 +5087,7 @@ var mainvue_type_template_id_6a860319_render = function () {
|
|
|
4860
5087
|
expression: "pressLoading",
|
|
4861
5088
|
},
|
|
4862
5089
|
],
|
|
4863
|
-
staticStyle: { height: "
|
|
5090
|
+
staticStyle: { height: "100%" },
|
|
4864
5091
|
},
|
|
4865
5092
|
[
|
|
4866
5093
|
_vm.show
|
|
@@ -4874,9 +5101,15 @@ var mainvue_type_template_id_6a860319_render = function () {
|
|
|
4874
5101
|
page: _vm.pageInfo,
|
|
4875
5102
|
},
|
|
4876
5103
|
on: {
|
|
4877
|
-
"page-size-change":
|
|
4878
|
-
|
|
4879
|
-
|
|
5104
|
+
"page-size-change": function ($event) {
|
|
5105
|
+
_vm.handleSizeChange($event, "press")
|
|
5106
|
+
},
|
|
5107
|
+
"page-current-change": function ($event) {
|
|
5108
|
+
_vm.handleCurrentChange($event, "press")
|
|
5109
|
+
},
|
|
5110
|
+
"sort-change": function ($event) {
|
|
5111
|
+
_vm.sortChange($event, "press")
|
|
5112
|
+
},
|
|
4880
5113
|
},
|
|
4881
5114
|
})
|
|
4882
5115
|
: _vm._e(),
|
|
@@ -4926,10 +5159,10 @@ var mainvue_type_template_id_6a860319_render = function () {
|
|
|
4926
5159
|
)
|
|
4927
5160
|
}
|
|
4928
5161
|
var staticRenderFns = []
|
|
4929
|
-
|
|
5162
|
+
mainvue_type_template_id_7e636ba0_render._withStripped = true
|
|
4930
5163
|
|
|
4931
5164
|
|
|
4932
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
5165
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=7e636ba0&
|
|
4933
5166
|
|
|
4934
5167
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
4935
5168
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -5052,6 +5285,78 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5052
5285
|
//
|
|
5053
5286
|
//
|
|
5054
5287
|
//
|
|
5288
|
+
//
|
|
5289
|
+
//
|
|
5290
|
+
//
|
|
5291
|
+
//
|
|
5292
|
+
//
|
|
5293
|
+
//
|
|
5294
|
+
//
|
|
5295
|
+
//
|
|
5296
|
+
//
|
|
5297
|
+
//
|
|
5298
|
+
//
|
|
5299
|
+
//
|
|
5300
|
+
//
|
|
5301
|
+
//
|
|
5302
|
+
//
|
|
5303
|
+
//
|
|
5304
|
+
//
|
|
5305
|
+
//
|
|
5306
|
+
//
|
|
5307
|
+
//
|
|
5308
|
+
//
|
|
5309
|
+
//
|
|
5310
|
+
//
|
|
5311
|
+
//
|
|
5312
|
+
//
|
|
5313
|
+
//
|
|
5314
|
+
//
|
|
5315
|
+
//
|
|
5316
|
+
//
|
|
5317
|
+
//
|
|
5318
|
+
//
|
|
5319
|
+
//
|
|
5320
|
+
//
|
|
5321
|
+
//
|
|
5322
|
+
//
|
|
5323
|
+
//
|
|
5324
|
+
//
|
|
5325
|
+
//
|
|
5326
|
+
//
|
|
5327
|
+
//
|
|
5328
|
+
//
|
|
5329
|
+
//
|
|
5330
|
+
//
|
|
5331
|
+
//
|
|
5332
|
+
//
|
|
5333
|
+
//
|
|
5334
|
+
//
|
|
5335
|
+
//
|
|
5336
|
+
//
|
|
5337
|
+
//
|
|
5338
|
+
//
|
|
5339
|
+
//
|
|
5340
|
+
//
|
|
5341
|
+
//
|
|
5342
|
+
//
|
|
5343
|
+
//
|
|
5344
|
+
//
|
|
5345
|
+
//
|
|
5346
|
+
//
|
|
5347
|
+
//
|
|
5348
|
+
//
|
|
5349
|
+
//
|
|
5350
|
+
//
|
|
5351
|
+
//
|
|
5352
|
+
//
|
|
5353
|
+
//
|
|
5354
|
+
//
|
|
5355
|
+
//
|
|
5356
|
+
//
|
|
5357
|
+
//
|
|
5358
|
+
//
|
|
5359
|
+
//
|
|
5055
5360
|
|
|
5056
5361
|
|
|
5057
5362
|
|
|
@@ -5135,6 +5440,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5135
5440
|
pressTableList: [],
|
|
5136
5441
|
circularData: [],
|
|
5137
5442
|
selectList: [],
|
|
5443
|
+
batchDeleteSelectList: [],
|
|
5138
5444
|
flowHeight: '',
|
|
5139
5445
|
presetHeight: '',
|
|
5140
5446
|
signHeight: '',
|
|
@@ -5179,6 +5485,164 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5179
5485
|
loading: '', //加载中
|
|
5180
5486
|
preset_type: [], //预设类型
|
|
5181
5487
|
showPress: false, //查看催办记录弹窗
|
|
5488
|
+
showDelete: false, //删除记录弹窗
|
|
5489
|
+
showBatchDelete: false,
|
|
5490
|
+
deleteLoading: false,
|
|
5491
|
+
batchDeleteLoading: false,
|
|
5492
|
+
deleteTableList: [],
|
|
5493
|
+
batchdeleteTableList: [],
|
|
5494
|
+
batchdeletereason: '',
|
|
5495
|
+
batchdeleteThead: [{
|
|
5496
|
+
title: '步骤',
|
|
5497
|
+
align: 'center',
|
|
5498
|
+
// sortable: true,
|
|
5499
|
+
showOverflowTooltip: true,
|
|
5500
|
+
field: 'itemname'
|
|
5501
|
+
}, {
|
|
5502
|
+
title: '办理人',
|
|
5503
|
+
align: 'center',
|
|
5504
|
+
showOverflowTooltip: true,
|
|
5505
|
+
width: 120,
|
|
5506
|
+
// sortable: true,
|
|
5507
|
+
field: 'userName'
|
|
5508
|
+
}, {
|
|
5509
|
+
label: '状态',
|
|
5510
|
+
field: 'pendstate',
|
|
5511
|
+
key: 'zt',
|
|
5512
|
+
align: 'center',
|
|
5513
|
+
showOverflowTooltip: true,
|
|
5514
|
+
width: this.theadWidth.pendstate || 80,
|
|
5515
|
+
render: function render(h, params) {
|
|
5516
|
+
return h('span', {
|
|
5517
|
+
style: {
|
|
5518
|
+
color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : params.row.pendstate == -1 ? 'orange' : 'deepskyblue'
|
|
5519
|
+
},
|
|
5520
|
+
domProps: { innerHTML: params.row.querykeywords }
|
|
5521
|
+
});
|
|
5522
|
+
}
|
|
5523
|
+
}, {
|
|
5524
|
+
title: '办理意见',
|
|
5525
|
+
align: 'center',
|
|
5526
|
+
showOverflowTooltip: true,
|
|
5527
|
+
// sortable: true,
|
|
5528
|
+
field: 'doresult'
|
|
5529
|
+
}, {
|
|
5530
|
+
title: '办理时间',
|
|
5531
|
+
align: 'center',
|
|
5532
|
+
showOverflowTooltip: true,
|
|
5533
|
+
// sortable: true,
|
|
5534
|
+
field: 'doetime',
|
|
5535
|
+
render: function render(h, params) {
|
|
5536
|
+
return h('span', {}, params.row.doetime ? util["a" /* default */].formatDate(params.row.doetime, 'yyyy-MM-dd HH:mm') : '');
|
|
5537
|
+
}
|
|
5538
|
+
}],
|
|
5539
|
+
deleteThead: [{
|
|
5540
|
+
title: '步骤',
|
|
5541
|
+
align: 'center',
|
|
5542
|
+
// sortable: true,
|
|
5543
|
+
showOverflowTooltip: true,
|
|
5544
|
+
field: 'itemname'
|
|
5545
|
+
}, {
|
|
5546
|
+
title: '办理人',
|
|
5547
|
+
align: 'center',
|
|
5548
|
+
showOverflowTooltip: true,
|
|
5549
|
+
width: 120,
|
|
5550
|
+
// sortable: true,
|
|
5551
|
+
field: 'userName'
|
|
5552
|
+
}, {
|
|
5553
|
+
title: '办理意见',
|
|
5554
|
+
align: 'center',
|
|
5555
|
+
showOverflowTooltip: true,
|
|
5556
|
+
width: 240,
|
|
5557
|
+
// sortable: true,
|
|
5558
|
+
field: 'doresult'
|
|
5559
|
+
}, {
|
|
5560
|
+
title: '办理时间',
|
|
5561
|
+
align: 'center',
|
|
5562
|
+
width: 150,
|
|
5563
|
+
showOverflowTooltip: true,
|
|
5564
|
+
// sortable: true,
|
|
5565
|
+
field: 'doetime'
|
|
5566
|
+
}, {
|
|
5567
|
+
title: '删除人',
|
|
5568
|
+
showOverflowTooltip: true,
|
|
5569
|
+
width: 120,
|
|
5570
|
+
align: 'center',
|
|
5571
|
+
// sortable: true,
|
|
5572
|
+
field: 'querykeywords'
|
|
5573
|
+
}, {
|
|
5574
|
+
title: '删除原因',
|
|
5575
|
+
align: 'center',
|
|
5576
|
+
width: 240,
|
|
5577
|
+
showOverflowTooltip: true,
|
|
5578
|
+
// sortable: true,
|
|
5579
|
+
field: 'upstepInfo'
|
|
5580
|
+
}, {
|
|
5581
|
+
title: '删除时间',
|
|
5582
|
+
align: 'center',
|
|
5583
|
+
width: 150,
|
|
5584
|
+
showOverflowTooltip: true,
|
|
5585
|
+
// sortable: true,
|
|
5586
|
+
field: 'statechangetime'
|
|
5587
|
+
}, {
|
|
5588
|
+
title: '操作',
|
|
5589
|
+
type: 'handle',
|
|
5590
|
+
events: [{
|
|
5591
|
+
text: '恢复'
|
|
5592
|
+
}]
|
|
5593
|
+
}],
|
|
5594
|
+
showReset: false, //重设记录弹窗
|
|
5595
|
+
resetLoading: false,
|
|
5596
|
+
resetTableList: [],
|
|
5597
|
+
resetThead: [{
|
|
5598
|
+
title: '重设人登录名',
|
|
5599
|
+
align: 'center',
|
|
5600
|
+
// sortable: true,
|
|
5601
|
+
showOverflowTooltip: true,
|
|
5602
|
+
field: 'reset_person_login_name'
|
|
5603
|
+
}, {
|
|
5604
|
+
title: '重设人姓名',
|
|
5605
|
+
align: 'center',
|
|
5606
|
+
showOverflowTooltip: true,
|
|
5607
|
+
// sortable: true,
|
|
5608
|
+
field: 'reset_person_name'
|
|
5609
|
+
}, {
|
|
5610
|
+
title: '重设前节点',
|
|
5611
|
+
align: 'center',
|
|
5612
|
+
showOverflowTooltip: true,
|
|
5613
|
+
// sortable: true,
|
|
5614
|
+
field: 'reset_bf_item'
|
|
5615
|
+
}, {
|
|
5616
|
+
title: '重设前执行人',
|
|
5617
|
+
align: 'center',
|
|
5618
|
+
showOverflowTooltip: true,
|
|
5619
|
+
// sortable: true,
|
|
5620
|
+
field: 'reset_bf_user'
|
|
5621
|
+
}, {
|
|
5622
|
+
title: '重设后节点',
|
|
5623
|
+
showOverflowTooltip: true,
|
|
5624
|
+
align: 'center',
|
|
5625
|
+
// sortable: true,
|
|
5626
|
+
field: 'reset_af_item'
|
|
5627
|
+
}, {
|
|
5628
|
+
title: '重设后执行人',
|
|
5629
|
+
align: 'center',
|
|
5630
|
+
showOverflowTooltip: true,
|
|
5631
|
+
// sortable: true,
|
|
5632
|
+
field: 'reset_af_user'
|
|
5633
|
+
}, {
|
|
5634
|
+
title: '重设时间',
|
|
5635
|
+
align: 'center',
|
|
5636
|
+
showOverflowTooltip: true,
|
|
5637
|
+
// sortable: true,
|
|
5638
|
+
field: 'reset_time'
|
|
5639
|
+
}, {
|
|
5640
|
+
title: '操作IP',
|
|
5641
|
+
align: 'center',
|
|
5642
|
+
showOverflowTooltip: true,
|
|
5643
|
+
// sortable: true,
|
|
5644
|
+
field: 'reset_ip'
|
|
5645
|
+
}],
|
|
5182
5646
|
modify: false,
|
|
5183
5647
|
formData: { reason: '' },
|
|
5184
5648
|
|
|
@@ -5202,9 +5666,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5202
5666
|
showSuggest: 'all', //筛选显示数据
|
|
5203
5667
|
presetInfoListHiddenColumns: '', //隐藏表格展示数据
|
|
5204
5668
|
canDelete: false, //是否展示操作按钮
|
|
5669
|
+
canBatchDelete: false, //是否可以批量删除
|
|
5670
|
+
isSuperRole: false, //是否管理员
|
|
5671
|
+
isShowReset: false, //是否显示重设记录
|
|
5205
5672
|
historyId: '',
|
|
5206
5673
|
sidx: '',
|
|
5207
|
-
sord: '',
|
|
5674
|
+
sord: 'asc',
|
|
5208
5675
|
modalType: '',
|
|
5209
5676
|
total: 0
|
|
5210
5677
|
};
|
|
@@ -5290,8 +5757,53 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5290
5757
|
}, {
|
|
5291
5758
|
value: 2,
|
|
5292
5759
|
name: '部门排序'
|
|
5760
|
+
// {
|
|
5761
|
+
// value: 3,
|
|
5762
|
+
// name: '树形排序'
|
|
5763
|
+
// }
|
|
5293
5764
|
}]
|
|
5294
5765
|
}]
|
|
5766
|
+
}, {
|
|
5767
|
+
type: 'button',
|
|
5768
|
+
name: 'btn',
|
|
5769
|
+
width: '140px',
|
|
5770
|
+
contents: [{
|
|
5771
|
+
text: '删除记录',
|
|
5772
|
+
type: 'primary',
|
|
5773
|
+
hide: !this.canDelete && !this.isSuperRole,
|
|
5774
|
+
event: function event(res) {
|
|
5775
|
+
// click: (key, value) => {
|
|
5776
|
+
_this.showDelete = true;
|
|
5777
|
+
_this.currentPage = 1;
|
|
5778
|
+
_this.pageSize = 20;
|
|
5779
|
+
_this.getDeletList();
|
|
5780
|
+
// }
|
|
5781
|
+
}
|
|
5782
|
+
}, {
|
|
5783
|
+
text: '批量删除',
|
|
5784
|
+
type: 'primary',
|
|
5785
|
+
hide: !this.canBatchDelete && !this.isSuperRole,
|
|
5786
|
+
event: function event(res) {
|
|
5787
|
+
// click: (key, value) => {
|
|
5788
|
+
_this.showBatchDelete = true;
|
|
5789
|
+
_this.batchdeleteTableList = _this.flowData.filter(function (x) {
|
|
5790
|
+
return x.pendstate == 2;
|
|
5791
|
+
});
|
|
5792
|
+
// }
|
|
5793
|
+
}
|
|
5794
|
+
}, {
|
|
5795
|
+
text: '重设记录',
|
|
5796
|
+
type: 'primary',
|
|
5797
|
+
hide: !this.isShowReset,
|
|
5798
|
+
event: function event(res) {
|
|
5799
|
+
// click: (key, value) => {
|
|
5800
|
+
_this.showReset = true;
|
|
5801
|
+
_this.currentPage = 1;
|
|
5802
|
+
_this.pageSize = 20;
|
|
5803
|
+
_this.getResetList();
|
|
5804
|
+
// }
|
|
5805
|
+
}
|
|
5806
|
+
}]
|
|
5295
5807
|
}],
|
|
5296
5808
|
preset: [{
|
|
5297
5809
|
type: 'text',
|
|
@@ -6010,15 +6522,109 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6010
6522
|
|
|
6011
6523
|
|
|
6012
6524
|
methods: {
|
|
6013
|
-
|
|
6525
|
+
/**
|
|
6526
|
+
* handleBatchDelete
|
|
6527
|
+
* @desc:批量删除
|
|
6528
|
+
* @author liufan
|
|
6529
|
+
* @date 2025年12月31日
|
|
6530
|
+
**/
|
|
6531
|
+
handleBatchDelete: function handleBatchDelete() {
|
|
6014
6532
|
var _this6 = this;
|
|
6015
6533
|
|
|
6534
|
+
if (this.batchDeleteSelectList.length == 0) {
|
|
6535
|
+
this.$message.error('请选择需要删除的流程历史数据!');
|
|
6536
|
+
return;
|
|
6537
|
+
}
|
|
6538
|
+
if (!this.batchdeletereason) {
|
|
6539
|
+
this.$message.error('请输入批量删除的原因!');
|
|
6540
|
+
return;
|
|
6541
|
+
}
|
|
6542
|
+
var ids = this.batchDeleteSelectList.map(function (item) {
|
|
6543
|
+
return item.id;
|
|
6544
|
+
}).join(',');
|
|
6545
|
+
var params = {
|
|
6546
|
+
url: api["c" /* batchDelete */],
|
|
6547
|
+
method: 'POST',
|
|
6548
|
+
data: { ids: ids, reason: this.batchdeletereason }
|
|
6549
|
+
};
|
|
6550
|
+
this.$confirm('您确定要批量删除勾选上的流程历史数据吗?', {
|
|
6551
|
+
confirmButtonText: '确定',
|
|
6552
|
+
cancelButtonText: '取消',
|
|
6553
|
+
type: 'warning'
|
|
6554
|
+
}).then(function () {
|
|
6555
|
+
_this6.loading = util["a" /* default */].loading(_this6.$loading, '批量删除中...');
|
|
6556
|
+
util["a" /* default */].ajax(params).then(function (res) {
|
|
6557
|
+
_this6.loading.close();
|
|
6558
|
+
if (res.rCode == 0 || res.status == 'success') {
|
|
6559
|
+
_this6.flowData = _this6.flowData.filter(function (item) {
|
|
6560
|
+
return ids.indexOf(item.id) == -1;
|
|
6561
|
+
});
|
|
6562
|
+
_this6.batchdeleteTableList = _this6.flowData.filter(function (x) {
|
|
6563
|
+
return x.pendstate == 2;
|
|
6564
|
+
});
|
|
6565
|
+
_this6.batchdeletereason = '';
|
|
6566
|
+
_this6.show = false;
|
|
6567
|
+
setTimeout(function () {
|
|
6568
|
+
_this6.show = true;
|
|
6569
|
+
}, 0);
|
|
6570
|
+
_this6.$message({
|
|
6571
|
+
message: '删除成功',
|
|
6572
|
+
type: 'success'
|
|
6573
|
+
});
|
|
6574
|
+
} else {
|
|
6575
|
+
_this6.$message.error(res.message);
|
|
6576
|
+
}
|
|
6577
|
+
}).catch(function (err) {
|
|
6578
|
+
_this6.loading.close();
|
|
6579
|
+
if (err.message && err.message !== 'canceled') {
|
|
6580
|
+
_this6.$message.error(err.message);
|
|
6581
|
+
}
|
|
6582
|
+
});
|
|
6583
|
+
}).catch(function () {});
|
|
6584
|
+
},
|
|
6585
|
+
handleBtnShowClick: function handleBtnShowClick(val) {
|
|
6586
|
+
var _this7 = this;
|
|
6587
|
+
|
|
6588
|
+
var handle = val.handle,
|
|
6589
|
+
row = val.row;
|
|
6590
|
+
|
|
6591
|
+
if (handle.text == '恢复') {
|
|
6592
|
+
var params = {
|
|
6593
|
+
url: api["Pb" /* restoredHistory */],
|
|
6594
|
+
params: {
|
|
6595
|
+
id: row.id
|
|
6596
|
+
}
|
|
6597
|
+
};
|
|
6598
|
+
this.$confirm('您确定要恢复这条办理历史吗?', {
|
|
6599
|
+
confirmButtonText: '确定',
|
|
6600
|
+
cancelButtonText: '取消',
|
|
6601
|
+
type: 'warning'
|
|
6602
|
+
}).then(function () {
|
|
6603
|
+
_this7.loading = util["a" /* default */].loading(_this7.$loading, '恢复中...');
|
|
6604
|
+
util["a" /* default */].ajax(params).then(function (res) {
|
|
6605
|
+
_this7.loading.close();
|
|
6606
|
+
if (res.rCode == 0 || res.status == 'success') {
|
|
6607
|
+
_this7.getDeletList();
|
|
6608
|
+
_this7.getFlowList();
|
|
6609
|
+
_this7.$message({
|
|
6610
|
+
message: '恢复成功',
|
|
6611
|
+
type: 'success'
|
|
6612
|
+
});
|
|
6613
|
+
}
|
|
6614
|
+
});
|
|
6615
|
+
// _that.subMit(res.results,type)
|
|
6616
|
+
}).catch(function () {});
|
|
6617
|
+
}
|
|
6618
|
+
},
|
|
6619
|
+
recallReadFun: function recallReadFun() {
|
|
6620
|
+
var _this8 = this;
|
|
6621
|
+
|
|
6016
6622
|
var _that = this;
|
|
6017
6623
|
var pendingIds = _that.selectList.map(function (x) {
|
|
6018
6624
|
return x.id;
|
|
6019
6625
|
}).join(',');
|
|
6020
6626
|
var params = {
|
|
6021
|
-
url: api["
|
|
6627
|
+
url: api["ec" /* taskReadWithDraw */],
|
|
6022
6628
|
params: {
|
|
6023
6629
|
pendingIds: pendingIds
|
|
6024
6630
|
}
|
|
@@ -6054,7 +6660,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6054
6660
|
return _context2.stop();
|
|
6055
6661
|
}
|
|
6056
6662
|
}
|
|
6057
|
-
}, _callee2,
|
|
6663
|
+
}, _callee2, _this8);
|
|
6058
6664
|
}));
|
|
6059
6665
|
|
|
6060
6666
|
return function (_x) {
|
|
@@ -6063,7 +6669,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6063
6669
|
}());
|
|
6064
6670
|
},
|
|
6065
6671
|
recallRead: function recallRead() {
|
|
6066
|
-
var
|
|
6672
|
+
var _this9 = this;
|
|
6067
6673
|
|
|
6068
6674
|
if (this.selectList.length == 0) return this.$message.warning('请选择需要撤销的分阅');
|
|
6069
6675
|
this.$confirm('是否确认撤销选中的分阅?', '提示', {
|
|
@@ -6071,17 +6677,21 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6071
6677
|
cancelButtonText: '取消',
|
|
6072
6678
|
type: 'warning'
|
|
6073
6679
|
}).then(function () {
|
|
6074
|
-
|
|
6680
|
+
_this9.recallReadFun();
|
|
6075
6681
|
});
|
|
6076
6682
|
},
|
|
6077
|
-
handleSelectionChange: function handleSelectionChange(val) {
|
|
6078
|
-
|
|
6683
|
+
handleSelectionChange: function handleSelectionChange(val, type) {
|
|
6684
|
+
if (type == 'batchDelete') {
|
|
6685
|
+
this.batchDeleteSelectList = val;
|
|
6686
|
+
} else {
|
|
6687
|
+
this.selectList = val;
|
|
6688
|
+
}
|
|
6079
6689
|
},
|
|
6080
6690
|
handledraw: function handledraw(pendedHistoryId) {
|
|
6081
|
-
var
|
|
6691
|
+
var _this10 = this;
|
|
6082
6692
|
|
|
6083
6693
|
var params = {
|
|
6084
|
-
url: api["
|
|
6694
|
+
url: api["g" /* circularReadWithdraw */],
|
|
6085
6695
|
params: { pendedHistoryId: pendedHistoryId }
|
|
6086
6696
|
};
|
|
6087
6697
|
this.$confirm('是否确定撤回当前传阅', {
|
|
@@ -6089,15 +6699,15 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6089
6699
|
cancelButtonText: '取消',
|
|
6090
6700
|
type: 'warning'
|
|
6091
6701
|
}).then(function () {
|
|
6092
|
-
|
|
6702
|
+
_this10.loading = util["a" /* default */].loading(_this10.$loading, '撤回中...');
|
|
6093
6703
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
6094
|
-
|
|
6704
|
+
_this10.loading.close();
|
|
6095
6705
|
if (res.rCode == 0) {
|
|
6096
|
-
|
|
6706
|
+
_this10.$message({
|
|
6097
6707
|
message: '撤回成功',
|
|
6098
6708
|
type: 'success'
|
|
6099
6709
|
});
|
|
6100
|
-
|
|
6710
|
+
_this10.getCircularReadList();
|
|
6101
6711
|
}
|
|
6102
6712
|
});
|
|
6103
6713
|
// _that.subMit(res.results,type)
|
|
@@ -6106,7 +6716,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6106
6716
|
getCircularReadList: function getCircularReadList() {
|
|
6107
6717
|
var _that = this;
|
|
6108
6718
|
var params = {
|
|
6109
|
-
url: api["
|
|
6719
|
+
url: api["Db" /* pendedhistoryListWithCircularReadJson */],
|
|
6110
6720
|
params: { apprecordid: _that.businessId }
|
|
6111
6721
|
};
|
|
6112
6722
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -6166,6 +6776,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6166
6776
|
}
|
|
6167
6777
|
},
|
|
6168
6778
|
handleBtnClick: function handleBtnClick(data) {
|
|
6779
|
+
var _this11 = this;
|
|
6780
|
+
|
|
6169
6781
|
// recallRead
|
|
6170
6782
|
var handle = data.handle,
|
|
6171
6783
|
row = data.row;
|
|
@@ -6175,22 +6787,55 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6175
6787
|
this.del(row.id, handle.text == '删除' ? 'del' : 'modify');
|
|
6176
6788
|
} else if (handle.fun == 'recallRead') {
|
|
6177
6789
|
this[handle.fun]();
|
|
6790
|
+
} else if (handle.text == '置为失效') {
|
|
6791
|
+
if (row.status == 0) {
|
|
6792
|
+
this.$confirm('您确定要置为失效吗?').then(function () {
|
|
6793
|
+
_this11.loading = util["a" /* default */].loading(_this11.$loading, '提交中...');
|
|
6794
|
+
var param = {
|
|
6795
|
+
url: api["n" /* deletePresetInfo */],
|
|
6796
|
+
headers: { Accept: 'application/json,text/plain' },
|
|
6797
|
+
method: 'post',
|
|
6798
|
+
data: { id: row.id }
|
|
6799
|
+
};
|
|
6800
|
+
util["a" /* default */].ajax(param).then(function (res) {
|
|
6801
|
+
var status = res.status,
|
|
6802
|
+
message = res.message;
|
|
6803
|
+
|
|
6804
|
+
_this11.loading.close();
|
|
6805
|
+
if (status === 'success') {
|
|
6806
|
+
_this11.$message.success('操作成功');
|
|
6807
|
+
_this11.getListInfo();
|
|
6808
|
+
} else {
|
|
6809
|
+
_this11.$message.error(message || '系统错误,请联系管理员!');
|
|
6810
|
+
}
|
|
6811
|
+
}).catch(function (err) {
|
|
6812
|
+
_this11.loading.close();
|
|
6813
|
+
if (err.message && err.message !== 'canceled') {
|
|
6814
|
+
_this11.$message.error(err.message);
|
|
6815
|
+
}
|
|
6816
|
+
});
|
|
6817
|
+
}).catch(function (e) {
|
|
6818
|
+
// on cancel
|
|
6819
|
+
});
|
|
6820
|
+
} else {
|
|
6821
|
+
this.$message.warning('当前数据已为失效状态');
|
|
6822
|
+
}
|
|
6178
6823
|
}
|
|
6179
6824
|
},
|
|
6180
6825
|
|
|
6181
|
-
/**
|
|
6182
|
-
* handleFormSubmit
|
|
6183
|
-
* @desc:删除节点点击事件
|
|
6184
|
-
* @param {Object} formData 点击删除的form数据
|
|
6185
|
-
* @author liufan
|
|
6186
|
-
* @date 2022年11月29日
|
|
6826
|
+
/**
|
|
6827
|
+
* handleFormSubmit
|
|
6828
|
+
* @desc:删除节点点击事件
|
|
6829
|
+
* @param {Object} formData 点击删除的form数据
|
|
6830
|
+
* @author liufan
|
|
6831
|
+
* @date 2022年11月29日
|
|
6187
6832
|
**/
|
|
6188
6833
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
6189
|
-
var
|
|
6834
|
+
var _this12 = this;
|
|
6190
6835
|
|
|
6191
6836
|
this.delLoading = true;
|
|
6192
6837
|
var params = {
|
|
6193
|
-
url: this.modalType == 'del' ? api["
|
|
6838
|
+
url: this.modalType == 'del' ? api["m" /* deleteFlow */] : api["Ab" /* modifyFlow */],
|
|
6194
6839
|
method: 'POST',
|
|
6195
6840
|
data: { id: this.historyId, reason: formData.reason }
|
|
6196
6841
|
};
|
|
@@ -6203,28 +6848,28 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6203
6848
|
var status = res.status,
|
|
6204
6849
|
message = res.message;
|
|
6205
6850
|
|
|
6206
|
-
|
|
6851
|
+
_this12.delLoading = false;
|
|
6207
6852
|
if (status === 'success') {
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6853
|
+
_this12.$message.success((_this12.modalType == 'del' ? '删除' : '修改') + '\u6210\u529F');
|
|
6854
|
+
_this12.showDel = false;
|
|
6855
|
+
_this12.handleChange();
|
|
6211
6856
|
} else {
|
|
6212
|
-
|
|
6857
|
+
_this12.$message.error(message || '系统错误,请联系管理员!');
|
|
6213
6858
|
}
|
|
6214
6859
|
}).catch(function (err) {
|
|
6215
|
-
|
|
6860
|
+
_this12.delLoading = false;
|
|
6216
6861
|
if (err.message && err.message !== 'canceled') {
|
|
6217
|
-
|
|
6862
|
+
_this12.$message.error(err.message);
|
|
6218
6863
|
}
|
|
6219
6864
|
});
|
|
6220
6865
|
},
|
|
6221
6866
|
|
|
6222
|
-
/**
|
|
6223
|
-
* del
|
|
6224
|
-
* @desc:展示删除弹窗
|
|
6225
|
-
* @param {String} id 当前点击数据id
|
|
6226
|
-
* @author liufan
|
|
6227
|
-
* @date 2022年11月29日
|
|
6867
|
+
/**
|
|
6868
|
+
* del
|
|
6869
|
+
* @desc:展示删除弹窗
|
|
6870
|
+
* @param {String} id 当前点击数据id
|
|
6871
|
+
* @author liufan
|
|
6872
|
+
* @date 2022年11月29日
|
|
6228
6873
|
**/
|
|
6229
6874
|
del: function del(id, type) {
|
|
6230
6875
|
this.modalType = type;
|
|
@@ -6232,54 +6877,130 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6232
6877
|
this.showDel = true;
|
|
6233
6878
|
},
|
|
6234
6879
|
|
|
6235
|
-
/**
|
|
6236
|
-
* handleCurrentChange
|
|
6237
|
-
* @desc:监听页码变化
|
|
6238
|
-
* @param {String} val 当前页
|
|
6239
|
-
* @author liufan
|
|
6240
|
-
* @date 2022年11月29日
|
|
6880
|
+
/**
|
|
6881
|
+
* handleCurrentChange
|
|
6882
|
+
* @desc:监听页码变化
|
|
6883
|
+
* @param {String} val 当前页
|
|
6884
|
+
* @author liufan
|
|
6885
|
+
* @date 2022年11月29日
|
|
6241
6886
|
**/
|
|
6242
|
-
handleCurrentChange: function handleCurrentChange(val) {
|
|
6887
|
+
handleCurrentChange: function handleCurrentChange(val, type) {
|
|
6243
6888
|
this.currentPage = val;
|
|
6244
|
-
|
|
6889
|
+
if (type == 'press') {
|
|
6890
|
+
this.getPressList();
|
|
6891
|
+
}
|
|
6245
6892
|
},
|
|
6246
6893
|
|
|
6247
|
-
/**
|
|
6248
|
-
* handleSizeChange
|
|
6249
|
-
* @desc:监听每页数据显示数量变化
|
|
6250
|
-
* @param {String} val 每页展示数量
|
|
6251
|
-
* @author liufan
|
|
6252
|
-
* @date 2022年11月29日
|
|
6894
|
+
/**
|
|
6895
|
+
* handleSizeChange
|
|
6896
|
+
* @desc:监听每页数据显示数量变化
|
|
6897
|
+
* @param {String} val 每页展示数量
|
|
6898
|
+
* @author liufan
|
|
6899
|
+
* @date 2022年11月29日
|
|
6253
6900
|
**/
|
|
6254
6901
|
handleSizeChange: function handleSizeChange(val) {
|
|
6255
6902
|
this.pageSize = val;
|
|
6256
|
-
|
|
6903
|
+
if (type == 'press') {
|
|
6904
|
+
this.getPressList();
|
|
6905
|
+
}
|
|
6257
6906
|
},
|
|
6258
6907
|
|
|
6259
|
-
/**
|
|
6260
|
-
* sortChange
|
|
6261
|
-
* @desc:监听排序变化
|
|
6262
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
6263
|
-
* @author liufan
|
|
6264
|
-
* @date 2022年11月29日
|
|
6908
|
+
/**
|
|
6909
|
+
* sortChange
|
|
6910
|
+
* @desc:监听排序变化
|
|
6911
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
6912
|
+
* @author liufan
|
|
6913
|
+
* @date 2022年11月29日
|
|
6265
6914
|
**/
|
|
6266
|
-
sortChange: function sortChange(info) {
|
|
6267
|
-
var prop = info.prop
|
|
6268
|
-
order = info.order;
|
|
6915
|
+
sortChange: function sortChange(info, type) {
|
|
6916
|
+
var prop = info.prop;
|
|
6269
6917
|
|
|
6270
6918
|
this.sidx = prop;
|
|
6271
|
-
this.sord =
|
|
6272
|
-
|
|
6919
|
+
this.sord = this.sord == 'asc' ? 'desc' : 'asc';
|
|
6920
|
+
if (type == 'press') {
|
|
6921
|
+
this.getPressList();
|
|
6922
|
+
} else if (type == 'reset') {
|
|
6923
|
+
this.getResetList();
|
|
6924
|
+
} else if (type == 'delete') {
|
|
6925
|
+
this.getDeletList();
|
|
6926
|
+
}
|
|
6273
6927
|
},
|
|
6274
6928
|
|
|
6275
|
-
/**
|
|
6276
|
-
*
|
|
6277
|
-
* @desc
|
|
6278
|
-
* @author liufan
|
|
6279
|
-
* @date
|
|
6929
|
+
/**
|
|
6930
|
+
* getDeletList
|
|
6931
|
+
* @desc:删除列表数据
|
|
6932
|
+
* @author liufan
|
|
6933
|
+
* @date 2025年12月30日
|
|
6934
|
+
**/
|
|
6935
|
+
getDeletList: function getDeletList() {
|
|
6936
|
+
var _this13 = this;
|
|
6937
|
+
|
|
6938
|
+
var pageSize = this.pageSize,
|
|
6939
|
+
sidx = this.sidx,
|
|
6940
|
+
sord = this.sord,
|
|
6941
|
+
currentPage = this.currentPage,
|
|
6942
|
+
businessId = this.businessId;
|
|
6943
|
+
|
|
6944
|
+
this.deleteLoading = true;
|
|
6945
|
+
var params = {
|
|
6946
|
+
url: api["o" /* deletedListJson */] + '?apprecordId=' + businessId,
|
|
6947
|
+
method: 'POST',
|
|
6948
|
+
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
|
|
6949
|
+
};
|
|
6950
|
+
util["a" /* default */].ajax(params).then(function (res) {
|
|
6951
|
+
_this13.deleteTableList = res.data;
|
|
6952
|
+
_this13.total = res.totalrecords;
|
|
6953
|
+
_this13.deleteLoading = false;
|
|
6954
|
+
}).catch(function (err) {
|
|
6955
|
+
_this13.deleteLoading = false;
|
|
6956
|
+
if (err.message && err.message !== 'canceled') {
|
|
6957
|
+
_this13.$message.error(err.message);
|
|
6958
|
+
}
|
|
6959
|
+
});
|
|
6960
|
+
},
|
|
6961
|
+
|
|
6962
|
+
/**
|
|
6963
|
+
* getResetList
|
|
6964
|
+
* @desc:重设列表数据
|
|
6965
|
+
* @author liufan
|
|
6966
|
+
* @date 2025年12月30日
|
|
6967
|
+
**/
|
|
6968
|
+
getResetList: function getResetList() {
|
|
6969
|
+
var _this14 = this;
|
|
6970
|
+
|
|
6971
|
+
var pageSize = this.pageSize,
|
|
6972
|
+
sidx = this.sidx,
|
|
6973
|
+
sord = this.sord,
|
|
6974
|
+
currentPage = this.currentPage,
|
|
6975
|
+
businessId = this.businessId;
|
|
6976
|
+
|
|
6977
|
+
this.resetLoading = true;
|
|
6978
|
+
var params = {
|
|
6979
|
+
url: api["Nb" /* resetJson */] + '?appRecordId=' + businessId,
|
|
6980
|
+
params: { appRecordId: businessId },
|
|
6981
|
+
method: 'POST',
|
|
6982
|
+
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
|
|
6983
|
+
};
|
|
6984
|
+
util["a" /* default */].ajax(params).then(function (res) {
|
|
6985
|
+
_this14.resetTableList = res.data;
|
|
6986
|
+
_this14.total = res.totalrecords;
|
|
6987
|
+
_this14.resetLoading = false;
|
|
6988
|
+
}).catch(function (err) {
|
|
6989
|
+
_this14.resetLoading = false;
|
|
6990
|
+
if (err.message && err.message !== 'canceled') {
|
|
6991
|
+
_this14.$message.error(err.message);
|
|
6992
|
+
}
|
|
6993
|
+
});
|
|
6994
|
+
},
|
|
6995
|
+
|
|
6996
|
+
/**
|
|
6997
|
+
* getPressList
|
|
6998
|
+
* @desc:催办列表数据
|
|
6999
|
+
* @author liufan
|
|
7000
|
+
* @date 2022年11月29日
|
|
6280
7001
|
**/
|
|
6281
7002
|
getPressList: function getPressList() {
|
|
6282
|
-
var
|
|
7003
|
+
var _this15 = this;
|
|
6283
7004
|
|
|
6284
7005
|
var historyId = this.historyId,
|
|
6285
7006
|
pageSize = this.pageSize,
|
|
@@ -6289,29 +7010,29 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6289
7010
|
|
|
6290
7011
|
this.pressLoading = true;
|
|
6291
7012
|
var params = {
|
|
6292
|
-
url: api["
|
|
7013
|
+
url: api["Eb" /* pressListJson */],
|
|
6293
7014
|
params: { historyId: historyId },
|
|
6294
7015
|
method: 'POST',
|
|
6295
7016
|
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
|
|
6296
7017
|
};
|
|
6297
7018
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
6298
|
-
|
|
6299
|
-
|
|
6300
|
-
|
|
7019
|
+
_this15.pressTableList = res.data;
|
|
7020
|
+
_this15.total = res.totalrecords;
|
|
7021
|
+
_this15.pressLoading = false;
|
|
6301
7022
|
}).catch(function (err) {
|
|
6302
|
-
|
|
7023
|
+
_this15.pressLoading = false;
|
|
6303
7024
|
if (err.message && err.message !== 'canceled') {
|
|
6304
|
-
|
|
7025
|
+
_this15.$message.error(err.message);
|
|
6305
7026
|
}
|
|
6306
7027
|
});
|
|
6307
7028
|
},
|
|
6308
7029
|
|
|
6309
|
-
/**
|
|
6310
|
-
* goPress
|
|
6311
|
-
* @desc:催办列表查看
|
|
6312
|
-
* @param {String} id 催办列表id
|
|
6313
|
-
* @author liufan
|
|
6314
|
-
* @date 2022年11月29日
|
|
7030
|
+
/**
|
|
7031
|
+
* goPress
|
|
7032
|
+
* @desc:催办列表查看
|
|
7033
|
+
* @param {String} id 催办列表id
|
|
7034
|
+
* @author liufan
|
|
7035
|
+
* @date 2022年11月29日
|
|
6315
7036
|
**/
|
|
6316
7037
|
goPress: function goPress(id) {
|
|
6317
7038
|
this.historyId = id;
|
|
@@ -6319,23 +7040,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6319
7040
|
this.getPressList();
|
|
6320
7041
|
},
|
|
6321
7042
|
|
|
6322
|
-
/**
|
|
6323
|
-
* showFile
|
|
6324
|
-
* @desc:附件查看
|
|
6325
|
-
* @param {String} ownId 附件id
|
|
6326
|
-
* @author liufan
|
|
6327
|
-
* @date 2022年11月29日
|
|
7043
|
+
/**
|
|
7044
|
+
* showFile
|
|
7045
|
+
* @desc:附件查看
|
|
7046
|
+
* @param {String} ownId 附件id
|
|
7047
|
+
* @author liufan
|
|
7048
|
+
* @date 2022年11月29日
|
|
6328
7049
|
**/
|
|
6329
7050
|
showFile: function showFile(ownId) {
|
|
6330
7051
|
this.wfpendingid = ownId;
|
|
6331
7052
|
this.showFileList = true;
|
|
6332
7053
|
},
|
|
6333
7054
|
|
|
6334
|
-
/**
|
|
6335
|
-
* handleChange
|
|
6336
|
-
* @desc:切换排序方式
|
|
6337
|
-
* @author liufan
|
|
6338
|
-
* @date 2022年11月22日
|
|
7055
|
+
/**
|
|
7056
|
+
* handleChange
|
|
7057
|
+
* @desc:切换排序方式
|
|
7058
|
+
* @author liufan
|
|
7059
|
+
* @date 2022年11月22日
|
|
6339
7060
|
**/
|
|
6340
7061
|
handleChange: function handleChange(key, value) {
|
|
6341
7062
|
if (value) {
|
|
@@ -6346,7 +7067,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6346
7067
|
this.getFlowList();
|
|
6347
7068
|
},
|
|
6348
7069
|
getFyListJson: function getFyListJson(type) {
|
|
6349
|
-
var
|
|
7070
|
+
var _this16 = this;
|
|
6350
7071
|
|
|
6351
7072
|
return _asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
|
|
6352
7073
|
var params;
|
|
@@ -6355,22 +7076,22 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6355
7076
|
switch (_context3.prev = _context3.next) {
|
|
6356
7077
|
case 0:
|
|
6357
7078
|
params = {
|
|
6358
|
-
url: api["
|
|
7079
|
+
url: api["J" /* fyListJson */],
|
|
6359
7080
|
params: {
|
|
6360
|
-
appRecordId:
|
|
7081
|
+
appRecordId: _this16.businessId,
|
|
6361
7082
|
status: type
|
|
6362
7083
|
}
|
|
6363
7084
|
};
|
|
6364
7085
|
_context3.next = 3;
|
|
6365
7086
|
return util["a" /* default */].ajax(params).then(function (res) {
|
|
6366
7087
|
if (type == 1) {
|
|
6367
|
-
|
|
6368
|
-
|
|
7088
|
+
_this16.untreatedReadData = res.data;
|
|
7089
|
+
_this16.untreatedReadData.map(function (x, i) {
|
|
6369
7090
|
x.sort = i + 1;
|
|
6370
7091
|
});
|
|
6371
7092
|
} else {
|
|
6372
|
-
|
|
6373
|
-
|
|
7093
|
+
_this16.processedReadData = res.data;
|
|
7094
|
+
_this16.processedReadData.map(function (x, i) {
|
|
6374
7095
|
x.sort = i + 1;
|
|
6375
7096
|
});
|
|
6376
7097
|
}
|
|
@@ -6381,21 +7102,21 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6381
7102
|
return _context3.stop();
|
|
6382
7103
|
}
|
|
6383
7104
|
}
|
|
6384
|
-
}, _callee3,
|
|
7105
|
+
}, _callee3, _this16);
|
|
6385
7106
|
}))();
|
|
6386
7107
|
},
|
|
6387
7108
|
|
|
6388
|
-
/**
|
|
6389
|
-
* getFlowList
|
|
6390
|
-
* @desc:获取流程列表
|
|
6391
|
-
* @author liufan
|
|
6392
|
-
* @date 2022年11月22日
|
|
7109
|
+
/**
|
|
7110
|
+
* getFlowList
|
|
7111
|
+
* @desc:获取流程列表
|
|
7112
|
+
* @author liufan
|
|
7113
|
+
* @date 2022年11月22日
|
|
6393
7114
|
**/
|
|
6394
7115
|
getFlowList: function getFlowList(type) {
|
|
6395
|
-
var
|
|
7116
|
+
var _this17 = this;
|
|
6396
7117
|
|
|
6397
7118
|
var params = {
|
|
6398
|
-
url: api["
|
|
7119
|
+
url: api["Cb" /* pendedhistoryListJson */],
|
|
6399
7120
|
params: _extends({
|
|
6400
7121
|
apprecordid: this.businessId,
|
|
6401
7122
|
pendingAttr: 0,
|
|
@@ -6414,64 +7135,70 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6414
7135
|
isShort = _res$data.isShort,
|
|
6415
7136
|
modify = _res$data.modify,
|
|
6416
7137
|
canDelete = _res$data.canDelete,
|
|
7138
|
+
canBatchDelete = _res$data.canBatchDelete,
|
|
7139
|
+
isSuperRole = _res$data.isSuperRole,
|
|
7140
|
+
isShowReset = _res$data.isShowReset,
|
|
6417
7141
|
taskReadName = _res$data.taskReadName;
|
|
6418
7142
|
|
|
6419
|
-
|
|
7143
|
+
_this17.loading.close();
|
|
6420
7144
|
if (status == 'success') {
|
|
6421
|
-
|
|
6422
|
-
|
|
6423
|
-
|
|
6424
|
-
|
|
6425
|
-
|
|
6426
|
-
|
|
6427
|
-
|
|
7145
|
+
_this17.flowTableInfo.adjunctCode = adjunctCode;
|
|
7146
|
+
_this17.flowTableInfo.hasAgent = hasAgent;
|
|
7147
|
+
_this17.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
|
|
7148
|
+
_this17.isShort = isShort;
|
|
7149
|
+
_this17.taskReadName = taskReadName;
|
|
7150
|
+
_this17.flowData = wfHistoryList;
|
|
7151
|
+
_this17.flowData.map(function (x, i) {
|
|
6428
7152
|
x.sort = i + 1;
|
|
6429
7153
|
if (!x.deptid) {
|
|
6430
7154
|
x.deptid = x.deptName;
|
|
6431
7155
|
}
|
|
6432
7156
|
});
|
|
6433
|
-
|
|
6434
|
-
|
|
7157
|
+
_this17.splitReadingData = fyHistoryList;
|
|
7158
|
+
_this17.splitReadingData.map(function (x, i) {
|
|
6435
7159
|
x.sort = i + 1;
|
|
6436
7160
|
});
|
|
6437
|
-
|
|
6438
|
-
|
|
6439
|
-
|
|
6440
|
-
|
|
6441
|
-
|
|
6442
|
-
|
|
6443
|
-
|
|
7161
|
+
_this17.modify = modify;
|
|
7162
|
+
_this17.canDelete = canDelete;
|
|
7163
|
+
_this17.canBatchDelete = canBatchDelete;
|
|
7164
|
+
_this17.isSuperRole = isSuperRole;
|
|
7165
|
+
_this17.isShowReset = isShowReset;
|
|
7166
|
+
_this17.show = true;
|
|
7167
|
+
if (_this17.height == 'auto') {
|
|
7168
|
+
_this17.$nextTick(function () {
|
|
7169
|
+
_this17.content.map(function (x) {
|
|
7170
|
+
_this17[x.type + 'Height'] = _this17.$refs[x.type][0].offsetHeight;
|
|
6444
7171
|
});
|
|
6445
7172
|
});
|
|
6446
7173
|
}
|
|
6447
|
-
if (
|
|
6448
|
-
|
|
7174
|
+
if (_this17.contents.indexOf('circular') != -1) {
|
|
7175
|
+
_this17.getCircularReadList();
|
|
6449
7176
|
} else {
|
|
6450
|
-
|
|
6451
|
-
|
|
7177
|
+
_this17.$nextTick(function () {
|
|
7178
|
+
_this17.getListCount(_this17.flowListCount);
|
|
6452
7179
|
});
|
|
6453
7180
|
}
|
|
6454
7181
|
} else {
|
|
6455
|
-
|
|
7182
|
+
_this17.$message.error(message || '系统错误,请联系管理员!');
|
|
6456
7183
|
}
|
|
6457
7184
|
}).catch(function (err) {
|
|
6458
|
-
|
|
7185
|
+
_this17.loading.close();
|
|
6459
7186
|
if (err.message && err.message !== 'canceled') {
|
|
6460
|
-
|
|
7187
|
+
_this17.$message.error(err.message);
|
|
6461
7188
|
}
|
|
6462
|
-
|
|
7189
|
+
_this17.show = true;
|
|
6463
7190
|
});
|
|
6464
7191
|
},
|
|
6465
7192
|
|
|
6466
|
-
/**
|
|
6467
|
-
* handleClick
|
|
6468
|
-
* @desc:表单点击事件
|
|
6469
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
6470
|
-
* @author liufan
|
|
6471
|
-
* @date 2022年11月10日
|
|
7193
|
+
/**
|
|
7194
|
+
* handleClick
|
|
7195
|
+
* @desc:表单点击事件
|
|
7196
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
7197
|
+
* @author liufan
|
|
7198
|
+
* @date 2022年11月10日
|
|
6472
7199
|
**/
|
|
6473
7200
|
handleClick: function handleClick(val) {
|
|
6474
|
-
var
|
|
7201
|
+
var _this18 = this;
|
|
6475
7202
|
|
|
6476
7203
|
var text = val.handle.text,
|
|
6477
7204
|
_val$row = val.row,
|
|
@@ -6481,9 +7208,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6481
7208
|
if (text === '置为失效') {
|
|
6482
7209
|
if (status == 0) {
|
|
6483
7210
|
this.$confirm('您确定要置为失效吗?').then(function () {
|
|
6484
|
-
|
|
7211
|
+
_this18.loading = util["a" /* default */].loading(_this18.$loading, '提交中...');
|
|
6485
7212
|
var param = {
|
|
6486
|
-
url: api["
|
|
7213
|
+
url: api["n" /* deletePresetInfo */],
|
|
6487
7214
|
headers: { Accept: 'application/json,text/plain' },
|
|
6488
7215
|
method: 'post',
|
|
6489
7216
|
params: { id: id }
|
|
@@ -6492,17 +7219,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6492
7219
|
var status = res.status,
|
|
6493
7220
|
message = res.message;
|
|
6494
7221
|
|
|
6495
|
-
|
|
7222
|
+
_this18.loading.close();
|
|
6496
7223
|
if (status === 'success') {
|
|
6497
|
-
|
|
6498
|
-
|
|
7224
|
+
_this18.$message.success('操作成功');
|
|
7225
|
+
_this18.getListInfo();
|
|
6499
7226
|
} else {
|
|
6500
|
-
|
|
7227
|
+
_this18.$message.error(message || '系统错误,请联系管理员!');
|
|
6501
7228
|
}
|
|
6502
7229
|
}).catch(function (err) {
|
|
6503
|
-
|
|
7230
|
+
_this18.loading.close();
|
|
6504
7231
|
if (err.message && err.message !== 'canceled') {
|
|
6505
|
-
|
|
7232
|
+
_this18.$message.error(err.message);
|
|
6506
7233
|
}
|
|
6507
7234
|
});
|
|
6508
7235
|
}).catch(function (e) {
|
|
@@ -6514,13 +7241,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6514
7241
|
}
|
|
6515
7242
|
},
|
|
6516
7243
|
|
|
6517
|
-
/**
|
|
6518
|
-
* getCodeValue
|
|
6519
|
-
* @desc:获取代码表过滤后的值
|
|
6520
|
-
* @param {String} value 展示数据的代码值
|
|
6521
|
-
* @param {String} type 代码表类型
|
|
6522
|
-
* @author liufan
|
|
6523
|
-
* @date 2022年11月10日
|
|
7244
|
+
/**
|
|
7245
|
+
* getCodeValue
|
|
7246
|
+
* @desc:获取代码表过滤后的值
|
|
7247
|
+
* @param {String} value 展示数据的代码值
|
|
7248
|
+
* @param {String} type 代码表类型
|
|
7249
|
+
* @author liufan
|
|
7250
|
+
* @date 2022年11月10日
|
|
6524
7251
|
**/
|
|
6525
7252
|
getCodeValue: function getCodeValue(value, type) {
|
|
6526
7253
|
var val = this[type].filter(function (item) {
|
|
@@ -6529,18 +7256,18 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6529
7256
|
return val[0].shortName;
|
|
6530
7257
|
},
|
|
6531
7258
|
|
|
6532
|
-
/**
|
|
6533
|
-
* getSysInfo
|
|
6534
|
-
* @desc:获取代码表
|
|
6535
|
-
* @param {String} code 编码code值
|
|
6536
|
-
* @author liufan
|
|
6537
|
-
* @date 2022年11月10日
|
|
7259
|
+
/**
|
|
7260
|
+
* getSysInfo
|
|
7261
|
+
* @desc:获取代码表
|
|
7262
|
+
* @param {String} code 编码code值
|
|
7263
|
+
* @author liufan
|
|
7264
|
+
* @date 2022年11月10日
|
|
6538
7265
|
**/
|
|
6539
7266
|
getSysInfo: function getSysInfo(code) {
|
|
6540
|
-
var
|
|
7267
|
+
var _this19 = this;
|
|
6541
7268
|
|
|
6542
7269
|
var params = {
|
|
6543
|
-
url: api["
|
|
7270
|
+
url: api["B" /* findCodeValues */],
|
|
6544
7271
|
params: { ccCode: code }
|
|
6545
7272
|
};
|
|
6546
7273
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -6549,24 +7276,24 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6549
7276
|
data = res.data;
|
|
6550
7277
|
|
|
6551
7278
|
if (status == 'success') {
|
|
6552
|
-
|
|
7279
|
+
_this19[code] = data;
|
|
6553
7280
|
} else {
|
|
6554
|
-
|
|
7281
|
+
_this19.$message.error(message || '系统错误,请联系管理员!');
|
|
6555
7282
|
}
|
|
6556
7283
|
}).catch(function (e) {});
|
|
6557
7284
|
},
|
|
6558
7285
|
|
|
6559
|
-
/**
|
|
6560
|
-
* getListInfo
|
|
6561
|
-
* @desc:获取预设列表数据
|
|
6562
|
-
* @author liufan
|
|
6563
|
-
* @date 2022年11月10日
|
|
7286
|
+
/**
|
|
7287
|
+
* getListInfo
|
|
7288
|
+
* @desc:获取预设列表数据
|
|
7289
|
+
* @author liufan
|
|
7290
|
+
* @date 2022年11月10日
|
|
6564
7291
|
**/
|
|
6565
7292
|
getListInfo: function getListInfo() {
|
|
6566
|
-
var
|
|
7293
|
+
var _this20 = this;
|
|
6567
7294
|
|
|
6568
7295
|
var param = {
|
|
6569
|
-
url: api["
|
|
7296
|
+
url: api["pc" /* toPresetInfoListIndex */],
|
|
6570
7297
|
params: { apprecordid: this.businessId }
|
|
6571
7298
|
};
|
|
6572
7299
|
util["a" /* default */].ajax(param).then(function (res) {
|
|
@@ -6578,24 +7305,24 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6578
7305
|
canDelete = _res$data2.canDelete,
|
|
6579
7306
|
currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
|
|
6580
7307
|
|
|
6581
|
-
|
|
7308
|
+
_this20.loading.close();
|
|
6582
7309
|
if (status == 'success') {
|
|
6583
7310
|
if (presetInfoList) {
|
|
6584
|
-
|
|
6585
|
-
|
|
7311
|
+
_this20.presetData = presetInfoList;
|
|
7312
|
+
_this20.presetData.map(function (x, i) {
|
|
6586
7313
|
x.sort = i + 1;
|
|
6587
7314
|
});
|
|
6588
7315
|
}
|
|
6589
|
-
|
|
6590
|
-
|
|
6591
|
-
|
|
7316
|
+
_this20.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
|
|
7317
|
+
_this20.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
|
|
7318
|
+
_this20.canDelete = canDelete;
|
|
6592
7319
|
} else {
|
|
6593
|
-
|
|
7320
|
+
_this20.$message.error(message || '系统错误,请联系管理员!');
|
|
6594
7321
|
}
|
|
6595
7322
|
}).catch(function (err) {
|
|
6596
|
-
|
|
7323
|
+
_this20.loading.close();
|
|
6597
7324
|
if (err.message && err.message !== 'canceled') {
|
|
6598
|
-
|
|
7325
|
+
_this20.$message.error(err.message);
|
|
6599
7326
|
}
|
|
6600
7327
|
});
|
|
6601
7328
|
}
|
|
@@ -6616,7 +7343,7 @@ var componentNormalizer = __webpack_require__(3);
|
|
|
6616
7343
|
|
|
6617
7344
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
6618
7345
|
src_mainvue_type_script_lang_js_,
|
|
6619
|
-
|
|
7346
|
+
mainvue_type_template_id_7e636ba0_render,
|
|
6620
7347
|
staticRenderFns,
|
|
6621
7348
|
false,
|
|
6622
7349
|
null,
|