20240822 质量首页一次共检合格率
This commit is contained in:
@@ -392,9 +392,9 @@ namespace FineUIPro.Web
|
||||
var unitWorks = BLL.UnitWorkService.GetUnitWorkLists(CurrUser.LoginProjectId);
|
||||
var TotalCheckDetailOKLists = from x in db.ProcessControl_InspectionManagementDetail
|
||||
join y in db.ProcessControl_InspectionManagement on x.InspectionId equals y.InspectionId
|
||||
join z in db.WBS_BreakdownProject on x.ControlPointType equals z.BreakdownProjectId
|
||||
//join z in db.WBS_BreakdownProject on x.ControlPointType equals z.BreakdownProjectId
|
||||
where y.ProjectId == this.CurrUser.LoginProjectId
|
||||
select new { z.UnitWorkId, y.IsOnceQualified };
|
||||
select new { x.UnitWorkId, y.IsOnceQualified };
|
||||
Model.SingleSerie s = new Model.SingleSerie();
|
||||
Model.SingleSerie s2 = new Model.SingleSerie();
|
||||
List<double> listdata = new List<double>();
|
||||
|
||||
Reference in New Issue
Block a user