Commit a9882a51 authored by 黄奎's avatar 黄奎

页面修改

parent 991d1987
...@@ -444,42 +444,42 @@ ...@@ -444,42 +444,42 @@
<div class="TPright"> <div class="TPright">
<div class="TP_noneed"> <div class="TP_noneed">
<el-checkbox v-model="priceData.IsSupportChildren" :true-label="CheckedVaule" <el-checkbox v-model="priceData.IsSupportChildren" :true-label="CheckedVaule"
:false-label="UnCheckedVaule">支持儿童出游 :false-label="UnCheckedVaule" :class="{'showOther':TeamType==3}">支持儿童出游
</el-checkbox> </el-checkbox>
<el-checkbox style="display:none;" v-model="priceData.IsBookTeam" :true-label="CheckedVaule" <el-checkbox style="display:none;" v-model="priceData.IsBookTeam" :true-label="CheckedVaule"
v-if="PostConfig.LineId==14" :false-label="UnCheckedVaule">订团 v-if="PostConfig.LineId==14" :false-label="UnCheckedVaule">订团
</el-checkbox> </el-checkbox>
<el-checkbox v-model="priceData.IsLessPrice" :true-label="CheckedVaule" <el-checkbox v-model="priceData.IsLessPrice" :true-label="CheckedVaule"
:false-label="UnCheckedLessPrice">可少价 :false-label="UnCheckedLessPrice" :class="{'showOther':TeamType==3}">可少价
</el-checkbox> </el-checkbox>
<input type="button" class="normalBtn" value="酒店使用情况" @click="outerVisible=true" <input type="button" class="normalBtn" value="酒店使用情况" @click="outerVisible=true"
v-if="PostConfig.LineId==14 && priceData.PriceHotelList&&priceData.PriceHotelList.length>0" /> v-if="PostConfig.LineId==14 && priceData.PriceHotelList&&priceData.PriceHotelList.length>0" />
</div> </div>
<el-form-item prop="B2BMemberPrice"> <el-form-item prop="B2BMemberPrice" :class="{'showOther':TeamType==3}">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.B2BMemberPrice" <el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.B2BMemberPrice"
@keyup.native="checkPrice(priceData,'B2BMemberPrice')"> @keyup.native="checkPrice(priceData,'B2BMemberPrice')">
<template slot="prepend">同行会员</template> <template slot="prepend">同行会员</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="B2BPrice"> <el-form-item prop="B2BPrice" :class="{'showOther':TeamType==3}">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.B2BPrice" <el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.B2BPrice"
@keyup.native="checkPrice(priceData,'B2BPrice')"> @keyup.native="checkPrice(priceData,'B2BPrice')">
<template slot="prepend">同行</template> <template slot="prepend">同行</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="B2CMemberPrice"> <el-form-item prop="B2CMemberPrice" :class="{'showOther':TeamType==3}">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.B2CMemberPrice" <el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.B2CMemberPrice"
@keyup.native="checkPrice(priceData,'B2CMemberPrice')"> @keyup.native="checkPrice(priceData,'B2CMemberPrice')">
<template slot="prepend">直客会员</template> <template slot="prepend">直客会员</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="B2CPrice"> <el-form-item prop="B2CPrice" :class="{'showOther':TeamType==3}">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.B2CPrice" <el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.B2CPrice"
@keyup.native="checkPrice(priceData,'B2CPrice')"> @keyup.native="checkPrice(priceData,'B2CPrice')">
<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" :class="{'showOther':TeamType==3}">
<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>
...@@ -491,7 +491,7 @@ ...@@ -491,7 +491,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 :class="{'showOther':TeamType==3}">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.TipAmount" <el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.TipAmount"
@keyup.native="checkPrice(priceData,'TipAmount')"> @keyup.native="checkPrice(priceData,'TipAmount')">
<template slot="prepend">人头小费</template> <template slot="prepend">人头小费</template>
...@@ -512,13 +512,13 @@ ...@@ -512,13 +512,13 @@
<template slot="prepend">儿童占床</template> <template slot="prepend">儿童占床</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="BabyChargePrice"> <el-form-item prop="BabyChargePrice" :class="{'showOther':TeamType==3}">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.BabyChargePrice" <el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.BabyChargePrice"
@keyup.native="checkPrice(priceData,'BabyChargePrice')"> @keyup.native="checkPrice(priceData,'BabyChargePrice')">
<template slot="prepend">儿童附加费</template> <template slot="prepend">儿童附加费</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="OldManChargePrice"> <el-form-item prop="OldManChargePrice" :class="{'showOther':TeamType==3}">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.OldManChargePrice" <el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.OldManChargePrice"
@keyup.native="checkPrice(priceData,'OldManChargePrice')"> @keyup.native="checkPrice(priceData,'OldManChargePrice')">
<template slot="prepend">老人附加费</template> <template slot="prepend">老人附加费</template>
...@@ -536,13 +536,13 @@ ...@@ -536,13 +536,13 @@
<template slot="prepend">单房差</template> <template slot="prepend">单房差</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="SafeMoney"> <el-form-item prop="SafeMoney" :class="{'showOther':TeamType==3}">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.SafeMoney" <el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.SafeMoney"
@keyup.native="checkInteger(priceData,'SafeMoney')"> @keyup.native="checkInteger(priceData,'SafeMoney')">
<template slot="prepend">保险</template> <template slot="prepend">保险</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="OtherPrice"> <el-form-item prop="OtherPrice" :class="{'showOther':TeamType==3}">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.OtherPrice" <el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.OtherPrice"
@keyup.native="checkPrice(priceData,'OtherPrice')"> @keyup.native="checkPrice(priceData,'OtherPrice')">
<template slot="prepend">杂费</template> <template slot="prepend">杂费</template>
...@@ -562,7 +562,7 @@ ...@@ -562,7 +562,7 @@
<template slot="prepend">儿童不占床</template> <template slot="prepend">儿童不占床</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item prop="BackVisaPrice"> <el-form-item prop="BackVisaPrice" :class="{'showOther':TeamType==3}">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.BackVisaPrice" <el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.BackVisaPrice"
@keyup.native="checkInteger(priceData,'BackVisaPrice')"> @keyup.native="checkInteger(priceData,'BackVisaPrice')">
<template slot="prepend">退签证费</template> <template slot="prepend">退签证费</template>
...@@ -603,7 +603,7 @@ ...@@ -603,7 +603,7 @@
<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" :class="{'showOther':TeamType==3}">送签时间</span>
<el-form-item prop="SendVisaTime" style="margin-top:1px;"> <el-form-item prop="SendVisaTime" style="margin-top:1px;">
<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>
...@@ -624,19 +624,19 @@ ...@@ -624,19 +624,19 @@
<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" :class="{'showOther':TeamType==3}">
<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" :class="{'showOther':TeamType==3}">
<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" :class="{'showOther':TeamType==3}">头等舱/下铺</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item :class="{'showOther':TeamType==3}">
<el-input placeholder="人数" class="w190" v-model="priceData.Inventory"> <el-input placeholder="人数" class="w190" v-model="priceData.Inventory">
<template slot="prepend">最低成团人数</template> <template slot="prepend">最低成团人数</template>
</el-input> </el-input>
...@@ -646,7 +646,7 @@ ...@@ -646,7 +646,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 :class="{'showOther':TeamType==3}">
<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)">
...@@ -721,12 +721,12 @@ ...@@ -721,12 +721,12 @@
</div> </div>
</div> </div>
<div class="clearfix"> <div class="clearfix" :class="{'showOther':TeamType==3}">
<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="_TravelPricePopover" trigger="click"> <el-popover popper-class="_TravelPricePopover" trigger="click">
<div> <div>
<div style="margin-bottom:20px;"> <div style="margin-bottom:20px;">
...@@ -855,7 +855,7 @@ ...@@ -855,7 +855,7 @@
<div class="TPNotice">注:以上报价均会根据客户所选类型做价差处理</div> <div class="TPNotice">注:以上报价均会根据客户所选类型做价差处理</div>
</div> </div>
</div> </div>
<TravelPriceFlightList @headCallBack="setDisDirectFlight" ref="TravelFlightList" :priceData="priceData" <TravelPriceFlightList :class="{'showOther':TeamType==3}" @headCallBack="setDisDirectFlight" ref="TravelFlightList" :priceData="priceData"
:AirTicketId="priceData.AirTicketId" :DeleteAirticketIds="priceData.DeleteAirticketIds" :AirTicketId="priceData.AirTicketId" :DeleteAirticketIds="priceData.DeleteAirticketIds"
:selectFilghtList="selectFilghtList"></TravelPriceFlightList> :selectFilghtList="selectFilghtList"></TravelPriceFlightList>
</div> </div>
...@@ -1159,7 +1159,7 @@ ...@@ -1159,7 +1159,7 @@
BackSafeMoney: 0, BackSafeMoney: 0,
ContractUrl: "", ContractUrl: "",
ContractArray: [], ContractArray: [],
OutBranchId: 0, OutBranchId: 1218,//日本和平分公司
GatherTime: "", GatherTime: "",
GatherAddress: "", GatherAddress: "",
AdImage: "", AdImage: "",
......
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