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
614439bb
Commit
614439bb
authored
Jun 04, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2933919e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
commonTeamInfo.vue
src/components/commonPage/commonTeamInfo.vue
+2
-2
productOrderList.vue
src/components/orderCommon/productOrderList.vue
+4
-1
No files found.
src/components/commonPage/commonTeamInfo.vue
View file @
614439bb
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
GetDayStr
(
dateStr
,
dayNum
)
{
GetDayStr
(
dateStr
,
dayNum
)
{
return
this
.
$commonUtils
.
AddDay
(
dateStr
,
dayNum
);
return
this
.
$commonUtils
.
AddDay
(
dateStr
,
dayNum
);
},
},
GetTrip
(
id
,
TCID
)
{
GetTrip
(
id
,
TCID
,
type
)
{
this
.
tripList
=
[];
this
.
tripList
=
[];
this
.
startDate
=
''
;
this
.
startDate
=
''
;
var
nTCID
=
0
;
var
nTCID
=
0
;
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
var
msg
=
{
var
msg
=
{
configId
:
id
,
configId
:
id
,
tcid
:
nTCID
,
tcid
:
nTCID
,
isClick
:
1
//不算统计
isClick
:
type
==
2
?
0
:
1
//不算统计
};
};
if
(
id
!==
undefined
)
{
if
(
id
!==
undefined
)
{
//根据ID 获取行程内容
//根据ID 获取行程内容
...
...
src/components/orderCommon/productOrderList.vue
View file @
614439bb
...
@@ -1198,8 +1198,11 @@
...
@@ -1198,8 +1198,11 @@
getJourney
(
id
,
TCID
,
title
)
{
getJourney
(
id
,
TCID
,
title
)
{
var
that
=
this
;
var
that
=
this
;
this
.
tripTitle
=
title
;
this
.
tripTitle
=
title
;
console
.
log
(
"id"
,
id
);
console
.
log
(
"TCID"
,
TCID
);
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
that
.
$refs
.
comTeam
.
GetTrip
(
id
,
TCID
);
that
.
$refs
.
comTeam
.
GetTrip
(
id
,
TCID
,
2
);
});
});
that
.
outerVisible
=
true
;
that
.
outerVisible
=
true
;
},
},
...
...
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