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
2385cb50
Commit
2385cb50
authored
Dec 03, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改参数
parent
f8512cc1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
perfect-day-target.vue
src/views/apps/target-manage/perfect-day-target.vue
+4
-1
perfect-sale-target.vue
src/views/apps/target-manage/perfect-sale-target.vue
+5
-1
No files found.
src/views/apps/target-manage/perfect-day-target.vue
View file @
2385cb50
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:47:17
* @LastEditors: 无尘
* @LastEditTime: 2020-12-0
2 15:37:44
* @LastEditTime: 2020-12-0
3 17:27:07
-->
<
template
>
<div
class=
"common-app-right"
style=
"padding: 20px 0;color: #303133"
>
...
...
@@ -120,6 +120,8 @@ export default {
},
data
()
{
return
{
wxEnterpriseId
:
localStorage
.
getItem
(
'haoBanUser'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
)).
wxEnterpriseId
:
''
,
form
:
{
tab
:
''
,
performanceYm
:
''
,
...
...
@@ -225,6 +227,7 @@ export default {
}
else
if
(
flag
==
1
)
{
let
par
=
{
enterpriseId
:
that
.
brandId
,
wxEnterpriseId
:
that
.
wxEnterpriseId
,
performanceType
,
performanceYm
,
performanceSubType
,
...
...
src/views/apps/target-manage/perfect-sale-target.vue
View file @
2385cb50
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:48:40
* @LastEditors: 无尘
* @LastEditTime: 2020-12-0
2 15:38:3
8
* @LastEditTime: 2020-12-0
3 17:26:1
8
-->
<
template
>
<div
class=
"common-app-right"
>
...
...
@@ -78,6 +78,8 @@ export default {
data
()
{
return
{
tableH
:
window
.
screen
.
availHeight
-
464
-
126
,
wxEnterpriseId
:
localStorage
.
getItem
(
'haoBanUser'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
)).
wxEnterpriseId
:
''
,
tableData
:
[],
performanceSum
:
'0.00'
,
// 总指标
clerkObj
:
{
...
...
@@ -188,6 +190,7 @@ export default {
that
.
loadSave
=
true
;
const
para
=
{
enterpriseId
:
that
.
brandId
,
wxEnterpriseId
:
that
.
wxEnterpriseId
,
storeInfoId
:
that
.
clerkObj
.
storeInfoId
,
performanceYear
:
that
.
clerkObj
.
performanceYm
.
split
(
'-'
)[
0
],
performanceYm
:
that
.
clerkObj
.
performanceYm
,
...
...
@@ -217,6 +220,7 @@ export default {
const
that
=
this
;
const
para
=
{
enterpriseId
:
that
.
brandId
,
wxEnterpriseId
:
that
.
wxEnterpriseId
,
storeInfoId
:
that
.
clerkObj
.
storeInfoId
,
performanceYm
:
that
.
clerkObj
.
performanceYm
,
performanceType
:
that
.
$route
.
query
.
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