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
9f7cb21e
Commit
9f7cb21e
authored
Jun 18, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e61ab937
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
8 deletions
+14
-8
MemberRebate.vue
.../FinancialModule/DataAnalysis/components/MemberRebate.vue
+4
-4
HappyPassbook.vue
src/components/SalesModule/HappyPassbook.vue
+5
-2
IntegralQuery.vue
src/components/SalesModule/IntegralQuery.vue
+5
-2
No files found.
src/components/FinancialModule/DataAnalysis/components/MemberRebate.vue
View file @
9f7cb21e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
style=
"margin-bottom: 20px; "
>
<div
style=
"margin-bottom: 20px; "
>
<div
style=
"display: flex;align-items: center;"
>
<div
style=
"display: flex;align-items: center;"
>
<h3
class=
"text-center"
style=
"margin-bottom: 5px;"
>
{{
$t
(
'objFill.v101.FinancialModule.gongstj'
)
}}
</h3>
<h3
class=
"text-center"
style=
"margin-bottom: 5px;"
>
{{
$t
(
'objFill.v101.FinancialModule.gongstj'
)
}}
</h3>
<h5
class=
"text-center"
style=
"margin-left:10px"
>
注*: 幸福存折与积分均由
出团
公司返
</h5>
<h5
class=
"text-center"
style=
"margin-left:10px"
>
注*: 幸福存折与积分均由
报名
公司返
</h5>
</div>
</div>
<el-table
<el-table
...
@@ -106,7 +106,7 @@
...
@@ -106,7 +106,7 @@
<div
style=
"display: flex;align-items: center;margin-top: 30px;"
>
<div
style=
"display: flex;align-items: center;margin-top: 30px;"
>
<h3
class=
"text-center"
style=
"margin-bottom: 5px;"
>
同行统计(仅展示Top50)
</h3>
<h3
class=
"text-center"
style=
"margin-bottom: 5px;"
>
同行统计(仅展示Top50)
</h3>
<h5
class=
"text-center"
style=
"margin-left:10px"
>
注*: 此处同行统计公司下所有的同行排名,
包含联运返的部分。单公司查询时与上面公司统计返幸福存折金额因散拼联运会有不一致情况。
</h5>
<h5
class=
"text-center"
style=
"margin-left:10px"
>
注*: 此处同行统计公司下所有的同行排名,
如果同行同时归属于多个公司,则多公司均可查询此同行
</h5>
</div>
</div>
<el-table
<el-table
...
@@ -225,7 +225,7 @@ export default {
...
@@ -225,7 +225,7 @@ export default {
name
:
"HappyPassbook"
,
name
:
"HappyPassbook"
,
query
:
{
query
:
{
CustomerId
:
customerId
,
CustomerId
:
customerId
,
OutBranch
Id
:
OutBranchId
,
RB_Branch_
Id
:
OutBranchId
,
QStartDate
:
this
.
QStartDate
,
QStartDate
:
this
.
QStartDate
,
QEndDate
:
this
.
QEndDate
,
QEndDate
:
this
.
QEndDate
,
blank
:
"y"
,
blank
:
"y"
,
...
@@ -238,7 +238,7 @@ export default {
...
@@ -238,7 +238,7 @@ export default {
name
:
"IntegralQuery"
,
name
:
"IntegralQuery"
,
query
:
{
query
:
{
CustomerId
:
customerId
,
CustomerId
:
customerId
,
OutBranch
Id
:
OutBranchId
,
RB_Branch_
Id
:
OutBranchId
,
QStartDate
:
this
.
QStartDate
,
QStartDate
:
this
.
QStartDate
,
QEndDate
:
this
.
QEndDate
,
QEndDate
:
this
.
QEndDate
,
blank
:
"y"
,
blank
:
"y"
,
...
...
src/components/SalesModule/HappyPassbook.vue
View file @
9f7cb21e
...
@@ -225,9 +225,9 @@
...
@@ -225,9 +225,9 @@
EndTime
:
""
,
EndTime
:
""
,
LineId
:
""
,
LineId
:
""
,
EmployeeId
:
""
,
EmployeeId
:
""
,
RB_Branch_Id
:
""
,
RB_Branch_Id
:
"
-1
"
,
TCID
:
0
,
TCID
:
0
,
OutBranchId
:
""
OutBranchId
:
"
-1
"
},
},
currentPage
:
1
,
currentPage
:
1
,
DataList
:[],
DataList
:[],
...
@@ -251,6 +251,9 @@
...
@@ -251,6 +251,9 @@
if
(
this
.
$route
.
query
.
OutBranchId
){
if
(
this
.
$route
.
query
.
OutBranchId
){
this
.
msg
.
OutBranchId
=
this
.
$route
.
query
.
OutBranchId
;
this
.
msg
.
OutBranchId
=
this
.
$route
.
query
.
OutBranchId
;
}
}
if
(
this
.
$route
.
query
.
RB_Branch_Id
){
this
.
msg
.
RB_Branch_Id
=
this
.
$route
.
query
.
RB_Branch_Id
;
}
if
(
this
.
$route
.
query
.
QStartDate
&&
this
.
$route
.
query
.
QEndDate
){
if
(
this
.
$route
.
query
.
QStartDate
&&
this
.
$route
.
query
.
QEndDate
){
this
.
dateList
[
0
]
=
this
.
$route
.
query
.
QStartDate
;
this
.
dateList
[
0
]
=
this
.
$route
.
query
.
QStartDate
;
this
.
dateList
[
1
]
=
this
.
$route
.
query
.
QEndDate
;
this
.
dateList
[
1
]
=
this
.
$route
.
query
.
QEndDate
;
...
...
src/components/SalesModule/IntegralQuery.vue
View file @
9f7cb21e
...
@@ -200,9 +200,9 @@
...
@@ -200,9 +200,9 @@
QStartDate
:
""
,
QStartDate
:
""
,
QEndDate
:
""
,
QEndDate
:
""
,
LineId
:
""
,
LineId
:
""
,
RB_Branch_Id
:
""
,
RB_Branch_Id
:
"
-1
"
,
TCID
:
0
,
TCID
:
0
,
OutBranchId
:
""
OutBranchId
:
"
-1
"
},
},
currentPage
:
1
,
currentPage
:
1
,
DataList
:[],
DataList
:[],
...
@@ -225,6 +225,9 @@
...
@@ -225,6 +225,9 @@
if
(
this
.
$route
.
query
.
OutBranchId
){
if
(
this
.
$route
.
query
.
OutBranchId
){
this
.
msg
.
OutBranchId
=
this
.
$route
.
query
.
OutBranchId
;
this
.
msg
.
OutBranchId
=
this
.
$route
.
query
.
OutBranchId
;
}
}
if
(
this
.
$route
.
query
.
RB_Branch_Id
){
this
.
msg
.
RB_Branch_Id
=
this
.
$route
.
query
.
RB_Branch_Id
;
}
if
(
this
.
$route
.
query
.
QStartDate
&&
this
.
$route
.
query
.
QEndDate
){
if
(
this
.
$route
.
query
.
QStartDate
&&
this
.
$route
.
query
.
QEndDate
){
this
.
dateList
[
0
]
=
this
.
$route
.
query
.
QStartDate
;
this
.
dateList
[
0
]
=
this
.
$route
.
query
.
QStartDate
;
this
.
dateList
[
1
]
=
this
.
$route
.
query
.
QEndDate
;
this
.
dateList
[
1
]
=
this
.
$route
.
query
.
QEndDate
;
...
...
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