This commit is contained in:
Samandar Turgunboyev
2026-02-12 17:31:51 +05:00
parent b1fb8fb0c4
commit f6231229da

View File

@@ -294,9 +294,9 @@ const OrderPage = () => {
order: [
{
filial_code: process.env.NEXT_PUBLIC_FILIAL_CODE!,
delivery_date: formatDate.format(deliveryDate, 'DD.MM.YYYY'),
delivery_date: `${dealTime}`,
room_code: process.env.NEXT_PUBLIC_ROOM_CODE!,
deal_time: `${dealTime}`,
deal_time: formatDate.format(new Date(), 'DD.MM.YYYY'),
robot_code: process.env.NEXT_PUBLIC_ROBOT_CODE!,
status: 'B#N',
sales_manager_code: process.env.NEXT_PUBLIC_SALES_MANAGER_CODE!,