Compare commits
No commits in common. "7e7ed46cea8d1a760889eee192297cab9f00f414" and "fd017866496c407b463d46b4c2a34ef482d5a1e4" have entirely different histories.
7e7ed46cea
...
fd01786649
|
@ -76,21 +76,6 @@
|
||||||
class="elevation-1"
|
class="elevation-1"
|
||||||
hide-default-footer
|
hide-default-footer
|
||||||
>
|
>
|
||||||
<template slot="body.prepend">
|
|
||||||
<tr>
|
|
||||||
<td colspan="2">
|
|
||||||
합계
|
|
||||||
</td>
|
|
||||||
<td>{{ sumField('totalCan').toLocaleString() }} 캔</td>
|
|
||||||
<td>{{ sumField('totalKrw').toLocaleString() }} 원</td>
|
|
||||||
<td>{{ sumField('paymentFee').toLocaleString() }} 원</td>
|
|
||||||
<td>{{ sumField('settlementAmount').toLocaleString() }} 원</td>
|
|
||||||
<td>{{ sumField('tax').toLocaleString() }} 원</td>
|
|
||||||
<td>{{ sumField('depositAmount').toLocaleString() }} 원</td>
|
|
||||||
<td />
|
|
||||||
</tr>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<template v-slot:item.email="{ item }">
|
<template v-slot:item.email="{ item }">
|
||||||
{{ item.email }}
|
{{ item.email }}
|
||||||
</template>
|
</template>
|
||||||
|
@ -275,10 +260,6 @@ export default {
|
||||||
this.$dialog.notify.success(message)
|
this.$dialog.notify.success(message)
|
||||||
},
|
},
|
||||||
|
|
||||||
sumField(key) {
|
|
||||||
return this.items.reduce((a, b) => a + (b[key] || 0), 0)
|
|
||||||
},
|
|
||||||
|
|
||||||
async next() {
|
async next() {
|
||||||
await this.getCalculateCommunityByCreator()
|
await this.getCalculateCommunityByCreator()
|
||||||
},
|
},
|
||||||
|
|
|
@ -76,21 +76,6 @@
|
||||||
class="elevation-1"
|
class="elevation-1"
|
||||||
hide-default-footer
|
hide-default-footer
|
||||||
>
|
>
|
||||||
<template slot="body.prepend">
|
|
||||||
<tr>
|
|
||||||
<td colspan="2">
|
|
||||||
합계
|
|
||||||
</td>
|
|
||||||
<td>{{ sumField('totalCan').toLocaleString() }} 캔</td>
|
|
||||||
<td>{{ sumField('totalKrw').toLocaleString() }} 원</td>
|
|
||||||
<td>{{ sumField('paymentFee').toLocaleString() }} 원</td>
|
|
||||||
<td>{{ sumField('settlementAmount').toLocaleString() }} 원</td>
|
|
||||||
<td>{{ sumField('tax').toLocaleString() }} 원</td>
|
|
||||||
<td>{{ sumField('depositAmount').toLocaleString() }} 원</td>
|
|
||||||
<td />
|
|
||||||
</tr>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<template v-slot:item.email="{ item }">
|
<template v-slot:item.email="{ item }">
|
||||||
{{ item.email }}
|
{{ item.email }}
|
||||||
</template>
|
</template>
|
||||||
|
@ -275,10 +260,6 @@ export default {
|
||||||
this.$dialog.notify.success(message)
|
this.$dialog.notify.success(message)
|
||||||
},
|
},
|
||||||
|
|
||||||
sumField(key) {
|
|
||||||
return this.items.reduce((a, b) => a + (b[key] || 0), 0)
|
|
||||||
},
|
|
||||||
|
|
||||||
async next() {
|
async next() {
|
||||||
await this.getCalculateContentByCreator()
|
await this.getCalculateContentByCreator()
|
||||||
},
|
},
|
||||||
|
|
|
@ -76,21 +76,6 @@
|
||||||
class="elevation-1"
|
class="elevation-1"
|
||||||
hide-default-footer
|
hide-default-footer
|
||||||
>
|
>
|
||||||
<template slot="body.prepend">
|
|
||||||
<tr>
|
|
||||||
<td colspan="2">
|
|
||||||
합계
|
|
||||||
</td>
|
|
||||||
<td>{{ sumField('totalCan').toLocaleString() }} 캔</td>
|
|
||||||
<td>{{ sumField('totalKrw').toLocaleString() }} 원</td>
|
|
||||||
<td>{{ sumField('paymentFee').toLocaleString() }} 원</td>
|
|
||||||
<td>{{ sumField('settlementAmount').toLocaleString() }} 원</td>
|
|
||||||
<td>{{ sumField('tax').toLocaleString() }} 원</td>
|
|
||||||
<td>{{ sumField('depositAmount').toLocaleString() }} 원</td>
|
|
||||||
<td />
|
|
||||||
</tr>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<template v-slot:item.email="{ item }">
|
<template v-slot:item.email="{ item }">
|
||||||
{{ item.email }}
|
{{ item.email }}
|
||||||
</template>
|
</template>
|
||||||
|
@ -275,10 +260,6 @@ export default {
|
||||||
this.$dialog.notify.success(message)
|
this.$dialog.notify.success(message)
|
||||||
},
|
},
|
||||||
|
|
||||||
sumField(key) {
|
|
||||||
return this.items.reduce((a, b) => a + (b[key] || 0), 0)
|
|
||||||
},
|
|
||||||
|
|
||||||
async next() {
|
async next() {
|
||||||
await this.getCalculateLiveByCreator()
|
await this.getCalculateLiveByCreator()
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue