Commit a432fdcd authored by 黄奎's avatar 黄奎

页面修改

parent f1052d61
...@@ -426,10 +426,10 @@ ...@@ -426,10 +426,10 @@
<el-checkbox v-model="priceData.IsSupportChildren" :true-label="CheckedVaule" <el-checkbox v-model="priceData.IsSupportChildren" :true-label="CheckedVaule"
:false-label="UnCheckedVaule">支持儿童出游 :false-label="UnCheckedVaule">支持儿童出游
</el-checkbox> </el-checkbox>
<el-checkbox v-model="priceData.IsBookTeam" :true-label="CheckedVaule" v-if="PostConfig.LineId==14" <el-checkbox v-model="priceData.IsBookTeam" :true-label="CheckedVaule" v-if="PostConfig.LineId==14" style="display:none;"
:false-label="UnCheckedVaule">订团 :false-label="UnCheckedVaule">订团
</el-checkbox> </el-checkbox>
<input type="button" class="normalBtn" value="酒店使用情况" @click="outerVisible=true" v-if="PostConfig.LineId==14 && priceData.PriceHotelList&&priceData.PriceHotelList.length>0" /> <input type="button" style="display:none;" class="normalBtn" value="酒店使用情况" @click="outerVisible=true" v-if="PostConfig.LineId==14 && priceData.PriceHotelList&&priceData.PriceHotelList.length>0" />
</div> </div>
<el-form-item prop="B2BMemberPrice"> <el-form-item prop="B2BMemberPrice">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.B2BMemberPrice" <el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.B2BMemberPrice"
...@@ -455,13 +455,13 @@ ...@@ -455,13 +455,13 @@
<template slot="prepend">直客</template> <template slot="prepend">直客</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="BabyPrice"> <el-form-item prop="BabyPrice" style="display:none;">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.BabyPrice" <el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.BabyPrice"
@keyup.native="checkInteger(priceData,'BabyPrice')"> @keyup.native="checkInteger(priceData,'BabyPrice')">
<template slot="prepend">婴儿</template> <template slot="prepend">婴儿</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item style="display:none;">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.SingleDMCPrice" <el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.SingleDMCPrice"
@keyup.native="checkPrice(priceData,'SingleDMCPrice')"> @keyup.native="checkPrice(priceData,'SingleDMCPrice')">
<template slot="prepend">单地接</template> <template slot="prepend">单地接</template>
...@@ -469,7 +469,7 @@ ...@@ -469,7 +469,7 @@
</el-form-item> </el-form-item>
</div> </div>
</div> </div>
<div class="clearfix"> <div class="clearfix" style="display:none;">
<div class="leftSetInfo"> <div class="leftSetInfo">
<span class="TPbaseSet">其他报价设置</span> <span class="TPbaseSet">其他报价设置</span>
<span class="TPsecondTitle">增收</span> <span class="TPsecondTitle">增收</span>
...@@ -519,7 +519,7 @@ ...@@ -519,7 +519,7 @@
</el-form-item> </el-form-item>
</div> </div>
</div> </div>
<div class="clearfix"> <div class="clearfix" style="display:none;">
<div class="leftSetInfo"> <div class="leftSetInfo">
<span class="TPbaseSet"></span> <span class="TPbaseSet"></span>
<span class="TPsecondTitle">减免</span> <span class="TPsecondTitle">减免</span>
...@@ -565,8 +565,8 @@ ...@@ -565,8 +565,8 @@
<template slot="prepend">自动清位</template> <template slot="prepend">自动清位</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<span class="TP_Sendprepend">送签时间</span> <span class="TP_Sendprepend" style="display:none;">送签时间</span>
<el-form-item prop="SendVisaTime" style="margin-top:1px;"> <el-form-item prop="SendVisaTime" style="margin-top:1px;display:none;">
<el-date-picker clearable class="w150" v-model="priceData.SendVisaTime" type="date" <el-date-picker clearable class="w150" v-model="priceData.SendVisaTime" type="date"
value-format="yyyy-MM-dd" :placeholder="$t('admin.admin_choDate')"></el-date-picker> value-format="yyyy-MM-dd" :placeholder="$t('admin.admin_choDate')"></el-date-picker>
</el-form-item> </el-form-item>
...@@ -583,16 +583,16 @@ ...@@ -583,16 +583,16 @@
<el-form-item prop="YSeat"> <el-form-item prop="YSeat">
<el-input placeholder="人数" class="w190" v-model="priceData.YSeat" <el-input placeholder="人数" class="w190" v-model="priceData.YSeat"
@keyup.native="checkInteger(priceData,'YSeat')"> @keyup.native="checkInteger(priceData,'YSeat')">
<template slot="prepend">经济舱/上铺</template> <template slot="prepend">座位数</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="CSeat"> <el-form-item prop="CSeat" style="display:none">
<el-input placeholder="人数" class="w260" v-model="priceData.CSeat" <el-input placeholder="人数" class="w260" v-model="priceData.CSeat"
@keyup.native="checkInteger(priceData,'CSeat')"> @keyup.native="checkInteger(priceData,'CSeat')">
<template slot="prepend">商务舱/中铺</template> <template slot="prepend">商务舱/中铺</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="FSeat"> <el-form-item prop="FSeat" style="display:none">
<el-input placeholder="人数" class="w290" v-model="priceData.FSeat" <el-input placeholder="人数" class="w290" v-model="priceData.FSeat"
@keyup.native="checkInteger(priceData,'FSeat')"> @keyup.native="checkInteger(priceData,'FSeat')">
<template slot="prepend">头等舱/下铺</template> <template slot="prepend">头等舱/下铺</template>
...@@ -608,7 +608,7 @@ ...@@ -608,7 +608,7 @@
<template slot="prepend">领队人数</template> <template slot="prepend">领队人数</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item style="display:none;">
<el-input placeholder="可销售机票数量" class="w290" v-model="priceData.CanSellTicketNum" maxlength="2" <el-input placeholder="可销售机票数量" class="w290" v-model="priceData.CanSellTicketNum" maxlength="2"
@keyup.native="checkInteger(priceData,'CanSellTicketNum')" @keyup.native="checkInteger(priceData,'CanSellTicketNum')"
@change="CheckSellTicketNum(priceData)"> @change="CheckSellTicketNum(priceData)">
...@@ -639,7 +639,7 @@ ...@@ -639,7 +639,7 @@
<template slot="prepend">集合标识</template> <template slot="prepend">集合标识</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item style="display:none;">
<el-input placeholder="请输入" class="w460 ComSeat" v-model="priceData.AirportService"> <el-input placeholder="请输入" class="w460 ComSeat" v-model="priceData.AirportService">
<template slot="prepend">机场服务</template> <template slot="prepend">机场服务</template>
</el-input> </el-input>
...@@ -648,10 +648,10 @@ ...@@ -648,10 +648,10 @@
<div class="clearfix"> <div class="clearfix">
<div class="leftSetInfo"> <div class="leftSetInfo">
<span class="TPbaseSet"></span> <span class="TPbaseSet"></span>
<span class="TPsecondTitle">机票绑定</span> <span class="TPsecondTitle">销售公司</span>
</div> </div>
<div class="TPright clearfix"> <div class="TPright clearfix">
<el-popover popper-class="_TravelPriceDetails" trigger="click"> <el-popover popper-class="_TravelPriceDetails" trigger="click" style="display:none;">
<div> <div>
<div style="margin-bottom:20px;"> <div style="margin-bottom:20px;">
开始日期 开始日期
...@@ -996,7 +996,7 @@ ...@@ -996,7 +996,7 @@
GatherTag: "", //集合标识 GatherTag: "", //集合标识
AirportService: "", //机场服务 AirportService: "", //机场服务
//可销售机票数量 //可销售机票数量
CanSellTicketNum: 2, CanSellTicketNum: 0,
//是否订团,0-不订,1需要订 //是否订团,0-不订,1需要订
IsBookTeam: 0, IsBookTeam: 0,
//是否重新生成行程数据 //是否重新生成行程数据
......
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