配件新购优化
This commit is contained in:
parent
89b88e07e3
commit
1903f17edf
|
|
@ -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`
|
||||
);
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
);
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue