|
|
@ -360,7 +360,8 @@ |
|
|
d.UMID as umId, |
|
|
d.UMID as umId, |
|
|
d.spec, |
|
|
d.spec, |
|
|
um.UMName as umName, |
|
|
um.UMName as umName, |
|
|
a.show_flag |
|
|
|
|
|
|
|
|
a.show_flag, |
|
|
|
|
|
a.actual_out_qty |
|
|
from SOIssueNotifyOrderMaterialList a |
|
|
from SOIssueNotifyOrderMaterialList a |
|
|
left join SOIssueNotifyOrderList b on a.site = b.site and a.NotifyNo = b.NotifyNo and a.ItemNo = b.ItemNo |
|
|
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 |
|
|
left join SOBOM c on c.site = A.site and b.SOOrderNo = c.OrderNo and c.ItemNo = A.BOMItemNo and c.ComponentPartNo = a.ComponentPartNo |
|
|
|