add price policy
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css">
|
||||
<style>
|
||||
:root {
|
||||
--primary-color: #2563eb;
|
||||
--primary-color: #005B9A;
|
||||
--primary-dark: #1d4ed8;
|
||||
--secondary-color: #64748b;
|
||||
--success-color: #10b981;
|
||||
@@ -417,12 +417,54 @@
|
||||
oninput="calculatePoints(); validateForm()">
|
||||
</div>
|
||||
|
||||
<!-- Points Estimate -->
|
||||
<!--<div class="points-estimate" id="pointsEstimate">
|
||||
<div class="estimate-title">Điểm dự kiến nhận được</div>
|
||||
<div class="estimate-text" id="estimateText">0 điểm</div>
|
||||
</div>-->
|
||||
|
||||
<!-- Products Purchased -->
|
||||
<!--<div class="form-group">
|
||||
<label class="form-label">Sản phẩm đã mua</label>
|
||||
<textarea class="form-input form-textarea"
|
||||
id="products"
|
||||
placeholder="Mô tả các sản phẩm đã mua (tùy chọn)"
|
||||
rows="3"></textarea>
|
||||
</div>-->
|
||||
|
||||
<!-- Points Estimate -->
|
||||
<div class="points-estimate" id="pointsEstimate">
|
||||
<div class="estimate-title">Điểm dự kiến nhận được</div>
|
||||
<div class="estimate-text" id="estimateText">0 điểm</div>
|
||||
</div>
|
||||
|
||||
<!-- Company Information -->
|
||||
<div class="form-group">
|
||||
<label class="form-label">Tên công ty</label>
|
||||
<input type="text"
|
||||
class="form-input"
|
||||
id="companyName"
|
||||
placeholder="Nhập tên công ty (nếu có)">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="form-label">Mã số thuế</label>
|
||||
<input type="text"
|
||||
class="form-input"
|
||||
id="taxCode"
|
||||
placeholder="Nhập mã số thuế (nếu có)">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="form-label">Số lượng (m²) đã mua</label>
|
||||
<input type="number"
|
||||
class="form-input"
|
||||
id="squareMeters"
|
||||
placeholder="0"
|
||||
min="0"
|
||||
step="0.01">
|
||||
</div>
|
||||
|
||||
<!-- Products Purchased -->
|
||||
<div class="form-group">
|
||||
<label class="form-label">Sản phẩm đã mua</label>
|
||||
@@ -432,6 +474,7 @@
|
||||
rows="3"></textarea>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Invoice Images -->
|
||||
<div class="form-group">
|
||||
<label class="form-label required">Hình ảnh hóa đơn</label>
|
||||
|
||||
Reference in New Issue
Block a user