Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
蒋勇
zhichan
Commits
afb3e779
Commit
afb3e779
authored
May 12, 2020
by
zhaoxiqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
1f427169
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
bpo-admin/app/base/service/impl/utilesignbaoSve.js
+1
-1
bpo-admin/app/front/vues/pages/entcontractall2/entcontractall2.js
+3
-6
No files found.
bpo-admin/app/base/service/impl/utilesignbaoSve.js
View file @
afb3e779
...
...
@@ -905,7 +905,7 @@ class UtilESignBaoService {
docId
:
tDocId
,
//合同id
templateId
:
params
.
templateId
//模板id,由创建模板接口调用返回的templateId
};
console
.
log
(
result
)
;
return
result
;
// //4.发起个人手动签署 5.5.4
// var handPersonSignTaskResult = await self.handPersonSignTask(handPersonSignTaskParams, opName, result);
...
...
bpo-admin/app/front/vues/pages/entcontractall2/entcontractall2.js
View file @
afb3e779
...
...
@@ -480,13 +480,10 @@
id
:
self
.
id
}).
then
(
function
(
d
)
{
if
(
d
.
status
==
0
&&
d
.
data
)
{
self
.
$message
.
warning
(
d
.
msg
||
"签署成功"
);
self
.
showDong
=
true
;
self
.
showDong
=
false
;
}
else
{
self
.
$message
.
warning
(
d
.
msg
||
"签署失败"
);
self
.
$message
.
warning
(
d
.
msg
||
"操作失败"
);
self
.
showDong
=
false
;
}
});
},
...
...
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