diff --git a/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJList.jsp b/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJList.jsp index 203bda7d5..0cd6e9090 100644 --- a/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJList.jsp +++ b/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJList.jsp @@ -51,17 +51,14 @@ json["cert_id"] =getItemValue(0, ros[i], "cert_id"); json["tax_ratio"] =getItemValue(0, ros[i], "tax_ratio"); json["customer_type"] =getItemValue(0, ros[i], "customer_type"); - //发票种类 - json["fpzl"] ="00"; - //发票正负 - json["fpzf"] ="00"; - + json["plan_list"] =getItemValue(0, ros[i], "plan_list"); jsonArr.push(json); json={}; } var param = JSON.stringify(jsonArr); - param = "InvoiceParam="+param.replace(/,/g,'@'); + param = "InvoiceParam="+param.replace(/,/g,'@')+",fpzl=00,fpzf=00"; // alert(param); + return; var res = AsControl.RunJavaMethod("com.tenwa.invoice.IAutokpDo", "invoice", param); } diff --git a/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJListHasInvoiced.jsp b/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJListHasInvoiced.jsp index bedfc8537..be7d735e8 100644 --- a/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJListHasInvoiced.jsp +++ b/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJListHasInvoiced.jsp @@ -15,12 +15,16 @@ //{"true","","Button","删除","删除","if(confirm('确实要删除吗?'))as_delete(0,'alert(getRowCount(0))')","","","","btn_icon_delete",""}, {"true","","Button","发票作废","发票作废","deleteInvoice()","","","","",""}, {"true","","Button","发票红冲","发票红冲","redInkInvoice()","","","","",""}, + {"true","","Button","发票打印","发票打印","printInvoice()","","","","",""}, }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>