From 6a69773dd6c133823f58a4e3605bb39768eccb24 Mon Sep 17 00:00:00 2001 From: bangae1 Date: Mon, 26 May 2025 20:59:58 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/contract/ContractList.vue | 6 +- .../pages/contract/ContractSave.vue | 168 ++---------------- .../pages/contract/ContractView.vue | 127 ++----------- .../pages/estimate/EstimateList.vue | 14 +- .../pages/estimate/EstimateUpdate.vue | 136 ++------------ .../pages/estimate/EstimateView.vue | 139 ++------------- src/scss/components/_custom-contract.scss | 162 +++++++++++++++++ src/scss/css-variables/_colors.scss | 2 + src/scss/css-variables/_rtl.scss | 2 +- 9 files changed, 223 insertions(+), 533 deletions(-) create mode 100644 src/scss/components/_custom-contract.scss diff --git a/src/components/pages/contract/ContractList.vue b/src/components/pages/contract/ContractList.vue index 08f8db4..7b9dabf 100644 --- a/src/components/pages/contract/ContractList.vue +++ b/src/components/pages/contract/ContractList.vue @@ -232,7 +232,7 @@ watch(selUser, (value) => { } .table-container { - border-radius: 10px; + border-radius: 0.3rem; border: 1px solid var(--fade-grey); thead { background-color: var(--primary) !important; @@ -247,8 +247,6 @@ watch(selUser, (value) => { } } - - .datatable-toolbar { //display: flex; align-items: center; @@ -256,7 +254,7 @@ watch(selUser, (value) => { background-color: var(--white); border: 1px solid var(--fade-grey); border-radius: 0.75rem; - padding: 20px; + padding: 15px; color: var(--modal-text); &.is-reversed { flex-direction: row-reverse; diff --git a/src/components/pages/contract/ContractSave.vue b/src/components/pages/contract/ContractSave.vue index 30f028a..ba22287 100644 --- a/src/components/pages/contract/ContractSave.vue +++ b/src/components/pages/contract/ContractSave.vue @@ -87,53 +87,12 @@ watch(pbAtts.value, (newValue) => { class="form-layout" >
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

가격조사

-
+
No @@ -154,6 +113,8 @@ watch(pbAtts.value, (newValue) => {
+
+
제목 @@ -164,6 +125,8 @@ watch(pbAtts.value, (newValue) => {
+
+
내용 @@ -176,6 +139,8 @@ watch(pbAtts.value, (newValue) => {
+
+
등록기간 @@ -186,6 +151,8 @@ watch(pbAtts.value, (newValue) => {
+
+
첨부파일 @@ -310,120 +277,5 @@ watch(pbAtts.value, (newValue) => { diff --git a/src/components/pages/contract/ContractView.vue b/src/components/pages/contract/ContractView.vue index 8c0c6bf..719d2ff 100644 --- a/src/components/pages/contract/ContractView.vue +++ b/src/components/pages/contract/ContractView.vue @@ -133,7 +133,7 @@ watch(pbAtts.value, (newValue) => {

가격조사

-
+
No @@ -154,6 +154,8 @@ watch(pbAtts.value, (newValue) => {
+
+
제목 @@ -164,6 +166,8 @@ watch(pbAtts.value, (newValue) => {
+
+
내용 @@ -176,6 +180,8 @@ watch(pbAtts.value, (newValue) => {
+
+
등록기간 @@ -186,6 +192,8 @@ watch(pbAtts.value, (newValue) => {
+
+
첨부파일 @@ -266,120 +274,5 @@ watch(pbAtts.value, (newValue) => { diff --git a/src/components/pages/estimate/EstimateList.vue b/src/components/pages/estimate/EstimateList.vue index 758415c..b970893 100644 --- a/src/components/pages/estimate/EstimateList.vue +++ b/src/components/pages/estimate/EstimateList.vue @@ -119,7 +119,7 @@ function onTabLeave(e: any) { No 제목 - 조사금액 + 조사금액 담당자 등록일시 진행상태 @@ -141,7 +141,7 @@ function onTabLeave(e: any) {
- {{ estimate.totAmt.toString().replace(regex.currency, ',') }} + {{ estimate.totAmt.toString().replace(regex.currency, ',') }} {{ estimate.mngNm }} {{ dateFormat.millisecondsRemove(estimate.estDt) }} {{ estimate.estStat }} ({{ dateFormat.converterDate(estimate.svyDt) }}) @@ -184,6 +184,10 @@ function onTabLeave(e: any) { diff --git a/src/components/pages/estimate/EstimateView.vue b/src/components/pages/estimate/EstimateView.vue index 89d32b8..beae2a2 100644 --- a/src/components/pages/estimate/EstimateView.vue +++ b/src/components/pages/estimate/EstimateView.vue @@ -1,5 +1,6 @@