feat: API調整訂單與販賣機訂單同步強制使用warehouse_code,更新API對接文件,及優化生產與配方模組UI顯示
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 55s
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 55s
This commit is contained in:
@@ -124,7 +124,7 @@ export function SearchableSelect({
|
||||
setOpen(false);
|
||||
}}
|
||||
disabled={option.disabled}
|
||||
className="cursor-pointer"
|
||||
className="cursor-pointer group"
|
||||
>
|
||||
<Check
|
||||
className={cn(
|
||||
@@ -137,7 +137,7 @@ export function SearchableSelect({
|
||||
<div className="flex items-center justify-between flex-1">
|
||||
<span>{option.label}</span>
|
||||
{option.sublabel && (
|
||||
<span className="text-xs text-muted-foreground ml-2">
|
||||
<span className="text-xs text-muted-foreground ml-2 group-data-[selected=true]:text-white">
|
||||
{option.sublabel}
|
||||
</span>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user