姜鹏 13 hours ago
parent
commit
19e7926bd8
  1. 2
      ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs

2
ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs

@ -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())
{

Loading…
Cancel
Save