1.提前结清租金测算修改
This commit is contained in:
parent
cc20781b91
commit
0f9f006c1a
1269
WebContent/Accounting/LoanSimulation_new/LoanBasicInfoBusiness.jsp
Normal file
1269
WebContent/Accounting/LoanSimulation_new/LoanBasicInfoBusiness.jsp
Normal file
File diff suppressed because it is too large
Load Diff
1269
WebContent/Accounting/LoanSimulation_old/LoanBasicInfoBusiness.jsp
Normal file
1269
WebContent/Accounting/LoanSimulation_old/LoanBasicInfoBusiness.jsp
Normal file
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@
|
||||
String sTabStrip[][] = {
|
||||
{"true", "×â½ð¼Æ»®", "/Accounting/LoanSimulation_old/RentPlanList.jsp",params, "", "", "false"},
|
||||
{"true", "×Ê½ð¼Æ»®", "/Accounting/LoanSimulation_old/FundPlanList.jsp",params, "", "", "false"},
|
||||
{"true", "现金流", "/Accounting/LoanSimulation_old/RentPlanList.jsp",params, "", "", "false"},
|
||||
{"true", "现金流", "/Accounting/LoanSimulation_old/CashFlowList.jsp",params, "", "", "false"},
|
||||
};
|
||||
%>
|
||||
<%@ include file="/Resources/CodeParts/Tab01.jsp"%>
|
||||
|
||||
@ -156,6 +156,7 @@ var incomeNumberYear;
|
||||
var adjustType;
|
||||
var count = 0;
|
||||
$(function(){
|
||||
changeRateTypeNew();
|
||||
//document.getElementById('div_my0').innerHTML = '<div style="width:1160px;overflow: scroll;">'+document.getElementById('div_my0').innerHTML+'</div>';
|
||||
if("ReadOnly"!="<%=RightType%>"){
|
||||
changeRateTypeNew();
|
||||
@ -184,8 +185,10 @@ $(function(){
|
||||
count++;
|
||||
}else{
|
||||
changeSettleMethod3();
|
||||
changeRateTypeNew();
|
||||
}
|
||||
getRatioByMoney(getObj(0, "EQUIP_AMT"));
|
||||
changeRateTypeNew();
|
||||
});
|
||||
|
||||
function importCustomerQuot(){
|
||||
@ -207,12 +210,12 @@ function importCustomerQuot(){
|
||||
|
||||
}
|
||||
|
||||
function changeRateTypeNew() {
|
||||
function changeRateTypeNew() {
|
||||
if("ratetype01" == getItemValue(0, 0, "RATE_TYPE")) {
|
||||
setItemRequired(0, "ADJUST_STYLE", true);
|
||||
setItemReadOnly(0, 0, "ADJUST_STYLE", false);
|
||||
setItemRequired(0, "ADJUST_TYPE", true);
|
||||
setItemReadOnly(0, 0, "ADJUST_TYPE", false);
|
||||
// setItemRequired(0, "ADJUST_STYLE", true);
|
||||
// setItemReadOnly(0, 0, "ADJUST_STYLE", false);
|
||||
// setItemRequired(0, "ADJUST_TYPE", true);
|
||||
// setItemReadOnly(0, 0, "ADJUST_TYPE", false);
|
||||
} else {
|
||||
setItemValue(0, 0, "ADJUST_STYLE", "");
|
||||
setItemRequired(0, "ADJUST_STYLE", false);
|
||||
@ -221,7 +224,7 @@ function changeRateTypeNew() {
|
||||
setItemRequired(0, "ADJUST_TYPE", false);
|
||||
setItemReadOnly(0, 0, "ADJUST_TYPE", true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
var CalcControl={};
|
||||
CalcControl.IncomeNumberView=function(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user