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
d654354c
Commit
d654354c
authored
Oct 15, 2023
by
38823
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合同起租(经租)工作流还原
parent
25a687bb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
contract_approval.lwm
.../webapp/WEB-INF/classes/cont/CON505/contract_approval.lwm
+0
-2
con_re_incept_modify.lview
...in/webapp/modules/cont/CON3200/con_re_incept_modify.lview
+3
-4
No files found.
src/main/webapp/WEB-INF/classes/cont/CON505/contract_approval.lwm
View file @
d654354c
...
...
@@ -23,8 +23,6 @@
begin
con_contract_workflow_pkg.contract_incept_submit(
p_contract_id =>
${@contract_id},
p_function_code =>${@function_code},
p_layout_code =>${@layout_code},
p_user_id => ${/session/@user_id}
);
end;
...
...
src/main/webapp/modules/cont/CON3200/con_re_incept_modify.lview
View file @
d654354c
...
...
@@ -88,7 +88,8 @@
};
window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_form_add_and_load'] = function (ds, record, config_records, bp_seq) {
if('${/parameter/@function_code}'!='CON3200Q_OP'){
debugger;
if('${/parameter/@cond_para2}'=='N' || '${/parameter/@cond_para2}'==''){
var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_contract');
if (ds_id == ds.id && ds_id) {
// if (record.get('business_type') == 'LEASEBACK'&&'${/parameter/@function_usage}'=='MODIFY') {
...
...
@@ -654,9 +655,7 @@
Leaf.request({
url:
$('con_approval_link_id').getUrl(),
para:
{
contract_id:
contract_id,
function_code:
'CON3200Q',
layout_code:
'CONTRACT_QUERY_INC'
contract_id:
contract_id
},
scope:
this,
success:
function
()
{
...
...
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