diff --git a/public/components/property/importMeterWaterFee/importMeterWaterFee.js b/public/components/property/importMeterWaterFee/importMeterWaterFee.js index 082767ae7..fad8483a6 100755 --- a/public/components/property/importMeterWaterFee/importMeterWaterFee.js +++ b/public/components/property/importMeterWaterFee/importMeterWaterFee.js @@ -66,7 +66,7 @@ vc.toast('Excel文件大小不能超过2M'); return; } - var param = new FormData(); + let param = new FormData(); param.append("uploadFile", vc.component.importMeterWaterFeeInfo.excelTemplate); param.append('communityId', vc.component.importMeterWaterFeeInfo.communityId); param.append('feeTypeCd', vc.component.importMeterWaterFeeInfo.feeTypeCd); diff --git a/public/import/importRoom.xlsx b/public/import/importRoom.xlsx index dfb70ee5e..655b46e6f 100644 Binary files a/public/import/importRoom.xlsx and b/public/import/importRoom.xlsx differ diff --git a/public/pages/property/batchPayFeeOrder/batchPayFeeOrder.html b/public/pages/property/batchPayFeeOrder/batchPayFeeOrder.html index 5c83f61d5..20bb2dfbf 100644 --- a/public/pages/property/batchPayFeeOrder/batchPayFeeOrder.html +++ b/public/pages/property/batchPayFeeOrder/batchPayFeeOrder.html @@ -152,17 +152,28 @@ -
- +
+
+
+ +
+ +
+