xiaoyong931011
2021-04-15 112473768acb75b2f9bd7eca3da035ed624e5123
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) {