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