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