Administrator
2024-03-13 f908cf621faa5d2bb168c45d0cc4d85f47565204
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))
            {