解决16号P票问题

master
Jimmy Liow 1 year ago
parent f8e82bbd1d
commit 161af09d13

@ -464,6 +464,10 @@
if (standardInput) { if (standardInput) {
standardInput.disabled = false; standardInput.disabled = false;
} }
var premiumInput = document.getElementById("premium_khomloy");
if (premiumInput) {
premiumInput.disabled = false;
}
}); });
}); });

Loading…
Cancel
Save