|
|
|
@ -30,7 +30,7 @@ namespace ButcherFactory.SegmentProduction_ |
|
|
|
var f = item.FirstOrDefault(); |
|
|
|
info += string.Format("<p class='g_name'>{0}</p>", f.Goods_Name); |
|
|
|
info += string.Format("<p class='g_number'>件数:{0} {1}</p>", item.Count(), f.Identify); |
|
|
|
info += string.Format("<p class='g_weight'>总重量:{0:#0.######} </p>", item.Sum(x=>x.Weight)); |
|
|
|
info += string.Format("<p class='g_weight'>总重量:{0:#0.######}KG </p>", item.Sum(x=>x.Weight)); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|