lancer 4 years ago
parent
commit
f40983b82e
3 changed files with 14 additions and 9 deletions
  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 View File

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


+ 8
- 6
pages/center/consumer/edit.vue View File

@@ -14,7 +14,7 @@
</view>
</view>
<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 class="conmsg-msg-lab">
@@ -46,7 +46,7 @@
</view>
</view>
<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 class="conmsg-msg-lab">
@@ -54,7 +54,7 @@
微信账号
</view>
<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 class="conmsg-msg-lab">
@@ -84,7 +84,7 @@
备注内容
</view>
<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>
@@ -98,7 +98,7 @@
<view v-for="(item,index) in allList" :key="index">
<view class="">
<view class="conmsg-msg-lab">
<view class="conmsg-msg-lab" style="border: none;">
<view class="conmsg-msg-lab-1">
{{item.name}}
</view>
@@ -416,11 +416,13 @@
flex-wrap: wrap;
// justify-content: space-around;
border-bottom: 1px solid #E0E0E0;
padding-bottom: 16rpx;
.chebox{
// width: 20%;
height: 60rpx;
line-height: 60rpx;
margin: 10rpx 0;
// margin: 10rpx 0;
margin-bottom: 25rpx;
margin-right: 20rpx;
border: 1px solid #E0E0E0;
box-sizing: border-box;


+ 5
- 3
pages/center/records/index.vue View File

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


Loading…
Cancel
Save