From d834acb449f2050a9374cbb551c2d04de53b6093 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Tue, 4 Sep 2018 09:32:10 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8E=BB=E6=8E=89=E7=A7=9F=E8=B5=81=E7=89=A9?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=EF=BC=8C=E5=AE=89=E9=B9=8F=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=88=90=E9=BB=98=E8=AE=A4=E4=B8=80=E8=88=AC=E3=80=82=202.?= =?UTF-8?q?=E7=A7=9F=E9=87=91=E6=B5=8B=E7=AE=97=E9=A1=B5=E9=9D=A2=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E4=BA=A7=E5=93=81=E5=8F=98=E5=8A=A8=E3=80=82=203.?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BC=A0=E7=BB=9F=E4=B8=9A=E5=8A=A1=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=AB=8B=E9=A1=B9=E6=8A=A5=E9=94=99=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E9=A1=B5=E7=AD=BE=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LoanSimulation/LoanBasicInfo.jsp | 4 +- .../Flow/Comm/LBEquipment/LBEquipmentList.jsp | 10 ++--- .../Flow/Comm/LBGuaranty/LBGuarantyList.jsp | 6 +-- .../etc/app/component/component-config.xml | 38 +++++++++---------- .../app/component/componenttype-config.xml | 6 +-- .../amarsoft/app/util/ProductParamUtil.java | 24 ++++++++++++ .../com/tenwa/lease/util/FlowViewUtil.java | 9 +++-- 7 files changed, 62 insertions(+), 35 deletions(-) diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp index e5ba455c1..06add6621 100644 --- a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp +++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp @@ -115,9 +115,9 @@ //非车辆产品,融资额可编辑 String productType = Sqlca.getString(new SqlObject("select attribute2 from business_type where typeno='"+productId+"'")); - if("2".equals(productType)){ + if("car_product".equals(productType)){ doTemp.setReadOnly("CLEAN_LEASE_MONEY", true); - }else{ + }else if("business_product".equals(productType)){ doTemp.setVisible("CORPUS_RATIO", true); doTemp.setVisible("CORPUS", true); doTemp.setRequired("CORPUS_RATIO", true); diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment/LBEquipmentList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment/LBEquipmentList.jsp index e82c24d75..0cf289ebd 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment/LBEquipmentList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment/LBEquipmentList.jsp @@ -101,12 +101,12 @@ if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory. }else{ sButtons=new String[][]{ //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 - //{"true","","Button","新增","新增租赁物信息","newRecord()","","","","btn_icon_add",""}, + {"true","","Button","新增","新增租赁物信息","newRecord()","","","","btn_icon_add",""}, {"true","","Button","修改","修改租赁物信息","viewAndEdit()","","","","btn_icon_edit"}, - //{"true","","Button","删除","删除租赁物信息","deleteRecord()","","","","btn_icon_delete",""}, - //{"true","","Button","导入Excel","导入租赁物信息Excel","inExcel()","","","","btn_icon_import",""}, - //{"true","","Button","导出Excel","导出租赁物信息Excel","exportPage('"+sWebRootPath+"',0,'excel','"+dwTemp.getArgsValue()+"')","","","","btn_icon_export",""}, - //{"true","","Button","下载模板","下载租赁物信息模板","downLoad()","","","","btn_icon_down",""} + {"true","","Button","删除","删除租赁物信息","deleteRecord()","","","","btn_icon_delete",""}, + // {"true","","Button","导入Excel","导入租赁物信息Excel","inExcel()","","","","btn_icon_import",""}, + // {"true","","Button","导出Excel","导出租赁物信息Excel","exportPage('"+sWebRootPath+"',0,'excel','"+dwTemp.getArgsValue()+"')","","","","btn_icon_export",""}, + // {"true","","Button","下载模板","下载租赁物信息模板","downLoad()","","","","btn_icon_down",""} }; } %> diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranty/LBGuarantyList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranty/LBGuarantyList.jsp index 83b329f78..10c5d2be0 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranty/LBGuarantyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranty/LBGuarantyList.jsp @@ -79,9 +79,9 @@ {"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add",""}, {"true","","Button","修改","修改","viewAndEdit()","","","","btn_icon_edit",""}, {"true","","Button","删除","删除","deleteRecord()","","","","btn_icon_delete",""}, - {"true","","Button","导入Excel","导入Excel","inExcel()","","","","btn_icon_import",""}, - {"true","","Button","导出Excel","导出Excel","exportPage('"+sWebRootPath+"',0,'excel','"+dwTemp.getArgsValue()+"')","","","","btn_icon_export",""}, - {"true","","Button","下载模板","下载模板","downLoad()","","","","btn_icon_down",""} + // {"true","","Button","导入Excel","导入Excel","inExcel()","","","","btn_icon_import",""}, + // {"true","","Button","导出Excel","导出Excel","exportPage('"+sWebRootPath+"',0,'excel','"+dwTemp.getArgsValue()+"')","","","","btn_icon_export",""}, + // {"true","","Button","下载模板","下载模板","downLoad()","","","","btn_icon_down",""} }; } %> diff --git a/WebContent/WEB-INF/etc/app/component/component-config.xml b/WebContent/WEB-INF/etc/app/component/component-config.xml index 0a12492aa..502290762 100644 --- a/WebContent/WEB-INF/etc/app/component/component-config.xml +++ b/WebContent/WEB-INF/etc/app/component/component-config.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -428,7 +428,7 @@ - +