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
601557c4
Commit
601557c4
authored
Mar 15, 2024
by
panhong18943
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资管费银企直连
(cherry picked from commit
b748d130
)
parent
a71a08ca
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
256 additions
and
34 deletions
+256
-34
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_modify.lview
...ebapp/modules/hsbc/HSBC110/hsbc_paying_batch_modify.lview
+111
-17
No files found.
src/main/webapp/WEB-INF/server-script/layoutconfig/hsbc110_r_result_queryfields.js
View file @
601557c4
...
...
@@ -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 @
601557c4
...
...
@@ -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 @
601557c4
This diff is collapsed.
Click to expand it.
src/main/webapp/modules/hsbc/HSBC110/hsbc_paying_batch_modify.lview
View file @
601557c4
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