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
3e3d500a
Commit
3e3d500a
authored
Sep 06, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电子合同
parent
452b1a14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
18 deletions
+35
-18
ElectronicContract.vue
src/components/Contract/ElectronicContract.vue
+2
-0
clientConfirm.vue
src/components/clientConfirm.vue
+33
-18
No files found.
src/components/Contract/ElectronicContract.vue
View file @
3e3d500a
...
...
@@ -1209,11 +1209,13 @@
// 生成二维码
GetQrCode
:
function
()
{
let
urlObj
=
this
.
domainManager
();
let
msg
=
{
TCID
:
this
.
$route
.
query
.
TCID
,
orderID
:
this
.
$route
.
query
.
orderID
,
pUrl
:
"clientConfirm"
,
};
console
.
log
(
"urlObj"
,
urlObj
)
this
.
$http
({
headers
:
{
'Content-Type'
:
'application/json'
...
...
src/components/clientConfirm.vue
View file @
3e3d500a
...
...
@@ -30,11 +30,11 @@
.dic_content
.item_content
{
width
:
100%
;
height
:
auto
;}
.dic_content
.item_content
.title
{
width
:
100%
;
text-align
:
center
;
margin-top
:
20px
;}
.dic_content
.item_content
>
label
{
width
:
100%
;
text-align
:
left
;
font-weight
:
bold
;
background-color
:
#F2F2F2
;
margin
:
30px
0
;
padding
:
8px
0
;
text-indent
:
20px
;
display
:
inline-block
;
font-size
:
16px
;}
.dic_content
.item_content
>
span
{
font-size
:
1
3px
;
line-height
:
26px
;
margin-left
:
10px
;}
.dic_content
.item_content
>
span
{
font-size
:
1
.5rem
;
line-height
:
26px
;
margin-left
:
10px
;}
.dic_content
.item_content
.content_table
{
border
:
1px
solid
#d1d1d1
;
margin-top
:
10px
;
width
:
100%
;
text-align
:
center
;}
.dic_content
.item_content
.content_table
th
{
background-color
:
#F2F2F2
;}
.dic_content
.item_content
.content_table
th
,
.dic_content
.item_content
.content_table
td
{
border
:
1px
solid
#808080
;
text-align
:
center
;
padding
:
10px
;}
.dic_content
.item_content
font
{
color
:
blue
;
display
:
inline-block
;
padding
:
0
10px
;
font-size
:
1
3px
;
}
.dic_content
.item_content
font
{
color
:
blue
;
display
:
inline-block
;
padding
:
0
10px
;
font-size
:
1
.5rem
}
.dic_content
.content_table
font
{
min-width
:
0
;}
.dic_content
.float_div
{
position
:
fixed
;
bottom
:
0
;
line-height
:
50px
;
background-color
:
#F2F2F2
;
width
:
1190px
;
padding-left
:
10px
;
height
:
50px
;
display
:
block
;
vertical-align
:
middle
;
text-align
:
match-parent
;}
...
...
@@ -112,9 +112,10 @@
.dic_content
.TipsDiv
{
background
:
#fff
;
width
:
75%
;
margin
:
5rem
auto
;
margin
:
0
auto
;
border-radius
:
0.7rem
;
padding
:
2rem
0
;
margin-top
:
20rem
;
}
.dic_content
.TipsDiv
.readSpan
{
display
:
inline-block
;
...
...
@@ -124,7 +125,7 @@
width
:
18rem
;
line-height
:
3.4rem
;
color
:
#fff
;
font-size
:
14px
;
font-size
:
2rem
;
margin-top
:
1rem
;
}
...
...
@@ -138,6 +139,7 @@
background
:
rgba
(
0
,
0
,
0
,
0.5
);
top
:
0
;
left
:
0
;
z-index
:
1000
;
}
.dic_content
.signSpan
{
position
:
fixed
;
...
...
@@ -172,36 +174,37 @@
.dic_content
.navHidden
{
width
:
100%
;
overflow
:
hidden
;
height
:
45px
;
height
:
5rem
;
}
.dic_content
.navHidden
.wrap
{
width
:
100%
;
height
:
6
0px
;
height
:
6
rem
;
overflow-x
:
scroll
;
overflow-y
:
hidden
;
}
.dic_content
.navHidden
.Navul
{
width
:
11
33px
;
width
:
11
2rem
;
padding
:
0
;
display
:
flex
;
height
:
45px
;
line-height
:
45px
;
height
:
5rem
;
line-height
:
5rem
;
margin
:
0
;
border-bottom
:
1px
solid
#ccc
;
}
.dic_content
.navHidden
.Navul
li
{
display
:
inline-block
;
padding
:
0
15px
;
margin-right
:
1rem
;
box-sizing
:
border-box
;
cursor
:
pointer
;
font-size
:
2rem
;
}
.dic_content
.SignbgDiv
{
position
:
relative
;
width
:
100%
;
padding-bottom
:
70px
;
padding-top
:
80px
;
padding-top
:
10rem
;
}
.dic_content
.SignbgDiv
.signContent
{
overflow
:
hidden
;
...
...
@@ -218,6 +221,7 @@
padding
:
10px
6px
;
box-sizing
:
border-box
;
border-bottom
:
1px
solid
#ddd
;
font-size
:
1.5rem
;
}
.dic_content
.guestUl
li
:nth-child
(
even
)
{
background
:
#f5f5f5
;
...
...
@@ -249,6 +253,12 @@
padding
:
0
!important
;
height
:
20px
;
}
.dic_content
.SignbgDiv
p
{
font-size
:
1.5rem
;
}
.dic_content
.gzqzUl
li
{
font-size
:
1.5rem
;
}
</
style
>
<
template
>
...
...
@@ -257,28 +267,28 @@
<div
class=
"signSpan"
>
<div
@
click=
"goUrl"
class=
"sign"
>
<p><span
class=
"sp1"
></span></p>
<span>
签字
</span>
<span
style=
"font-size:2rem"
>
签字
</span>
</div>
</div>
<!-- 开始进入弹窗 -->
<div
class=
TipTc
v-show=
"tcShow"
>
<div
class=
"TipsDiv"
style=
"text-align:center"
>
<h4
style=
"font-size:
18px
;color: #24ade5;"
>
中国公民文明旅游公约
</h4>
<ul
class=
"conventionList"
>
<h4
style=
"font-size:
2.5rem
;color: #24ade5;"
>
中国公民文明旅游公约
</h4>
<ul
style=
"font-size:2rem"
class=
"conventionList"
>
<li>
重安全,讲礼仪;
</li>
<li>
不喧哗,杜陋习;
</li>
<li>
守良俗,明事理;
</li>
<li>
爱环境,护古迹;
</li>
<li>
文明行,最得体。
</li>
</ul>
<span
@
click=
"tcShow=false"
class=
"readSpan"
>
已阅知
</span>
<span
@
click=
"tcShow=false"
class=
"readSpan"
>
已阅知
</span>
</div>
</div>
<!-- 头部 -->
<div
class=
"NavFixed"
>
<p
style=
"background:#24ade5;text-align:center;color:#fff;padding:6px 0"
>
查看
</p>
<p
style=
"background:#24ade5;text-align:center;color:#fff;padding:6px 0
;font-size:3rem
"
>
查看
</p>
<div
class=
"navHidden"
>
<div
class=
"wrap"
>
<ul
class=
"Navul"
>
...
...
@@ -1482,8 +1492,8 @@
export
default
{
data
()
{
return
{
tcShow
:
fals
e
,
ActiveTab
:
5
,
tcShow
:
tru
e
,
ActiveTab
:
1
,
//查询参数
msg
:{
TCID
:
0
,
...
...
@@ -1508,6 +1518,11 @@
trifficList
:[]
};
},
created
(){
if
(
this
.
$route
.
query
.
str
){
this
.
tcShow
=
false
;
}
},
methods
:
{
goUrl
(){
sessionStorage
.
setItem
(
"SignInfo"
,
JSON
.
stringify
(
this
.
dataList
))
...
...
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