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