eoss-ui 0.7.84 → 0.7.86
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 +863 -166
- package/lib/flow-group.js +155 -143
- package/lib/flow-list.js +949 -252
- package/lib/flow.js +257 -241
- package/lib/form.js +157 -145
- package/lib/handle-user.js +156 -144
- package/lib/handler.js +160 -148
- package/lib/icon.js +156 -144
- package/lib/icons.js +1 -1
- package/lib/index.js +1 -1
- package/lib/input-number.js +155 -143
- package/lib/input.js +155 -143
- package/lib/login.js +179 -167
- package/lib/main.js +246 -234
- 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/base.css +1 -1
- package/lib/theme-chalk/flow-list.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity-top.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.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 +1 -1
- package/packages/flow/src/main.vue +6 -2
- package/packages/flow-list/src/main.vue +547 -44
- package/packages/handler/src/main.vue +2 -2
- package/packages/icons/src/icon.json +1 -1
- package/packages/login/src/main.vue +7 -7
- package/packages/main/src/simplicity/index.vue +3 -3
- package/packages/main/src/simplicityTop/handler.vue +2 -2
- package/packages/main/src/simplicityTop/index.vue +3 -3
- package/packages/theme-chalk/src/flow-list.scss +16 -0
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/icon.scss +2637 -797
- package/src/config/api.js +8 -0
- package/src/index.js +1 -1
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=dfc18528&
|
|
4730
|
+
var mainvue_type_template_id_dfc18528_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_dfc18528_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=dfc18528&
|
|
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,55 @@ 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
|
+
console.log(res, '批量删除');
|
|
5793
|
+
// }
|
|
5794
|
+
}
|
|
5795
|
+
}, {
|
|
5796
|
+
text: '重设记录',
|
|
5797
|
+
type: 'primary',
|
|
5798
|
+
hide: !this.isShowReset,
|
|
5799
|
+
event: function event(res) {
|
|
5800
|
+
// click: (key, value) => {
|
|
5801
|
+
_this.showReset = true;
|
|
5802
|
+
_this.currentPage = 1;
|
|
5803
|
+
_this.pageSize = 20;
|
|
5804
|
+
_this.getResetList();
|
|
5805
|
+
console.log(res, '重设记录');
|
|
5806
|
+
// }
|
|
5807
|
+
}
|
|
5808
|
+
}]
|
|
5295
5809
|
}],
|
|
5296
5810
|
preset: [{
|
|
5297
5811
|
type: 'text',
|
|
@@ -6010,15 +6524,110 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6010
6524
|
|
|
6011
6525
|
|
|
6012
6526
|
methods: {
|
|
6013
|
-
|
|
6527
|
+
/**
|
|
6528
|
+
* handleBatchDelete
|
|
6529
|
+
* @desc:批量删除
|
|
6530
|
+
* @author liufan
|
|
6531
|
+
* @date 2025年12月31日
|
|
6532
|
+
**/
|
|
6533
|
+
handleBatchDelete: function handleBatchDelete() {
|
|
6014
6534
|
var _this6 = this;
|
|
6015
6535
|
|
|
6536
|
+
if (this.batchDeleteSelectList.length == 0) {
|
|
6537
|
+
this.$message.error('请选择需要删除的流程历史数据!');
|
|
6538
|
+
return;
|
|
6539
|
+
}
|
|
6540
|
+
if (!this.batchdeletereason) {
|
|
6541
|
+
this.$message.error('请输入批量删除的原因!');
|
|
6542
|
+
return;
|
|
6543
|
+
}
|
|
6544
|
+
var ids = this.batchDeleteSelectList.map(function (item) {
|
|
6545
|
+
return item.id;
|
|
6546
|
+
}).join(',');
|
|
6547
|
+
var params = {
|
|
6548
|
+
url: api["c" /* batchDelete */],
|
|
6549
|
+
method: 'POST',
|
|
6550
|
+
data: { ids: ids, reason: this.batchdeletereason }
|
|
6551
|
+
};
|
|
6552
|
+
console.log(params);
|
|
6553
|
+
this.$confirm('您确定要批量删除勾选上的流程历史数据吗?', {
|
|
6554
|
+
confirmButtonText: '确定',
|
|
6555
|
+
cancelButtonText: '取消',
|
|
6556
|
+
type: 'warning'
|
|
6557
|
+
}).then(function () {
|
|
6558
|
+
_this6.loading = util["a" /* default */].loading(_this6.$loading, '批量删除中...');
|
|
6559
|
+
util["a" /* default */].ajax(params).then(function (res) {
|
|
6560
|
+
_this6.loading.close();
|
|
6561
|
+
if (res.rCode == 0 || res.status == 'success') {
|
|
6562
|
+
_this6.flowData = _this6.flowData.filter(function (item) {
|
|
6563
|
+
return ids.indexOf(item.id) == -1;
|
|
6564
|
+
});
|
|
6565
|
+
_this6.batchdeleteTableList = _this6.flowData.filter(function (x) {
|
|
6566
|
+
return x.pendstate == 2;
|
|
6567
|
+
});
|
|
6568
|
+
_this6.batchdeletereason = '';
|
|
6569
|
+
_this6.show = false;
|
|
6570
|
+
setTimeout(function () {
|
|
6571
|
+
_this6.show = true;
|
|
6572
|
+
}, 0);
|
|
6573
|
+
_this6.$message({
|
|
6574
|
+
message: '删除成功',
|
|
6575
|
+
type: 'success'
|
|
6576
|
+
});
|
|
6577
|
+
} else {
|
|
6578
|
+
_this6.$message.error(res.message);
|
|
6579
|
+
}
|
|
6580
|
+
}).catch(function (err) {
|
|
6581
|
+
_this6.loading.close();
|
|
6582
|
+
if (err.message && err.message !== 'canceled') {
|
|
6583
|
+
_this6.$message.error(err.message);
|
|
6584
|
+
}
|
|
6585
|
+
});
|
|
6586
|
+
}).catch(function () {});
|
|
6587
|
+
},
|
|
6588
|
+
handleBtnShowClick: function handleBtnShowClick(val) {
|
|
6589
|
+
var _this7 = this;
|
|
6590
|
+
|
|
6591
|
+
var handle = val.handle,
|
|
6592
|
+
row = val.row;
|
|
6593
|
+
|
|
6594
|
+
if (handle.text == '恢复') {
|
|
6595
|
+
var params = {
|
|
6596
|
+
url: api["Pb" /* restoredHistory */],
|
|
6597
|
+
params: {
|
|
6598
|
+
id: row.id
|
|
6599
|
+
}
|
|
6600
|
+
};
|
|
6601
|
+
this.$confirm('您确定要恢复这条办理历史吗?', {
|
|
6602
|
+
confirmButtonText: '确定',
|
|
6603
|
+
cancelButtonText: '取消',
|
|
6604
|
+
type: 'warning'
|
|
6605
|
+
}).then(function () {
|
|
6606
|
+
_this7.loading = util["a" /* default */].loading(_this7.$loading, '恢复中...');
|
|
6607
|
+
util["a" /* default */].ajax(params).then(function (res) {
|
|
6608
|
+
_this7.loading.close();
|
|
6609
|
+
if (res.rCode == 0 || res.status == 'success') {
|
|
6610
|
+
_this7.getDeletList();
|
|
6611
|
+
_this7.getFlowList();
|
|
6612
|
+
_this7.$message({
|
|
6613
|
+
message: '恢复成功',
|
|
6614
|
+
type: 'success'
|
|
6615
|
+
});
|
|
6616
|
+
}
|
|
6617
|
+
});
|
|
6618
|
+
// _that.subMit(res.results,type)
|
|
6619
|
+
}).catch(function () {});
|
|
6620
|
+
}
|
|
6621
|
+
},
|
|
6622
|
+
recallReadFun: function recallReadFun() {
|
|
6623
|
+
var _this8 = this;
|
|
6624
|
+
|
|
6016
6625
|
var _that = this;
|
|
6017
6626
|
var pendingIds = _that.selectList.map(function (x) {
|
|
6018
6627
|
return x.id;
|
|
6019
6628
|
}).join(',');
|
|
6020
6629
|
var params = {
|
|
6021
|
-
url: api["
|
|
6630
|
+
url: api["ec" /* taskReadWithDraw */],
|
|
6022
6631
|
params: {
|
|
6023
6632
|
pendingIds: pendingIds
|
|
6024
6633
|
}
|
|
@@ -6054,7 +6663,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6054
6663
|
return _context2.stop();
|
|
6055
6664
|
}
|
|
6056
6665
|
}
|
|
6057
|
-
}, _callee2,
|
|
6666
|
+
}, _callee2, _this8);
|
|
6058
6667
|
}));
|
|
6059
6668
|
|
|
6060
6669
|
return function (_x) {
|
|
@@ -6063,7 +6672,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6063
6672
|
}());
|
|
6064
6673
|
},
|
|
6065
6674
|
recallRead: function recallRead() {
|
|
6066
|
-
var
|
|
6675
|
+
var _this9 = this;
|
|
6067
6676
|
|
|
6068
6677
|
if (this.selectList.length == 0) return this.$message.warning('请选择需要撤销的分阅');
|
|
6069
6678
|
this.$confirm('是否确认撤销选中的分阅?', '提示', {
|
|
@@ -6071,17 +6680,22 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6071
6680
|
cancelButtonText: '取消',
|
|
6072
6681
|
type: 'warning'
|
|
6073
6682
|
}).then(function () {
|
|
6074
|
-
|
|
6683
|
+
_this9.recallReadFun();
|
|
6075
6684
|
});
|
|
6076
6685
|
},
|
|
6077
|
-
handleSelectionChange: function handleSelectionChange(val) {
|
|
6078
|
-
|
|
6686
|
+
handleSelectionChange: function handleSelectionChange(val, type) {
|
|
6687
|
+
if (type == 'batchDelete') {
|
|
6688
|
+
this.batchDeleteSelectList = val;
|
|
6689
|
+
console.log(this.batchDeleteSelectList, 'this.batchDeleteSelectList');
|
|
6690
|
+
} else {
|
|
6691
|
+
this.selectList = val;
|
|
6692
|
+
}
|
|
6079
6693
|
},
|
|
6080
6694
|
handledraw: function handledraw(pendedHistoryId) {
|
|
6081
|
-
var
|
|
6695
|
+
var _this10 = this;
|
|
6082
6696
|
|
|
6083
6697
|
var params = {
|
|
6084
|
-
url: api["
|
|
6698
|
+
url: api["g" /* circularReadWithdraw */],
|
|
6085
6699
|
params: { pendedHistoryId: pendedHistoryId }
|
|
6086
6700
|
};
|
|
6087
6701
|
this.$confirm('是否确定撤回当前传阅', {
|
|
@@ -6089,15 +6703,15 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6089
6703
|
cancelButtonText: '取消',
|
|
6090
6704
|
type: 'warning'
|
|
6091
6705
|
}).then(function () {
|
|
6092
|
-
|
|
6706
|
+
_this10.loading = util["a" /* default */].loading(_this10.$loading, '撤回中...');
|
|
6093
6707
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
6094
|
-
|
|
6708
|
+
_this10.loading.close();
|
|
6095
6709
|
if (res.rCode == 0) {
|
|
6096
|
-
|
|
6710
|
+
_this10.$message({
|
|
6097
6711
|
message: '撤回成功',
|
|
6098
6712
|
type: 'success'
|
|
6099
6713
|
});
|
|
6100
|
-
|
|
6714
|
+
_this10.getCircularReadList();
|
|
6101
6715
|
}
|
|
6102
6716
|
});
|
|
6103
6717
|
// _that.subMit(res.results,type)
|
|
@@ -6106,7 +6720,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6106
6720
|
getCircularReadList: function getCircularReadList() {
|
|
6107
6721
|
var _that = this;
|
|
6108
6722
|
var params = {
|
|
6109
|
-
url: api["
|
|
6723
|
+
url: api["Db" /* pendedhistoryListWithCircularReadJson */],
|
|
6110
6724
|
params: { apprecordid: _that.businessId }
|
|
6111
6725
|
};
|
|
6112
6726
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -6186,11 +6800,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6186
6800
|
* @date 2022年11月29日
|
|
6187
6801
|
**/
|
|
6188
6802
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
6189
|
-
var
|
|
6803
|
+
var _this11 = this;
|
|
6190
6804
|
|
|
6191
6805
|
this.delLoading = true;
|
|
6192
6806
|
var params = {
|
|
6193
|
-
url: this.modalType == 'del' ? api["
|
|
6807
|
+
url: this.modalType == 'del' ? api["m" /* deleteFlow */] : api["Ab" /* modifyFlow */],
|
|
6194
6808
|
method: 'POST',
|
|
6195
6809
|
data: { id: this.historyId, reason: formData.reason }
|
|
6196
6810
|
};
|
|
@@ -6203,18 +6817,18 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6203
6817
|
var status = res.status,
|
|
6204
6818
|
message = res.message;
|
|
6205
6819
|
|
|
6206
|
-
|
|
6820
|
+
_this11.delLoading = false;
|
|
6207
6821
|
if (status === 'success') {
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6822
|
+
_this11.$message.success((_this11.modalType == 'del' ? '删除' : '修改') + '\u6210\u529F');
|
|
6823
|
+
_this11.showDel = false;
|
|
6824
|
+
_this11.handleChange();
|
|
6211
6825
|
} else {
|
|
6212
|
-
|
|
6826
|
+
_this11.$message.error(message || '系统错误,请联系管理员!');
|
|
6213
6827
|
}
|
|
6214
6828
|
}).catch(function (err) {
|
|
6215
|
-
|
|
6829
|
+
_this11.delLoading = false;
|
|
6216
6830
|
if (err.message && err.message !== 'canceled') {
|
|
6217
|
-
|
|
6831
|
+
_this11.$message.error(err.message);
|
|
6218
6832
|
}
|
|
6219
6833
|
});
|
|
6220
6834
|
},
|
|
@@ -6239,9 +6853,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6239
6853
|
* @author liufan
|
|
6240
6854
|
* @date 2022年11月29日
|
|
6241
6855
|
**/
|
|
6242
|
-
handleCurrentChange: function handleCurrentChange(val) {
|
|
6856
|
+
handleCurrentChange: function handleCurrentChange(val, type) {
|
|
6243
6857
|
this.currentPage = val;
|
|
6244
|
-
|
|
6858
|
+
if (type == 'press') {
|
|
6859
|
+
this.getPressList();
|
|
6860
|
+
}
|
|
6245
6861
|
},
|
|
6246
6862
|
|
|
6247
6863
|
/**
|
|
@@ -6253,7 +6869,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6253
6869
|
**/
|
|
6254
6870
|
handleSizeChange: function handleSizeChange(val) {
|
|
6255
6871
|
this.pageSize = val;
|
|
6256
|
-
|
|
6872
|
+
if (type == 'press') {
|
|
6873
|
+
this.getPressList();
|
|
6874
|
+
}
|
|
6257
6875
|
},
|
|
6258
6876
|
|
|
6259
6877
|
/**
|
|
@@ -6263,13 +6881,86 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6263
6881
|
* @author liufan
|
|
6264
6882
|
* @date 2022年11月29日
|
|
6265
6883
|
**/
|
|
6266
|
-
sortChange: function sortChange(info) {
|
|
6267
|
-
|
|
6268
|
-
|
|
6884
|
+
sortChange: function sortChange(info, type) {
|
|
6885
|
+
console.log(info);
|
|
6886
|
+
var prop = info.prop;
|
|
6269
6887
|
|
|
6270
6888
|
this.sidx = prop;
|
|
6271
|
-
this.sord =
|
|
6272
|
-
|
|
6889
|
+
this.sord = this.sord == 'asc' ? 'desc' : 'asc';
|
|
6890
|
+
if (type == 'press') {
|
|
6891
|
+
this.getPressList();
|
|
6892
|
+
} else if (type == 'reset') {
|
|
6893
|
+
this.getResetList();
|
|
6894
|
+
} else if (type == 'delete') {
|
|
6895
|
+
this.getDeletList();
|
|
6896
|
+
}
|
|
6897
|
+
},
|
|
6898
|
+
|
|
6899
|
+
/**
|
|
6900
|
+
* getDeletList
|
|
6901
|
+
* @desc:删除列表数据
|
|
6902
|
+
* @author liufan
|
|
6903
|
+
* @date 2025年12月30日
|
|
6904
|
+
**/
|
|
6905
|
+
getDeletList: function getDeletList() {
|
|
6906
|
+
var _this12 = this;
|
|
6907
|
+
|
|
6908
|
+
var pageSize = this.pageSize,
|
|
6909
|
+
sidx = this.sidx,
|
|
6910
|
+
sord = this.sord,
|
|
6911
|
+
currentPage = this.currentPage,
|
|
6912
|
+
businessId = this.businessId;
|
|
6913
|
+
|
|
6914
|
+
this.deleteLoading = true;
|
|
6915
|
+
var params = {
|
|
6916
|
+
url: api["o" /* deletedListJson */] + '?apprecordId=' + businessId,
|
|
6917
|
+
method: 'POST',
|
|
6918
|
+
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
|
|
6919
|
+
};
|
|
6920
|
+
util["a" /* default */].ajax(params).then(function (res) {
|
|
6921
|
+
_this12.deleteTableList = res.data;
|
|
6922
|
+
_this12.total = res.totalrecords;
|
|
6923
|
+
_this12.deleteLoading = false;
|
|
6924
|
+
}).catch(function (err) {
|
|
6925
|
+
_this12.deleteLoading = false;
|
|
6926
|
+
if (err.message && err.message !== 'canceled') {
|
|
6927
|
+
_this12.$message.error(err.message);
|
|
6928
|
+
}
|
|
6929
|
+
});
|
|
6930
|
+
},
|
|
6931
|
+
|
|
6932
|
+
/**
|
|
6933
|
+
* getResetList
|
|
6934
|
+
* @desc:重设列表数据
|
|
6935
|
+
* @author liufan
|
|
6936
|
+
* @date 2025年12月30日
|
|
6937
|
+
**/
|
|
6938
|
+
getResetList: function getResetList() {
|
|
6939
|
+
var _this13 = this;
|
|
6940
|
+
|
|
6941
|
+
var pageSize = this.pageSize,
|
|
6942
|
+
sidx = this.sidx,
|
|
6943
|
+
sord = this.sord,
|
|
6944
|
+
currentPage = this.currentPage,
|
|
6945
|
+
businessId = this.businessId;
|
|
6946
|
+
|
|
6947
|
+
this.resetLoading = true;
|
|
6948
|
+
var params = {
|
|
6949
|
+
url: api["Nb" /* resetJson */] + '?appRecordId=' + businessId,
|
|
6950
|
+
params: { appRecordId: businessId },
|
|
6951
|
+
method: 'POST',
|
|
6952
|
+
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
|
|
6953
|
+
};
|
|
6954
|
+
util["a" /* default */].ajax(params).then(function (res) {
|
|
6955
|
+
_this13.resetTableList = res.data;
|
|
6956
|
+
_this13.total = res.totalrecords;
|
|
6957
|
+
_this13.resetLoading = false;
|
|
6958
|
+
}).catch(function (err) {
|
|
6959
|
+
_this13.resetLoading = false;
|
|
6960
|
+
if (err.message && err.message !== 'canceled') {
|
|
6961
|
+
_this13.$message.error(err.message);
|
|
6962
|
+
}
|
|
6963
|
+
});
|
|
6273
6964
|
},
|
|
6274
6965
|
|
|
6275
6966
|
/**
|
|
@@ -6279,7 +6970,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6279
6970
|
* @date 2022年11月29日
|
|
6280
6971
|
**/
|
|
6281
6972
|
getPressList: function getPressList() {
|
|
6282
|
-
var
|
|
6973
|
+
var _this14 = this;
|
|
6283
6974
|
|
|
6284
6975
|
var historyId = this.historyId,
|
|
6285
6976
|
pageSize = this.pageSize,
|
|
@@ -6289,19 +6980,19 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6289
6980
|
|
|
6290
6981
|
this.pressLoading = true;
|
|
6291
6982
|
var params = {
|
|
6292
|
-
url: api["
|
|
6983
|
+
url: api["Eb" /* pressListJson */],
|
|
6293
6984
|
params: { historyId: historyId },
|
|
6294
6985
|
method: 'POST',
|
|
6295
6986
|
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
|
|
6296
6987
|
};
|
|
6297
6988
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
6298
|
-
|
|
6299
|
-
|
|
6300
|
-
|
|
6989
|
+
_this14.pressTableList = res.data;
|
|
6990
|
+
_this14.total = res.totalrecords;
|
|
6991
|
+
_this14.pressLoading = false;
|
|
6301
6992
|
}).catch(function (err) {
|
|
6302
|
-
|
|
6993
|
+
_this14.pressLoading = false;
|
|
6303
6994
|
if (err.message && err.message !== 'canceled') {
|
|
6304
|
-
|
|
6995
|
+
_this14.$message.error(err.message);
|
|
6305
6996
|
}
|
|
6306
6997
|
});
|
|
6307
6998
|
},
|
|
@@ -6346,7 +7037,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6346
7037
|
this.getFlowList();
|
|
6347
7038
|
},
|
|
6348
7039
|
getFyListJson: function getFyListJson(type) {
|
|
6349
|
-
var
|
|
7040
|
+
var _this15 = this;
|
|
6350
7041
|
|
|
6351
7042
|
return _asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
|
|
6352
7043
|
var params;
|
|
@@ -6355,22 +7046,22 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6355
7046
|
switch (_context3.prev = _context3.next) {
|
|
6356
7047
|
case 0:
|
|
6357
7048
|
params = {
|
|
6358
|
-
url: api["
|
|
7049
|
+
url: api["J" /* fyListJson */],
|
|
6359
7050
|
params: {
|
|
6360
|
-
appRecordId:
|
|
7051
|
+
appRecordId: _this15.businessId,
|
|
6361
7052
|
status: type
|
|
6362
7053
|
}
|
|
6363
7054
|
};
|
|
6364
7055
|
_context3.next = 3;
|
|
6365
7056
|
return util["a" /* default */].ajax(params).then(function (res) {
|
|
6366
7057
|
if (type == 1) {
|
|
6367
|
-
|
|
6368
|
-
|
|
7058
|
+
_this15.untreatedReadData = res.data;
|
|
7059
|
+
_this15.untreatedReadData.map(function (x, i) {
|
|
6369
7060
|
x.sort = i + 1;
|
|
6370
7061
|
});
|
|
6371
7062
|
} else {
|
|
6372
|
-
|
|
6373
|
-
|
|
7063
|
+
_this15.processedReadData = res.data;
|
|
7064
|
+
_this15.processedReadData.map(function (x, i) {
|
|
6374
7065
|
x.sort = i + 1;
|
|
6375
7066
|
});
|
|
6376
7067
|
}
|
|
@@ -6381,7 +7072,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6381
7072
|
return _context3.stop();
|
|
6382
7073
|
}
|
|
6383
7074
|
}
|
|
6384
|
-
}, _callee3,
|
|
7075
|
+
}, _callee3, _this15);
|
|
6385
7076
|
}))();
|
|
6386
7077
|
},
|
|
6387
7078
|
|
|
@@ -6392,10 +7083,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6392
7083
|
* @date 2022年11月22日
|
|
6393
7084
|
**/
|
|
6394
7085
|
getFlowList: function getFlowList(type) {
|
|
6395
|
-
var
|
|
7086
|
+
var _this16 = this;
|
|
6396
7087
|
|
|
6397
7088
|
var params = {
|
|
6398
|
-
url: api["
|
|
7089
|
+
url: api["Cb" /* pendedhistoryListJson */],
|
|
6399
7090
|
params: _extends({
|
|
6400
7091
|
apprecordid: this.businessId,
|
|
6401
7092
|
pendingAttr: 0,
|
|
@@ -6414,52 +7105,58 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6414
7105
|
isShort = _res$data.isShort,
|
|
6415
7106
|
modify = _res$data.modify,
|
|
6416
7107
|
canDelete = _res$data.canDelete,
|
|
7108
|
+
canBatchDelete = _res$data.canBatchDelete,
|
|
7109
|
+
isSuperRole = _res$data.isSuperRole,
|
|
7110
|
+
isShowReset = _res$data.isShowReset,
|
|
6417
7111
|
taskReadName = _res$data.taskReadName;
|
|
6418
7112
|
|
|
6419
|
-
|
|
7113
|
+
_this16.loading.close();
|
|
6420
7114
|
if (status == 'success') {
|
|
6421
|
-
|
|
6422
|
-
|
|
6423
|
-
|
|
6424
|
-
|
|
6425
|
-
|
|
6426
|
-
|
|
6427
|
-
|
|
7115
|
+
_this16.flowTableInfo.adjunctCode = adjunctCode;
|
|
7116
|
+
_this16.flowTableInfo.hasAgent = hasAgent;
|
|
7117
|
+
_this16.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
|
|
7118
|
+
_this16.isShort = isShort;
|
|
7119
|
+
_this16.taskReadName = taskReadName;
|
|
7120
|
+
_this16.flowData = wfHistoryList;
|
|
7121
|
+
_this16.flowData.map(function (x, i) {
|
|
6428
7122
|
x.sort = i + 1;
|
|
6429
7123
|
if (!x.deptid) {
|
|
6430
7124
|
x.deptid = x.deptName;
|
|
6431
7125
|
}
|
|
6432
7126
|
});
|
|
6433
|
-
|
|
6434
|
-
|
|
7127
|
+
_this16.splitReadingData = fyHistoryList;
|
|
7128
|
+
_this16.splitReadingData.map(function (x, i) {
|
|
6435
7129
|
x.sort = i + 1;
|
|
6436
7130
|
});
|
|
6437
|
-
|
|
6438
|
-
|
|
6439
|
-
|
|
6440
|
-
|
|
6441
|
-
|
|
6442
|
-
|
|
6443
|
-
|
|
7131
|
+
_this16.modify = modify;
|
|
7132
|
+
_this16.canDelete = canDelete;
|
|
7133
|
+
_this16.canBatchDelete = canBatchDelete;
|
|
7134
|
+
_this16.isSuperRole = isSuperRole;
|
|
7135
|
+
_this16.isShowReset = isShowReset;
|
|
7136
|
+
_this16.show = true;
|
|
7137
|
+
if (_this16.height == 'auto') {
|
|
7138
|
+
_this16.$nextTick(function () {
|
|
7139
|
+
_this16.content.map(function (x) {
|
|
7140
|
+
_this16[x.type + 'Height'] = _this16.$refs[x.type][0].offsetHeight;
|
|
6444
7141
|
});
|
|
6445
7142
|
});
|
|
6446
7143
|
}
|
|
6447
|
-
if (
|
|
6448
|
-
|
|
7144
|
+
if (_this16.contents.indexOf('circular') != -1) {
|
|
7145
|
+
_this16.getCircularReadList();
|
|
6449
7146
|
} else {
|
|
6450
|
-
|
|
6451
|
-
|
|
7147
|
+
_this16.$nextTick(function () {
|
|
7148
|
+
_this16.getListCount(_this16.flowListCount);
|
|
6452
7149
|
});
|
|
6453
7150
|
}
|
|
6454
7151
|
} else {
|
|
6455
|
-
|
|
7152
|
+
_this16.$message.error(message || '系统错误,请联系管理员!');
|
|
6456
7153
|
}
|
|
6457
7154
|
}).catch(function (err) {
|
|
6458
|
-
|
|
7155
|
+
_this16.loading.close();
|
|
6459
7156
|
if (err.message && err.message !== 'canceled') {
|
|
6460
|
-
|
|
7157
|
+
_this16.$message.error(err.message);
|
|
6461
7158
|
}
|
|
6462
|
-
|
|
7159
|
+
_this16.show = true;
|
|
6463
7160
|
});
|
|
6464
7161
|
},
|
|
6465
7162
|
|
|
@@ -6471,7 +7168,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6471
7168
|
* @date 2022年11月10日
|
|
6472
7169
|
**/
|
|
6473
7170
|
handleClick: function handleClick(val) {
|
|
6474
|
-
var
|
|
7171
|
+
var _this17 = this;
|
|
6475
7172
|
|
|
6476
7173
|
var text = val.handle.text,
|
|
6477
7174
|
_val$row = val.row,
|
|
@@ -6481,9 +7178,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6481
7178
|
if (text === '置为失效') {
|
|
6482
7179
|
if (status == 0) {
|
|
6483
7180
|
this.$confirm('您确定要置为失效吗?').then(function () {
|
|
6484
|
-
|
|
7181
|
+
_this17.loading = util["a" /* default */].loading(_this17.$loading, '提交中...');
|
|
6485
7182
|
var param = {
|
|
6486
|
-
url: api["
|
|
7183
|
+
url: api["n" /* deletePresetInfo */],
|
|
6487
7184
|
headers: { Accept: 'application/json,text/plain' },
|
|
6488
7185
|
method: 'post',
|
|
6489
7186
|
params: { id: id }
|
|
@@ -6492,17 +7189,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6492
7189
|
var status = res.status,
|
|
6493
7190
|
message = res.message;
|
|
6494
7191
|
|
|
6495
|
-
|
|
7192
|
+
_this17.loading.close();
|
|
6496
7193
|
if (status === 'success') {
|
|
6497
|
-
|
|
6498
|
-
|
|
7194
|
+
_this17.$message.success('操作成功');
|
|
7195
|
+
_this17.getListInfo();
|
|
6499
7196
|
} else {
|
|
6500
|
-
|
|
7197
|
+
_this17.$message.error(message || '系统错误,请联系管理员!');
|
|
6501
7198
|
}
|
|
6502
7199
|
}).catch(function (err) {
|
|
6503
|
-
|
|
7200
|
+
_this17.loading.close();
|
|
6504
7201
|
if (err.message && err.message !== 'canceled') {
|
|
6505
|
-
|
|
7202
|
+
_this17.$message.error(err.message);
|
|
6506
7203
|
}
|
|
6507
7204
|
});
|
|
6508
7205
|
}).catch(function (e) {
|
|
@@ -6537,10 +7234,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6537
7234
|
* @date 2022年11月10日
|
|
6538
7235
|
**/
|
|
6539
7236
|
getSysInfo: function getSysInfo(code) {
|
|
6540
|
-
var
|
|
7237
|
+
var _this18 = this;
|
|
6541
7238
|
|
|
6542
7239
|
var params = {
|
|
6543
|
-
url: api["
|
|
7240
|
+
url: api["B" /* findCodeValues */],
|
|
6544
7241
|
params: { ccCode: code }
|
|
6545
7242
|
};
|
|
6546
7243
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -6549,9 +7246,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6549
7246
|
data = res.data;
|
|
6550
7247
|
|
|
6551
7248
|
if (status == 'success') {
|
|
6552
|
-
|
|
7249
|
+
_this18[code] = data;
|
|
6553
7250
|
} else {
|
|
6554
|
-
|
|
7251
|
+
_this18.$message.error(message || '系统错误,请联系管理员!');
|
|
6555
7252
|
}
|
|
6556
7253
|
}).catch(function (e) {});
|
|
6557
7254
|
},
|
|
@@ -6563,10 +7260,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6563
7260
|
* @date 2022年11月10日
|
|
6564
7261
|
**/
|
|
6565
7262
|
getListInfo: function getListInfo() {
|
|
6566
|
-
var
|
|
7263
|
+
var _this19 = this;
|
|
6567
7264
|
|
|
6568
7265
|
var param = {
|
|
6569
|
-
url: api["
|
|
7266
|
+
url: api["pc" /* toPresetInfoListIndex */],
|
|
6570
7267
|
params: { apprecordid: this.businessId }
|
|
6571
7268
|
};
|
|
6572
7269
|
util["a" /* default */].ajax(param).then(function (res) {
|
|
@@ -6578,24 +7275,24 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6578
7275
|
canDelete = _res$data2.canDelete,
|
|
6579
7276
|
currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
|
|
6580
7277
|
|
|
6581
|
-
|
|
7278
|
+
_this19.loading.close();
|
|
6582
7279
|
if (status == 'success') {
|
|
6583
7280
|
if (presetInfoList) {
|
|
6584
|
-
|
|
6585
|
-
|
|
7281
|
+
_this19.presetData = presetInfoList;
|
|
7282
|
+
_this19.presetData.map(function (x, i) {
|
|
6586
7283
|
x.sort = i + 1;
|
|
6587
7284
|
});
|
|
6588
7285
|
}
|
|
6589
|
-
|
|
6590
|
-
|
|
6591
|
-
|
|
7286
|
+
_this19.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
|
|
7287
|
+
_this19.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
|
|
7288
|
+
_this19.canDelete = canDelete;
|
|
6592
7289
|
} else {
|
|
6593
|
-
|
|
7290
|
+
_this19.$message.error(message || '系统错误,请联系管理员!');
|
|
6594
7291
|
}
|
|
6595
7292
|
}).catch(function (err) {
|
|
6596
|
-
|
|
7293
|
+
_this19.loading.close();
|
|
6597
7294
|
if (err.message && err.message !== 'canceled') {
|
|
6598
|
-
|
|
7295
|
+
_this19.$message.error(err.message);
|
|
6599
7296
|
}
|
|
6600
7297
|
});
|
|
6601
7298
|
}
|
|
@@ -6616,7 +7313,7 @@ var componentNormalizer = __webpack_require__(3);
|
|
|
6616
7313
|
|
|
6617
7314
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
6618
7315
|
src_mainvue_type_script_lang_js_,
|
|
6619
|
-
|
|
7316
|
+
mainvue_type_template_id_dfc18528_render,
|
|
6620
7317
|
staticRenderFns,
|
|
6621
7318
|
false,
|
|
6622
7319
|
null,
|