Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
华国豪
Athena
Commits
05e193be
Commit
05e193be
authored
Jun 11, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改订单预览的teamType
parent
6d7055fc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
144 additions
and
129 deletions
+144
-129
LocalCuisine.css
src/assets/css/LocalCuisine.css
+1
-1
home.css
src/assets/css/home.css
+28
-1
localtourhome.css
src/assets/css/localtourhome.css
+2
-1
IndependentList.vue
src/components/DependentTravel/IndependentList.vue
+5
-1
IndependentTravel.vue
src/components/DependentTravel/IndependentTravel.vue
+1
-1
Home.vue
src/components/Home.vue
+80
-105
LocalCuisine.vue
src/components/LocalTour/LocalCuisine.vue
+6
-4
OrderInvoiceTwo.vue
src/components/PersonalCenter/OrderInvoiceTwo.vue
+2
-0
OneDayIndex.vue
src/components/trade/order/OneDayIndex.vue
+1
-1
index.vue
src/components/trade/order/index.vue
+1
-1
indexTwo.vue
src/components/trade/order/indexTwo.vue
+4
-4
Visalist.vue
src/components/visa/Visalist.vue
+4
-0
router.js
src/router.js
+9
-9
No files found.
src/assets/css/LocalCuisine.css
View file @
05e193be
...
...
@@ -49,7 +49,7 @@
padding-bottom
:
10px
;
cursor
:
pointer
;
}
.LocalCuisine
.spanPrice
span
{
.LocalCuisine
.spanPrice
>
span
{
display
:
inline-block
;
font-size
:
12px
;
margin-right
:
18px
;
...
...
src/assets/css/home.css
View file @
05e193be
...
...
@@ -35,10 +35,11 @@
text-align
:
center
;
background
:
rgba
(
238
,
238
,
238
,
1
);
border-radius
:
8px
;
padding
:
3px
0
;
padding
:
3px
5px
;
margin-right
:
10px
;
margin-bottom
:
8px
;
cursor
:
pointer
;
box-sizing
:
border-box
;
}
.Home
.Home_top
.el-radio__input.is-checked
.el-radio__inner
{
border-color
:
#FD6473
;
...
...
@@ -268,6 +269,26 @@ p {
border-bottom-left-radius
:
4px
;
border-bottom-right-radius
:
4px
;
}
.Home
.cztm
.tj_ticket
.ticket_content
.ticketTitle
{
position
:
relative
;
width
:
95%
;
margin
:
0
auto
;
}
.Home
.cztm
.tj_ticket
.ticket_content
.ticketTitle
.Divtitle
>
span
{
display
:
inline-block
;
background
:
#fff
;
max-width
:
50%
;
font-family
:
"PingFangR"
;
font-size
:
16px
;
}
.Home
.cztm
.tj_ticket
.ticket_content
.ticketTitle
div
.bg
{
position
:
absolute
;
top
:
8px
;
text-align
:
center
;
z-index
:
0
;
width
:
100%
;
}
.Home
.cztm
.tj_ticket
.ticket_content
.dashed
{
display
:
inline-block
;
width
:
100%
;
...
...
@@ -316,6 +337,12 @@ p {
background
:
url("../../assets/img/home/tour.png")
100%
100%
;
}
a
{
text-decoration
:
none
;
}
.Home
.Grouptour
.tour_left_content
span
a
{
color
:
#333333
;
}
.Home
.Grouptour
.tour_left_content
span
{
display
:
inline-block
;
/* width: 50%; */
...
...
src/assets/css/localtourhome.css
View file @
05e193be
...
...
@@ -90,7 +90,8 @@
}
.Localtourhome
.commontitle
.outone_top_right
.content
span
{
display
:
inline-block
;
width
:
63px
;
min-width
:
43px
;
padding
:
0
10px
;
height
:
24px
;
border-radius
:
8px
;
font-size
:
14px
;
...
...
src/components/DependentTravel/IndependentList.vue
View file @
05e193be
...
...
@@ -197,6 +197,7 @@ export default {
maxPrice
:
''
,
companyId
:
parseInt
(
localStorage
.
site
),
priceOrderByField
:
0
,
searchKey
:
''
,
},
minPrice
:
''
,
maxPrice
:
''
,
...
...
@@ -228,6 +229,9 @@ export default {
}
},
created
(){
if
(
this
.
$route
.
query
.
keywords
){
this
.
listmsg
.
searchKey
=
this
.
$route
.
query
.
keywords
;
}
if
(
this
.
$route
.
query
.
lineteamId
){
this
.
listmsg
.
lineId
=
this
.
$route
.
query
.
lineteamId
;
}
...
...
@@ -248,7 +252,7 @@ export default {
methods
:
{
goUrl
(
path
,
id
,
tcid
){
// detailTwo
path
=
'detailT
hree
'
path
=
'detailT
wo
'
path
=
`
${
path
}
/
${
encodeURIComponent
(
id
)}
/`
+
tcid
this
.
$router
.
push
({
path
})
},
...
...
src/components/DependentTravel/IndependentTravel.vue
View file @
05e193be
...
...
@@ -390,7 +390,7 @@ export default {
//
goUrl
(
path
,
id
,
tcid
){
// detailTwo
path
=
'detailT
hree
'
path
=
'detailT
wo
'
path
=
`
${
path
}
/
${
encodeURIComponent
(
id
)}
/`
+
tcid
this
.
$router
.
push
({
path
})
},
...
...
src/components/Home.vue
View file @
05e193be
This diff is collapsed.
Click to expand it.
src/components/LocalTour/LocalCuisine.vue
View file @
05e193be
...
...
@@ -19,7 +19,7 @@
<div
class=
"title pfR f14"
>
游玩日期
</div>
<div
class=
"change"
>
<el-date-picker
style=
"width:160px;"
v-model=
"
msg.startDate
"
v-model=
"
startDate"
@
change=
"ChangeDate()
"
type=
"date"
:picker-options=
"pickerBeginDateBefore"
placeholder=
"选择日期"
size=
"mini"
format=
"yyyy-MM-dd"
...
...
@@ -27,7 +27,7 @@
</el-date-picker>
<span
class=
"pfR"
style=
"margin:0 10px;color:#000000"
>
-
</span>
<el-date-picker
style=
"width:160px;"
v-model=
"
msg.endDate"
@
change=
"ChangeDate
"
v-model=
"
endDate"
@
change=
"ChangeDate()
"
type=
"date"
:picker-options=
"pickerBeginDateAfter"
placeholder=
"选择日期"
size=
"mini"
format=
"yyyy-MM-dd"
...
...
@@ -47,7 +47,7 @@
<span
class=
"pfR"
style=
"margin:0 10px;color:#000000"
>
-
</span>
<el-input
style=
"width:100px"
size=
"mini"
v-model=
"maxPrice"
placeholder=
"输入价格"
></el-input>
<el-button
style=
"margin-left:15px;text-align:center"
size=
"mini"
@
click=
"GetList"
>
搜索
</el-button>
</span>
</div>
</li>
...
...
@@ -282,7 +282,9 @@ export default {
},
null
)
},
ChangeDate
(){
this
.
GetList
();
this
.
msg
.
startDate
=
this
.
startDate
;
this
.
msg
.
endDate
=
this
.
endDate
;
this
.
GetList
();
},
Gourl
(
item
){
if
(
this
.
LikeList
.
length
>
5
||
this
.
LikeList
.
length
==
5
){
...
...
src/components/PersonalCenter/OrderInvoiceTwo.vue
View file @
05e193be
...
...
@@ -10,6 +10,7 @@
:tcid=
"tcid"
:numPeople=
"numPeople"
v-if=
"tcid && ID"
:teamType=
"teamType"
></trade>
<div
class=
"baidumap"
id=
"allmap"
></div>
</el-col>
...
...
@@ -46,6 +47,7 @@ export default {
this
.
ID
=
decodeURIComponent
(
this
.
$route
.
query
.
id
)
this
.
tcid
=
decodeURIComponent
(
this
.
$route
.
query
.
tcid
)
this
.
numPeople
=
JSON
.
parse
(
this
.
$route
.
query
.
numPeople
)
this
.
teamType
=
this
.
$route
.
query
.
teamType
;
},
mounted
()
{
this
.
b2b_get_GetCustomerInfo
();
...
...
src/components/trade/order/OneDayIndex.vue
View file @
05e193be
...
...
@@ -297,7 +297,7 @@ export default {
}
this
.
$router
.
push
({
path
:
'/OrderInvoiceTwo'
,
query
:
{
id
:
encodeURIComponent
(
ID
),
tcid
:
tcid
,
numPeople
:
JSON
.
stringify
(
numPeople
)}
query
:
{
id
:
encodeURIComponent
(
ID
),
tcid
:
tcid
,
numPeople
:
JSON
.
stringify
(
numPeople
)
,
teamType
:
2
}
})
return
}
...
...
src/components/trade/order/index.vue
View file @
05e193be
...
...
@@ -407,7 +407,7 @@ export default {
}
this
.
$router
.
push
({
path
:
'/OrderInvoiceTwo'
,
query
:
{
id
:
encodeURIComponent
(
ID
),
tcid
:
tcid
,
numPeople
:
JSON
.
stringify
(
numPeople
)}
query
:
{
id
:
encodeURIComponent
(
ID
),
tcid
:
tcid
,
numPeople
:
JSON
.
stringify
(
numPeople
)
,
teamType
:
0
}
})
return
}
...
...
src/components/trade/order/indexTwo.vue
View file @
05e193be
...
...
@@ -412,7 +412,7 @@ import bus from '../../../plugins/event-bus'
import
LuckDraw
from
'../../mall/LuckDraw'
export
default
{
components
:
{
LuckDraw
},
props
:[
'ID'
,
'tcid'
,
'numPeople'
],
props
:[
'ID'
,
'tcid'
,
'numPeople'
,
"teamType"
],
data
()
{
let
that
=
this
return
{
...
...
@@ -636,7 +636,7 @@ export default {
this
.
priceList
.
forEach
((
x
,
i
)
=>
{
if
(
x
.
startDate
==
this
.
chosenObj
.
startDate
){
this
.
priceFlight
=
x
let
msg
=
{
configId
:
this
.
priceList
[
i
].
configIDDes
,
cityId
:
this
.
city
,
preview
:
this
.
pre
,
tcid
:
this
.
priceList
[
i
].
tcid
,
teamType
:
2
}
let
msg
=
{
configId
:
this
.
priceList
[
i
].
configIDDes
,
cityId
:
this
.
city
,
preview
:
this
.
pre
,
tcid
:
this
.
priceList
[
i
].
tcid
,
teamType
:
this
.
teamType
}
this
.
getDataT
(
msg
,
2
)
this
.
getUnicos
(
this
.
priceList
[
i
].
tcid
)
}
...
...
@@ -950,7 +950,7 @@ export default {
cityId
:
city
,
preview
:
this
.
pre
,
tcid
:
this
.
tcid
,
teamType
:
2
teamType
:
this
.
teamType
};
this
.
getData
(
msg
,
days
);
});
...
...
@@ -966,7 +966,7 @@ export default {
let
priceList
=
data
.
priceList
;
for
(
let
i
=
0
;
i
<
priceList
.
length
;
i
++
)
{
if
(
days
===
priceList
[
i
].
startDate
){
let
msg
=
{
configId
:
priceList
[
i
].
configIDDes
,
cityId
:
this
.
city
,
preview
:
this
.
pre
,
tcid
:
priceList
[
i
].
tcid
,
teamType
:
2
}
let
msg
=
{
configId
:
priceList
[
i
].
configIDDes
,
cityId
:
this
.
city
,
preview
:
this
.
pre
,
tcid
:
priceList
[
i
].
tcid
,
teamType
:
this
.
teamType
}
this
.
getDataT
(
msg
)
}
}
...
...
src/components/visa/Visalist.vue
View file @
05e193be
...
...
@@ -157,6 +157,7 @@ export default {
orderByBookAdvance
:
0
,
pageIndex
:
1
,
pageSize
:
10
,
searchKey
:
""
,
},
total
:
0
,
datalist
:[],
...
...
@@ -167,6 +168,9 @@ export default {
}
},
created
(){
if
(
this
.
$route
.
query
.
searchKey
){
this
.
listmsg
.
searchKey
=
this
.
$route
.
query
.
searchKey
;
}
if
(
window
.
localStorage
.
site
){
this
.
msg
.
companyId
=
parseInt
(
window
.
localStorage
.
site
)
}
...
...
src/router.js
View file @
05e193be
...
...
@@ -64,15 +64,15 @@ export default new Router({
}
},
// 自由行详情
{
path
:
"/detailThree/:id/:tcid"
,
name
:
"detailThree"
,
component
:
resolve
=>
require
([
"@/components/mall/detailThree"
],
resolve
),
meta
:
{
title
:
"团队详情-印象之旅~感动与世界同步"
}
},
//
{
//
path: "/detailThree/:id/:tcid",
//
name: "detailThree",
//
component: resolve =>
//
require(["@/components/mall/detailThree"], resolve),
//
meta: {
//
title: "团队详情-印象之旅~感动与世界同步"
//
}
//
},
{
path
:
"/OneDayDetailTwo/:id/:tcid"
,
name
:
"OneDayDetailTwo"
,
...
...
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