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
9b135d2d
Commit
9b135d2d
authored
Oct 25, 2023
by
陆正友
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
授信额度占用释放
parent
9bd3da43
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
5 deletions
+51
-5
credit_entrance_detail_fixed.lview
...pp/modules/hls/HLS361N/credit_entrance_detail_fixed.lview
+36
-0
hls_bp_master_credit.lview
...ain/webapp/modules/hls/HLS361N/hls_bp_master_credit.lview
+15
-5
No files found.
src/main/webapp/modules/hls/HLS361N/credit_entrance_detail_fixed.lview
0 → 100644
View file @
9b135d2d
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: sf
$Date: 2019/09/24 21:19
$Revision: 1.0
$Purpose: 商业伙伴授信维护
-->
<a:screen
xmlns:a=
"http://www.leaf-framework.org/application"
customizationEnabled=
"true"
dynamiccreateenabled=
"true"
trace=
"true"
>
<a:init-procedure>
<a:model-query
fetchAll=
"true"
model=
"basic.get_sys_default_time"
rootPath=
"sys_default_time"
/>
-->
</a:init-procedure>
<a:view>
<a:link
id=
"credit_enhance_detail_link_id"
model=
"cont.CON500.con_contract_get_layout_code"
modelaction=
"update"
/>
<script
type=
"text/javascript"
>
<![CDATA[
Leaf.onReady(function(){
var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_contract');
var record = $(ds_id).getCurrentRecord();
$(ds_id).setQueryParameter('bp_id','${/parameter/@bp_id}');
$(ds_id).query();
})
//确认按钮
window['${/parameter/@layout_code}_user_button1_layout_dynamic_click'] = function() {
}
//退回按钮
window['${/parameter/@layout_code}_user_button2_layout_dynamic_click'] = function() {
}
]]>
</script>
<a:screen-include
screen=
"modules/cont/CON500/con_contract_get_layout_code.lview"
/>
</a:view>
</a:screen>
src/main/webapp/modules/hls/HLS361N/hls_bp_master_credit.lview
View file @
9b135d2d
...
...
@@ -198,13 +198,23 @@ $Purpose: 商业伙伴授信维护
//--承租人的详细信息
function
on_business_tenant_detail_window(id,
name)
{
//获得该条record的所有数据
debugger;
var
record =
window['${/parameter/@layout_code}_hls_link_render_record'][id
+
'---'
+
name];
var
param =
record.data;
console.log(param.credit_type);
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