|
|
@ -135,7 +135,7 @@ namespace ICSSoft.DataProject |
|
|
|
--LEFT JOIN ICSWarehouse wh ON a.WHCode=wh.WarehouseCode AND a.WorkPoint=wh.WorkPoint |
|
|
|
--LEFT JOIN ICSInventoryBatchEnable invBat ON a.InvCode=invBat.InvCode AND a.WHCode=invBat.WHCode AND a.WorkPoint=invBat.WorkPoint |
|
|
|
WHERE {2} |
|
|
|
Order By asn.Sequence ASC";
|
|
|
|
Order By asn.LotNo ASC";
|
|
|
|
} |
|
|
|
else if (TransType == TransTypeEnum.RTTwoStepTransferDocIn.GetDescription()) |
|
|
|
{ |
|
|
|