fix(FE): refactor sales order form create

This commit is contained in:
randy-ar
2026-01-31 13:15:47 +07:00
parent d92a63db41
commit 70bb40d4f2
10 changed files with 1060 additions and 238 deletions
@@ -520,7 +520,15 @@ const MarketingTable = () => {
<div className='flex flex-row justify-between p-3 border-b border-base-content/10'>
<div className='flex flex-row gap-3'>
<RequirePermission permissions='lti.marketing.sales_order.create'>
<Button className='font-semibold text-base-100 text-sm rounded-lg shadow-button-soft px-3 py-2.5'>
<Button
href={{
pathname: '/marketing',
query: {
action: 'add',
},
}}
className='font-semibold text-base-100 text-sm rounded-lg shadow-button-soft px-3 py-2.5'
>
<Icon icon='heroicons:plus' width={20} height={20} />
Add Sales Order
</Button>