部分页面功能修改

This commit is contained in:
2025-02-20 17:18:48 +08:00
parent 6e96755d18
commit aabb87ec15
6 changed files with 23 additions and 39 deletions

View File

@@ -19,12 +19,13 @@
<view class="zd-col-8">
<span class="filter_label">出库单据编号</span>
</view>
<view class="zd-col-16 zd-row">
<view class="zd-col-16 zd-row relative">
<view class="filter_num">{{editValue.toString()}}</view>
<search-box
v-model="val2"
@handleChange="handleChange2"
/>
<uni-icons v-show="editValue.length > 0" class="absolute del-icon" type="clear" size="24" color="#666" @tap="toDel"></uni-icons>
</view>
</view>
<view class="zd-row border-bottom">
@@ -217,6 +218,12 @@
} catch (e) {
this.disabled = false
}
},
toDel () {
this.editValue = []
this.selectedNum = null
this.dataList = []
this.checkData = []
}
}
}