Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-3
Commits
23cdb055
Commit
23cdb055
authored
Mar 09, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改指标
parent
35589833
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
20 deletions
+19
-20
companyDaySet.vue
src/views/apps/quota/companyDaySet.vue
+5
-6
index.vue
src/views/apps/quota/index.vue
+4
-4
monthList.vue
src/views/apps/quota/monthList.vue
+5
-5
monthTask.vue
src/views/apps/quota/monthTask.vue
+2
-2
monthTaskDetail.vue
src/views/apps/quota/monthTaskDetail.vue
+3
-3
No files found.
src/views/apps/quota/companyDaySet.vue
View file @
23cdb055
...
...
@@ -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
.
brand
Name
;
that
.
brandName
=
resData
.
result
.
enterprise
Name
;
that
.
myObject
.
beginDate
=
resData
.
result
.
beginDate
;
that
.
myObject
.
endDate
=
resData
.
result
.
endDate
;
// 计算 填充日期和权重值
...
...
src/views/apps/quota/index.vue
View file @
23cdb055
...
...
@@ -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
:
'商户日权重'
,
...
...
src/views/apps/quota/monthList.vue
View file @
23cdb055
...
...
@@ -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'
,
...
...
src/views/apps/quota/monthTask.vue
View file @
23cdb055
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-04-12 17:56:45
* @LastEditors: 无尘
* @LastEditTime: 2020-03-0
5 16:45
:20
* @LastEditTime: 2020-03-0
9 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'
,
...
...
src/views/apps/quota/monthTaskDetail.vue
View file @
23cdb055
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment