|
|
|
@ -189,6 +189,7 @@ |
|
|
|
Round(isnull(dbo.Get_orderView_routeReport(a.site, a.OrderNo, '检验'), 0), 3) as jianyanReport, |
|
|
|
Round(isnull(dbo.Get_orderView_routeReport(a.site, a.OrderNo, '加工'), 0), 3) as jiagongReport, |
|
|
|
Round(isnull(dbo.Get_orderView_routeReport(a.site, a.OrderNo, '包装'), 0), 3) as baozhuangReport, |
|
|
|
dbo.Get_orderView_DefectQty(a.site, a.OrderNo) as defectQty, |
|
|
|
Round(FinishedQty, 3) as FinishedQty, |
|
|
|
dbo.Get_CustomerDesc(a.Site, a.CustomerID) as customerDesc, |
|
|
|
LotSize, |
|
|
|
|