jyy
2021-04-13 3c46485b302f347211d32d4a872a0e4d84a32a1d
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) {