20250219 人员报验导入

This commit is contained in:
2025-02-19 14:12:01 +08:00
parent b3128201d1
commit ccc49dc1c1
10 changed files with 48 additions and 33 deletions
@@ -427,11 +427,15 @@ namespace FineUIPro.Web.CQMS.Comprehensive
{
try
{
Ins.InspectionDate = Convert.ToDateTime(tempData.Value12);
Ins.InspectionDate = Funs.GetNewDateTime(tempData.Value12);
if (Ins.InspectionDate == null)
{
errInfo += "报验日期[" + tempData.Value12 + "]格式错误;";
}
}
catch (Exception)
{
errInfo += "报验日期[" + tempData.Value12+ "]格式错误;";
errInfo += "报验日期[" + tempData.Value12 + "]格式错误;";
}
}
if (!string.IsNullOrEmpty(tempData.Value13))