Commit c44cba2a authored by zhengke's avatar zhengke

增加批量上传手配书

parent 078c715d
...@@ -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')}}&nbsp;&nbsp;{{$t('leader.leader_Leader')}}:{{LeaderName}} &nbsp;&nbsp;{{$t('leader.leader_Guide')}}:{{GuideName}}. <th class="fz14" colspan="5">{{$t('visa.v_teaminfo')}}&nbsp;&nbsp;{{$t('leader.leader_Leader')}}:{{LeaderName}} &nbsp;&nbsp;{{$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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment