|
|
@@ -2,7 +2,7 @@
|
|
|
<view class="app-select_user">
|
|
|
<view class="title">请选客户</view>
|
|
|
<view class="app-userList_box">
|
|
|
- <view class="fast-kd" @click.stop="fastKd()">快捷开单</view>
|
|
|
+ <view class="fast-kd" @click.stop="fastKd()">快速开单</view>
|
|
|
<view :key="item.id" @click="selectCustomer(item)" class="userList-item_box" v-for="item in list">
|
|
|
<view class="head-box">
|
|
|
<view class="name">{{item.name}}</view>
|
|
|
@@ -38,6 +38,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
fastKd(){
|
|
|
+ this.$util.hitVoice()
|
|
|
this.$emit('fastKd')
|
|
|
},
|
|
|
selectCustomer(info){
|
|
|
@@ -98,8 +99,8 @@ export default {
|
|
|
min-height: 130upx;
|
|
|
overflow-y: scroll;
|
|
|
.fast-kd{
|
|
|
- font-size:28upx;
|
|
|
- width:150upx;
|
|
|
+ font-size:26upx;
|
|
|
+ width:140upx;
|
|
|
padding:30upx 0 30upx 0;
|
|
|
position:absolute;
|
|
|
top:20upx;
|