Browse Source

240722-0857-Kim

hokky 4 months ago
parent
commit
b69d5bc6f2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      resources/views/front/dabory/erp/revenue/sales.blade.php

+ 0 - 2
resources/views/front/dabory/erp/revenue/sales.blade.php

@@ -486,7 +486,6 @@
         }
 
         async function btn_bd_act_add() {
-            console.log('btn_bd_act_add');
             if (parseInt($(`#frm`).find(`input[name="Id"]`).val()) == 0) {
                 iziToast.error({
                     title: 'Error',
@@ -882,7 +881,6 @@
             let html = []
             let qty_total = 0, supply_total = 0, vat_amt_vat_total = 0, sum_total = 0;
             bd_page.forEach(bd => {
-                console.log('bd : ', bd);
                 qty_total += parseFloat(bd.SalesQty);
                 supply_total += parseFloat(bd.SalesSupply);
                 vat_amt_vat_total += parseFloat(bd.SalesVat);