Browse Source

材料出库不匹配批次

master
姜鹏 1 year ago
parent
commit
b9c7b9ca89
  1. 2
      ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs

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

Loading…
Cancel
Save