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
eff17953
Commit
eff17953
authored
Jun 19, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
632c6d19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
47 deletions
+48
-47
roomQuery2.vue
src/components/Supplier/roomQuery2.vue
+48
-47
No files found.
src/components/Supplier/roomQuery2.vue
View file @
eff17953
...
@@ -19,8 +19,7 @@
...
@@ -19,8 +19,7 @@
<div
style=
"font-size:12px;padding:2px 4px 3px 20px;"
>
<div
style=
"font-size:12px;padding:2px 4px 3px 20px;"
>
<div
style=
"display:inline-block;color:red;display:none"
>
注意事项:每次导出数据最好不要超过一个月。
</div>
<div
style=
"display:inline-block;color:red;display:none"
>
注意事项:每次导出数据最好不要超过一个月。
</div>
<div
class=
"rq_comSpan"
style=
"display:inline-block;"
>
颜色说明:
<div
class=
"rq_comSpan"
style=
"display:inline-block;"
>
颜色说明:
<span
class=
"rq_span1"
>
未操作
</span><span
class=
"rq_span2"
>
操作中
</span><span
class=
"rq_span3"
>
操作完成
</span><span
<span
class=
"rq_span1"
>
新增
</span><span
class=
"rq_span2"
>
取消
</span>
class=
"rq_span4"
>
机位数和人数不相符
</span>
</div>
</div>
</div><br
/>
</div><br
/>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"roomQuery_SupplierTable"
v-loading=
'loading'
>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"roomQuery_SupplierTable"
v-loading=
'loading'
>
...
@@ -66,19 +65,16 @@
...
@@ -66,19 +65,16 @@
</td>
</td>
<td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"酒店信息"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"酒店信息"
placement=
"top-start"
>
<el-popover
placement=
"bottom"
width=
"
125
0"
trigger=
"click"
popper-class=
"rq_HotelDetails"
>
<el-popover
placement=
"bottom"
width=
"
80
0"
trigger=
"click"
popper-class=
"rq_HotelDetails"
>
<table
class=
"rq_HotelTable"
v-loading=
"hotelLoading"
>
<table
class=
"rq_HotelTable"
v-loading=
"hotelLoading"
>
<tr>
<tr>
<th
width=
"1
5
0"
>
<th
width=
"1
2
0"
>
时间
时间
</th>
</th>
<th
width=
"150"
>
<th
width=
"150"
>
酒店
酒店
</th>
</th>
<th
width=
"150"
>
<th
width=
"250"
>
更换名称
</th>
<th
width=
"450"
>
价格
价格
</th>
</th>
<th
width=
"100"
>
<th
width=
"100"
>
...
@@ -96,40 +92,48 @@
...
@@ -96,40 +92,48 @@
{{
subItem
.
UseTimeStr
}}
{{
subItem
.
UseTimeStr
}}
</td>
</td>
<td>
<td>
{{
childItem
.
HotelName
}}
<template
v-if=
"childItem.SupplierId==0||childItem.SupplierId==UserInfo.SupplierId"
>
</td>
{{
childItem
.
HotelName
}}
<br/>
<td>
<div
class=
"rq_changeName"
>
{{
childItem
.
NewHotelName
!=
childItem
.
HotelName
?
'更换为:'
+
childItem
.
NewHotelName
:
""
}}
</div>
{{
childItem
.
NewHotelName
!=
childItem
.
HotelName
?
childItem
.
NewHotelName
:
""
}}
</
template
>
<
template
v-else
>
业者自理
</
template
>
</td>
</td>
<td>
<td>
<template
v-for=
"(detailsItem,detailsIndex) in childItem.OrderDetailsList"
<
template
v-if=
"childItem.SupplierId==0||childItem.SupplierId==UserInfo.SupplierId"
>
v-if=
"detailsItem.HouseTypeCount>0"
>
<template
v-for=
"(detailsItem,detailsIndex) in childItem.OrderDetailsList"
<template
v-if=
"detailsItem.HouseType==1"
>
单间
</
template
>
v-if=
"detailsItem.HouseTypeCount>0"
>
<
template
v-if=
"detailsItem.HouseType==2"
>
标准双人间
</
template
>
<template
v-if=
"detailsItem.HouseType==1"
>
单间
</
template
>
<
template
v-if=
"detailsItem.HouseType==3"
>
大床房
</
template
>
<
template
v-if=
"detailsItem.HouseType==2"
>
标准双人间
</
template
>
<
template
v-if=
"detailsItem.HouseType==4"
>
三人间
</
template
>
<
template
v-if=
"detailsItem.HouseType==3"
>
大床房
</
template
>
<
template
v-if=
"detailsItem.HouseType==4"
>
司导间
</
template
>
<
template
v-if=
"detailsItem.HouseType==4"
>
三人间
</
template
>
{{detailsItem.HouseTypeCount}} 间
<
template
v-if=
"detailsItem.HouseType==4"
>
司导间
</
template
>
价格: {{detailsItem.UnitPrice}}
{{detailsItem.HouseTypeCount}} 间
返佣: {{detailsItem.RebateRatio}}
价格: {{detailsItem.UnitPrice}}
<br
/>
返佣: {{detailsItem.RebateRatio}}
<br
/>
</template>
</template>
</template>
</td>
</td>
<td>
<td>
<
template
v-if=
"childItem.TaxType==1"
>
税入
</
template
>
<
template
v-if=
"childItem.SupplierId==0||childItem.SupplierId==UserInfo.SupplierId"
>
<
template
v-if=
"childItem.TaxType==2"
>
税别
</
template
>
<template
v-if=
"childItem.TaxType==1"
>
税入
</
template
>
<
template
v-if=
"childItem.TaxType==2"
>
税别
</
template
>
</template>
</td>
</td>
<td>
<td>
<!-- <el-select v-model='childItem.SupplierToDmcHotelStatus'
<
template
v-if=
"childItem.SupplierId==0||childItem.SupplierId==UserInfo.SupplierId"
>
:placeholder="$t('pub.pleaseSel')">
<select
class=
"rq_status"
v-model=
'childItem.SupplierToDmcHotelStatus'
<el-option label='请选择' :value='0'></el-option>
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option label='一般提醒' :value='1'></el-option>
<option
label=
'请选择'
:value=
'0'
></option>
<el-option label='重要提醒' :value='2'></el-option>
<option
label=
'一般提醒'
:value=
'1'
></option>
</el-select> -->
<option
label=
'重要提醒'
:value=
'2'
></option>
</select>
</
template
>
</td>
</td>
<td>
<td>
<!-- <el-input type='textarea' class='w135' v-model='childItem.SupplierToDmcRemarks'>
<
template
v-if=
"childItem.SupplierId==0||childItem.SupplierId==UserInfo.SupplierId"
>
</el-input> -->
<textarea
class=
"w135"
cols=
"25"
rows=
"5"
v-model=
'childItem.SupplierToDmcRemarks'
></textarea>
</
template
>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
...
@@ -203,7 +207,6 @@
...
@@ -203,7 +207,6 @@
return
{
return
{
loading
:
false
,
loading
:
false
,
hotelLoading
:
false
,
hotelLoading
:
false
,
HotelUseLoading
:
false
,
total
:
0
,
total
:
0
,
msg
:
{
msg
:
{
pageIndex
:
1
,
pageIndex
:
1
,
...
@@ -267,9 +270,9 @@
...
@@ -267,9 +270,9 @@
},
},
//保存信息
//保存信息
saveSupplierjourneyorder
(
HotelList
)
{
saveSupplierjourneyorder
(
HotelList
)
{
this
.
HotelUse
Loading
=
true
;
this
.
hotel
Loading
=
true
;
this
.
ApiPost2
(
'dmcstatistics_post_SetSupplierjourneyorderService'
,
HotelList
,
res
=>
{
this
.
ApiPost2
(
'dmcstatistics_post_SetSupplierjourneyorderService'
,
HotelList
,
res
=>
{
this
.
HotelUse
Loading
=
false
;
this
.
hotel
Loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
)
this
.
Success
(
res
.
data
.
message
)
this
.
getList
();
this
.
getList
();
...
@@ -315,7 +318,6 @@
...
@@ -315,7 +318,6 @@
this
.
hotelLoading
=
false
;
this
.
hotelLoading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
HotelList
=
res
.
data
.
data
;
this
.
HotelList
=
res
.
data
.
data
;
console
.
log
(
this
.
HotelList
,
'hotellist'
)
}
else
{
}
else
{
this
.
Error
(
res
.
data
.
message
);
this
.
Error
(
res
.
data
.
message
);
}
}
...
@@ -434,19 +436,12 @@
...
@@ -434,19 +436,12 @@
margin-right
:
10px
;
margin-right
:
10px
;
}
}
.roomQuery
.rq_span1
{
background-color
:
#333
;
}
.roomQuery
.rq_span
2
{
.roomQuery
.rq_span
1
{
background-color
:
#7abd53
;
background-color
:
#7abd53
;
}
}
.roomQuery
.rq_span3
{
.roomQuery
.rq_span2
{
background-color
:
blue
;
}
.roomQuery
.rq_span4
{
background-color
:
red
;
background-color
:
red
;
}
}
...
@@ -574,5 +569,11 @@
...
@@ -574,5 +569,11 @@
.rq_disImNote
{
.rq_disImNote
{
color
:
#ea6d6d
;
color
:
#ea6d6d
;
}
}
.rq_status
{
height
:
25px
;
}
.rq_changeName
{
margin-top
:
10px
;
color
:
red
;
}
</
style
>
</
style
>
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