CRM_26-01-22#story#7966,关于在打通系统中责任险信息关联的需求
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
:border="false"
|
||||
:fixed="true"
|
||||
:safe-area-inset-top="true"
|
||||
@click-left="h5GoBack"
|
||||
@click-left="back"
|
||||
/>
|
||||
</div>
|
||||
<div class="addContentWrap">
|
||||
@@ -418,7 +418,7 @@
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
<two-common-btn class="btn" @cancelClick="h5GoBack" @submitClick="submitBtn" />
|
||||
<two-common-btn class="btn" @cancelClick="back" @submitClick="submitBtn" />
|
||||
<van-calendar v-model="showDatePicker" :min-date="minDate"
|
||||
:max-date="maxDate" type="range" @confirm="onConfirm" />
|
||||
|
||||
@@ -1211,6 +1211,14 @@ export default {
|
||||
this.vehicleInfoChange=false
|
||||
this.insuranceChange=false
|
||||
},
|
||||
back() {
|
||||
this.$router.push({
|
||||
name:'vehicleManage',
|
||||
params:{
|
||||
id: this.id
|
||||
}
|
||||
})
|
||||
},
|
||||
async submitBtn(){
|
||||
if( !this.vehicleLicenseFront ) {
|
||||
this.$toast('行驶证主页照片不能为空')
|
||||
|
||||
Reference in New Issue
Block a user