Commit 5765c07e authored by zhengke's avatar zhengke

优化

parent 5d8d4951
......@@ -37,7 +37,14 @@
.GD_comPad {
padding: 0 !important;
}
.groundLastTable{
margin:20px 0;
font-size:12px;
}
.gdBtn{
position: relative;
top:-45px;
}
</style>
<template>
......@@ -128,7 +135,7 @@
<td>{{item.BusNum}}</td>
<td>{{item.DriverName}}</td>
<td>{{item.DriverTel}}</td>
<td>{{item.Remarks}}</td>
<td width="300">{{item.Remarks}}</td>
</tr>
</table>
<table class="GOd_Table" border="0" cellspacing="0" cellpadding="0">
......@@ -143,7 +150,7 @@
<th width="80">实际用房数</th>
<th width="80">联系电话</th>
<th width="200">地址</th>
<th width="100">备注</th>
<th width="200">备注</th>
</tr>
<tbody v-for="item in DMCStaticsCommon.HotelOrderListReport">
<tr v-for="subItem in item.HotelOrderList">
......@@ -154,7 +161,7 @@
<td>{{DMCStaticsCommon.HouseStatistics.RealityRoomNum}}</td>
<td>{{subItem.Tel}}</td>
<td style="text-align:left;">{{subItem.Address}}</td>
<td>{{subItem.Remarks}}</td>
<td style="text-align:left;">{{subItem.Remarks}}</td>
</tr>
</tbody>
</table>
......@@ -183,7 +190,7 @@
<td>{{DMCStaticsCommon.HouseStatistics.RealityNum>0?(DMCStaticsCommon.HouseStatistics.RealityNum-1):0}}+1</td>
<td>{{subItem.Tel}}</td>
<td style="text-align:left;">{{subItem.Address}}</td>
<td>{{subItem.Remarks}}</td>
<td style="text-align:left;">{{subItem.Remarks}}</td>
</tr>
</tbody>
</table>
......@@ -193,11 +200,11 @@
</tr>
<tr>
<th>游览时间</th>
<th>景点名称</th>
<th width="400">景点名称</th>
<th>总人数</th>
<th>联系电话</th>
<th width="250">地址</th>
<th width="100">备注</th>
<th width="300">地址</th>
<th width="200">备注</th>
</tr>
<tbody v-for="item in DMCStaticsCommon.ScenicList">
<tr v-for="subItem in item.ScenicStatisticsList">
......@@ -206,7 +213,7 @@
<td>{{DMCStaticsCommon.HouseStatistics.RealityNum>0?(DMCStaticsCommon.HouseStatistics.RealityNum-1):0}}+1</td>
<td>{{subItem.Tel}}</td>
<td style="text-align:left;">{{subItem.Address}}</td>
<td>{{subItem.Remarks}}</td>
<td style="text-align:left;">{{subItem.Remarks}}</td>
</tr>
</tbody>
</table>
......@@ -254,20 +261,16 @@
</tr>
</table>
<table>
<table class="groundLastTable">
<tr>
<td>
注意事项:
<td style="vertical-align:top;">
注意事项
</td>
<td>
<el-input v-model="PostConfig.PlanDescription" type="textarea" :autosize="{minRows: 3, maxRows: 3 }"
<el-input v-model="PostConfig.PlanDescription" type="textarea" class="w700" :autosize="{minRows: 3, maxRows: 3 }"
resize="none" placeholder="注意事项" maxlength="300"></el-input>
</td>
</tr>
<tr>
<td colspan="2">
<input type="button" class="leader2Btn" @click="UpdateLeaderPay" value="保存" />
<input type="button" class="leader2Btn" @click="DownLoadLeaderPay" value="下载" />
<input type="button" class="normalBtn gdBtn" @click="UpdateLeaderPay" value="保存" />
<input type="button" class="normalBtn gdBtn" @click="DownLoadLeaderPay" value="下载" />
</td>
</tr>
</table>
......@@ -296,7 +299,6 @@
TCIDs: "",
PlanDescription: ""
},
Loading: false
};
},
methods: {
......@@ -368,11 +370,9 @@
NewCombinationNum: '',
uid: this.getLocalStorage().EmployeeId
};
this.Loading = true;
let fileName = "导游计划表" + this.$commonUtils.getCurrentDate() + ".xls";
this.GetLocalFile("dmcstatistics_get_DwonLoadLeaderapply", qMsg, fileName,
this.GetLocalFile("dmcstatistics_get_DwonLoadLeaderapply", msg, fileName,
res => {
this.Loading = false;
});
}
},
......
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