Commit aa776075 authored by zhengke's avatar zhengke

修改定房管理

parent 7839d173
...@@ -68,8 +68,8 @@ ...@@ -68,8 +68,8 @@
<th width="60">{{$t('Airticket.Air_segment')}}</th> <th width="60">{{$t('Airticket.Air_segment')}}</th>
<th width="80">{{$t('system.query_flightNum')}}</th> <th width="80">{{$t('system.query_flightNum')}}</th>
<th width="150">起飞时间</th> <th width="150">起飞时间</th>
<th width="80">到达时间</th> <th width="150">到达时间</th>
<th width="100">经停城市</th> <th width="80">经停城市</th>
</tr> </tr>
<tr v-for="(ds,din) in item.FlightList" :key="din" style="text-align:center;"> <tr v-for="(ds,din) in item.FlightList" :key="din" style="text-align:center;">
<td class="_d_name _color_666"> <td class="_d_name _color_666">
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
</tr> </tr>
</table> </table>
<el-button slot="reference" class="normalBtn mt5" <el-button slot="reference" class="normalBtn mt5"
style='height:24px; padding: 0 10px; background: #2AAEF2; border-color: #2AAEF2;'>详情</el-button> style='height:24px; padding: 0 10px; background: #2AAEF2; border-color: #2AAEF2;color:#fff;'>详情</el-button>
</el-popover> </el-popover>
</div> </div>
</td> </td>
...@@ -291,17 +291,17 @@ ...@@ -291,17 +291,17 @@
} }
this.list.forEach(outItem => { this.list.forEach(outItem => {
outItem.StaticsReportList.forEach(item => { outItem.StaticsReportList.forEach(item => {
//item.CommonReport['valueLength'] = item.CommonReport.HotelOrderListReport.length item.CommonReport['valueLength'] = item.CommonReport.HotelOrderListReport.length
// if (item.CommonReport.HotelOrderListReport.length < res.data.data.pageData.columnsCount) { if (item.CommonReport.HotelOrderListReport.length < res.data.data.pageData.columnsCount) {
// let _cha = res.data.data.pageData.columnsCount - item.CommonReport.HotelOrderListReport.length let _cha = res.data.data.pageData.columnsCount - item.CommonReport.HotelOrderListReport.length
// let _chaArr = new Array() let _chaArr = new Array()
// for (let i = 0; i < _cha; i++) { for (let i = 0; i < _cha; i++) {
// _chaArr.push({ _chaArr.push({
// 'HotelName': '' 'HotelName': ''
// }) })
// } }
// item.CommonReport.HotelOrderListReport = item.CommonReport.HotelOrderListReport.concat(_chaArr) item.CommonReport.HotelOrderListReport = item.CommonReport.HotelOrderListReport.concat(_chaArr)
// } }
}) })
}) })
...@@ -320,7 +320,6 @@ ...@@ -320,7 +320,6 @@
y.colNum = 9+y.CommonReport.newHotel.length; y.colNum = 9+y.CommonReport.newHotel.length;
}) })
}) })
console.log("this.list2",this.list);
} else { } else {
this.loading = false this.loading = false
this.$message.error(res.data.message) this.$message.error(res.data.message)
......
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