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
5786c670
Commit
5786c670
authored
Mar 15, 2024
by
panhong18943
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资管费银企直连
parent
842e2dc0
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
335 additions
and
34 deletions
+335
-34
hsbc_paying_batch_create_manage.lwm
.../classes/hsbc/HSBC100/hsbc_paying_batch_create_manage.lwm
+34
-0
hsbc100_m_result_queryfields.js
...erver-script/layoutconfig/hsbc100_m_result_queryfields.js
+13
-0
hsbc110_m_result_queryfields.js
...erver-script/layoutconfig/hsbc110_m_result_queryfields.js
+21
-0
hsbc110_r_result_queryfields.js
...erver-script/layoutconfig/hsbc110_r_result_queryfields.js
+1
-1
csh_bank_account_choose.lview
...webapp/modules/hsbc/HSBC100/csh_bank_account_choose.lview
+3
-0
hsbc_paying_batch_create.lview
...ebapp/modules/hsbc/HSBC100/hsbc_paying_batch_create.lview
+141
-16
hsbc_paying_batch_create_manage.lsc
.../modules/hsbc/HSBC100/hsbc_paying_batch_create_manage.lsc
+11
-0
hsbc_paying_batch_modify.lview
...ebapp/modules/hsbc/HSBC110/hsbc_paying_batch_modify.lview
+111
-17
No files found.
src/main/webapp/WEB-INF/classes/hsbc/HSBC100/hsbc_paying_batch_create_manage.lwm
0 → 100644
View file @
5786c670
<?xml version="1.0" encoding="UTF-8"?>
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
>
<bm:operations>
<bm:operation
name=
"delete"
>
<bm:update-sql>
<![CDATA[
delete from hl_hsbc_doc_temp t where t.session_id = ${/session/@session_id}
]]>
</bm:update-sql>
</bm:operation>
<bm:operation
name=
"insert"
>
<bm:update-sql>
<![CDATA[
begin
hl_hsbc_interface_pkg.insert_doc_temp_manage(
p_session_id=>
${/session/@session_id},
p_payment_req_ln_id=>${@payment_req_ln_id},
p_payment_req_id=>${@payment_req_id},
p_tranamount =>${@unpaid_amount},
p_user_id=>${/session/@user_id},
p_button_id => ${/parameter/@button_id},
p_division => ''
);
end;
]]>
</bm:update-sql>
</bm:operation>
<bm:operation
name=
"update"
>
<bm:update-sql>
<![CDATA[
begin
hl_hsbc_interface_pkg.create_batch_manage(p_session_id =>
${/session/@session_id},
p_bank_account_id => ${@bank_account_id},
p_user_id => ${/session/@user_id});
end;
]]>
</bm:update-sql>
</bm:operation>
</bm:operations>
</bm:model>
src/main/webapp/WEB-INF/server-script/layoutconfig/hsbc100_m_result_queryfields.js
0 → 100644
View file @
5786c670
var
override_queryfields
=
[
{
name
:
'approval_date_from'
,
queryexpression
:
"trunc(t1.approval_date) >= to_date(${@approval_date_from},'yyyy-mm-dd')"
},
{
name
:
'approval_date_to'
,
queryexpression
:
"trunc(t1.approval_date) <= to_date(${@approval_date_to},'yyyy-mm-dd')"
}
];
override
();
src/main/webapp/WEB-INF/server-script/layoutconfig/hsbc110_m_result_queryfields.js
0 → 100644
View file @
5786c670
var
override_queryfields
=
[
{
name
:
'creationdate_from'
,
queryexpression
:
"trunc(t1.creationdate) >= to_date(${@creationdate_from},'yyyy-mm-dd')"
},
{
name
:
'creationdate_to'
,
queryexpression
:
"trunc(t1.creationdate) <= to_date(${@creationdate_to},'yyyy-mm-dd')"
}
];
var
add_datafilters
=
[
{
name
:
'init_filter'
,
expression
:
"t1.status in ('NEW','ERROR','FINISHED','SEND_MID','CONFIRM1_ERROR','CONFIRM2_FULL_ERROR') and t1.cf_item = '40'"
}
];
add_datafilter
();
override
();
src/main/webapp/WEB-INF/server-script/layoutconfig/hsbc110_r_result_queryfields.js
View file @
5786c670
...
...
@@ -13,7 +13,7 @@ var add_datafilters = [
{
name
:
'init_filter'
,
//expression : "t1.status in ('NEW','ERROR','FINISHED','SEND_MID','CONFIRM1_ERROR','CONFIRM2_FULL_ERROR') and t1.collection_classes = 'REFUND'"
expression
:
"t1.status in ('NEW','ERROR','FINISHED','SEND_MID','CONFIRM1_ERROR','CONFIRM2_FULL_ERROR') and nvl(t1.cf_item,'-1')
<> '0'
"
expression
:
"t1.status in ('NEW','ERROR','FINISHED','SEND_MID','CONFIRM1_ERROR','CONFIRM2_FULL_ERROR') and nvl(t1.cf_item,'-1')
not in ('0','40')
"
}
];
...
...
src/main/webapp/modules/hsbc/HSBC100/csh_bank_account_choose.lview
View file @
5786c670
...
...
@@ -3,6 +3,7 @@
<a:view>
<a:link
id=
"hsbc_paying_batch_create_link_id"
url=
"${/request/@context_path}/modules/hsbc/HSBC100/hsbc_paying_batch_create.lsc"
/>
<a:link
id=
"hsbc_paying_batch_create_return_link_id"
url=
"${/request/@context_path}/modules/hsbc/HSBC100/hsbc_paying_batch_create_return.lsc"
/>
<a:link
id=
"hsbc_paying_batch_create_manage_link_id"
url=
"${/request/@context_path}/modules/hsbc/HSBC100/hsbc_paying_batch_create_manage.lsc"
/>
<script>
<![CDATA[
function create_paying_batch() {
var winId = '${/parameter/@winId}';
...
...
@@ -34,6 +35,8 @@
url = $('hsbc_paying_batch_create_link_id').getUrl();
}else if(pay_type == 'RETURN'){
url = $('hsbc_paying_batch_create_return_link_id').getUrl();
}else if(pay_type == 'MANAGE'){
url = $('hsbc_paying_batch_create_manage_link_id').getUrl();
}
Leaf.request({
...
...
src/main/webapp/modules/hsbc/HSBC100/hsbc_paying_batch_create.lview
View file @
5786c670
This diff is collapsed.
Click to expand it.
src/main/webapp/modules/hsbc/HSBC100/hsbc_paying_batch_create_manage.lsc
0 → 100644
View file @
5786c670
<?xml version="1.0" encoding="UTF-8"?>
<a:service
xmlns:a=
"http://www.leaf-framework.org/application"
xmlns:p=
"uncertain.proc"
trace=
"true"
>
<a:init-procedure>
<a:model-delete
model=
"hsbc.HSBC100.hsbc_paying_batch_create_manage"
/>
<batch-apply
sourcePath=
"/parameter/details"
>
<a:model-insert
model=
"hsbc.HSBC100.hsbc_paying_batch_create_manage"
/>
</batch-apply>
<a:model-update
model=
"hsbc.HSBC100.hsbc_paying_batch_create_manage"
/>
</a:init-procedure>
<a:service-output
output=
"/parameter"
/>
</a:service>
src/main/webapp/modules/hsbc/HSBC110/hsbc_paying_batch_modify.lview
View file @
5786c670
This diff is collapsed.
Click to expand it.
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