Wms/WMS.BLL/BllTransServer/RcsServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Wms/WMS.BLL/BllTransServer/RcsServer.cs
@@ -579,6 +579,14 @@ { throw new Exception("批次号为空!"); } //大单体车间有个接料混料一体机,这里判断批次为空就再维护下批次 if (string.IsNullOrEmpty(palletInfo.LotNo)) { palletInfo.LotNo = model.LotNo; //更新桶库存信息 Db.Updateable(palletInfo).ExecuteCommand(); } //校验此批次是否有入库单 /*var noticeDetail = Db.Queryable<BllArrivalNoticeDetail>().Where(w => w.IsDel == "0" && w.Status == "0" && w.LotNo == model.LotNo).OrderByDescending(o => o.CreateTime).First(); if (noticeDetail == null)