Commit ed30c24b authored by 黄奎's avatar 黄奎

页面修改

parent 3331be32
...@@ -127,7 +127,6 @@ ...@@ -127,7 +127,6 @@
<tr> <tr>
<td width="70" style="text-align:center;" colspan="2"> <td width="70" style="text-align:center;" colspan="2">
<span style="color:green">{{subItem.NewHotelName}}</span> <span style="color:green">{{subItem.NewHotelName}}</span>
<!-- v-if="subItem.OPState!=1" -->
<el-popover placement="right" width="540" trigger="click" v-model="subItem.isShowPop"> <el-popover placement="right" width="540" trigger="click" v-model="subItem.isShowPop">
<comCheckHotel :ref="'comCheckHotel'+index+subIndex+''" v-on:childHotel="childHotelList" <comCheckHotel :ref="'comCheckHotel'+index+subIndex+''" v-on:childHotel="childHotelList"
:UseDate="item.UseTimeStr"> :UseDate="item.UseTimeStr">
...@@ -138,9 +137,6 @@ ...@@ -138,9 +137,6 @@
酒店选择 酒店选择
</el-button> </el-button>
</el-popover> </el-popover>
<!-- <template v-else>
<br /> <span class="Hotel_red">OP-指定,不能更换酒店.</span>
</template> -->
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -373,13 +369,6 @@ ...@@ -373,13 +369,6 @@
<div slot="reference" class="w80" style="cursor:pointer;text-decoration:underline;" <div slot="reference" class="w80" style="cursor:pointer;text-decoration:underline;"
@click="GetHotelLog(subItem,index,subIndex)">日志</div> @click="GetHotelLog(subItem,index,subIndex)">日志</div>
</el-popover> </el-popover>
<br />
<!-- <el-popover width="700" trigger="click" popper-class="DMC_HotelPop">
<commonPHInfo :name='"dmccomPriceHotelInfo"+index+subIndex'
:ref='"dmccomPriceHotelInfo"+index+subIndex'></commonPHInfo>
<span slot="reference" class="price" style="cursor:pointer;text-decoration:underline;"
@click="GetHotelUsePriceList(subItem.HotelId,item.UseTimeStr,index,subIndex)">库存情况</span>
</el-popover> -->
</td> </td>
</tr> </tr>
</template> </template>
...@@ -471,7 +460,7 @@ ...@@ -471,7 +460,7 @@
if (objData.list && objData.list.length > 0) { if (objData.list && objData.list.length > 0) {
var str = ""; var str = "";
objData.list.forEach((cItem, cIndex) => { objData.list.forEach((cItem, cIndex) => {
str += (cIndex == 0 ? "" : ",") + cItem.TCNUM + "使用了" + cItem.LastUseNum+"间"; str += (cIndex == 0 ? "" : ",") + cItem.TCNUM + "使用了" + cItem.LastUseNum + "间";
}); });
if (str != "") { if (str != "") {
this.Info(str); this.Info(str);
...@@ -479,7 +468,7 @@ ...@@ -479,7 +468,7 @@
} }
} }
//库存充足或没有酒店库存的情况 //库存充足或没有酒店库存的情况
else if(objData.isOverStock == 1||objData.isOverStock == -1){ else if (objData.isOverStock == 1 || objData.isOverStock == -1) {
this.list[this.findex].HotelOrderList[this.childIndex].Address = ckedObj.Address; this.list[this.findex].HotelOrderList[this.childIndex].Address = ckedObj.Address;
this.list[this.findex].HotelOrderList[this.childIndex].NewHotelName = ckedObj.Name; this.list[this.findex].HotelOrderList[this.childIndex].NewHotelName = ckedObj.Name;
this.list[this.findex].HotelOrderList[this.childIndex].Tel = ckedObj.Tel; this.list[this.findex].HotelOrderList[this.childIndex].Tel = ckedObj.Tel;
......
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