청구검증 소멸금액 표기 위치 변경

This commit is contained in:
Jeon
2023-07-13 09:38:27 +09:00
parent 82811b3b69
commit c6d20a214b
2 changed files with 11 additions and 11 deletions

View File

@@ -63,11 +63,11 @@
},
{
"name": "결과"
,"colspan": 5
,"colspan": 6
},
{
"name": "이전 달",
"colspan": 9
"colspan": 8
},
{
"name": "사용금액"
@@ -85,6 +85,11 @@
,"name": "일할 정액요금"
,"format": "Format_00"
},
{
"key": "extncAmt"
,"name": "소멸금액"
,"format": "Format_00"
},
{
"key": "nowCfwdAmt"
,"name": "신규 이월금액"
@@ -109,11 +114,6 @@
,"name": "이월금액"
,"format": "Format_00"
},
{
"key": "extncAmt"
,"name": "소멸금액"
,"format": "Format_00"
},
{
"key": "extcChrgAmt"
,"name": "소멸충전금액"

View File

@@ -83,19 +83,19 @@
<th scope="col" rowspan="2">일할대상</th>
<th scope="col" rowspan="2">상태</th>
<th scope="col" rowspan="2">성공건수</th>
<th scope="colgroup" colspan="5" id="thHeader08" class="th_line">결과</th>
<th scope="colgroup" colspan="9" id="thHeader09" class="th_line">이전 </th>
<th scope="colgroup" colspan="6" id="thHeader08" class="th_line">결과</th>
<th scope="colgroup" colspan="8" id="thHeader09" class="th_line">이전 </th>
<th scope="colgroup" colspan="5" id="thHeader10" class="th_line">사용금액</th>
</tr>
<tr>
<th headers="thHeader08" class="th_line">과금금액</th>
<th headers="thHeader08" class="th_line">일할 정액요금</th>
<th headers="thHeader09" class="th_line">소멸금액</th>
<th headers="thHeader08" class="th_line">신규 이월금액</th>
<th headers="thHeader08" class="th_line">예상 이월금액</th>
<th headers="thHeader08" class="th_line">이월 일치여부</th>
<th headers="thHeader09" class="th_line">정액요금</th>
<th headers="thHeader09" class="th_line">이월금액</th>
<th headers="thHeader09" class="th_line">소멸금액</th>
<th headers="thHeader09" class="th_line">소멸충전금액</th>
<th headers="thHeader09" class="th_line">이월충전금액</th>
<th headers="thHeader09" class="th_line">소멸충전복원</th>
@@ -125,12 +125,12 @@
<td>{{item.succCnt}}</td>
<td>{{item.mrtUseAmt}}</td>
<td>{{item.lmtPerUseDay}}</td>
<td>{{item.extncAmt}}</td>
<td>{{item.nowCfwdAmt}}</td>
<td>{{item.estCfwdAmt}}</td>
<td>{{item.rsltStr}}</td>
<td>{{item.fxLmtAmt}}</td>
<td>{{item.cfwdAmt}}</td>
<td>{{item.extncAmt}}</td>
<td>{{item.extcChrgAmt}}</td>
<td>{{item.cfwdChrgAmt}}</td>
<td>{{item.extcChrgRsrt}}</td>