Helius
2021-04-12 0930c034b802273c694b2cd880dddd4f9bb6fcd5
modify
2 files modified
6 ■■■■■ changed files
zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/daily-sale-list.html 3 ●●●● patch | view | raw | blame | history
zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-sale-list.html 3 ●●●● patch | view | raw | blame | history
zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/daily-sale-list.html
@@ -116,7 +116,8 @@
        }
        function zkAmountFormat(value, row, index) {
            return row.shouldPay + row.refund - row.arrears - row.totalPay;
            var result = row.shouldPay + row.refund - row.arrears - row.totalPay;
            return result.toFixed(2);
        }
        function footCountTitle(data) {
zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-sale-list.html
@@ -116,7 +116,8 @@
        }
        function zkAmountFormat(value, row, index) {
            return row.shouldPay + row.refund - row.arrears - row.totalPay;
            var result = row.shouldPay + row.refund - row.arrears - row.totalPay;
            return result.toFixed(2);
        }
        function footCountTitle(data) {