From 8a8070763a9ae7b6f4996068d0bfb410010e92a7 Mon Sep 17 00:00:00 2001 From: liuzhao Date: Mon, 3 Sep 2018 10:06:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=BD=A6=E6=8A=A5=E5=91=8A=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/CarManage/CarRegister/CarReclaimReportList.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/CarManage/CarRegister/CarReclaimReportList.jsp b/WebContent/Tenwa/Lease/Flow/CarManage/CarRegister/CarReclaimReportList.jsp index 9864bc0e5..87d89b2e9 100644 --- a/WebContent/Tenwa/Lease/Flow/CarManage/CarRegister/CarReclaimReportList.jsp +++ b/WebContent/Tenwa/Lease/Flow/CarManage/CarRegister/CarReclaimReportList.jsp @@ -10,7 +10,7 @@ //String ishistory=CurPage.getParameter("IsHistory"); String RightType= CurPage.getParameter("RightType"); ASObjectModel doTemp = new ASObjectModel("CarReclaimRepertList"); - doTemp.setVisible("action", true); + //doTemp.setVisible("action", true); //doTemp.setVisible("filelist", false); //doTemp.appendJboWhere(" and O.uuid=:uuid"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); @@ -39,13 +39,13 @@ function afterSearch(){ var html=""; html+=''+getObj(0,i,"filename").innerHTML+''; getObj(0,i,"filename").innerHTML=html; - if(fileid.length>0){ + <%-- if(fileid.length>0){ if("<%=RightType%>"=="ReadOnly"){ getObj(0,i,"action").innerHTML='     '; }else{ getObj(0,i,"action").innerHTML='        '; } - } + } --%> } } //在线编辑