feat(wms): 添加导出功能并增加导出时间参数

在coil基础面板中增加exportTimeBy参数用于导出时间控制
在退火性能页面添加导出按钮及导出功能
This commit is contained in:
2026-04-22 17:14:47 +08:00
parent ce71fc937b
commit 8897a2ad9f
2 changed files with 7 additions and 0 deletions

View File

@@ -1189,6 +1189,7 @@ export default {
if (this.showWaybill) {
const { shipmentTime, ...query } = {
...this.queryParams,
exportTimeBy: true,
selectType: this.querys.materialType === '原料' ? 'raw_material' : 'product',
startTime: this.queryParams.shipmentTime?.[0],
endTime: this.queryParams.shipmentTime?.[1],