jyy
2021-01-19 236fe234fac0fb33b1caa24ed80d74d47a2cc68e
Merge remote-tracking branch 'origin/api' into api
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) {