|
|
@ -1106,6 +1106,7 @@ namespace Shentun.Peis.Reports.ConvertRpt |
|
|
auditDateTime = asbitem.AuditTime, |
|
|
auditDateTime = asbitem.AuditTime, |
|
|
auditorDateTime = asbitem.AuditorTime, |
|
|
auditorDateTime = asbitem.AuditorTime, |
|
|
submissionDateTime = asbitem.SubmissionTime, |
|
|
submissionDateTime = asbitem.SubmissionTime, |
|
|
|
|
|
specimenStatus = asbitem.SpecimenStatus |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1511,7 +1512,7 @@ namespace Shentun.Peis.Reports.ConvertRpt |
|
|
checkDoctorSignUrl = asbitem.CheckDoctorSignUrl, |
|
|
checkDoctorSignUrl = asbitem.CheckDoctorSignUrl, |
|
|
checkDate = asbitem.CheckDate.ToString("yyyy-MM-dd HH:mm:ss"), |
|
|
checkDate = asbitem.CheckDate.ToString("yyyy-MM-dd HH:mm:ss"), |
|
|
auditorName = string.IsNullOrWhiteSpace(asbitem.AuditorName) ? asbitem.AuditorUserName : asbitem.AuditorName, |
|
|
auditorName = string.IsNullOrWhiteSpace(asbitem.AuditorName) ? asbitem.AuditorUserName : asbitem.AuditorName, |
|
|
auditorSignUrl = string.IsNullOrWhiteSpace(asbitem.AuditorNameSignUrl)? asbitem.AuditorUserSignUrl: asbitem.AuditorNameSignUrl, |
|
|
|
|
|
|
|
|
auditorSignUrl = string.IsNullOrWhiteSpace(asbitem.AuditorNameSignUrl) ? asbitem.AuditorUserSignUrl : asbitem.AuditorNameSignUrl, |
|
|
samplerName = asbitem.SamplerName, |
|
|
samplerName = asbitem.SamplerName, |
|
|
samplingDateTime = asbitem.SamplingTime, |
|
|
samplingDateTime = asbitem.SamplingTime, |
|
|
lisSampleNo = asbitem.LisSampleNo, |
|
|
lisSampleNo = asbitem.LisSampleNo, |
|
|
@ -1521,6 +1522,7 @@ namespace Shentun.Peis.Reports.ConvertRpt |
|
|
auditDateTime = asbitem.AuditTime, |
|
|
auditDateTime = asbitem.AuditTime, |
|
|
auditorDateTime = asbitem.AuditorTime, |
|
|
auditorDateTime = asbitem.AuditorTime, |
|
|
submissionDateTime = asbitem.SubmissionTime, |
|
|
submissionDateTime = asbitem.SubmissionTime, |
|
|
|
|
|
specimenStatus = asbitem.SpecimenStatus, |
|
|
isUploadPic = asbitem.Pictures.Count > 0 ? true : false, |
|
|
isUploadPic = asbitem.Pictures.Count > 0 ? true : false, |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|