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
9125a1a3
Commit
9125a1a3
authored
Dec 12, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
0ebe8e3d
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
8 deletions
+12
-8
TravelContractConfirm.vue
src/components/TravelContractConfirm.vue
+1
-1
TravelContractDetail.vue
src/components/TravelContractDetail.vue
+6
-3
TravelContractNew.vue
src/components/TravelContractNew.vue
+0
-1
clientConfirm.vue
src/components/clientConfirm.vue
+5
-3
No files found.
src/components/TravelContractConfirm.vue
View file @
9125a1a3
...
...
@@ -3609,7 +3609,7 @@
TravelAgency_LicenseNum
:
"L-SC-CJ00015"
,
TravelAgency_DealMan
:
""
,
TravelAgency_IDNum
:
""
,
TravelAgency_Address
:
"成都市锦江区青和里南段55号1栋2310、2311、2312号
"
,
TravelAgency_Address
:
"成都市锦江区青和里南段55号1栋2310、2311、2312号"
,
TravelAgency_Tel
:
""
,
TravelAgency_Fax
:
""
,
TravelAgency_PostNum
:
""
,
...
...
src/components/TravelContractDetail.vue
View file @
9125a1a3
...
...
@@ -403,7 +403,7 @@
</div>
<div
class=
"contract"
>
<div
class=
"title"
>
<h1>
四川和平国际旅行社有限公司
团队出境旅游合同
</h1>
<h1>
{{dataList.company}}
团队出境旅游合同
</h1>
<p
class=
"contractNo"
>
合同编号:
<span>
{{dataList.contractNum}}
</span></p>
</div>
<div
class=
"menu"
>
...
...
@@ -741,7 +741,9 @@
</td>
<td>
<span>
{{dataList.company}}
</span>
<img
class=
"esealDiv"
:src=
"CurrentUserInfo.ZhangImg"
alt=
""
/>
<
template
v-if=
"dataList.zhangUrl"
>
<img
class=
"esealDiv"
:src=
"dataList.zhangUrl"
alt=
""
/>
</
template
>
</td>
</tr>
<tr>
...
...
@@ -1155,4 +1157,5 @@
this
.
getShow
(
TID
);
}
};
</
script
>
src/components/TravelContractNew.vue
View file @
9125a1a3
...
...
@@ -373,7 +373,6 @@
</el-form-item>
</td>
</tr>
</tbody>
</table>
<div
class=
"createTableTitle"
>
出境社信息
</div>
...
...
src/components/clientConfirm.vue
View file @
9125a1a3
...
...
@@ -994,7 +994,11 @@
<li>
<el-row>
<el-col
:span=
"12"
>
出境社盖章:
</el-col>
<el-col
:span=
"12"
><img
class=
"signImg"
:src=
"ZhangImg"
alt=
""
/></el-col>
<el-col
:span=
"12"
>
<template
v-if=
"dataList.zhangUrl"
>
<img
class=
"signImg"
:src=
"dataList.zhangUrl"
alt=
""
/>
</
template
>
</el-col>
</el-row>
</li>
<li>
...
...
@@ -1222,7 +1226,6 @@
//数据源
dataList
:
[],
dialogVisible
:
false
,
ZhangImg
:
""
,
};
},
created
()
{
...
...
@@ -1305,7 +1308,6 @@
},
},
mounted
()
{
this
.
ZhangImg
=
'http://imgfile.oytour.com/New/Upload/CompanyImage/hepingzhang.png'
this
.
msg
.
TCID
=
this
.
$route
.
query
.
TCID
;
this
.
msg
.
orderID
=
this
.
$route
.
query
.
orderID
;
this
.
msg
.
guestId
=
this
.
$route
.
query
.
guestId
;
...
...
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