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
5d84606c
Commit
5d84606c
authored
Oct 26, 2023
by
陆正友
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
授信页面超链接页面布局调整
parent
74fa3513
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
hls_bp_master_credit_confirm.lview
...pp/modules/hls/HLS362N/hls_bp_master_credit_confirm.lview
+14
-5
No files found.
src/main/webapp/modules/hls/HLS362N/hls_bp_master_credit_confirm.lview
View file @
5d84606c
...
...
@@ -195,11 +195,20 @@ $Purpose: 商业伙伴授信维护
var
record =
window['${/parameter/@layout_code}_hls_link_render_record'][id
+
'---'
+
name];
console.log(record)
var
param =
record.data;
param['function_code']
=
'HLS36101';
param['function_usage']
=
'MODIFY';
param['maintain_type']
=
'UPDATE';
param['url_title']
=
'商业伙伴授信详细';
hls_doc_get_layout_code('hn1150_get_layout_code_link_id',
param,
'hls361_hls_bp_master_credit_tenant_detail_link',
null);
if(
param.credit_type =
=
'CAPITAL_LOAN_CREDIT'
){
param['function_code']
=
'HLS36101';
param['function_usage']
=
'MODIFY';
param['maintain_type']
=
'UPDATE';
param['url_title']
=
'商业伙伴授信详细';
hls_doc_get_layout_code('hn1150_get_layout_code_link_id',
param,
'hls361_hls_bp_master_credit_tenant_detail_link',
null);
}else{
param['function_code']
=
'HLS361Z';
param['function_usage']
=
'MODIFY';
param['maintain_type']
=
'UPDATE';
param['url_title']
=
'商业伙伴授信详细';
hls_doc_get_layout_code('hn1150_get_layout_code_link_id',
param,
'hls361_hls_bp_master_credit_tenant_detail_link',
null);
}
}
//--经销商的详细信息
function
on_business_agent_detail_window(id,
name)
{
...
...
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