陆晔 2 years ago
parent
commit
02bee5482c
  1. 2
      WMS-BS/NFine.Application/WMS/PickMaterialApp.cs

2
WMS-BS/NFine.Application/WMS/PickMaterialApp.cs

@ -815,9 +815,9 @@ where a.IssueCode='{0}' and a.WorkPoint='{1}'";
c.InvUnit,
FLOOR(c.iQuantity) AS iQuantity,
d.WarehouseCode,
d.LocationCode,
m.LotNO,
(case when m.LotNo is null then 0 else FLOOR(ISNULL(d.Quantity, 0)) end) AS QTY,
(case when m.LotNo is null then null else d.LocationCode end) AS LocationCode,
CONVERT(varchar(100),d.MTIME, 23) MTIME,
FLOOR(f.QTYTotal) QTYTotal INTO #temp
FROM

Loading…
Cancel
Save