mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-19 19:05:20 +09:00
디자인 변경
This commit is contained in:
@@ -183,8 +183,8 @@ watch(selUser, (value) => {
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td>{{ prcs.regSdat }} ~ {{ prcs.regEdat }}</td>
|
||||
<td>{{ prcs.regNm }}</td>
|
||||
<td class="text-center">{{ prcs.regSdat }} ~ {{ prcs.regEdat }}</td>
|
||||
<td class="text-center">{{ prcs.regNm }}</td>
|
||||
<td>{{ dateFormat.converterDate(prcs.regDt) }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@@ -166,10 +166,7 @@ watch(pbAtts.value, (newValue) => {
|
||||
<!-- <i class="fa fa-file-pdf estimate-file-img" style="font-size:40px;" />-->
|
||||
<!-- </div>-->
|
||||
<div class="estimate-file-name">
|
||||
{{ f.logiFnm }}
|
||||
</div>
|
||||
<div class="estimate-file-size">
|
||||
{{ Math.ceil(f.size / 1024) }}kb
|
||||
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||
</div>
|
||||
<div>
|
||||
<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;" />-->
|
||||
<!-- </div>-->
|
||||
<div class="estimate-file-name">
|
||||
{{ f.logiFnm }}
|
||||
</div>
|
||||
<div class="estimate-file-size">
|
||||
{{ Math.ceil(f.size / 1024) }}kb
|
||||
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||
</div>
|
||||
<div>
|
||||
<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;" />-->
|
||||
<!-- </div>-->
|
||||
<div class="estimate-file-name">
|
||||
{{ f.logiFnm }}
|
||||
</div>
|
||||
<div class="estimate-file-size">
|
||||
{{ Math.ceil(f.size / 1024) }}kb
|
||||
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||
</div>
|
||||
<div>
|
||||
<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>
|
||||
</td>
|
||||
<td class="text-right">{{ estimate.totAmt.toString().replace(regex.currency, ',') }}</td>
|
||||
<td>{{ estimate.mngNm }}</td>
|
||||
<td>{{ dateFormat.millisecondsRemove(estimate.estDt) }}</td>
|
||||
<td class="text-center">{{ estimate.mngNm }}</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>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -187,6 +187,9 @@ function onTabLeave(e: any) {
|
||||
.text-right {
|
||||
text-align:right !important;
|
||||
}
|
||||
.text-center {
|
||||
text-align:center !important;
|
||||
}
|
||||
|
||||
.is-navbar {
|
||||
.datatable-toolbar {
|
||||
|
||||
@@ -231,10 +231,7 @@ watch(pbAtts.value, (newValue) => {
|
||||
class="content estimate-file-wrapper"
|
||||
>
|
||||
<div class="estimate-file-name">
|
||||
{{ f.logiFnm }}
|
||||
</div>
|
||||
<div class="estimate-file-size">
|
||||
{{ Math.ceil(f.size / 1024) }}kb
|
||||
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||
</div>
|
||||
<div>
|
||||
<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"
|
||||
>
|
||||
<div class="estimate-file-name">
|
||||
{{ f.logiFnm }}
|
||||
</div>
|
||||
<div class="estimate-file-size">
|
||||
{{ Math.ceil(f.size / 1024) }}kb
|
||||
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||
</div>
|
||||
<div>
|
||||
<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)" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -186,10 +186,7 @@ const totPrc = computed(() => {
|
||||
class="content estimate-file-wrapper"
|
||||
>
|
||||
<div class="estimate-file-name">
|
||||
{{ f.logiFnm }}
|
||||
</div>
|
||||
<div class="estimate-file-size">
|
||||
{{ Math.ceil(f.size / 1024) }}kb
|
||||
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||
</div>
|
||||
<div>
|
||||
<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"
|
||||
>
|
||||
<div class="estimate-file-name">
|
||||
{{ f.logiFnm }}
|
||||
</div>
|
||||
<div class="estimate-file-size">
|
||||
{{ Math.ceil(f.size / 1024) }}kb
|
||||
{{ f.logiFnm }} ({{ Math.ceil(f.size / 1024) }}kb)
|
||||
</div>
|
||||
<div>
|
||||
<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,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'https://svcm.hmsn.ink',
|
||||
// target: 'http://localhost:8010',
|
||||
// target: 'https://svcm.hmsn.ink',
|
||||
target: 'http://localhost:8010',
|
||||
changeOrigin: true,
|
||||
// rewrite: (path) => path.replace(/^\/api/, ''),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user