新增上传完报价

This commit is contained in:
2026-03-11 09:05:03 +08:00
parent 83a387d885
commit fdf9f65b4c
3 changed files with 47 additions and 7 deletions
+4 -3
View File
@@ -344,9 +344,10 @@ public partial class copydownload : System.Web.UI.Page
private string getDesignDate(object v)
{
return DateTime.Now.ToString("yyyy-MM-dd");
if (v.ToString() == "") return "";
return Convert.ToDateTime(v).ToString("yyyy-MM-dd");
int year = DateTime.Now.Year;
int month = DateTime.Now.Month;
int day = DateTime.Now.Day;
return year + "\\" + month + "\\" + day;
}
/// 批量进行多个文件压缩到一个文件