update
This commit is contained in:
280
old/template/payinstall/home.html
Normal file
280
old/template/payinstall/home.html
Normal file
@@ -0,0 +1,280 @@
|
||||
<div class="w-[100%]">
|
||||
<div class="m-[15px] p-[15px] rounded-[15px] bg-white shadow-[0_1px_1px_0_rgba(0,0,0,0.1)] overflow-x-auto">
|
||||
<h1 class="text-[24px] font-[700] mb-3">Cài đặt trả góp</h1>
|
||||
|
||||
<a href="/admin/payinstall/add-company" id="add-prod"
|
||||
class="p-[5px_10px] w-[140px] border-[1px] border-[#0041E8] rounded-[4px] text-[14px] text-[#0041E8] block m-[auto_0_auto_auto] hover:bg-[#0041E8] hover:text-white"><span
|
||||
class="border-[1px] border-[#0041E8] h-[14px] w-[14px] inline-block leading-[11px] text-center rounded-[50%]">+</span>
|
||||
<span class="font-[500]">Thêm công ty</span></a>
|
||||
|
||||
|
||||
<table class="table mt-[20px]">
|
||||
<thead class="bg-[#f6f6f6] text-[#000] text-[14px] font-500">
|
||||
<tr>
|
||||
<th class="w-[45px]">STT</th>
|
||||
<th class="w-[215px]">Công ty</th>
|
||||
<th>Thông tin trả góp</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="align-text-top">1</td>
|
||||
<td class="align-text-top">
|
||||
<p>HD Saigon</p>
|
||||
<div class='list-btn flex items-center mt-[5px]'>
|
||||
<a href="/admin/payinstall/add-company"
|
||||
class='w-[30px] h-[30px] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]'><i
|
||||
class='icons icon-edit'></i></a>
|
||||
<a href=""
|
||||
class='w-[32px] h-[32px] border-[1px] border-[#9E9E9E] rounded-[4px] text-center leading-[30px] flex items-center justify-center'><i
|
||||
class='icons icon-delete'></i></a>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="w-[50%] mr-[10px]">
|
||||
<div class="flex items-center">
|
||||
<b class="mr-[15px]">Trả trước</b>
|
||||
<a href="/admin/payinstall/add-upfront" id="add-prod"
|
||||
class="p-[5px_10px] w-[140px] border-[1px] border-[#0041E8] rounded-[4px] text-[14px] text-[#0041E8] block hover:bg-[#0041E8] hover:text-white"><span
|
||||
class="border-[1px] border-[#0041E8] h-[14px] w-[14px] inline-block leading-[11px] text-center rounded-[50%]">+</span>
|
||||
<span class="font-[500]">Thêm trả trước</span></a>
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<table class="table mt-[15px] w-[85px]">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="">20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div class='list-btn flex items-center mt-[5px]'>
|
||||
<a href=""
|
||||
class='w-[30px] h-[30px] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]'><i
|
||||
class='icons icon-edit'></i></a>
|
||||
<a href=""
|
||||
class='w-[32px] h-[32px] border-[1px] border-[#9E9E9E] rounded-[4px] text-center leading-[30px] flex items-center justify-center'><i
|
||||
class='icons icon-delete'></i></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="table mt-[15px] w-[85px]">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="">20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div class='list-btn flex items-center mt-[5px]'>
|
||||
<a href=""
|
||||
class='w-[30px] h-[30px] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]'><i
|
||||
class='icons icon-edit'></i></a>
|
||||
<a href=""
|
||||
class='w-[32px] h-[32px] border-[1px] border-[#9E9E9E] rounded-[4px] text-center leading-[30px] flex items-center justify-center'><i
|
||||
class='icons icon-delete'></i></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-[50%] ml-[10px]">
|
||||
<div class="flex items-center">
|
||||
<b class="mr-[15px]">Thời hẹn trả góp</b>
|
||||
<a href="/admin/payinstall/add-period" id="add-prod"
|
||||
class="p-[5px_10px] w-[140px] border-[1px] border-[#0041E8] rounded-[4px] text-[14px] text-[#0041E8] block hover:bg-[#0041E8] hover:text-white"><span
|
||||
class="border-[1px] border-[#0041E8] h-[14px] w-[14px] inline-block leading-[11px] text-center rounded-[50%]">+</span>
|
||||
<span class="font-[500]">Thêm thời gian</span></a>
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<table class="table mt-[15px] w-[85px]">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="">20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div class='list-btn flex items-center mt-[5px]'>
|
||||
<a href=""
|
||||
class='w-[30px] h-[30px] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]'><i
|
||||
class='icons icon-edit'></i></a>
|
||||
<a href=""
|
||||
class='w-[32px] h-[32px] border-[1px] border-[#9E9E9E] rounded-[4px] text-center leading-[30px] flex items-center justify-center'><i
|
||||
class='icons icon-delete'></i></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="table mt-[15px] w-[85px]">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="">20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div class='list-btn flex items-center mt-[5px]'>
|
||||
<a href=""
|
||||
class='w-[30px] h-[30px] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]'><i
|
||||
class='icons icon-edit'></i></a>
|
||||
<a href=""
|
||||
class='w-[32px] h-[32px] border-[1px] border-[#9E9E9E] rounded-[4px] text-center leading-[30px] flex items-center justify-center'><i
|
||||
class='icons icon-delete'></i></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="align-text-top">1</td>
|
||||
<td class="align-text-top">
|
||||
<p>HD Saigon</p>
|
||||
<div class='list-btn flex items-center mt-[5px]'>
|
||||
<a href="/admin/payinstall/add-company"
|
||||
class='w-[30px] h-[30px] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]'><i
|
||||
class='icons icon-edit'></i></a>
|
||||
<a href=""
|
||||
class='w-[32px] h-[32px] border-[1px] border-[#9E9E9E] rounded-[4px] text-center leading-[30px] flex items-center justify-center'><i
|
||||
class='icons icon-delete'></i></a>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="w-[50%] mr-[10px]">
|
||||
<div class="flex items-center">
|
||||
<b class="mr-[15px]">Trả trước</b>
|
||||
<a href="/admin/payinstall/add-upfront" id="add-prod"
|
||||
class="p-[5px_10px] w-[140px] border-[1px] border-[#0041E8] rounded-[4px] text-[14px] text-[#0041E8] block hover:bg-[#0041E8] hover:text-white"><span
|
||||
class="border-[1px] border-[#0041E8] h-[14px] w-[14px] inline-block leading-[11px] text-center rounded-[50%]">+</span>
|
||||
<span class="font-[500]">Thêm trả trước</span></a>
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<table class="table mt-[15px] w-[85px]">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="">20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div class='list-btn flex items-center mt-[5px]'>
|
||||
<a href=""
|
||||
class='w-[30px] h-[30px] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]'><i
|
||||
class='icons icon-edit'></i></a>
|
||||
<a href=""
|
||||
class='w-[32px] h-[32px] border-[1px] border-[#9E9E9E] rounded-[4px] text-center leading-[30px] flex items-center justify-center'><i
|
||||
class='icons icon-delete'></i></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="table mt-[15px] w-[85px]">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="">20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div class=' list-btn flex items-center mt-[5px]'>
|
||||
<a href=""
|
||||
class='w-[30px] h-[30px] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]'><i
|
||||
class='icons icon-edit'></i></a>
|
||||
<a href=""
|
||||
class='w-[32px] h-[32px] border-[1px] border-[#9E9E9E] rounded-[4px] text-center leading-[30px] flex items-center justify-center'><i
|
||||
class='icons icon-delete'></i></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-[50%] ml-[10px]">
|
||||
<div class="flex items-center">
|
||||
<b class="mr-[15px]">Thời hẹn trả góp</b>
|
||||
<a href="/admin/product/payinstall/add-period" id="add-prod"
|
||||
class="p-[5px_10px] w-[140px] border-[1px] border-[#0041E8] rounded-[4px] text-[14px] text-[#0041E8] block hover:bg-[#0041E8] hover:text-white"><span
|
||||
class="border-[1px] border-[#0041E8] h-[14px] w-[14px] inline-block leading-[11px] text-center rounded-[50%]">+</span>
|
||||
<span class="font-[500]">Thêm thời gian</span></a>
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<table class="table mt-[15px] w-[85px]">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="">20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div class='list-btn flex items-center mt-[5px]'>
|
||||
<a href=""
|
||||
class='w-[30px] h-[30px] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]'><i
|
||||
class='icons icon-edit'></i></a>
|
||||
<a href=""
|
||||
class='w-[32px] h-[32px] border-[1px] border-[#9E9E9E] rounded-[4px] text-center leading-[30px] flex items-center justify-center'><i
|
||||
class='icons icon-delete'></i></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="table mt-[15px] w-[85px]">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="">20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>20%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div class=' list-btn flex items-center mt-[5px]'>
|
||||
<a href=""
|
||||
class='w-[30px] h-[30px] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]'><i
|
||||
class='icons icon-edit'></i></a>
|
||||
<a href=""
|
||||
class='w-[32px] h-[32px] border-[1px] border-[#9E9E9E] rounded-[4px] text-center leading-[30px] flex items-center justify-center'><i
|
||||
class='icons icon-delete'></i></a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user