提交修改焊工
This commit is contained in:
@@ -67,23 +67,23 @@ namespace FineUIPro.Web.HJGL.PersonManage
|
||||
{
|
||||
this.drpWeldingMode.SelectedValue = welderQualify.WelderMode;
|
||||
}
|
||||
}
|
||||
if (welderQualify.IsAudit == true)
|
||||
{
|
||||
this.txtQualificationItem.Enabled = false;
|
||||
this.txtWeldingMethod.Enabled = false;
|
||||
this.txtMaterialType.Enabled = false;
|
||||
this.txtWeldingLocation.Enabled = false;
|
||||
this.txtWeldType.Enabled = false;
|
||||
this.ckbIsCanWeldG.Enabled = false;
|
||||
this.txtThicknessMin.Enabled = false;
|
||||
this.txtThicknessMax.Enabled = false;
|
||||
this.txtSizesMin.Enabled = false;
|
||||
this.txtSizesMax.Enabled = false;
|
||||
this.txtThicknessMin2.Enabled = false;
|
||||
this.txtThicknessMax2.Enabled = false;
|
||||
this.txtSizesMin2.Enabled = false;
|
||||
this.txtSizesMax2.Enabled = false;
|
||||
if (welderQualify.IsAudit == true)
|
||||
{
|
||||
this.txtQualificationItem.Enabled = false;
|
||||
this.txtWeldingMethod.Enabled = false;
|
||||
this.txtMaterialType.Enabled = false;
|
||||
this.txtWeldingLocation.Enabled = false;
|
||||
this.txtWeldType.Enabled = false;
|
||||
this.ckbIsCanWeldG.Enabled = false;
|
||||
this.txtThicknessMin.Enabled = false;
|
||||
this.txtThicknessMax.Enabled = false;
|
||||
this.txtSizesMin.Enabled = false;
|
||||
this.txtSizesMax.Enabled = false;
|
||||
this.txtThicknessMin2.Enabled = false;
|
||||
this.txtThicknessMax2.Enabled = false;
|
||||
this.txtSizesMin2.Enabled = false;
|
||||
this.txtSizesMax2.Enabled = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
var w = BLL.SitePerson_PersonService.GetSitePersonById(this.hdWelderId.Text);
|
||||
|
||||
Reference in New Issue
Block a user