mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 21:15:11 +09:00
fix : compNm 필드 추가
This commit is contained in:
@@ -76,7 +76,7 @@ const getDetailList = (item) => {
|
||||
params.contNo = item.contNo
|
||||
params.regSdt = formatDatefromStringDate(item.bldat) //증빙일
|
||||
params.regSdt2 = formatDatefromStringDate(item.budat)//전기일
|
||||
params.place = ''// 업체명 bupla
|
||||
params.place = item.compNm// 업체명 bupla
|
||||
currencyCode.value = item.waers //통화
|
||||
params.bktxt = item.bktxt //계약명
|
||||
params.lifnr = item.lifnr //계약상대자
|
||||
|
||||
Reference in New Issue
Block a user