Commit ee2f4965 authored by 黄奎's avatar 黄奎

页面修改

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