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, | ... | ... |