diff --git a/src/views/warehouse/updownGoods/warehouseUpdownGoodsLog.vue b/src/views/warehouse/updownGoods/warehouseUpdownGoodsLog.vue index 36d1e6a4..789b9987 100644 --- a/src/views/warehouse/updownGoods/warehouseUpdownGoodsLog.vue +++ b/src/views/warehouse/updownGoods/warehouseUpdownGoodsLog.vue @@ -97,7 +97,7 @@ export default { sortable: true, }, { - prop: 'orderPackageCode', + prop: 'materialCode', label: '物料编号', type: 2, values: '', @@ -107,7 +107,7 @@ export default { sortable: true, }, { - prop: 'orderPackageCode', + prop: 'materialName', label: '物料名称', type: 2, values: '', @@ -116,6 +116,16 @@ export default { fixed: false, sortable: true, }, + { + prop: 'sku', + label: 'SKU', + type: 2, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'bindingType', label: '上架类型;1=上架,2=下架',