20230626 调整本部检查及单位类单位下拉框
This commit is contained in:
@@ -46,8 +46,8 @@ namespace FineUIPro.Web.CQMS.Material
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
BLL.UnitService.GetUnit(this.drpUnit, this.CurrUser.LoginProjectId, true);
|
||||
BLL.UnitService.GetUnit(this.drpCheckUnit, this.CurrUser.LoginProjectId, true);
|
||||
BLL.UnitService.InitUnitDropDownList(this.drpUnit, this.CurrUser.LoginProjectId, true);
|
||||
BLL.UnitService.InitUnitDropDownList(this.drpCheckUnit, this.CurrUser.LoginProjectId, true);
|
||||
BLL.MaterialTypeService.InitMaterialType(this.drpMaterialType, true);
|
||||
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.drpWitness, this.CurrUser.LoginProjectId, string.Empty, string.Empty, true);
|
||||
MaterialTestId = Request.Params["MaterialTestId"];
|
||||
|
||||
Reference in New Issue
Block a user