修改总包质量计划

This commit is contained in:
高飞 2023-03-02 19:02:09 +08:00
parent 589703a954
commit bc2e80097e
1 changed files with 1 additions and 1 deletions

View File

@ -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))