20240531 质量策划
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user