Merge branch 'r-1902001-01' of gitlab.com:code2lab/SXRestaurant into r-1902001-01
This commit is contained in:
@@ -326,8 +326,8 @@ function setCommPorts(comPortLists) {
|
||||
/** pay with CB bank **/
|
||||
function pay_withBank(cmd_type, payment_type, bnk_bill_amount,sale_id,receipt_no,cashier_type) {
|
||||
$("#loading_wrapper").show();
|
||||
var com_port = $("#com_port_name").val();
|
||||
reqCardSaleTrans(cmd_type, payment_type, bnk_bill_amount, sale_id, receipt_no, com_port,cashier_type);
|
||||
var com_port = $("#com_port_name").val();
|
||||
reqCardSaleTrans(cmd_type, payment_type, bnk_bill_amount, sale_id, receipt_no, com_port,cashier_type);
|
||||
}
|
||||
|
||||
//add req data to card_sale_trans table
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
|
||||
border: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
/*top: 0;*/
|
||||
left: 0;
|
||||
z-index: 12;
|
||||
width: 100%; }
|
||||
@@ -6649,7 +6649,7 @@ fieldset[disabled] .form-control {
|
||||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
|
||||
border: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
/*top: 0;*/
|
||||
left: 0;
|
||||
z-index: 12;
|
||||
width: 100%; }
|
||||
|
||||
Reference in New Issue
Block a user