Commit 99e57947 authored by zhengke's avatar zhengke

修改roomquery

parent 6baee652
...@@ -100,16 +100,16 @@ ...@@ -100,16 +100,16 @@
</div> </div>
</transition> </transition>
<el-dialog custom-class='w800' title="酒店信息" :visible.sync="hotelUseDetail" center> <el-dialog custom-class='w1006' :title='"【"+NewCombinationNum+"】"+"酒店信息"' :visible.sync="hotelUseDetail" center>
<table class="rq_HotelTable" v-loading="hotelLoading"> <table class="rq_HotelTable" v-loading="hotelLoading">
<tr> <tr>
<th width="130"> <th width="120">
时间 时间
</th> </th>
<th width="150"> <th width="150">
酒店 酒店
</th> </th>
<th width="250"> <th width="300">
价格 价格
</th> </th>
<th width="100"> <th width="100">
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<td> <td>
<template v-if="(childItem.DMCState==1 || childItem.OPState==1) && childItem.SupplierId!=UserInfo.SupplierId"></template> <template v-if="(childItem.DMCState==1 || childItem.OPState==1) && childItem.SupplierId!=UserInfo.SupplierId"></template>
<template v-else> <template v-else>
<textarea class="w135" cols="25" rows="5" v-model='childItem.SupplierToDmcRemarks'></textarea> <textarea class="w135" cols="25" rows="3" v-model='childItem.SupplierToDmcRemarks'></textarea>
</template> </template>
</td> </td>
<td style="text-align:center;"> <td style="text-align:center;">
...@@ -184,16 +184,19 @@ ...@@ -184,16 +184,19 @@
<div v-if='LogsList.length>0' v-for="(item,index) in LogsList" :key="index"> <div v-if='LogsList.length>0' v-for="(item,index) in LogsList" :key="index">
<div class="clearfix"> <div class="clearfix">
<div class="Auditcircle" style="left: 6px!important;"></div> <div class="Auditcircle" style="left: 6px!important;"></div>
<div class="operateName" style="color:#005CAA;">{{item.emName}}</div> <div class="operateName" style="color:#005CAA;font-size:12px;">{{item.CreateTimeStr}}</div>
<div class="operateDate fz12 color666">{{item.x}}</div> <!-- <div class="operateDate fz12 color666">{{item.x}}</div> -->
</div> </div>
<div class="fz12 color333">{{item.logInfo}}</div> <div class="fz12 color333">{{item.Remarks}}</div>
</div> </div>
<div v-if='LogsList.length==0'>暂无数据</div> <div v-if='LogsList.length==0'>暂无数据</div>
</div> </div>
</div> </div>
<el-button slot="reference" @click='getLogsList(childItem.TCID,childItem.HotelId,subItem.UseTimeStr)' type="primary" <template v-if="(childItem.DMCState==1 || childItem.OPState==1) && childItem.SupplierId!=UserInfo.SupplierId"></template>
style='background:#47BF8C; border-color:#47BF8C;padding:5px;' icon="iconfont icon-rizhi1"></el-button> <template v-else>
<el-button slot="reference" @click='getLogsList(childItem.TCID,childItem.HotelId,subItem.UseTimeStr)' type="primary"
style='background:#47BF8C; border-color:#47BF8C;padding:5px;' icon="iconfont icon-rizhi1"></el-button>
</template>
</el-popover> </el-popover>
</el-tooltip> </el-tooltip>
</td> </td>
...@@ -215,7 +218,7 @@ ...@@ -215,7 +218,7 @@
<input type="button" value="保存" @click="saveSupplierjourneyorder(HotelList)" class="normalBtn" /> <input type="button" value="保存" @click="saveSupplierjourneyorder(HotelList)" class="normalBtn" />
</div> </div>
</el-dialog> </el-dialog>
<el-dialog custom-class='w500' title="对地接备注" :visible.sync="dijieDialog" center> <el-dialog custom-class='w500' style="margin-top:18vh" :title='"【"+NewCombinationNum+"】"+"对地接备注"' :visible.sync="dijieDialog" center>
<table> <table>
<tr> <tr>
<td class="SP_RemarkTitle"> <td class="SP_RemarkTitle">
...@@ -243,6 +246,7 @@ ...@@ -243,6 +246,7 @@
hotelLoading: false, hotelLoading: false,
hotelUseDetail:false, hotelUseDetail:false,
dijieDialog:false, dijieDialog:false,
NewCombinationNum:'',
total: 0, total: 0,
top:0, top:0,
msg: { msg: {
...@@ -353,6 +357,7 @@ ...@@ -353,6 +357,7 @@
}, },
//获取酒店列表 //获取酒店列表
getHotelList(TCID, NewCombinationNum) { getHotelList(TCID, NewCombinationNum) {
this.NewCombinationNum = NewCombinationNum;
this.hotelLoading = true; this.hotelLoading = true;
this.HotelList = []; this.HotelList = [];
var qMsg = { var qMsg = {
...@@ -371,6 +376,7 @@ ...@@ -371,6 +376,7 @@
}, },
//获取点击备注 //获取点击备注
getClickItem(item) { getClickItem(item) {
this.NewCombinationNum = item.NewCombinationNum;
this.RemarkObj.TCID = item.TCID; this.RemarkObj.TCID = item.TCID;
this.RemarkObj.SupplierToDmcRemarks = item.SupplierToDmcRemarks; this.RemarkObj.SupplierToDmcRemarks = item.SupplierToDmcRemarks;
}, },
...@@ -714,5 +720,12 @@ ...@@ -714,5 +720,12 @@
.AuditLog { .AuditLog {
margin-left:15px; margin-left:15px;
} }
.Auditcircle {
position: absolute;
width: 10px;
height: 10px;
left: 16px;
background-color: #e95252;
border-radius: 50%;
}
</style> </style>
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