|
@@ -105,7 +105,7 @@
|
|
|
<!-- <view class="left">车牌号</view>
|
|
|
<input v-if="!isPC" v-model='detailData.carNo' class="right-bottom" placeholder="请输入车牌号"></input>
|
|
|
<view @click='slectCarNo' v-if="isPC">{{detailData.carNo}}</view> -->
|
|
|
- <view class="left">车牌号{{showCar}}</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&&carjudge"></input>
|
|
@@ -352,6 +352,8 @@
|
|
|
onLoad(options) {
|
|
|
this.id = options.id
|
|
|
this.cangId = options.cangId
|
|
|
+ //查看任务编号
|
|
|
+ this.inOutNo()
|
|
|
},
|
|
|
onShow() {
|
|
|
uni.showLoading({
|
|
@@ -413,8 +415,6 @@
|
|
|
if (helper.erpWarehouse.personCharge) {
|
|
|
this.detailData.agent = helper.erpWarehouse.personCharge
|
|
|
}
|
|
|
- //查看任务编号
|
|
|
- this.inOutNo()
|
|
|
//经办人
|
|
|
this.handler()
|
|
|
},
|