合并最新
This commit is contained in:
@@ -174,6 +174,10 @@ namespace FineUIPro.Web.CQMS.Solution
|
||||
txtCNProfessional.Values = constructSolution.CNProfessionalCodes.Split(',');
|
||||
}
|
||||
}
|
||||
if (constructSolution.IsHSSE == true)
|
||||
{
|
||||
this.cbIsHSSE.Checked = true;
|
||||
}
|
||||
if (constructSolution.Edition != null)
|
||||
{
|
||||
drpEdition.Items.Clear();
|
||||
@@ -556,6 +560,7 @@ namespace FineUIPro.Web.CQMS.Solution
|
||||
constructSolution.SpecialSchemeTypeId = drpSpecialType.SelectedValue;
|
||||
}
|
||||
constructSolution.SolutionName = txtSolutionName.Text.Trim();
|
||||
constructSolution.IsHSSE = this.cbIsHSSE.Checked;
|
||||
int edtion = Convert.ToInt32(this.drpEdition.SelectedValue);
|
||||
constructSolution.Edition = edtion;
|
||||
if (!string.IsNullOrEmpty(txtCompileDate.Text.Trim()))
|
||||
@@ -827,7 +832,7 @@ namespace FineUIPro.Web.CQMS.Solution
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
constructSolution.IsHSSE = cbIsHSSE.Checked;
|
||||
constructSolution.CompileMan = CurrUser.UserId;
|
||||
constructSolution.Edition = Convert.ToInt32(this.drpEdition.SelectedValue);
|
||||
if (!string.IsNullOrEmpty(HFConstructSolutionId.Text))
|
||||
|
||||
Reference in New Issue
Block a user