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