add print job for qr pay
This commit is contained in:
@@ -917,7 +917,7 @@ $('#mmqr').click(function() {
|
||||
$createPayOrderBtn.prop('disabled', false);
|
||||
|
||||
const errorMsg = xhr.status ? `Status: ${xhr.status} - ${xhr.statusText}` : "Network error";
|
||||
swal("Error", errorMsg, "error");
|
||||
// swal("Error", errorMsg, "error");
|
||||
}
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user