1
xuxueyang
2024-10-14 acdc28c183aa5efc78f0a53702cd97704db74e82
sub_pages/supplier/order-manage/order-manage-settlement.vue
@@ -245,7 +245,8 @@
            if (this.list) {
               for (var item of this.list) {
                  if (!item.status) {
                     v += item.totalAmount || 0
                     // v += item.totalAmount || 0
                     v += item.income || 0
                  } else {
                     v += (item.income || 0)
                  }