Commit 23cdb055 by 无尘

fix:修改指标

parent 35589833
......@@ -3,18 +3,17 @@
* @version: 1.0.0
* @Author: 无尘
* @Date: 2019-04-12 17:56:45
* @LastEditors : 无尘
* @LastEditTime : 2020-03-03 20:00:46
* @LastEditors: 无尘
* @LastEditTime: 2020-03-09 11:00:20
-->
<template>
<div class="app-detail-wrap common-right-wrap">
<div class="day-set-content border-box">
<div class="day-set-title m-b-20">
<span class="font-18 color-303133">{{ yearMonth }}</span
><span class="font-14 color-606266 p-l-18">{{ brandName }}商户统一日权重</span>
<el-tooltip class="item" effect="dark" placement="right">
><el-tooltip class="item" effect="dark" placement="right">
<div slot="content">首次设置提交即下发门店月指标任务;<br />门店月指标将依照日权重自动分配,日指标=当月月指标*(日权重/∑当月日权重);</div>
<i class="el-icon-info font-8 color-c0c4cc p-l-8"></i>
<span class="font-14 color-606266 p-l-18" style="cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;">{{ brandName }}日权重</span>
</el-tooltip>
</div>
<section>
......@@ -335,7 +334,7 @@ export default {
that.performanceWeightSettingList = resData.result.performanceWeightSettingList || [];
that.settingStatus = resData.result.settingStatus;
that.settingAble = resData.result.settingAble;
that.brandName = resData.result.brandName;
that.brandName = resData.result.enterpriseName;
that.myObject.beginDate = resData.result.beginDate;
that.myObject.endDate = resData.result.endDate;
// 计算 填充日期和权重值
......
......@@ -3,8 +3,8 @@
* @version: 1.0.0
* @Author: 无尘
* @Date: 2019-04-12 17:56:45
* @LastEditors : 无尘
* @LastEditTime : 2020-03-03 16:21:43
* @LastEditors: 无尘
* @LastEditTime: 2020-03-09 10:51:55
-->
<template>
<div class="my-customer-wrap common-set-wrap">
......@@ -162,7 +162,7 @@ export default {
},
{
name: '门店月指标',
path: 'storeMonthTask'
path: `storeMonthTask?yearMonth=${this.$route.query.yearMonth}`
},
{
name: '导购月指标详情',
......@@ -181,7 +181,7 @@ export default {
},
{
name: '门店月指标',
path: 'storeMonthTask'
path: `storeMonthTask?yearMonth=${this.$route.query.yearMonth}`
},
{
name: '商户日权重',
......
......@@ -3,8 +3,8 @@
* @version: 1.0.0
* @Author: 无尘
* @Date: 2019-04-12 17:56:45
* @LastEditors : 无尘
* @LastEditTime : 2020-03-03 20:03:14
* @LastEditors: 无尘
* @LastEditTime: 2020-03-09 10:56:42
-->
<template>
<section class="common-right-wrap">
......@@ -17,8 +17,8 @@
<el-table-column v-for="(v, i) in tabelHeader" :key="i" :label="v.label" :prop="v.prop"></el-table-column>
<el-table-column label="操作">
<template slot-scope="scope">
<el-button v-if="scope.row.settingStatus == 1" type="text" @click="$router.push(`/storeMonthTask?yearMonth=${scope.row.yearMonth}&appIcon=${$route.query.appIcon} `)">门店月指标</el-button>
<el-button type="text" @click="$router.push(`/companyDaySet?yearMonth=${scope.row.yearMonth}&appIcon=${$route.query.appIcon}`)">商户日权重</el-button>
<el-button v-if="scope.row.settingStatus == 1" type="text" @click="$router.push(`/storeMonthTask?yearMonth=${scope.row.yearMonth}`)">门店月指标</el-button>
<el-button type="text" @click="$router.push(`/companyDaySet?yearMonth=${scope.row.yearMonth}`)">商户日权重</el-button>
</template>
</el-table-column>
</el-table>
......@@ -48,7 +48,7 @@ export default {
{
id: '1',
name: '指标管理',
path: `/quota?appIcon=${this.$route.query.appIcon}`
path: `/quota`
},
{
id: '2',
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-04-12 17:56:45
* @LastEditors: 无尘
* @LastEditTime: 2020-03-05 16:45:20
* @LastEditTime: 2020-03-09 10:48:20
-->
<template>
<div class="daily-set-wrap common-right-wrap">
......@@ -73,7 +73,7 @@ export default {
{
id: '1',
name: '指标管理',
path: `/monthList?appIcon=${this.$route.query.appIcon}`
path: `/monthList`
},
{
id: '2',
......
......@@ -3,8 +3,8 @@
* @version: 1.0.0
* @Author: 无尘
* @Date: 2019-04-12 17:56:45
* @LastEditors : 无尘
* @LastEditTime : 2020-03-03 18:26:20
* @LastEditors: 无尘
* @LastEditTime: 2020-03-09 10:47:04
-->
<template>
<div class="my-customer-wrap common-set-wrap common-right-wrap">
......@@ -28,7 +28,7 @@
<el-table-column width="25">
<template slot="header" slot-scope="scope">
<el-dropdown style="line-height: 10px; padding: 0; margin-left: -15px; transform: translateY(4px); -webkit-transform: translateY(4px);" @command="handleCommand" placement="bottom-start">
<span class="el-dropdown-link"><i class="el-icon-arrow-down el-icon--right"></i> </span>
<span class="el-dropdown-link"><i class="iconfont icongengduo"></i> </span>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item command="0"><span :style="{ color: selectRadio == 0 ? '#2f54eb' : '#606266' }">选择当页</span></el-dropdown-item>
<el-dropdown-item command="1"><span :style="{ color: selectRadio == 1 ? '#2f54eb' : '#606266' }">选择全部</span></el-dropdown-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment