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
a4e4e79d
Commit
a4e4e79d
authored
Nov 13, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] 授信创建后自动刷新
parent
cc0e1851
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
3 deletions
+18
-3
contract_penalty_reduction_create.lview
...ules/cont/CON1020/contract_penalty_reduction_create.lview
+0
-1
credit_credit.lview
src/main/webapp/modules/hls/HLS361N/credit_credit.lview
+10
-0
credit_credit_maintain.lview
...n/webapp/modules/hls/HLS361N/credit_credit_maintain.lview
+2
-0
hls_bp_master_credit.lview
...ain/webapp/modules/hls/HLS361N/hls_bp_master_credit.lview
+6
-2
No files found.
src/main/webapp/modules/cont/CON1020/contract_penalty_reduction_create.lview
View file @
a4e4e79d
...
@@ -77,7 +77,6 @@
...
@@ -77,7 +77,6 @@
if(!$(ds_id1).validate()){
if(!$(ds_id1).validate()){
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
return;
return;
}
}
var
record1 =
$(ds_id1).getCurrentRecord();
var
record1 =
$(ds_id1).getCurrentRecord();
...
...
src/main/webapp/modules/hls/HLS361N/credit_credit.lview
View file @
a4e4e79d
...
@@ -37,6 +37,16 @@ $Purpose: 商业伙伴授信创建
...
@@ -37,6 +37,16 @@ $Purpose: 商业伙伴授信创建
};
};
//保存成功后刷新页面credit_ds
// window['${/parameter/@layout_code}_on_layout_dynamic_submitsuccess'] = function(ds, record, res, bp_seq) {
// Leaf.SideBar.show({
// msg: '操作成功',
// duration: 2000
// });
// $('credit_ds').query();
// $('${/parameter/@winid}').close();
// window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
// };
]]>
</script>
]]>
</script>
<a:screen-include
screen=
"modules/cont/CON500/con_contract_get_layout_code.lview"
/>
<a:screen-include
screen=
"modules/cont/CON500/con_contract_get_layout_code.lview"
/>
...
...
src/main/webapp/modules/hls/HLS361N/credit_credit_maintain.lview
View file @
a4e4e79d
...
@@ -59,6 +59,8 @@ $Purpose: 商业伙伴授信维护
...
@@ -59,6 +59,8 @@ $Purpose: 商业伙伴授信维护
success:
function
()
{
success:
function
()
{
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
window['${/parameter/@layout_code}_unlock_layout_dynamic_window']();
$('${/parameter/@winid}').close();
$('credit_ds').query();
},
},
error:
function()
{
error:
function()
{
...
...
src/main/webapp/modules/hls/HLS361N/hls_bp_master_credit.lview
View file @
a4e4e79d
...
@@ -102,7 +102,9 @@ $Purpose: 商业伙伴授信维护
...
@@ -102,7 +102,9 @@ $Purpose: 商业伙伴授信维护
param['credit_date_from']=datas[0].get('credit_date_from');
param['credit_date_from']=datas[0].get('credit_date_from');
param['credit_total_amount']=datas[0].get('credit_total_amount');
param['credit_total_amount']=datas[0].get('credit_total_amount');
param['bp_code']=datas[0].get('bp_code');
param['bp_code']=datas[0].get('bp_code');
hls_doc_get_layout_code('hn1150_get_layout_code_link_id', param, 'hls361_hls_bp_master_maintain_link', null);
param['winid']='hls_bp_credit_winId';
hls_doc_get_layout_code('hn1150_get_layout_code_link_id', param, 'hls361_hls_bp_master_maintain_link', credit_ds);
/* var credit_date_from=Leaf.formatDate(datas[0].data.credit_date_from)
/* var credit_date_from=Leaf.formatDate(datas[0].data.credit_date_from)
...
@@ -160,12 +162,14 @@ $Purpose: 商业伙伴授信维护
...
@@ -160,12 +162,14 @@ $Purpose: 商业伙伴授信维护
}
}
//商业伙伴创建按钮
//商业伙伴创建按钮
window['${/parameter/@layout_code}_user_button3_layout_dynamic_click']
=
function()
{
window['${/parameter/@layout_code}_user_button3_layout_dynamic_click']
=
function()
{
var
credit_ds=
get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'],
'hls_bp_master_credit_hd');
var
param=
{};
var
param=
{};
param['function_code']
=
'HLS36105';
param['function_code']
=
'HLS36105';
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_create_link',
null);
param['winid']='hls_bp_create_winid';
hls_doc_get_layout_code('hn1150_get_layout_code_link_id',
param,
'hls361_hls_bp_master_create_link',
credit_ds);
}
}
//--承租人的详细信息
//--承租人的详细信息
function
on_business_tenant_detail_window(id,
name)
{
function
on_business_tenant_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