feat: update for discount, edit for qrpay

This commit is contained in:
Dev Team
2025-06-27 18:22:40 +06:30
committed by DevTeam
parent 8101916fcc
commit 8b62d410b0
3 changed files with 17 additions and 6 deletions

View File

@@ -499,7 +499,10 @@
}, function () {
if (cashier_type=="quick_service" || cashier_type=="food_court") {
window.location.href = '/foodcourt/sale/'+sale_id+'/'+cashier_type+'/payment/';
}else{
}else if(cashier_type == "food_court_qr") {
window.location.href = '/foodcourt/'+sale_id+'/qrpay/precreate';
}
else{
if(result.table_type == "Table"){
window.location.href = "/foodcourt/table/" + result.table_id
}