change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user