diff --git a/WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs b/WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs index 748931d..558e1d0 100644 --- a/WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs +++ b/WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs @@ -448,6 +448,17 @@ left join ICSExtension f on a.ExtensionID=f.ID and a.WorkPoint=f.WorkPoint "; { sql += " and f.BatchCode like '%" + queryParam["BatchCode"].ToString() + "%' "; } + if (!string.IsNullOrWhiteSpace(queryParam["Container"].ToString())) + { + if (queryParam["Container"].ToString() == "1") + { + sql += " and a.RCVQuantity=a.Quantity "; + } + else + { + sql += " and (a.RCVQuantity -
+
生成条码 @@ -3218,7 +3241,7 @@ : - +
@@ -3226,11 +3249,11 @@ @*: - -
- -
- *@ + +
+ +
+ *@ : @@ -3252,6 +3275,17 @@
+ + + + + +
+  是 +  否 +
+ +