From 3710d60c5df43652e4704f2c3fe2b88097c02ad8 Mon Sep 17 00:00:00 2001 From: ap007 Date: Fri, 2 Dec 2022 15:16:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E8=AF=86=E5=88=AB=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=8F=96=E5=80=BC=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InvoiceManager/FundPaymentInvoice/LbInvoiceTemp.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebContent/Tenwa/Core/InvoiceManager/FundPaymentInvoice/LbInvoiceTemp.jsp b/WebContent/Tenwa/Core/InvoiceManager/FundPaymentInvoice/LbInvoiceTemp.jsp index d5f5249eb..12f608bbc 100644 --- a/WebContent/Tenwa/Core/InvoiceManager/FundPaymentInvoice/LbInvoiceTemp.jsp +++ b/WebContent/Tenwa/Core/InvoiceManager/FundPaymentInvoice/LbInvoiceTemp.jsp @@ -55,11 +55,11 @@ let sResult = RunJavaMethodTrans("com.ample.icms.service.ImageOcrService","invoiceOrcOfInvoice","contractId=<%=ContractId%>,flowNo=FundPaymentCarFlow"); if(sResult!=null&&sResult.error_code==0&&sResult.result.发票号码!=''){ const resultList = sResult.result; - let Invoice_code = resultList.发票号码; - let Invoice_number = resultList.发票代码; + let Invoice_code = resultList.发票代码; + let Invoice_number = resultList.发票号码; let Invoice_date = resultList.开票日期; Invoice_date = Invoice_date.substr(0,4)+'/'+Invoice_date.substr(4,2)+'/'+Invoice_date.substr(6,2); - let Invoice_money = resultList.不含税价小写; + let Invoice_money = resultList.价税合计小写; let tax_due = resultList.增值税税额; let tax_rate = resultList.增值税税率或征收税率; setItemValue(0,0,"Invoice_code", Invoice_code);