Browse Source

晶源特殊格式调整

callm 5 years ago
parent
commit
6e9cbaa496
1 changed files with 2 additions and 2 deletions
  1. 2 2
      UAS-出货标签管理(贸易版)/PublicMethod/ExcelHandler.cs

+ 2 - 2
UAS-出货标签管理(贸易版)/PublicMethod/ExcelHandler.cs

@@ -2632,7 +2632,7 @@ namespace UAS_LabelMachine
             //填充首页
             sumCount = 0;
             totalCount = 0;
-            PaintIndex = 0;
+            PaintIndex = 1;
             ISheet sheet2 = book.CreateSheet("首页");
             IRow row = sheet2.CreateRow(0);
             row.CreateCell(0);
@@ -2715,7 +2715,7 @@ namespace UAS_LabelMachine
                         if (j == 0)
                         {
                             row1.CreateCell(j).SetCellValue(DataTable.Columns["pr_orispeccode"].Caption + ":" + DataTable.Rows[i]["pr_orispeccode"].ToString() + " "
-                             + "(" + DataTable.Rows[i]["me_desc"].ToString() + ")" + DataTable.Columns["pi_chipouttype"].Caption + ":" + DataTable.Rows[i]["pi_chipouttype"].ToString());
+                            + DataTable.Columns["pi_chipouttype"].Caption + ":" + DataTable.Rows[i]["pi_chipouttype"].ToString());
                         }
                         else if (j == ShowSizeIndex)
                         {