This commit is contained in:
aihe 2024-06-21 17:21:33 +08:00
parent b46bce64f9
commit 698000d8a9

View File

@ -10,7 +10,9 @@
</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-select v-model:resObject="siteRes" :getListFun="getNextStationList" :transKeyVal="{valKey: 'destSite',titleKey: 'destSiteName'}" v-model:value="submitParam.preOrNextStationCode" mode="drop" placeholder="请选择下一网点"></tpx-select> <tpx-select v-model:resObject="siteRes" :getListFun="getNextStationList" :transKeyVal="{valKey: 'destSite',titleKey: 'destSiteName'}"
v-model:value="submitParam.preOrNextStationCode" :searchParam="siteSearchParam" mode="drop" placeholder="请选择下一网点"
></tpx-select>
</view> </view>
</u-row> </u-row>
<u-row custom-style="margin-top:20rpx;"> <u-row custom-style="margin-top:20rpx;">
@ -82,7 +84,9 @@
} }
}, },
computed: { computed: {
siteSearchParam(){
return { transType: 3 }
}
}, },
data() { data() {
return { return {