Commit 49f781bb authored by zhengke's avatar zhengke

修改

parent 8f0ed921
......@@ -439,7 +439,7 @@
<div class="clearfix">
<div class="leftSetInfo">
<span class="TPbaseSet">基本报价设置</span>
<span class="TPsecondTitle">标准</span>
<span class="TPsecondTitle"></span>
</div>
<div class="TPright">
<div class="TP_noneed">
......@@ -497,13 +497,25 @@
<template slot="prepend">人头小费</template>
</el-input>
</el-form-item>
<el-form-item prop="SingleRoomPrice">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.SingleRoomPrice"
@keyup.native="checkPrice(priceData,'SingleRoomPrice')">
<template slot="prepend">单房差</template>
</el-input>
</el-form-item>
<el-form-item prop="VisaPrice">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.VisaPrice"
@keyup.native="checkPrice(priceData,'VisaPrice')">
<template slot="prepend">签证费</template>
</el-input>
</el-form-item>
</div>
</div>
<div class="clearfix">
<div class="leftSetInfo">
<span class="TPbaseSet">其他报价设置</span>
<span class="TPsecondTitle">增收</span>
<span class="TPbaseSet"></span>
<span class="TPsecondTitle"></span>
</div>
<div class="TPright">
<el-form-item prop="ChildNeedPrice">
......@@ -512,6 +524,7 @@
<template slot="prepend">儿童占床</template>
</el-input>
</el-form-item>
<el-form-item prop="BabyChargePrice" :class="{'showOther':TeamType==3}">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.BabyChargePrice"
@keyup.native="checkPrice(priceData,'BabyChargePrice')">
......@@ -524,18 +537,6 @@
<template slot="prepend">老人附加费</template>
</el-input>
</el-form-item>
<el-form-item prop="VisaPrice">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.VisaPrice"
@keyup.native="checkPrice(priceData,'VisaPrice')">
<template slot="prepend">签证费</template>
</el-input>
</el-form-item>
<el-form-item prop="SingleRoomPrice">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.SingleRoomPrice"
@keyup.native="checkPrice(priceData,'SingleRoomPrice')">
<template slot="prepend">单房差</template>
</el-input>
</el-form-item>
<el-form-item prop="SafeMoney" :class="{'showOther':TeamType==3}">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.SafeMoney"
@keyup.native="checkInteger(priceData,'SafeMoney')">
......@@ -548,20 +549,20 @@
<template slot="prepend">杂费</template>
</el-input>
</el-form-item>
<el-form-item prop="ChildNoNeedPrice">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.ChildNoNeedPrice"
@keyup.native="checkInteger(priceData,'ChildNoNeedPrice',true)">
<template slot="prepend">儿童不占床</template>
</el-input>
</el-form-item>
</div>
</div>
<div class="clearfix">
<div class="leftSetInfo">
<span class="TPbaseSet"></span>
<span class="TPsecondTitle">减免</span>
<span class="TPsecondTitle"></span>
</div>
<div class="TPright">
<el-form-item prop="ChildNoNeedPrice">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.ChildNoNeedPrice"
@keyup.native="checkInteger(priceData,'ChildNoNeedPrice',true)">
<template slot="prepend">儿童不占床</template>
</el-input>
</el-form-item>
<el-form-item prop="BackVisaPrice" :class="{'showOther':TeamType==3}">
<el-input placeholder="请输入" class="w190 ComSeat" v-model="priceData.BackVisaPrice"
@keyup.native="checkInteger(priceData,'BackVisaPrice')">
......@@ -604,7 +605,7 @@
</el-input>
</el-form-item>
<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;" :class="{'showOther':TeamType==3}">
<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>
</el-form-item>
......@@ -1163,7 +1164,7 @@
GatherTime: "",
GatherAddress: "",
AdImage: "",
YSeat: 0,
YSeat: 1,
CSeat: 0,
FSeat: 0,
Inventory: 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