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
ec0fa03a
Commit
ec0fa03a
authored
Nov 20, 2020
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 查看门店
parent
ff36bbbc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
perfect-day-target.vue
src/views/apps/target-manage/perfect-day-target.vue
+1
-0
target-list.vue
src/views/apps/target-manage/target-list.vue
+3
-3
target-store.vue
src/views/apps/target-manage/target-store.vue
+0
-0
No files found.
src/views/apps/target-manage/perfect-day-target.vue
View file @
ec0fa03a
...
...
@@ -124,6 +124,7 @@ export default {
};
},
created
()
{
this
.
form
=
this
.
$route
.
query
;
this
.
init
();
},
mounted
()
{
...
...
src/views/apps/target-manage/target-list.vue
View file @
ec0fa03a
...
...
@@ -36,7 +36,7 @@
<el-table-column
label=
"操作"
>
<
template
slot-scope=
"{row}"
>
<el-button
type=
"text"
@
click=
"$router.push(
{ path: '/target-store', query: { tab: activeName,
year
: row.performanceYm, applicationId } })">查看门店
</el-button>
<el-button
type=
"text"
@
click=
"$router.push(
{ path: '/target-store', query: { tab: activeName,
performanceYm
: row.performanceYm, applicationId } })">查看门店
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -64,7 +64,7 @@ export default {
return
{
haoban
:
{},
tableData
:
[],
activeName
:
'1'
,
activeName
:
'1'
,
// 1业绩,2新增
search
:
{
date
:
new
Date
().
getFullYear
()
},
...
...
@@ -101,7 +101,7 @@ export default {
const
para
=
{
...
that
.
haoban
,
enterpriseId
:
that
.
brandId
,
perf
ro
manceType
:
that
.
activeName
,
perf
or
manceType
:
that
.
activeName
,
performanceYear
:
that
.
search
.
date
};
getTargetList
(
para
,
{
headers
:
{
sign
:
that
.
brandId
}
})
...
...
src/views/apps/target-manage/target-store.vue
View file @
ec0fa03a
This diff is collapsed.
Click to expand it.
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