From 24a5f83dc46b6f3529d21a1bb896f92b18b113e2 Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Tue, 22 May 2018 08:11:55 +0800 Subject: [PATCH] . --- .../SegmentProduction_/SegmentProductionPrint.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ButcherFactory.Form/SegmentProduction_/SegmentProductionPrint.cs b/ButcherFactory.Form/SegmentProduction_/SegmentProductionPrint.cs index c23e50f..e1614f1 100644 --- a/ButcherFactory.Form/SegmentProduction_/SegmentProductionPrint.cs +++ b/ButcherFactory.Form/SegmentProduction_/SegmentProductionPrint.cs @@ -28,13 +28,13 @@ namespace ButcherFactory.SegmentProduction_ BwpClientPrint.BwpClientWebPrint.Create2DPic(url, imgUrl, 100); dic.Add("$ImageUrl", imgUrl); BwpClientPrint.BwpClientWebPrint.Print(PRINTFILE, dic); - AfterPrint(); + AfterPrint(); } public static void PrintEnd(List list) { - string firstRow = "{0}:{1}{2}"; - string template = "{0}:{1}{2}"; + string firstRow = "{0}:{1}{2:#0.######}"; + string template = "{0}:{1}{2:#0.######}"; var builder = new StringBuilder(); bool first = true; var count = list.GroupBy(x => x.Goods_Name).Count();