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
c44cba2a
Commit
c44cba2a
authored
Dec 11, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加批量上传手配书
parent
078c715d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
9 deletions
+23
-9
roomReservationsDetails.vue
src/components/Hotel/roomReservationsDetails.vue
+23
-9
No files found.
src/components/Hotel/roomReservationsDetails.vue
View file @
c44cba2a
...
@@ -13,7 +13,14 @@
...
@@ -13,7 +13,14 @@
.rq_disImNote
{
.rq_disImNote
{
color
:
#ea6d6d
;
color
:
#ea6d6d
;
}
}
.piliangPop
.roomReserSet
tr
{
height
:
30px
;
}
.piliangPop
.roomReserSet
tr
th
{
background-color
:
#eee
;
text-align
:
center
;
margin-bottom
:
10px
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -38,9 +45,16 @@
...
@@ -38,9 +45,16 @@
<tr>
<tr>
<th
class=
"fz14"
colspan=
"5"
>
{{
$t
(
'visa.v_teaminfo'
)
}}
{{
$t
(
'leader.leader_Leader'
)
}}
:
{{
LeaderName
}}
{{
$t
(
'leader.leader_Guide'
)
}}
:
{{
GuideName
}}
.
<th
class=
"fz14"
colspan=
"5"
>
{{
$t
(
'visa.v_teaminfo'
)
}}
{{
$t
(
'leader.leader_Leader'
)
}}
:
{{
LeaderName
}}
{{
$t
(
'leader.leader_Guide'
)
}}
:
{{
GuideName
}}
.
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('ground.jiudiancaozuo')"
placement=
"top-start"
>
</th>
<el-popover
placement=
"bottom"
width=
"400"
trigger=
"click"
>
<th
class=
"fz14"
colspan=
"17"
>
<table
class=
"dmcSetTable"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"批量上传手配书"
placement=
"top-start"
style=
"float:left;margin-left:20px;"
>
<el-popover
placement=
"bottom"
popper-class=
"piliangPop"
width=
"400"
trigger=
"click"
v-model=
"isShowPiliangPop"
>
<table
class=
"dmcSetTable roomReserSet"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<th>
日期
</th>
<th>
酒店名称
</th>
</tr>
<template
v-for=
"(lItem,lIndex) in list"
>
<template
v-for=
"(lItem,lIndex) in list"
>
<tr
v-for=
"(subItem,subIndex) in lItem.HotelOrderList"
:key=
"subIndex+lIndex"
>
<tr
v-for=
"(subItem,subIndex) in lItem.HotelOrderList"
:key=
"subIndex+lIndex"
>
<td
style=
"width:100px;"
>
<td
style=
"width:100px;"
>
...
@@ -54,20 +68,19 @@
...
@@ -54,20 +68,19 @@
<tr>
<tr>
<td
colspan=
"2"
style=
"text-align:center"
>
<td
colspan=
"2"
style=
"text-align:center"
>
<el-upload
:http-request=
"uploadFileBtnS"
:multiple=
"false"
:show-file-list=
"false"
action=
''
>
<el-upload
:http-request=
"uploadFileBtnS"
:multiple=
"false"
:show-file-list=
"false"
action=
''
>
<el-button
size=
"small"
type=
"danger"
>
<el-button
size=
"small"
type=
"danger"
style=
"margin-top:10px;"
>
选择文件
</el-button>
选择文件
</el-button>
</el-upload>
</el-upload>
</td>
</td>
</tr>
</tr>
</table>
</table>
<el-button
slot=
"reference"
<el-button
slot=
"reference"
style=
"background:#E95252; border-color:#E95252"
type=
"primary"
>
style=
"background:#E95252; border-color:#E95252"
icon=
"iconfont icon-suo"
type=
"primary"
>
批量上传手配书
批量上传手配书
</el-button>
</el-button>
</el-popover>
</el-popover>
</el-tooltip>
</el-tooltip>
<span
style=
"margin-top:6px;display:inline-block;"
>
{{$t('ground.dijiecaozuoxinxi')}}
</span>
</th>
</th>
<th
class=
"fz14"
colspan=
"17"
>
{{$t('ground.dijiecaozuoxinxi')}}
</th>
</tr>
</tr>
<tr>
<tr>
<th
width=
"120"
>
{{$t('hotel.table_CheckInDate')}}
</th>
<th
width=
"120"
>
{{$t('hotel.table_CheckInDate')}}
</th>
...
@@ -581,6 +594,7 @@
...
@@ -581,6 +594,7 @@
checkedsubIndex
:
''
,
checkedsubIndex
:
''
,
XiaoFeiTaxFee
:
0.1
,
XiaoFeiTaxFee
:
0.1
,
IsMoreUpdate
:
0
,
//批量上传手配书0-单个上传,1-批量上传
IsMoreUpdate
:
0
,
//批量上传手配书0-单个上传,1-批量上传
isShowPiliangPop
:
false
//是否显示批量上传popover
}
}
},
},
components
:
{
components
:
{
...
@@ -752,6 +766,7 @@
...
@@ -752,6 +766,7 @@
subItem
.
IsChecked
=
false
;
subItem
.
IsChecked
=
false
;
});
});
});
});
this
.
isShowPiliangPop
=
false
;
}
}
else
else
{
{
...
@@ -844,7 +859,6 @@
...
@@ -844,7 +859,6 @@
})
})
});
});
this
.
list
=
list
;
this
.
list
=
list
;
console
.
log
(
"this.list"
,
this
.
list
);
this
.
$forceUpdate
();
this
.
$forceUpdate
();
}
}
}
else
{
}
else
{
...
...
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