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
b20867ac
Commit
b20867ac
authored
May 21, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3c35e6de
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
24 deletions
+21
-24
domesticScenicSpotList.vue
src/components/scenicSpot/domesticScenicSpotList.vue
+1
-1
domesticScenicSpotPackagePrice.vue
src/components/scenicSpot/domesticScenicSpotPackagePrice.vue
+3
-3
domesticTicketManagement.vue
src/components/scenicSpot/domesticTicketManagement.vue
+16
-19
index.js
src/plug/index.js
+1
-1
No files found.
src/components/scenicSpot/domesticScenicSpotList.vue
View file @
b20867ac
...
...
@@ -324,7 +324,7 @@
</el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"门票"
placement=
"top"
>
<el-button
@
click=
"goUrlT('domesticTicketManagement',
item
.ID)"
type=
"success"
<el-button
@
click=
"goUrlT('domesticTicketManagement',
scope.row
.ID)"
type=
"success"
icon=
"iconfont icon-menpiao1"
circle
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"删除"
placement=
"top"
>
...
...
src/components/scenicSpot/domesticScenicSpotPackagePrice.vue
View file @
b20867ac
...
...
@@ -363,7 +363,7 @@ input[type="number"] {
</el-col>
<el-col
:span=
"2"
>
<div
class=
"_LowDisMoney"
>
<div>
内部价格
</div>
<div>
原价
</div>
<div>
{{
item
.
SalesPrice
}}
</div>
</div>
</el-col>
...
...
@@ -447,7 +447,7 @@ input[type="number"] {
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('hotel.hotel_SalesPrice')
"
prop=
"SalesPrice"
>
<el-form-item
label=
"原价
"
prop=
"SalesPrice"
>
<el-input
type=
"text"
v-model=
"addMsg.SalesPrice"
@
keyup
.
native=
"checkPrice(addMsg,'SalesPrice')"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -589,7 +589,7 @@ export default {
SalesPrice
:
[
{
required
:
true
,
message
:
"请输入
成本价格
"
,
message
:
"请输入
原价
"
,
trigger
:
"change"
},
{
...
...
src/components/scenicSpot/domesticTicketManagement.vue
View file @
b20867ac
...
...
@@ -93,10 +93,6 @@
padding-left
:
20px
;
}
.ticketManagement
.w300
.el-textarea__inner
{
height
:
140px
;
}
.ticketManagement
.el-dialog--center
.el-dialog__body
{
padding
:
25px
25px
0
;
}
...
...
@@ -149,16 +145,16 @@
"
>
<tr>
<th
width=
"200"
>
{{
$t
(
"scen.sc_name"
)
}}
</th>
<th
>
{{
$t
(
"scen.sc_name"
)
}}
</th>
<th
>
门票副标题
</th>
<th
>
是否闪入园
</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>
<
th
width=
"300"
>
{{
$t
(
"hotel.hotel_remark"
)
}}
</th
>
<
!--
<th
width=
"300"
>
{{
$t
(
"hotel.hotel_remark"
)
}}
</th>
--
>
<th>
{{
$t
(
"system.table_operation"
)
}}
</th>
</tr>
<tr
v-for=
"item in DataList"
:key=
"item.subCode"
>
...
...
@@ -168,7 +164,7 @@
effect=
"dark"
:content=
"item.TicketName"
placement=
"top-start"
popper-class=
"max-w250"
>
<span
class=
"roomName"
>
{{
item
.
TicketName
}}
</span>
</el-tooltip>
...
...
@@ -178,12 +174,12 @@
<div
v-if=
"item.IsSameDayBuy===0"
>
否
</div>
<div
v-if=
"item.IsSameDayBuy===1"
>
是
</div>
</td>
<
td>
{{
item
.
DayBuyTime
}}
</td
>
<
!--
<td>
{{
item
.
DayBuyTime
}}
</td>
--
>
<td>
<div
v-if=
"item.IsWorryFreeRefund===0"
>
是
</div>
<div
v-if=
"item.IsWorryFreeRefund===1"
>
有条件退
</div>
</td>
<
td>
{{
item
.
SubscribeTime
}}
</td
>
<
!--
<td>
{{
item
.
AllTime
}}
</td>
--
>
<td
class=
"DaysInfo"
>
<span
><i
class=
"iconfont icon-kaoqintongji"
></i>
{{
item
.
Days
...
...
@@ -208,7 +204,7 @@
</p>
<p
class=
"Ldata"
>
{{
item
.
HDate
}}
</p>
</td>
<td>
<
!--
<
td>
<el-tooltip
class=
"item"
effect=
"dark"
...
...
@@ -219,7 +215,7 @@
>
<span
class=
"descripTion"
>
{{
item
.
TicketDesc
}}
</span>
</el-tooltip>
</td>
</td>
-->
<td>
<el-button-group>
<el-tooltip
...
...
@@ -280,6 +276,7 @@
class=
"w300"
filterable
v-model=
"addMsg.CouponsId"
disabled
>
<el-option
v-for=
"item in TicketCouponsList"
...
...
@@ -320,7 +317,7 @@
<el-radio
v-model=
"addMsg.IsSameDayBuy"
:label=
"1"
>
是
</el-radio>
<el-radio
v-model=
"addMsg.IsSameDayBuy"
:label=
"0"
>
否
</el-radio>
</el-form-item>
<el-form-item
label=
"
闪入园最晚
购买时间"
prop=
"DayBuyTime"
>
<el-form-item
label=
"购买时间"
prop=
"DayBuyTime"
>
<el-time-select
v-model=
"addMsg.DayBuyTime"
:picker-options=
"
{
...
...
@@ -328,11 +325,11 @@
step: '00:15',
end: '23:45',
}"
placeholder="
闪入园最晚
购买时间"
placeholder="购买时间"
>
</el-time-select>
</el-form-item>
<el-form-item
label=
"
是否
无忧退款"
prop=
"IsWorryFreeRefund"
>
<el-form-item
label=
"无忧退款"
prop=
"IsWorryFreeRefund"
>
<el-radio
v-model=
"addMsg.IsWorryFreeRefund"
:label=
"1"
>
有条件退
</el-radio
>
...
...
@@ -650,14 +647,14 @@
</el-form-item>
</div>
</
template
>
<el-form-item
:label=
"$t('hotel.hotel_produceDes')"
prop=
"TicketDesc"
>
<
!-- <
el-form-item :label="$t('hotel.hotel_produceDes')" prop="TicketDesc">
<el-input
class="w300"
type="textarea"
v-model="addMsg.TicketDesc"
maxlength="200"
></el-input>
</el-form-item>
</el-form-item>
-->
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<button
...
...
@@ -909,7 +906,7 @@ export default {
clearMsg
()
{
let
newMsg
=
{
Id
:
"0"
,
CouponsId
:
""
,
CouponsId
:
parseInt
(
this
.
$route
.
query
.
id
)
,
TicketName
:
""
,
TicketDesc
:
""
,
TicketCouponsType
:
""
,
...
...
src/plug/index.js
View file @
b20867ac
...
...
@@ -118,7 +118,7 @@ export default {
let
locationName
=
window
.
location
.
hostname
;
// domainUrl = "http://127.0.0.1";
domainUrl
=
"http://192.168.20.17:8015"
;
domainUrl
=
"http://192.168.20.24"
;
//
domainUrl = "http://192.168.20.24";
let
javaUrldo
=
""
;
javaUrldo
=
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
(
locationName
.
indexOf
(
'oytour'
)
!==
-
1
?
"http://efficient.oytour.com"
:
"http://47.96.12.235:9001"
)
:
"http://192.168.2.215:9000"
;
//商城API
...
...
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