This commit is contained in:
parent
626ddc27a5
commit
49f439351f
|
|
@ -543,7 +543,7 @@ export default {
|
||||||
{
|
{
|
||||||
...this.queryParams
|
...this.queryParams
|
||||||
},
|
},
|
||||||
`综合查询_保有设备总量_${new Date().getTime()}.xlsx`
|
`班组退料_退料记录汇总_${new Date().getTime()}.xlsx`
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
//查看在库编码数据
|
//查看在库编码数据
|
||||||
|
|
|
||||||
|
|
@ -193,7 +193,7 @@ export default {
|
||||||
this.download(
|
this.download(
|
||||||
'/material/material_lease_apply_info/exportOutDetails',
|
'/material/material_lease_apply_info/exportOutDetails',
|
||||||
{ id: this.id },
|
{ id: this.id },
|
||||||
`领料详情_${new Date().getTime()}.xlsx`
|
`领料出库详情_${new Date().getTime()}.xlsx`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue