fixes
This commit is contained in:
@@ -1212,11 +1212,11 @@ $(function() {
|
|||||||
// });
|
// });
|
||||||
|
|
||||||
$("#read_modal").on('shown.bs.modal', function(e) {
|
$("#read_modal").on('shown.bs.modal', function(e) {
|
||||||
$(this).prop("disabled", true);
|
// $(this).prop("disabled", true);
|
||||||
$("#create_pay_order").prop("disabled", true);
|
// $("#create_pay_order").prop("disabled", true);
|
||||||
$("#create_order").prop("disabled", true);
|
// $("#create_order").prop("disabled", true);
|
||||||
$("#read_modal").attr('data-for', 'member');
|
$("#read_modal").attr('data-for', 'member');
|
||||||
e.preventDefault();
|
// e.preventDefault();
|
||||||
getCardNo();
|
getCardNo();
|
||||||
|
|
||||||
onScan.attachTo(document, {
|
onScan.attachTo(document, {
|
||||||
|
|||||||
Reference in New Issue
Block a user