diff --git a/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJList.jsp b/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJList.jsp index ee94f10d4..03711639b 100644 --- a/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJList.jsp +++ b/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJList.jsp @@ -37,7 +37,6 @@ } function createInvoice(){ - debugger; var ros = getCheckedRows(0); var jsonArr=[]; var json={}; @@ -47,6 +46,7 @@ json["customer_name"] =getItemValue(0, ros[i], "customer_name"); json["invoice_money"] =getItemValue(0, ros[i], "invoice_money"); json["tax_type"] =getItemValue(0, ros[i], "tax_type"); + json["tax_no"] =getItemValue(0, ros[i], "tax_no"); json["acc_number"] =getItemValue(0, ros[i], "acc_number"); json["telephone"] =getItemValue(0, ros[i], "telephone"); json["cert_id"] =getItemValue(0, ros[i], "cert_id"); @@ -59,8 +59,9 @@ var param = JSON.stringify(jsonArr); param = "InvoiceParam="+param.replace(/,/g,'@')+",fpzl=00,fpzf=00"; // alert(param); - return; var res = AsControl.RunJavaMethod("com.tenwa.invoice.IAutokpDo", "invoice", param); + alert(res); + reloadSelf(); } diff --git a/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJListHasInvoiced.jsp b/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJListHasInvoiced.jsp index 0d815c4d5..ed8c36efc 100644 --- a/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJListHasInvoiced.jsp +++ b/WebContent/Tenwa/Core/InvoiceManager/InvoiceTJ/InvoiceGpsTJListHasInvoiced.jsp @@ -1,7 +1,7 @@ <%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_list.jspf"%><% - ASObjectModel doTemp = new ASObjectModel("Invoice_TJ_Gps"); + ASObjectModel doTemp = new ASObjectModel("Invoice_TJ_Gps_had"); doTemp.appendJboWhere("O.liti_id is not null"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- @@ -21,16 +21,36 @@ }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>