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
7d88600a
Commit
7d88600a
authored
May 21, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5ca1cf3e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
870 additions
and
9 deletions
+870
-9
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/scenicSpot/domesticScenicSpotPackagePrice.vue
0 → 100644
View file @
7d88600a
This diff is collapsed.
Click to expand it.
src/components/scenicSpot/domesticTicketManagement.vue
View file @
7d88600a
...
...
@@ -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"
...
...
src/router/config.js
View file @
7d88600a
...
...
@@ -1600,6 +1600,14 @@ export default {
title
:
'新增修改国内景区'
},
},
{
path
:
'/domesticScenicSpotPackagePrice'
,
//国内景区报价管理
name
:
'domesticScenicSpotPackagePrice'
,
component
:
resolve
=>
require
([
'@/components/scenicSpot/domesticScenicSpotPackagePrice'
],
resolve
),
meta
:
{
title
:
'国内景区报价管理'
},
},
{
path
:
'/TicketManager'
,
//机票列表
name
:
'TicketManager'
,
...
...
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