提交代码
This commit is contained in:
@@ -102,6 +102,10 @@ namespace FineUIPro.Web.CQMS.WBS
|
||||
this.txtSHForms.Text = controlItem.SHForms;
|
||||
this.txtStandard.Text = controlItem.Standard;
|
||||
this.txtClauseNo.Text = controlItem.ClauseNo;
|
||||
if (controlItem.IsJDItem == true)
|
||||
{
|
||||
this.cbIsJDItem.Checked = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -130,6 +134,7 @@ namespace FineUIPro.Web.CQMS.WBS
|
||||
newControlItem.SHForms = this.txtSHForms.Text.Trim();
|
||||
newControlItem.Standard = this.txtStandard.Text.Trim();
|
||||
newControlItem.ClauseNo = this.txtClauseNo.Text.Trim();
|
||||
newControlItem.IsJDItem = this.cbIsJDItem.Checked;
|
||||
if (Request.Params["type"] == "add")
|
||||
{
|
||||
BLL.ControlItemInitService.AddControlItemInit(newControlItem);
|
||||
|
||||
Reference in New Issue
Block a user