Browse Source

SMT报表修改

callm 4 months ago
parent
commit
ebc071b332
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS_MES_LGDZ/DataOperate/ExcelHandler.cs

+ 1 - 1
UAS_MES_LGDZ/DataOperate/ExcelHandler.cs

@@ -270,7 +270,7 @@ namespace UAS_MES_NEW.DataOperate
                         row.Cells[5].SetCellValue(DataTable.Rows[i]["bd_baseqty"].ToString());
                         row.Cells[5].CellStyle = style;
 
-                        row.Cells[6].SetCellValue(DataTable.Rows[i]["bd_soncode"].ToString());
+                        row.Cells[6].SetCellValue(DataTable.Rows[i]["BD_LOCATION"].ToString());
                         row.Cells[6].CellStyle = style;
 
                         row.Cells[7].SetCellValue("");