diff options
Diffstat (limited to 'lib/vendor-document-list/plant/shi-buyer-system-api.ts')
| -rw-r--r-- | lib/vendor-document-list/plant/shi-buyer-system-api.ts | 12 |
1 files changed, 6 insertions, 6 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 9256eaf4..f82151cd 100644 --- a/lib/vendor-document-list/plant/shi-buyer-system-api.ts +++ b/lib/vendor-document-list/plant/shi-buyer-system-api.ts @@ -289,8 +289,8 @@ export class ShiBuyerSystemAPI { SHI_DOC_NO: doc.docNumber, CATEGORY: 'SHIP', // 김준식 프로 요청으로 RESPONSIBLE_CD / RESPONSIBLE 값 변경 (251002,김준회) - RESPONSIBLE_CD: 'C00001', - RESPONSIBLE: 'SHI', + RESPONSIBLE_CD: 'C00001', // 고정 + RESPONSIBLE: 'SHI', // 고정 VNDR_CD: doc.vendorCode || '', VNDR_NM: doc.vendorName || '', DSN_SKL: 'B3', @@ -300,13 +300,13 @@ export class ShiBuyerSystemAPI { CG_EMPNM1: '', OWN_DOC_NO: doc.vendorDocNumber || doc.docNumber, DSC: doc.title, - DOC_CLASS: 'B3', + DOC_CLASS: doc.docClass || '', // 선택한 DOC_CLASS 사용 COMMENT: doc.buyerSystemComment || '', // 실제 코멘트 전송 // 조민정 프로 요청으로 'ACTIVE' --> '생성요청' 값으로 변경 (251002,김준회) - STATUS: '생성요청', - CRTER: 'EVCP_SYSTEM', + STATUS: '생성요청', // 고정 + CRTER: 'EVCP_SYSTEM', // 고정 CRTE_DTM: new Date().toISOString(), - CHGR: 'EVCP_SYSTEM', + CHGR: 'EVCP_SYSTEM', // 고정 CHG_DTM: new Date().toISOString(), })); |
