Excel 数据导入
This commit is contained in:
@@ -592,13 +592,13 @@ namespace FATrace.WPLApp.Services
|
||||
Origin = GetCellString(row, 2, formatter),
|
||||
RawCode = GetCellString(row, 3, formatter),
|
||||
RawName = GetCellString(row, 4, formatter),
|
||||
TotalInWeightKg = GetCellString(row, 5, formatter),
|
||||
TotalOutWeightKg = GetCellString(row, 6, formatter),
|
||||
RemainWeightKg = GetCellString(row, 7, formatter)
|
||||
TotalInCase = GetCellString(row, 5, formatter),
|
||||
TotalOutCase = GetCellString(row, 6, formatter),
|
||||
RemainCase = GetCellString(row, 7, formatter)
|
||||
};
|
||||
|
||||
if (IsAllEmpty(entity.InTime, entity.OutTime, entity.Origin, entity.RawCode, entity.RawName,
|
||||
entity.TotalInWeightKg, entity.TotalOutWeightKg, entity.RemainWeightKg))
|
||||
entity.TotalInCase, entity.TotalOutCase, entity.RemainCase))
|
||||
continue;
|
||||
|
||||
list.Add(entity);
|
||||
|
||||
Reference in New Issue
Block a user