Commit 2ff3c198 authored by zhengke's avatar zhengke

修改

parent f1dacd08
...@@ -550,6 +550,20 @@ ...@@ -550,6 +550,20 @@
</el-form-item> </el-form-item>
</div> </div>
</div> </div>
<div class="clearfix">
<div class="leftSetInfo">
<span class="TPbaseSet"></span>
<span class="TPsecondTitle"></span>
</div>
<div class="TPright">
<el-form-item prop="ForeignPassportPrice">
<el-input :placeholder="$t('pub.pleaseImport')" class="w300 ComSeat" v-model="priceData.ForeignPassportPrice"
@keyup.native="checkPrice(priceData,'ForeignPassportPrice')">
<template slot="prepend">非中国大陆护照报价</template>
</el-input>
</el-form-item>
</div>
</div>
<div class="clearfix"> <div class="clearfix">
<div class="leftSetInfo"> <div class="leftSetInfo">
<span class="TPbaseSet"></span> <span class="TPbaseSet"></span>
...@@ -1206,6 +1220,8 @@ ...@@ -1206,6 +1220,8 @@
//可退景点下拉列表 //可退景点下拉列表
ScenicBackList: [], ScenicBackList: [],
TipAmount:0,//人头小费金额 TipAmount:0,//人头小费金额
//非中国大陆护照报价
ForeignPassportPrice:0
}; };
} }
this.returnPriceList.push(objItem); this.returnPriceList.push(objItem);
...@@ -1387,6 +1403,7 @@ ...@@ -1387,6 +1403,7 @@
this.isNullOrEmpty(quotationPrice.ChildNoNeedPrice) || this.isNullOrEmpty(quotationPrice.ChildNoNeedPrice) ||
this.isNullOrEmpty(quotationPrice.OldManChargePrice) || this.isNullOrEmpty(quotationPrice.OldManChargePrice) ||
this.isNullOrEmpty(quotationPrice.OtherPrice) || this.isNullOrEmpty(quotationPrice.OtherPrice) ||
this.isNullOrEmpty(quotationPrice.ForeignPassportPrice)||
this.isNullOrEmpty(quotationPrice.SingleRoomPrice) || this.isNullOrEmpty(quotationPrice.SingleRoomPrice) ||
this.isNullOrEmpty(quotationPrice.VisaPrice) || this.isNullOrEmpty(quotationPrice.VisaPrice) ||
this.isNullOrEmpty(quotationPrice.SingleDMCPrice) || this.isNullOrEmpty(quotationPrice.SingleDMCPrice) ||
......
...@@ -512,6 +512,20 @@ ...@@ -512,6 +512,20 @@
</el-form-item> </el-form-item>
</div> </div>
</div> </div>
<div class="clearfix" style="display:none;">
<div class="leftSetInfo">
<span class="TPbaseSet"></span>
<span class="TPsecondTitle"></span>
</div>
<div class="TPright">
<el-form-item prop="ForeignPassportPrice">
<el-input :placeholder="$t('pub.pleaseImport')" class="w300 ComSeat" v-model="priceData.ForeignPassportPrice"
@keyup.native="checkPrice(priceData,'ForeignPassportPrice')">
<template slot="prepend">非中国大陆护照报价</template>
</el-input>
</el-form-item>
</div>
</div>
<div class="clearfix"> <div class="clearfix">
<div class="leftSetInfo"> <div class="leftSetInfo">
<span class="TPbaseSet"></span> <span class="TPbaseSet"></span>
...@@ -893,7 +907,9 @@ ...@@ -893,7 +907,9 @@
PriceTagIds: [], PriceTagIds: [],
PriceFlight: JSON.parse( PriceFlight: JSON.parse(
JSON.stringify(this.PostConfig.FlightList) JSON.stringify(this.PostConfig.FlightList)
) ),
//非中国大陆护照报价
ForeignPassportPrice:0
}; };
} }
this.queryFlightAirListData.forEach(subItem=>{ this.queryFlightAirListData.forEach(subItem=>{
...@@ -1141,6 +1157,7 @@ ...@@ -1141,6 +1157,7 @@
this.isNullOrEmpty(quotationPrice.ChildNoNeedPrice) || this.isNullOrEmpty(quotationPrice.ChildNoNeedPrice) ||
this.isNullOrEmpty(quotationPrice.OldManChargePrice) || this.isNullOrEmpty(quotationPrice.OldManChargePrice) ||
this.isNullOrEmpty(quotationPrice.OtherPrice) || this.isNullOrEmpty(quotationPrice.OtherPrice) ||
this.isNullOrEmpty(quotationPrice.ForeignPassportPrice)||
this.isNullOrEmpty(quotationPrice.SingleRoomPrice) || this.isNullOrEmpty(quotationPrice.SingleRoomPrice) ||
this.isNullOrEmpty(quotationPrice.VisaPrice) || this.isNullOrEmpty(quotationPrice.VisaPrice) ||
this.isNullOrEmpty(quotationPrice.SingleDMCPrice) || this.isNullOrEmpty(quotationPrice.SingleDMCPrice) ||
......
...@@ -528,6 +528,20 @@ ...@@ -528,6 +528,20 @@
</el-form-item> </el-form-item>
</div> </div>
</div> </div>
<div class="clearfix" style="display:none;">
<div class="leftSetInfo">
<span class="TPbaseSet"></span>
<span class="TPsecondTitle"></span>
</div>
<div class="TPright">
<el-form-item prop="ForeignPassportPrice">
<el-input :placeholder="$t('pub.pleaseImport')" class="w300 ComSeat" v-model="priceData.ForeignPassportPrice"
@keyup.native="checkPrice(priceData,'ForeignPassportPrice')">
<template slot="prepend">非中国大陆护照报价</template>
</el-input>
</el-form-item>
</div>
</div>
<div class="clearfix" style="display:none;"> <div class="clearfix" style="display:none;">
<div class="leftSetInfo"> <div class="leftSetInfo">
<span class="TPbaseSet"></span> <span class="TPbaseSet"></span>
...@@ -1013,6 +1027,8 @@ ...@@ -1013,6 +1027,8 @@
IsNew: false, IsNew: false,
//选中的酒店数组 //选中的酒店数组
ChooseHotelArray: [], ChooseHotelArray: [],
//非中国大陆护照报价
ForeignPassportPrice:0
}; };
} }
this.returnPriceList.push(objItem); this.returnPriceList.push(objItem);
...@@ -1272,6 +1288,7 @@ ...@@ -1272,6 +1288,7 @@
this.isNullOrEmpty(quotationPrice.ChildNoNeedPrice) || this.isNullOrEmpty(quotationPrice.ChildNoNeedPrice) ||
this.isNullOrEmpty(quotationPrice.OldManChargePrice) || this.isNullOrEmpty(quotationPrice.OldManChargePrice) ||
this.isNullOrEmpty(quotationPrice.OtherPrice) || this.isNullOrEmpty(quotationPrice.OtherPrice) ||
this.isNullOrEmpty(quotationPrice.ForeignPassportPrice)||
this.isNullOrEmpty(quotationPrice.SingleRoomPrice) || this.isNullOrEmpty(quotationPrice.SingleRoomPrice) ||
this.isNullOrEmpty(quotationPrice.VisaPrice) || this.isNullOrEmpty(quotationPrice.VisaPrice) ||
this.isNullOrEmpty(quotationPrice.SingleDMCPrice) || this.isNullOrEmpty(quotationPrice.SingleDMCPrice) ||
......
...@@ -557,6 +557,20 @@ ...@@ -557,6 +557,20 @@
</el-form-item> </el-form-item>
</div> </div>
</div> </div>
<div class="clearfix" style="display:none;">
<div class="leftSetInfo">
<span class="TPbaseSet"></span>
<span class="TPsecondTitle"></span>
</div>
<div class="TPright">
<el-form-item prop="ForeignPassportPrice">
<el-input :placeholder="$t('pub.pleaseImport')" class="w300 ComSeat" v-model="priceData.ForeignPassportPrice"
@keyup.native="checkPrice(priceData,'ForeignPassportPrice')">
<template slot="prepend">非中国大陆护照报价</template>
</el-input>
</el-form-item>
</div>
</div>
<div class="clearfix"> <div class="clearfix">
<div class="leftSetInfo"> <div class="leftSetInfo">
<span class="TPbaseSet"></span> <span class="TPbaseSet"></span>
...@@ -1207,6 +1221,8 @@ ...@@ -1207,6 +1221,8 @@
//可退景点下拉列表 //可退景点下拉列表
ScenicBackList: [], ScenicBackList: [],
TipAmount:0,//人头小费金额 TipAmount:0,//人头小费金额
//非中国大陆护照报价
ForeignPassportPrice:0
}; };
} }
this.returnPriceList.push(objItem); this.returnPriceList.push(objItem);
...@@ -1388,6 +1404,7 @@ ...@@ -1388,6 +1404,7 @@
this.isNullOrEmpty(quotationPrice.ChildNoNeedPrice) || this.isNullOrEmpty(quotationPrice.ChildNoNeedPrice) ||
this.isNullOrEmpty(quotationPrice.OldManChargePrice) || this.isNullOrEmpty(quotationPrice.OldManChargePrice) ||
this.isNullOrEmpty(quotationPrice.OtherPrice) || this.isNullOrEmpty(quotationPrice.OtherPrice) ||
this.isNullOrEmpty(quotationPrice.ForeignPassportPrice)||
this.isNullOrEmpty(quotationPrice.SingleRoomPrice) || this.isNullOrEmpty(quotationPrice.SingleRoomPrice) ||
this.isNullOrEmpty(quotationPrice.VisaPrice) || this.isNullOrEmpty(quotationPrice.VisaPrice) ||
this.isNullOrEmpty(quotationPrice.SingleDMCPrice) || this.isNullOrEmpty(quotationPrice.SingleDMCPrice) ||
......
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