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
49a5fb5b
Commit
49a5fb5b
authored
Aug 21, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
bfbb2ce4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
74 additions
and
43 deletions
+74
-43
DomesticTravelcontract.vue
src/components/DomesticTravelcontract.vue
+22
-11
SingleContract.vue
src/components/SingleContract.vue
+37
-21
TravelContractNew.vue
src/components/TravelContractNew.vue
+2
-2
onedayTripContract.vue
src/components/onedayTripContract.vue
+13
-9
No files found.
src/components/DomesticTravelcontract.vue
View file @
49a5fb5b
...
@@ -896,7 +896,7 @@
...
@@ -896,7 +896,7 @@
<table
class=
"TcTravel_Table"
>
<table
class=
"TcTravel_Table"
>
<tbody>
<tbody>
<tr>
<tr>
<td
colspan=
"5"
contenteditable=
"true"
>
组团社:
印象之旅
</td>
<td
colspan=
"5"
contenteditable=
"true"
>
组团社:
四川和平国际旅行社有限公司
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"5"
contenteditable=
"true"
>
<td
colspan=
"5"
contenteditable=
"true"
>
...
@@ -928,10 +928,8 @@
...
@@ -928,10 +928,8 @@
<tr>
<tr>
<td
colspan=
"5"
>
<td
colspan=
"5"
>
<div
style=
"display: flex"
>
<div
style=
"display: flex"
>
<span>
地接社名称:
</span>
<span>
地接社名称:四川和平国际旅行社有限公司
地址:成都市锦江区青和里南段55号1栋2310、2311、2312号
<div
contenteditable=
"true"
style=
"width: 250px"
>
电话:028-81454056
</span>
株式会社ピースインターナショナル
</div>
</div>
</div>
</td>
</td>
</tr>
</tr>
...
@@ -1335,7 +1333,7 @@
...
@@ -1335,7 +1333,7 @@
TravelAgency_PostNum
:
""
,
TravelAgency_PostNum
:
""
,
TravelAgency_Email
:
""
,
TravelAgency_Email
:
""
,
TravelAgency_Scope
:
"出境游/境内游"
,
//旅行社经营范围
TravelAgency_Scope
:
"出境游/境内游"
,
//旅行社经营范围
TravelAgency_SignAddress
:
""
,
TravelAgency_SignAddress
:
"
成都
"
,
Guide_Name
:
""
,
Guide_Name
:
""
,
Guide_Num
:
""
,
Guide_Num
:
""
,
Guide_Tel
:
""
,
Guide_Tel
:
""
,
...
@@ -1558,10 +1556,13 @@
...
@@ -1558,10 +1556,13 @@
this
.
CtObj
.
TravelAgency_Name
=
"四川和平国际旅行社有限公司"
;
this
.
CtObj
.
TravelAgency_Name
=
"四川和平国际旅行社有限公司"
;
this
.
CtObj
.
TravelAgency_Address
=
"成都市锦江区青和里南段55号1栋2310、2311、2312号 "
;
this
.
CtObj
.
TravelAgency_Address
=
"成都市锦江区青和里南段55号1栋2310、2311、2312号 "
;
this
.
CtObj
.
TravelAgency_LicenseNum
=
"L-SC-CJ00015"
;
this
.
CtObj
.
TravelAgency_LicenseNum
=
"L-SC-CJ00015"
;
this
.
CtObj
.
TravelAgency_Tel
=
"028-81454056"
;
}
else
if
(
this
.
CtObj
.
SignType
==
2
)
{
}
else
if
(
this
.
CtObj
.
SignType
==
2
)
{
this
.
CtObj
.
TravelAgency_Name
=
"成都欧亚旅行社有限公司"
;
this
.
CtObj
.
TravelAgency_Name
=
"成都欧亚旅行社有限公司"
;
this
.
CtObj
.
TravelAgency_Address
=
"成都市金牛区营门口路48号1栋3单元16楼1601"
;
this
.
CtObj
.
TravelAgency_Address
=
"成都市金牛区营门口路48号1栋3单元16楼1601"
;
this
.
CtObj
.
TravelAgency_LicenseNum
=
"L-SC-A00289"
;
this
.
CtObj
.
TravelAgency_LicenseNum
=
"L-SC-A00289"
;
this
.
CtObj
.
TravelAgency_Tel
=
""
;
}
}
},
},
//点击切换行程
//点击切换行程
...
@@ -1773,8 +1774,12 @@
...
@@ -1773,8 +1774,12 @@
this
.
CtObj
.
TravelAgency_Fax
=
tempObj
.
TravelAgency_Fax
;
this
.
CtObj
.
TravelAgency_Fax
=
tempObj
.
TravelAgency_Fax
;
this
.
CtObj
.
TravelAgency_PostNum
=
tempObj
.
TravelAgency_PostNum
;
this
.
CtObj
.
TravelAgency_PostNum
=
tempObj
.
TravelAgency_PostNum
;
this
.
CtObj
.
TravelAgency_Email
=
tempObj
.
TravelAgency_Email
;
this
.
CtObj
.
TravelAgency_Email
=
tempObj
.
TravelAgency_Email
;
this
.
CtObj
.
TravelAgency_SignAddress
=
if
(
this
.
CtObj
.
ID
==
0
)
{
tempObj
.
TravelAgency_SignAddress
;
this
.
CtObj
.
TravelAgency_SignAddress
=
"成都"
;
}
else
{
this
.
CtObj
.
TravelAgency_SignAddress
=
tempObj
.
TravelAgency_SignAddress
;
}
this
.
CtObj
.
Guide_Name
=
tempObj
.
Guide_Name
;
this
.
CtObj
.
Guide_Name
=
tempObj
.
Guide_Name
;
this
.
CtObj
.
Guide_Num
=
tempObj
.
Guide_Num
;
this
.
CtObj
.
Guide_Num
=
tempObj
.
Guide_Num
;
this
.
CtObj
.
Guide_Tel
=
tempObj
.
Guide_Tel
;
this
.
CtObj
.
Guide_Tel
=
tempObj
.
Guide_Tel
;
...
@@ -1823,11 +1828,17 @@
...
@@ -1823,11 +1828,17 @@
this
.
CtObj
.
C_IncludeRemark
=
tempObj
.
C_IncludeRemark
;
this
.
CtObj
.
C_IncludeRemark
=
tempObj
.
C_IncludeRemark
;
this
.
CtObj
.
C_IncludeFee
=
tempObj
.
C_IncludeFee
;
this
.
CtObj
.
C_IncludeFee
=
tempObj
.
C_IncludeFee
;
this
.
CtObj
.
C_NonIncludeRemark
=
tempObj
.
C_NonIncludeRemark
;
this
.
CtObj
.
C_NonIncludeRemark
=
tempObj
.
C_NonIncludeRemark
;
this
.
CtObj
.
TravelAgency_ServiceTel
=
if
(
this
.
CtObj
.
ID
==
0
)
{
tempObj
.
TravelAgency_ServiceTel
;
this
.
CtObj
.
TravelAgency_ServiceTel
=
"17708046437"
;
this
.
CtObj
.
C_ComplaintTel
=
"028-12345"
;
}
else
{
this
.
CtObj
.
TravelAgency_ServiceTel
=
tempObj
.
TravelAgency_ServiceTel
;
this
.
CtObj
.
C_ComplaintTel
=
tempObj
.
C_ComplaintTel
;
}
this
.
CtObj
.
C_ComplaintProvince
=
tempObj
.
C_ComplaintProvince
;
this
.
CtObj
.
C_ComplaintProvince
=
tempObj
.
C_ComplaintProvince
;
this
.
CtObj
.
C_ComplaintCity
=
tempObj
.
C_ComplaintCity
;
this
.
CtObj
.
C_ComplaintCity
=
tempObj
.
C_ComplaintCity
;
this
.
CtObj
.
C_ComplaintTel
=
tempObj
.
C_ComplaintTel
;
this
.
CtObj
.
C_ComplaintEmail
=
tempObj
.
C_ComplaintEmail
;
this
.
CtObj
.
C_ComplaintEmail
=
tempObj
.
C_ComplaintEmail
;
this
.
CtObj
.
C_ComplaintAddress
=
tempObj
.
C_ComplaintAddress
;
this
.
CtObj
.
C_ComplaintAddress
=
tempObj
.
C_ComplaintAddress
;
this
.
CtObj
.
C_ComplaintPostNum
=
tempObj
.
C_ComplaintPostNum
;
this
.
CtObj
.
C_ComplaintPostNum
=
tempObj
.
C_ComplaintPostNum
;
...
...
src/components/SingleContract.vue
View file @
49a5fb5b
...
@@ -653,10 +653,12 @@
...
@@ -653,10 +653,12 @@
<el-input
type=
"text"
placeholder=
"健康"
v-model=
"item.CGuestHealth"
v-else
></el-input>
<el-input
type=
"text"
placeholder=
"健康"
v-model=
"item.CGuestHealth"
v-else
></el-input>
</td>
</td>
<td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
v-if=
"item.IsShow == 0"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
v-if=
"item.IsShow == 0"
placement=
"top-start"
>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
v-if=
"item.IsShow == 1"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
v-if=
"item.IsShow == 1"
placement=
"top-start"
>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
@
click=
"commonSave(item)"
circle
></el-button>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
@
click=
"commonSave(item)"
circle
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
...
@@ -728,10 +730,12 @@
...
@@ -728,10 +730,12 @@
v-model=
"item.DepositPrice"
></el-input>
v-model=
"item.DepositPrice"
></el-input>
</td>
</td>
<td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
v-if=
"item.IsShow == 0"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
v-if=
"item.IsShow == 0"
>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
placement=
"top-start"
v-if=
"item.IsShow == 1"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
placement=
"top-start"
v-if=
"item.IsShow == 1"
>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
@
click=
"commonSave(item)"
circle
></el-button>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
@
click=
"commonSave(item)"
circle
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
...
@@ -856,10 +860,12 @@
...
@@ -856,10 +860,12 @@
placeholder=
''
></el-date-picker>
placeholder=
''
></el-date-picker>
</td>
</td>
<td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
v-if=
"item.IsShow==0"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
v-if=
"item.IsShow==0"
placement=
"top-start"
>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
v-if=
"item.IsShow==1"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
v-if=
"item.IsShow==1"
placement=
"top-start"
>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
circle
@
click=
"commonSave(item)"
></el-button>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
circle
@
click=
"commonSave(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
...
@@ -952,10 +958,12 @@
...
@@ -952,10 +958,12 @@
</el-select>
</el-select>
</td>
</td>
<td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
v-if=
"item.IsShow==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
v-if=
"item.IsShow==0"
>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
placement=
"top-start"
v-if=
"item.IsShow==1"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
placement=
"top-start"
v-if=
"item.IsShow==1"
>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
circle
@
click=
"commonSave(item)"
></el-button>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
circle
@
click=
"commonSave(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
...
@@ -1021,10 +1029,12 @@
...
@@ -1021,10 +1029,12 @@
v-model=
"item.DepositPrice"
></el-input>
v-model=
"item.DepositPrice"
></el-input>
</td>
</td>
<td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
v-if=
"item.IsShow==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
v-if=
"item.IsShow==0"
>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
placement=
"top-start"
v-if=
"item.IsShow==1"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
placement=
"top-start"
v-if=
"item.IsShow==1"
>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
circle
@
click=
"commonSave(item)"
></el-button>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
circle
@
click=
"commonSave(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
...
@@ -1111,10 +1121,12 @@
...
@@ -1111,10 +1121,12 @@
v-model=
"item.AirportPirce"
></el-input>
v-model=
"item.AirportPirce"
></el-input>
</td>
</td>
<td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
v-if=
"item.IsShow==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
v-if=
"item.IsShow==0"
>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
placement=
"top-start"
v-if=
"item.IsShow==1"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
placement=
"top-start"
v-if=
"item.IsShow==1"
>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
circle
@
click=
"commonSave(item)"
></el-button>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
circle
@
click=
"commonSave(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
...
@@ -1186,10 +1198,12 @@
...
@@ -1186,10 +1198,12 @@
v-model=
"item.ChildrenPrice"
></el-input>
v-model=
"item.ChildrenPrice"
></el-input>
</td>
</td>
<td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
v-if=
"item.IsShow==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
v-if=
"item.IsShow==0"
>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
<el-button
type=
"primary"
icon=
"el-icon-edit"
circle
@
click=
"commonUpdate(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
placement=
"top-start"
v-if=
"item.IsShow==1"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.saveBtn')"
placement=
"top-start"
v-if=
"item.IsShow==1"
>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
circle
@
click=
"commonSave(item)"
></el-button>
<el-button
type=
"primary"
icon=
"iconfont icon-baocun"
circle
@
click=
"commonSave(item)"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
...
@@ -1274,12 +1288,12 @@
...
@@ -1274,12 +1288,12 @@
Tourists_EmergencyLinkMan
:
""
,
Tourists_EmergencyLinkMan
:
""
,
Tourists_EmergencyLinkTel
:
""
,
Tourists_EmergencyLinkTel
:
""
,
SignType
:
1
,
//合同章类型
SignType
:
1
,
//合同章类型
TravelAgency_Name
:
"
(株)
ピースインターナショナル"
,
//旅行社名称
TravelAgency_Name
:
"
株式会社
ピースインターナショナル"
,
//旅行社名称
TravelAgency_LicenseNum
:
"
L-SC-CJ00015
"
,
TravelAgency_LicenseNum
:
""
,
TravelAgency_DealMan
:
""
,
TravelAgency_DealMan
:
""
,
TravelAgency_IDNum
:
""
,
TravelAgency_IDNum
:
""
,
TravelAgency_Address
:
""
,
TravelAgency_Address
:
"
〒114-0023東京都北区滝野川5-41-3TKビル9F
"
,
TravelAgency_Tel
:
""
,
TravelAgency_Tel
:
"
03-5972-1758
"
,
TravelAgency_Fax
:
""
,
TravelAgency_Fax
:
""
,
TravelAgency_PostNum
:
""
,
TravelAgency_PostNum
:
""
,
TravelAgency_Email
:
""
,
TravelAgency_Email
:
""
,
...
@@ -1450,10 +1464,12 @@
...
@@ -1450,10 +1464,12 @@
changeSignType
()
{
changeSignType
()
{
if
(
this
.
CtObj
.
SignType
==
0
)
{
if
(
this
.
CtObj
.
SignType
==
0
)
{
this
.
CtObj
.
TravelAgency_Name
=
"四川和平国际旅行社有限公司"
;
this
.
CtObj
.
TravelAgency_Name
=
"四川和平国际旅行社有限公司"
;
this
.
CtObj
.
TravelAgency_Address
=
"成都市锦江区青和里南段55号1栋2310、2311、2312号 "
this
.
CtObj
.
TravelAgency_Address
=
"成都市锦江区青和里南段55号1栋2310、2311、2312号"
;
this
.
CtObj
.
TravelAgency_Tel
=
"028-81454056"
;
}
else
{
}
else
{
this
.
CtObj
.
TravelAgency_Name
=
"(株)ピースインターナショナル"
;
this
.
CtObj
.
TravelAgency_Name
=
"株式会社ピースインターナショナル"
;
this
.
CtObj
.
TravelAgency_Address
=
""
;
this
.
CtObj
.
TravelAgency_Address
=
"〒114-0023東京都北区滝野川5-41-3TKビル9F"
;
this
.
CtObj
.
TravelAgency_Tel
=
"03-5972-1758"
;
}
}
},
},
//跳转锚点
//跳转锚点
...
...
src/components/TravelContractNew.vue
View file @
49a5fb5b
...
@@ -1010,7 +1010,7 @@
...
@@ -1010,7 +1010,7 @@
<tr>
<tr>
<td
colspan=
"5"
contenteditable=
"true"
>
<td
colspan=
"5"
contenteditable=
"true"
>
<div
style=
"display: flex"
>
<div
style=
"display: flex"
>
<span>
地接社名称:株式会社ピースインターナショナル
地址:〒114-0023 東京都北区滝野川5-41-3TKビル9F
电话:03-5972-1758
</span>
<span>
地接社名称:株式会社ピースインターナショナル
地址:〒114-0023 東京都北区滝野川5-41-3TKビル9F
电话:03-5972-1758
</span>
</div>
</div>
</td>
</td>
</tr>
</tr>
...
@@ -1722,7 +1722,7 @@
...
@@ -1722,7 +1722,7 @@
if
(
this
.
CtObj
.
signType
==
0
)
{
if
(
this
.
CtObj
.
signType
==
0
)
{
this
.
CtObj
.
company
=
"四川和平国际旅行社有限公司"
;
this
.
CtObj
.
company
=
"四川和平国际旅行社有限公司"
;
this
.
CtObj
.
companyAddress
=
this
.
CtObj
.
companyAddress
=
"成都市锦江区青和里南段55号1栋2310、2311、2312号
"
;
"成都市锦江区青和里南段55号1栋2310、2311、2312号"
;
this
.
CtObj
.
businessCertificate
=
"L-SC-CJ00015"
;
this
.
CtObj
.
businessCertificate
=
"L-SC-CJ00015"
;
this
.
CtObj
.
regulatorName
=
"四川省成都市旅游质监执法机构"
;
this
.
CtObj
.
regulatorName
=
"四川省成都市旅游质监执法机构"
;
this
.
CtObj
.
companyCall
=
"028-81454056"
;
this
.
CtObj
.
companyCall
=
"028-81454056"
;
...
...
src/components/onedayTripContract.vue
View file @
49a5fb5b
...
@@ -927,7 +927,7 @@
...
@@ -927,7 +927,7 @@
<table
class=
"TcTravel_Table"
>
<table
class=
"TcTravel_Table"
>
<tbody>
<tbody>
<tr>
<tr>
<td
colspan=
"5"
contenteditable=
"true"
>
组团社:
印象之旅
</td>
<td
colspan=
"5"
contenteditable=
"true"
>
组团社:
四川和平国际旅行社有限公司
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"5"
contenteditable=
"true"
>
<td
colspan=
"5"
contenteditable=
"true"
>
...
@@ -959,10 +959,8 @@
...
@@ -959,10 +959,8 @@
<tr>
<tr>
<td
colspan=
"5"
>
<td
colspan=
"5"
>
<div
style=
"display: flex"
>
<div
style=
"display: flex"
>
<span>
地接社名称:
</span>
<span>
地接社名称:株式会社ピースインターナショナル
地址:〒114-0023 東京都北区滝野川5-41-3TKビル9F
<div
contenteditable=
"true"
style=
"width: 250px"
>
电话:03-5972-1758
</span>
株式会社ピースインターナショナル
</div>
</div>
</div>
</td>
</td>
</tr>
</tr>
...
@@ -1284,7 +1282,7 @@
...
@@ -1284,7 +1282,7 @@
TravelAgency_PostNum
:
""
,
TravelAgency_PostNum
:
""
,
TravelAgency_Email
:
""
,
TravelAgency_Email
:
""
,
TravelAgency_Scope
:
"出境游/境内游"
,
//旅行社经营范围
TravelAgency_Scope
:
"出境游/境内游"
,
//旅行社经营范围
TravelAgency_SignAddress
:
""
,
TravelAgency_SignAddress
:
"
成都
"
,
Guide_Name
:
""
,
Guide_Name
:
""
,
Guide_Num
:
""
,
Guide_Num
:
""
,
Guide_Tel
:
""
,
Guide_Tel
:
""
,
...
@@ -1468,10 +1466,12 @@
...
@@ -1468,10 +1466,12 @@
this
.
CtObj
.
TravelAgency_Name
=
"四川和平国际旅行社有限公司"
;
this
.
CtObj
.
TravelAgency_Name
=
"四川和平国际旅行社有限公司"
;
this
.
CtObj
.
TravelAgency_Address
=
"成都市锦江区青和里南段55号1栋2310、2311、2312号 "
;
this
.
CtObj
.
TravelAgency_Address
=
"成都市锦江区青和里南段55号1栋2310、2311、2312号 "
;
this
.
CtObj
.
TravelAgency_LicenseNum
=
"L-SC-CJ00015"
;
this
.
CtObj
.
TravelAgency_LicenseNum
=
"L-SC-CJ00015"
;
this
.
CtObj
.
TravelAgency_Tel
=
"028-81454056"
;
}
else
{
}
else
{
this
.
CtObj
.
TravelAgency_Name
=
"
(株)
ピースインターナショナル"
;
this
.
CtObj
.
TravelAgency_Name
=
"
株式会社
ピースインターナショナル"
;
this
.
CtObj
.
TravelAgency_Address
=
""
;
this
.
CtObj
.
TravelAgency_Address
=
"
〒114-0023東京都北区滝野川5-41-3TKビル9F
"
;
this
.
CtObj
.
TravelAgency_LicenseNum
=
""
;
this
.
CtObj
.
TravelAgency_LicenseNum
=
""
;
this
.
CtObj
.
TravelAgency_Tel
=
"03-5972-1758"
;
}
}
},
},
//跳转锚点
//跳转锚点
...
@@ -1648,7 +1648,11 @@
...
@@ -1648,7 +1648,11 @@
this
.
CtObj
.
TravelAgency_Fax
=
tempObj
.
TravelAgency_Fax
;
this
.
CtObj
.
TravelAgency_Fax
=
tempObj
.
TravelAgency_Fax
;
this
.
CtObj
.
TravelAgency_PostNum
=
tempObj
.
TravelAgency_PostNum
;
this
.
CtObj
.
TravelAgency_PostNum
=
tempObj
.
TravelAgency_PostNum
;
this
.
CtObj
.
TravelAgency_Email
=
tempObj
.
TravelAgency_Email
;
this
.
CtObj
.
TravelAgency_Email
=
tempObj
.
TravelAgency_Email
;
if
(
this
.
CtObj
.
ID
==
0
)
{
this
.
CtObj
.
TravelAgency_SignAddress
=
"成都"
;
}
else
{
this
.
CtObj
.
TravelAgency_SignAddress
=
tempObj
.
TravelAgency_SignAddress
;
this
.
CtObj
.
TravelAgency_SignAddress
=
tempObj
.
TravelAgency_SignAddress
;
}
this
.
CtObj
.
Guide_Name
=
tempObj
.
Guide_Name
;
this
.
CtObj
.
Guide_Name
=
tempObj
.
Guide_Name
;
this
.
CtObj
.
Guide_Num
=
tempObj
.
Guide_Num
;
this
.
CtObj
.
Guide_Num
=
tempObj
.
Guide_Num
;
this
.
CtObj
.
Guide_Tel
=
tempObj
.
Guide_Tel
;
this
.
CtObj
.
Guide_Tel
=
tempObj
.
Guide_Tel
;
...
...
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