-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpurchase_detail.php
100 lines (100 loc) · 4.8 KB
/
purchase_detail.php
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
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-8 offset-xl-1 col-xl-5">
<div style="height: 20%"></div>
<div style="height: 40%">
<h1 style="font-family: Roboto;" class="text-sm-center text-md-center text-lg-center text-xl-right font-weight-bold">PEA SmartBiz</h1>
<p style="font-family: Roboto;" class="text-muted text-sm-center text-md-center text-lg-center text-xl-right text-grey">Shop a PEA service with our best service</p>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-4 col-xl-6">
<img class="d-none d-lg-block h-75" src="https://marketplace-cdn.atlassian.com/s/public/AppsMirror-1-052ef62a1badc10cb07e1acb207ac2d1.svg" alt="">
</div>
</div>
<div class="row mt-3 ml-1">
<h6 class="p-3 font-weight-bold pt-3 rounded-pill bg-primary text-white">
<i class="fas fa-table"></i> รายละเอียดใบสรุปความต้องการเลขที่ <span id="purchase_id"></span><span id="edit_status"></span>
</h6>
</div>
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-4 mt-3">
<form action="checkout-success.php" method="post">
<input type="hidden" id="purchase_id_hid" name="purchase_id"/>
<ul class="list-group list-group-flush" id="fetch_area">
<li class="list-group-item">
<div class="text-center">
<label class="font-weight-bold text-primary bg-light py-2 px-5 shadow-sm" style="font-size:22px;border-radius: 20px;">
<i class="fas fa-check"></i>
บริการที่
</label>
</div>
<p style="font-size:20px;">
<span class='font-weight-bold text-success'>
<i class="far fa-handshake"></i> บริการ:
</span>
<span class="pl-1">
ตรวจสอบหาจุดร้อน
</span>
</p>
<p style="font-size:20px;">
<span class='font-weight-bold text-secondary'>
<i class="fas fa-comment-dots"></i> ความต้องการเพิ่มเติม:
</span>
<br/>
<span class="pl-4">
<textarea class="form-control" rows="5" id="des" name = "des" disabled></textarea>
</span>
<p class="font-weight-bold" style="font-size:20px;">
<i class="far fa-calendar-alt"></i> วันที่ให้พนักงานติดต่อ:
</p>
<p>
<input class="form-control text-center datepicker"
style="font-size:22px;"
placeholder="เลือกวันที่ต้องการให้พนักงานติดต่อกลับ"
type="date" disabled name="date_input"/>
</p>
</p>
</li>
<li class="list-group-item">
<div class="text-center">
<label class="font-weight-bold text-primary bg-light py-2 px-5 shadow-sm" style="font-size:22px;border-radius: 20px;">
<i class="fas fa-check"></i>
บริการที่
</label>
</div>
<p style="font-size:20px;">
<span class='font-weight-bold text-success'>
<i class="far fa-handshake"></i> บริการ:
</span>
<span class="pl-1">
ตรวจสอบหาจุดร้อน
</span>
</p>
<p style="font-size:20px;">
<span class='font-weight-bold text-secondary'>
<i class="fas fa-comment-dots"></i> ความต้องการเพิ่มเติม:
</span>
<br/>
<span class="pl-4">
<textarea class="form-control" rows="5" id="des" name = "des" disabled></textarea>
</span>
<p class="font-weight-bold" style="font-size:20px;">
<i class="far fa-calendar-alt"></i> วันที่ให้พนักงานติดต่อ:
</p>
<p>
<input class="form-control text-center datepicker"
style="font-size:22px;"
placeholder="เลือกวันที่ต้องการให้พนักงานติดต่อกลับ"
type="date" disabled name="date_input"/>
</p>
</p>
</li>
</ul>
<!-- </div> -->
<div class="col-sm-12 col-md-6 col-lg-4 text-center mt-3">
<a href="#" id="btn_select_more" class="btn btn-lg btn-success">เลือกสินค้าเพิ่ม</a>
<button type="button" class="btn btn-lg btn-success" id="edit_btn" value="edit">แก้ไข</button>
<button type="button" class="btn btn-lg btn-success" id="cancle" onclick="reload()" >ยกเลิก</button>
</div>
</form>
</div>
<!-- </div> -->