up
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
<i
|
||||
class="far fa-calendar text-[#7E7E7E] m-[0_5px_0_0] absolute top-[4px] left-[10px] leading-[35px]"></i>
|
||||
</div>
|
||||
<input datepicker name="start" type="text"
|
||||
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-[125px] ps-[30px] p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
|
||||
<input name="start-time" type="date"
|
||||
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-[130px] ps-[30px] p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
|
||||
placeholder="Từ ngày">
|
||||
</div>
|
||||
<div class="relative ml-[15px]">
|
||||
@@ -43,8 +43,8 @@
|
||||
<i
|
||||
class="far fa-calendar text-[#7E7E7E] m-[0_5px_0_0] absolute top-[4px] left-[10px] leading-[35px]"></i>
|
||||
</div>
|
||||
<input name="end" type="text"
|
||||
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-[125px] ps-[30px] p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
|
||||
<input name="end-time" type="date"
|
||||
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-[130px] ps-[30px] p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
|
||||
placeholder="Đến ngày">
|
||||
</div>
|
||||
</div>
|
||||
@@ -78,9 +78,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="order-page-table">
|
||||
<div>
|
||||
<table class="table">
|
||||
<thead class="bg-[#f6f6f6]">
|
||||
<thead class="bg-[#f6f6f6] text-[14px] font-500 text-[#000]">
|
||||
<tr>
|
||||
<td> STT </td>
|
||||
<td class="w-[85px]"> Mã số </td>
|
||||
@@ -106,7 +106,7 @@
|
||||
</select>
|
||||
</td>
|
||||
|
||||
<td width="160">
|
||||
<td width="170">
|
||||
<select onchange="setHiddenValue('js-status', this.value); runFilter()">
|
||||
<option value="">Tình trạng đơn</option>
|
||||
{% for _item in page.order_status_list %}
|
||||
@@ -115,13 +115,13 @@
|
||||
</select>
|
||||
</td>
|
||||
|
||||
<td width="160">
|
||||
<td width="180">
|
||||
<select onchange="setHiddenValue('assign_to', this.value); runFilter()">
|
||||
<option value="">Người được giao</option>
|
||||
</select>
|
||||
</td>
|
||||
|
||||
<td width=""> Xem </td>
|
||||
<td> Xem </td>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex justify-center">
|
||||
<a href="/admin/order/detail?id=369" class="icons icon-edit" title="Chi tiết"></a>
|
||||
<a href="/admin/order/detail?id=369" class="icons icon-edit mr-[7px]" title="Chi tiết"></a>
|
||||
<a href="" class="icons icon-delete" title="Xóa"></a>
|
||||
</div>
|
||||
</td>
|
||||
@@ -176,7 +176,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex justify-center">
|
||||
<a href="/admin/order/detail?id=369" class="icons icon-edit" title="Chi tiết"></a>
|
||||
<a href="/admin/order/detail?id=369" class="icons icon-edit mr-[7px]" title="Chi tiết"></a>
|
||||
<a href="" class="icons icon-delete" title="Xóa"></a>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user