This commit is contained in:
2025-08-06 18:19:22 +08:00
parent 1e06bc56b7
commit 5a8f25b428
4 changed files with 88 additions and 90 deletions

View File

@@ -79,7 +79,7 @@
</view>
</view>
<view class="zd-row submit-bar">
<button class="zd-col-6 button-default" @tap="toEmpty">清空</button>
<button class="zd-col-6 button-default" @tap="clearUp">清空</button>
<button class="zd-col-16 button-primary" :class="{'button-info': JSON.stringify(currentData) === '{}' || !val3}" :disabled="disabled" @tap="_groupPlate">组盘确认</button>
</view>
</view>
@@ -122,7 +122,7 @@
url: '/pages/common/mater-list2?title=查询物料'
})
},
toEmpty () {
clearUp () {
this.currentData = {}
this.index = ''
this.disabled = false