Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
57abcef1
Commit
57abcef1
authored
Feb 14, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ba9fbe8f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
241 additions
and
205 deletions
+241
-205
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+229
-205
salesVolumeRank.vue
src/components/rank/salesVolumeRank.vue
+12
-0
No files found.
src/components/SalesModule/customerTransfer.vue
View file @
57abcef1
This diff is collapsed.
Click to expand it.
src/components/rank/salesVolumeRank.vue
View file @
57abcef1
...
@@ -237,12 +237,18 @@
...
@@ -237,12 +237,18 @@
if
(
type
==
1
)
{
if
(
type
==
1
)
{
query
=
{
query
=
{
blank
:
"y"
,
blank
:
"y"
,
RB_Branch_Id
:
this
.
msg
.
RB_Branch_Id
,
RB_Department_Id
:
this
.
msg
.
RB_Department_Id
,
EnterID
:
this
.
msg
.
EnterID
,
}
}
}
}
//今日新增
//今日新增
else
if
(
type
==
2
)
{
else
if
(
type
==
2
)
{
query
=
{
query
=
{
EnterTime
:
Time
,
EnterTime
:
Time
,
RB_Branch_Id
:
this
.
msg
.
RB_Branch_Id
,
RB_Department_Id
:
this
.
msg
.
RB_Department_Id
,
EnterID
:
this
.
msg
.
EnterID
,
blank
:
"y"
,
blank
:
"y"
,
}
}
}
}
...
@@ -250,6 +256,9 @@
...
@@ -250,6 +256,9 @@
else
if
(
type
==
3
)
{
else
if
(
type
==
3
)
{
query
=
{
query
=
{
activation
:
1
,
activation
:
1
,
RB_Branch_Id
:
this
.
msg
.
RB_Branch_Id
,
RB_Department_Id
:
this
.
msg
.
RB_Department_Id
,
EnterID
:
this
.
msg
.
EnterID
,
blank
:
"y"
,
blank
:
"y"
,
}
}
}
}
...
@@ -258,6 +267,9 @@
...
@@ -258,6 +267,9 @@
query
=
{
query
=
{
activationTime
:
Time
,
activationTime
:
Time
,
activation
:
1
,
activation
:
1
,
RB_Branch_Id
:
this
.
msg
.
RB_Branch_Id
,
RB_Department_Id
:
this
.
msg
.
RB_Department_Id
,
EnterID
:
this
.
msg
.
EnterID
,
blank
:
"y"
,
blank
:
"y"
,
}
}
}
}
...
...
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