Удалил комменты

parent 6f2992f4
...@@ -342,7 +342,6 @@ $(document).ready(function(){ ...@@ -342,7 +342,6 @@ $(document).ready(function(){
}, },
// Пересчитываем кол-во заказов по статусам: // Пересчитываем кол-во заказов по статусам:
OrdersStatusReCalc: function() { OrdersStatusReCalc: function() {
console.log('AAA OrdersStatusReCalc');
// Добавляем total-строки для статусов заказов: // Добавляем total-строки для статусов заказов:
ordersStatuses.forEach(function(item){ ordersStatuses.forEach(function(item){
......
...@@ -283,7 +283,6 @@ $(document).ready(function(){ ...@@ -283,7 +283,6 @@ $(document).ready(function(){
$tableToExcel = $("#table2excel"), $tableToExcel = $("#table2excel"),
$tableToExcelCopy = $tableToExcel.clone(), $tableToExcelCopy = $tableToExcel.clone(),
activeStatus = $('.b-filter__switch.category-orders .b-filter__switch-item.m-filter__switch-item_active').data('order-category'); activeStatus = $('.b-filter__switch.category-orders .b-filter__switch-item.m-filter__switch-item_active').data('order-category');
console.log('AAA exportExcel activeStatus = ', activeStatus);
if (activeStatus == 'all') { if (activeStatus == 'all') {
$('thead tr.orders-title.confirmed, thead tr.orders-title.rejected', $tableToExcelCopy).remove(); $('thead tr.orders-title.confirmed, thead tr.orders-title.rejected', $tableToExcelCopy).remove();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment