| | |
| | | InitializeComponent(); |
| | | this.PageTitle.Caption = "项目方案"; |
| | | this.PageTitle.HeaderSvgImage = this.svgImg32[0]; |
| | | this.PageTitle.SvgImageSize = new Size(24, 24); |
| | | |
| | | this.PageTitle.SvgImageSize = new Size(24, 24); |
| | | |
| | | } |
| | | |
| | |
| | | /// <param name="projectId">项目id</param> |
| | | public async Task SetBindingData(long projectId) |
| | | { |
| | | this.xhsSchemeMgrListCtrl1.SetBindingData(projectId); |
| | | _project = await new BLL.XhsProjectStd().GetByID(projectId); |
| | | this.PageTitle.Caption = $"{_project?.Name}\r\n方案管理"; |
| | | var projectSite = await new BLL.XhsProjectSiteStd().GetDefaultByProjectID(_project.ID); |