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){