Browse Source

备货明细增加预约单号字段

dev-xx
马远东 4 months ago
parent
commit
3232aeb1c6
  1. 33
      src/views/distribution/stockup/distributionStockupDetails.vue

33
src/views/distribution/stockup/distributionStockupDetails.vue

@ -346,6 +346,17 @@ export default {
html: '',
columnListarrs: {
columnReservation: [
{
prop: 'reservationCode',
label: '预约单号',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'consignee',
label: '收货人',
@ -645,6 +656,17 @@ export default {
sortable: true,
head: false,
},
{
prop: 'reservationCode',
label: '预约单号',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'firsts',
label: '一级品',
@ -765,6 +787,17 @@ export default {
checkarr: [],
fixed: true,
},
{
prop: 'reservationCode',
label: '预约单号',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
head: false,
},
{
prop: 'sku',
label: 'SKU',

Loading…
Cancel
Save