diff --git a/WebContent/Tenwa/Comm/DocList/PayDocList.jsp b/WebContent/Tenwa/Comm/DocList/PayDocList.jsp
index 4e7dd54fa..84772d0aa 100644
--- a/WebContent/Tenwa/Comm/DocList/PayDocList.jsp
+++ b/WebContent/Tenwa/Comm/DocList/PayDocList.jsp
@@ -138,7 +138,7 @@ function afterSearch(){
html+=''+obj[file]['filename']+'';
html+='【上传时间:'+obj[file]['inputtime']+'】';
html+='【上传人:'+obj[file]['inputuser']+'】';
- html+='【大小:'+Math.floor(obj[file]['FileSize']/1024*100)/100+'kb】 ';
+// html+='【大小:'+Math.floor(obj[file]['FileSize']/1024*100)/100+'kb】 ';
if(isReview!="true"&&sRightType!="ReadOnly"&&(sObjectType==obj[file]['objecttype'])&&username==obj[file]['inputuser']){
html+=' ';
}