Commit ee2f4965 authored by 黄奎's avatar 黄奎

页面修改

parent c715bf5c
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
</el-select> </el-select>
</span> </span>
</li> </li>
<li> <li style="display:none;">
<span> <span>
<em>地接团号</em> <em>地接团号</em>
<el-input v-model='msg.CombinationNum'></el-input> <el-input v-model='msg.CombinationNum'></el-input>
...@@ -172,10 +172,10 @@ ...@@ -172,10 +172,10 @@
<span style="color:red;">地接-未操作</span> <span style="color:red;">地接-未操作</span>
</template> </template>
</td> </td>
<td> <td :rowspan="subItem.SubList.length" v-if='childIndex==0'>
<el-popover placement="right" width="540" trigger="click" v-model="subItem.isShowPop"> <el-popover placement="right" width="540" trigger="click" v-model="subItem.isShowPop">
<commonPriceHotelWork :ref="'commonPriceHotelWork_'+index+'_'+subIndex+'_'+childIndex+''" <commonPriceHotelWork :ref="'commonPriceHotelWork_'+index+'_'+subIndex+'_'+childIndex+''"
:DateStr="childItem.JourneyDate" :TCID="item.TCID" :DayNum="subItem.DayNum" :DateStr="childItem.JourneyDate" :TCID="item.TCID" :DayNum="subItem.DayNum" :TCNUM="item.TCNUM"
v-on:childPriceHotel="priceHotelList"> v-on:childPriceHotel="priceHotelList">
</commonPriceHotelWork> </commonPriceHotelWork>
<el-button size="small" type="danger" <el-button size="small" type="danger"
...@@ -488,7 +488,8 @@ ...@@ -488,7 +488,8 @@
parseInt(myDate.getMonth() + 1) + parseInt(myDate.getMonth() + 1) +
"-" + "-" +
myDate.getDate(); myDate.getDate();
this.msg.StartGroupDate = nowDate; //this.msg.StartGroupDate = nowDate;
this.msg.StartGroupDate='2019-12-05';
let width = window.innerWidth - 50; let width = window.innerWidth - 50;
let height = window.innerHeight - 65 - 164; let height = window.innerHeight - 65 - 164;
this.boxHeight = height; this.boxHeight = height;
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<template> <template>
<div class="commonPriceHotelWork"> <div class="commonPriceHotelWork">
<div class="Ck_hotelInfo"> <div class="Ck_hotelInfo">
<span style="color:red">{{DateStr}}</span> 酒店库存信息 <span style="color:red">{{TCNUM}}{{DateStr}}</span> 酒店库存信息
</div> </div>
<div class="cm_hotelTitle clearfix"> <div class="cm_hotelTitle clearfix">
<div style="float:left;"> <div style="float:left;">
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
</template> </template>
<script> <script>
export default { export default {
props: ["TCID", "DateStr","DayNum"], props: ["TCID", "DateStr","DayNum","TCNUM"],
data() { data() {
return { return {
loading:false, 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