This commit is contained in:
2025-08-01 17:20:58 +08:00
parent 6b1b788c59
commit d9f1ffb42f
6 changed files with 1004 additions and 3 deletions

View File

@@ -14,8 +14,11 @@
</view>
<view class="filter_item">
<view class="filter_label">{{$t('grid.wooden-box-specs')}}</view>
<view class="filter_input_wraper">
<!-- <view class="filter_input_wraper">
<uni-data-select v-model="index" :placeholder="$t('uni.dataSelect.placeholder')" :localdata="options" @change="selectChange"></uni-data-select>
</view> -->
<view class="filter_input_wraper">
<zxz-uni-data-select v-model="index" filterable :localdata="options" @inputChange="inputChange" @change="selectChange"></zxz-uni-data-select>
</view>
</view>
<view class="filter_item is-required">
@@ -65,6 +68,9 @@
this._getBoxSpecInfo()
},
methods: {
inputChange (e) {
// console.log(e)
},
getScanlist (e) {
this.val2 = e.join()
},