Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
xugong
hls-xcmg-vue-app
Commits
9c813614
Commit
9c813614
authored
Feb 14, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
4b092abd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
9 deletions
+18
-9
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+18
-9
No files found.
src/pages/contractSigning/contract-detail.vue
View file @
9c813614
...
...
@@ -26,12 +26,12 @@
</div>
</h-header>
<div
v-if=
"!isConfirm && con_confirm_status !== 'APPROVED' && auth_credit_flag !=='Y' && credit_status !== 'N'"
v-if=
"!isConfirm && con_confirm_status !== 'APPROVED' && auth_credit_flag !=='Y' && credit_status !== 'N'"
y
class=
"myModal"
>
<div
class=
"box"
>
<img
src=
"@/assets/intoApproval/top.png"
>
<
canvas
v-for=
"page in pages"
:id=
"'the-canvas'+page"
:key=
"page"
class=
"canvas"
/
>
<
div
class=
"outer"
><canvas
v-for=
"page in pages"
:id=
"'the-canvas'+page"
:key=
"page"
class=
"canvas"
/></div
>
<div
class=
"confirm"
>
<input
type=
"checkbox"
@
click=
"select"
>
<span>
我本人已阅读本协议,并同意授权xxxx
</span>
...
...
@@ -477,7 +477,7 @@ export default {
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
attachArray
=
res
.
attachments
//
vm.getBook()
vm
.
getBook
()
}
else
{
vm
.
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
@@ -516,8 +516,8 @@ export default {
let
viewport
=
page
.
getViewport
(
screen
.
availWidth
/
page
.
getViewport
(
1
).
width
)
canvas
.
width
=
viewport
.
width
*
ratio
canvas
.
height
=
viewport
.
height
*
ratio
canvas
.
style
.
width
=
viewport
.
width
/
1.
24
+
'px'
canvas
.
style
.
height
=
viewport
.
height
/
1.
2
+
'px'
canvas
.
style
.
width
=
viewport
.
width
/
1.
1
+
'px'
canvas
.
style
.
height
=
viewport
.
height
/
1.
1
+
'px'
ctx
.
setTransform
(
ratio
,
0
,
0
,
ratio
,
0
,
0
)
let
renderContext
=
{
canvasContext
:
ctx
,
...
...
@@ -985,10 +985,18 @@ export default {
</
script
>
<
style
lang=
"less"
rel=
"stylesheet"
>
#contract-details {
.canvas{
position: relative;
z-index: 0;
.outer{
width:259px;
height:370px;
background-color: #fff;
overflow-y: scroll;
overflow-x:hidden;
.canvas{
position: relative;
z-index: 0;
}
}
.sign-elect {
width: 100%;
height: 1.1rem;
...
...
@@ -1535,6 +1543,7 @@ export default {
.confirm {
width: 240px;
height: 20px;
background-color: #fff;
// padding-top: 25px;
margin: 0 auto;
font-family: PingFangSC-Regular;
...
...
@@ -1545,7 +1554,7 @@ export default {
justify-content: center;
align-items: center;
position: relative;
margin-top:
-59
px;
margin-top:
15
px;
input {
width: 16px;
height: 16px;
...
...
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