Browse Source

周报列表

newStyle
风继续吹 1 year ago
parent
commit
a44ea5aeb8
2 changed files with 10 additions and 7 deletions
  1. +8
    -5
      pages/mine/reception/addreception.vue
  2. +2
    -2
      pages/reportExcel/weekReport.vue

+ 8
- 5
pages/mine/reception/addreception.vue View File

@@ -24,9 +24,12 @@
<view class="title">
<view class="titletext">联系电话</view>
<view class="titletext2">
<input class="titletext-input" style="color: #333333;" v-model="parames.phone" maxlength="11"
<u-input class="titletext-input" style="color: #333333;" v-model="parames.phone" maxlength="11"
placeholder-class="titletext-input" placeholder-style="color:#B2B2B2;" type="number"
placeholder="请输入联系电话" />
placeholder="请输入联系电话" ></u-input>
<!-- <input class="titletext-input" style="color: #333333;" v-model="parames.phone" maxlength="11"
placeholder-class="titletext-input" placeholder-style="color:#B2B2B2;" type="number"
placeholder="请输入联系电话" /> -->
</view>
</view>

@@ -132,9 +135,9 @@
Showhid: false,
text: null,
show: false,
content: '东临碣石,以观沧海',
confirmtext: '1', //确认文字
canceltext: '2', //取消文字
content: '',
confirmtext: '', //确认文字
canceltext: '', //取消文字
daitiReceptionobj: {},
isShow: false, // 默认隐藏该权限
isPass: false, // 当前顾问是否正在接待


+ 2
- 2
pages/reportExcel/weekReport.vue View File

@@ -191,7 +191,7 @@
顾问销讲执行率排名(TOP10)
</template>
<template v-else>
项目统计排名(TOP10)
项目销讲执行排名(TOP10)
</template>
</view>
<template v-if="isShowZXLTopList">
@@ -202,7 +202,7 @@
<view class="left">{{ percent.title }}</view>
<view class="middle">
<u-line-progress :active-color="$options.filters.setColor(index)"
inactive-color="#F2F2F2" :show-percent="false" :percent="percent.values">
inactive-color="#F2F2F2" :show-percent="false" :percent="percent.value">
</u-line-progress>
</view>
<view class="right"> {{ percent.value || '0' }} %</view>


Loading…
Cancel
Save