uu
This commit is contained in:
parent
7f6b6be9ac
commit
3defc5c584
@ -38,6 +38,8 @@
|
||||
@onChange="handleDataItemChange"
|
||||
></content-items>
|
||||
</tpx-scroll-view>
|
||||
<!-- 多选drop需要确认按钮 -->
|
||||
<u-button v-if="type=='multiple'" @click="handleSelectSwitch" custom-style="margin-top:10rpx;border-radius: 16rpx;height: 66rpx;" type="primary" plain="true">确认</u-button>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -73,6 +75,7 @@
|
||||
let filedName = this.searchFiledName
|
||||
return {
|
||||
...this.searchParam,
|
||||
searchValue: this.keyword, // 默认
|
||||
[filedName]: this.keyword,
|
||||
}
|
||||
},
|
||||
|
||||
@ -263,6 +263,10 @@
|
||||
<view class="mt-30">
|
||||
<bpe-gooditem-edit-tmp ref="goodEditInfo" :value="tempObject.value"></bpe-gooditem-edit-tmp>
|
||||
</view>
|
||||
<view class="mt-30">
|
||||
<bpe-good-kuaidi-tmp :value="tempObject.value"></bpe-good-kuaidi-tmp>
|
||||
</view>
|
||||
|
||||
<view class="mt-30">
|
||||
<bpe-goodphoto-tmp :value="tempObject.value" filedName="goodsPics">
|
||||
<template v-slot:title>
|
||||
@ -270,9 +274,7 @@
|
||||
</template>
|
||||
</bpe-goodphoto-tmp>
|
||||
</view>
|
||||
<view class="mt-30">
|
||||
<bpe-good-kuaidi-tmp :value="tempObject.value"></bpe-good-kuaidi-tmp>
|
||||
</view>
|
||||
|
||||
</buns-edit-sheet>
|
||||
</tpx-page>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user