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
84b77b2e
Commit
84b77b2e
authored
Jun 02, 2026
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
c1163d33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
16 deletions
+44
-16
TravelContractDetailWT.vue
src/components/TravelContractDetailWT.vue
+22
-8
clientConfirmWT.vue
src/components/clientConfirmWT.vue
+22
-8
No files found.
src/components/TravelContractDetailWT.vue
View file @
84b77b2e
...
@@ -544,10 +544,12 @@
...
@@ -544,10 +544,12 @@
<p>
甲方委托乙方代为预订以下一项或几项服务:代订机票、酒店;代办个人旅游签证;代办目的地地面资源(例如用车、门票、当地观光游览等);抵离接送机等。具体产品见附件。
</p>
<p>
甲方委托乙方代为预订以下一项或几项服务:代订机票、酒店;代办个人旅游签证;代办目的地地面资源(例如用车、门票、当地观光游览等);抵离接送机等。具体产品见附件。
</p>
<p>
所有代订业务如有不退、不改、不可转让规则的,乙方有义务告知甲方此信息,甲方知晓后签约即表示接受此内容要求。如机票为往返套票,请按照顺序使用机票,若去程未使用将导致回程机票无法使用。
</p>
<p>
所有代订业务如有不退、不改、不可转让规则的,乙方有义务告知甲方此信息,甲方知晓后签约即表示接受此内容要求。如机票为往返套票,请按照顺序使用机票,若去程未使用将导致回程机票无法使用。
</p>
<h3>
第三条 费用计算
</h3>
<h3>
第三条 费用计算
</h3>
<p>
1、代订项目费用及支付(以“{{(dataList.signType==0?'人民币':'日元')}}”为计算单位
</p>
<p>
1、代订项目费用及支付(以“{{(dataList.signType==1?'日元':'人民币')}}”)为计算单位
</p>
<p>
价格:
<span>
{{dataList.adultPrice}}
</span>
{{(dataList.signType==0?'元':'円')}}/份;
</p>
<p>
价格:
<span>
{{dataList.adultPrice}}
</span>
{{(dataList.signType==1?'円':'元')}}/份;
</p>
<p
v-if=
"dataList.signType==0"
>
代订项目费用合计:
<span>
{{dataList.orderPrice}}
</span>
元。人民币(大写/
<span>
{{number_chinese(dataList.orderPrice)}}
</span>
)。
</p>
<p
v-if=
"dataList.signType==1"
>
代订项目费用合计:
<span>
{{dataList.orderPrice}}
</span>
円。
</p>
<p
v-else
>
代订项目费用合计:
<span>
{{dataList.orderPrice}}
</span>
円。
</p>
<p
v-else
>
代订项目费用合计:
<span>
{{dataList.orderPrice}}
</span>
元。人民币(大写/
<span>
{{number_chinese(dataList.orderPrice)}}
</span>
)。
</p>
<p>
代订项目费用支付方式:
<span
v-if=
"dataList.payType==1"
>
{{$t('fnc.xianjin')}}
</span>
<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==2"
>
{{$t('objFill.zhuanzhang')}}
</span>
<span
v-if=
"dataList.payType==3"
>
支票
</span>
。
</p>
<span
v-if=
"dataList.payType==3"
>
支票
</span>
。
</p>
...
@@ -566,7 +568,7 @@
...
@@ -566,7 +568,7 @@
</p>
</p>
<p
class=
"bold colorRed"
>
支付宝收款账号:2850943039@qq.com
</p>
<p
class=
"bold colorRed"
>
支付宝收款账号:2850943039@qq.com
</p>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
-if=
"dataList.signType==1"
>
<p>
出境社的指定收款账号信息
</p>
<p>
出境社的指定收款账号信息
</p>
<p>
<p>
銀行名:京都銀行
銀行名:京都銀行
...
@@ -588,6 +590,18 @@
...
@@ -588,6 +590,18 @@
<p
class=
"bold colorRed"
>
電話番号:0748-65-1011
</p>
<p
class=
"bold colorRed"
>
電話番号:0748-65-1011
</p>
<p
class=
"bold colorRed"
>
SWIFT CODE: BOKFJPJZ
</p>
<p
class=
"bold colorRed"
>
SWIFT CODE: BOKFJPJZ
</p>
</
template
>
</
template
>
<
template
v-if=
"dataList.signType==2"
>
<p
class=
"bold colorRed"
>
出境社的指定收款账号信息
</p>
<p
class=
"bold colorRed"
>
名称:浙江远诚国际旅行社有限公司杭州分公司
</p>
<p
class=
"bold colorRed"
>
开户银行:杭州银行汽车城支行
</p>
<p
class=
"bold colorRed"
>
账号:3301 0401 6000 7460 192
</p>
</
template
>
<p
class=
"bold colorRed"
>
款项必须支付至本合同指定公账,如转账到其他账户或私人账户则与公司无关、支付无效,视为未支付旅游费用,公司有权选择解除合同或者继续向旅游者要求费用支付
</p>
<p
class=
"bold colorRed"
>
款项必须支付至本合同指定公账,如转账到其他账户或私人账户则与公司无关、支付无效,视为未支付旅游费用,公司有权选择解除合同或者继续向旅游者要求费用支付
</p>
<p>
2、人身意外伤害保险
</p>
<p>
2、人身意外伤害保险
</p>
<p>
乙方提示旅游者购买人身意外伤害保险;
</p>
<p>
乙方提示旅游者购买人身意外伤害保险;
</p>
...
@@ -1064,11 +1078,11 @@
...
@@ -1064,11 +1078,11 @@
<td
width=
"10%"
>
{{$t('objFill.jutishij')}}
</td>
<td
width=
"10%"
>
{{$t('objFill.jutishij')}}
</td>
<td
width=
"15%"
>
{{$t('objFill.didian')}}
</td>
<td
width=
"15%"
>
{{$t('objFill.didian')}}
</td>
<td
width=
"15%"
>
项目名称和内容
</td>
<td
width=
"15%"
>
项目名称和内容
</td>
<td
width=
"15%"
>
费用(
<
template
v-if=
"dataList.signType==
0
"
>
<td
width=
"15%"
>
费用(
<
template
v-if=
"dataList.signType==
1
"
>
{{
$t
(
'hotel.hotel_yuan'
)
}}
円
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
円
{{
$t
(
'hotel.hotel_yuan'
)
}}
</
template
>
)
</td>
</
template
>
)
</td>
<td
width=
"15%"
>
项目时长(分钟)
</td>
<td
width=
"15%"
>
项目时长(分钟)
</td>
<td
width=
"15%"
>
{{$t('objFill.qitashuim')}}
</td>
<td
width=
"15%"
>
{{$t('objFill.qitashuim')}}
</td>
...
...
src/components/clientConfirmWT.vue
View file @
84b77b2e
...
@@ -598,10 +598,12 @@
...
@@ -598,10 +598,12 @@
<p>
甲方委托乙方代为预订以下一项或几项服务:代订机票、酒店;代办个人旅游签证;代办目的地地面资源(例如用车、门票、当地观光游览等);抵离接送机等。具体产品见附件。
</p>
<p>
甲方委托乙方代为预订以下一项或几项服务:代订机票、酒店;代办个人旅游签证;代办目的地地面资源(例如用车、门票、当地观光游览等);抵离接送机等。具体产品见附件。
</p>
<p>
所有代订业务如有不退、不改、不可转让规则的,乙方有义务告知甲方此信息,甲方知晓后签约即表示接受此内容要求。如机票为往返套票,请按照顺序使用机票,若去程未使用将导致回程机票无法使用。
</p>
<p>
所有代订业务如有不退、不改、不可转让规则的,乙方有义务告知甲方此信息,甲方知晓后签约即表示接受此内容要求。如机票为往返套票,请按照顺序使用机票,若去程未使用将导致回程机票无法使用。
</p>
<h3><p>
第三条 费用计算
</p></h3>
<h3><p>
第三条 费用计算
</p></h3>
<p>
1、代订项目费用及支付(以“{{(dataList.signType==0?'人民币':'日元')}}”为计算单位
</p>
<p>
1、代订项目费用及支付(以“{{(dataList.signType==1?'日元':'人民币')}}”)为计算单位
</p>
<p>
价格:
<span>
{{dataList.adultPrice}}
</span>
{{(dataList.signType==0?'元':'円')}}/份;
</p>
<p>
价格:
<span>
{{dataList.adultPrice}}
</span>
{{(dataList.signType==1?'円':'元')}}/份;
</p>
<p
v-if=
"dataList.signType==0"
>
代订项目费用合计:
<span>
{{dataList.orderPrice}}
</span>
元。人民币(大写/
<span>
{{number_chinese(dataList.orderPrice)}}
</span>
)。
</p>
<p
v-if=
"dataList.signType==1"
>
<p
v-else
>
代订项目费用合计:
<span>
{{dataList.orderPrice}}
</span>
円。
</p>
代订项目费用合计:
<span>
{{dataList.orderPrice}}
</span>
円。
</p>
<p
v-else
>
代订项目费用合计:
<span>
{{dataList.orderPrice}}
</span>
元。人民币(大写/
<span>
{{number_chinese(dataList.orderPrice)}}
</span>
)。
</p>
<p>
代订项目费用支付方式:
<font
v-if=
"dataList.payType==1"
>
{{$t('fnc.xianjin')}}
</font>
<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==2"
>
{{$t('objFill.zhuanzhang')}}
</font>
<font
v-if=
"dataList.payType==3"
>
支票
</font>
。
</p>
<font
v-if=
"dataList.payType==3"
>
支票
</font>
。
</p>
...
@@ -620,7 +622,7 @@
...
@@ -620,7 +622,7 @@
</p>
</p>
<p
class=
"bold colorRed"
>
支付宝收款账号:2850943039@qq.com
</p>
<p
class=
"bold colorRed"
>
支付宝收款账号:2850943039@qq.com
</p>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
-if=
"dataList.signType==1"
>
<p>
出境社的指定收款账号信息
</p>
<p>
出境社的指定收款账号信息
</p>
<p>
<p>
銀行名:京都銀行
銀行名:京都銀行
...
@@ -642,6 +644,18 @@
...
@@ -642,6 +644,18 @@
<p
class=
"bold colorRed"
>
電話番号:0748-65-1011
</p>
<p
class=
"bold colorRed"
>
電話番号:0748-65-1011
</p>
<p
class=
"bold colorRed"
>
SWIFT CODE: BOKFJPJZ
</p>
<p
class=
"bold colorRed"
>
SWIFT CODE: BOKFJPJZ
</p>
</
template
>
</
template
>
<
template
v-if=
"dataList.signType==2"
>
<p
class=
"bold colorRed"
>
出境社的指定收款账号信息
</p>
<p
class=
"bold colorRed"
>
名称:浙江远诚国际旅行社有限公司杭州分公司
</p>
<p
class=
"bold colorRed"
>
开户银行:杭州银行汽车城支行
</p>
<p
class=
"bold colorRed"
>
账号:3301 0401 6000 7460 192
</p>
</
template
>
<p
class=
"bold colorRed"
>
款项必须支付至本合同指定公账,如转账到其他账户或私人账户则与公司无关、支付无效,视为未支付旅游费用,公司有权选择解除合同或者继续向旅游者要求费用支付
</p>
<p
class=
"bold colorRed"
>
款项必须支付至本合同指定公账,如转账到其他账户或私人账户则与公司无关、支付无效,视为未支付旅游费用,公司有权选择解除合同或者继续向旅游者要求费用支付
</p>
<p>
2、人身意外伤害保险
</p>
<p>
2、人身意外伤害保险
</p>
<p>
乙方提示旅游者购买人身意外伤害保险;
</p>
<p>
乙方提示旅游者购买人身意外伤害保险;
</p>
...
@@ -1189,11 +1203,11 @@
...
@@ -1189,11 +1203,11 @@
<th>
{{$t('objFill.jutishij')}}
</th>
<th>
{{$t('objFill.jutishij')}}
</th>
<th>
{{$t('objFill.didian')}}
</th>
<th>
{{$t('objFill.didian')}}
</th>
<th>
项目名称和内容
</th>
<th>
项目名称和内容
</th>
<th>
费用(
<
template
v-if=
"dataList.signType==
0
"
>
<th>
费用(
<
template
v-if=
"dataList.signType==
1
"
>
{{
$t
(
'hotel.hotel_yuan'
)
}}
円
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
円
{{
$t
(
'hotel.hotel_yuan'
)
}}
</
template
>
)
</th>
</
template
>
)
</th>
<th>
项目时长(分钟)
</th>
<th>
项目时长(分钟)
</th>
<th>
{{$t('objFill.qitashuim')}}
</th>
<th>
{{$t('objFill.qitashuim')}}
</th>
...
...
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