Files
admin_hura_8/old/template/shipping2/setting.html
2025-12-07 15:58:07 +07:00

91 lines
4.9 KiB
HTML

<div class="w-[100%] mb-[50px]">
<div class="text-sm breadcrumbs ml-[10px]">
<ul>
<li><a href="/admin/shipping2">Quản lý phí ship</a></li>
<li class="text-[#0041E8]">Cài đặt chung</li>
</ul>
</div>
<div class="w-[1140px] my-0 mx-auto">
<div class="bg-white p-[10px] rounded-[10px] shadow-[0_1px_1px_0px_#0000001A] my-[15px]">
<b class="mb-[10px] text-[16px]">Cài đặt giá trị đơn hàng:</b>
<div class="flex items-center">
<p>Giá trị đơn hàng không tính giá :
</p>
<input type="text" class="input input-bordered input-sm h-[35px] rounded-[4px] ml-[10px]">
</div>
<div class="italic text-gray-500 my-[10px]">(* Đơn hàng có giá trị nhỏ hơn giá trị này sẽ được áp dụng biểu
phí theo
vùng)</div>
<b class="mb-[10px] text-[16px]">Cài đặt phí thu hộ:</b>
<table class="mt-[15px] w-[50%]" id="tb_province">
<tbody>
<tr class="bg-[#f5f5f5] font-bold">
<td class="whitespace-nowrap">STT</td>
<td class="whitespace-nowrap">Giá trị đơn hàng dưới mức</td>
<td class="whitespace-nowrap">Phú thu hộ (VNĐ)</td>
<td class="whitespace-nowrap">Quản lý</td>
</tr>
<tr>
<td>1</td>
<td>
<input type="text" value="0" class="input input-bordered iput-sm h-[35px] rounded-[4px]" />
</td>
<td>
<input type="text" value="30.000"
class="input input-bordered iput-sm h-[35px] rounded-[4px]" />
</td>
<td class="whitespace-nowrap">
<a href="/admin/tag/delete/1"
class="block w-[30px] h-[30px] leading-[30px] p-[5px] border-[1px] rounded-[4px]"><i
class='icons icon-remove'></i></a>
</td>
</tr>
<tr>
<td>1</td>
<td>
<input type="text" value="0" class="input input-bordered iput-sm h-[35px] rounded-[4px]" />
</td>
<td>
<input type="text" value="30.000"
class="input input-bordered iput-sm h-[35px] rounded-[4px]" />
</td>
<td class="whitespace-nowrap">
<a href="/admin/tag/delete/1"
class="block w-[30px] h-[30px] leading-[30px] p-[5px] border-[1px] rounded-[4px]"><i
class='icons icon-remove'></i></a>
</td>
</tr>
</tbody>
</table>
<a href="javascript:addRow()" class="my-[10px] block text-[#0041E8] font-bold">[+] Thêm hàng</a>
<input
class="btn w-[95px] h-[35px] min-h-[35px] bg-[#0041E8] rounded-[4px] mb-[10px] text-white cursor-pointer"
name="submit" type="submit" value="Cập nhật">
<div>
<b class="mb-[5px] text-red-500 block">Hướng dẫn cài phí thu hộ</b>
<p>Phí thu hộ được tính theo giá trị cần thu hộ, ví dụ:</p>
<ul>
<li>- Từ 0 đến <=1 triệu=30.000đ=> Cần nhập là 1.000.000</li>
<li>- Từ >1 triệu đến <= 2 triệu=50.000đ=> Cần nhập là 2.000.000</li>
<li>- Từ >2 triệu đến <= 3 triệu=70.000đ=> Cần nhập là 3.000.000</li>
<li>- Từ >3 triệu đến <= 4 triệu=90.000đ=> Cần nhập là 4.000.000</li>
<li>- Từ >4 triệu đến <= 5 triệu=110.000đ=> Cần nhập là 5.000.000</li>
<li>- Từ >5 triệu đến <= 6 triệu=130.000đ=> Cần nhập là 6.000.000</li>
<li>- Từ >6 triệu đến <= 7 triệu=150.000đ=> Cần nhập là 7.000.000</li>
<li>- Từ >7 triệu đến <= 8 triệu=170.000đ=> Cần nhập là 8.000.000</li>
<li>- Từ >8 triệu đến <= 9 triệu=190.000đ=> Cần nhập là 9.000.000</li>
<li>- Trên 9 triệu = 0đ => Cần nhập là 10.000.000.000 (nhập số lớn nhất có thể)</li>
</ul>
<p class="mt-[10px]">Để xóa phí nào nó, click "Xóa bỏ" và nhấn "Cập nhật" để lưu lại</p>
</div>
</div>
</div>
</div>