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 @@ - +