From fce765f6b77c28be3c1764076131f00e7c85bfe0 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Fri, 15 Nov 2024 17:55:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventory/delivery/distributionStockArticle.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/distribution/inventory/delivery/distributionStockArticle.vue b/src/views/distribution/inventory/delivery/distributionStockArticle.vue index 379331c2..2d451f1d 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticle.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticle.vue @@ -18,10 +18,10 @@ - +
-
@@ -1513,13 +1513,16 @@ export default { this.searchInput = formattedInput; // 赋值给 inputAll } else { this.searchInput = ''; + + } + console.log(this.searchInput,'输入框值'); this.dialogVisible = true; }, handleSearchSubmit(value) { if (this.popupTitle == '订单自编号搜索') { this.query.orderCodeNum = value; //搜索框值 - }else if(this.popupTitle == '运单编号搜索'){ + }else if(this.popupTitle == '运单号搜索'){ this.query.waybillNum = value; //搜索框值 } this.dialogVisible = false;