mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 06:23:41 +09:00
fix : 업체명 필드 추가
This commit is contained in:
@@ -31,7 +31,7 @@ const getDetailList = (item) => {
|
||||
affiliationCode.value = item.bukrs//소속
|
||||
params.title = item.bktxt //계약명
|
||||
params.regNm = item.lifnr //계약상대자
|
||||
params.place = ''// 업체명 bupla
|
||||
params.place = item.compNm// 업체명 bupla
|
||||
formattedNumber.value = item.wrbtrS //공급가액
|
||||
taxCode.value= item.mwskz //세금코드 ->세금계산서랑 같이 ?
|
||||
currencyCode.value = item.waers //통화
|
||||
@@ -245,11 +245,9 @@ const addTabFromRow = (row,index) => {
|
||||
<td>예산관리</td>
|
||||
<td>
|
||||
<VButton
|
||||
color="primary"
|
||||
@click="centeredActionsOpen = true"
|
||||
disabled
|
||||
>
|
||||
G/L계정// 설정필요
|
||||
disabled
|
||||
color="primary">
|
||||
G/L계정
|
||||
</VButton>
|
||||
</td>
|
||||
<td colspan="2">
|
||||
|
||||
Reference in New Issue
Block a user