From 5d1b262e6bf3a4383aee6d0afd0a78a339af0f0b Mon Sep 17 00:00:00 2001
From: wangyx <2838268875@qq.com>
Date: Sat, 12 Jul 2025 16:39:24 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E5=88=B6=E9=80=80=E6=88=BF=E8=81=94?=
=?UTF-8?q?=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/api.js | 16 ++++
pagesA/checkout/detail/detail.vue | 7 +-
pagesA/checkout/list/list.vue | 5 +-
pagesA/force/index/index.vue | 135 +++++++++++++++++++++++-------
4 files changed, 128 insertions(+), 35 deletions(-)
diff --git a/pages/api.js b/pages/api.js
index 69d80bf..10cc47f 100644
--- a/pages/api.js
+++ b/pages/api.js
@@ -58,3 +58,19 @@ export function tempSaveCheckOut(data) {
data: data,
});
}
+export function getResidentInfo(query) {
+ return request({
+ url: "/apartment/manager/resideInfoByIdCard",
+ method: "get",
+ params: query,
+ });
+}
+
+// 强制清退
+export function forceRelease(data) {
+ return request({
+ url: "/mz/forcedeviction/add",
+ method: "post",
+ data: data,
+ });
+}
\ No newline at end of file
diff --git a/pagesA/checkout/detail/detail.vue b/pagesA/checkout/detail/detail.vue
index 518dc01..88bda08 100644
--- a/pagesA/checkout/detail/detail.vue
+++ b/pagesA/checkout/detail/detail.vue
@@ -4,7 +4,7 @@ import { detail } from '@/api/mz/contract';
@@ -90,6 +90,7 @@ import { detail } from '@/api/mz/contract';
图片/视频
@@ -116,6 +116,7 @@ export default {
telephone: item.telephone, // 联系电话
checkInDate: item.checkInDate,
checkOutDate: item.checkOutDate, // 居住日期
+ houseTypeCoverImg: item.houseTypeCoverImg,
});
uni.navigateTo({
url: `/pagesA/checkout/detail/detail?houseId=${item.houseId}`,
diff --git a/pagesA/force/index/index.vue b/pagesA/force/index/index.vue
index aec5db9..9c96275 100644
--- a/pagesA/force/index/index.vue
+++ b/pagesA/force/index/index.vue
@@ -2,62 +2,87 @@
-
+
-
+
- {{ baseInfo.graduateName }}
+
-
-
+ {{ roomAllPath }}
+
+
- {{ baseInfo.telephone }}
+
- {{ baseInfo.checkOutTime }}
+
+
说明
上传图片/视频
@@ -95,12 +121,19 @@
@confirm="onDateConfirm"
@cancel="showDate = false"
/>
+