From 2d5b465ae248ba1453cf7f7629b943468970a02e Mon Sep 17 00:00:00 2001 From: zhangjun Date: Mon, 22 Apr 2019 11:14:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=AF=BC=E5=85=A5=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FileDownloadImportList.jsp | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/FileDownloadImportList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/FileDownloadImportList.jsp index 2f802389a..d57fed42d 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/FileDownloadImportList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/FileDownloadImportList.jsp @@ -70,25 +70,6 @@ {width:"350px",height:"40px",title:"上传文件下载数据"},function(){ reloadSelf();}); } - /* function viewAndEdit(){ - var sUrl = "/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/LBEquipmentInfo.jsp"; - var IDs = getItemValueArray(0,'ID');//+","+TablePage.getCheckedItemValueArrayWithOtherPage("ID",s_c_p[0]); - if(typeof(IDs) == "undefined" || IDs.length == 0 ){ - alert("请选择一条信息!"); - return ; - } - var sParam = "ids="+IDs; - AsDialog.PopView(sUrl,sParam, - "dialogWidth=500px;dialogHeight=300px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(sReturnInfo){ - if(typeof(sReturnInfo)=="undefined" || sReturnInfo=="" || sReturnInfo=="_CANCEL_") return; - if("success"==sReturnInfo){ - alert("修改成功"); - } - reloadSelf(); - - },"资产转出登记修改"); - reloadSelf(); - } */ //模板下载 function DiscountDownload(){ var sId="4f5e73385146431d9aec13d06aae21bf"; @@ -100,10 +81,7 @@ } } - function downloadFile(id){ - if(!frames["downloadTemplate"]) $("").appendTo("body"); - window.open(sWebRootPath+"/servlet/view/docDownloadServlet?CompClientID=<%=sCompClientID%>&sqlString=save@"+id, "downloadTemplate"); - } + function deleteRecord(){ var ownNumber = getItemValue(0,getRow(),'id'); if(typeof(ownNumber)=="undefined" || ownNumber.length==0 ){