From 1ae48e122bf6d7f5ac5098ab9e94b70fff1bf0f6 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 17 Oct 2023 16:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/property/addFeeConfig/addFeeConfig.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/components/property/addFeeConfig/addFeeConfig.js b/public/components/property/addFeeConfig/addFeeConfig.js index 1ccbb1328..0c18b31f9 100644 --- a/public/components/property/addFeeConfig/addFeeConfig.js +++ b/public/components/property/addFeeConfig/addFeeConfig.js @@ -374,6 +374,8 @@ $that.addFeeConfigInfo.paymentCd = '2100'; } + + // todo 押金一般是一次性费用 if (_feeTypeCd == '888800010006') { $that.addFeeConfigInfo.feeFlag = '2006012'; @@ -401,7 +403,12 @@ $that.addFeeConfigInfo.paymentCycle = '1'; } - + // todo 公摊费 + if (_feeTypeCd == '888800010017') { + $that.addFeeConfigInfo.feeFlag = '2006012'; + $that.addFeeConfigInfo.computingFormula = '4004'; + $that.addFeeConfigInfo.paymentCd = '2100'; + } } }