This commit is contained in:
2026-01-07 14:58:03 +08:00
parent 8a055d1704
commit eb20ccce86

View File

@@ -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,