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
af717eca
Commit
af717eca
authored
Dec 12, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
af3375d1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
36 additions
and
12 deletions
+36
-12
DomesticTravelcontract.vue
src/components/DomesticTravelcontract.vue
+1
-1
SingleContract.vue
src/components/SingleContract.vue
+3
-3
TravelContractConfirm.vue
src/components/TravelContractConfirm.vue
+1
-1
TravelContractNew.vue
src/components/TravelContractNew.vue
+26
-2
TravelContractNewRB.vue
src/components/TravelContractNewRB.vue
+2
-2
TravelContractView.vue
src/components/TravelContractView.vue
+1
-1
onedayTripContract.vue
src/components/onedayTripContract.vue
+1
-1
scenicSpotInfoManage.vue
src/components/scenicSpot/scenicSpotInfoManage.vue
+1
-1
No files found.
src/components/DomesticTravelcontract.vue
View file @
af717eca
...
@@ -1135,7 +1135,7 @@
...
@@ -1135,7 +1135,7 @@
TravelAgency_LicenseNum
:
"L-SC-CJ00015"
,
TravelAgency_LicenseNum
:
"L-SC-CJ00015"
,
TravelAgency_DealMan
:
""
,
TravelAgency_DealMan
:
""
,
TravelAgency_IDNum
:
""
,
TravelAgency_IDNum
:
""
,
TravelAgency_Address
:
"成都市锦江区
一环路东五段87号2幢23层2310.2311.2312号
"
,
TravelAgency_Address
:
"成都市锦江区
青和里南段55号1栋2310、2311、2312号
"
,
TravelAgency_Tel
:
""
,
TravelAgency_Tel
:
""
,
TravelAgency_Fax
:
""
,
TravelAgency_Fax
:
""
,
TravelAgency_PostNum
:
""
,
TravelAgency_PostNum
:
""
,
...
...
src/components/SingleContract.vue
View file @
af717eca
...
@@ -1276,7 +1276,7 @@
...
@@ -1276,7 +1276,7 @@
TravelAgency_LicenseNum
:
"L-SC-CJ00015"
,
TravelAgency_LicenseNum
:
"L-SC-CJ00015"
,
TravelAgency_DealMan
:
""
,
TravelAgency_DealMan
:
""
,
TravelAgency_IDNum
:
""
,
TravelAgency_IDNum
:
""
,
TravelAgency_Address
:
"
東京都北区滝野川5-41-3 TKビル9階
"
,
TravelAgency_Address
:
""
,
TravelAgency_Tel
:
""
,
TravelAgency_Tel
:
""
,
TravelAgency_Fax
:
""
,
TravelAgency_Fax
:
""
,
TravelAgency_PostNum
:
""
,
TravelAgency_PostNum
:
""
,
...
@@ -1441,10 +1441,10 @@
...
@@ -1441,10 +1441,10 @@
changeSignType
()
{
changeSignType
()
{
if
(
this
.
CtObj
.
SignType
==
0
)
{
if
(
this
.
CtObj
.
SignType
==
0
)
{
this
.
CtObj
.
TravelAgency_Name
=
"四川和平国际旅行社有限公司"
;
this
.
CtObj
.
TravelAgency_Name
=
"四川和平国际旅行社有限公司"
;
this
.
CtObj
.
TravelAgency_Address
=
"成都市锦江区
一环路东五段87号2幢23层2310.2311.2312号
"
this
.
CtObj
.
TravelAgency_Address
=
"成都市锦江区
青和里南段55号1栋2310、2311、2312号
"
}
else
{
}
else
{
this
.
CtObj
.
TravelAgency_Name
=
"(株)ピースインターナショナル"
;
this
.
CtObj
.
TravelAgency_Name
=
"(株)ピースインターナショナル"
;
this
.
CtObj
.
TravelAgency_Address
=
"
東京都北区滝野川5-41-3 TKビル9階
"
;
this
.
CtObj
.
TravelAgency_Address
=
""
;
}
}
},
},
//跳转锚点
//跳转锚点
...
...
src/components/TravelContractConfirm.vue
View file @
af717eca
...
@@ -3609,7 +3609,7 @@
...
@@ -3609,7 +3609,7 @@
TravelAgency_LicenseNum
:
"L-SC-CJ00015"
,
TravelAgency_LicenseNum
:
"L-SC-CJ00015"
,
TravelAgency_DealMan
:
""
,
TravelAgency_DealMan
:
""
,
TravelAgency_IDNum
:
""
,
TravelAgency_IDNum
:
""
,
TravelAgency_Address
:
"成都市锦江区
一环路东五段87号2幢23层2310.2311.2312号
"
,
TravelAgency_Address
:
"成都市锦江区
青和里南段55号1栋2310、2311、2312号
"
,
TravelAgency_Tel
:
""
,
TravelAgency_Tel
:
""
,
TravelAgency_Fax
:
""
,
TravelAgency_Fax
:
""
,
TravelAgency_PostNum
:
""
,
TravelAgency_PostNum
:
""
,
...
...
src/components/TravelContractNew.vue
View file @
af717eca
...
@@ -379,6 +379,18 @@
...
@@ -379,6 +379,18 @@
<div
class=
"createTableTitle"
>
出境社信息
</div>
<div
class=
"createTableTitle"
>
出境社信息
</div>
<table
class=
"createTable"
>
<table
class=
"createTable"
>
<tbody>
<tbody>
<tr>
<td>
<el-form-item
label=
"合同章"
>
<el-select
v-model=
"CtObj.signType"
placeholder=
"请选择"
@
change=
"changeSignType"
>
<el-option
key=
"0"
label=
"和平章"
:value=
"0"
>
</el-option>
<el-option
key=
"1"
label=
"日本公司章"
:value=
"1"
>
</el-option>
</el-select>
</el-form-item>
</td>
</tr>
<tr>
<tr>
<td>
<td>
<el-form-item
label=
"公司名称"
>
<el-form-item
label=
"公司名称"
>
...
@@ -1313,7 +1325,8 @@
...
@@ -1313,7 +1325,8 @@
tCNum
:
''
,
tCNum
:
''
,
payProtocol
:
''
,
payProtocol
:
''
,
shopProtocol
:
''
,
shopProtocol
:
''
,
dmcName
:
''
dmcName
:
''
,
signType
:
0
,
//合同章类型(0-和平,1-日本)
},
},
//旅客名单
//旅客名单
guestList
:
[],
guestList
:
[],
...
@@ -1437,6 +1450,17 @@
...
@@ -1437,6 +1450,17 @@
};
};
},
},
methods
:
{
methods
:
{
changeSignType
()
{
if
(
this
.
CtObj
.
signType
==
0
)
{
this
.
CtObj
.
company
=
"四川和平国际旅行社有限公司"
;
this
.
CtObj
.
companyAddress
=
"成都市锦江区青和里南段55号1栋2310、2311、2312号 "
this
.
CtObj
.
businessCertificate
=
'L-SC-CJ00015'
;
}
else
{
this
.
CtObj
.
company
=
"(株)ピースインターナショナル"
;
this
.
CtObj
.
companyAddress
=
""
;
this
.
CtObj
.
businessCertificate
=
''
;
}
},
goContract
()
{
goContract
()
{
let
routeData
=
this
.
$router
.
resolve
({
let
routeData
=
this
.
$router
.
resolve
({
name
:
"TravelContractDetail"
,
name
:
"TravelContractDetail"
,
...
@@ -1510,7 +1534,7 @@
...
@@ -1510,7 +1534,7 @@
if
(
tempObj
&&
tempObj
.
id
<=
0
)
{
if
(
tempObj
&&
tempObj
.
id
<=
0
)
{
this
.
CtObj
.
company
=
'四川和平国际旅行社有限公司'
;
this
.
CtObj
.
company
=
'四川和平国际旅行社有限公司'
;
this
.
CtObj
.
businessCertificate
=
'L-SC-CJ00015'
;
this
.
CtObj
.
businessCertificate
=
'L-SC-CJ00015'
;
this
.
CtObj
.
companyAddress
=
'成都市锦江区
一环路东五段87号2幢23层2310.2311.2312号
'
;
this
.
CtObj
.
companyAddress
=
'成都市锦江区
青和里南段55号1栋2310、2311、2312号
'
;
this
.
CtObj
.
regulatorName
=
'四川省成都市旅游质监执法机构'
;
this
.
CtObj
.
regulatorName
=
'四川省成都市旅游质监执法机构'
;
this
.
CtObj
.
regulatorComplainCall
=
'17708046437'
;
this
.
CtObj
.
regulatorComplainCall
=
'17708046437'
;
this
.
CtObj
.
companyComplainCall
=
'028-96927'
;
this
.
CtObj
.
companyComplainCall
=
'028-96927'
;
...
...
src/components/TravelContractNewRB.vue
View file @
af717eca
...
@@ -1155,12 +1155,12 @@
...
@@ -1155,12 +1155,12 @@
changeSignType
()
{
changeSignType
()
{
if
(
this
.
CtObj
.
SignType
==
0
)
{
if
(
this
.
CtObj
.
SignType
==
0
)
{
this
.
CtObj
.
company
=
'四川和平国际旅行社有限公司'
this
.
CtObj
.
company
=
'四川和平国际旅行社有限公司'
this
.
CtObj
.
companyAddress
=
"成都市锦江区
一环路东五段87号2幢23层2310.2311.2312号
"
;
this
.
CtObj
.
companyAddress
=
"成都市锦江区
青和里南段55号1栋2310、2311、2312号
"
;
this
.
CtObj
.
TravelAgency_LicenseNum
=
"L-SC-CJ00015"
;
this
.
CtObj
.
TravelAgency_LicenseNum
=
"L-SC-CJ00015"
;
}
}
if
(
this
.
CtObj
.
SignType
==
1
)
{
if
(
this
.
CtObj
.
SignType
==
1
)
{
this
.
CtObj
.
company
=
'(株)ピースインターナショナル'
this
.
CtObj
.
company
=
'(株)ピースインターナショナル'
this
.
CtObj
.
companyAddress
=
"
東京都北区滝野川5-41-3 TKビル9階
"
;
this
.
CtObj
.
companyAddress
=
""
;
this
.
CtObj
.
TravelAgency_LicenseNum
=
""
;
this
.
CtObj
.
TravelAgency_LicenseNum
=
""
;
}
}
},
},
...
...
src/components/TravelContractView.vue
View file @
af717eca
...
@@ -2077,7 +2077,7 @@
...
@@ -2077,7 +2077,7 @@
TravelAgency_LicenseNum
:
"L-SC-CJ00015"
,
TravelAgency_LicenseNum
:
"L-SC-CJ00015"
,
TravelAgency_DealMan
:
""
,
TravelAgency_DealMan
:
""
,
TravelAgency_IDNum
:
""
,
TravelAgency_IDNum
:
""
,
TravelAgency_Address
:
"成都市锦江区
一环路东五段87号2幢23层2310.2311.2312号
"
,
TravelAgency_Address
:
"成都市锦江区
青和里南段55号1栋2310、2311、2312号
"
,
TravelAgency_Tel
:
""
,
TravelAgency_Tel
:
""
,
TravelAgency_Fax
:
""
,
TravelAgency_Fax
:
""
,
TravelAgency_PostNum
:
""
,
TravelAgency_PostNum
:
""
,
...
...
src/components/onedayTripContract.vue
View file @
af717eca
...
@@ -1055,7 +1055,7 @@
...
@@ -1055,7 +1055,7 @@
TravelAgency_LicenseNum
:
"L-SC-CJ00015"
,
TravelAgency_LicenseNum
:
"L-SC-CJ00015"
,
TravelAgency_DealMan
:
""
,
TravelAgency_DealMan
:
""
,
TravelAgency_IDNum
:
""
,
TravelAgency_IDNum
:
""
,
TravelAgency_Address
:
"成都市锦江区
一环路东五段87号2幢23层2310.2311.2312号
"
,
TravelAgency_Address
:
"成都市锦江区
青和里南段55号1栋2310、2311、2312号
"
,
TravelAgency_Tel
:
""
,
TravelAgency_Tel
:
""
,
TravelAgency_Fax
:
""
,
TravelAgency_Fax
:
""
,
TravelAgency_PostNum
:
""
,
TravelAgency_PostNum
:
""
,
...
...
src/components/scenicSpot/scenicSpotInfoManage.vue
View file @
af717eca
...
@@ -1085,7 +1085,7 @@
...
@@ -1085,7 +1085,7 @@
PlayTimeHour
:
""
,
//游玩小时
PlayTimeHour
:
""
,
//游玩小时
PlayTimeMinutes
:
""
,
//游玩分钟
PlayTimeMinutes
:
""
,
//游玩分钟
IsIncludeLeader
:
0
,
//是否包含领队:0-包含,1-不包含
IsIncludeLeader
:
0
,
//是否包含领队:0-包含,1-不包含
SelffetchAddress
:
'
東京都北区滝野川5-41-3 TKビル9階
'
,
//邮寄地址
SelffetchAddress
:
''
,
//邮寄地址
},
},
rules
:
{
rules
:
{
//表单必填验证
//表单必填验证
...
...
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