From b9c7b9ca89678bcf0adc6c51cb611735edcf741c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E9=B9=8F?= Date: Wed, 30 Aug 2023 14:58:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E6=96=99=E5=87=BA=E5=BA=93=E4=B8=8D?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E6=89=B9=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs index 502e1ec..8460f14 100644 --- a/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs +++ b/ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs @@ -1599,7 +1599,7 @@ namespace ICSSoft.DataProject //rowFilter += " AND ProjectCode='" + drLot["ProjectCode"] + "'"; //CheckTrans(dataView, rowFilter, string.Format(language.GetNameByCode("WMSAPIInfo043"), Lot, drLot["ProjectCode"])); - if (TransType != TransTypeEnum.SalesShipmentDoc.GetDescription() && drLot["BatchCode"] != null && TransType != TransTypeEnum.OneStepTransferDocIn.GetDescription()) + if (TransType != TransTypeEnum.SalesShipmentDoc.GetDescription() && drLot["BatchCode"] != null && TransType != TransTypeEnum.OneStepTransferDocIn.GetDescription() && TransType != TransTypeEnum.MOIssueDoc.GetDescription()) { rowFilter += " AND BatchCode='" + drLot["BatchCode"] + "'"; CheckTrans(dataView, rowFilter, string.Format(language.GetNameByCode("WMSAPIInfo044"), Lot, drLot["BatchCode"]));