From c74b7360a0997cb132f3807ce4c3cc8f6ce3d837 Mon Sep 17 00:00:00 2001 From: liuzhao Date: Tue, 11 Sep 2018 15:44:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Core/InvoiceManager/ConfirmInvoice/InvoiceConfirmList.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Core/InvoiceManager/ConfirmInvoice/InvoiceConfirmList.jsp b/WebContent/Tenwa/Core/InvoiceManager/ConfirmInvoice/InvoiceConfirmList.jsp index 5893349ee..5b232a2c1 100644 --- a/WebContent/Tenwa/Core/InvoiceManager/ConfirmInvoice/InvoiceConfirmList.jsp +++ b/WebContent/Tenwa/Core/InvoiceManager/ConfirmInvoice/InvoiceConfirmList.jsp @@ -33,14 +33,14 @@ } function downloadFile(path){ - alert(path); + //alert(path); if(!frames["downloadTemplate"]) $("").appendTo("body"); window.open(sWebRootPath+"/servlet/view/invoiceDownloadServlet?CompClientID=<%=sCompClientID%>&path="+path, "downloadTemplate"); } function selectInvoice(){ var sid = getItemValue(0,getRow(0),"sid"); - alert(sid); + //alert(sid); /* if(typeof(sid)=="undefined" || sObjectInfo.length==0 ){ alert("请选择查询开票数据!"); return ;