From cfc2360e19f94a2faafe7b0dc1dbd9c06014cfbe Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Thu, 22 May 2025 15:49:36 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E9=80=89=E6=88=BF=20?=
=?UTF-8?q?=E5=85=A5=E4=BD=8F=20=E9=80=80=E6=88=BF=E8=AE=B0=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/records/checkin/index.vue | 1149 +++++----------------
src/views/records/checkout/index.vue | 336 ++++++
src/views/records/roomselection/index.vue | 320 +++++-
3 files changed, 904 insertions(+), 901 deletions(-)
create mode 100644 src/views/records/checkout/index.vue
diff --git a/src/views/records/checkin/index.vue b/src/views/records/checkin/index.vue
index 17dd187..35dfc54 100644
--- a/src/views/records/checkin/index.vue
+++ b/src/views/records/checkin/index.vue
@@ -1,783 +1,299 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
-
-
-
-
-
- 新增
-
-
- 修改
-
-
- 删除
-
-
- 导入
-
-
- 导出
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 退房时间
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- 修改
- 删除
- handleCommand(command, scope.row)"
- v-hasPermi="['system:user:resetPwd', 'system:user:edit']"
- >
- 更多
-
- 重置密码
- 分配角色
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.gender == '1'? '男' : '女' }}
+
+
+
+
+
+
-
-
-
+
+
+ 查看
+
+
+
+
+
+
+ 所在区域:{{ info.deptName }}
+ 小区/公寓:{{ info.apartmentName }}
+ 楼号:{{ info.buildingName }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ tag }}
-
-
-
+ 单元:{{ info.unitName }}
+ 房屋:{{ info.houseName }}
+ 房间:{{ info.roomName }}
+
+
+
+ 居住人:{{ info.graduateName }}
+ 性别:{{ info.genderName }}
+ 手机号:{{ info.telephone }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ 身份证号:{{ info.idCard }}
+ 入住日期:{{ info.checkInDate }}
+ 退房日期:{{ info.checkOutDate }}
-
-
-
-
- 将文件拖到此处,或点击上传
-
-
-
- 是否更新已经存在的公寓数据
-
-
仅允许导入xls、xlsx格式文件。
-
下载模板
-
-
-
+ 入住办理时间:{{ info.handleCheckInDate }}
+ 合同:{{ info.contract }} 下载
+
+
+
+
diff --git a/src/views/records/checkout/index.vue b/src/views/records/checkout/index.vue
new file mode 100644
index 0000000..b29ab00
--- /dev/null
+++ b/src/views/records/checkout/index.vue
@@ -0,0 +1,336 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.gender == '1'? '男' : '女' }}
+
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+ 所在区域:{{ info.deptName }}
+ 小区/公寓:{{ info.apartmentName }}
+ 楼号:{{ info.buildingName }}
+
+ 单元:{{ info.unitName }}
+ 房屋:{{ info.houseName }}
+ 房间:{{ info.roomName }}
+
+
+
+ 居住人:{{ info.graduateName }}
+ 性别:{{ info.genderName }}
+ 手机号:{{ info.telephone }}
+
+ 身份证号:{{ info.idCard }}
+ 入住日期:{{ info.checkInDate }}
+ 退房日期:{{ info.checkOutDate }}
+
+ 交割单:{{ info.contract }} 下载
+
+
+
+
+
+
+
+
+
diff --git a/src/views/records/roomselection/index.vue b/src/views/records/roomselection/index.vue
index b6591a4..d4a9387 100644
--- a/src/views/records/roomselection/index.vue
+++ b/src/views/records/roomselection/index.vue
@@ -1,24 +1,324 @@
-
- 选房记录
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+ 所在区域:{{ info.deptName }}
+ 小区/公寓:{{ info.apartmentName }}
+ 楼号:{{ info.buildingName }}
+
+ 单元:{{ info.unitName }}
+ 房屋:{{ info.houseName }}
+ 房间:{{ info.roomName }}
+
+
+
+ 居住人:{{ info.graduateName }}
+ 性别:{{ info.genderName }}
+ 手机号:{{ info.telephone }}
+
+ 身份证号:{{ info.idCard }}
+ 入住日期:{{ info.checkInDate }}
+ 退房日期:{{ info.checkOutDate }}
+
+ 入住办理时间:{{ info.handleCheckInDate }}
+
+
+
+
-
-