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
b08bfe50
Commit
b08bfe50
authored
Jun 17, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
7c585ec6
cdde24a3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
15 deletions
+19
-15
VisaProduct.vue
src/components/SalesVisa/VisaProduct.vue
+11
-11
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+5
-1
comCheckHotel.vue
src/components/commonPage/comCheckHotel.vue
+3
-3
No files found.
src/components/SalesVisa/VisaProduct.vue
View file @
b08bfe50
...
@@ -291,8 +291,8 @@
...
@@ -291,8 +291,8 @@
</li>
</li>
<li>
<li>
<button
class=
"hollowFixedBtn"
@
click=
"getList()"
>
查询
</button>
<button
class=
"hollowFixedBtn"
@
click=
"getList()"
>
查询
</button>
<
button
class=
"normalBtn"
v-show=
"!buttonshow"
@
click=
"cancelEdit(),addShow=true"
v-if=
"msg.isFinacial==1"
>
添加
</button
>
<
!--
<button
class=
"normalBtn"
v-show=
"!buttonshow"
@
click=
"cancelEdit(),addShow=true"
v-if=
"msg.isFinacial==1"
>
添加
</button>
--
>
<button
class=
"normalBtn"
v-show=
"buttonshow"
@
click=
"AddVisaProduct"
v-if=
"msg.isFinacial==1"
>
添加(新)
</button>
<button
class=
"normalBtn"
@
click=
"AddVisaProduct"
v-if=
"msg.isFinacial==1"
>
添加
</button>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -395,7 +395,7 @@
...
@@ -395,7 +395,7 @@
</td>
</td>
<td
class=
"groupTourOrderIcon"
>
<td
class=
"groupTourOrderIcon"
>
<el-button-group>
<el-button-group>
<el-tooltip
<
!--
<
el-tooltip
class=
"item"
class=
"item"
effect=
"dark"
effect=
"dark"
content=
"修改"
content=
"修改"
...
@@ -408,15 +408,15 @@
...
@@ -408,15 +408,15 @@
icon=
"iconfont icon-img_bianji_small"
icon=
"iconfont icon-img_bianji_small"
@
click=
"getDetail(item)"
@
click=
"getDetail(item)"
></el-button>
></el-button>
</el-tooltip>
</el-tooltip>
-->
<el-tooltip
<el-tooltip
class=
"item"
class=
"item"
effect=
"dark"
effect=
"dark"
content=
"修改
(新)
"
content=
"修改"
placement=
"top-start"
placement=
"top-start"
v-if=
"item.SendVisaStatus==1&&msg.isFinacial==1"
v-if=
"item.SendVisaStatus==1&&msg.isFinacial==1"
>
>
<el-button
v-show=
"buttonshow"
<el-button
type=
"primary"
type=
"primary"
style=
"background:#409EFF; border-color:#409EFF"
style=
"background:#409EFF; border-color:#409EFF"
icon=
"iconfont icon-img_bianji_small"
icon=
"iconfont icon-img_bianji_small"
...
@@ -665,15 +665,15 @@ export default {
...
@@ -665,15 +665,15 @@ export default {
addShow
:
false
,
addShow
:
false
,
currentPage
:
1
,
currentPage
:
1
,
VisaManagementList
:
[],
VisaManagementList
:
[],
buttonshow
:
false
,
//
buttonshow:false,
Type
:
0
,
Type
:
0
,
};
};
},
},
created
(){
created
(){
let
locationName
=
window
.
location
.
hostname
;
//
let locationName = window.location.hostname;
if
(
locationName
.
indexOf
(
'viitto'
)
!==
-
1
||
locationName
.
indexOf
(
'www'
)
!==
-
1
){
//
if (locationName.indexOf('viitto') !== -1 || locationName.indexOf('www') !== -1){
this
.
buttonshow
=
true
;
//
this.buttonshow=true;
}
//
}
},
},
methods
:
{
methods
:
{
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
b08bfe50
...
@@ -498,6 +498,7 @@
...
@@ -498,6 +498,7 @@
<th
style=
"width:150px;"
>
更换酒店
</th>
<th
style=
"width:150px;"
>
更换酒店
</th>
<th
style=
"width:100px;"
>
状态
</th>
<th
style=
"width:100px;"
>
状态
</th>
<th
style=
"width:150px;"
>
使用数量/价格
</th>
<th
style=
"width:150px;"
>
使用数量/价格
</th>
<th
style=
"width:100px;"
>
付款方式
</th>
<th
style=
"width:120px"
>
占房时间
</th>
<th
style=
"width:120px"
>
占房时间
</th>
</tr>
</tr>
<template
v-for=
"subItem in item.HotelOrderListReports"
>
<template
v-for=
"subItem in item.HotelOrderListReports"
>
...
@@ -532,9 +533,12 @@
...
@@ -532,9 +533,12 @@
<td>
<td>
<a
v-if=
"(childItem.OPState==1|| childItem.OPState==2 || childItem.DMCState==1 )"
>
<a
v-if=
"(childItem.OPState==1|| childItem.OPState==2 || childItem.DMCState==1 )"
>
{{childItem.UseCount>0? childItem.UseCount+" 间" :""}}
{{childItem.UseCount>0? childItem.UseCount+" 间" :""}}
{{childItem.CostPrice
!=0?" 价格:"+childItem.CostPrice:""
}}
{{childItem.CostPrice
New>0?" 价格:"+childItem.CostPriceNew:(childItem.CostPrice!=0?" 价格:"+childItem.CostPrice:"")
}}
</a>
</a>
</td>
</td>
<td>
{{childItem.PayTypeStr}}
</td>
<td>
<td>
<
template
v-if=
"childItem.OPState==1||(childItem.OPState==2 && childItem.DMCState==0)"
>
<
template
v-if=
"childItem.OPState==1||(childItem.OPState==2 && childItem.DMCState==0)"
>
{{
childItem
.
CreateDateStr
}}
</
template
>
{{
childItem
.
CreateDateStr
}}
</
template
>
...
...
src/components/commonPage/comCheckHotel.vue
View file @
b08bfe50
...
@@ -55,14 +55,14 @@
...
@@ -55,14 +55,14 @@
</div>
</div>
<div
class=
"cm_hotelTitle clearfix"
>
<div
class=
"cm_hotelTitle clearfix"
>
<div
style=
"float:left;"
>
<div
style=
"float:left;"
>
地区筛选
:
地区筛选
:
<el-select
filterable
v-model=
"qMsg.ProvinceId"
class=
"w120"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
filterable
v-model=
"qMsg.ProvinceId"
class=
"w120"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
label=
"不限"
:value=
'0'
></el-option>
<el-option
label=
"不限"
:value=
'0'
></el-option>
<el-option
v-for=
"item in ProvinceList"
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
<el-option
v-for=
"item in ProvinceList"
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-option>
</el-select>
</el-select>
</div>
</div>
<div
style=
"float:left;margin-left:
20
px;"
>
<div
style=
"float:left;margin-left:
15
px;"
>
酒店名称:
酒店名称:
<el-input
type=
"text"
v-model=
"qMsg.Name"
class=
"w120"
@
keyup
.
native
.
enter=
"getCheckHotel()"
placeholder=
"请输入关键字"
></el-input>
<el-input
type=
"text"
v-model=
"qMsg.Name"
class=
"w120"
@
keyup
.
native
.
enter=
"getCheckHotel()"
placeholder=
"请输入关键字"
></el-input>
<input
type=
"button"
class=
"normalBtn"
value=
"查询"
@
click=
"getCheckHotel()"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"查询"
@
click=
"getCheckHotel()"
/>
...
...
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