提交代码

This commit is contained in:
hehaibing-1996
2024-05-09 16:38:47 +08:00
parent cb6090bf0b
commit 3c2cc27467
19 changed files with 299 additions and 63 deletions

View File

@ -45,13 +45,19 @@ namespace WCS.WebApi.Controllers
var columns = new[]
{
new ExportableColumn("序号","RowNumber"),
new ExportableColumn("库位","StoreCode"),
new ExportableColumn("物料编码","MatCode"),
new ExportableColumn("物料名称","MatName"),
new ExportableColumn("规格","MatSpec"),
new ExportableColumn("批次","MatBatch"),
new ExportableColumn("供应商","MatSupplier"),
new ExportableColumn("客户","MatCustomer"),
new ExportableColumn("数量","MatQty"),
new ExportableColumn("库位","StoreCode"),
new ExportableColumn("入库时间","InstoreTime"),
new ExportableColumn("类型","Direction"),
new ExportableColumn("操作人","OperateUser"),
new ExportableColumn("操作时间","OperateTime"),
new ExportableColumn("物料SN", "MatSN"),
};
if (data == null)