From 1862daebde93315d147de90c39585205936a2659 Mon Sep 17 00:00:00 2001 From: "chaojie.li" Date: Thu, 17 Apr 2025 14:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E9=93=B6=E6=94=B6=E6=AC=BE=E6=A0=B8?= =?UTF-8?q?=E9=94=80-=E7=A7=9F=E9=87=91-=E7=94=9F=E6=88=90=E6=A0=B8?= =?UTF-8?q?=E9=94=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Rent/RentIncome/SelectHireTypeDialog.jsp | 38 +++ .../Flow/Rent/RentIncome/VILCRentPlanList.jsp | 163 ++++++---- config/fenix/flow/FundCollectionFlow.xml | 16 + .../FenixListHtmlGenerator.java | 12 +- .../rent/rentincome/RentIncomeMethod.java | 279 +++++++++++++++++- .../service/LCOccupyRentListService.java | 52 ++++ 6 files changed, 493 insertions(+), 67 deletions(-) create mode 100644 WebContent/Tenwa/Lease/Flow/Rent/RentIncome/SelectHireTypeDialog.jsp create mode 100644 src_tenwa/com/tenwa/lease/service/LCOccupyRentListService.java diff --git a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/SelectHireTypeDialog.jsp b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/SelectHireTypeDialog.jsp new file mode 100644 index 000000000..30c76ffaf --- /dev/null +++ b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/SelectHireTypeDialog.jsp @@ -0,0 +1,38 @@ +<%@ page contentType="text/html; charset=GBK" %> +<%@ include file="/Frame/resources/include/include_begin.jspf" %> + +
+
+
+ +   + +   + +
+
+
+
+
+
+ + +
+ + +<%@ include file="/Frame/resources/include/include_end.jspf" %> \ No newline at end of file diff --git a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp index 38db69d39..16eabfdd8 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp @@ -53,12 +53,14 @@ dwTemp.MultiSelect = true; } dwTemp.setPageSize(10); + //dwTemp.setParameter("contract_number", "BQAP(AH)201811220001"); dwTemp.genHTMLObjectWindow(businessType+","+subjectId+","+factDate); //0¡¢ÊÇ·ñչʾ 1¡¢ ȨÏÞ¿ØÖÆ 2¡¢ չʾÀàÐÍ 3¡¢°´Å¥ÏÔʾÃû³Æ 4¡¢°´Å¥½âÊÍÎÄ×Ö 5¡¢°´Å¥´¥·¢Ê¼þ´úÂë 6¡¢ 7¡¢ 8¡¢ 9¡¢Í¼±ê£¬CSS²ãµþÑùʽ 10¡¢·ç¸ñ String sButtons[][] = { - {"ReadOnly".equals(rightType)?"false":"true","","Button","Éú³É±¾´Î×â½ðÊÕ¿î","Éú³É±¾´Î×â½ðÊÕ¿î","createRundIncome()","","","","btn_icon_add",""} + {"ReadOnly".equals(rightType)?"false":"true","","Button","Éú³É±¾´Î×â½ðÊÕ¿î","Éú³É±¾´Î×â½ðÊÕ¿î","showSelectHireTypeDialog()","","","","btn_icon_add",""} }; +// createRundIncome() %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>