fix(wms): 在导出功能中添加waybillId参数
确保导出功能包含必要的waybillId参数以正确过滤数据
This commit is contained in:
@@ -397,7 +397,8 @@ export default {
|
|||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download('wms/deliveryWaybillDetail/export', {
|
this.download('wms/deliveryWaybillDetail/export', {
|
||||||
...this.queryParams
|
...this.queryParams,
|
||||||
|
waybillId: this.waybillId,
|
||||||
}, `deliveryWaybillDetail_${new Date().getTime()}.xlsx`)
|
}, `deliveryWaybillDetail_${new Date().getTime()}.xlsx`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user