uu
This commit is contained in:
parent
f050697132
commit
8a2525649d
@ -21,7 +21,6 @@
|
|||||||
>
|
>
|
||||||
<tpx-input v-model:value="submitParam.carNo" placeholder="车牌号" :isWhite="true"></tpx-input>
|
<tpx-input v-model:value="submitParam.carNo" placeholder="车牌号" :isWhite="true"></tpx-input>
|
||||||
</tpx-select>
|
</tpx-select>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</u-row>
|
</u-row>
|
||||||
<view class="mt-20">
|
<view class="mt-20">
|
||||||
|
|||||||
@ -11,7 +11,12 @@
|
|||||||
</u-row>
|
</u-row>
|
||||||
<u-row custom-style="margin-top:20rpx;">
|
<u-row custom-style="margin-top:20rpx;">
|
||||||
<view style="flex: 1;">
|
<view style="flex: 1;">
|
||||||
<tpx-input v-model:value="submitParam.carNo" placeholder="车牌号" :isWhite="true"></tpx-input>
|
<tpx-select v-model:value="submitParam.carNo" v-model:resObject="carRes"
|
||||||
|
:getListFun="getCarNoList" :transKeyVal="{valKey: 'carNo',titleKey: 'carNo'}"
|
||||||
|
mode="drop"
|
||||||
|
>
|
||||||
|
<tpx-input v-model:value="submitParam.carNo" placeholder="车牌号" :isWhite="true"></tpx-input>
|
||||||
|
</tpx-select>
|
||||||
</view>
|
</view>
|
||||||
</u-row>
|
</u-row>
|
||||||
<view class="mt-20">
|
<view class="mt-20">
|
||||||
@ -79,9 +84,8 @@
|
|||||||
billCode: '', // 运单id
|
billCode: '', // 运单id
|
||||||
},
|
},
|
||||||
pageLoading: true,
|
pageLoading: true,
|
||||||
resData: {
|
resData: { list: [] },
|
||||||
list: []
|
carRes: { list: [] },
|
||||||
},
|
|
||||||
curScanItem: {},
|
curScanItem: {},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -90,6 +94,7 @@
|
|||||||
this.initData();
|
this.initData();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
getCarNoList: apiService.getCarNoList,
|
||||||
initData() {
|
initData() {
|
||||||
this.submitParam.billCode = this.queryOption.billCode
|
this.submitParam.billCode = this.queryOption.billCode
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user