From 8900951225b5379dc6b444678d9cebcbca271347 Mon Sep 17 00:00:00 2001 From: 13208366016 <47278630@qq.com> Date: Sat, 11 Nov 2023 15:53:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=A2=E6=88=B7=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=AD=97=E6=AE=B5=EF=BC=8C=E6=90=9C=E7=B4=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=8C=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distributionDeliveryListmar.vue | 14 ++++++++++++- .../reservation/reservationAddFrom.vue | 14 +++++++++++-- .../stockup/distributionStockupMarket.vue | 21 ++++++++++++++++++- vite.config.js | 4 ++-- 4 files changed, 47 insertions(+), 6 deletions(-) diff --git a/src/views/distribution/deliverylist/distributionDeliveryListmar.vue b/src/views/distribution/deliverylist/distributionDeliveryListmar.vue index db2d437c..dd64bb0b 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListmar.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListmar.vue @@ -6,6 +6,9 @@ + + + @@ -413,7 +416,16 @@ export default { fixed: false, sortable: true, }, - + { + prop: 'clineName', + label: '客户名称', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'kindName', label: '配送种类', diff --git a/src/views/distribution/reservation/reservationAddFrom.vue b/src/views/distribution/reservation/reservationAddFrom.vue index 8ef46d18..f68746c7 100644 --- a/src/views/distribution/reservation/reservationAddFrom.vue +++ b/src/views/distribution/reservation/reservationAddFrom.vue @@ -124,7 +124,7 @@ - 新 增 + 新 增 - 新 增 + 新 增 + + diff --git a/src/views/distribution/stockup/distributionStockupMarket.vue b/src/views/distribution/stockup/distributionStockupMarket.vue index 36015aa8..8a0711fb 100644 --- a/src/views/distribution/stockup/distributionStockupMarket.vue +++ b/src/views/distribution/stockup/distributionStockupMarket.vue @@ -13,7 +13,8 @@ --> - +
+ + + + +
搜 索 @@ -340,6 +345,17 @@ export default { sortable: true, head: false, }, + { + prop: 'consignee', + label: '客户名称', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, { prop: 'stockupDate', label: '备货时间', @@ -1142,5 +1158,8 @@ export default { flex: 1; display: flex; align-items: flex-end; +} +.el-input-so{ + } diff --git a/vite.config.js b/vite.config.js index c695de61..1dd07766 100644 --- a/vite.config.js +++ b/vite.config.js @@ -18,9 +18,9 @@ export default ({ mode, command }) => { // lmy // target: 'http://192.168.10.123:8889', // cyz - target: 'http://192.168.10.75:8777', + // target: 'http://192.168.10.75:8777', // tjj - // target: 'http://192.168.10.29:13000', + target: 'http://192.168.10.29:13000', // sst // target: 'http://192.168.10.94:8888', // target: 'http://192.168.10.29:13000',