发票
This commit is contained in:
parent
8d328243af
commit
c74b7360a0
@ -33,14 +33,14 @@
|
||||
}
|
||||
|
||||
function downloadFile(path){
|
||||
alert(path);
|
||||
//alert(path);
|
||||
if(!frames["downloadTemplate"]) $("<iframe name='downloadTemplate' style='display:none;'></iframe>").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 ;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user