Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -3338,6 +3338,22 @@ throw new Exception(e.Message); } } public string GetHouseByPalletNo(string palletNo) { try { var datail = Db.Queryable<DataStockDetail>().First(m => m.IsDel == "0" && m.PalletNo == palletNo); if (datail == null) { throw new Exception("未查询到托盘信息"); } return datail.WareHouseNo; } catch (Exception e) { throw new Exception(e.Message); } } public List<OutCommandDto> IssueOutHouseLk(string soNo, string outMode, int userId, string url, out string str) {