From 3232aeb1c690fd2c4b9f8dc438eae6d28b0fbf1e Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Tue, 15 Oct 2024 20:12:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E8=B4=A7=E6=98=8E=E7=BB=86=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=A2=84=E7=BA=A6=E5=8D=95=E5=8F=B7=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stockup/distributionStockupDetails.vue | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) 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',