diff --git a/WebContent/Tenwa/Lease/Flow/Rent/RentReback/OtherPayCarApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Rent/RentReback/OtherPayCarApplyList.jsp index d854d301d..6a07f92e8 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/RentReback/OtherPayCarApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/RentReback/OtherPayCarApplyList.jsp @@ -7,7 +7,7 @@ function newApply(){ var userid="<%=CurUser.getUserID()%>"; var orgid="<%=CurUser.getOrgID()%>"; - var sParams = "applyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>"; + var sParams = "applyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>,ProjectName=<%=StringFunction.getToday()+CurUser.getUserName()+"发起其它支付流程"%>"; var sReturnInfo = RunJavaMethodTrans("com.tenwa.flow.action.comm.BaseFlowStartAction","initFLow",sParams); if(typeof(sReturnInfo)=="undefined" || sReturnInfo=="" || sReturnInfo=="_CANCEL_") return; var sReturnInfos=sReturnInfo.split("@"); diff --git a/src_tenwa/com/tenwa/lease/flow/rent/rentreback/OtherPayMethod.java b/src_tenwa/com/tenwa/lease/flow/rent/rentreback/OtherPayMethod.java index 3a0fa88fa..85652a233 100644 --- a/src_tenwa/com/tenwa/lease/flow/rent/rentreback/OtherPayMethod.java +++ b/src_tenwa/com/tenwa/lease/flow/rent/rentreback/OtherPayMethod.java @@ -39,7 +39,6 @@ public class OtherPayMethod { public String createSplittingPayTemp(JBOTransaction tx) throws JBOException{ BigDecimal ratio = null; - String rate = "0"; String[] planID = planIDs.split("@"); for(int i=0;i