Commit ecef35a0 authored by 沈良进's avatar 沈良进

save

parent ac70a43a
...@@ -126,11 +126,11 @@ ...@@ -126,11 +126,11 @@
@keyup.native="checkInteger(queryMsg,'PeopleNumber'),getchange()"></el-input> @keyup.native="checkInteger(queryMsg,'PeopleNumber'),getchange()"></el-input>
<i class="iconfont icon-img_haha" style="cursor:pointer;" @click="addPeoNunber"></i> <i class="iconfont icon-img_haha" style="cursor:pointer;" @click="addPeoNunber"></i>
</el-form-item> </el-form-item>
<div colspan="14" style="color: #f12121;font-weigth: bold;">填入人数后请点击"+"</div>
</td> </td>
</tr> </tr>
</thead> </thead>
<tr> <tr>
<td colspan="14"></td>
</tr> </tr>
<tr> <tr>
<td rowspan="2" style="width:100px" class="CP_ComTitle2 CostcomCenter">Day</td> <td rowspan="2" style="width:100px" class="CP_ComTitle2 CostcomCenter">Day</td>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
:dayCostPrice="dayCostPriceList" :otherPrice="otherPrice" :teamPrice="teamPrice" :LineList="LineList" :dayCostPrice="dayCostPriceList" :otherPrice="otherPrice" :teamPrice="teamPrice" :LineList="LineList"
:CostCurrencyList="CostCurrencyList" :CostNumberList="CostNumberList" :CostCurrencyList="CostCurrencyList" :CostNumberList="CostNumberList"
:CurrencyNumberListExt="CurrencyNumberListExt"></DirectQuotation> :CurrencyNumberListExt="CurrencyNumberListExt"></DirectQuotation>
<div class="btnFixedDiv"> <div class="btnFixedDiv" v-if="haveData">
<div class="toTop"> <div class="toTop">
<i class="iconfont icon-huidaodingbu"></i> <i class="iconfont icon-huidaodingbu"></i>
</div> </div>
......
...@@ -109,9 +109,9 @@ ...@@ -109,9 +109,9 @@
<div class="commonContent" v-loading="loading"> <div class="commonContent" v-loading="loading">
<ul class="_content"> <ul class="_content">
<li v-for="item in dataList" :key="item.subCode" :data-id="item.ID" style="padding:0 10px;"> <li v-for="item in dataList" :key="item.subCode" :data-id="item.ID" style="padding:0 10px;">
<div class="_left" style="padding:0;flex:0.3;display:flex;"> <div class="_left" style="padding:0;display:flex;">
<div class="QT_CodeNum"> <div class="QT_CodeNum">
<div class="QT_CodeNum" v-if="item.TCNUMS"> <div v-if="item.TCNUMS">
团号:{{item.TCNUMS}} 团号:{{item.TCNUMS}}
</div> </div>
{{$t('hotel.hotel_SerialNumber')}}{{item.ID}} {{$t('hotel.hotel_SerialNumber')}}{{item.ID}}
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
@click="goMakeQuo('QuotationNewPrice',item.ID, item.TeamType)"> @click="goMakeQuo('QuotationNewPrice',item.ID, item.TeamType)">
<el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top-start" <el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top-start"
popper-class="max-w250"> popper-class="max-w250">
<i class="iconfont icon-bianji-smal"></i>111111 <i class="iconfont icon-bianji-smal"></i>
</el-tooltip> </el-tooltip>
</span> </span>
<!-- v-if="item.TravelState!=3" --> <!-- v-if="item.TravelState!=3" -->
......
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