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
f47927c8
Commit
f47927c8
authored
Jan 30, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
16c77812
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
3566 additions
and
11 deletions
+3566
-11
CharterPreview.vue
src/components/busManagement/BookAcar/CharterPreview.vue
+920
-0
addEditVehicle.vue
src/components/busManagement/BookAcar/addEditVehicle.vue
+0
-0
BookAcarOrder.vue
...nents/busManagement/BookAcar/components/BookAcarOrder.vue
+299
-0
Details.vue
src/components/busManagement/BookAcar/components/Details.vue
+363
-0
orderList.vue
...omponents/busManagement/BookAcar/components/orderList.vue
+1398
-0
list.vue
src/components/busManagement/BookAcar/list.vue
+462
-0
order.vue
src/components/busManagement/BookAcar/order.vue
+79
-0
OrderPreview.vue
src/components/scenicSpot/Singleticket/OrderPreview.vue
+3
-3
SingleticketList.vue
src/components/scenicSpot/Singleticket/SingleticketList.vue
+1
-1
ReservationOrder.vue
src/components/scenicSpot/reservation/ReservationOrder.vue
+9
-7
config.js
src/router/config.js
+32
-0
No files found.
src/components/busManagement/BookAcar/CharterPreview.vue
0 → 100644
View file @
f47927c8
This diff is collapsed.
Click to expand it.
src/components/busManagement/BookAcar/addEditVehicle.vue
0 → 100644
View file @
f47927c8
src/components/busManagement/BookAcar/components/BookAcarOrder.vue
0 → 100644
View file @
f47927c8
This diff is collapsed.
Click to expand it.
src/components/busManagement/BookAcar/components/Details.vue
0 → 100644
View file @
f47927c8
This diff is collapsed.
Click to expand it.
src/components/busManagement/BookAcar/components/orderList.vue
0 → 100644
View file @
f47927c8
This diff is collapsed.
Click to expand it.
src/components/busManagement/BookAcar/list.vue
0 → 100644
View file @
f47927c8
This diff is collapsed.
Click to expand it.
src/components/busManagement/BookAcar/order.vue
0 → 100644
View file @
f47927c8
<
style
>
.HotelWorkList
.has-gutter
tr
th
,
.el-table
th
.is-leaf
{
background-color
:
#EAEAEA
!important
;
}
.HotelWorkList
.HW_hotelDialog
{
width
:
900px
;
}
.HotelWorkList
.Hw_tableOne
{
width
:
100%
;
height
:
40px
;
background-color
:
#EAEAEA
;
}
.HotelWorkList
.Hw_tableOne
th
{
text-align
:
center
;
}
.HotelWorkList
.HotelWorkInput
.el-input
{
width
:
223px
;
}
.HotelWorkList
.HworkInput
.el-input
{
width
:
110px
;
}
</
style
>
<
template
>
<div>
<el-tabs
v-model=
"tab"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"团队订单"
name=
"0"
>
用户管理
</el-tab-pane>
<el-tab-pane
label=
"接机订单"
name=
"1"
>
<BookAcarOrder
:pagesTitle=
"pagesTitle"
:type=
"tab"
></BookAcarOrder>
</el-tab-pane>
<el-tab-pane
label=
"送机订单"
name=
"2"
>
<BookAcarOrder
:pagesTitle=
"pagesTitle"
:type=
"tab"
></BookAcarOrder>
</el-tab-pane>
<el-tab-pane
label=
"包车订单"
name=
"3"
>
<BookAcarOrder
:pagesTitle=
"pagesTitle"
:type=
"tab"
></BookAcarOrder>
</el-tab-pane>
</el-tabs>
</div>
</
template
>
<
script
>
import
BookAcarOrder
from
'./components/BookAcarOrder.vue'
;
export
default
{
components
:
{
BookAcarOrder
},
data
()
{
return
{
pagesTitle
:
'销售'
,
tab
:
'1'
};
},
watch
:
{
pagesTitle
(
val
,
oldval
){
}
},
methods
:
{
handleClick
(
tab
,
event
){
this
.
tab
=
tab
.
name
}
},
created
()
{
},
mounted
()
{
},
};
</
script
>
<
style
>
</
style
>
src/components/scenicSpot/Singleticket/OrderPreview.vue
View file @
f47927c8
...
...
@@ -276,10 +276,11 @@
<div
class=
"listone-list"
>
<div
class=
"list-left"
>
<h6
@
click=
"showCardHandler"
>
{{
detailsObj
.
Name
}}
</h6>
<div>
<p
style=
"color: #9e9e9e;font-size: 13px;"
>
请在游玩前一天的23:00前完成预定
</p>
<!--
<div>
<span>
地址:
{{
detailsObj
.
CityName
}}
{{
detailsObj
.
Address
}}
</span>
<a
@
click=
"showCardHandler"
><i
class=
"el-icon-map-location"
></i>
地图
</a>
</div>
</div>
-->
</div>
</div>
</div>
...
...
@@ -342,7 +343,6 @@
<li>联络电话</li>
<li>收件地址</li>
</div> -->
</span>
<div
class=
"list-centent"
:class=
"{'active':msg.MailingState==1}"
>
<li>
<el-form-item
label=
"中文名"
prop=
"Name"
>
...
...
src/components/scenicSpot/Singleticket/SingleticketList.vue
View file @
f47927c8
...
...
@@ -188,7 +188,7 @@
<h6
@
click=
"showCardHandler(x)"
>
{{
x
.
Name
}}
</h6>
<div>
<span>
地址:
{{
x
.
CityName
}}
{{
x
.
Address
}}
</span>
<a><i
class=
"el-icon-map-location"
></i>
地图
</a>
<a
@
click=
"showCardHandler(x)"
><i
class=
"el-icon-map-location"
></i>
地图
</a>
</div>
</div>
<div
class=
"list-right"
>
...
...
src/components/scenicSpot/reservation/ReservationOrder.vue
View file @
f47927c8
...
...
@@ -100,7 +100,7 @@
type=
"daterange"
:range-separator=
"$t('OrderList.zhi')"
:start-placeholder=
"$t('OrderList.star')"
:end-placeholder=
"$t('OrderList.end')"
@
change=
"getDates"
>
:end-placeholder=
"$t('OrderList.end')"
@
change=
"getDates
Use
"
>
</el-date-picker>
</span>
</li>
...
...
@@ -185,19 +185,21 @@
},
methods
:
{
getDatesUse
(){
console
.
log
(
this
.
Datelist
)
if
(
this
.
DatelistUse
[
0
]){
if
(
this
.
DatelistUse
){
this
.
msg
.
UseSTime
=
this
.
DatelistUse
[
0
]
}
if
(
this
.
DatelistUse
[
1
]){
this
.
msg
.
UseETime
=
this
.
DatelistUse
[
1
]
}
if
(
!
this
.
DatelistUse
){
this
.
msg
.
UseSTime
=
''
this
.
msg
.
UseETime
=
''
}
},
getDates
(){
console
.
log
(
this
.
Datelist
)
if
(
this
.
Datelist
[
0
]){
if
(
this
.
Datelist
){
this
.
msg
.
StartTime
=
this
.
Datelist
[
0
]
}
if
(
this
.
Datelist
[
1
]){
this
.
msg
.
EndTime
=
this
.
Datelist
[
1
]
}
if
(
!
this
.
Datelist
){
this
.
msg
.
StartTime
=
''
this
.
msg
.
EndTime
=
''
}
},
setEdate
()
{
...
...
src/router/config.js
View file @
f47927c8
...
...
@@ -2077,6 +2077,38 @@ export default {
title
:
'包车产品报价'
},
},
{
path
:
'/BookAcarList'
,
//包车产品列表
name
:
'BookAcarList'
,
component
:
resolve
=>
require
([
'@/components/busManagement/BookAcar/list'
],
resolve
),
meta
:
{
title
:
'包车预定'
},
},
{
path
:
'/CharterPreview'
,
//包车预览
name
:
'CharterPreview'
,
component
:
resolve
=>
require
([
'@/components/busManagement/BookAcar/CharterPreview'
],
resolve
),
meta
:
{
title
:
'包车预览'
},
},
{
path
:
'/CharterOrderList'
,
//用车订单
name
:
'CharterOrderList'
,
component
:
resolve
=>
require
([
'@/components/busManagement/BookAcar/order'
],
resolve
),
meta
:
{
title
:
'用车订单'
},
},
{
path
:
'/CharterAddEditVehicle'
,
//新增/编辑团订
name
:
'CharterAddEditVehicle'
,
component
:
resolve
=>
require
([
'@/components/busManagement/BookAcar/addEditVehicle'
],
resolve
),
meta
:
{
title
:
'新增/编辑团订'
},
},
{
path
:
'/busAccountInfo'
,
//车控内部核算详情
name
:
'busAccountInfo'
,
...
...
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