|
|
@@ -121,11 +121,11 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
gatheringFn(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
this.$refs.gatheringRef.open('center')
|
|
|
},
|
|
|
payFinish(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
this.$refs.toPayRef.close()
|
|
|
this.getNewItemAndListenScan()
|
|
|
},
|
|
|
@@ -137,7 +137,7 @@ export default {
|
|
|
this.$emit('changeProperty',this.property)
|
|
|
},
|
|
|
resetCustomer(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
this.$emit('resetCustomer')
|
|
|
},
|
|
|
settleCommit(params){
|
|
|
@@ -161,24 +161,24 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
cancelPay(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
this.$refs.toPayRef.close()
|
|
|
this.getNewItemAndListenScan()
|
|
|
},
|
|
|
cancelSettle(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
this.settleOpenStatus = 0
|
|
|
this.$refs.settlePopRef.close()
|
|
|
},
|
|
|
async settleReturn(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
this.setCreateOrder()
|
|
|
},
|
|
|
selectPayWayBack(price){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
},
|
|
|
toWastage(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
if(this.$util.isEmpty(this.selectList)) {
|
|
|
this.$msg('请选择报损花材')
|
|
|
return false
|
|
|
@@ -186,7 +186,7 @@ export default {
|
|
|
this.$refs.wastageRef.open('center')
|
|
|
},
|
|
|
confirmWastage(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
if(this.$util.isEmpty(this.selectList)) {
|
|
|
this.$msg('请选择报损花材')
|
|
|
return false
|
|
|
@@ -224,7 +224,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
goSettleCommit(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
if(this.$util.isEmpty(this.selectList)) {
|
|
|
this.$msg('请选择结算花材')
|
|
|
return false
|
|
|
@@ -238,16 +238,16 @@ export default {
|
|
|
},
|
|
|
//清空花材弹框
|
|
|
clearItemFn(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
this.$refs.clearItemRef.open()
|
|
|
},
|
|
|
//确认清空花材
|
|
|
confirmClearItem(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
this.removeFromSaveDirect()
|
|
|
},
|
|
|
confirmLogout(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
uni.clearStorage()
|
|
|
this.$store.commit("setLoginInfo", {})
|
|
|
// #ifdef APP-PLUS
|
|
|
@@ -255,11 +255,11 @@ export default {
|
|
|
// #endif
|
|
|
},
|
|
|
logoutFn(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
this.$refs.logoutRef.open()
|
|
|
},
|
|
|
delSelectItem(){
|
|
|
- this.$util.hitRemind()
|
|
|
+ this.$innerAudioContext.play()
|
|
|
}
|
|
|
}
|
|
|
}
|