Wms/WMS.BLL/BllPdaServer/PdaCrServer.cs
@@ -901,7 +901,7 @@ { throw new Exception("请选择区域"); } var _list = Db.Queryable<SysStorageLocat>().Where(w => w.IsDel == "0" && w.AreaNo == areaNo && w.WareHouseNo == "W04").Select(s => s.LocatNo).ToList(); var _list = Db.Queryable<SysStorageLocat>().Where(w => w.IsDel == "0" && w.AreaNo == areaNo && w.WareHouseNo == "W04").Select(s => ((s.Remark == null) ? "" : s.Remark) + s.LocatNo).ToList(); return _list; }