mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-19 21:05:08 +09:00
디자인 변경
This commit is contained in:
@@ -183,8 +183,8 @@ watch(selUser, (value) => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ prcs.regSdat }} ~ {{ prcs.regEdat }}</td>
|
<td class="text-center">{{ prcs.regSdat }} ~ {{ prcs.regEdat }}</td>
|
||||||
<td>{{ prcs.regNm }}</td>
|
<td class="text-center">{{ prcs.regNm }}</td>
|
||||||
<td>{{ dateFormat.converterDate(prcs.regDt) }}</td>
|
<td>{{ dateFormat.converterDate(prcs.regDt) }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
@@ -166,10 +166,7 @@ watch(pbAtts.value, (newValue) => {
|
|||||||
<!-- <i class="fa fa-file-pdf estimate-file-img" style="font-size:40px;" />-->
|
<!-- <i class="fa fa-file-pdf estimate-file-img" style="font-size:40px;" />-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<div class="estimate-file-name">
|
<div class="estimate-file-name">
|
||||||
{{ f.logiFnm }}
|
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||||
</div>
|
|
||||||
<div class="estimate-file-size">
|
|
||||||
{{ Math.ceil(f.size / 1024) }}kb
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-download estimate-file-download" @click="onPrcsFileDownload(f.prcsNo, f.fileOrd, f.logiFnm)" />
|
<i class="fa fa-download estimate-file-download" @click="onPrcsFileDownload(f.prcsNo, f.fileOrd, f.logiFnm)" />
|
||||||
@@ -213,10 +210,7 @@ watch(pbAtts.value, (newValue) => {
|
|||||||
<!-- <i class="fa fa-file-pdf estimate-file-img" style="font-size:40px;" />-->
|
<!-- <i class="fa fa-file-pdf estimate-file-img" style="font-size:40px;" />-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<div class="estimate-file-name">
|
<div class="estimate-file-name">
|
||||||
{{ f.logiFnm }}
|
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||||
</div>
|
|
||||||
<div class="estimate-file-size">
|
|
||||||
{{ Math.ceil(f.size / 1024) }}kb
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-trash estimate-file-delete" @click="onFilDelete(i)" />
|
<i class="fa fa-trash estimate-file-delete" @click="onFilDelete(i)" />
|
||||||
|
|||||||
@@ -207,10 +207,7 @@ watch(pbAtts.value, (newValue) => {
|
|||||||
<!-- <i class="fa fa-file-pdf estimate-file-img" style="font-size:40px;" />-->
|
<!-- <i class="fa fa-file-pdf estimate-file-img" style="font-size:40px;" />-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<div class="estimate-file-name">
|
<div class="estimate-file-name">
|
||||||
{{ f.logiFnm }}
|
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||||
</div>
|
|
||||||
<div class="estimate-file-size">
|
|
||||||
{{ Math.ceil(f.size / 1024) }}kb
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-download estimate-file-download" @click="onPrcsFileDownload(f.prcsNo, f.fileOrd, f.logiFnm)" />
|
<i class="fa fa-download estimate-file-download" @click="onPrcsFileDownload(f.prcsNo, f.fileOrd, f.logiFnm)" />
|
||||||
|
|||||||
@@ -142,8 +142,8 @@ function onTabLeave(e: any) {
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right">{{ estimate.totAmt.toString().replace(regex.currency, ',') }}</td>
|
<td class="text-right">{{ estimate.totAmt.toString().replace(regex.currency, ',') }}</td>
|
||||||
<td>{{ estimate.mngNm }}</td>
|
<td class="text-center">{{ estimate.mngNm }}</td>
|
||||||
<td>{{ dateFormat.millisecondsRemove(estimate.estDt) }}</td>
|
<td class="text-center">{{ dateFormat.millisecondsRemove(estimate.estDt) }}</td>
|
||||||
<td>{{ estimate.estStat }} <span v-if="estimate.estStatCd === '0300' || estimate.estStatCd === '0400'">({{ dateFormat.converterDate(estimate.svyDt) }})</span></td>
|
<td>{{ estimate.estStat }} <span v-if="estimate.estStatCd === '0300' || estimate.estStatCd === '0400'">({{ dateFormat.converterDate(estimate.svyDt) }})</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@@ -187,6 +187,9 @@ function onTabLeave(e: any) {
|
|||||||
.text-right {
|
.text-right {
|
||||||
text-align:right !important;
|
text-align:right !important;
|
||||||
}
|
}
|
||||||
|
.text-center {
|
||||||
|
text-align:center !important;
|
||||||
|
}
|
||||||
|
|
||||||
.is-navbar {
|
.is-navbar {
|
||||||
.datatable-toolbar {
|
.datatable-toolbar {
|
||||||
|
|||||||
@@ -231,10 +231,7 @@ watch(pbAtts.value, (newValue) => {
|
|||||||
class="content estimate-file-wrapper"
|
class="content estimate-file-wrapper"
|
||||||
>
|
>
|
||||||
<div class="estimate-file-name">
|
<div class="estimate-file-name">
|
||||||
{{ f.logiFnm }}
|
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||||
</div>
|
|
||||||
<div class="estimate-file-size">
|
|
||||||
{{ Math.ceil(f.size / 1024) }}kb
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-download estimate-file-download" @click="onPrcsFileDownload(f.prcsNo, f.fileOrd, f.logiFnm)" />
|
<i class="fa fa-download estimate-file-download" @click="onPrcsFileDownload(f.prcsNo, f.fileOrd, f.logiFnm)" />
|
||||||
@@ -274,15 +271,10 @@ watch(pbAtts.value, (newValue) => {
|
|||||||
class="content estimate-file-wrapper"
|
class="content estimate-file-wrapper"
|
||||||
>
|
>
|
||||||
<div class="estimate-file-name">
|
<div class="estimate-file-name">
|
||||||
{{ f.logiFnm }}
|
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||||
</div>
|
|
||||||
<div class="estimate-file-size">
|
|
||||||
{{ Math.ceil(f.size / 1024) }}kb
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-download estimate-file-download" @click="onPbAttDownload(f.prcsNo, f.bizNo, f.fileOrd, f.logiFnm)" />
|
<i class="fa fa-download estimate-file-download" @click="onPbAttDownload(f.prcsNo, f.bizNo, f.fileOrd, f.logiFnm)" />
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<i class="fa fa-trash estimate-file-delete" @click="onFilDelete(f.bizNo, i, f.fileOrd)" />
|
<i class="fa fa-trash estimate-file-delete" @click="onFilDelete(f.bizNo, i, f.fileOrd)" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -186,10 +186,7 @@ const totPrc = computed(() => {
|
|||||||
class="content estimate-file-wrapper"
|
class="content estimate-file-wrapper"
|
||||||
>
|
>
|
||||||
<div class="estimate-file-name">
|
<div class="estimate-file-name">
|
||||||
{{ f.logiFnm }}
|
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||||
</div>
|
|
||||||
<div class="estimate-file-size">
|
|
||||||
{{ Math.ceil(f.size / 1024) }}kb
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-download estimate-file-download" @click="onPrcsFileDownload(f.prcsNo, f.fileOrd, f.logiFnm)" />
|
<i class="fa fa-download estimate-file-download" @click="onPrcsFileDownload(f.prcsNo, f.fileOrd, f.logiFnm)" />
|
||||||
@@ -220,10 +217,7 @@ const totPrc = computed(() => {
|
|||||||
class="content estimate-file-wrapper"
|
class="content estimate-file-wrapper"
|
||||||
>
|
>
|
||||||
<div class="estimate-file-name">
|
<div class="estimate-file-name">
|
||||||
{{ f.logiFnm }}
|
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||||
</div>
|
|
||||||
<div class="estimate-file-size">
|
|
||||||
{{ Math.ceil(f.size / 1024) }}kb
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-download estimate-file-download" @click="onPbAttDownload(f.prcsNo, f.bizNo, f.fileOrd, f.logiFnm)" />
|
<i class="fa fa-download estimate-file-download" @click="onPbAttDownload(f.prcsNo, f.bizNo, f.fileOrd, f.logiFnm)" />
|
||||||
|
|||||||
@@ -51,8 +51,8 @@ export default defineConfig(({ isSsrBuild }) => ({
|
|||||||
port: 3000,
|
port: 3000,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'https://svcm.hmsn.ink',
|
// target: 'https://svcm.hmsn.ink',
|
||||||
// target: 'http://localhost:8010',
|
target: 'http://localhost:8010',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
// rewrite: (path) => path.replace(/^\/api/, ''),
|
// rewrite: (path) => path.replace(/^\/api/, ''),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user