From 367c1168c7e9dcfdb7bb3f8516e63373fbbfd411 Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Mon, 3 Sep 2018 16:39:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=AD=E8=AF=81=E7=9B=B8=E5=85=B3-=E7=BD=91?= =?UTF-8?q?=E9=93=B6=E6=8E=A5=E5=8F=A3=E5=AF=BC=E5=85=A5=E7=94=9F=E6=88=90?= =?UTF-8?q?=E5=87=AD=E8=AF=81=E5=AE=A2=E6=88=B7id,=20=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E8=87=AA=E5=B8=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Customer/customer_list/cust_info.jsp | 1 - .../com/tenwa/voucher/serviceImp/CreateVoucherServiceImpl.java | 3 +++ src_tenwa/com/tenwa/lease/app/ebank/EbankUse.java | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Customer/customer_list/cust_info.jsp b/WebContent/Tenwa/Customer/customer_list/cust_info.jsp index f6bfea7e7..cd4eced7d 100644 --- a/WebContent/Tenwa/Customer/customer_list/cust_info.jsp +++ b/WebContent/Tenwa/Customer/customer_list/cust_info.jsp @@ -7,7 +7,6 @@ */ String sPrevUrl = CurPage.getParameter("PrevUrl"); if(sPrevUrl == null) sPrevUrl = "/Tenwa/Customer/customer_list/cust_list.jsp"; - String sTempletNo = "CUST_INFO";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); doTemp.setColTips("", ""); diff --git a/src_core/com/tenwa/voucher/serviceImp/CreateVoucherServiceImpl.java b/src_core/com/tenwa/voucher/serviceImp/CreateVoucherServiceImpl.java index d1141d3c7..c01366b22 100644 --- a/src_core/com/tenwa/voucher/serviceImp/CreateVoucherServiceImpl.java +++ b/src_core/com/tenwa/voucher/serviceImp/CreateVoucherServiceImpl.java @@ -319,6 +319,9 @@ public class CreateVoucherServiceImpl { }else if("PZ2018071100000010".equals(VOUCHERNO)||"PZ2018080300000074".equals(VOUCHERNO)){ subData.put("CUSTID",dataTemp.get("DISTRIBUTOR_ID"));//经销商id subData.put("CUSTNAME",dataTemp.get("DISTRIBUTOR_NAME"));//经销商名称 + }else if("PZ2018081600000120".equals(VOUCHERNO)){ + subData.put("CUSTID","0203440110");//经销商id + subData.put("CUSTNAME","业务系统待查客户");//经销商名称 }else { subData.put("CUSTID",dataTemp.get("CUSTID"));//客商id subData.put("CUSTNAME",dataTemp.get("CUSTNAME"));//客商名称 diff --git a/src_tenwa/com/tenwa/lease/app/ebank/EbankUse.java b/src_tenwa/com/tenwa/lease/app/ebank/EbankUse.java index cc7b9b1e7..8d3e326bc 100644 --- a/src_tenwa/com/tenwa/lease/app/ebank/EbankUse.java +++ b/src_tenwa/com/tenwa/lease/app/ebank/EbankUse.java @@ -102,7 +102,8 @@ public class EbankUse { param.put("FACT_DATE", fact_date); param.put("ACC_NUMBER", ownnumber); param.put("CONTRACT_NUMBER", CONTRACT_NUMBER); - + param.put("VOUCHERNO", voucherNo); + Map map = new HashMap(); map.put("PROJ_TYPE", "02"); map.put("VOUCHER_NO", voucherNo);