|
|
@@ -438,7 +438,7 @@ namespace UAS_MES_NEW.Special
|
|
|
{
|
|
|
ExcelHandler eh = new ExcelHandler();
|
|
|
sql.Clear();
|
|
|
- sql.Append("select ''箱号,'' SN,'' 栈板号 from dual ");
|
|
|
+ sql.Append("select '' SN from dual ");
|
|
|
dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
|
|
|
eh.ExportExcel(dt, ExportFileDialog.SelectedPath + "\\导出模板.xls");
|
|
|
//string close = MessageBox.Show(this.ParentForm, "导出成功,是否打开文件", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
|