lancer há 4 anos
ascendente
cometimento
f40983b82e
3 ficheiros alterados com 14 adições e 9 eliminações
  1. +1
    -0
      pages/center/Piabodata/index.vue
  2. +8
    -6
      pages/center/consumer/edit.vue
  3. +5
    -3
      pages/center/records/index.vue

+ 1
- 0
pages/center/Piabodata/index.vue Ver ficheiro

@@ -542,6 +542,7 @@
this.getReport() this.getReport()
this.getRtrent() this.getRtrent()
this.getindexZxl() this.getindexZxl()
this.getAward()
}, },
staffSelectCallback(e,idx){ staffSelectCallback(e,idx){
if(idx==0){ if(idx==0){


+ 8
- 6
pages/center/consumer/edit.vue Ver ficheiro

@@ -14,7 +14,7 @@
</view> </view>
</view> </view>
<view class="conmsg-msg-lab-inp"> <view class="conmsg-msg-lab-inp">
<input type="text" placeholder="请输入客户姓名" v-model="form.name"/>
<input type="text" placeholder="请输入客户姓名" placeholder-style="color:#B2B2B2;" v-model="form.name"/>
</view> </view>
</view> </view>
<view class="conmsg-msg-lab"> <view class="conmsg-msg-lab">
@@ -46,7 +46,7 @@
</view> </view>
</view> </view>
<view class="conmsg-msg-lab-inp"> <view class="conmsg-msg-lab-inp">
<input type="number" placeholder="请输入联系电话" maxlength="11" v-model="form.phone"/>
<input type="number" placeholder="请输入联系电话" placeholder-style="color:#B2B2B2;" maxlength="11" v-model="form.phone"/>
</view> </view>
</view> </view>
<view class="conmsg-msg-lab"> <view class="conmsg-msg-lab">
@@ -54,7 +54,7 @@
微信账号 微信账号
</view> </view>
<view class="conmsg-msg-lab-inp"> <view class="conmsg-msg-lab-inp">
<input type="text" placeholder="请输入微信账号" v-model="form.chatNo"/>
<input type="text" placeholder="请输入微信账号" placeholder-style="color:#B2B2B2;" v-model="form.chatNo"/>
</view> </view>
</view> </view>
<view class="conmsg-msg-lab"> <view class="conmsg-msg-lab">
@@ -84,7 +84,7 @@
备注内容 备注内容
</view> </view>
<view class="conmsg-msg-lab-inp"> <view class="conmsg-msg-lab-inp">
<input type="text" placeholder="请输入备注内容" v-model="form.remarks"/>
<input type="text" placeholder="请输入备注内容" placeholder-style="color:#B2B2B2;" v-model="form.remarks"/>
</view> </view>
</view> </view>
</view> </view>
@@ -98,7 +98,7 @@
<view v-for="(item,index) in allList" :key="index"> <view v-for="(item,index) in allList" :key="index">
<view class=""> <view class="">
<view class="conmsg-msg-lab">
<view class="conmsg-msg-lab" style="border: none;">
<view class="conmsg-msg-lab-1"> <view class="conmsg-msg-lab-1">
{{item.name}} {{item.name}}
</view> </view>
@@ -416,11 +416,13 @@
flex-wrap: wrap; flex-wrap: wrap;
// justify-content: space-around; // justify-content: space-around;
border-bottom: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0;
padding-bottom: 16rpx;
.chebox{ .chebox{
// width: 20%; // width: 20%;
height: 60rpx; height: 60rpx;
line-height: 60rpx; line-height: 60rpx;
margin: 10rpx 0;
// margin: 10rpx 0;
margin-bottom: 25rpx;
margin-right: 20rpx; margin-right: 20rpx;
border: 1px solid #E0E0E0; border: 1px solid #E0E0E0;
box-sizing: border-box; box-sizing: border-box;


+ 5
- 3
pages/center/records/index.vue Ver ficheiro

@@ -463,12 +463,12 @@
font-size: 30rpx; font-size: 30rpx;
font-weight: 400; font-weight: 400;
color: #666666; color: #666666;
line-height: 30rpx;
// line-height: 30rpx;
} }
.arriveNum{ .arriveNum{
font-size: 30rpx; font-size: 30rpx;
font-weight: 400; font-weight: 400;
line-height: 30rpx;
// line-height: 30rpx;
margin-left: 10rpx; margin-left: 10rpx;
} }
} }
@@ -484,11 +484,13 @@
} }
} }
.content-last{ .content-last{
margin: 30rpx 0;
// margin: 30rpx 0;
font-size: 30rpx; font-size: 30rpx;
font-weight: 400; font-weight: 400;
color: #666666; color: #666666;
line-height: 30rpx; line-height: 30rpx;
margin-top: 22rpx;
margin-bottom: 30rpx;
} }
} }


Carregando…
Cancelar
Guardar