summaryrefslogtreecommitdiff
path: root/lib/tags
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-11-13 17:33:50 +0900
committerjoonhoekim <26rote@gmail.com>2025-11-13 17:33:50 +0900
commit517a3e91a899c54a70de76d380eda5f73e8133e9 (patch)
tree8a81bf1b7ae9dce6d23c2a53265964a424cd562e /lib/tags
parent44e86e16e4a5bf81696b101a7dbd53d55441e1cb (diff)
(김준회) 벤더데이터: 출처 표시 (가져온 건 S-EDP, 만든 건 EVCP), EVCP에서 만든 태그만 삭제 버튼 활성화화
Diffstat (limited to 'lib/tags')
-rw-r--r--lib/tags/service.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tags/service.ts b/lib/tags/service.ts
index 028cde42..778ab89d 100644
--- a/lib/tags/service.ts
+++ b/lib/tags/service.ts
@@ -594,7 +594,8 @@ export async function createTagInForm(
VNDRNM_1: vendor.vendorName,
CM3003: packageCode,
ME5074: packageCode,
- status: "New" // 수동으로 생성된 태그임을 표시
+ status: "New", // 수동으로 생성된 태그임을 표시
+ source: "EVCP" // 태그 출처 (불변) - eVCP에서 수동 생성
};
if (entry?.id) {