文件导入页面修改

This commit is contained in:
zhangjun 2019-04-22 11:14:45 +08:00
parent 4a7aabbd53
commit 2d5b465ae2

View File

@ -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"]) $("<iframe name='downloadTemplate' style='display:none;'></iframe>").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 ){