shish 6 luni în urmă
părinte
comite
86f0d548a8
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      hdPad/src/pages/home/components/console.vue

+ 3 - 1
hdPad/src/pages/home/components/console.vue

@@ -10,7 +10,7 @@
 	<view class="active" @click="showCustomPop()" style="background-color: #09C567;border:1upx sold #09C567;color:white;">选客</view>
 	<view class="active" @click="showCustomPop()" style="background-color: #09C567;border:1upx sold #09C567;color:white;">选客</view>
 	<view class="active" @click="part()" style="border:1upx solid black;color:black">拆散</view>
 	<view class="active" @click="part()" style="border:1upx solid black;color:black">拆散</view>
 	<view class="active" @click="fastCreate()" style="font-size:9upx;">快捷开单</view>
 	<view class="active" @click="fastCreate()" style="font-size:9upx;">快捷开单</view>
-	<view class="active" @click="gatheringFn()" style="color:#3385FF;border:1upx solid #3385FF;">收款</view>
+	<view class="active" @click="gatheringFn()" style="color:#3385FF;border:1upx solid #3385FF;">快捷收款</view>
     <view class="active" @click="clearItemFn" style="color:#636161;border:1upx solid #636161;">清空</view>
     <view class="active" @click="clearItemFn" style="color:#636161;border:1upx solid #636161;">清空</view>
 
 
 	<view v-if="Number(customId)>0" :class="[fastAction==1 ? 'custom-fast' : 'custom']">{{customName}}</view>
 	<view v-if="Number(customId)>0" :class="[fastAction==1 ? 'custom-fast' : 'custom']">{{customName}}</view>
@@ -289,9 +289,11 @@ export default {
 			this.$emit('updateRightItem')
 			this.$emit('updateRightItem')
 		},
 		},
 		calcFn(){
 		calcFn(){
+			this.$util.hitVoice()
 			this.calc = this.calc == 'add' ? 'sub' : 'add'
 			this.calc = this.calc == 'add' ? 'sub' : 'add'
 		},
 		},
 		changeProperty(num){
 		changeProperty(num){
+			this.$util.hitVoice()
 			this.$emit('changeProperty',num)
 			this.$emit('changeProperty',num)
 		},
 		},
 		settleCommit(params){
 		settleCommit(params){