成达修改20230724
This commit is contained in:
@@ -39,8 +39,9 @@ namespace FineUIPro.Web.CQMS.ProcessControl
|
||||
drpAudit.DataTextField = "UserName";
|
||||
this.drpAudit.DataSource = userList.ToList();
|
||||
this.drpAudit.DataBind();
|
||||
Funs.FineUIPleaseSelect(drpAudit);
|
||||
|
||||
this.hdInspectionNoticeId.Text = Request.Params["inspectionId"];
|
||||
this.hdInspectionNoticeId.Text = Request.Params["inspectionId"];
|
||||
this.agree.Hidden = true;
|
||||
this.options.Hidden = true;
|
||||
this.Panel1.Hidden = true;
|
||||
@@ -116,10 +117,7 @@ namespace FineUIPro.Web.CQMS.ProcessControl
|
||||
this.Panel1.Hidden = false;
|
||||
this.options.Hidden = false;
|
||||
this.drpAudit.Hidden = true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -155,8 +153,12 @@ namespace FineUIPro.Web.CQMS.ProcessControl
|
||||
Alert.ShowInTop("请先选择专业!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
|
||||
Model.ProcessControl_InspectionManagement inspectionManagement = new Model.ProcessControl_InspectionManagement();
|
||||
if (this.drpAudit.Hidden==false && this.drpAudit.SelectedValue == BLL.Const._Null)
|
||||
{
|
||||
Alert.ShowInTop("请先选择专业工程师!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
Model.ProcessControl_InspectionManagement inspectionManagement = new Model.ProcessControl_InspectionManagement();
|
||||
inspectionManagement.ProjectId = this.CurrUser.LoginProjectId;
|
||||
if (this.drpUnit.SelectedValue != BLL.Const._Null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user