Wms/WMS.BLL/BllAsnServer/ArrivalNoticeServer.cs
@@ -972,6 +972,10 @@ { throw new Exception("未查询到单据信息"); } if (notice.Status != "3") { throw new Exception("复核失败,单据非关闭状态"); } var detail = Db.Queryable<BllArrivalNoticeDetail>().Where(m => m.ASNNo == notice.ASNNo && m.IsDel == "0").ToList(); if (detail.Count == 0) {