From ec119fb951e4b900c51064eb219be6ed4fcbf490 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Wed, 5 Sep 2018 17:11:29 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8A=A5=E4=BB=B7=E5=8D=95=E4=B8=8D=E9=9A=8F?= =?UTF-8?q?=E6=96=B9=E6=A1=88=E4=BF=A1=E6=81=AF=E5=8F=98=E5=8A=A8=E8=80=8C?= =?UTF-8?q?=E5=8F=98=E5=8A=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp | 3 ++- WebContent/WEB-INF/etc/app/component/component-config.xml | 2 +- calc/com/tenwa/reckon/product/ProductCondition.java | 2 +- src_tenwa/com/tenwa/lease/util/FlowViewUtil.java | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp index 509b3de77..a27bc9915 100644 --- a/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp +++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp @@ -153,7 +153,7 @@ String sButtons[][] = { //{"true","All","Button","重置","重置","reloadSelf()","","","",""}, {"true","","Button","租金测算","租金测算","saveRecord()","","","","btn_icon_save"}, - // {((isCarProduct) && ("proj_process".equals(calType)||"cont_process".equals(calType)))?"true":"false","","Button","引入客户报价","引入客户报价","importCustomerQuot()","","","","btn_icon_edit"} + {((isCarProduct) && ("proj_process".equals(calType)||"cont_process".equals(calType)))?"true":"false","","Button","引入客户报价","引入客户报价","importCustomerQuot()","","","","btn_icon_edit"} }; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>