配件新购优化

This commit is contained in:
bb_pan 2025-11-11 15:52:36 +08:00
parent 89b88e07e3
commit 1903f17edf
3 changed files with 3 additions and 3 deletions

View File

@ -442,7 +442,7 @@ import { getToken } from '@/utils/auth'
const currentTime = formatTime(new Date());
this.download(
"/material/part_arrived/export",
{ ...this.queryParams},
{ ...this.queryParams, taskStage: 2},
`配件新购到货_${currentTime}.xlsx`
);
},

View File

@ -455,7 +455,7 @@ import { getToken } from '@/utils/auth'
const currentTime = formatTime(new Date());
this.download(
"/material/part_arrived/export",
{ ...this.queryParams},
{ ...this.queryParams, taskStage: 2},
`配件新购到货_${currentTime}.xlsx`
);
},

View File

@ -675,7 +675,7 @@ export default {
const currentTime = formatTime(new Date());
this.download(
"/material/part_arrived/export",
{ ...this.queryParams},
{ ...this.queryParams, taskStage: 1},
`配件新购到货__${currentTime}.xlsx`
);
},