jyy
2021-04-13 9a1e5d285c9e67b97c1f79bb393404a50ae6aa72
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) {