update submission
This commit is contained in:
@@ -46,12 +46,22 @@
|
||||
<label class="form-label">Đơn vị thiết kế</label>
|
||||
<input type="text" class="form-input" id="designUnit" placeholder="Tên đơn vị thiết kế">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="form-label">Đơn vị thi công</label>
|
||||
<input type="text" class="form-input" id="designUnit" placeholder="Tên đơn vị thi công">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Project Details -->
|
||||
<div class="card">
|
||||
<h3 class="card-title">Chi tiết dự án</h3>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="form-label">Tổng diện tích<span class="text-red-500">*</span></label>
|
||||
<input type="text" class="form-input" id="projectOwner" placeholder="Nhập diện tích m²" required>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label class="form-label">Sản phẩm đưa vào thiết kế <span class="text-red-500">*</span></label>
|
||||
<textarea class="form-input" id="projectProducts" rows="4" placeholder="Liệt kê các sản phẩm gạch đã sử dụng trong công trình (tên sản phẩm, mã SP, số lượng...)" required></textarea>
|
||||
@@ -425,7 +435,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// function resetForm() {
|
||||
function resetForm() {
|
||||
if (confirm('Bạn có chắc muốn nhập lại toàn bộ thông tin?')) {
|
||||
document.getElementById('projectForm').reset();
|
||||
uploadedFiles = [];
|
||||
|
||||
Reference in New Issue
Block a user