|
@@ -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("");
|