-
Notifications
You must be signed in to change notification settings - Fork 0
/
reservationList.html
355 lines (314 loc) · 17.6 KB
/
reservationList.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/bootstrap-5.0.2/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/reservationListStyle.css">
<title>Document</title>
</head>
<body>
<div class="bd-layout">
<!-- side menu bar -->
<aside class="bd-sidebar shadow">
<div class="logo">
<img src="assets/src/owereLogo.png" alt="o`were">
</div>
<div class="searchForm">
<div class="ps-2">
<img src="assets/src/searchIcon.png">
</div>
<div>
<form class="searchBox">
<input type="text" placeholder="검색">
</form>
</div>
</div>
<nav class="bd-links mb-auto">
<ul class="sidebarList list-unstyled ps-0">
<li class="activeButton">
<button class="btn btn-normal align-items-center rounded collapsed " data-bs-toggle="collapse" data-bs-target="#reservation-collapse" aria-expanded="true" onclick="location.href='reservationMonthly.html'" id="asideForm">
예약
</button>
</li>
<li>
<button class="btn btn-toggle align-items-center rounded collapsed" data-bs-toggle="collapse" data-bs-target="#stock-collapse" aria-expanded="false" onclick="location.href='storage.html'" id="asideForm">
재고
</button>
<div class="collapse" id="stock-collapse">
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
<li><a href="storage.html" class="link-dark rounded " id="asideForm">재고 현황</a></li>
<li><a href="storage_tinyenroll.html" class="link-dark rounded " id="asideForm">개별 재고 등록</a></li>
<li><a href="storage_hugeenroll.html" class="link-dark rounded " id="asideForm">대량 재고 등록</a></li>
</ul>
</div>
</li>
<li>
<button class="btn btn-normal align-items-center rounded collapsed" data-bs-toggle="collapse" data-bs-target="#chatting-collapse" aria-expanded="false" onclick="location.href='chatting.html'" id="asideForm">
채팅
</button>
</li>
<li>
<button class="btn btn-toggle align-items-center rounded collapsed" data-bs-toggle="collapse" data-bs-target="#salon-collapse" aria-expanded="false" onclick="location.href='profile.html'" id="asideForm">
내 미용실
</button>
<div class="collapse" id="salon-collapse">
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
<li><a href="profile.html" class="link-dark rounded" id="asideForm">MY</a></li>
<li><a href="registrationTimeSeat.html" class="link-dark rounded" id="asideForm">시간 및 좌석 등록</a></li>
<li><a href="reView.html" class="link-dark rounded " id="asideForm">리뷰 관리</a></li>
</ul>
</div>
</li>
<li>
<button class="btn btn-toggle align-items-center rounded collapsed" data-bs-toggle="collapse" data-bs-target="#recruitment-collapse" aria-expanded="false" onclick="location.href='designer.html'" id="asideForm">
디자이너 관리
</button>
<div class="collapse" id="recruitment-collapse">
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
<li><a href="designer.html" class="link-dark rounded" id="asideForm">디자이너 목록 관리</a></li>
<li><a href="reservationManage.html" class="link-dark rounded" id="asideForm">예약 관리</a></li>
</ul>
</div>
</li>
<li>
<button class="btn btn-normal align-items-center rounded collapsed" data-bs-toggle="collapse" data-bs-target="#calculate-collapse" aria-expanded="false" onclick="location.href='calculate.html'" id="asideForm">
정산
</button>
</li>
</ul>
</nav>
<div class="bottomNav">
<ul class="list-unstyled border-top py-2 mb-0">
<li class="my-2">
<a href="setting.html">설정</a>
</li>
<li class="my-1">
<a href="#">도움말</a>
</li>
</ul>
</div>
<div class="bottomNav border-top pt-2 my-2">로그아웃</div>
</aside>
<main class="bd-main">
<div class="bd-navTop">
<div class="st-actionContainer right-bottom">
<div class="st-btn-container right-bottom">
<div class="st-button-main">
<img src="assets/src/icon/notificationIcon.png">
</div>
</div>
<div class="st-panel">
<div class="st-panel-header">
<div>알림</div>
<div>
<input type="checkbox">모두읽음</span>
</div>
</div>
<div class="st-panel-contents">
<div class="d-flex text-muted pt-3">
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#007bff"/><text x="50%" y="50%" fill="#007bff" dy=".3em">32x32</text></svg>
<div class="pb-3 mb-0 small lh-sm border-bottom w-100">
<div class="d-flex justify-content-between">
<strong class="text-gray-dark">Full Name</strong>
<a href="#">Follow</a>
</div>
<span class="d-block">@username</span>
</div>
</div>
<div class="d-flex text-muted pt-3">
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#007bff"/><text x="50%" y="50%" fill="#007bff" dy=".3em">32x32</text></svg>
<div class="pb-3 mb-0 small lh-sm border-bottom w-100">
<div class="d-flex justify-content-between">
<strong class="text-gray-dark">Full Name</strong>
<a href="#">Follow</a>
</div>
<span class="d-block">@username</span>
</div>
</div>
<div class="d-flex text-muted pt-3">
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#007bff"/><text x="50%" y="50%" fill="#007bff" dy=".3em">32x32</text></svg>
<div class="pb-3 mb-0 small lh-sm border-bottom w-100">
<div class="d-flex justify-content-between">
<strong class="text-gray-dark">Full Name</strong>
<a href="#">Follow</a>
</div>
<span class="d-block">@username</span>
</div>
</div>
</div>
</div>
</div>
<!-- <button class="btn">menu list</button> -->
</div>
<div class="bd-mainContent">
<div class="row">
<div class="col-8">
<div class="row">
<h5>예약 리스트</h5>
</div>
<div class="storageSearchContainer">
<form class="col-8 border border-0 " style="position: relative" >
<input type="search" class="form-control text-secondary" name="search" placeholder="검색">
</form>
<div class="col-2">
<select class="form-select d-inline-block" aria-label="Default select example">
<option value="whole" selected >전체</option>
<option value="product">제품별</option>
<option value="category">카테고리</option>
</select>
</div>
<button type="submit" class="col-2 btn btn-main">search</button>
</div>
<table class="table shadow-sm p-3 table-hover text-center">
<thead>
<tr>
<th scope="col" id="category">예약번호</th>
<th scope="col" id="productName">시술 날짜</th>
<th scope="col" id="uploadDate">디자이너</th>
<th scope="col" id="price">고객</th>
<th class="col" id="availableStock">시술 내역</th>
<th class="col" id="safetyStock">정산금</th>
<th class="col" id="isSoldOut">정산 여부</th>
</tr>
</thead>
<tbody class="storageTable">
<tr>
<td>3466322</td>
<td>2021.09.20</td>
<td>이희원</td>
<td>박성준</td>
<td>펌</td>
<td>198,000</td>
<td>O</td>
</tr>
<tr>
<td>3466322</td>
<td>2021.09.20</td>
<td>이희원</td>
<td>박성준</td>
<td>펌</td>
<td>198,000</td>
<td>O</td>
</tr>
<tr>
<td>3466322</td>
<td>2021.09.20</td>
<td>이희원</td>
<td>박성준</td>
<td>펌</td>
<td>198,000</td>
<td>O</td>
</tr>
<tr>
<td>3466322</td>
<td>2021.09.20</td>
<td>이희원</td>
<td>박성준</td>
<td>펌</td>
<td>198,000</td>
<td>O</td>
</tr>
<tr>
<td>3466322</td>
<td>2021.09.20</td>
<td>이희원</td>
<td>박성준</td>
<td>펌</td>
<td>198,000</td>
<td>O</td>
</tr>
</tbody>
</table>
</div>
<div class="col-4">
<ul class="nav nav-pills mb-3 offset-5" id="pills-tab" role="tablist">
<li class="ms-auto nav-item btn-gray border" role="presentation">
<a href="reservationMonthly.html">
<button class="nav-link btn-lightgray" id="pills-home-tab" data-bs-toggle="pill" data-bs-target="#pills-home" type="button" role="tab" aria-controls="pills-home" aria-selected="false">월별 예약</button>
</a>
</li>
<li class="nav-item btn-main text-light rounded" role="presentation">
<a href="reservationList.html">
<button class="nav-link text-light " id="pills-profile-tab" data-bs-toggle="pill" data-bs-target="#pills-profile" type="button" role="tab" aria-controls="pills-profile" aria-selected="true">예약 리스트</button>
</a>
</li>
</ul>
<div class="card">
<div class="card-header">
예약번호 : 10374932
</div>
<div class="card-body pt-0">
<h5 class="card-title"></h5>
<div class="card-text lh-lg row py-3">
<div class="col-3 fw-bold">디자이너 </div>
<div class="col-9">
<span id="reDesigner">김영희</span>
</div>
<div class="col-3 fw-bold">고객 </div>
<div class="col-9">
<span id="reCustomer">김철수</span>
</div>
<div class="col-3 fw-bold"> 이용 시간 </div>
<div class="col-9">
<span id="reDuration">10:00 - 11:00</span>
</div>
<div class="col-3 fw-bold">시술 내용 </div>
<div class="col-9">
<span id="reTitle">뿌리염색(롱) + 헤어 클리닉 + 디자이너 커트
(아이롱 씨컬펌 )</span> </div>
<div class="col-3 fw-bold">시술 재료 </div>
<div class="col-9">
<span id="reWare">헤어 스티머, 헤어 클리퍼, 전문 커팅 가위, 헤어
컬러, 헤어 스트레이트너, 헤어 드라이어,
염색약(color : 애쉬 그레이)</span>
</div>
<div class="col-3 fw-bold">고객 요구사항 </div>
<div class="col-9">
<span id="reRequire">트리트먼트 말고 린스 발라주세요</span>
</div>
<div class="col-3 fw-bold">수입 </div>
<div class="col-9">
<span id="reIncome"> 109,000원</span>
</div>
</div>
<div class="card-footer px-0 bg-transparent">
<div class="row g-2">
<div class="col-4">
<button type="button" class="btn btn-outline-secondary w-100">예약취소</button>
</div>
<div class="col-8">
<button type="button" class="btn btn-main w-100">재고 확인하기</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
</div>
<script src="assets/js/jquery-3.6.0.min.js"></script>
<script src="assets/bootstrap-5.0.2/js/bootstrap.js"></script>
<script src="assets/js/main.js"></script>
<!-- Add the evo-calendar.js for.. obviously, functionality! -->
<script src="assets/js/evo-calendar.js"></script>
<script>
$("#calendar").evoCalendar();
</script>
<!-- <script>
const menuArr = document.querySelectorAll('#asideForm');
menuArr.forEach(function(element){
element.addEventListener('click', event => {
element.classList.add('activeButton');
});
})
$(document).ready(function () {
console.log(menuArr);
})
</script> -->
</body>
</html>