|
@@ -125,7 +125,7 @@
|
|
|
<div class="iconTooltip marL10">
|
|
<div class="iconTooltip marL10">
|
|
|
<i class="fa fa-info" aria-hidden="true"></i>
|
|
<i class="fa fa-info" aria-hidden="true"></i>
|
|
|
<span class="left" style="width: 600px;">
|
|
<span class="left" style="width: 600px;">
|
|
|
- <strong>1.판매총액</strong>: 몰판매가 * 판매수량<br/>
|
|
|
|
|
|
|
+ <strong>1.판매총액</strong>: 정산판매가 * 판매수량<br/>
|
|
|
<strong>2.쿠폰할인금액</strong>: 즉시할인쿠폰금액 + 상품쿠폰할인금액 + 장바구니쿠폰할인금액<br/>
|
|
<strong>2.쿠폰할인금액</strong>: 즉시할인쿠폰금액 + 상품쿠폰할인금액 + 장바구니쿠폰할인금액<br/>
|
|
|
<strong>3.수수료</strong>: 상품총액(쿠폰할인금액과 다다익선할인금액만 차감. 포인트와 상품권은 포함) * 판매수수료율(%)<br/>
|
|
<strong>3.수수료</strong>: 상품총액(쿠폰할인금액과 다다익선할인금액만 차감. 포인트와 상품권은 포함) * 판매수수료율(%)<br/>
|
|
|
<strong>4.정산대상액</strong>: 상품총액 - 수수료 + 자사쿠폰분담액 + 자사다다익선분담액
|
|
<strong>4.정산대상액</strong>: 상품총액 - 수수료 + 자사쿠폰분담액 + 자사다다익선분담액
|
|
@@ -185,7 +185,7 @@
|
|
|
{ headerName: "단품코드", field: "itemCd", width: 120, cellClass: 'text-center' },
|
|
{ headerName: "단품코드", field: "itemCd", width: 120, cellClass: 'text-center' },
|
|
|
{ headerName: "옵션", field: "optCd1", width: 100, cellClass: 'text-center' },
|
|
{ headerName: "옵션", field: "optCd1", width: 100, cellClass: 'text-center' },
|
|
|
{
|
|
{
|
|
|
- headerName: "몰판매가", field: "mallPrice", width: 100, cellClass: 'text-right',
|
|
|
|
|
|
|
+ headerName: "정산판매가", field: "mallPrice", width: 100, cellClass: 'text-right',
|
|
|
cellRenderer: function (params) { return gagaAgGrid.toAddComma(params.value); }
|
|
cellRenderer: function (params) { return gagaAgGrid.toAddComma(params.value); }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|