update order page 12:00

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

View File

@@ -202,11 +202,12 @@
<div style="margin: 5px 0 10px;"> <div style="margin: 5px 0 10px;">
<input type="button" onclick="OrderManagement.update_payment_status()" title="Click để xác nhận đơn đã được thanh toán đủ" value="Đã nhận đủ" <input type="button" onclick="OrderManagement.update_payment_status()" title="Click để xác nhận đơn đã được thanh toán đủ" value="Đã nhận đủ"
class="bg-[#0041E8] cursor-pointer font-[500] h-[32px] p-[0_15px] rounded-[4px] text-[#fff]" 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]" class="bg-[#9e9e9e] cursor-pointer font-[500] h-[32px] p-[0_15px] rounded-[4px] text-[#fff]"
onclick="$('#js-payment-status-holder').hide()"
> >
</div> </div>
</div> </div>
@@ -232,11 +233,12 @@
<div style="margin: 5px 0 10px;"> <div style="margin: 5px 0 10px;">
<input type="button" onclick="OrderManagement.update_fulfillment_status()" title="Click để xác nhận đơn đã được vận chuyển thành công" value="Đã vận chuyển" <input type="button" onclick="OrderManagement.update_fulfillment_status()" title="Click để xác nhận đơn đã được vận chuyển thành công" value="Đã vận chuyển"
class="bg-[#0041E8] cursor-pointer font-[500] h-[32px] p-[0_15px] rounded-[4px] text-[#fff]" 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]" class="bg-[#9e9e9e] cursor-pointer font-[500] h-[32px] p-[0_15px] rounded-[4px] text-[#fff]"
onclick="$('#js-fulfillment-status-holder').hide()"
> >
</div> </div>
</div> </div>
@@ -266,11 +268,12 @@
</select> </select>
<input type="button" onclick="OrderManagement.update_order_status()" title="Click để xác nhận" value="Lưu lại" <input type="button" onclick="OrderManagement.update_order_status()" title="Click để xác nhận" value="Lưu lại"
class="bg-[#0041E8] cursor-pointer font-[500] h-[32px] p-[0_15px] rounded-[4px] text-[#fff]" 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]" class="bg-[#9e9e9e] cursor-pointer font-[500] h-[32px] p-[0_15px] rounded-[4px] text-[#fff]"
onclick="$('#js-order-status-holder').hide()"
> >
</div> </div>
</div> </div>