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
e4957e60
Commit
e4957e60
authored
Jun 20, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
行程下载修改
parent
c297895b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
294 additions
and
261 deletions
+294
-261
fiveday.vue
src/components/commonPage/fiveday.vue
+144
-135
fourday.vue
src/components/commonPage/fourday.vue
+7
-3
oneday.vue
src/components/commonPage/oneday.vue
+122
-114
threeday.vue
src/components/commonPage/threeday.vue
+7
-3
twoday.vue
src/components/commonPage/twoday.vue
+7
-3
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+7
-3
No files found.
src/components/commonPage/fiveday.vue
View file @
e4957e60
This diff is collapsed.
Click to expand it.
src/components/commonPage/fourday.vue
View file @
e4957e60
...
...
@@ -137,9 +137,13 @@ export default {
}
}
else
{
if
(
this
.
day
.
jiu2
.
length
==
1
&&
this
.
day
.
jiu2
[
0
].
name
!=
'温馨的家'
){
if
(
this
.
isDirect
===
1
){
suffix
=
"或同級"
}
if
(
this
.
day
.
jiu2
[
0
].
status
==
1
)
{
suffix
=
"【保证入住】"
}
else
{
if
(
this
.
isDirect
===
1
)
{
suffix
=
"或同級"
}
}
}
}
return
suffix
;
...
...
src/components/commonPage/oneday.vue
View file @
e4957e60
This diff is collapsed.
Click to expand it.
src/components/commonPage/threeday.vue
View file @
e4957e60
...
...
@@ -177,9 +177,13 @@ export default {
}
}
else
{
if
(
this
.
day
.
jiu2
.
length
==
1
&&
this
.
day
.
jiu2
[
0
].
name
!=
'温馨的家'
){
if
(
this
.
isDirect
===
1
){
suffix
=
"或同級"
}
if
(
this
.
day
.
jiu2
[
0
].
status
==
1
)
{
suffix
=
"【保证入住】"
}
else
{
if
(
this
.
isDirect
===
1
)
{
suffix
=
"或同級"
}
}
}
}
return
suffix
;
...
...
src/components/commonPage/twoday.vue
View file @
e4957e60
...
...
@@ -104,9 +104,13 @@ export default {
}
}
else
{
if
(
this
.
day
.
jiu2
.
length
==
1
&&
this
.
day
.
jiu2
[
0
].
name
!=
'温馨的家'
){
if
(
this
.
isDirect
===
1
){
suffix
=
"或同級"
}
if
(
this
.
day
.
jiu2
[
0
].
status
==
1
)
{
suffix
=
"【保证入住】"
}
else
{
if
(
this
.
isDirect
===
1
)
{
suffix
=
"或同級"
}
}
}
}
return
suffix
;
...
...
src/components/confirmationOrderDownLoad.vue
View file @
e4957e60
...
...
@@ -749,7 +749,7 @@
// }, null)
_this
.
ToWord
(
_this
.
orderMsg
.
startDate
+
_this
.
orderMsg
.
lineteamName
+
_this
.
orderMsg
.
dayNum
+
'日游'
,
isPc
)
'日游'
,
isPc
)
}
else
{
this
.
ToWord
(
this
.
orderMsg
.
startDate
+
this
.
orderMsg
.
lineteamName
+
this
.
orderMsg
.
dayNum
+
'日游'
,
isPc
)
}
...
...
@@ -1182,8 +1182,11 @@
}
jin
.
push
(
obj
)
}
else
if
(
y
.
type
==
3
&&
y
.
childItem
.
hotelName
!=
''
&&
y
.
childItem
.
imaArray
.
length
>
0
)
{
//酒店
let
obj
=
{
title
:
y
.
childItem
.
hotelName
,
newTitle
:
y
.
childItem
.
newHotelName
,
status
:
y
.
childItem
.
status
,
content
:
y
.
childItem
.
description
,
img
:
y
.
childItem
.
imaArray
[
0
].
url
,
ticketName
:
''
,
...
...
@@ -1226,7 +1229,9 @@
if
(
y
.
type
==
3
)
{
jiu2
.
push
({
name
:
y
.
childItem
.
hotelName
,
url
:
y
.
childItem
.
url
url
:
y
.
childItem
.
url
,
newTitle
:
y
.
childItem
.
newHotelName
,
status
:
y
.
childItem
.
status
,
});
useDinnerTypeBy
=
y
.
childItem
.
useDinnerType
}
...
...
@@ -1345,7 +1350,6 @@
threeday
,
fourday
,
fiveday
,
},
}
...
...
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