Commit 980154b8669568186e5b59aa87fd47ccf0f866ea

Authored by 史婷婷
1 parent 1709dba1

feat: 发货单-填写实发数优化

Showing 1 changed file with 0 additions and 1 deletions
... ... @@ -59,7 +59,6 @@ export default {
59 59 const res = await listByShipmentOrderId(id)
60 60 const m = res.data || {}
61 61 // 映射列表
62   - // 注意:详情返回的是 replenishmentOrderLineList,需要赋值给 initDelayedShipmentDetailList 以便 Product 组件初始化
63 62 // 且需要处理字段兼容性,确保 Product 组件能正确显示和编辑
64 63 const lines = Array.isArray(m) ? m.map(x => ({
65 64 ...x,
... ...