diff --git a/public/components/property/addMeterWater/addMeterWater.js b/public/components/property/addMeterWater/addMeterWater.js
index 98edc47b0..92f0e0429 100755
--- a/public/components/property/addMeterWater/addMeterWater.js
+++ b/public/components/property/addMeterWater/addMeterWater.js
@@ -221,6 +221,7 @@
vc.emit('listParkingSpaceFee', 'notify', {});
vc.emit('simplifyRoomFee', 'notify', {});
vc.emit('simplifyCarFee', 'notify', {});
+ vc.emit('addMeterWater', 'floorSelect2', 'clearFloor', {});
return;
}
vc.message(_json.msg);
diff --git a/public/pages/property/applyRoomDiscountManage/applyRoomDiscountManage.html b/public/pages/property/applyRoomDiscountManage/applyRoomDiscountManage.html
index 659ef60b3..a9752afb1 100755
--- a/public/pages/property/applyRoomDiscountManage/applyRoomDiscountManage.html
+++ b/public/pages/property/applyRoomDiscountManage/applyRoomDiscountManage.html
@@ -88,7 +88,7 @@
{{applyRoomDiscount.startTime}} |
{{applyRoomDiscount.endTime}} |
{{applyRoomDiscount.stateName}} |
- {{applyRoomDiscount.isUse == '0' ? '未使用' : '已使用'}} |
+ {{applyRoomDiscount.inUse == '0' ? '未使用' : '已使用'}} |
diff --git a/public/pages/property/feeCollectionDetailManage/feeCollectionDetailManage.html b/public/pages/property/feeCollectionDetailManage/feeCollectionDetailManage.html
index a48e87c7e..4be6863f2 100644
--- a/public/pages/property/feeCollectionDetailManage/feeCollectionDetailManage.html
+++ b/public/pages/property/feeCollectionDetailManage/feeCollectionDetailManage.html
@@ -79,7 +79,7 @@
| {{feeCollectionDetail.collectionWay == '001' ? '仅短信方式' : (feeCollectionDetail.collectionWay == '002' ? '短信微信方式' : '仅微信方式')}} |
{{feeCollectionDetail.oweAmount}} |
{{feeCollectionDetail.createTime}} |
- {{feeCollectionDetail.state}} |
+ {{feeCollectionDetail.state == 'F' ? '催缴成功' : '催缴失败'}} |
{{feeCollectionDetail.remarks}} |
diff --git a/public/pages/property/listOweFee/listOweFee.js b/public/pages/property/listOweFee/listOweFee.js
index d83b7d113..ca4866a83 100755
--- a/public/pages/property/listOweFee/listOweFee.js
+++ b/public/pages/property/listOweFee/listOweFee.js
@@ -15,7 +15,7 @@
conditions: {
floorName: '',
configIds: '',
- payObjType: '3333',
+ payObjType: '',
num: '',
billType: '00123'
},