提交代码
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user