Commit 11fe25f1 authored by 黄奎's avatar 黄奎

出境合同修改

parent cfea557a
......@@ -766,19 +766,35 @@
</template>/人;
</p>
<p>旅游费用合计:<span>{{dataList.orderPrice}}</span><template v-if="dataList.signType==0">
<p>
旅游定金 <span>{{dataList.depositPrice}} </span><template v-if="dataList.signType==0">
{{$t('hotel.hotel_yuan')}}
</template>
<template v-else>
</template>,定金支付日期 <span>{{dataList.depositDate}}</span>
尾款 <span>{{dataList.finalPrice}}</span> <template v-if="dataList.signType==0">
{{$t('hotel.hotel_yuan')}}
</template>
<template v-else>
</template>
尾款支付日期 <span>{{dataList.payDate}}</span>
</p>
<p>
旅游费用合计:<span>{{dataList.orderPrice}}</span><template v-if="dataList.signType==0">
{{$t('hotel.hotel_yuan')}}
</template>
<template v-else>
</template></p>
</template>
</p>
<p>旅游费用支付方式:
<span v-if="dataList.payType==1">{{$t('fnc.xianjin')}}</span>
<span v-if="dataList.payType==2">{{$t('objFill.zhuanzhang')}}</span>
<span v-if="dataList.payType==3">支票</span>
</p>
<p>{{$t('objFill.v101.Contract.lvyoufyzfsj')}}<span
v-if="dataList.payDate">{{getDate(dataList.payDate)}}</span></p>
<p class="bold colorRed">如旅游者解除旅游合同定金不退.</p>
<template v-if="dataList.signType==0">
<p class="bold colorRed">出境社的指定收款账号信息</p>
<p class="bold colorRed">
......
......@@ -623,18 +623,39 @@
</el-form-item>
</td>
</tr>
<tr>
<td>
<el-form-item :label="$t('objFill.feiyonghj')" prop="orderPrice">
<el-input type="text" class="w300" v-model="CtObj.orderPrice"></el-input>
<el-form-item label="定金" prop="depositPrice">
<el-input type="text" class="w300" v-model="CtObj.depositPrice"></el-input>
</el-form-item>
</td>
</tr>
<tr>
<td>
<el-form-item :label="$t('objFill.zfrq')" prop="payDate">
<el-date-picker class="w300" v-model="CtObj.payDate" type="date" value-format="yyyy-MM-dd"
placeholder></el-date-picker>
<el-form-item label="定金支付日期">
<el-input type="text" class="w300" v-model="CtObj.depositDate"></el-input>
</el-form-item>
</td>
</tr>
<tr>
<td>
<el-form-item label="尾款" prop="finalPrice">
<el-input type="text" class="w300" v-model="CtObj.finalPrice"></el-input>
</el-form-item>
</td>
</tr>
<tr>
<td>
<el-form-item label="尾款支付日期" prop="payDate">
<el-input type="text" class="w300" v-model="CtObj.payDate"></el-input>
</el-form-item>
</td>
</tr>
<tr>
<td>
<el-form-item :label="$t('objFill.feiyonghj')" prop="orderPrice">
<el-input type="text" class="w300" v-model="CtObj.orderPrice"></el-input>
</el-form-item>
</td>
</tr>
......
......@@ -901,7 +901,25 @@
</template>
<template v-else>
</template>/人;旅游费用合计:<font>{{dataList.orderPrice}}</font><template v-if="dataList.signType==0">
</template>/人;
</p>
<p>
旅游定金 <font>{{dataList.depositPrice}} </font><template v-if="dataList.signType==0">
{{$t('hotel.hotel_yuan')}}
</template>
<template v-else>
</template>,定金支付日期 <font>{{dataList.depositDate}}</font>
尾款 <font>{{dataList.finalPrice}}</font> <template v-if="dataList.signType==0">
{{$t('hotel.hotel_yuan')}}
</template>
<template v-else>
</template>
尾款支付日期 <font>{{dataList.payDate}}</font>
</p>
<p>
旅游费用合计:<font>{{dataList.orderPrice}}</font><template v-if="dataList.signType==0">
{{$t('hotel.hotel_yuan')}}
</template>
<template v-else>
......@@ -913,8 +931,7 @@
<font v-if="dataList.payType==2">{{$t('objFill.zhuanzhang')}}</font>
<font v-if="dataList.payType==3">支票</font>
</p>
<p>{{$t('objFill.v101.Contract.lvyoufyzfsj')}}<font>{{getDate(dataList.payDate)}}</font>
</p>
<p class="bold colorRed">如旅游者解除旅游合同定金不退.</p>
<template v-if="dataList.signType==0">
<p class="bold colorRed">出境社的指定收款账号信息</p>
......@@ -1222,11 +1239,13 @@
<el-row style="padding:6px 0">
<el-col :span="12">
<el-col :span="8" style="text-align:right">证件类型:</el-col>
<el-col :span="16" style="text-align:left">{{item.passportNo.length>0?$t('salesModule.Passport'):'身份证'}}</el-col>
<el-col :span="16" style="text-align:left">
{{item.passportNo.length>0?$t('salesModule.Passport'):'身份证'}}</el-col>
</el-col>
<el-col :span="12">
<el-col :span="8" style="text-align:right">证件号码:</el-col>
<el-col :span="16" style="text-align:left">{{ item.passportNo.length>0?item.passportNo:item.idCard }}</el-col>
<el-col :span="16" style="text-align:left">
{{ item.passportNo.length>0?item.passportNo:item.idCard }}</el-col>
</el-col>
</el-row>
<el-row>
......
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