|
|
@@ -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)
|
|
|
{
|