uu
This commit is contained in:
parent
e602159826
commit
6c2e30c002
@ -10,13 +10,14 @@
|
||||
</view>
|
||||
</u-row>
|
||||
|
||||
<u-row custom-style="margin-top:20rpx;">
|
||||
<!-- <u-row custom-style="margin-top:20rpx;">
|
||||
<view style="flex: 1;">
|
||||
<tpx-select v-model:resObject="siteRes" :getListFun="getPreStationList" :transKeyVal="{valKey: 'startSite',titleKey: 'startSiteName'}"
|
||||
v-model:value="submitParam.preOrNextStationCode" mode="drop" placeholder="请选择上一网点" :minChecked="0"
|
||||
:searchParam="siteSearchParam"
|
||||
></tpx-select>
|
||||
</view>
|
||||
</u-row>
|
||||
</u-row> -->
|
||||
|
||||
<u-row custom-style="margin-top:20rpx;">
|
||||
<view style="flex: 1;">
|
||||
@ -70,14 +71,16 @@
|
||||
|
||||
},
|
||||
computed: {
|
||||
|
||||
siteSearchParam(){
|
||||
return { destSite: this.$store.getters.userInfo.ownerSiteCode }
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
paiRes: { list: [] } ,
|
||||
submitParam: {
|
||||
billCode: '',
|
||||
preOrNextStationCode: '',
|
||||
// preOrNextStationCode: '',
|
||||
dispatchOrSendManCode: '',
|
||||
},
|
||||
submitValidConfig: {
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
<view style="flex: 1;">
|
||||
<tpx-select v-model:resObject="siteRes" :getListFun="getPreStationList" :transKeyVal="{valKey: 'startSite',titleKey: 'startSiteName'}"
|
||||
v-model:value="submitParam.preOrNextStationCode" mode="drop" placeholder="请选择上一网点" :minChecked="0"
|
||||
:searchParam="siteSearchParam"
|
||||
></tpx-select>
|
||||
</view>
|
||||
</u-row>
|
||||
@ -58,7 +59,9 @@
|
||||
|
||||
},
|
||||
computed: {
|
||||
|
||||
siteSearchParam(){
|
||||
return { destSite: this.$store.getters.userInfo.ownerSiteCode }
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user