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
16a7c489
Commit
16a7c489
authored
Jun 19, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
2046c747
bfedc2d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
22 deletions
+20
-22
roomQuery2.vue
src/components/Supplier/roomQuery2.vue
+20
-22
No files found.
src/components/Supplier/roomQuery2.vue
View file @
16a7c489
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
<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=
"800"
trigger=
"click"
popper-class=
"rq_HotelDetails"
>
<el-popover
placement=
"bottom"
width=
"800"
trigger=
"click"
popper-class=
"rq_HotelDetails"
>
<table
class=
"rq_HotelTable"
v-loading=
"
HotelUse
Loading"
>
<table
class=
"rq_HotelTable"
v-loading=
"
hotel
Loading"
>
<tr>
<tr>
<th
width=
"200"
>
<th
width=
"200"
>
时间
时间
...
@@ -84,13 +84,14 @@
...
@@ -84,13 +84,14 @@
<th
width=
"120"
>
<th
width=
"120"
>
税入/税别
税入/税别
</th>
</th>
<th>
提醒
</th>
<th>
备注
</th>
</tr>
</tr>
<
template
v-for=
"(subItem,subIndex) in HotelList"
>
<
template
v-for=
"(subItem,subIndex) in HotelList"
>
<tbody>
<tbody>
<template
v-for=
"(childItem,childIndex) in subItem.HotelOrderList"
>
<template
v-for=
"(childItem,childIndex) in subItem.HotelOrderList"
>
<tr>
<tr>
<td
v-if=
"childIndex==0"
<td
:rowspan=
"subItem.HotelOrderList.length>1?subItem.HotelOrderList.length*3:subItem.HotelOrderList.length+2"
style=
"text-align:center;"
>
style=
"text-align:center;"
>
第
{{
subIndex
+
1
}}
天
<br
/>
第
{{
subIndex
+
1
}}
天
<br
/>
{{
subItem
.
UseTimeStr
}}
{{
subItem
.
UseTimeStr
}}
...
@@ -119,32 +120,27 @@
...
@@ -119,32 +120,27 @@
<
template
v-if=
"childItem.TaxType==1"
>
税入
</
template
>
<
template
v-if=
"childItem.TaxType==1"
>
税入
</
template
>
<
template
v-if=
"childItem.TaxType==2"
>
税别
</
template
>
<
template
v-if=
"childItem.TaxType==2"
>
税别
</
template
>
</td>
</td>
</tr>
<tr>
<td
colspan=
"4"
>
<span
style=
"display:inline-block;width:60px;vertical-align:top;"
>
提示信息:
</span>
<span
style=
"display:inline-block;width:87%;"
>
{{childItem.Remarks}}
</span></td>
</tr>
<tr>
<td>
提醒等级
</td>
<td>
<td>
<!-- 提醒等级
<el-select class='w135 sel' v-model='childItem.SupplierToDmcHotelStatus'
<el-select class='w135 sel' v-model='childItem.SupplierToDmcHotelStatus'
:placeholder="$t('pub.pleaseSel')">
:placeholder="$t('pub.pleaseSel')">
<el-option label='请选择' :value='0'></el-option>
<el-option label='请选择' :value='0'></el-option>
<el-option label='一般提醒' :value='1'></el-option>
<el-option label='一般提醒' :value='1'></el-option>
<el-option label='重要提醒' :value='2'></el-option>
<el-option label='重要提醒' :value='2'></el-option>
</el-select>
</el-select>
-->
</td>
</td>
<td>
<td>
对地接备注
对地接备注
</td>
<td>
<el-input
type=
'textarea'
class=
'w135'
v-model=
'childItem.SupplierToDmcRemarks'
>
<el-input
type=
'textarea'
class=
'w135'
v-model=
'childItem.SupplierToDmcRemarks'
>
</el-input>
</el-input>
</td>
</td>
</tr>
</tr>
<!-- <tr>
<td colspan="4">
<span style="display:inline-block;width:60px;vertical-align:top;">提示信息:</span>
<span style="display:inline-block;width:87%;" :class="{'rq_disImNote':childItem.SupplierHotelStatus==1&&DateMinus(subItem.UseTimeStr)<=5,'rq_importNote':childItem.SupplierHotelStatus==2&&DateMinus(subItem.UseTimeStr)<=5}">{{childItem.Remarks}}</span>
</td>
</tr> -->
</template>
</template>
</tbody>
</tbody>
</template>
</template>
...
@@ -253,7 +249,7 @@
...
@@ -253,7 +249,7 @@
//是否为今天
//是否为今天
isToday
:
false
,
isToday
:
false
,
todayDate
:
''
,
todayDate
:
''
,
showNum
:
0
showNum
:
0
,
}
}
},
},
methods
:
{
methods
:
{
...
@@ -281,7 +277,6 @@
...
@@ -281,7 +277,6 @@
this
.
Error
(
res
.
data
.
message
)
this
.
Error
(
res
.
data
.
message
)
}
}
},
err
=>
{})
},
err
=>
{})
},
},
getList
()
{
getList
()
{
this
.
loading
=
true
;
this
.
loading
=
true
;
...
@@ -318,6 +313,7 @@
...
@@ -318,6 +313,7 @@
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
);
}
}
...
@@ -560,8 +556,10 @@
...
@@ -560,8 +556,10 @@
background-color
:
red
;
background-color
:
red
;
border
:
1px
solid
#d1d1d1
;
border
:
1px
solid
#d1d1d1
;
}
}
/* .rq_tBody tr:first-child td{
.rq_importNote
{
border-top-color: red;
color
:
red
;
border-left-color:red
}
} */
.rq_disImNote
{
color
:
#ea6d6d
;
}
</
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