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
7aec2342
Commit
7aec2342
authored
Jun 19, 2023
by
陆正友
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
授信维护增加供应商
parent
c9c78842
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
hls_bp_master_credit.lview
...ain/webapp/modules/hls/HLS361N/hls_bp_master_credit.lview
+13
-0
No files found.
src/main/webapp/modules/hls/HLS361N/hls_bp_master_credit.lview
View file @
7aec2342
...
...
@@ -48,6 +48,8 @@ $Purpose: 商业伙伴授信维护
link_function = 'on_business_tenant_detail_window';
}else if ( record.get('bp_category')=='AGENT'){
link_function = 'on_business_agent_detail_window';
}else if(record.get('bp_category')=='VENDER'){
link_function = 'on_business_tenant_detail_window';
}
return '<a href="javascript:window[\'' + link_function + '\'](\'' + record.id + '\',\'' + name + '\');">
' + value + '
</a>
';
}
...
...
@@ -198,6 +200,17 @@ $Purpose: 商业伙伴授信维护
param['url_title']
=
'商业伙伴授信详细';
hls_doc_get_layout_code('hn1150_get_layout_code_link_id',
param,
'hls361_hls_bp_master_credit_agent_detail_link',
null);
}
//
//--供应商的详细信息
//
function
on_business_agent_detail_window(id,
name)
{
//
//获得该条record的所有数据
//
var
record =
window['${/parameter/@layout_code}_hls_link_render_record'][id
+
'---'
+
name];
//
var
param =
record.data;
//
param['function_code']
=
'HLS36103';
//
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_agent_detail_link',
null);
//
}
//
//变更履历按钮
window['${/parameter/@layout_code}_user_button4_layout_dynamic_click']
=
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