|
@@ -669,11 +669,12 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
DiId = dto.DiId,
|
|
|
PriceCurrency = item.Currency,
|
|
|
PriceName = di.TeamName + "车超时费(地接导入)",
|
|
|
- PriceType = 1050,
|
|
|
+ PriceType = 1028,
|
|
|
PriceDt = item.DatePrice.ObjToDate(),
|
|
|
PriceSum = item.Price * item.Count,
|
|
|
PriceCount = item.Count,
|
|
|
FilePath = string.Empty,
|
|
|
+ PriceDetailType = 1050,
|
|
|
});
|
|
|
}
|
|
|
}
|
|
@@ -719,11 +720,12 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
DiId = dto.DiId,
|
|
|
PriceCurrency = cityPrice.Currency,
|
|
|
PriceName = di.TeamName + "餐费(地接导入)",
|
|
|
- PriceType = 1049,
|
|
|
+ PriceType = 1028,
|
|
|
PriceDt = Convert.ToDateTime(item["日期"]),
|
|
|
PriceSum = price - foodCost,
|
|
|
PriceCount = 1,
|
|
|
FilePath = string.Empty,
|
|
|
+ PriceDetailType = 1049,
|
|
|
});
|
|
|
|
|
|
}
|