Browse Source

增加品牌

dev-xx
pref_mail@163.com 1 year ago
parent
commit
aba4aba871
  1. 11
      src/views/distribution/inventory/delivery/distributionStockArticle.vue
  2. 10
      src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue
  3. 10
      src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue
  4. 33
      src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue

11
src/views/distribution/inventory/delivery/distributionStockArticle.vue

@ -725,6 +725,17 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
{
prop: 'brand',
label: '品牌',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'trays', prop: 'trays',
label: '所在托盘', label: '所在托盘',

10
src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue

@ -529,6 +529,16 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
{
prop: 'brand',
label: '品牌',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'totalNumber', prop: 'totalNumber',
label: '订单总件数', label: '订单总件数',

10
src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue

@ -557,6 +557,16 @@ export default {
sortable: true, sortable: true,
} }
, ,
{
prop: 'brand',
label: '品牌',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{ {
prop: 'totalNumber', prop: 'totalNumber',
label: '订单总件数', label: '订单总件数',

33
src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue

@ -644,17 +644,7 @@ export default {
fixed: false, fixed: false,
sortable: true, sortable: true,
}, },
{
prop: 'totalNumber',
label: '订单总件数',
type: 1,
values: '',
width: '160',
checkarr: [],
fixed: false,
isshowSummary: true,
sortable: true,
},
{ {
prop: 'consigneeUnit', prop: 'consigneeUnit',
label: '收货单位', label: '收货单位',
@ -685,6 +675,27 @@ export default {
fixed: false, fixed: false,
sortable: true, 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', prop: 'handQuantity',
label: '在库件数', label: '在库件数',

Loading…
Cancel
Save