修改项目级及进度首页

This commit is contained in:
2022-12-06 15:36:37 +08:00
parent 6382b43e73
commit 5ac9cee30c
5 changed files with 151 additions and 87 deletions
@@ -31,6 +31,9 @@ namespace FineUIPro.Web
result = Convert.ToDouble(views[0].TotalRealNum);
}
return JsonConvert.SerializeObject(result);
//double totalCost = from x in Funs.DB.WBS_CostControl where x.ProjectId == this.CurrUser.LoginProjectId && x.is select x;
}
}