wzy
2021-01-19 cec6e1bf17dd17a0b7e927529e6947e4da4cba46
modify
2 files modified
4 ■■■■ changed files
zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/daily-sale-list.html 2 ●●● patch | view | raw | blame | history
zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-sale-list.html 2 ●●● patch | view | raw | blame | history
zq-erp/src/main/resources/templates/views/admin/hive-erp/statistics/daily-sale-list.html
@@ -116,7 +116,7 @@
        }
        function zkAmountFormat(value, row, index) {
            return row.shouldPay + row.refund - row.totalPay;
            return row.shouldPay + row.refund - row.arrears - row.totalPay;
        }
        function footCountTitle(data) {
zq-erp/src/main/resources/templates/views/admin/hive/statistics/daily-sale-list.html
@@ -116,7 +116,7 @@
        }
        function zkAmountFormat(value, row, index) {
            return row.shouldPay + row.refund - row.totalPay;
            return row.shouldPay + row.refund - row.arrears - row.totalPay;
        }
        function footCountTitle(data) {