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 ){