From 73aaa3657ece4b5a7ac1156497eaae328a23ffa7 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Tue, 25 Mar 2025 10:39:46 +0800 Subject: [PATCH] =?UTF-8?q?1=EF=BC=9A=E6=9C=88=E8=BF=9B=E5=BA=A6=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E4=BA=94=E7=8E=AF=E8=B4=A3=E4=BB=BB=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/JDGL/Check/MonthPlanEditNew.aspx.cs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/SGGL/FineUIPro.Web/JDGL/Check/MonthPlanEditNew.aspx.cs b/SGGL/FineUIPro.Web/JDGL/Check/MonthPlanEditNew.aspx.cs index 3df09bce..807284f9 100644 --- a/SGGL/FineUIPro.Web/JDGL/Check/MonthPlanEditNew.aspx.cs +++ b/SGGL/FineUIPro.Web/JDGL/Check/MonthPlanEditNew.aspx.cs @@ -79,7 +79,9 @@ namespace FineUIPro.Web.JDGL.Check drpUnit.SelectedValue = model.UnitId; //责任人 - UserService.InitUserDropDownList(drpDutyPerson, this.CurrUser.LoginProjectId, false, model.UnitId); + //UserService.InitUserDropDownList(drpDutyPerson, this.CurrUser.LoginProjectId, false, model.UnitId); + //五环责任人 + UserService.Init2(drpDutyPerson, this.CurrUser.LoginProjectId, false); if (!string.IsNullOrEmpty(model.DutyPerson)) { List listPersonId = model.DutyPerson.Split(',').ToList(); @@ -113,8 +115,9 @@ namespace FineUIPro.Web.JDGL.Check if (!string.IsNullOrWhiteSpace(dropUnitId)) { //责任人 - UserService.InitUserDropDownList(drpDutyPerson, this.CurrUser.LoginProjectId, false, dropUnitId); - //UserService.Init2(drpDutyPerson, this.CurrUser.LoginProjectId, false); + //UserService.InitUserDropDownList(drpDutyPerson, this.CurrUser.LoginProjectId, false, dropUnitId); + //五环责任人 + UserService.Init2(drpDutyPerson, this.CurrUser.LoginProjectId, false); } }