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
0626d8e6
Commit
0626d8e6
authored
Jul 27, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
1ce4d0d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+12
-2
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+0
-1
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
0626d8e6
...
@@ -965,9 +965,19 @@ Vue.component("TCNUMJump", {
...
@@ -965,9 +965,19 @@ Vue.component("TCNUMJump", {
if
(
row
.
TeamType
==
2
){
//为一日游的时候跳转到一日游团控列表
if
(
row
.
TeamType
==
2
){
//为一日游的时候跳转到一日游团控列表
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
"/oneDayTrip"
,
path
:
"/oneDayTrip"
,
query
:
{
id
:
row
.
TCID
,
blank
:
"y"
}
query
:
{
tcmun
:
row
.
TCNUM
,
blank
:
"y"
}
});
});
}
else
if
(
row
.
DataType
!=
17
&&
row
.
DataType
!=
18
&&
row
.
DataType
!=
19
&&
row
.
TeamType
!=
2
){
}
else
if
(
row
.
TeamType
==
1
){
//小包团
this
.
$router
.
push
({
path
:
"/TravelControlListSale"
,
query
:
{
tcmun
:
row
.
TCNUM
,
blank
:
"y"
}
});
}
else
if
(
row
.
TeamType
==
0
){
//常规团列表
this
.
$router
.
push
({
path
:
"/TravelControlList"
,
query
:
{
tcmun
:
row
.
TCNUM
,
blank
:
"y"
}
});
}
else
if
(
row
.
DataType
!=
17
&&
row
.
DataType
!=
18
&&
row
.
DataType
!=
19
&&
row
.
TeamType
!=
2
&&
row
.
TeamType
!=
1
&&
row
.
TeamType
!=
0
){
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
"/"
+
path
,
path
:
"/"
+
path
,
query
:
{
tcmun
:
id
,
id
:
id
,
blank
:
"y"
}
query
:
{
tcmun
:
id
,
id
:
id
,
blank
:
"y"
}
...
...
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
0626d8e6
...
@@ -227,7 +227,6 @@
...
@@ -227,7 +227,6 @@
<div>
出发日期:
{{
DataList
.
TeamBalance
.
StartDate
}}
</div>
<div>
出发日期:
{{
DataList
.
TeamBalance
.
StartDate
}}
</div>
<div>
线路:
{{
DataList
.
TeamBalance
.
LineName
}}
</div>
<div>
线路:
{{
DataList
.
TeamBalance
.
LineName
}}
</div>
<div>
系列:
{{
DataList
.
TeamBalance
.
LtName
}}
</div>
<div>
系列:
{{
DataList
.
TeamBalance
.
LtName
}}
</div>
{{
DataList
.
TeamBalance
}}
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
...
...
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