diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp index 305c2434f..3e9cca546 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp @@ -31,7 +31,7 @@ if("01".equals(customerType)){ doTemp.setVisible("SEX",false);//如果是法人客户隐藏性别字段 } - if("业务申请流程".equals(flowName)&&"ANYBACK".equals(flowstate)){ + if(("业务申请流程".equals(flowName)&&"ANYBACK".equals(flowstate))&&("0010".equals(phaseNo)||"0020".equals(phaseNo))){ doTemp.setVisible("InterOpinion1",false); doTemp.setVisible("InterOpinion2",false); doTemp.setVisible("DistriOpinion2",false);