From 43a0a8ac93f6e1147367e64ea6734192a11368ee Mon Sep 17 00:00:00 2001 From: larry2701 Date: Tue, 20 May 2025 15:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E5=8F=B0=E5=BE=AE=E8=AA=BF=EF=BC=8C?= =?UTF-8?q?=E5=BE=8C=E5=8F=B0=E6=96=B0=E5=A2=9E=E5=A0=B1=E4=BF=AE=E7=94=B3?= =?UTF-8?q?=E8=AB=8B=E8=88=87=E5=BB=A0=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Backstage/message_list.html | 47 +++----- Backstage/repair-list.html | 67 ++++++++++++ Backstage/repair_edit.html | 55 ++++++++++ Backstage/repair_firm_add.html | 55 ++++++++++ Backstage/repair_firm_edit.html | 71 +++++++++++++ Backstage/repair_firm_import.html | 21 ++++ Backstage/repair_firm_list.html | 171 ++++++++++++++++++++++++++++++ Backstage/sidebar.html | 35 ++++-- activity-detail.html | 10 ++ activity-submit.html | 10 ++ 10 files changed, 504 insertions(+), 38 deletions(-) create mode 100644 Backstage/repair-list.html create mode 100644 Backstage/repair_edit.html create mode 100644 Backstage/repair_firm_add.html create mode 100644 Backstage/repair_firm_edit.html create mode 100644 Backstage/repair_firm_import.html create mode 100644 Backstage/repair_firm_list.html diff --git a/Backstage/message_list.html b/Backstage/message_list.html index 599cbc1..322542f 100644 --- a/Backstage/message_list.html +++ b/Backstage/message_list.html @@ -10,7 +10,19 @@

居民訊息列表

- + +
+ +
+
+ +
+
+ +
+
+ +
@@ -35,21 +47,7 @@ - - + diff --git a/Backstage/repair-list.html b/Backstage/repair-list.html new file mode 100644 index 0000000..f45934c --- /dev/null +++ b/Backstage/repair-list.html @@ -0,0 +1,67 @@ + + + + + 水電報修列表 + + + + + +
+
+

水電報修列表

+
+
+
+ +
+
+ +
+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
報修類型住戶姓名房號報修說明送出時間狀態操作
水管漏水王小明C2C廚房水管滴水不止2025-05-20 10:15待處理查看 / 編輯
+ +
+
1 頁,共 1
+
+ + +
+
+
+ + \ No newline at end of file diff --git a/Backstage/repair_edit.html b/Backstage/repair_edit.html new file mode 100644 index 0000000..d28793c --- /dev/null +++ b/Backstage/repair_edit.html @@ -0,0 +1,55 @@ + + + + + 編輯報修資料 + + + + +
+

報修詳情

+
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ 報修圖片 +
+
+ +
+ + +
+ +
+ + +
+ + + 返回列表 +
+
+ + \ No newline at end of file diff --git a/Backstage/repair_firm_add.html b/Backstage/repair_firm_add.html new file mode 100644 index 0000000..e402b5b --- /dev/null +++ b/Backstage/repair_firm_add.html @@ -0,0 +1,55 @@ + + + + + 新增廠商資料 + + + +
+

新增廠商資料

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + 取消 +
+
+ + + + \ No newline at end of file diff --git a/Backstage/repair_firm_edit.html b/Backstage/repair_firm_edit.html new file mode 100644 index 0000000..11a5f6d --- /dev/null +++ b/Backstage/repair_firm_edit.html @@ -0,0 +1,71 @@ + + + + + 編輯廠商資料 + + + +
+

編輯廠商資料

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + 取消 +
+
+ + + + \ No newline at end of file diff --git a/Backstage/repair_firm_import.html b/Backstage/repair_firm_import.html new file mode 100644 index 0000000..ac155ec --- /dev/null +++ b/Backstage/repair_firm_import.html @@ -0,0 +1,21 @@ + + + + + 匯入資料 + + + +
+

匯入廠商資料

+
+
+ + +
+ + 返回列表 +
+
+ + \ No newline at end of file diff --git a/Backstage/repair_firm_list.html b/Backstage/repair_firm_list.html new file mode 100644 index 0000000..e5edbf7 --- /dev/null +++ b/Backstage/repair_firm_list.html @@ -0,0 +1,171 @@ + + + + + 報修廠商列表 + + + + + +
+

報修廠商

+
+
+ 新增 +
+
+ 匯入 +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + +
編號廠商名稱聯絡人聯絡電話地址服務項目操作
+
+ + + + + + \ No newline at end of file diff --git a/Backstage/sidebar.html b/Backstage/sidebar.html index ef06383..3ece930 100644 --- a/Backstage/sidebar.html +++ b/Backstage/sidebar.html @@ -172,9 +172,6 @@
  • 居民列表
  • - -
  • 出入管理
  • -
  • +
  • + + +
  • + +
  • 出入管理
  • 訊息通知 99
  • - -
  • 水電服務
  • -
  • 佈告欄
  • +
  • + + +
  • 報表匯出
  • 設定
  • diff --git a/activity-detail.html b/activity-detail.html index 5bdeead..a667298 100644 --- a/activity-detail.html +++ b/activity-detail.html @@ -45,6 +45,16 @@ + + +