Hwt 3 jaren geleden
bovenliggende
commit
d3f8e87dd2

+ 14 - 1
operationSupport/src/views/payService/landlordBill/stePage/temporary.vue

@@ -106,13 +106,15 @@ export default {
         // landlady: '',//房东
         residentId: '',//房东
         residentName: '',
-        billType: '1'
+        billType: '1',
+        strategyId: ""
         // building: '',//楼栋
       },
       times: [],
       selectData: [],
       dateLandlady: [],
       dateBuilding: [],
+      strategyId: '',
       formRules: {
         residentId: [this.$valid.selectRequired('房东')],
         assetsId: [this.$valid.selectRequired('楼栋')],
@@ -197,9 +199,20 @@ export default {
               name: data[i].communityName + '-' + data[i].buildingName,
               id: data[i].id
             })
+            this.strategyId = data[i].strategyId;
+            this.formData.strategyId = data[i].strategyId;
+            this.scChargeStrategy(i);
           }
         }
       })
+    },
+    scChargeStrategy (id) {
+      this.$http.get(`/czc-charge/scChargeStrategy/find/${this.strategyId}`).then(({ data, status, msg }) => {
+        if (status == 0) {
+          this.dateBuilding[id].name = this.dateBuilding[id].name + '(' + data.chargeName + ')'
+        }
+
+      })
     }
   },
   created () {

+ 1 - 1
operationSupport/src/views/payService/systemSetup/stepPage/billingSettings.vue

@@ -257,7 +257,7 @@
       </el-table>
 
       <div class="formContent-item_title">物业公司收款商户号</div>
-      <span>微信商户号:</span>
+      <span style="font-size: 14px;">微信商户号:</span>
       <el-input
         v-model="wxMerchant"
         placeholder="请输入微信商户号"

+ 2 - 2
operationSupport/src/views/propertyManagement/index.vue

@@ -87,8 +87,8 @@
             slot-scope="scope"
             slot="house"
           >
-            <!-- <div>{{ scope.row.unitName }}{{ roomNumber }}</div> -->
-            <div>{{ scope.row.communityName }}{{ scope.row.unitName }}{{ scope.row.roomNumber }}</div>
+            <!-- <div>{{ scope.row.unitName }}{{ roomNumber }}</div> {{ scope.row.communityName }} -->
+            <div>{{ scope.row.buildingName }}{{ scope.row.unitName }}{{ scope.row.roomNumber }}</div>
           </template>
           <template
             slot-scope="scope"