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) => {
|
-
-
- {{ item.cd }}
-
-
+ {{taxCode}}
|
통화 |
-
-
- {{ item.cd }}
-
-
+ {{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;
+}