diff --git a/src/views/distribution/inventory/delivery/distributionStockArticle.vue b/src/views/distribution/inventory/delivery/distributionStockArticle.vue index 0a41aecd..38d28a12 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticle.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticle.vue @@ -725,6 +725,17 @@ export default { fixed: false, sortable: true, }, + { + prop: 'brand', + label: '品牌', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { prop: 'trays', label: '所在托盘', diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue b/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue index 47f3bafa..41047c99 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue @@ -529,6 +529,16 @@ export default { fixed: false, sortable: true, }, + { + prop: 'brand', + label: '品牌', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'totalNumber', label: '订单总件数', diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue b/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue index e07a60fe..af4ee58e 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue @@ -557,6 +557,16 @@ export default { sortable: true, } , + { + prop: 'brand', + label: '品牌', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'totalNumber', label: '订单总件数', diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue b/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue index 53d336b0..fe3c9e08 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue @@ -644,17 +644,7 @@ export default { fixed: false, sortable: true, }, - { - prop: 'totalNumber', - label: '订单总件数', - type: 1, - values: '', - width: '160', - checkarr: [], - fixed: false, - isshowSummary: true, - sortable: true, - }, + { prop: 'consigneeUnit', label: '收货单位', @@ -685,6 +675,27 @@ export default { fixed: false, sortable: true, }, + { + prop: 'brand', + label: '品牌', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalNumber', + label: '订单总件数', + type: 1, + values: '', + width: '160', + checkarr: [], + fixed: false, + isshowSummary: true, + sortable: true, + }, { prop: 'handQuantity', label: '在库件数',