20250219 人员报验导入
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user