Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -141,6 +141,7 @@ SupplierLot = stocks.First().SupplierLot, IsWave = "0", WaveNo = "", IsIssueLotNo = string.IsNullOrWhiteSpace(d.LotNo)? "0":"1", CreateUser = 0, }; @@ -2818,6 +2819,15 @@ d.Status = "0"; d.UpdateUser = userId; d.UpdateTime = DateTime.Now; if (notice.Type == "1" || notice.Type == "5" || notice.Type == "6" || notice.Type == "7" || notice.Type == "8")//1:领料出库、 { if (d.IsIssueLotNo != "1") { d.LotNo = ""; } } } notice.Status = "0"; notice.UpdateUser = userId;