|
@@ -111,7 +111,7 @@
|
|
|
<view @click='slectCarNo' v-if="isPC">{{detailData.carNo}}</view> -->
|
|
|
<view class="left">车牌号</view>
|
|
|
<!-- 他运合同车牌号输入 -->
|
|
|
- <input v-model='detailData.carNo' @click.stop="handleShowKeyboard":disabled="true" class="right-bottom" placeholder="请输入车牌号1" v-if="!showCar"></input>
|
|
|
+ <input v-model='detailData.carNo' @click.stop="handleShowKeyboard":disabled="true" class="right-bottom" placeholder="请输入车牌号" v-if="!showCar"></input>
|
|
|
<input v-model='detailData.carNo' @click.stop="handleShowKeyboard":disabled="true" class="right-bottom" placeholder="请输入车牌号" v-if="showCar&&carjudge"></input>
|
|
|
<view v-else v-show="showCar" @click="carno = true">
|
|
|
<view v-if="detailData.tranCarNo">
|
|
@@ -433,9 +433,11 @@
|
|
|
if(!this.carjudge){
|
|
|
this.detailData.selfLoading = "0"
|
|
|
this.carChange1="手动填写"
|
|
|
+ this.detailData.carNo = ""
|
|
|
}else{
|
|
|
this.detailData.selfLoading = "1"
|
|
|
this.carChange1="识别下拉"
|
|
|
+ this.detailData.carNo = ""
|
|
|
}
|
|
|
},
|
|
|
print() {
|