This commit is contained in:
parent
fa3bc375bb
commit
6bc41f70a8
|
|
@ -1227,8 +1227,8 @@ export default {
|
|||
'/material/bm_agreement_info/export',
|
||||
{
|
||||
...this.queryParams,
|
||||
startTime: this.queryParams.time ? this.queryParams.time[0] : '',
|
||||
endTime: this.queryParams.time ? this.queryParams.time[1] : ''
|
||||
// startTime: this.queryParams.time ? this.queryParams.time[0] : '',
|
||||
// endTime: this.queryParams.time ? this.queryParams.time[1] : ''
|
||||
},
|
||||
`协议管理 _${currentTime}.xlsx`
|
||||
)
|
||||
|
|
|
|||
|
|
@ -491,8 +491,8 @@ export default {
|
|||
'/material/part_lease/export',
|
||||
{
|
||||
...this.queryParams,
|
||||
startTime: this.queryParams.time && this.queryParams.time[0],
|
||||
endTime: this.queryParams.time && this.queryParams.time[1]
|
||||
// startTime: this.queryParams.time && this.queryParams.time[0],
|
||||
// endTime: this.queryParams.time && this.queryParams.time[1]
|
||||
},
|
||||
`配件领用_${currentTime}.xlsx`
|
||||
)
|
||||
|
|
|
|||
|
|
@ -675,8 +675,8 @@ export default {
|
|||
'material/repair/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`,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -270,8 +270,8 @@ export default {
|
|||
this.download("/material/scrap_apply_details/export",
|
||||
{
|
||||
...this.queryParams,
|
||||
startTime: this.queryParams.time && this.queryParams.time[0],
|
||||
endTime: this.queryParams.time && this.queryParams.time[1],
|
||||
// startTime: this.queryParams.time && this.queryParams.time[0],
|
||||
// endTime: this.queryParams.time && this.queryParams.time[1],
|
||||
},
|
||||
`报废审核_${currentTime}.xlsx`
|
||||
);
|
||||
|
|
|
|||
|
|
@ -537,8 +537,8 @@ export default {
|
|||
"/material/repair_audit_details/export",
|
||||
{
|
||||
...this.queryParams,
|
||||
startTime: this.queryParams.time && this.queryParams.time[0],
|
||||
endTime: this.queryParams.time && this.queryParams.time[1],
|
||||
// startTime: this.queryParams.time && this.queryParams.time[0],
|
||||
// endTime: this.queryParams.time && this.queryParams.time[1],
|
||||
},
|
||||
`修试审核_${currentTime}.xlsx`
|
||||
);
|
||||
|
|
|
|||
|
|
@ -280,8 +280,8 @@ export default {
|
|||
'material/complex_query/exportStatisticsList',
|
||||
{
|
||||
...this.queryParams,
|
||||
startTime: this.queryParams.time ? this.queryParams.time[0] : '',
|
||||
endTime: this.queryParams.time ? this.queryParams.time[1] : '',
|
||||
// startTime: this.queryParams.time ? this.queryParams.time[0] : '',
|
||||
// endTime: this.queryParams.time ? this.queryParams.time[1] : '',
|
||||
},
|
||||
`供应统计报表_${currentTime}.xlsx`
|
||||
)
|
||||
|
|
|
|||
|
|
@ -335,8 +335,8 @@ export default {
|
|||
try {
|
||||
const params = {
|
||||
...this.queryParams,
|
||||
startTime: this.queryParams.timeRange ? this.queryParams.timeRange[0] : '',
|
||||
endTime: this.queryParams.timeRange ? this.queryParams.timeRange[1] : ''
|
||||
// startTime: this.queryParams.timeRange ? this.queryParams.timeRange[0] : '',
|
||||
// endTime: this.queryParams.timeRange ? this.queryParams.timeRange[1] : ''
|
||||
}
|
||||
delete params.timeRange
|
||||
console.log('🚀 ~ getList ~ params:', params)
|
||||
|
|
|
|||
|
|
@ -784,8 +784,8 @@ export default {
|
|||
'material/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]
|
||||
},
|
||||
`退料申请单_${new Date().getTime()}.xlsx`
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue