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
6428ea14
Commit
6428ea14
authored
Jan 07, 2026
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
95b6ebeb
811649a6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
12 deletions
+39
-12
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+10
-0
TeamRevenueReport2.vue
...ponents/FinancialModule/ReportForm/TeamRevenueReport2.vue
+20
-10
travelTeamList.vue
src/components/TravelManager/TravelTeam/travelTeamList.vue
+1
-2
config.js
src/router/config.js
+8
-0
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
6428ea14
...
@@ -844,6 +844,11 @@ Vue.component("TCIDJump", {
...
@@ -844,6 +844,11 @@ Vue.component("TCIDJump", {
path
:
"/oneDayTrip"
,
path
:
"/oneDayTrip"
,
query
:
{
id
:
id
,
blank
:
"y"
}
query
:
{
id
:
id
,
blank
:
"y"
}
});
});
}
else
if
(
row
.
TeamType
==
4
){
this
.
$router
.
push
({
path
:
"/TravelTeam"
,
query
:
{
tcmun
:
row
.
TCNUM
,
blank
:
"y"
}
});
}
else
if
(
row
.
DataType
!=
17
&&
row
.
DataType
!=
18
&&
row
.
DataType
!=
19
){
}
else
if
(
row
.
DataType
!=
17
&&
row
.
DataType
!=
18
&&
row
.
DataType
!=
19
){
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
"/"
+
path
,
path
:
"/"
+
path
,
...
@@ -1089,6 +1094,11 @@ Vue.component("TCNUMJump", {
...
@@ -1089,6 +1094,11 @@ Vue.component("TCNUMJump", {
path
:
"/TravelControlListSale"
,
path
:
"/TravelControlListSale"
,
query
:
{
tcmun
:
row
.
TCNUM
,
blank
:
"y"
}
query
:
{
tcmun
:
row
.
TCNUM
,
blank
:
"y"
}
});
});
}
else
if
(
row
.
TeamType
==
4
){
this
.
$router
.
push
({
path
:
"/TravelTeam"
,
query
:
{
tcmun
:
row
.
TCNUM
,
blank
:
"y"
}
});
}
else
if
(
row
.
TeamType
==
0
){
//常规团列表
}
else
if
(
row
.
TeamType
==
0
){
//常规团列表
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
"/TravelControlList"
,
path
:
"/TravelControlList"
,
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport2.vue
View file @
6428ea14
...
@@ -471,10 +471,10 @@ tr._item_list td:last-child {
...
@@ -471,10 +471,10 @@ tr._item_list td:last-child {
<el-select
:disabled=
"BranchStatus"
filterable
v-model=
"msg.OutBranchId"
class
@
change=
"getChange"
>
<el-select
:disabled=
"BranchStatus"
filterable
v-model=
"msg.OutBranchId"
class
@
change=
"getChange"
>
<el-option
:value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
:value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
<el-option
v-for=
"
item
in CompanyList"
v-for=
"
(item,index)
in CompanyList"
:label=
"item.BName"
:label=
"item.BName"
:value=
"item.Id"
:value=
"item.Id"
:key=
"i
tem.BName
"
:key=
"i
ndex
"
></el-option>
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
@@ -484,10 +484,10 @@ tr._item_list td:last-child {
...
@@ -484,10 +484,10 @@ tr._item_list td:last-child {
<el-select
:disabled=
"coinGetShow"
filterable
v-model=
"msg.StandardCurrencyId"
class
@
change=
"getChange"
>
<el-select
:disabled=
"coinGetShow"
filterable
v-model=
"msg.StandardCurrencyId"
class
@
change=
"getChange"
>
<el-option
:value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
:value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
<el-option
v-for=
"
item
in coinGetList"
v-for=
"
(item,index)
in coinGetList"
:label=
"item.Name"
:label=
"item.Name"
:value=
"item.ID"
:value=
"item.ID"
:key=
"i
tem.ID
"
:key=
"i
ndex
"
></el-option>
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
@@ -497,10 +497,10 @@ tr._item_list td:last-child {
...
@@ -497,10 +497,10 @@ tr._item_list td:last-child {
<el-select
filterable
v-model=
"msg.StartCityId"
class
>
<el-select
filterable
v-model=
"msg.StartCityId"
class
>
<el-option
:value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
:value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
<el-option
v-for=
"
item
in startCityList1"
v-for=
"
(item,index)
in startCityList1"
:label=
"item.startCityName"
:label=
"item.startCityName"
:value=
"item.ID"
:value=
"item.ID"
:key=
"i
tem.startCityName
"
:key=
"i
ndex
"
></el-option>
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
@@ -510,10 +510,10 @@ tr._item_list td:last-child {
...
@@ -510,10 +510,10 @@ tr._item_list td:last-child {
<el-select
filterable
v-model=
"msg.LineId"
@
change=
"getLineTeamList(msg.LineId,-1),getLinePlaceList(msg.LineId)"
>
<el-select
filterable
v-model=
"msg.LineId"
@
change=
"getLineTeamList(msg.LineId,-1),getLinePlaceList(msg.LineId)"
>
<el-option
:value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
:value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
<el-option
v-for=
"
item
in LineList"
v-for=
"
(item,index)
in LineList"
:label=
"item.LineName"
:label=
"item.LineName"
:value=
"item.LineID"
:value=
"item.LineID"
:key=
"i
tem.LineName
"
:key=
"i
ndex
"
></el-option>
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
@@ -704,6 +704,15 @@ tr._item_list td:last-child {
...
@@ -704,6 +704,15 @@ tr._item_list td:last-child {
<el-option
value=
"1"
:label=
"$t('objFill.changguit')"
></el-option>
<el-option
value=
"1"
:label=
"$t('objFill.changguit')"
></el-option>
<el-option
value=
"2"
:label=
"$t('objFill.xiaobaot')"
></el-option>
<el-option
value=
"2"
:label=
"$t('objFill.xiaobaot')"
></el-option>
<el-option
value=
"3"
:label=
"$t('MarketingActi.local')"
></el-option>
<el-option
value=
"3"
:label=
"$t('MarketingActi.local')"
></el-option>
<el-option
value=
"5"
label=
"PAK团"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
v-if=
"getCompanyMsg.RB_Group_Id==2 && (empBranchId==0 || empBranchId==1252)"
>
<el-form-item
label=
"其他查询"
>
<el-select
v-model=
"msg.SpecialType"
class=
"w150"
>
<el-option
value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
value=
"1"
:label=
"$t('objFill.zhikanbali')"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -1481,6 +1490,7 @@ export default {
...
@@ -1481,6 +1490,7 @@ export default {
showID
:
false
,
showID
:
false
,
active
:
1
,
active
:
1
,
userId
:
0
,
userId
:
0
,
empBranchId
:
-
1
,
//是否显示
//是否显示
isShowType
:
true
,
isShowType
:
true
,
isShowGrounding
:
true
,
isShowGrounding
:
true
,
...
@@ -2841,8 +2851,8 @@ export default {
...
@@ -2841,8 +2851,8 @@ export default {
handler
(
val
,
oldVal
)
{
handler
(
val
,
oldVal
)
{
if
(
this
.
$route
.
query
.
BranchId
)
{
if
(
this
.
$route
.
query
.
BranchId
)
{
this
.
msg
.
OutBranchId
=
Number
(
this
.
$route
.
query
.
BranchId
)
this
.
msg
.
OutBranchId
=
Number
(
this
.
$route
.
query
.
BranchId
)
this
.
getPageList
()
}
}
this
.
financeinfo_post_GetList
()
},
},
deep
:
true
,
deep
:
true
,
immediate
:
true
immediate
:
true
...
@@ -2867,6 +2877,7 @@ export default {
...
@@ -2867,6 +2877,7 @@ export default {
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
userId
=
userInfo
.
EmployeeId
;
this
.
userId
=
userInfo
.
EmployeeId
;
this
.
empBranchId
=
userInfo
.
RB_Branch_id
;
if
(
this
.
$route
.
query
.
BranchId
)
{
if
(
this
.
$route
.
query
.
BranchId
)
{
this
.
msg
.
OutBranchId
=
this
.
$route
.
query
.
BranchId
?
Number
(
this
.
$route
.
query
.
BranchId
):
this
.
msg
.
OutBranchId
;
this
.
msg
.
OutBranchId
=
this
.
$route
.
query
.
BranchId
?
Number
(
this
.
$route
.
query
.
BranchId
):
this
.
msg
.
OutBranchId
;
}
}
...
@@ -2926,7 +2937,6 @@ export default {
...
@@ -2926,7 +2937,6 @@ export default {
this
.
columnsOld
=
this
.
columns
;
this
.
columnsOld
=
this
.
columns
;
this
.
financeinfo_post_GetList
()
this
.
getCompanyList
();
this
.
getCompanyList
();
this
.
getLineList
();
this
.
getLineList
();
this
.
getStartList1
();
this
.
getStartList1
();
...
...
src/components/TravelManager/TravelTeam/travelTeamList.vue
View file @
6428ea14
...
@@ -926,11 +926,10 @@
...
@@ -926,11 +926,10 @@
this
.
CurrentUserInfo
=
this
.
getLocalStorage
();
this
.
CurrentUserInfo
=
this
.
getLocalStorage
();
this
.
getLineList
();
this
.
getLineList
();
let
nowDate
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
let
nowDate
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
queryMsg
.
SelectStartDate
=
nowDate
;
if
(
this
.
$route
.
query
)
{
if
(
this
.
$route
.
query
)
{
if
(
this
.
$route
.
query
.
tcmun
)
{
if
(
this
.
$route
.
query
.
tcmun
)
{
this
.
queryMsg
.
TCNUM
=
this
.
$route
.
query
.
tcmun
;
this
.
queryMsg
.
TCNUM
=
this
.
$route
.
query
.
tcmun
;
}
}
else
this
.
queryMsg
.
SelectStartDate
=
nowDate
;
}
}
}
}
};
};
...
...
src/router/config.js
View file @
6428ea14
...
@@ -4766,6 +4766,14 @@ export default {
...
@@ -4766,6 +4766,14 @@ export default {
meta
:
{
meta
:
{
title
:
'营收报表'
title
:
'营收报表'
},
},
},
{
//财务 报表 团队营收报表
path
:
'/TeamRevenueReport2'
,
name
:
'TeamRevenueReport2'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/ReportForm/TeamRevenueReport2'
],
resolve
),
meta
:
{
title
:
'营收报表'
},
},
{
//财务 报表 变更报表
},
{
//财务 报表 变更报表
path
:
'/ChangeRevenueReport'
,
path
:
'/ChangeRevenueReport'
,
name
:
'ChangeRevenueReport'
,
name
:
'ChangeRevenueReport'
,
...
...
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