Browse Source

付款管理应付已付合计

zxz 3 years ago
parent
commit
1b30f5d757
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/houseSelfCollect/paymentManagement.vue

+ 3 - 1
src/views/houseSelfCollect/paymentManagement.vue

@@ -830,7 +830,9 @@ export default {
           index === 10 ||
           index === 11 ||
           index === 12 ||
-          index === 13
+          index === 13 ||
+          index === 15 ||
+          index === 16 
         ) {
           const values = data.map((item) => Number(item[column.property]))
           if (!values.every((value) => isNaN(value))) {