From e024776abcb886ad8847e220496e9c0f38bf8627 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 14 Apr 2026 14:11:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E4=BB=B6=E8=B7=9F=E6=96=B0=EF=BC=8C?= =?UTF-8?q?=E5=8D=95=E5=8F=B7=E4=B8=8D=E9=80=97=E5=8F=B7=E6=8B=BC=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/customerService/waybillTracking.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/emis/customerService/waybillTracking.vue b/src/views/emis/customerService/waybillTracking.vue index bebfbc07..06414310 100644 --- a/src/views/emis/customerService/waybillTracking.vue +++ b/src/views/emis/customerService/waybillTracking.vue @@ -118,7 +118,7 @@ export default { } if(this.queryParams.billCode){ - this.queryParams.billCode=formatSearchStr(this.queryParams.billCode); + // this.queryParams.billCode=formatSearchStr(this.queryParams.billCode); } queryScanWaybillList(this.queryParams).then(response => {