diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-05 16:07:43 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-05 16:07:43 +0900 |
| commit | 208ed7ff11d0f822d3d243c5833d31973904349e (patch) | |
| tree | b1a15e3a7f8242294397f433a8484102c5743e69 /lib/vendor-pool/validations.ts | |
| parent | ad6bde0250cfe014d5f78747ec76ac59df95a25d (diff) | |
(김준회) vendor-pool: excel-import 코드기반검색처리, 템플릿 변경 (구매 김수진 프로 요청사항)
Diffstat (limited to 'lib/vendor-pool/validations.ts')
| -rw-r--r-- | lib/vendor-pool/validations.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vendor-pool/validations.ts b/lib/vendor-pool/validations.ts index 642ccc47..60294edb 100644 --- a/lib/vendor-pool/validations.ts +++ b/lib/vendor-pool/validations.ts @@ -44,7 +44,6 @@ export const vendorPoolSearchParamsCache = createSearchParamsCache({ // 협력업체 정보 vendorCode: parseAsString.withDefault(""), // 협력업체 코드 vendorName: parseAsString.withDefault(""), // 협력업체 명 - taxId: parseAsString.withDefault(""), // 사업자번호 // 인증/상태 정보 faStatus: parseAsString.withDefault(""), // FA현황 |
