-
Notifications
You must be signed in to change notification settings - Fork 0
/
order_create.html
329 lines (304 loc) · 14.4 KB
/
order_create.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
<!DOCTYPE html>
<html lang="english">
<head>
<title>Quản lý đơn hàng - Tạo đơn hàng</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/setting.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/reponsive.css" />
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="bootstrap-4-sidebar-menu/assets/css/animate.css" />
<link rel="stylesheet" href="bootstrap-4-sidebar-menu/assets/css/style.css" />
<link rel="stylesheet" href="bootstrap-4-sidebar-menu/assets/css/media-queries.css" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" />
<script src="js/jquery-3.6.0.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="bootstrap/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css">
<script src="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js"></script>
<script src="bootstrap-4-sidebar-menu/assets/js/scripts.js"></script>
<script>
$(document).ready(function () {
$('.home-box-banner').bxSlider({
auto: true,
controls: false
});
});
</script>
</head>
<body>
<!-- header -->
<!-- address -->
<div class="home-header-address">
<div class="home-header-address-detail">
<span>Trụ sở chính: 416 Xa lộ Hà Nội, Phường An Phú, Thành phố Thủ Đức, Thành phố Hồ Chí Minh</span>
<span>|</span>
<span>Giờ làm việc: 8:00 - 17:00</span>
</div>
<div class="home-header-login-register">
<button class="home-header-register">
<a href="register.html">Đăng ký</a>
</button>
<button class="home-header-login">
<a href="login.html">Đăng nhập</a>
</button>
</div>
</div>
<!-- end of address -->
<!-- menu -->
<div class="home-header-menu">
<div class="home-header-menu-logo">
<a href="home.html"><img src="images/logo.png" /></a>
</div>
<nav class="navbar navbar-expand-sm home-header-menu-detail">
<div class="button-side-menu">
<!-- open sidebar menu -->
<a class="open-menu" href="#" role="button">
<i class="fa fa-bars"></i>
</a>
</div>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">Trang chủ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Về chúng tôi</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Tuyển dụng</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Tin tức</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Liên hệ</a>
</li>
</ul>
</nav>
<nav class="sidebar">
<!-- close sidebar menu -->
<div class="dismiss">
<i class="fa fa-arrow-left"></i>
</div>
<div class="logo">
<h3><a href="index.html"></a></h3>
</div>
<ul class="list-unstyled menu-elements">
<li class="active">
<a class="scroll-link" href="#top-content"><i class="fa fa-home"></i> Trang chủ</a>
</li>
<li>
<a class="scroll-link" href="#section-1"><i class="fa fa-cog"></i> Ưu đãi của tôi</a>
</li>
<li>
<a class="scroll-link" href="#section-2"><i class="fa fa-user"></i> Tiện ích</a>
</li>
<li>
<a class="scroll-link" href="#section-5"><i class="fa fa-envelope"></i> Giới thiệu</a>
</li>
</ul>
</nav>
<div class="overlay"></div>
</div>
<!-- end of menu -->
<!-- login -->
<section class="login-box">
<div class="container py-5 h-100 order-box-wrapper">
<!-- <button class="order-box-wrapper-button"><i class="fa fa-archive"></i> Tạo đơn hàng</button> -->
<!-- <button class="order-box-wrapper-button-mobile"><i class="fa fa-plus"></i></button> -->
<!-- search -->
<h6 style="font-weight: 400; font-size: 13px; color: #828282;">Tạo đơn hàng \ Tạo đơn hàng mới</h6>
<!-- order -->
<div class="create-order-box">
<div class="create-order-box-left">
<div class="create-order-box-left-chil-top">
<form>
<h5 class="text-uppercase">Thông tin người nhận</h5>
<button data-toggle="modal" data-target="#modalThongTinDiaChi">Tạo đơn hàng</button>
</form>
</div>
<div class="create-order-box-left-chil-bottom">
<form>
<h5 class="text-uppercase">Thông tin kiện hàng</h5>
<div class="form-group">
<label for="exampleFormControlInput1">Địa chỉ nhận hàng</label>
<select class="form-control" id="exampleFormControlSelect1">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="row">
<div class="form-group col-sm-7">
<label for="exampleFormControlSelect1" class="">Kiện hàng</label>
<select class="form-control" id="exampleFormControlSelect1">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="form-group col-sm-5">
<label for="exampleFormControlSelect1" class="">Số lượng</label>
<input type="email" class="form-control" id="exampleFormControlInput1"
placeholder="0">
</div>
</div>
<button>Tạo đơn hàng</button>
</form>
</div>
</div>
<div class="create-order-box-right">
<form>
<h5 class="text-uppercase">Vận chuyển kiện hàng</h5>
<div class="form-group">
<label for="exampleFormControlInput1">Cước vận chuyển</label>
<input type="email" class="form-control" id="exampleFormControlInput1"
placeholder="name@example.com">
</div>
<div class="form-group">
<label for="exampleFormControlSelect1">Hình thức giao hàng</label>
<select class="form-control" id="exampleFormControlSelect2">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="form-group">
<label for="exampleFormControlSelect2">Nhập COD</label>
<input type="email" class="form-control" id="exampleFormControlInput1"
placeholder="name@example.com">
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Ghi chú</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
<button>Tạo đơn hàng</button>
</form>
</div>
</div>
<!-- end of search -->
</div>
</section>
<!-- end of login -->
<!-- footer -->
<div class="home-footer-download-app">
<div class="home-footer-menu-logo">
<a href="#"><img src="images/logo.png" /></a>
</div>
<div class="home-footer-menu-logo-right">
<a href="#"><img src="images/apple-chplay.png" /></a>
</div>
</div>
<div class="home-footer-info-top">
<div class="home-footer-info-top-item">
<p>Tên công ty:</p>
<p>Công ty TNHH TTC SHIP</p>
</div>
<div class="home-footer-info-top-item">
<p>Tên công ty:</p>
<p>Công ty TNHH TTC SHIP</p>
</div>
<div class="home-footer-info-top-item">
<p>Tên công ty:</p>
<p>416 Xa lộ Hà Nội, Phường An Phú,
Thành phố Thủ Đức, Thành phố Hồ Chí Minh</p>
</div>
<div class="home-footer-info-top-item">
<p>Mã số thuế:</p>
<p>0316944597</p>
</div>
<div class="home-footer-info-top-item">
<p>Chức vụ:</p>
<p>Tổng giám đốc</p>
</div>
</div>
<div class="home-footer-info-bottom">
<p>Công ty TNHH TTC SHIP</p>
<p><i style="color: #EC1C24;" class="fa fa-map-marker" aria-hidden="true"></i> Trụ sở chính: 416 Xa lộ Hà Nội,
Phường An Phú, Thành phố Thủ Đức, Thành phố Hồ Chí Minh</p>
<p><i style="color: #EC1C24;" class="fa fa-envelope"></i> Công ty TNHH TTC SHIP</p>
<p><i style="color: #EC1C24;" class="fa fa-phone"></i> Công ty TNHH TTC SHIP</p>
<div class="home-footer-info-bottom-connect">
<div class="home-footer-info-bottom-contact">
<span>Kết nối với chúng tôi: </span>
<img src="images/fb.png">
<img src="images/YouTube - Original.png">
<img src="images/TikTok - Original.png">
<img src="images/zalo.png">
</div>
<div class="home-footer-info-bottom-bocongthuong">
<img src="images/dadangky-bocongthuong.png">
<img src="images/dathongbao-boccongthuong.png">
</div>
</div>
</div>
<!-- end of footer -->
<!-- Modal Thong Tin Dia Chi -->
<div class="modal fade" id="modalThongTinDiaChi" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content modalThongTinDiaChi">
<div class="modal-body">
<h5 class="text-uppercase text-center" id="exampleModalLabel">Thông tin địa chỉ</h5>
</div>
<form>
<div class="form-group">
<label for="exampleFormControlInput1">Họ và tên</label>
<input type="email" class="form-control" id="exampleFormControlInput1"
placeholder="name@example.com">
</div>
<div class="form-group">
<label for="exampleFormControlSelect1">Số điện thoại</label>
<input type="email" class="form-control" id="exampleFormControlInput1"
placeholder="name@example.com">
</div>
<div class="form-group">
<label for="exampleFormControlSelect2">Địa chỉ</label>
<input type="email" class="form-control" id="exampleFormControlInput1"
placeholder="name@example.com">
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Tỉnh/Thành phố, Quận/Huyện, Phường/Xã </label>
<div class="row">
<div class="col-md-4 mb-1">
<select class="form-control" name="" id="">
<option value="">HCM</option>
</select>
</div>
<div class="col-md-4 mb-1">
<select class="form-control" name="" id="">
<option value="">HCM</option>
</select>
</div>
<div class="col-md-4 mb-1">
<select class="form-control" name="" id="">
<option value="">HCM</option>
</select>
</div>
</div>
</div>
<button>Lưu thông tin</button>
</form>
</div>
</div>
</div>
<!-- end of modal Thong Tin Dia Chi -->
</body>
<script>
$('#submit-register').on('click', function () {
$('.login-box-child-otp').show();
$('.login-box-child').hide();
});
</script>
</html>