Browse Source

打印

master
yibo 4 years ago
parent
commit
794f990bab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ButcherFactory.Form/SegmentProduction_/SegmentSumCodePrint.cs

+ 1
- 1
ButcherFactory.Form/SegmentProduction_/SegmentSumCodePrint.cs View File

@ -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} &nbsp;&nbsp; {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));
}


Loading…
Cancel
Save