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
6a6bb5b5
Commit
6a6bb5b5
authored
Feb 19, 2024
by
38823
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
银行代扣,收款核销校验问题修复
parent
cff745de
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
csh_write_off_interface.lview
.../webapp/modules/csh/CSH531N/csh_write_off_interface.lview
+9
-7
No files found.
src/main/webapp/modules/csh/CSH531N/csh_write_off_interface.lview
View file @
6a6bb5b5
...
...
@@ -544,6 +544,7 @@
para:
datas,
success:
function(res)
{
Leaf.Masker.unmask(Ext.getBody());
if(res.result.record[0]
!=
undefined){
if(res.result.record[0].p_err_msg){
var
message=
''
;
for(var
i=
0;i<res.result.record.length;i++){
...
...
@@ -552,6 +553,7 @@
var
e_message =
'建行代扣结果未回传 :'
+message+',请重新选择需核销的现金流!';
$L.showErrorMessage("提示",e_message,null,800,300);
$('csh531n_write_off_submit_btn_id').enable();
}
}else
{
Leaf.Masker.unmask(Ext.getBody());
$('csh_transaction_deposit_ds').submit();
...
...
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