|
|
|
@ -490,6 +490,12 @@ namespace ButcherFactory.SegmentProductionAuto_ |
|
|
|
log.Message = string.Format("存货名称:{0} 重量:{1:#0.###}", entity.Goods_Name, entity.Weight); |
|
|
|
SegmentProductionBL.InsertLog(log); |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
var log = new SegmentLog(entity.BarCode, "生产未打印"); |
|
|
|
log.Message = string.Format("存货名称:{0} 重量:{1:#0.###}", entity.Goods_Name, entity.Weight); |
|
|
|
SegmentProductionBL.InsertLog(log); |
|
|
|
} |
|
|
|
} |
|
|
|
GoodsLabel.Text = detail.Goods_Name; |
|
|
|
|
|
|
|
|