Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
f921a531
Commit
f921a531
authored
Feb 06, 2026
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
13ab3a45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
TravelContractDetailWT.vue
src/components/TravelContractDetailWT.vue
+4
-3
clientConfirmWT.vue
src/components/clientConfirmWT.vue
+4
-3
No files found.
src/components/TravelContractDetailWT.vue
View file @
f921a531
...
...
@@ -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>
...
...
src/components/clientConfirmWT.vue
View file @
f921a531
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment