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"]));