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
5058bfb6
Commit
5058bfb6
authored
Mar 31, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
d7ecfc2c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2083 additions
and
7 deletions
+2083
-7
priceGroup.vue
src/components/TravelManager/TravelTeam/priceGroup.vue
+24
-7
buyGroup.vue
src/pubComponents/buyGroup.vue
+2052
-0
config.js
src/router/config.js
+7
-0
No files found.
src/components/TravelManager/TravelTeam/priceGroup.vue
View file @
5058bfb6
<
style
>
@import
"../../assets/css/newTravelManager.css"
;
/* @import "../../assets/css/newTravelManager.css"; */
.productQuerySearch
{
width
:
100%
;
...
...
@@ -506,10 +506,17 @@
.PQ_HotelPop
table
th
{
text-align
:
center
;
}
.buy-box
{
position
:
fixed
;
bottom
:
0
;
left
:
0
;
right
:
0
;
background
:
#fff
;
}
</
style
>
<
template
>
<div
class=
"flexOne"
>
<div
@
click=
"showBuy = true"
><el-button>
下单
</el-button></div>
<!-- 查询条件 -->
<div
class=
"productQuerySearch"
v-if=
"!TCIDList"
>
<ul>
...
...
@@ -1233,18 +1240,23 @@
<tripDownLoadCommon
ref=
"tripDownLoadCommon"
:tripObj=
"tripObj"
@
headCallBack=
"hideTripDown"
:downType=
"1"
>
</tripDownLoadCommon>
</el-dialog>
<div
class=
"buy-box"
v-show=
"showBuy"
>
<buyGroup
@
change=
"changeBuy"
></buyGroup>
</div>
</div>
</
template
>
<
script
>
import
commonTeamInfo
from
"../commonPage/commonTeamInfo.vue"
;
import
tripDownLoadCommon
from
"../commonPage/TripDownLoadCommon.vue"
;
import
carousel
from
"../commonPage/carousel.vue"
;
import
commonHotelInfo
from
"../commonPage/commonHotelInfo.vue"
;
import
commonTeamInfo
from
"../../commonPage/commonTeamInfo.vue"
;
import
tripDownLoadCommon
from
"../../commonPage/TripDownLoadCommon.vue"
;
import
carousel
from
"../../commonPage/carousel.vue"
;
import
commonHotelInfo
from
"../../commonPage/commonHotelInfo.vue"
;
import
buyGroup
from
"../../../pubComponents/buyGroup.vue"
;
export
default
{
data
()
{
return
{
showBuy
:
false
,
pickerOptions0
:
{
disabledDate
:
(
time
)
=>
{
let
starTime
=
new
Date
(
this
.
starTime
);
...
...
@@ -1359,7 +1371,6 @@
RateOnDay
:
"-1"
,
RateOn
:
"-1"
,
},
defaultImg
:
'this.src="'
+
require
(
"../../assets/img/bg_z1@2x.png"
)
+
'"'
,
list
:
[],
LineList
:
[],
LineTeamList
:
[],
...
...
@@ -1417,6 +1428,7 @@
tripDownLoadCommon
:
tripDownLoadCommon
,
carousel
:
carousel
,
commonHotelInfo
:
commonHotelInfo
,
buyGroup
:
buyGroup
},
filters
:
{
priceFormat
(
value
)
{
...
...
@@ -1455,6 +1467,11 @@
},
},
methods
:
{
changeBuy
(
info
)
{
if
(
!
info
)
{
this
.
showBuy
=
false
}
},
GetSupperOrderEditAuth
()
{
var
actionCode
=
this
.
$AuthCode
.
S_Travel_Share
;
this
.
CheckUserAuth
(
actionCode
,
(
res
)
=>
{
...
...
src/pubComponents/buyGroup.vue
0 → 100644
View file @
5058bfb6
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
5058bfb6
...
...
@@ -2298,6 +2298,13 @@ export default {
meta
:
{
title
:
'包机信息'
},
},
{
path
:
'/priceGroup'
,
//订单列表
name
:
'priceGroup'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelTeam/priceGroup'
],
resolve
),
meta
:
{
title
:
'包机列表'
},
},
{
path
:
'/TravelTeam'
,
//包机列表
name
:
'TravelTeam'
,
...
...
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