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
843d9c96
Commit
843d9c96
authored
Aug 21, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
4a0fba40
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
7 deletions
+19
-7
DomesticTravelcontract.vue
src/components/DomesticTravelcontract.vue
+1
-1
TravelContractNew.vue
src/components/TravelContractNew.vue
+17
-5
onedayTripContract.vue
src/components/onedayTripContract.vue
+1
-1
No files found.
src/components/DomesticTravelcontract.vue
View file @
843d9c96
...
...
@@ -930,7 +930,7 @@
<div
style=
"display: flex"
>
<span>
地接社名称:
</span>
<div
contenteditable=
"true"
style=
"width: 250px"
>
株式会社
ピースインターナショナル
株式会社ピースインターナショナル
</div>
</div>
</td>
...
...
src/components/TravelContractNew.vue
View file @
843d9c96
...
...
@@ -978,7 +978,7 @@
<table
class=
"TcTravel_Table"
>
<tbody>
<tr>
<td
colspan=
"5"
contenteditable=
"true"
>
组团社:
印象之旅
</td>
<td
colspan=
"5"
contenteditable=
"true"
>
组团社:
四川和平国际旅行社有限公司
</td>
</tr>
<tr>
<td
colspan=
"5"
contenteditable=
"true"
>
...
...
@@ -1012,7 +1012,15 @@
<div
style=
"display: flex"
>
<span>
地接社名称:
</span>
<div
contenteditable=
"true"
style=
"width: 250px"
>
株式会社 ピースインターナショナル
株式会社ピースインターナショナル
</div>
<span>
地址:
</span>
<div
contenteditable=
"true"
style=
"width: 280px"
>
〒114-0023 東京都北区滝野川5-41-3TKビル9F
</div>
<span>
电话:
</span>
<div
contenteditable=
"true"
style=
"width: 250px"
>
03-5972-1758
</div>
</div>
</td>
...
...
@@ -1728,11 +1736,13 @@
"成都市锦江区青和里南段55号1栋2310、2311、2312号 "
;
this
.
CtObj
.
businessCertificate
=
"L-SC-CJ00015"
;
this
.
CtObj
.
regulatorName
=
"四川省成都市旅游质监执法机构"
;
this
.
CtObj
.
companyCall
=
"028-81454056"
;
}
else
{
this
.
CtObj
.
company
=
"
(株)
ピースインターナショナル"
;
this
.
CtObj
.
companyAddress
=
""
;
this
.
CtObj
.
company
=
"
株式会社
ピースインターナショナル"
;
this
.
CtObj
.
companyAddress
=
"
〒114-0023東京都北区滝野川5-41-3TKビル9F
"
;
this
.
CtObj
.
businessCertificate
=
""
;
this
.
CtObj
.
regulatorName
=
""
;
this
.
CtObj
.
companyCall
=
"03-5972-1758"
}
},
goContract
()
{
...
...
@@ -1823,7 +1833,9 @@
"成都市锦江区青和里南段55号1栋2310、2311、2312号 "
;
this
.
CtObj
.
regulatorComplainCall
=
"17708046437"
;
this
.
CtObj
.
companyComplainCall
=
"028-96927"
;
this
.
CtObj
.
companyComplainCall
=
"028-12345"
;
this
.
CtObj
.
regulatorName
=
"文旅市场管理监督局"
;
this
.
CtObj
.
contractPlace
=
"成都"
;
//生成其他约定事项
let
otherMatter
=
""
;
...
...
src/components/onedayTripContract.vue
View file @
843d9c96
...
...
@@ -961,7 +961,7 @@
<div
style=
"display: flex"
>
<span>
地接社名称:
</span>
<div
contenteditable=
"true"
style=
"width: 250px"
>
株式会社
ピースインターナショナル
株式会社ピースインターナショナル
</div>
</div>
</td>
...
...
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