1.直租和回租的选择放到合同审批(在通用产品的情况下)
This commit is contained in:
parent
6284d82036
commit
17b1b267ae
@ -84,6 +84,9 @@
|
||||
if("TAssetsDisposalFeeFlow".equals(FlowNo)){
|
||||
doTemp.setReadOnly("CONTRACT_NUMBER", true);
|
||||
}
|
||||
if("currentProduct".equals(product_id)){
|
||||
doTemp.setReadOnly("LEAS_FORM", false);
|
||||
}
|
||||
%>
|
||||
<%@ include file="/Tenwa/Lease/Flow/Comm/baseShowFormal.jspf"%>
|
||||
<%
|
||||
|
||||
@ -52,6 +52,7 @@
|
||||
String RightType=CurPage.getParameter("RightType");
|
||||
String ishistory=CurPage.getParameter("IsHistory");
|
||||
String nodeNo=CurPage.getParameter("NodeNo");
|
||||
String productId = CurPage.getParameter("ProductId");
|
||||
%>
|
||||
<%/*~END~*/%>
|
||||
|
||||
@ -65,6 +66,12 @@
|
||||
}
|
||||
CurPage.getCurComp().setAttribute("RightType", null);
|
||||
doTemp.setDefaultValue("FlowUnid", sFlowUnid);//¸³ÖµÁ÷³Ì±àºÅ
|
||||
//通用产品
|
||||
if("currentProduct".equals(productId)){
|
||||
doTemp.setRequired("LEAS_FORM", false);
|
||||
doTemp.setVisible("LEAS_FORM", false);
|
||||
}
|
||||
|
||||
%>
|
||||
<%@ include file="/Tenwa/Lease/Flow/Comm/baseShowFormal.jspf"%>
|
||||
<%
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user