diff --git a/public/components/property/addFeeConfig/addFeeConfig.html b/public/components/property/addFeeConfig/addFeeConfig.html index 8523d19fa..853a3b0af 100755 --- a/public/components/property/addFeeConfig/addFeeConfig.html +++ b/public/components/property/addFeeConfig/addFeeConfig.html @@ -135,14 +135,23 @@ -
-
+
+ - -
@@ -150,3 +159,4 @@ + \ No newline at end of file diff --git a/public/components/property/addFeeConfig/addFeeConfig.js b/public/components/property/addFeeConfig/addFeeConfig.js index 178de972e..ff0f76e70 100755 --- a/public/components/property/addFeeConfig/addFeeConfig.js +++ b/public/components/property/addFeeConfig/addFeeConfig.js @@ -24,7 +24,8 @@ billType: '', paymentCycle: '', paymentCd: '', - computingFormulaText: '' + computingFormulaText: '', + deductFrom: 'Y' } }, _initMethod: function() { @@ -285,7 +286,8 @@ billType: '', paymentCycle: '', paymentCd: '', - computingFormulaText: '' + computingFormulaText: '', + deductFrom: 'Y' }; } } diff --git a/public/components/property/editFeeConfig/editFeeConfig.html b/public/components/property/editFeeConfig/editFeeConfig.html index 7a9400f60..120c4c085 100755 --- a/public/components/property/editFeeConfig/editFeeConfig.html +++ b/public/components/property/editFeeConfig/editFeeConfig.html @@ -1,5 +1,4 @@ -