Browse Source

特殊报表修改

callm 11 tháng trước cách đây
mục cha
commit
6f304e6523
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      UAS_MES_LGDZ/FunctionCode/Query/Query_SpecialReport.cs

+ 1 - 1
UAS_MES_LGDZ/FunctionCode/Query/Query_SpecialReport.cs

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