123
This commit is contained in:
@@ -168,13 +168,14 @@ namespace DOAN.Admin.WebApi.Controllers.BZFM
|
||||
// Build list of dictionaries to control column titles and format dates
|
||||
var exportList = data.Select(x => new Dictionary<string, object>
|
||||
{
|
||||
["id"] = x.Id,
|
||||
["物料标号"] = x.Type,
|
||||
["物料编码"] = x.MaterialCode,
|
||||
["物料名称"] = x.MaterialName,
|
||||
["规格"] = x.Specification,
|
||||
["物料分类编码"] = x.CategoryCode,
|
||||
["物料分类名称"] = x.CategoryName,
|
||||
["计量单位"] = x.Unit,
|
||||
["物料类型"] = x.Type,
|
||||
["供应商编码"] = x.SupplierCode,
|
||||
["供应商名称"] = x.SupplierName,
|
||||
["安全库存"] = x.SafetyStock,
|
||||
|
||||
Reference in New Issue
Block a user