Commit 9bf658c1 authored by 黄奎's avatar 黄奎

页面修改

parent a75ed14b
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<template v-for="(childItem,childIndex) in subItem.HotelOrderList"> <template v-for="(childItem,childIndex) in subItem.HotelOrderList">
<tr> <tr>
<td v-if="childIndex==0" <td v-if="childIndex==0"
:rowspan="subItem.HotelOrderList.length>1?subItem.HotelOrderList.length*2:subItem.HotelOrderList.length+1" :rowspan="subItem.HotelOrderList.length>1?subItem.HotelOrderList.length*3:subItem.HotelOrderList.length+2"
style="text-align:center;"> style="text-align:center;">
{{subIndex+1}}<br /> {{subIndex+1}}<br />
{{subItem.UseTimeStr}} {{subItem.UseTimeStr}}
...@@ -121,12 +121,39 @@ ...@@ -121,12 +121,39 @@
</tr> </tr>
<tr> <tr>
<td colspan="4"> <td colspan="4">
<span style="display:inline-block;width:40px;vertical-align:top;">备注</span> <span style="display:inline-block;width:40px;vertical-align:top;">提示信息</span>
<span style="display:inline-block;width:400px;">{{childItem.Remarks}}</span></td> <span style="display:inline-block;width:400px;">{{childItem.Remarks}}</span></td>
</tr> </tr>
<tr>
<td>
提醒等级
</td>
<td>
<el-select class='w135 sel' v-model='childItem.SupplierToDmcHotelStatus'
:placeholder="$t('pub.pleaseSel')">
<el-option label='请选择' :value='0'></el-option>
<el-option label='一般提醒' :value='1'></el-option>
<el-option label='重要提醒' :value='2'></el-option>
</el-select>
</td>
<td>
对地接备注
</td>
<td>
<el-input type='textarea' class='w135' v-model='childItem.SupplierToDmcRemarks'>
</el-input>
</td>
</tr>
</template> </template>
</tbody> </tbody>
</template> </template>
<tfoot>
<tr>
<td colspan="5">
<input type="button" value="保存" @click="saveSupplierjourneyorder" class="normalBtn SaveR_Btn" />
</td>
</tr>
</tfoot>
</table> </table>
<a class="hotelLink" slot="reference" <a class="hotelLink" slot="reference"
@click="getHotelList(item.TCID,item.NewCombinationNum)">酒店使用情况</a> @click="getHotelList(item.TCID,item.NewCombinationNum)">酒店使用情况</a>
...@@ -137,7 +164,7 @@ ...@@ -137,7 +164,7 @@
<table> <table>
<tr> <tr>
<td class="SP_RemarkTitle"> <td class="SP_RemarkTitle">
备注: 对地接备注:
</td> </td>
<td> <td>
<el-input class='w320 SupplierRemarks' v-model='RemarkObj.SupplierToDmcRemarks' type='textarea'></el-input> <el-input class='w320 SupplierRemarks' v-model='RemarkObj.SupplierToDmcRemarks' type='textarea'></el-input>
...@@ -239,6 +266,11 @@ ...@@ -239,6 +266,11 @@
// this.queryLogMsg.total = res.data.data.count; // this.queryLogMsg.total = res.data.data.count;
// } // }
// }, err => {}) // }, err => {})
},
//保存信息
saveSupplierjourneyorder()
{
}, },
getList() { getList() {
this.loading = true; this.loading = true;
......
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