feat(wms/delivery/waybill): 新增运单列表页面的orderId字段传递

将接口返回的orderId字段加入到列表行数据中,方便后续页面使用该参数
This commit is contained in:
2026-06-25 09:04:47 +08:00
parent a4f8ecb48b
commit 24030dd93f

View File

@@ -585,6 +585,7 @@ export default {
consigneeUnit: row.consigneeUnit,
senderUnit: row.senderUnit,
deliveryTime: row.deliveryTime,
orderId: row.orderId,
weighbridge: row.weighbridge,
salesPerson: row.salesPerson,
principal: row.principal,