1、完善客商模块

2、完善基础数据模块
3、完善规范
This commit is contained in:
2026-08-01 01:23:13 +08:00
parent 6a4c5d02f4
commit 81c98f6ad8
77 changed files with 4883 additions and 711 deletions

View File

@@ -434,7 +434,8 @@ export default {
NProgress.start();
exportBlob(
'/blade-transport/oil-electric-record/export-oil-electric-record',
this.buildExportParams()
this.buildExportParams(),
{ feedback: true }
)
.then(res => {
downloadXls(res.data, `油电记录${this.$dayjs().format('YYYY-MM-DD HH:mm:ss')}.xlsx`);
@@ -455,7 +456,8 @@ export default {
exportBlob(
`/blade-transport/oil-electric-record/export-template?${
this.website.tokenHeader
}=${getToken()}`
}=${getToken()}`,
{ feedback: true }
).then(res => {
downloadXls(res.data, '油电记录模板.xlsx');
});