Wms/WMS.BLL/BllAsnServer/AuditLogServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Wms/WMS.BLL/BllAsnServer/AuditLogServer.cs
@@ -195,8 +195,11 @@ var boxInfo = Db.Queryable<BllBoxInfo>().Where(m => m.BindNo == demo.Id).ToList(); foreach (var demo2 in boxInfo) { if (demo2.Origin != "WMS") { demo2.ASNNo = null; demo2.ASNDetailNo = null; } demo2.BindNo = null; demo2.PalletNo = null; demo2.Status = "0";