From fb6e017bb22b419361d00838af49310580aff08e Mon Sep 17 00:00:00 2001 From: zhangbb Date: Tue, 3 Nov 2020 15:34:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=8E=E6=8E=A7=E5=88=9D=E6=AD=A5=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InvoiceTJ/InvoiceGpsTJList.jsp | 9 +- .../InvoiceTJ/InvoiceGpsTJListHasInvoiced.jsp | 21 +- WebContent/WEB-INF/lib/wsdl4j.jar | Bin 148522 -> 168201 bytes src_cmb/com/tenwa/invoice/IAutokpDo.java | 184 +++++++++++++++-- src_cmb/com/tenwa/invoice/IAutokpXML.java | 83 +++++--- src_cmb/com/tenwa/invoice/InvoiceBean.java | 193 +----------------- 6 files changed, 245 insertions(+), 245 deletions(-) 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"%>