Tiger.Business.WMS/ERP/U9C_WMS.cs
@@ -41,7 +41,7 @@ item.Segment5 = barcode.ItemCode; item.PROD_DATE = barcode.DateCode.ToDateTime(); item.Unit = barcode.Unit; item.LotNo= barcode.LotNo; item.LotNo= barcode.LotNo.IsNullOrEmpty() ? item.Segment7 : barcode.LotNo; } //保存到数据库