Commit b4a304d4 authored by 38823's avatar 38823

建行代扣页面解锁优化

parent 1f83aa42
......@@ -543,7 +543,6 @@
url: $('csh531n_submit_interface_link_id').getUrl(),
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++){
......@@ -554,6 +553,7 @@
}
}
if(err_sum > 0){
Leaf.Masker.unmask(Ext.getBody());
$L.showErrorMessage("提示",e_message,null,800,300);
$('csh531n_write_off_submit_btn_id').enable();
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment