1,修复商务条件产品名称在各个只读页面带值问题。

2,保单放款增加默认值。
This commit is contained in:
zhangbb 2018-08-15 15:28:35 +08:00
parent f67f5dc161
commit 2758b12545
3 changed files with 226 additions and 95 deletions

View File

@ -187,6 +187,8 @@
};
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
<script type="text/javascript">
var productName="<%=productName%>";
setItemValue(0, 0, "PRODUCT_NAME", productName);
var calcRules=eval("(<%=calcRules%>)");
var rentOrRateOption;
var incomeNumberYear;

View File

@ -27,7 +27,14 @@ $(function(){
if(relines<0){
$("#RELINES").css("color","red");
}
lendingType();
});
function lendingType(){
var lendingType = getItemValue(0, 0, "LENDING_TYPE");
if(lendingType==null||lendingType==""){
setItemValue(0, 0, "LENDING_TYPE", "AFTER");
}
}
</script>
<%@ include file="/Frame/resources/include/include_end.jspf"%>

View File

@ -563,8 +563,8 @@
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="EQUIP_AMT" label="设备款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT" label="首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="EQUIP_END_VALUE" label="期末余值" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_TOTAL" label="期初付款总计" type="DOUBLE" length="22" scale="2"/>
@ -572,23 +572,23 @@
<attribute name="CLEAN_CREDIT_RATIO" label="净融资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_OR_RATE_VALUE" label="测算利率/租金" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_VALUE" label="测算租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCOME_NUMBER" label="还租次数" type="INT" length="10"/>
<attribute name="INCOME_NUMBER" label="数" type="INT" length="10"/>
<attribute name="GRACE" label="宽限期" type="INT" length="10"/>
<attribute name="LEASE_TERM" label="租赁期限" type="INT" length="10"/>
<attribute name="RATE_FLOAT_AMT" label="利率调整值" type="DOUBLE" length="22" scale="6"/>
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="2147483647"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="2147483647"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="2147483647"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="2147483647"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="32"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="32"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="32"/>
<attribute name="HANDLING_CHARGE_MONEY" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="HANDLING_CHARGE_MONEY_RATIO" label="手续费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="MANAGEMENT_MONEY" label="管理费" type="DOUBLE" length="22" scale="2"/>
<attribute name="MANAGEMENT_MONEY_RATIO" label="管理费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY" label="保证金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金抵扣比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_MONEY" label="保证金抵扣金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_REMAIN" label="保证金退还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME" label="保险费收入" type="DOUBLE" length="22" scale="2"/>
@ -631,10 +631,10 @@
<attribute name="RENT_OR_RATE" label="租金推算方法" type="STRING" length="200"/>
<attribute name="PERIOD_TYPE" label="期初/期末" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="2"/>
<attribute name="RATE_FLOAT_TYPE" label="还款间隔" type="STRING" length="200"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="10"/>
<attribute name="RATE_FLOAT_TYPE" label="利率计算方式" type="STRING" length="200"/>
<attribute name="RATE_FLOAT_DAY" label="利率计算天数" type="STRING" length="32"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="ADJUST_STYLE" label="调息生效节点" type="STRING" length="200"/>
<attribute name="ADJUST_TYPE" label="调息计算方式" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
@ -644,9 +644,9 @@
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="付款日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日调整" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期计划日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="计划日期节假日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日期节假日调整" type="STRING" length="32"/>
<attribute name="FIRST_INTEREST_DATE" label="第一期计息日" type="STRING" length="32"/>
<attribute name="LAST_INTEREST_DATA" label="最后一期计息日" type="STRING" length="32"/>
<attribute name="RATE" label="税率" type="STRING" length="32"/>
@ -658,13 +658,37 @@
<attribute name="INSURANCE_PREMIUM_FINA" label="保险费是否参与融资" type="STRING" length="32"/>
<attribute name="INCIDENTAL" label="杂费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_FINA" label="杂费是否参与融资" type="STRING" length="32"/>
<attribute name="FACTORY_ACCESSORIES" label="原厂配件费" type="DOUBLE" length="22" scale="2"/>
<attribute name="FACTORY_ACCESSORIES_FINA" label="原厂配件费是否参与融资" type="STRING" length="32"/>
<attribute name="TABLEWARE_FEE" label="精品费用" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FINA" label="精品费用是否参与融资" type="STRING" length="32"/>
<attribute name="CORPUS" label="期限内本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_RATIO" label="期限内本金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="DISCOUNT" label="贴息" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT" label="尾款" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT_RATIO" label="尾款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FIRST_PAYMENT_RATIO" label="车款首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FINANCE" label="车款融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FIRST_PAYMENT_RATIO" label="购置税首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="PURCHASE_TAX_FINANCE" label="购置税融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FIRST_PAYMENT_RATIO" label="保险费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURANCE_PREMIUM_FINANCE" label="保险费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE" label="GPS安装服务费" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE_FINA" label="GPS是否参与融资" type="STRING" length="32"/>
<attribute name="GPS_FEE_FIRST_PAYMENT_RATIO" label="GPS首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_FEE_FINANCE" label="GPS融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FIRST_PAYMENT_RATIO" label="精品首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="TABLEWARE_FEE_FINANCE" label="精品融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_INTEREST" label="利率/费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FIRST_PAYMENT_RATIO" label="杂费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FINANCE" label="杂费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RENT_RATIO" label="融租比" type="DOUBLE" length="22" scale="6"/>
<attribute name="TOTAL_ALL" label="总价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="DefaultDueDay" label="默认还款日" type="STRING" length="32" />
<attribute name="FINAL_PAYMENT_METHOD" label="尾款处置方式" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY_METHOD" label="期末保证金处理方式" type="STRING" length="32"/>
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例 " type="DOUBLE" length="22" scale="6"/>
<attribute name="HANDLING_CHARGE_MONEY_TYPE" label="手续费类型" type="STRING" length="32" />
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
</attributes>
<manager>
<managerProperties>
@ -824,8 +848,8 @@
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="EQUIP_AMT" label="设备款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT" label="首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="EQUIP_END_VALUE" label="期末余值" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_TOTAL" label="期初付款总计" type="DOUBLE" length="22" scale="2"/>
@ -833,23 +857,23 @@
<attribute name="CLEAN_CREDIT_RATIO" label="净融资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_OR_RATE_VALUE" label="测算利率/租金" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_VALUE" label="测算租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCOME_NUMBER" label="还租次数" type="INT" length="10"/>
<attribute name="INCOME_NUMBER" label="数" type="INT" length="10"/>
<attribute name="GRACE" label="宽限期" type="INT" length="10"/>
<attribute name="LEASE_TERM" label="租赁期限" type="INT" length="10"/>
<attribute name="RATE_FLOAT_AMT" label="利率调整值" type="DOUBLE" length="22" scale="6"/>
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="2147483647"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="2147483647"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="2147483647"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="2147483647"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="32"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="32"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="32"/>
<attribute name="HANDLING_CHARGE_MONEY" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="HANDLING_CHARGE_MONEY_RATIO" label="手续费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="MANAGEMENT_MONEY" label="管理费" type="DOUBLE" length="22" scale="2"/>
<attribute name="MANAGEMENT_MONEY_RATIO" label="管理费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY" label="保证金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金抵扣比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_MONEY" label="保证金抵扣金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_REMAIN" label="保证金退还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME" label="保险费收入" type="DOUBLE" length="22" scale="2"/>
@ -892,10 +916,10 @@
<attribute name="RENT_OR_RATE" label="租金推算方法" type="STRING" length="200"/>
<attribute name="PERIOD_TYPE" label="期初/期末" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="2"/>
<attribute name="RATE_FLOAT_TYPE" label="还款间隔" type="STRING" length="200"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="10"/>
<attribute name="RATE_FLOAT_TYPE" label="利率计算方式" type="STRING" length="200"/>
<attribute name="RATE_FLOAT_DAY" label="利率计算天数" type="STRING" length="32"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="ADJUST_STYLE" label="调息生效节点" type="STRING" length="200"/>
<attribute name="ADJUST_TYPE" label="调息计算方式" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
@ -904,10 +928,10 @@
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>/
<attribute name="LAST_PLAN_DATE" label="最后一期日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="付款日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日调整" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期计划日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="计划日期节假日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日期节假日调整" type="STRING" length="32"/>
<attribute name="FIRST_INTEREST_DATE" label="第一期计息日" type="STRING" length="32"/>
<attribute name="LAST_INTEREST_DATA" label="最后一期计息日" type="STRING" length="32"/>
<attribute name="RATE" label="税率" type="STRING" length="32"/>
@ -919,13 +943,37 @@
<attribute name="INSURANCE_PREMIUM_FINA" label="保险费是否参与融资" type="STRING" length="32"/>
<attribute name="INCIDENTAL" label="杂费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_FINA" label="杂费是否参与融资" type="STRING" length="32"/>
<attribute name="FACTORY_ACCESSORIES" label="原厂配件费" type="DOUBLE" length="22" scale="2"/>
<attribute name="FACTORY_ACCESSORIES_FINA" label="原厂配件费是否参与融资" type="STRING" length="32"/>
<attribute name="TABLEWARE_FEE" label="精品费用" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FINA" label="精品费用是否参与融资" type="STRING" length="32"/>
<attribute name="CORPUS" label="期限内本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_RATIO" label="期限内本金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="HANDLING_CHARGE_MONEY_TYPE" label="手续费类型" type="STRING" length="32" />
<attribute name="DISCOUNT" label="贴息" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT" label="尾款" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT_RATIO" label="尾款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FIRST_PAYMENT_RATIO" label="车款首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FINANCE" label="车款融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FIRST_PAYMENT_RATIO" label="购置税首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="PURCHASE_TAX_FINANCE" label="购置税融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FIRST_PAYMENT_RATIO" label="保险费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURANCE_PREMIUM_FINANCE" label="保险费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE" label="GPS安装服务费" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE_FINA" label="GPS是否参与融资" type="STRING" length="32"/>
<attribute name="GPS_FEE_FIRST_PAYMENT_RATIO" label="GPS首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_FEE_FINANCE" label="GPS融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FIRST_PAYMENT_RATIO" label="精品首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="TABLEWARE_FEE_FINANCE" label="精品融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_INTEREST" label="利率/费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FIRST_PAYMENT_RATIO" label="杂费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FINANCE" label="杂费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RENT_RATIO" label="融租比" type="DOUBLE" length="22" scale="6"/>
<attribute name="TOTAL_ALL" label="总价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="DefaultDueDay" label="默认还款日" type="STRING" length="32" />
<attribute name="FINAL_PAYMENT_METHOD" label="尾款处置方式" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY_METHOD" label="期末保证金处理方式" type="STRING" length="32"/>
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例 " type="DOUBLE" length="22" scale="6"/>
<attribute name="HANDLING_CHARGE_MONEY_TYPE" label="手续费类型" type="STRING" length="32" />
</attributes>
<manager>
<managerProperties>
@ -1126,8 +1174,8 @@
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="EQUIP_AMT" label="设备款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT" label="首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="EQUIP_END_VALUE" label="期末余值" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_TOTAL" label="期初付款总计" type="DOUBLE" length="22" scale="2"/>
@ -1135,23 +1183,23 @@
<attribute name="CLEAN_CREDIT_RATIO" label="净融资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_OR_RATE_VALUE" label="测算利率/租金" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_VALUE" label="测算租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCOME_NUMBER" label="还租次数" type="INT" length="10"/>
<attribute name="INCOME_NUMBER" label="数" type="INT" length="10"/>
<attribute name="GRACE" label="宽限期" type="INT" length="10"/>
<attribute name="LEASE_TERM" label="租赁期限" type="INT" length="10"/>
<attribute name="RATE_FLOAT_AMT" label="利率调整值" type="DOUBLE" length="22" scale="6"/>
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="2147483647"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="2147483647"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="2147483647"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="2147483647"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="32"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="32"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="32"/>
<attribute name="HANDLING_CHARGE_MONEY" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="HANDLING_CHARGE_MONEY_RATIO" label="手续费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="MANAGEMENT_MONEY" label="管理费" type="DOUBLE" length="22" scale="2"/>
<attribute name="MANAGEMENT_MONEY_RATIO" label="管理费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY" label="保证金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金抵扣比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_MONEY" label="保证金抵扣金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_REMAIN" label="保证金退还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME" label="保险费收入" type="DOUBLE" length="22" scale="2"/>
@ -1194,10 +1242,10 @@
<attribute name="RENT_OR_RATE" label="租金推算方法" type="STRING" length="200"/>
<attribute name="PERIOD_TYPE" label="期初/期末" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="2"/>
<attribute name="RATE_FLOAT_TYPE" label="还款间隔" type="STRING" length="200"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="10"/>
<attribute name="RATE_FLOAT_TYPE" label="利率计算方式" type="STRING" length="200"/>
<attribute name="RATE_FLOAT_DAY" label="利率计算天数" type="STRING" length="32"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="ADJUST_STYLE" label="调息生效节点" type="STRING" length="200"/>
<attribute name="ADJUST_TYPE" label="调息计算方式" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
@ -1207,9 +1255,9 @@
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="付款日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日调整" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期计划日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="计划日期节假日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日期节假日调整" type="STRING" length="32"/>
<attribute name="FIRST_INTEREST_DATE" label="第一期计息日" type="STRING" length="32"/>
<attribute name="LAST_INTEREST_DATA" label="最后一期计息日" type="STRING" length="32"/>
<attribute name="RATE" label="税率" type="STRING" length="32"/>
@ -1221,13 +1269,37 @@
<attribute name="INSURANCE_PREMIUM_FINA" label="保险费是否参与融资" type="STRING" length="32"/>
<attribute name="INCIDENTAL" label="杂费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_FINA" label="杂费是否参与融资" type="STRING" length="32"/>
<attribute name="FACTORY_ACCESSORIES" label="原厂配件费" type="DOUBLE" length="22" scale="2"/>
<attribute name="FACTORY_ACCESSORIES_FINA" label="原厂配件费是否参与融资" type="STRING" length="32"/>
<attribute name="TABLEWARE_FEE" label="精品费用" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FINA" label="精品费用是否参与融资" type="STRING" length="32"/>
<attribute name="CORPUS" label="期限内本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_RATIO" label="期限内本金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="DISCOUNT" label="贴息" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT" label="尾款" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT_RATIO" label="尾款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FIRST_PAYMENT_RATIO" label="车款首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FINANCE" label="车款融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FIRST_PAYMENT_RATIO" label="购置税首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="PURCHASE_TAX_FINANCE" label="购置税融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FIRST_PAYMENT_RATIO" label="保险费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURANCE_PREMIUM_FINANCE" label="保险费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE" label="GPS安装服务费" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE_FINA" label="GPS是否参与融资" type="STRING" length="32"/>
<attribute name="GPS_FEE_FIRST_PAYMENT_RATIO" label="GPS首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_FEE_FINANCE" label="GPS融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FIRST_PAYMENT_RATIO" label="精品首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="TABLEWARE_FEE_FINANCE" label="精品融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_INTEREST" label="利率/费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FIRST_PAYMENT_RATIO" label="杂费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FINANCE" label="杂费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RENT_RATIO" label="融租比" type="DOUBLE" length="22" scale="6"/>
<attribute name="TOTAL_ALL" label="总价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="DefaultDueDay" label="默认还款日" type="STRING" length="32" />
<attribute name="FINAL_PAYMENT_METHOD" label="尾款处置方式" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY_METHOD" label="期末保证金处理方式" type="STRING" length="32"/>
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例 " type="DOUBLE" length="22" scale="6"/>
<attribute name="HANDLING_CHARGE_MONEY_TYPE" label="手续费类型" type="STRING" length="32" />
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
</attributes>
<manager>
<managerProperties>
@ -2343,8 +2415,8 @@
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="EQUIP_AMT" label="设备款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT" label="首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="EQUIP_END_VALUE" label="期末余值" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_TOTAL" label="期初付款总计" type="DOUBLE" length="22" scale="2"/>
@ -2352,23 +2424,23 @@
<attribute name="CLEAN_CREDIT_RATIO" label="净融资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_OR_RATE_VALUE" label="测算利率/租金" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_VALUE" label="测算租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCOME_NUMBER" label="还租次数" type="INT" length="10"/>
<attribute name="INCOME_NUMBER" label="数" type="INT" length="10"/>
<attribute name="GRACE" label="宽限期" type="INT" length="10"/>
<attribute name="LEASE_TERM" label="租赁期限" type="INT" length="10"/>
<attribute name="RATE_FLOAT_AMT" label="利率调整值" type="DOUBLE" length="22" scale="6"/>
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="2147483647"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="2147483647"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="2147483647"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="2147483647"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="32"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="32"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="32"/>
<attribute name="HANDLING_CHARGE_MONEY" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="HANDLING_CHARGE_MONEY_RATIO" label="手续费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="MANAGEMENT_MONEY" label="管理费" type="DOUBLE" length="22" scale="2"/>
<attribute name="MANAGEMENT_MONEY_RATIO" label="管理费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY" label="保证金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金抵扣比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_MONEY" label="保证金抵扣金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_REMAIN" label="保证金退还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME" label="保险费收入" type="DOUBLE" length="22" scale="2"/>
@ -2411,10 +2483,10 @@
<attribute name="RENT_OR_RATE" label="租金推算方法" type="STRING" length="200"/>
<attribute name="PERIOD_TYPE" label="期初/期末" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="2"/>
<attribute name="RATE_FLOAT_TYPE" label="还款间隔" type="STRING" length="200"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="10"/>
<attribute name="RATE_FLOAT_TYPE" label="利率计算方式" type="STRING" length="200"/>
<attribute name="RATE_FLOAT_DAY" label="利率计算天数" type="STRING" length="32"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="ADJUST_STYLE" label="调息生效节点" type="STRING" length="200"/>
<attribute name="ADJUST_TYPE" label="调息计算方式" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
@ -2424,9 +2496,9 @@
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="付款日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日调整" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期计划日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="计划日期节假日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日期节假日调整" type="STRING" length="32"/>
<attribute name="FIRST_INTEREST_DATE" label="第一期计息日" type="STRING" length="32"/>
<attribute name="LAST_INTEREST_DATA" label="最后一期计息日" type="STRING" length="32"/>
<attribute name="RATE" label="税率" type="STRING" length="32"/>
@ -2438,13 +2510,37 @@
<attribute name="INSURANCE_PREMIUM_FINA" label="保险费是否参与融资" type="STRING" length="32"/>
<attribute name="INCIDENTAL" label="杂费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_FINA" label="杂费是否参与融资" type="STRING" length="32"/>
<attribute name="FACTORY_ACCESSORIES" label="原厂配件费" type="DOUBLE" length="22" scale="2"/>
<attribute name="FACTORY_ACCESSORIES_FINA" label="原厂配件费是否参与融资" type="STRING" length="32"/>
<attribute name="TABLEWARE_FEE" label="精品费用" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FINA" label="精品费用是否参与融资" type="STRING" length="32"/>
<attribute name="CORPUS" label="期限内本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_RATIO" label="期限内本金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="DISCOUNT" label="贴息" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT" label="尾款" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT_RATIO" label="尾款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FIRST_PAYMENT_RATIO" label="车款首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FINANCE" label="车款融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FIRST_PAYMENT_RATIO" label="购置税首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="PURCHASE_TAX_FINANCE" label="购置税融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FIRST_PAYMENT_RATIO" label="保险费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURANCE_PREMIUM_FINANCE" label="保险费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE" label="GPS安装服务费" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE_FINA" label="GPS是否参与融资" type="STRING" length="32"/>
<attribute name="GPS_FEE_FIRST_PAYMENT_RATIO" label="GPS首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_FEE_FINANCE" label="GPS融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FIRST_PAYMENT_RATIO" label="精品首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="TABLEWARE_FEE_FINANCE" label="精品融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_INTEREST" label="利率/费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FIRST_PAYMENT_RATIO" label="杂费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FINANCE" label="杂费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RENT_RATIO" label="融租比" type="DOUBLE" length="22" scale="6"/>
<attribute name="TOTAL_ALL" label="总价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="DefaultDueDay" label="默认还款日" type="STRING" length="32" />
<attribute name="FINAL_PAYMENT_METHOD" label="尾款处置方式" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY_METHOD" label="期末保证金处理方式" type="STRING" length="32"/>
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例 " type="DOUBLE" length="22" scale="6"/>
<attribute name="HANDLING_CHARGE_MONEY_TYPE" label="手续费类型" type="STRING" length="32" />
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
</attributes>
<manager>
<managerProperties>
@ -2515,32 +2611,32 @@
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="EQUIP_AMT" label="设备款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT" label="首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="EQUIP_END_VALUE" label="期末余值" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_TOTAL" label="期初付款总计" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_CREDIT_MONEY" label="净融资额" type="DOUBLE" length="22" scale="3"/>
<attribute name="CLEAN_CREDIT_RATIO" label="净融资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_VALUE" label="测算租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="RENT_OR_RATE_VALUE" label="测算利率/租金" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCOME_NUMBER" label="还租次数" type="INT" length="10"/>
<attribute name="RENT_VALUE" label="测算租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCOME_NUMBER" label="期数" type="INT" length="10"/>
<attribute name="GRACE" label="宽限期" type="INT" length="10"/>
<attribute name="LEASE_TERM" label="租赁期限" type="INT" length="10"/>
<attribute name="RATE_FLOAT_AMT" label="利率调整值" type="DOUBLE" length="22" scale="6"/>
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="2147483647"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="2147483647"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="2147483647"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="2147483647"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="32"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="32"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="32"/>
<attribute name="HANDLING_CHARGE_MONEY" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="HANDLING_CHARGE_MONEY_RATIO" label="手续费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="MANAGEMENT_MONEY" label="管理费" type="DOUBLE" length="22" scale="2"/>
<attribute name="MANAGEMENT_MONEY_RATIO" label="管理费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY" label="保证金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金抵扣比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_MONEY" label="保证金抵扣金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_REMAIN" label="保证金退还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME" label="保险费收入" type="DOUBLE" length="22" scale="2"/>
@ -2582,11 +2678,11 @@
<attribute name="SETTLE_METHOD" label="租金计算方式" type="STRING" length="200"/>
<attribute name="RENT_OR_RATE" label="租金推算方法" type="STRING" length="200"/>
<attribute name="PERIOD_TYPE" label="期初/期末" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="租金支付类型" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="10"/>
<attribute name="RATE_FLOAT_TYPE" label="还款间隔" type="STRING" length="200"/>
<attribute name="RATE_FLOAT_TYPE" label="利率计算方式" type="STRING" length="200"/>
<attribute name="RATE_FLOAT_DAY" label="利率计算天数" type="STRING" length="32"/>
<attribute name="INSURE_MONEY_TYPE" label="利率计算方式" type="STRING" length="200"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="ADJUST_STYLE" label="调息生效节点" type="STRING" length="200"/>
<attribute name="ADJUST_TYPE" label="调息计算方式" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
@ -2596,9 +2692,9 @@
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="付款日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日调整" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期计划日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="计划日期节假日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日期节假日调整" type="STRING" length="32"/>
<attribute name="FIRST_INTEREST_DATE" label="第一期计息日" type="STRING" length="32"/>
<attribute name="LAST_INTEREST_DATA" label="最后一期计息日" type="STRING" length="32"/>
<attribute name="RATE" label="税率" type="STRING" length="32"/>
@ -2610,11 +2706,37 @@
<attribute name="INSURANCE_PREMIUM_FINA" label="保险费是否参与融资" type="STRING" length="32"/>
<attribute name="INCIDENTAL" label="杂费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_FINA" label="杂费是否参与融资" type="STRING" length="32"/>
<attribute name="FACTORY_ACCESSORIES" label="原厂配件费" type="DOUBLE" length="22" scale="2"/>
<attribute name="FACTORY_ACCESSORIES_FINA" label="原厂配件费是否参与融资" type="STRING" length="32"/>
<attribute name="TABLEWARE_FEE" label="精品费用" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FINA" label="精品费用是否参与融资" type="STRING" length="32"/>
<attribute name="CORPUS" label="期限内本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_RATIO" label="期限内本金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="DISCOUNT" label="贴息" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT" label="尾款" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT_RATIO" label="尾款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FIRST_PAYMENT_RATIO" label="车款首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FINANCE" label="车款融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FIRST_PAYMENT_RATIO" label="购置税首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="PURCHASE_TAX_FINANCE" label="购置税融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FIRST_PAYMENT_RATIO" label="保险费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURANCE_PREMIUM_FINANCE" label="保险费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE" label="GPS安装服务费" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE_FINA" label="GPS是否参与融资" type="STRING" length="32"/>
<attribute name="GPS_FEE_FIRST_PAYMENT_RATIO" label="GPS首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_FEE_FINANCE" label="GPS融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FIRST_PAYMENT_RATIO" label="精品首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="TABLEWARE_FEE_FINANCE" label="精品融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_INTEREST" label="利率/费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FIRST_PAYMENT_RATIO" label="杂费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FINANCE" label="杂费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RENT_RATIO" label="融租比" type="DOUBLE" length="22" scale="6"/>
<attribute name="TOTAL_ALL" label="总价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="DefaultDueDay" label="默认还款日" type="STRING" length="32" />
<attribute name="FINAL_PAYMENT_METHOD" label="尾款处置方式" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY_METHOD" label="期末保证金处理方式" type="STRING" length="32"/>
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例 " type="DOUBLE" length="22" scale="6"/>
<attribute name="HANDLING_CHARGE_MONEY_TYPE" label="手续费类型" type="STRING" length="32" />
</attributes>
<manager>
<managerProperties>