diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfo.jsp index ee7234fcf..dbc2353f4 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBContract/LBContractInfo.jsp @@ -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"%> <% diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBProject/LBProjectInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBProject/LBProjectInfo.jsp index 9ca3a5489..8a6037c86 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBProject/LBProjectInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBProject/LBProjectInfo.jsp @@ -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"%> <%