收车报告上传文件
This commit is contained in:
parent
3e77a9141a
commit
8a8070763a
@ -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+='<a onclick=downloadFile(\''+getItemValue(0,i,"ID")+'\')><font color="blue">'+getObj(0,i,"filename").innerHTML+'</font></a>';
|
||||
getObj(0,i,"filename").innerHTML=html;
|
||||
if(fileid.length>0){
|
||||
<%-- if(fileid.length>0){
|
||||
if("<%=RightType%>"=="ReadOnly"){
|
||||
getObj(0,i,"action").innerHTML=' <a class="btn_icon_detail" onclick="editOffice(\''+fileid+'\',\''+filename+'\',\'1\')" title="²é¿´"> </a>';
|
||||
}else{
|
||||
getObj(0,i,"action").innerHTML=' <a class="btn_icon_detail" onclick="editOffice(\''+fileid+'\',\''+filename+'\',\'1\')" title="²é¿´"> </a> <a class="btn_icon_edit" onclick="editOffice(\''+fileid+'\',\''+filename+'\',\'2\')" title="±à¼"> </a>';
|
||||
}
|
||||
}
|
||||
} --%>
|
||||
}
|
||||
}
|
||||
//ÔÚÏß±à¼
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user