修改共检通知单

This commit is contained in:
2023-08-15 15:11:57 +08:00
parent a4281a4b80
commit a7631a1e61
19 changed files with 366 additions and 108 deletions
@@ -50,7 +50,7 @@ namespace FineUIPro.Web.CQMS.ProcessControl
this.Grid1.DataSource = BLL.InspectionManagementDetailService.GetInspectionDetails(this.hdInspectionNoticeId.Text.Trim());
this.Grid1.DataBind();
this.txtInspectionCode.Text = inspectionManagement.InspectionCode;
this.txtInspectionDate.Text = inspectionManagement.InspectionDate.HasValue ? string.Format("{0:yyyy-MM-dd}", inspectionManagement.InspectionDate) : "";
this.txtInspectionDate.Text = inspectionManagement.InspectionDate.HasValue ? string.Format("{0:yyyy-MM-dd HH:mm:ss}", inspectionManagement.InspectionDate) : "";
}
}
}