shish 2 달 전
부모
커밋
47c54e3406
2개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 2
      ghsApp/src/admin/tools/calculator.vue
  2. 0 4
      hdApp/src/admin/tools/calculator.vue

+ 0 - 2
ghsApp/src/admin/tools/calculator.vue

@@ -395,7 +395,6 @@ export default {
 
 		},
 		pickCustomer() {
-			this.tapVoice()
 			this.$util.pageTo({url: '/admin/custom/selectCustom?style=3'})
 		},
 		applyPickCustomerFromStorage() {
@@ -1088,7 +1087,6 @@ export default {
 			return null
 		},
 		_submitCashierPayCore() {
-			this.tapVoice()
 			if (this.keyboardTarget === 'calc') {
 				const st = this.stackTotal
 				if (!Number.isFinite(st) || isNaN(st)) {

+ 0 - 4
hdApp/src/admin/tools/calculator.vue

@@ -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)) {