diff --git a/WebContent/Tenwa/Customer/Lessee/Comm/Invoice/CustomerInvoice.jsp b/WebContent/Tenwa/Customer/Lessee/Comm/Invoice/CustomerInvoice.jsp index 5c18bba37..f981c5ec9 100644 --- a/WebContent/Tenwa/Customer/Lessee/Comm/Invoice/CustomerInvoice.jsp +++ b/WebContent/Tenwa/Customer/Lessee/Comm/Invoice/CustomerInvoice.jsp @@ -106,7 +106,7 @@ if(typeof(tax_no) != undefined && tax_no != ""){ var sReturnInfo = RunJavaMethodTrans("com.tenwa.customer.controller.invoice.CustomerInvoiceController","checkTax_no","tax_no="+tax_no+",customer_id="+"<%=customer_id%>"); if(sReturnInfo != "true"){ - alert("ÄÉ˰ÈËʶ±ðºÅÒÑ´æÔÚ"); + alert("ͳһÉç»áÐÅÓôúÂëÒÑ´æÔÚ"); return false; } } @@ -114,7 +114,7 @@ if(typeof(tax_no) != undefined && tax_no != "" ){ var sReturnInfo = RunJavaMethodTrans("com.tenwa.customer.controller.invoice.CustomerInvoiceController","editCheckTax_no","tax_no="+tax_no+",id="+id+",customer_id="+"<%=customer_id%>"); if(sReturnInfo != "true"){ - alert("ÄÉ˰ÈËʶ±ðºÅÒÑ´æÔÚ"); + alert("ͳһÉç»áÐÅÓôúÂëÒÑ´æÔÚ"); return false; } } diff --git a/WebContent/fileTemplate/租金支付通知书.docx b/WebContent/fileTemplate/租金支付通知书.docx index 12367b7de..7063cfea1 100644 Binary files a/WebContent/fileTemplate/租金支付通知书.docx and b/WebContent/fileTemplate/租金支付通知书.docx differ diff --git a/src_tenwa/com/tenwa/customer/handler/invoice/CustomerInvoiceHandler.java b/src_tenwa/com/tenwa/customer/handler/invoice/CustomerInvoiceHandler.java index 2ab593d74..746734d57 100644 --- a/src_tenwa/com/tenwa/customer/handler/invoice/CustomerInvoiceHandler.java +++ b/src_tenwa/com/tenwa/customer/handler/invoice/CustomerInvoiceHandler.java @@ -20,6 +20,8 @@ public class CustomerInvoiceHandler extends CommonHandler{ if(CUSTOMER_INFO != null) { bo.setAttributeValue("tax_object", CUSTOMER_INFO.getAttribute("customername").getString()); + bo.setAttributeValue("tax_no", CUSTOMER_INFO.getAttribute("customerid").getString()); + } //³õʼ»¯customer_id bo.setAttributeValue("customer_id", customer_id);