Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
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
hlcm
leaf-hlcm
Commits
c6266292
Commit
c6266292
authored
Dec 22, 2020
by
congzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[建机]电子合同开发 校验调整以及经办人授权文件开发
parent
df85701d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
846 additions
and
2 deletions
+846
-2
con_contract_modify.lview
...main/webapp/modules/cont/CON505/con_contract_modify.lview
+1
-1
con_ele_sign_cancel.lsc
src/main/webapp/modules/cont/CON505/con_ele_sign_cancel.lsc
+7
-1
hls_bp_master_req_modify.lview
...webapp/modules/hls/HLS214N/hls_bp_master_req_modify.lview
+838
-0
No files found.
src/main/webapp/modules/cont/CON505/con_contract_modify.lview
View file @
c6266292
This diff is collapsed.
Click to expand it.
src/main/webapp/modules/cont/CON505/con_ele_sign_cancel.lsc
View file @
c6266292
...
...
@@ -62,6 +62,7 @@
var revokeFlows = result_ob.revokeFlows;
var all_revoke_flag = 'Y';
var error_message;
var result;
for (var i = 0; i < revokeFlows.length; i++) {
if(revokeFlows[i].result == 0){
revoke_flag_update_bm.update({
...
...
@@ -70,6 +71,7 @@
});
}else{
all_revoke_flag = 'N';
result = revokeFlows[i].result;
error_message = revokeFlows[i].msg;
}
}
...
...
@@ -78,7 +80,11 @@
contract_id:$ctx.parameter.contract_id
});
}else{
$ctx.parameter.message = error_message;
if(result = '1437111'){
$ctx.parameter.message = '签约已完毕,不可取消';
}else{
$ctx.parameter.message = error_message;
}
}
}
]]>
</s:server-script>
...
...
src/main/webapp/modules/hls/HLS214N/hls_bp_master_req_modify.lview
0 → 100644
View file @
c6266292
This diff is collapsed.
Click to expand it.
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