[FEAT] 實作配方與生產工單自動搜尋,優化分頁 RWD,將倉庫地址改為選填並更新文件
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m22s
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m22s
This commit is contained in:
@@ -64,10 +64,6 @@ export const validateWarehouse = (formData: {
|
||||
return { isValid: false, error: "倉庫名稱為必填欄位" };
|
||||
}
|
||||
|
||||
if (!formData.address.trim()) {
|
||||
return { isValid: false, error: "倉庫地址為必填欄位" };
|
||||
}
|
||||
|
||||
return { isValid: true };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user