1。更改小BUG
This commit is contained in:
parent
4bfdf53e81
commit
24e7010dd8
@ -95,10 +95,14 @@
|
||||
setItemValue(0,getRow(),"REPURCHASE_MONEY",remaincorpus);
|
||||
setItemValue(0,getRow(),"FIST_RENT",terminateInfo.fist_rent);
|
||||
setItemValue(0,getRow(),"FIST_CORPUS","0");
|
||||
var ratio = 0.05;
|
||||
if(!(("<%=ratio%>"=="")||"<%=ratio%>"==null)){
|
||||
ratio=(Number("<%=ratio%>")/100).toFixed(2);
|
||||
|
||||
var ratio=0;
|
||||
if("<%=ratio%>"==""||"<%=ratio%>"==null||"<%=ratio%>"=="null"){
|
||||
ratio = 0.05;
|
||||
}else{
|
||||
ratio = (Number("<%=ratio%>")/100).toFixed(2);
|
||||
}
|
||||
|
||||
setItemValue(0,getRow(),"HANDLING_CHARGE",Math.round(Number(remaincorpus*ratio)*100)/100);
|
||||
var dateRate=Number("<%=yearrate%>")/100;//获取利率
|
||||
// var sDate1 = getItemValue(0,getRow(),"PAYDAY_DATE");//获取提出日期
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user