Commit 5765c07e authored by zhengke's avatar zhengke

优化

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