uu
This commit is contained in:
parent
46069ef8d7
commit
42804a82de
@ -25,8 +25,7 @@
|
|||||||
<view class="dt-cont">
|
<view class="dt-cont">
|
||||||
<view class="edm-input-item">
|
<view class="edm-input-item">
|
||||||
<tpx-select v-model:value="checkedGoodId" v-model:resObject="goodsRes" :getListFun="getGoodsList" :transKeyVal="{valKey: 'goodsName',titleKey: 'goodsName'}"
|
<tpx-select v-model:value="checkedGoodId" v-model:resObject="goodsRes" :getListFun="getGoodsList" :transKeyVal="{valKey: 'goodsName',titleKey: 'goodsName'}"
|
||||||
mode="drop"
|
mode="drop" @onChange="handleChooseGood"
|
||||||
:searchParam="goodsSearchParam" @onChange="handleChooseGood"
|
|
||||||
>
|
>
|
||||||
<u-input placeholder="物品名称" v-model="modelInfo.goodsName" font-size="26"
|
<u-input placeholder="物品名称" v-model="modelInfo.goodsName" font-size="26"
|
||||||
custom-style="border-radius: 30rpx;padding: 10rpx 20rpx;"
|
custom-style="border-radius: 30rpx;padding: 10rpx 20rpx;"
|
||||||
@ -171,9 +170,6 @@
|
|||||||
dicData() {
|
dicData() {
|
||||||
return this.$store.getters.dicData
|
return this.$store.getters.dicData
|
||||||
},
|
},
|
||||||
goodsSearchParam() {
|
|
||||||
return { goodsName: this.modelInfo.goodsName || '' }
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
show: {
|
show: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user