提报增加重量

This commit is contained in:
2024-06-20 14:32:48 +08:00
parent def9290c37
commit 9fead8d3c9
5 changed files with 18 additions and 1 deletions

View File

@@ -118,7 +118,9 @@ namespace Tnb.ProductionMgr
create_id = y.RealName,
create_id_id = x.create_id,
create_time = x.create_time == null ? "" : x.create_time.Value.ToString(DbTimeFormat.MM),
batch = x.barcode
batch = x.batch,
material_box_code = x.material_box_code,
weight = x.weight
})
}).ToPagedListAsync(input.currentPage, input.pageSize);
return PageResult<ReportRecordListOutput>.SqlSugarPageResult(result);