This commit is contained in:
geh
2026-09-14 15:58:12 +08:00
parent a815e09879
commit 77f61d7e06
128 changed files with 25181 additions and 960 deletions
@@ -106,7 +106,8 @@ namespace FineUIPro.Web.ProjectData
Pro_id = x.Pro_id,
Pro_name = x.Pro_name,
Pro_code = x.Pro_code,
Start_date = x.Start_date,
//Start_date = x.Start_date,
Start_date = x.Start_date != null ? ((DateTime)x.Start_date).ToString("yyyy-MM-dd") : "",
Con_mode_desc = x.Con_mode_desc,
Pro_nature = x.Pro_nature,
Pro_status = x.Pro_status,
@@ -317,7 +318,8 @@ namespace FineUIPro.Web.ProjectData
Pro_id = x.Pro_id,
Pro_name = x.Pro_name,
Pro_code = x.Pro_code,
Start_date = x.Start_date,
//Start_date = x.Start_date,
Start_date = x.Start_date != null ? ((DateTime)x.Start_date).ToString("yyyy-MM-dd") : "",
Con_mode_desc = x.Con_mode_desc,
Pro_nature = x.Pro_nature,
Pro_status = x.Pro_status,
@@ -439,7 +441,8 @@ namespace FineUIPro.Web.ProjectData
Pro_id = x.Pro_id,
Pro_name = x.Pro_name,
Pro_code = x.Pro_code,
Start_date = x.Start_date,
//Start_date = x.Start_date,
Start_date = x.Start_date != null ? ((DateTime)x.Start_date).ToString("yyyy-MM-dd") : "",
Con_mode_desc = x.Con_mode_desc,
Pro_nature = x.Pro_nature,
Pro_status = x.Pro_status,