项目主数据
This commit is contained in:
@@ -54,7 +54,14 @@ namespace FineUIPro.Web.ProjectData
|
||||
{
|
||||
this.txtEndDate.Text = string.Format("{0:yyyy-MM-dd}", project.EndDate);
|
||||
}
|
||||
|
||||
if (project.IsCNCECShow == true)
|
||||
{
|
||||
this.rbIsCNCECShow.SelectedValue = "True";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.rbIsCNCECShow.SelectedValue = "False";
|
||||
}
|
||||
this.txtShortName.Text = project.ShortName;
|
||||
var projectType = ProjectTypeService.GetProjectTypeById(project.ProjectType);
|
||||
if (projectType != null)
|
||||
|
||||
Reference in New Issue
Block a user