diff options
Diffstat (limited to 'lib/vendor-document-list/plant')
| -rw-r--r-- | lib/vendor-document-list/plant/shi-buyer-system-api.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vendor-document-list/plant/shi-buyer-system-api.ts b/lib/vendor-document-list/plant/shi-buyer-system-api.ts index 893d214b..49b5995d 100644 --- a/lib/vendor-document-list/plant/shi-buyer-system-api.ts +++ b/lib/vendor-document-list/plant/shi-buyer-system-api.ts @@ -367,13 +367,13 @@ export class ShiBuyerSystemAPI { const shiDocuments: ShiDocumentInfo[] = documents.map((doc) => ({ PROJ_NO: doc.projectCode, SHI_DOC_NO: doc.docNumber, - CATEGORY: 'SHIP', + CATEGORY: null, // SHI 설계자가 직접 입력함 // 김준식 프로 요청으로 RESPONSIBLE_CD / RESPONSIBLE 값 변경 (251002,김준회) RESPONSIBLE_CD: 'C00001', // 고정 RESPONSIBLE: 'SHI', // 고정 VNDR_CD: doc.vendorCode || '', VNDR_NM: doc.vendorName || '', - DSN_SKL: 'B3', + DSN_SKL: null, // SHI 설계자가 직접 입력함 MIFP_CD: '', MIFP_NM: '', CG_EMPNO1: '', |
