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){