From 23e066e752d33463d045ac3d1130a8c9c12aadc7 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 30 Jul 2025 14:48:48 +0800 Subject: [PATCH] =?UTF-8?q?story#6932,=E5=8F=AA=E6=9C=89=E5=AD=90=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E7=9A=84=E5=B7=B2=E5=94=AE=E5=87=BA=E4=B8=8B=E6=9E=B6?= =?UTF-8?q?=E6=89=8D=E8=B7=B3=E8=BD=AC=E8=A1=A5=E5=85=85=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/mineRelease.vue | 6 +++--- src/views/secondHandCar/sellingInfo.vue | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/secondHandCar/mineRelease.vue b/src/views/secondHandCar/mineRelease.vue index 41a3ef25..e481f32f 100644 --- a/src/views/secondHandCar/mineRelease.vue +++ b/src/views/secondHandCar/mineRelease.vue @@ -65,14 +65,14 @@
- + 下架原因
{{xiajiaInfo?.type==1 ? '已售出' : '已买到'}} {{xiajiaInfo?.type==1 ? '不卖了' : '不买了'}} -
注:已售出需前往完善售出信息
+
注:已售出需前往完善售出信息
确认
@@ -161,7 +161,7 @@ export default { this.$toast('下架原因不能为空') return } - if(this.xiajiaInfo?.type==1 && this.radio==1){ + if(this.xiajiaInfo.proprietary==1 && this.xiajiaInfo?.type==1 && this.radio==1){ this.poupShow=false this.radio = '' this.$router.push({ name: "sellingInfo", query: {id:this.xiajiaInfo.id,type:'revise'}}) diff --git a/src/views/secondHandCar/sellingInfo.vue b/src/views/secondHandCar/sellingInfo.vue index 34ea7993..f99eb7ac 100644 --- a/src/views/secondHandCar/sellingInfo.vue +++ b/src/views/secondHandCar/sellingInfo.vue @@ -141,6 +141,7 @@ export default { queryType:4, }) this.form={...res.data} + this.form.downReason='已售出' this.auditRemark=res.data?.auditRemark this.status=res.data?.status?.code if(res.data?.tradeContractPath){