diff --git a/src/assets/img/result.png b/src/assets/img/result.png new file mode 100644 index 0000000..2d9fb2e Binary files /dev/null and b/src/assets/img/result.png differ diff --git a/src/assets/img/seo.png b/src/assets/img/seo.png new file mode 100644 index 0000000..0a58ac6 Binary files /dev/null and b/src/assets/img/seo.png differ diff --git a/src/router/index.js b/src/router/index.js index 9e552d6..010e965 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -30,6 +30,8 @@ import UserlistView from "../views/Users/UserlistView.vue" import RoomLayoutView from "../views/RoomLayout/RoomLayoutView.vue" import UtilitiesRoom from "../views/UtilitiesRoom/UtilitieView.vue" import addUserRoom from "../views/Restroom/AddRoom.vue" +import Reports from "../views/Reports/ReportlistView.vue" +import searchFilter from "../views/SearchAll/SearchView.vue" const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), routes: [ @@ -63,6 +65,16 @@ const router = createRouter({ name: "utilities", component: UtilitiesRoom, }, + { + path: "/reports", + name: "reports", + component: Reports, + }, + { + path: "/searchfilter", + name: "searchfilter", + component: searchFilter, + }, { path: '/room/detail/:id', name: 'DetailRoom', diff --git a/src/views/Presentation/Sections/PresentationInformation.vue b/src/views/Presentation/Sections/PresentationInformation.vue index 35ad21c..cc708c8 100644 --- a/src/views/Presentation/Sections/PresentationInformation.vue +++ b/src/views/Presentation/Sections/PresentationInformation.vue @@ -4,11 +4,11 @@
-
+
-
ทะเบียน
- title +

ทะเบียน

+ title ทะเบียน @@ -16,39 +16,61 @@
-
+
-
สถานะห้องพัก
- title +

สถานะห้องพัก

+ title สถานะห้องพัก
-
+
-
ผังห้องพัก
- title +

ผังห้องพัก

+ title ผังห้องพัก
-
+
-
ค่าสาธารณุปโภค
- title +

ค่าสาธารณุปโภค

+ title ค่าสาธารณุปโภค
+
+
+
+

ระบบค้นหา

+ title + + ระบบค้นหา + +
+
+
+
+
+
+

ระบบเรียกรายงาน

+ title + + ระบบเรียกรายงาน + +
+
+
diff --git a/src/views/Reports/ReportlistView.vue b/src/views/Reports/ReportlistView.vue new file mode 100644 index 0000000..68011ca --- /dev/null +++ b/src/views/Reports/ReportlistView.vue @@ -0,0 +1,444 @@ + + + diff --git a/src/views/Restroom/AddRoom.vue b/src/views/Restroom/AddRoom.vue index afe18fa..0739fbd 100644 --- a/src/views/Restroom/AddRoom.vue +++ b/src/views/Restroom/AddRoom.vue @@ -39,6 +39,10 @@ const userlist = [ rank: "ร้อยตรี", //ยศ idcard: "134044411441122", phone: "0325647846", + ContractDate: "12/11/2566", //สังกัด + Lengthofstay: "3 เดือน", //ยศ + InsuranceMoney: "10,000", + Status: "รอคิว", }, { dataIndex: "2", @@ -48,6 +52,10 @@ const userlist = [ rank: "ร้อยตรี", //ยศ idcard: "134044411441178", phone: "0325647845", + ContractDate: "12/11/2566", //สังกัด + Lengthofstay: "3 เดือน", //ยศ + InsuranceMoney: "10,000", + Status: "รอคิว", }, ]; @@ -70,11 +78,10 @@ export default { return { value: { name: "Vue.js", language: "JavaScript" }, options: [ - { label: "Vue.js", value: "JavaScript" }, - { label: "Rails", value: "Ruby" }, - { label: "Sinatra", value: "Ruby" }, - { label: "Laravel", value: "PHP" }, - { label: "Phoenix", value: "Elixir" }, + { label: "มานพ", value: "มานพ" }, + { label: "วิชัย", value: "วิชัย" }, + { label: "ธนาพร", value: "ธนาพร" }, + { label: "มนตรี", value: "มนตรี" }, ], selectedColor: "", firstName: "", @@ -141,18 +148,26 @@ export default { :routes="[ { label: 'หน้าหลัก', route: '/' }, { label: 'สถานะห้องพัก', route: '/room' }, - { label: 'แก้ไขรายละเอียดห้อง' }, + { label: 'เพิ่มผู้เช่าห้องพัก' }, ]" /> -

เพิ่มผู้เช่าห้องพัก

ลำดับคิว
-
- +
+ เพิ่มผู้เช่าลงคิว +
+
+
@@ -162,6 +177,10 @@ export default { + + + + @@ -174,13 +193,13 @@ export default { + + + + @@ -192,8 +211,8 @@ export default { - -
+
ลำดับยศ เลขบัตรประชาชน เบอร์ติดต่อวันทำสัญญาระยะเวลาที่เข้าพักเงินค่าประกันสถานะ
{{ item.rank }} {{ item.idcard }} {{ item.phone }}{{ item.ContractDate }}{{ item.Lengthofstay }}{{ item.InsuranceMoney }}{{ item.Status }} - เพิ่มรายละเอียดสัญญาเพิ่มผู้เช่าห้องพัก