발신번호 등록 수정

This commit is contained in:
USER
2022-08-17 12:03:45 +09:00
parent 26756f3e8e
commit 89c8d1eb68
34 changed files with 918 additions and 247 deletions

View File

@@ -11,7 +11,7 @@
</div>
<div class="search_wrap">
<div class="input_box cal">
<label for="right" class="label txt">날짜</label>
<label for="right" class="label txt">조회기간</label>
<p> 최대 3개월까지 조회 가능합니다.</p>
<div class="term">
<span class="custom_input icon_date">
@@ -253,7 +253,37 @@ export default {
}
let today = moment().format('YYYYMMDDHHmmss');
const saveFileName = `월별통계_${today}.xlsx`;
const saveFileName = `월별통계_${today}.xls`;
var styles = `<style>
.table{width: 100%;}
.head-title{border-top: 1px solid #dee2e6; border-bottom: 2px solid #dee2e6;}
.first-td{background-color: #F2F2F2;}
.last-td{background-color: #dee2e6;}
body {
font-size:12px;
font-family: 맑은 고딕;
}
table {
font-size:12px;
text-align:center;
}
table th {
text-align:center;
height:28px;
background-color: #f0f0f0;
}
table td {
text-align:left;
height:26px;
mso-number-format:"\@";
}
.number {
text-align:right !important;
mso-number-format:General !important;
white-space:nowrap !important;
}
</style>`;
let options = {
header: this.excelHeader,