施工月报新 增加3、4、5、6节点内容
This commit is contained in:
@@ -65,6 +65,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
this.txtAuditMan.Text = majorPlanApproval.AuditMan;
|
||||
this.txtApprovalMan.Text = majorPlanApproval.ApprovalMan;
|
||||
this.txtImplementationDeviation.Text = majorPlanApproval.ImplementationDeviation;
|
||||
this.txtExpertReviewMan.Text = majorPlanApproval.ExpertReviewMan;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -100,6 +101,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
majorPlanApproval.PlanCode = this.txtPlanCode.Text.Trim();
|
||||
majorPlanApproval.PlanName = this.txtPlanName.Text.Trim();
|
||||
majorPlanApproval.ReviewMan = this.txtReviewMan.Text.Trim();
|
||||
majorPlanApproval.ExpertReviewMan = this.txtExpertReviewMan.Text.Trim();
|
||||
if (!string.IsNullOrEmpty(this.txtApprovalDate.Text))
|
||||
{
|
||||
majorPlanApproval.ApprovalDate = Convert.ToDateTime(this.txtApprovalDate.Text);
|
||||
|
||||
Reference in New Issue
Block a user