diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp index 2e438cddb..a89314246 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp @@ -22,7 +22,13 @@ //获取页面属性liux系统暂时不支持 /* Toolkit toolkit = Toolkit.getDefaultToolkit(); Dimension screen = toolkit.getScreenSize(); */ - + + String falg = "false"; + + if("0010".equals(PhaseNo) || "0020".equals(PhaseNo) ){ + falg = "true"; + } + ASObjectModel doTemp = new ASObjectModel(sTempletNoQuery); // doTemp.appendHTMLStyle("FULLNAME","width:"+(int)((screen.getWidth()-(screen.getWidth()*0.108))*0.15)+"px;"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); @@ -41,9 +47,9 @@ }; } else{ sButtons=new String[][]{ - {"true","","Button","新增","新增","newRecord()","","","","btn_icon_add"}, - {"true","","Button","修改","修改","viewAndEdit()","","","","btn_icon_edit"}, - {"true","","Button","删除","删除","do_delete()","","","","btn_icon_delete"}, + {falg,"","Button","新增","新增","newRecord()","","","","btn_icon_add"}, + {falg,"","Button","修改","修改","viewAndEdit()","","","","btn_icon_edit"}, + {falg,"","Button","删除","删除","do_delete()","","","","btn_icon_delete"}, {"true","","Button","详情","详情","viewAndEdit2()","","","","btn_icon_edit"} }; } diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp index 8f73b2ba4..5ce85d2a3 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp @@ -17,10 +17,16 @@ String IsHistory = CurPage.getParameter("IsHistory"); if(sPrevUrl == null) sPrevUrl = ""; - String falg = "true"; + String falg = "false"; + + if("0010".equals(sPhaseNo) || "0020".equals(sPhaseNo) ){ + falg = "true"; + } + if("合同制作流程".equals(flowName)){ falg = "false"; } + String sTempletNo = "CustomerFamilyJoinTempInfo";//--模板号-- //如果是合同查询则 查询正式表数据 if("flow_contract_sum_car".equals(showtype)){