Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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-4
Commits
e24f61bd
Commit
e24f61bd
authored
Nov 20, 2020
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 更新一哈
parent
d7176578
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
perfect-day-target.vue
src/views/apps/target-manage/perfect-day-target.vue
+2
-1
quota-set.vue
src/views/apps/target-manage/quota-set.vue
+2
-0
target-store.vue
src/views/apps/target-manage/target-store.vue
+3
-1
No files found.
src/views/apps/target-manage/perfect-day-target.vue
View file @
e24f61bd
...
@@ -9,8 +9,9 @@
...
@@ -9,8 +9,9 @@
<
template
>
<
template
>
<div
class=
"common-app-right"
style=
"padding: 20px 0;color: #303133"
>
<div
class=
"common-app-right"
style=
"padding: 20px 0;color: #303133"
>
<el-form
:model=
"form"
label-width=
"110px"
>
<el-form
:model=
"form"
label-width=
"110px"
>
<el-form-item
label=
"门店名称"
></el-form-item>
<el-form-item
label=
"门店名称"
>
{{
form
.
storeName
||
'--'
}}
</el-form-item>
<el-form-item
label=
"指标额"
>
<el-form-item
label=
"指标额"
>
¥
{{
form
.
perfromanceValue
}}
<el-button
type=
"text"
@
click=
"dialogVisible=true"
>
修改
</el-button>
<el-button
type=
"text"
@
click=
"dialogVisible=true"
>
修改
</el-button>
</el-form-item>
</el-form-item>
<el-form-item
label=
"指标类型"
>
业绩指标日权重
</el-form-item>
<el-form-item
label=
"指标类型"
>
业绩指标日权重
</el-form-item>
...
...
src/views/apps/target-manage/quota-set.vue
View file @
e24f61bd
...
@@ -53,12 +53,14 @@
...
@@ -53,12 +53,14 @@
<gic-select-group-mult
<gic-select-group-mult
v-if=
"search.storeType === '1'"
v-if=
"search.storeType === '1'"
width=
"148px"
width=
"148px"
:brand-id=
"brandId"
@
checkGroupIds=
"checkGroupIds"
>
@
checkGroupIds=
"checkGroupIds"
>
</gic-select-group-mult>
</gic-select-group-mult>
<gic-select-tag
<gic-select-tag
v-if=
"search.storeType === '2'"
v-if=
"search.storeType === '2'"
width=
"148px"
width=
"148px"
:brand-id=
"brandId"
@
returnTags=
"checkGroupIds"
>
@
returnTags=
"checkGroupIds"
>
</gic-select-tag>
</gic-select-tag>
...
...
src/views/apps/target-manage/target-store.vue
View file @
e24f61bd
...
@@ -46,12 +46,14 @@
...
@@ -46,12 +46,14 @@
<gic-select-group-mult
<gic-select-group-mult
v-if=
"search.storeType === '1'"
v-if=
"search.storeType === '1'"
width=
"148px"
width=
"148px"
:brand-id=
"brandId"
@
checkGroupIds=
"checkGroupIds"
>
@
checkGroupIds=
"checkGroupIds"
>
</gic-select-group-mult>
</gic-select-group-mult>
<gic-select-tag
<gic-select-tag
v-if=
"search.storeType === '2'"
v-if=
"search.storeType === '2'"
width=
"148px"
width=
"148px"
:brand-id=
"brandId"
@
returnTags=
"checkGroupIds"
>
@
returnTags=
"checkGroupIds"
>
</gic-select-tag>
</gic-select-tag>
...
@@ -136,7 +138,7 @@
...
@@ -136,7 +138,7 @@
type
=
"text"
type
=
"text"
:
disabled
=
"row.dayFlag != 1"
:
disabled
=
"row.dayFlag != 1"
@
click
=
"$router.push({
@
click
=
"$router.push({
path: '/perfect-
perfect-sale-target
-target',
path: '/perfect-
sale
-target',
query: {
query: {
applicationId,
applicationId,
tab: haoban.performanceType,
tab: haoban.performanceType,
...
...
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