xiaoyong931011
2021-04-12 1f27afeb9a001ef9df74011ab4ab2a64a3f2c5db
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) {