From 2540433d39872d8f7538b764f6aabd07a1794336 Mon Sep 17 00:00:00 2001 From: zzk Date: Mon, 18 Sep 2023 16:09:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B1=E7=94=B3=E4=BA=BA=E5=92=8C=E6=8B=85?= =?UTF-8?q?=E4=BF=9D=E4=BA=BA=E4=BF=A1=E6=81=AF=E7=9A=84=E6=9D=83=E9=99=90?= =?UTF-8?q?=E8=BF=99=E5=9D=97=E5=86=8D=E7=9C=8B=E4=B8=80=E4=B8=8B=EF=BC=8C?= =?UTF-8?q?=E9=99=A4=E4=BA=86=E7=BB=8F=E9=94=80=E5=95=86=EF=BC=8C=E5=85=B6?= =?UTF-8?q?=E4=BB=96=E4=BA=BA=E9=83=BD=E6=B2=A1=E6=9C=89=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E3=80=81=E4=BF=9D=E5=AD=98=E3=80=81=E5=88=A0=E9=99=A4=E7=9A=84?= =?UTF-8?q?=E6=9D=83=E9=99=90=EF=BC=8C=E5=8F=AA=E8=83=BD=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LBGuaranteeUnit/LBGuaranteePerUnitList.jsp | 14 ++++++++++---- .../CustomerFamilyJoinTempInfo.jsp | 8 +++++++- 2 files changed, 17 insertions(+), 5 deletions(-) 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)){