From 8abd3f4aa3335c86e0e7831cdaf8fbec9cf4fdfe Mon Sep 17 00:00:00 2001 From: lilili Date: Thu, 1 Jun 2023 14:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8D=95=E6=8D=AE=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=85=A5=E5=BA=93=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E5=92=8C=E5=89=8D=E7=AB=AF=E9=A1=B5=E9=9D=A2=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WMS/WMSCreateItemLotApp.cs | 67 ++++++++++++++++++- .../WMSCreateItemLot/CreateItemLot.cshtml | 48 +++++++++++-- 2 files changed, 107 insertions(+), 8 deletions(-) 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 @@
+ + + + + +
+  是 +  否 +
+ +