集团三库
This commit is contained in:
@@ -127,7 +127,8 @@ namespace FineUIPro.Web.ProjectData
|
||||
Pro_Classify = "已关联",
|
||||
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,
|
||||
@@ -309,7 +310,8 @@ namespace FineUIPro.Web.ProjectData
|
||||
Pro_Classify = (use == null || (use != null && (use.ReasonType == null))) ? "待上线" : use.ReasonType,
|
||||
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,
|
||||
@@ -440,7 +442,8 @@ namespace FineUIPro.Web.ProjectData
|
||||
Pro_Classify = use != null ? use.ReasonType : "",
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user