20240531 质量策划

This commit is contained in:
2024-05-31 16:17:04 +08:00
parent 7be591cb7c
commit 864ba2551b
55 changed files with 8802 additions and 750 deletions
@@ -108,7 +108,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
generalPlanApproval.CNProfessionalId = this.drpCNProfessionalId.SelectedValue;
}
generalPlanApproval.PlanCode = this.txtPlanCode.Text.Trim();
generalPlanApproval.PlanName = this.txtPlanName.Text.Trim();
generalPlanApproval.PlanName = this.txtPlanName.Text.Trim().ToString();
if (!string.IsNullOrEmpty(this.txtApprovalDate.Text))
{
generalPlanApproval.ApprovalDate = Convert.ToDateTime(this.txtApprovalDate.Text);