|
|
@@ -128,7 +128,9 @@
|
|
|
</select>
|
|
|
</td>
|
|
|
<th>귀책사유</th>
|
|
|
- <td><span id="imputeReason"></span></td>
|
|
|
+ <td colspan="5"><span id="imputeReason"></span></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
<th>PG점프</th>
|
|
|
<td>
|
|
|
<label class="chkBox">
|
|
|
@@ -139,6 +141,12 @@
|
|
|
<td>
|
|
|
<input type="text" name="depositAmt" id="depositAmt" value="0" readonly="readonly"/>
|
|
|
</td>
|
|
|
+ <th>알림톡미전송여부</th>
|
|
|
+ <td colspan="3">
|
|
|
+ <label class="chkBox">
|
|
|
+ <input type="checkbox" name="msgStat" id="msgStat" checked/>
|
|
|
+ </label>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>요청메모<br/><span id="dpLocAnsContent">0</span>/1,000Byte</th>
|
|
|
@@ -356,7 +364,7 @@ var columnCancelReqList = [
|
|
|
{headerName: "주문상세" , field: "ordDtlStat" , width: 80 , cellClass: 'text-center' , hide: temp1},
|
|
|
{headerName: "주문상세상태" , field: "ordDtlStatNm" , width: 100 , cellClass: 'text-center' , hide: temp1},
|
|
|
{headerName: "상품코드" , field: "goodsCd" , width: 100 , cellClass: 'text-left' , hide: temp2},
|
|
|
- {headerName: "상품명" , field: "goodsNm" , width: 200 , cellClass: 'text-left' , hide: temp2},
|
|
|
+ {headerName: "상품명" , field: "goodsNm" , width: 200 , cellClass: 'text-left' , hide: temp2},
|
|
|
{headerName: "상품타입" , field: "goodsTypeNm" , width: 100 , cellClass: 'text-center' , hide: temp2},
|
|
|
{headerName: "옵션1" , field: "colorNm" , width: 80 , cellClass: 'text-center' , hide: temp2},
|
|
|
{headerName: "옵션2" , field: "optCd2" , width: 80 , cellClass: 'text-center' , hide: temp2},
|
|
|
@@ -1357,6 +1365,7 @@ var fnCnclReq = function (reqGbn) {
|
|
|
,"wdGb" : wdGb
|
|
|
,"addPayCost" : addPayCost
|
|
|
,"pgStat" : $('#pgStat').is(':checked') ? 'Y' : 'N'
|
|
|
+ ,"msgStat" : $('#msgStat').is(':checked') ? 'Y' : 'N'
|
|
|
,"depositAmt" : depositAmt
|
|
|
}
|
|
|
|