From bbdb1871e5313cfb4eef24322ed031a12cdfe863 Mon Sep 17 00:00:00 2001 From: Yesol Choi Date: Tue, 3 Jun 2025 17:42:21 +0900 Subject: [PATCH] =?UTF-8?q?com:=20VCustomTabs=20value=20=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=20=ED=98=95=EC=8B=9D=20=EB=B3=80=EA=B2=BD=ED=95=98?= =?UTF-8?q?=EA=B8=B0=20->=20=EB=8C=80=EA=B8=88=EC=B2=AD=EA=B5=AC=EC=A4=91?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EA=B2=B0=EC=9E=AC=EC=84=A0=20=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=84=B0=20=ED=99=95=EC=9D=B8,=20=ED=98=91=EC=A1=B0?= =?UTF-8?q?=20=EA=B8=B0=EB=8A=A5=20=EA=B5=AC=ED=98=84=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/app-vuero/VCustomTabs.vue | 714 +++++++++++++++++++++ src/pages/app/contractManagement.vue | 4 +- src/pages/app/documentManagementDetail.vue | 58 +- 3 files changed, 739 insertions(+), 37 deletions(-) create mode 100644 src/components/app-vuero/VCustomTabs.vue diff --git a/src/components/app-vuero/VCustomTabs.vue b/src/components/app-vuero/VCustomTabs.vue new file mode 100644 index 0000000..8e61f92 --- /dev/null +++ b/src/components/app-vuero/VCustomTabs.vue @@ -0,0 +1,714 @@ + + + + + diff --git a/src/pages/app/contractManagement.vue b/src/pages/app/contractManagement.vue index 2fdafa1..90bd76e 100644 --- a/src/pages/app/contractManagement.vue +++ b/src/pages/app/contractManagement.vue @@ -85,7 +85,7 @@ function getContractDetail(){ } //[0300 대금지급전 / 0400 대금지급중/ 0500 대금지급완료] function getBilling(row){ - if(params.sessionUser.sabun == row.regSabun && row.contStatCd == '0200'){ + if(params.sessionUser.sabun == row.regSabun && row.contStatCd == '0400'){ router.push({ path: '/app/documentManagementDetail', state: { key: row.contNo}}) } } @@ -236,7 +236,7 @@ function getBilling(row){