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