Commit e42c6a84 authored by 18083's avatar 18083

农行自动转预收款优化

parent 4c53db3e
...@@ -226,7 +226,12 @@ ...@@ -226,7 +226,12 @@
$("OcrQueryDs").query(); $("OcrQueryDs").query();
//returnBack(); //returnBack();
}, },
failure: function (res) {
Leaf.Masker.unmask(Ext.getBody());
},
error: function (res) {
Leaf.Masker.unmask(Ext.getBody());
},
scope: this scope: this
}); });
} }
...@@ -234,7 +239,6 @@ ...@@ -234,7 +239,6 @@
} }
if (abc_save.length > 0) { if (abc_save.length > 0) {
Leaf.Masker.unmask(Ext.getBody());
Leaf.showMessage('提示', '农行回单OCR页面的单据无法提交!'); Leaf.showMessage('提示', '农行回单OCR页面的单据无法提交!');
} }
......
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