diff --git a/WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp b/WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp index 42f6e056e..7fa0e57f4 100644 --- a/WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp +++ b/WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp @@ -28,7 +28,8 @@ if("ReadOnly".equals(rightType)){ dwTemp.ReadOnly = "1";//只读模式 } - + String acc_number = Sqlca.getString("select acc_number from OWN_ACCOUNT where acc_number='755915678910506'"); + String acc_bank = Sqlca.getString("select acc_bank from OWN_ACCOUNT where acc_number='755915678910506'"); dwTemp.genHTMLObjectWindow(CurPage.getParameter("ID")); dwTemp.getDataObject().setVisible("CAUTION_MONEY", true); String sButtons[][] = { @@ -37,7 +38,10 @@ }; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> -<%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file +<%@ include file="/Frame/resources/include/include_end.jspf"%> diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp index df835378e..8cbb13819 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp @@ -128,6 +128,8 @@ String nodeNo=CurPage.getParameter("NodeNo"); jQuery(function(){ setItemValue(0,0,"flowunid","<%=flowunid%>"); + //设置商定罚息带出逾期罚息 + setItemValue(0,0,"AGREED_PENALTY",getItemValue(0,0,'DUN_PENALTY')); //判断其他应收和其他应退是否为空 var otherIn = getItemValue(0,getRow(),"OTHER_IN"); var otherOut = getItemValue(0,getRow(),"OTHER_OUT"); diff --git a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentTempList.jsp b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentTempList.jsp index 72f5b79db..402f5c5a4 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentTempList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentTempList.jsp @@ -26,7 +26,7 @@ dwTemp.MultiSelect = true; dwTemp.ReadOnly = "0"; dwTemp.ShowSummary = "1"; - if("0030".equals(phaseNo)){ + if(!"0020".equals(phaseNo)){ rightType = "ReadOnly"; dwTemp.ReadOnly = "1"; } @@ -85,13 +85,17 @@ }; }else{ sButtons = new String[][]{ - {"true","","Button","确认信息","确认信息","as_save(0,'setColRequired()')","","","","btn_icon_save",""}, + {"true","","Button","保存","确认信息","as_save(0,'setColRequired()')","","","","btn_icon_save",""}, {"true","","Button","批量修改","批量修改","batchModify()","","","","btn_icon_delete",""} }; } %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>