质量危大工程补充作业人数
This commit is contained in:
@@ -89,6 +89,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
this.AttachUrl6.InnerHtml = BLL.UploadAttachmentService.ShowAttachment("../../", getUrl(this.MajorPlanApprovalId + "_6"));
|
||||
|
||||
this.txtTrainPersonNum.Text = majorPlanApproval.TrainPersonNum.HasValue ? majorPlanApproval.TrainPersonNum.ToString() : "";
|
||||
this.txtOperativesNum.Text = majorPlanApproval.OperativesNum.HasValue ? majorPlanApproval.OperativesNum.ToString() : "";
|
||||
this.txtAuditMan.Text = majorPlanApproval.AuditMan;
|
||||
this.txtApprovalMan.Text = majorPlanApproval.ApprovalMan;
|
||||
//this.txtImplementationDeviation.Text = majorPlanApproval.ImplementationDeviation;
|
||||
@@ -155,7 +156,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
majorPlanApproval.States = this.drpStates.SelectedValue;
|
||||
}
|
||||
majorPlanApproval.TrainPersonNum = Funs.GetNewInt(this.txtTrainPersonNum.Text.Trim());
|
||||
|
||||
majorPlanApproval.OperativesNum = Funs.GetNewInt(this.txtOperativesNum.Text.Trim());
|
||||
|
||||
if (this.drpSchemeType.SelectedValue == "超危大工程" && this.drpStates.SelectedValue != "1")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user