Commit f921a531 authored by liudong1993's avatar liudong1993

1

parent 13ab3a45
......@@ -544,9 +544,10 @@
<p>甲方委托乙方代为预订以下一项或几项服务:代订机票、酒店;代办个人旅游签证;代办目的地地面资源(例如用车、门票、当地观光游览等);抵离接送机等。具体产品见附件。</p>
<p>所有代订业务如有不退、不改、不可转让规则的,乙方有义务告知甲方此信息,甲方知晓后签约即表示接受此内容要求。如机票为往返套票,请按照顺序使用机票,若去程未使用将导致回程机票无法使用。</p>
<h3>第三条 费用计算</h3>
<p>1、代订项目费用及支付(以“人民币”为计算单位</p>
<p>价格:<span>{{dataList.adultPrice}}</span>元/份;</p>
<p>代订项目费用合计:<span>{{dataList.orderPrice}}</span>元。人民币(大写/<span>{{number_chinese(dataList.orderPrice)}}</span>)。</p>
<p>1、代订项目费用及支付(以“{{(dataList.signType==0?'人民币':'日元')}}”为计算单位</p>
<p>价格:<span>{{dataList.adultPrice}}</span>{{(dataList.signType==0?'元':'円')}}/份;</p>
<p v-if="dataList.signType==0">代订项目费用合计:<span>{{dataList.orderPrice}}</span>元。人民币(大写/<span>{{number_chinese(dataList.orderPrice)}}</span>)。</p>
<p v-else>代订项目费用合计:<span>{{dataList.orderPrice}}</span>円。</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>
......
......@@ -598,9 +598,10 @@
<p>甲方委托乙方代为预订以下一项或几项服务:代订机票、酒店;代办个人旅游签证;代办目的地地面资源(例如用车、门票、当地观光游览等);抵离接送机等。具体产品见附件。</p>
<p>所有代订业务如有不退、不改、不可转让规则的,乙方有义务告知甲方此信息,甲方知晓后签约即表示接受此内容要求。如机票为往返套票,请按照顺序使用机票,若去程未使用将导致回程机票无法使用。</p>
<h3><p>第三条 费用计算</p></h3>
<p>1、代订项目费用及支付(以“人民币”为计算单位</p>
<p>价格:<font>{{dataList.adultPrice}}</font>元/份;</p>
<p>代订项目费用合计:<font>{{dataList.orderPrice}}</font>元。人民币(大写/<font>{{number_chinese(dataList.orderPrice)}}</font>)。</p>
<p>1、代订项目费用及支付(以“{{(dataList.signType==0?'人民币':'日元')}}”为计算单位</p>
<p>价格:<span>{{dataList.adultPrice}}</span>{{(dataList.signType==0?'元':'円')}}/份;</p>
<p v-if="dataList.signType==0">代订项目费用合计:<span>{{dataList.orderPrice}}</span>元。人民币(大写/<span>{{number_chinese(dataList.orderPrice)}}</span>)。</p>
<p v-else>代订项目费用合计:<span>{{dataList.orderPrice}}</span>円。</p>
<p>代订项目费用支付方式:<font v-if="dataList.payType==1">{{$t('fnc.xianjin')}}</font>
<font v-if="dataList.payType==2">{{$t('objFill.zhuanzhang')}}</font>
<font v-if="dataList.payType==3">支票</font></p>
......
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