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
1f83aa42
Commit
1f83aa42
authored
Feb 27, 2024
by
38823
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
建行代扣显示问题优化二
parent
362abd6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
csh_write_off_interface.lview
.../webapp/modules/csh/CSH531N/csh_write_off_interface.lview
+13
-8
No files found.
src/main/webapp/modules/csh/CSH531N/csh_write_off_interface.lview
View file @
1f83aa42
...
...
@@ -529,6 +529,7 @@
}
function csh511_save_all() {
debugger;
if (checkAmount()) {
var datas = [];
var para = {};
...
...
@@ -543,20 +544,24 @@
para:
datas,
success:
function(res)
{
Leaf.Masker.unmask(Ext.getBody());
var
err_sum =
0;
var
message=
''
;
for(var
i=
0;i<res.result.record.length;i++){
if(res.result.record[i].p_err_msg
!=undefined){
var
message=
''
;
message=
res.result.record[i].p_err_msg
+
message;
var
e_message =
'建行代扣结果未回传 :'
+message+',请重新选择需核销的现金流!';
$L.showErrorMessage("提示",e_message,null,800,300);
$('csh531n_write_off_submit_btn_id').enable();
return;
err_sum =
err_sum
+1;
}
}
Leaf.Masker.unmask(Ext.getBody());
$('csh_transaction_deposit_ds').submit();
$('csh_transaction_advanced_ds').submit();
csh531_submitsuccess();
if(err_sum
>
0){
$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();
$('csh_transaction_advanced_ds').submit();
csh531_submitsuccess();
}
},
failure: function() {
Leaf.Masker.unmask(Ext.getBody());
...
...
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