From 07cf27da63c9f83519f4df01e808ae0959df8f66 Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Wed, 20 Oct 2021 20:47:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A5=E4=BA=BA=E6=89=BE=E6=88=BF=E5=8A=9F?= =?UTF-8?q?=E8=83=BDbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/buildinghouse/list-check.html | 4 ++-- src/main/resources/templates/buildinghouse/update.html | 2 +- src/main/resources/templates/houseuser/list.html | 9 +++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/main/resources/templates/buildinghouse/list-check.html b/src/main/resources/templates/buildinghouse/list-check.html index 60a12f8..15d7615 100644 --- a/src/main/resources/templates/buildinghouse/list-check.html +++ b/src/main/resources/templates/buildinghouse/list-check.html @@ -117,7 +117,7 @@ return rowData; } }, - {field: 'houseStatus', fixed: 'right', width: 150, title: '租房记录', align:'center', + {field: 'rentalHis', fixed: 'right', width: 150, title: '租房记录', align:'center', templet: function(row) { var rowData = '租住记录'; return rowData; @@ -222,7 +222,7 @@ // 房屋租住记录 function rentalHis(data) { top.dialog.open({ - url: top.restAjax.path('route/houseuser/list?buildingHouseId={buildingHouseId}', [data.buildingHouseId]), + url: top.restAjax.path('route/houseuser/list?buildingHouseId={buildingHouseId}&keywords={keywords}', [data.buildingHouseId, keywords]), title: "房屋租住记录", width: '80%', height: '80%', diff --git a/src/main/resources/templates/buildinghouse/update.html b/src/main/resources/templates/buildinghouse/update.html index 8e3ba0b..d861ec1 100644 --- a/src/main/resources/templates/buildinghouse/update.html +++ b/src/main/resources/templates/buildinghouse/update.html @@ -37,7 +37,7 @@