Hwt před 3 roky
rodič
revize
bf0e6047d3

+ 2 - 1
operationSupport/src/views/payService/statisticalReport/paymentDetails.vue

@@ -95,7 +95,8 @@ export default {
     };
   },
   created () {
-    this.mixins_query = Object.assign({ houseId: this.params.row.houseId, residentName: this.params.row.residentName, paymentMethod: -1 }, this.params.mixins_query);
+
+    this.mixins_query = Object.assign({ buildingId: this.params.row.buildingId, houseId: this.params.row.houseId, residentName: this.params.row.residentName, paymentMethod: -1 }, this.params.mixins_query);
     this.mixins_dataUrl = '/czc-charge/charge/bill/page';
     this.mixins_search();
   },

+ 1 - 0
operationSupport/src/views/payService/statisticalReport/receivableStatistics.vue

@@ -255,6 +255,7 @@ export default {
       return text;
     },
     lookPage (row) {
+
       new Promise((resolve) => {
         this.$store.dispatch('addPopup', {
           url: '/payService/statisticalReport/paymentDetails.vue',