|
@@ -207,7 +207,7 @@ namespace UAS_MES_NEW.Query
|
|
|
DialogResult result1 = ExportFileDialog.ShowDialog();
|
|
|
if (result1 == DialogResult.OK)
|
|
|
{
|
|
|
- excel.ExportExcel_LIANGAN(dt1, ExportFileDialog.SelectedPath + "\\" + pr_code.Text + System.DateTime.Now.ToString("yyyyMMddhhmmss") + ".xls");
|
|
|
+ excel.ExportExcel_LIANGAN(dt1, ExportFileDialog.SelectedPath + "\\" + pr_code.Text +"_"+ System.DateTime.Now.ToString("yyyy-MM-dd hh.mm.ss") + ".xls");
|
|
|
}
|
|
|
}
|
|
|
}
|