Wms/WMS.BLL/DataServer/StockServer.cs
@@ -135,11 +135,15 @@ { str += " and detail.LotNo = @lotno"; } if (!string.IsNullOrEmpty(skuNo) && string.IsNullOrEmpty(lotNo)) { str += " and detail.LotNo = ''"; } //判断储位地址是否为空 if (!string.IsNullOrEmpty(locatNo)) { str += " and detail.LocatNo = @locatno"; } } //判断托盘条码是否为空 if (!string.IsNullOrEmpty(palletNo)) {