修改焊工合格项目

This commit is contained in:
2022-11-30 15:03:09 +08:00
parent 037798f67e
commit 1321b305e5
4 changed files with 65 additions and 16 deletions
@@ -68,6 +68,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;
}
}
var w = BLL.SitePerson_PersonService.GetSitePersonById(this.hdWelderId.Text);
if (w != null)