校正人工时及统计修改
This commit is contained in:
@@ -443,7 +443,14 @@ namespace FineUIPro.Web.ZHGL.InspectionSummary
|
||||
model.CompileDateMonth = this.drpCompileDateMonth.Text.Trim();
|
||||
model.InspectionSummaryId = Guid.NewGuid().ToString();
|
||||
model.InspectionSummaryMbId = "10";
|
||||
model.SummeryResult = listWbs.Where(x => x.ProjectId == pid).ToList().Count.ToString();
|
||||
var WbsCount = listWbs.Where(x => x.ProjectId == pid).ToList().Count;
|
||||
if (WbsCount > 0)
|
||||
{
|
||||
model.SummeryResult = "已裁剪";
|
||||
}
|
||||
else {
|
||||
model.SummeryResult = "未裁剪";
|
||||
}
|
||||
allList.Add(model);
|
||||
|
||||
//综合管理
|
||||
|
||||
Reference in New Issue
Block a user