This commit is contained in:
parent
0db0c7f857
commit
fa3bc375bb
|
|
@ -528,8 +528,8 @@ export default {
|
||||||
'material/back_apply_info/export',
|
'material/back_apply_info/export',
|
||||||
{
|
{
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
startTime: this.queryParams.time[0],
|
// startTime: this.queryParams.time[0],
|
||||||
endTime: this.queryParams.time[1]
|
// endTime: this.queryParams.time[1]
|
||||||
},
|
},
|
||||||
`退料申请单_${currentTime}.xlsx`,
|
`退料申请单_${currentTime}.xlsx`,
|
||||||
)
|
)
|
||||||
|
|
@ -540,8 +540,8 @@ export default {
|
||||||
'material/back_apply_info/exportBackDetailsList',
|
'material/back_apply_info/exportBackDetailsList',
|
||||||
{
|
{
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
startTime: this.queryParams.time[0],
|
// startTime: this.queryParams.time[0],
|
||||||
endTime: this.queryParams.time[1]
|
// endTime: this.queryParams.time[1]
|
||||||
},
|
},
|
||||||
`退料明细_${currentTime}.xlsx`,
|
`退料明细_${currentTime}.xlsx`,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue