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-select>
|
||||
|
||||
</view>
|
||||
</u-row>
|
||||
<view class="mt-20">
|
||||
|
||||
@ -11,7 +11,12 @@
|
||||
</u-row>
|
||||
<u-row custom-style="margin-top:20rpx;">
|
||||
<view style="flex: 1;">
|
||||
<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>
|
||||
</u-row>
|
||||
<view class="mt-20">
|
||||
@ -79,9 +84,8 @@
|
||||
billCode: '', // 运单id
|
||||
},
|
||||
pageLoading: true,
|
||||
resData: {
|
||||
list: []
|
||||
},
|
||||
resData: { list: [] },
|
||||
carRes: { list: [] },
|
||||
curScanItem: {},
|
||||
}
|
||||
},
|
||||
@ -90,6 +94,7 @@
|
||||
this.initData();
|
||||
},
|
||||
methods: {
|
||||
getCarNoList: apiService.getCarNoList,
|
||||
initData() {
|
||||
this.submitParam.billCode = this.queryOption.billCode
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user