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
5e7ee75c
Commit
5e7ee75c
authored
3 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
7b0a8d01
7d88600a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
875 additions
and
10 deletions
+875
-10
HotelProductManage.vue
src/components/Hotel/HotelProductManage.vue
+5
-1
domesticScenicSpotPackagePrice.vue
src/components/scenicSpot/domesticScenicSpotPackagePrice.vue
+841
-0
domesticTicketManagement.vue
src/components/scenicSpot/domesticTicketManagement.vue
+21
-9
config.js
src/router/config.js
+8
-0
No files found.
src/components/Hotel/HotelProductManage.vue
View file @
5e7ee75c
...
...
@@ -599,7 +599,11 @@
HasWindow
:
1
,
IsCancel
:
1
,
CancelTime
:
''
,
RoomImage
:[]
RoomImage
:[],
RoomSize
:
''
,
// 房间大小
Floor
:
''
,
//楼层
IsSmoking
:
0
,
//是否禁烟 1禁烟 0不禁
IsWifi
:
1
//是否有wifi 1有 0无
};
this
.
addMsg
=
newMsg
;
},
...
...
This diff is collapsed.
Click to expand it.
src/components/scenicSpot/domesticScenicSpotPackagePrice.vue
0 → 100644
View file @
5e7ee75c
This diff is collapsed.
Click to expand it.
src/components/scenicSpot/domesticTicketManagement.vue
View file @
5e7ee75c
...
...
@@ -147,6 +147,11 @@
>
<tr>
<th
width=
"200"
>
{{
$t
(
"scen.sc_name"
)
}}
</th>
<th
>
门票副标题
</th>
<th
>
是否闪入园
</th>
<th>
闪入园最晚购买时间
</th>
<th
>
是否无忧退款
</th>
<th
>
可定时间
</th>
<th
width=
"200"
>
{{
$t
(
"scen.sc_bjts"
)
}}
</th>
<th>
{{
$t
(
"scen.sc_dj"
)
}}
</th>
<th>
{{
$t
(
"scen.sc_gj"
)
}}
</th>
...
...
@@ -165,6 +170,11 @@
<span
class=
"roomName"
>
{{
item
.
TicketName
}}
</span>
</el-tooltip>
</td>
<td>
{{
item
.
TicketSubName
}}
</td>
<td>
{{
item
.
IsSameDayBuy
}}
</td>
<td>
{{
item
.
DayBuyTime
}}
</td>
<td>
{{
item
.
IsWorryFreeRefund
}}
</td>
<td>
{{
item
.
SubscribeTime
}}
</td>
<td
class=
"DaysInfo"
>
<span
><i
class=
"iconfont icon-kaoqintongji"
></i>
{{
item
.
Days
...
...
@@ -228,7 +238,7 @@
<el-button
type=
"primary"
icon=
"iconfont icon-ico_shezhi"
@
click=
"goUrl('
s
cenicSpotPackagePrice', item.Id)"
@
click=
"goUrl('
domesticS
cenicSpotPackagePrice', item.Id)"
></el-button>
</el-tooltip>
<el-tooltip
...
...
@@ -298,14 +308,16 @@
<el-radio
v-model=
"addMsg.IsSameDayBuy"
:label=
"0"
>
否
</el-radio>
</el-form-item>
<el-form-item
label=
"闪入园最晚购买时间"
prop=
"DayBuyTime"
>
<el-date-picker
v-model=
"addMsg.DayBuyTime"
type=
"date"
placeholder=
"闪入园最晚购买时间"
format=
"MM - dd "
value-format=
"MM-dd"
>
</el-date-picker>
<el-time-select
v-model=
"addMsg.DayBuyTime"
:picker-options=
"
{
start: '00:00',
step: '00:15',
end: '23:45',
}"
placeholder="闪入园最晚购买时间"
>
</el-time-select>
</el-form-item>
<el-form-item
label=
"是否无忧退款"
prop=
"IsWorryFreeRefund"
>
<el-radio
v-model=
"addMsg.IsWorryFreeRefund"
:label=
"1"
...
...
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
5e7ee75c
...
...
@@ -1600,6 +1600,14 @@ export default {
title
:
'新增修改国内景区'
},
},
{
path
:
'/domesticScenicSpotPackagePrice'
,
//国内景区报价管理
name
:
'domesticScenicSpotPackagePrice'
,
component
:
resolve
=>
require
([
'@/components/scenicSpot/domesticScenicSpotPackagePrice'
],
resolve
),
meta
:
{
title
:
'国内景区报价管理'
},
},
{
path
:
'/TicketManager'
,
//机票列表
name
:
'TicketManager'
,
...
...
This diff is collapsed.
Click to expand it.
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