|
|
@@ -412,7 +412,6 @@ export default {
|
|
|
|
|
|
},
|
|
|
pickCustomer() {
|
|
|
- this.tapVoice()
|
|
|
this.$util.pageTo({url: '/admin/custom/selectCustom?style=6'})
|
|
|
},
|
|
|
applyPickCustomerFromStorage() {
|
|
|
@@ -1131,9 +1130,6 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
_submitCashierPayCore(forceBalancePay) {
|
|
|
- if (!forceBalancePay) {
|
|
|
- this.tapVoice()
|
|
|
- }
|
|
|
if (this.keyboardTarget === 'calc') {
|
|
|
const st = this.stackTotal
|
|
|
if (!Number.isFinite(st) || isNaN(st)) {
|