diff --git a/src/views/distribution/stockup/distributionStockupDetails.vue b/src/views/distribution/stockup/distributionStockupDetails.vue index a7515d9e..7256346f 100644 --- a/src/views/distribution/stockup/distributionStockupDetails.vue +++ b/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',