修改总包质量计划
This commit is contained in:
parent
589703a954
commit
bc2e80097e
|
|
@ -51,7 +51,7 @@ namespace FineUIPro.Web.ZHGL.Plan
|
|||
this.rblIsAgree.Hidden = true;
|
||||
this.drpPerson.DataTextField = "PersonName";
|
||||
this.drpPerson.DataValueField = "PersonId";
|
||||
this.drpPerson.DataSource = (from x in Funs.DB.Person_Persons where x.UnitId == Const.UnitId_SEDIN && x.DepartId == Const.Depart_constructionId && x.IsOffice == true select x).ToList();
|
||||
this.drpPerson.DataSource = (from x in Funs.DB.Person_Persons where x.UnitId == Const.UnitId_SEDIN && x.DepartId == Const.Depart_constructionId select x).ToList();
|
||||
this.drpPerson.DataBind();
|
||||
Funs.FineUIPleaseSelect(this.drpPerson);
|
||||
if (!string.IsNullOrEmpty(MainPlanId))
|
||||
|
|
|
|||
Loading…
Reference in New Issue