Helius
2021-04-12 b8d50f6ad9d1ab407e5b2a6867cf47bc4640a43c
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) {