diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportList.jsp index 22239cb31..436dc3841 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportList.jsp @@ -21,7 +21,7 @@ <% String sButtons[][] = { //{"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add",""}, - {"true","","Button","修改","修改","viewAndEdit()","","","","btn_icon_edit"}, + //{"true","","Button","修改","修改","viewAndEdit()","","","","btn_icon_edit"}, {"true","All","Button","删除","删除","deleteRecord()","","","","btn_icon_delete",""}, {"true","","Button","excel导入","excel导入","importExcel()","","","","btn_icon_import"}, {"true","","Button","模版下载","模版下载","DiscountDownload()","","","","btn_icon_down",""}, @@ -50,7 +50,6 @@ } function viewAndEdit(){ - var sUrl = "/Tenwa/Lease/Flow/Comm/LBImportPage/PayBillImportInfo.jsp"; var sPara = getItemValue(0,getRow(0),'ID'); if(typeof(sPara)=="undefined" || sPara.length==0 ){ @@ -62,7 +61,6 @@ //excel导入 function importExcel(){ - debugger; var importCondition={};//导入配置 importCondition["templateNo"]="8f9770f5088b487abd3f6a03d56d7dd0";//导入的模板编号必填s //增加其他配置参数