From 068bab4e0f8f772ba40a6a509f133d9f3e1a21b9 Mon Sep 17 00:00:00 2001 From: Kasi Date: Thu, 5 Jun 2025 14:21:29 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EC=9E=85?= =?UTF-8?q?=EB=A0=A5=20=ED=83=9C=EA=B7=B8=EB=B3=80=EA=B2=BD=20(input=20->?= =?UTF-8?q?=20span)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/app/documentManagementDetail.vue | 171 ++++----------------- 1 file changed, 32 insertions(+), 139 deletions(-) diff --git a/src/pages/app/documentManagementDetail.vue b/src/pages/app/documentManagementDetail.vue index cf636fa..01eae45 100644 --- a/src/pages/app/documentManagementDetail.vue +++ b/src/pages/app/documentManagementDetail.vue @@ -129,10 +129,7 @@ const addTabFromRow = (row,index) => { 소속 - - + {{affiliationCode}} @@ -141,47 +138,30 @@ const addTabFromRow = (row,index) => { 계약명 - - - + {{params.title}} 계약상대자 - + - - - + {{params.regNm}} - - - + 업체명 : {{params.place}} - - + + + 구매처 확인 - + 정상 @@ -191,14 +171,7 @@ const addTabFromRow = (row,index) => { 공급가액 - - - + {{formattedNumber}} (부가세 별도) @@ -207,121 +180,61 @@ const addTabFromRow = (row,index) => { - - - + {{taxCode}} 통화 - - - + {{currencyCode}} 증빙일 -
- - - -
+ + {{ params.regSdt }} + 전기일 - -
- - - -
+ + + {{ params.regSdt2 }} + 계좌관리 - - - + {{params.bankl}} - - - + {{params.bankn}} - - + + 계좌조회 - + 정상 - 세금계산서 - - + {{taxInvoiceCode}} @@ -331,36 +244,24 @@ const addTabFromRow = (row,index) => { G/L계정// 설정필요 - - + {{accountSubjectCode}} - - - + 코스트센터/WBS{{selectCostCode}} - - - + 코스트센터/WBS코드예정 @@ -427,9 +328,6 @@ const addTabFromRow = (row,index) => { text-align: center; } - tr:nth-child(3) { - text-align: center; - } tr td button{ width: 100%; @@ -462,13 +360,8 @@ button:nth-child(3) { .field { margin: 0px 0px; } - - - .disabled-button { - //opacity: 0.5; - background-color: #ccc; - cursor: not-allowed; - //transition: all 0.2s; - } +.button[disabled], fieldset[disabled] .button { + opacity: 1.0; +}