部分页面功能修改
This commit is contained in:
@@ -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 = []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user