领料申请管理页面,材料明细页签的【批量编辑】功能优化
@ -39,4 +39,5 @@ public class SOIssueNotifyOrderMaterialListData extends SOIssueNotifyOrderMateri
private String umName;
private String showFlag;
private String spec;
private BigDecimal actualOutQty;
}
@ -360,7 +360,8 @@
d.UMID as umId,
d.spec,
um.UMName as umName,
a.show_flag
a.show_flag,
a.actual_out_qty
from SOIssueNotifyOrderMaterialList a
left join SOIssueNotifyOrderList b on a.site = b.site and a.NotifyNo = b.NotifyNo and a.ItemNo = b.ItemNo
left join SOBOM c on c.site = A.site and b.SOOrderNo = c.OrderNo and c.ItemNo = A.BOMItemNo and c.ComponentPartNo = a.ComponentPartNo