update order page 12:00

This commit is contained in:
2024-01-26 11:59:06 +07:00
parent 218549a354
commit 6d8b69c2b7

View File

@@ -205,8 +205,9 @@
class="bg-[#0041E8] cursor-pointer font-[500] h-[32px] p-[0_15px] rounded-[4px] text-[#fff]"
>
<input type="button" value="Quay lại" onclick="openPaymentStatusUpdateForm()"
<input type="button" value="Quay lại"
class="bg-[#9e9e9e] cursor-pointer font-[500] h-[32px] p-[0_15px] rounded-[4px] text-[#fff]"
onclick="$('#js-payment-status-holder').hide()"
>
</div>
</div>
@@ -235,8 +236,9 @@
class="bg-[#0041E8] cursor-pointer font-[500] h-[32px] p-[0_15px] rounded-[4px] text-[#fff]"
>
<input type="button" value="Quay lại" onclick="openFulfillmentStatusUpdateForm()"
<input type="button" value="Quay lại"
class="bg-[#9e9e9e] cursor-pointer font-[500] h-[32px] p-[0_15px] rounded-[4px] text-[#fff]"
onclick="$('#js-fulfillment-status-holder').hide()"
>
</div>
</div>
@@ -269,8 +271,9 @@
class="bg-[#0041E8] cursor-pointer font-[500] h-[32px] p-[0_15px] rounded-[4px] text-[#fff]"
>
<input type="button" value="Quay lại" onclick="openOrderStatusUpdateForm()"
<input type="button" value="Quay lại"
class="bg-[#9e9e9e] cursor-pointer font-[500] h-[32px] p-[0_15px] rounded-[4px] text-[#fff]"
onclick="$('#js-order-status-holder').hide()"
>
</div>
</div>