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

出境合同修改

parent cfea557a
...@@ -766,19 +766,35 @@ ...@@ -766,19 +766,35 @@
</template>/人; </template>/人;
</p> </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')}} {{$t('hotel.hotel_yuan')}}
</template> </template>
<template v-else> <template v-else>
</template></p> </template>
</p>
<p>旅游费用支付方式: <p>旅游费用支付方式:
<span v-if="dataList.payType==1">{{$t('fnc.xianjin')}}</span> <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==2">{{$t('objFill.zhuanzhang')}}</span>
<span v-if="dataList.payType==3">支票</span> <span v-if="dataList.payType==3">支票</span>
</p> </p>
<p>{{$t('objFill.v101.Contract.lvyoufyzfsj')}}<span <p class="bold colorRed">如旅游者解除旅游合同定金不退.</p>
v-if="dataList.payDate">{{getDate(dataList.payDate)}}</span></p>
<template v-if="dataList.signType==0"> <template v-if="dataList.signType==0">
<p class="bold colorRed">出境社的指定收款账号信息</p> <p class="bold colorRed">出境社的指定收款账号信息</p>
<p class="bold colorRed"> <p class="bold colorRed">
...@@ -896,7 +912,7 @@ ...@@ -896,7 +912,7 @@
<p>4、本人充分了解附件3的内容,并承诺会将附件3《行前说明会告知书》载明的注意事项详细转告给其他每一位参团旅游者,并强调其重要性</p> <p>4、本人充分了解附件3的内容,并承诺会将附件3《行前说明会告知书》载明的注意事项详细转告给其他每一位参团旅游者,并强调其重要性</p>
<p>5、本人因自身过错 ,造成的一切其他损失由本人承担 。</p> <p>5、本人因自身过错 ,造成的一切其他损失由本人承担 。</p>
<p>6、签约委托授权书:本人已征得其余全体委托人同意作为本次旅游出行签约代表(全体委托人名单详见游客名单) ,全体委托人享受本合同约定的权利 ,履行本合同约定的义务 ,受托人在旅游合同及其附件上的签字全体委托人均予以认可 。本人作为此次出行的签约代表 , 已就此承诺告知了全体委托人及其直系亲属并得到他们的同意 。 如其他游客不予认可本合同或者本人未取得授权、未告知本合 同及相关告知书内容的 , 由本人承担相应责任 。</p> --> <p>6、签约委托授权书:本人已征得其余全体委托人同意作为本次旅游出行签约代表(全体委托人名单详见游客名单) ,全体委托人享受本合同约定的权利 ,履行本合同约定的义务 ,受托人在旅游合同及其附件上的签字全体委托人均予以认可 。本人作为此次出行的签约代表 , 已就此承诺告知了全体委托人及其直系亲属并得到他们的同意 。 如其他游客不予认可本合同或者本人未取得授权、未告知本合 同及相关告知书内容的 , 由本人承担相应责任 。</p> -->
<div class="userDiv" style="color:red;font-weight:bold;"> <div class="userDiv" style="color:red;font-weight:bold;">
<p v-html="dataList.otherMatter"></p> <p v-html="dataList.otherMatter"></p>
</div> </div>
<h3>第二十八条 管辖</h3> <h3>第二十八条 管辖</h3>
......
...@@ -623,18 +623,39 @@ ...@@ -623,18 +623,39 @@
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<el-form-item :label="$t('objFill.feiyonghj')" prop="orderPrice"> <el-form-item label="定金" prop="depositPrice">
<el-input type="text" class="w300" v-model="CtObj.orderPrice"></el-input> <el-input type="text" class="w300" v-model="CtObj.depositPrice"></el-input>
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<el-form-item :label="$t('objFill.zfrq')" prop="payDate"> <el-form-item label="定金支付日期">
<el-date-picker class="w300" v-model="CtObj.payDate" type="date" value-format="yyyy-MM-dd" <el-input type="text" class="w300" v-model="CtObj.depositDate"></el-input>
placeholder></el-date-picker> </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> </el-form-item>
</td> </td>
</tr> </tr>
......
...@@ -901,7 +901,25 @@ ...@@ -901,7 +901,25 @@
</template> </template>
<template v-else> <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')}} {{$t('hotel.hotel_yuan')}}
</template> </template>
<template v-else> <template v-else>
...@@ -913,8 +931,7 @@ ...@@ -913,8 +931,7 @@
<font v-if="dataList.payType==2">{{$t('objFill.zhuanzhang')}}</font> <font v-if="dataList.payType==2">{{$t('objFill.zhuanzhang')}}</font>
<font v-if="dataList.payType==3">支票</font> <font v-if="dataList.payType==3">支票</font>
</p> </p>
<p>{{$t('objFill.v101.Contract.lvyoufyzfsj')}}<font>{{getDate(dataList.payDate)}}</font> <p class="bold colorRed">如旅游者解除旅游合同定金不退.</p>
</p>
<template v-if="dataList.signType==0"> <template v-if="dataList.signType==0">
<p class="bold colorRed">出境社的指定收款账号信息</p> <p class="bold colorRed">出境社的指定收款账号信息</p>
...@@ -1132,7 +1149,7 @@ ...@@ -1132,7 +1149,7 @@
<el-col :span="12">{{dataList.companyAddress}}</el-col> <el-col :span="12">{{dataList.companyAddress}}</el-col>
</el-row> </el-row>
</li> </li>
<li> <li>
<el-row> <el-row>
<el-col :span="12">{{$t('objFill.jinbanr')}}:</el-col> <el-col :span="12">{{$t('objFill.jinbanr')}}:</el-col>
<el-col :span="12">{{dataList.agentName}}</el-col> <el-col :span="12">{{dataList.agentName}}</el-col>
...@@ -1144,7 +1161,7 @@ ...@@ -1144,7 +1161,7 @@
<el-col :span="12">{{dataList.companyCall}}</el-col> <el-col :span="12">{{dataList.companyCall}}</el-col>
</el-row> </el-row>
</li> </li>
<li> <li>
<el-row> <el-row>
<el-col :span="12">{{$t('objFill.chuanzhen')}}:</el-col> <el-col :span="12">{{$t('objFill.chuanzhen')}}:</el-col>
...@@ -1222,11 +1239,13 @@ ...@@ -1222,11 +1239,13 @@
<el-row style="padding:6px 0"> <el-row style="padding:6px 0">
<el-col :span="12"> <el-col :span="12">
<el-col :span="8" style="text-align:right">证件类型:</el-col> <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>
<el-col :span="12"> <el-col :span="12">
<el-col :span="8" style="text-align:right">证件号码:</el-col> <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-col>
</el-row> </el-row>
<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