合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
@@ -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))