1.直租和回租的选择放到合同审批(在通用产品的情况下)

This commit is contained in:
zhangbb 2019-08-05 11:54:11 +08:00
parent 6284d82036
commit 17b1b267ae
2 changed files with 10 additions and 0 deletions

View File

@ -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"%>
<%

View File

@ -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"%>
<%