From 9bf3eed7112e910043d5f8222a8fa0023bb5bb1f Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 20 May 2025 12:54:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E6=94=B6=E8=B4=A7=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E5=8F=98=E5=8A=A8=E5=AF=BC=E8=87=B4=E6=8A=A5=E5=85=B3?= =?UTF-8?q?=E5=92=8C=E6=B8=85=E5=85=B3=E6=A8=A1=E5=BC=8F=E5=8F=91=E7=94=9F?= =?UTF-8?q?=E6=94=B9=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/post/post.vue | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pages/post/post.vue b/pages/post/post.vue index 39de431..c546a52 100644 --- a/pages/post/post.vue +++ b/pages/post/post.vue @@ -433,24 +433,18 @@ this.submitParam.sendSiteCode = item.code; this.submitParam.sendSiteName = item.name - - // 重新计算产品 - // this.handleWayChange() }, handlePickupMethodChange(val){ this.submitParam.pickupMethod=val; - console.log("==>val==>",val); - console.log("==>this.submitParam.pickupMethod==>",this.submitParam.pickupMethod); + // 上门取件方式 if(this.submitParam.pickupMethod==2){ this.submitParam.intoWarehouseCode=null; this.submitParam.intoWarehouseName=null; + // 重新选择寄件网点 this.updateDltSendSite({ lineCode: this.submitParam.transLine }) - this.handleWayChange() } // 仓库收货,整柜提货 else if(this.submitParam.pickupMethod==1 || this.submitParam.pickupMethod==3){ - // 重新计算产品 - this.handleWayChange() } }, handleCstClrChange(val){