From cfcaaf41cf49a8d3b966b4d22b650eb6fe58e015 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Mon, 25 Jun 2018 00:24:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?1.=E5=AE=9E=E9=99=85=E4=BB=98=E6=AC=BE?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E9=BB=98=E8=AE=A4=E3=80=82=202.=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E5=95=86=E5=8A=A1=E6=96=B9=E6=A1=88=E9=A1=B5=E9=9D=A2=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E3=80=82=203.=E6=9B=B4=E6=94=B9=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LoanSimulation/LoanBasicInfo.jsp | 2 +- .../ActualPayment/ActualPaymentTempList.jsp | 43 ++++++++++++++++++- .../etc/app/component/component-config.xml | 9 ++-- .../component/component-parameter-config.xml | 11 ++++- .../reckon/product/ProductCondition.java | 4 +- .../dict/als/manage/ColRelativeInfo.java | 16 +++++-- 6 files changed, 73 insertions(+), 12 deletions(-) diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp index d48d75542..aa5825190 100644 --- a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp +++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.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"%>