Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
310566fe
Commit
310566fe
authored
Dec 30, 2020
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电子签名查询接口
parent
a2646e57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
+11
-1
src/app/my/application-process/signature/signature.component.ts
+11
-1
No files found.
src/app/my/application-process/signature/signature.component.ts
View file @
310566fe
...
@@ -40,6 +40,7 @@ export class SignatureComponent implements OnInit {
...
@@ -40,6 +40,7 @@ export class SignatureComponent implements OnInit {
var
eleSign
=
new
EleSign
();
//实例化对象
var
eleSign
=
new
EleSign
();
//实例化对象
eleSign
.
init
({
setBgColor
:
'#333333'
});
//初始化
eleSign
.
init
({
setBgColor
:
'#333333'
});
//初始化
eleSign
.
moutedEle
(
ele
)
//将签名节点放入到传入的element节点中
eleSign
.
moutedEle
(
ele
)
//将签名节点放入到传入的element节点中
this
.
queryWholeInfo
(
this
.
hiringBasicInfoId
)
}
}
next
(){
next
(){
...
@@ -66,7 +67,16 @@ export class SignatureComponent implements OnInit {
...
@@ -66,7 +67,16 @@ export class SignatureComponent implements OnInit {
this
.
myService
.
saveDigitalSignatures
(
param
).
subscribe
((
res
)
=>
{
this
.
myService
.
saveDigitalSignatures
(
param
).
subscribe
((
res
)
=>
{
console
.
log
(
res
)
console
.
log
(
res
)
if
(
res
[
'success'
]){
if
(
res
[
'success'
]){
}
})
}
queryWholeInfo
(
hiringBasicInfoId
){
this
.
myService
.
queryWholeInfo
({
hiringBasicInfoId
:
hiringBasicInfoId
}).
subscribe
((
res
)
=>
{
console
.
log
(
res
)
if
(
res
[
'success'
]){
this
.
imgStr
=
res
[
'data'
][
'hiringBasicInfo'
][
'personalSignOssPath'
];
}
}
})
})
}
}
...
...
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