@@ -152,6 +152,10 @@ $('#content').bind('keydown',function(event){
$('#content').val('');
layer.alert('核销码不存在或已核销', function() {
$('#content').focus();
+ layer.closeAll();
+ }, function() {
+ $('#content').focus();
});
}
@@ -179,6 +183,10 @@ function hexiao() {
error: function(data){
layer.alert('核销失败', function() {