Commit c50e5ba7 authored by liudong1993's avatar liudong1993
parents 87a5a975 37f64b42
......@@ -596,6 +596,7 @@
font-size: 1rem;
color: gray;
}
</style>
<template>
......@@ -1239,12 +1240,17 @@
<li>
<el-row>
<el-col :span="24" style="text-align:left;">
<p>费用总额(小写)人民币<span>{{CtObj.C_TotalPrice}}</span><template v-if="CtObj.SignType==0">
<p>费用总额(小写)
<template v-if="CtObj.SignType==0">人民币</template>
<template v-else>日元</template>
<span>{{CtObj.C_TotalPrice}}</span><template>
{{getCurrencyStr()}}
</template>
&nbsp;&nbsp;(大写)<template v-if="CtObj.SignType==0">人民币</template>
<template v-else>
</template>&nbsp;&nbsp;(大写)人民币<span>
日元
</template>
<span>
<font>{{number_chinese(CtObj.C_TotalPrice)}}</font>
</span></p>
</el-col>
......@@ -1340,14 +1346,16 @@
等共计<span>&nbsp;<font>{{getTotalNum(getCount())}}</font></span>&nbsp;项服务。</p>
<p>费用总额(小写)
<template v-if="CtObj.SigeType==0">
<template v-if="CtObj.SignType==0">
人民币
</template>
<template v-else>
日元
</template>
<span>{{CtObj.C_TotalPrice}}</span>{{getCurrencyStr()}}&nbsp;&nbsp;(大写) <template
v-if="CtObj.SigeType==0">
<span>{{CtObj.C_TotalPrice}}</span>{{getCurrencyStr()}}&nbsp;&nbsp;(大写)
<template
v-if="CtObj.SignType==0">
人民币
</template>
<template v-else>
......@@ -2221,7 +2229,7 @@
<p v-if="CtObj.ContractTripList&&CtObj.ContractTripList.length>0"
v-html="CtObj.ContractTripList[0].TravelContent"></p>
</div>
<br />
<br />
<div style="color:red;">注:用房
:全程酒店均为二人一间,如您的订单产生单房,在未补单房差的情况下,我社将尽量安排您与其它客人拼房或是与同行者入住三人房,不可选择房型。敬请配合,服从调配。</div>
</div>
......@@ -2806,7 +2814,7 @@
<p v-if="CtObj.ContractTripList&&CtObj.ContractTripList.length>0"
v-html="CtObj.ContractTripList[0].TravelContent"></p>
</div>
<br />
<br />
<div style="color:red;">注:用房
:全程酒店均为二人一间,如您的订单产生单房,在未补单房差的情况下,我社将尽量安排您与其它客人拼房或是与同行者入住三人房,不可选择房型。敬请配合,服从调配。</div>
</div>
......@@ -4475,4 +4483,5 @@
this.getCanvas();
}
};
</script>
\ No newline at end of file
</script>
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