Commit 5d84606c authored by 陆正友's avatar 陆正友

授信页面超链接页面布局调整

parent 74fa3513
...@@ -195,11 +195,20 @@ $Purpose: 商业伙伴授信维护 ...@@ -195,11 +195,20 @@ $Purpose: 商业伙伴授信维护
var record = window['${/parameter/@layout_code}_hls_link_render_record'][id + '---' + name]; var record = window['${/parameter/@layout_code}_hls_link_render_record'][id + '---' + name];
console.log(record) console.log(record)
var param = record.data; var param = record.data;
if(param.credit_type == 'CAPITAL_LOAN_CREDIT' ){
param['function_code'] = 'HLS36101'; param['function_code'] = 'HLS36101';
param['function_usage'] = 'MODIFY'; param['function_usage'] = 'MODIFY';
param['maintain_type'] = 'UPDATE'; param['maintain_type'] = 'UPDATE';
param['url_title'] = '商业伙伴授信详细'; param['url_title'] = '商业伙伴授信详细';
hls_doc_get_layout_code('hn1150_get_layout_code_link_id', param, 'hls361_hls_bp_master_credit_tenant_detail_link', null); 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) { function on_business_agent_detail_window(id, name) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment