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
57c065e6
Commit
57c065e6
authored
Jun 05, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
1ab09e9a
5fa50759
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
9 deletions
+19
-9
CostNewPriceAudit.vue
...ts/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
+2
-2
travelTeamList.vue
src/components/TravelManager/TravelTeam/travelTeamList.vue
+3
-4
commonTeamInfo.vue
src/components/commonPage/commonTeamInfo.vue
+2
-2
productOrderList.vue
src/components/orderCommon/productOrderList.vue
+4
-1
config.js
src/router/config.js
+8
-0
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
View file @
57c065e6
...
...
@@ -1213,10 +1213,10 @@
getDayXiaoJi
(
type
,
currencyType
)
{
var
xiaoJi
=
0
;
if
(
this
.
dayCostPrice
&&
this
.
dayCostPrice
.
length
>
0
)
{
this
.
dayCostPrice
.
forEach
(
item
=>
{
this
.
dayCostPrice
.
forEach
(
(
item
,
index
)
=>
{
var
currencyRate
=
1
;
if
(
currencyType
==
2
)
{
currencyRate
=
this
.
getCurrencyMoney
(
item
.
CurrencyId
);
currencyRate
=
this
.
getCurrencyMoney
(
item
.
CurrencyId
);
}
//酒店
if
(
type
==
1
)
{
...
...
src/components/TravelManager/TravelTeam/travelTeamList.vue
View file @
57c065e6
...
...
@@ -233,12 +233,11 @@
</span>
</div>
<div
class=
"mb bold"
><span
class=
"item-title"
>
{{$t('leader.leader_registraNum')}}:
</span><span>
{{item.OrderGuestNum}}
</span>
</div>
<div
class=
"mb bold"
><span
class=
"item-title"
>
{{$t('ground.lddaoyou')}}:
</span><
span>
{{item.LeaderNum}}
</span>
</div>
{{item.OrderGuestNum}}
</span>
<span
class=
"TCL-redType"
v-if=
"item.OrderLeaderGuestNum>=1"
>
+{{item.OrderLeaderGuestNum}}
</
span>
</div>
<div
class=
"mb bold"
v-if=
"item.BindNum > 0 && item.TicketList&&item.TicketList.length>0"
><span
class=
"item-title"
>
{{$t('Operation.Op_bindNum')}}:
</span><span>
<el-popover
width=
"550"
trigger=
"click"
>
<table
width=
"100%"
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
...
...
src/components/commonPage/commonTeamInfo.vue
View file @
57c065e6
...
...
@@ -58,7 +58,7 @@
GetDayStr
(
dateStr
,
dayNum
)
{
return
this
.
$commonUtils
.
AddDay
(
dateStr
,
dayNum
);
},
GetTrip
(
id
,
TCID
)
{
GetTrip
(
id
,
TCID
,
type
)
{
this
.
tripList
=
[];
this
.
startDate
=
''
;
var
nTCID
=
0
;
...
...
@@ -68,7 +68,7 @@
var
msg
=
{
configId
:
id
,
tcid
:
nTCID
,
isClick
:
1
//不算统计
isClick
:
type
==
2
?
0
:
1
//不算统计
};
if
(
id
!==
undefined
)
{
//根据ID 获取行程内容
...
...
src/components/orderCommon/productOrderList.vue
View file @
57c065e6
...
...
@@ -1198,8 +1198,11 @@
getJourney
(
id
,
TCID
,
title
)
{
var
that
=
this
;
this
.
tripTitle
=
title
;
console
.
log
(
"id"
,
id
);
console
.
log
(
"TCID"
,
TCID
);
this
.
$nextTick
(()
=>
{
that
.
$refs
.
comTeam
.
GetTrip
(
id
,
TCID
);
that
.
$refs
.
comTeam
.
GetTrip
(
id
,
TCID
,
2
);
});
that
.
outerVisible
=
true
;
},
...
...
src/router/config.js
View file @
57c065e6
...
...
@@ -2200,6 +2200,14 @@ export default {
title
:
'日本车行预订统计表'
},
},
{
path
:
'/HPTripPlan'
,
//和平用车
name
:
'HPTripPlan'
,
component
:
resolve
=>
require
([
'@/components/busManagement/HPTripPlan'
],
resolve
),
meta
:
{
title
:
'日本车行预订统计表'
},
},
{
path
:
'/JapanBusMonthFStatistics'
,
//用車單統計(財務單據)
name
:
'JapanBusMonthFStatistics'
,
...
...
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