|
@@ -65,8 +65,8 @@
|
|
|
<td>
|
|
<td>
|
|
|
<select name="chgGb"class="w100">
|
|
<select name="chgGb"class="w100">
|
|
|
<option value=""> 전체 </option>
|
|
<option value=""> 전체 </option>
|
|
|
- <option value="G680_30"> 반품 </option>
|
|
|
|
|
- <option value="G680_40"> 교환 </option>
|
|
|
|
|
|
|
+ <option value="G680_30"> 반품요청 </option>
|
|
|
|
|
+ <option value="G680_40"> 교환요청 </option>
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
<th>진행상태</th>
|
|
<th>진행상태</th>
|
|
@@ -96,7 +96,7 @@
|
|
|
|
|
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
- <th>회수상태</th>
|
|
|
|
|
|
|
+ <th>CJ회수상태</th>
|
|
|
<td colspan="3">
|
|
<td colspan="3">
|
|
|
<select name="wdShipState" class="w100">
|
|
<select name="wdShipState" class="w100">
|
|
|
<option value="">전체</option>
|
|
<option value="">전체</option>
|
|
@@ -210,7 +210,7 @@
|
|
|
return retStr;
|
|
return retStr;
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "회수상태", field: "wdShipStateNm", width: 120, cellClass: "text-center"},
|
|
|
|
|
|
|
+ {headerName: "CJ회수상태", field: "wdShipStateNm", width: 120, cellClass: "text-center"},
|
|
|
{headerName: "회수상태수신일시", field: "wdStateDt", width: 120, cellClass: "text-center"},
|
|
{headerName: "회수상태수신일시", field: "wdStateDt", width: 120, cellClass: "text-center"},
|
|
|
{headerName: "미회수사유", field: "wdReasonCdNm", width: 100, cellClass: "text-center"},
|
|
{headerName: "미회수사유", field: "wdReasonCdNm", width: 100, cellClass: "text-center"},
|
|
|
{headerName: "재회수지시", field: "wdShipState", width: 100, cellClass: 'text-center',
|
|
{headerName: "재회수지시", field: "wdShipState", width: 100, cellClass: 'text-center',
|
|
@@ -425,10 +425,10 @@
|
|
|
**************************************************************************/
|
|
**************************************************************************/
|
|
|
var fnLms = function(chgerPhnno, custNo){
|
|
var fnLms = function(chgerPhnno, custNo){
|
|
|
let param = {};
|
|
let param = {};
|
|
|
- param.elementCellPhnno = chgerPhnno; //'010-4016-1558'; //'#custInfoForm input[name=cellPhnno]';
|
|
|
|
|
- param.elementCustNo = custNo; //'100025';// '#custInfoForm input[name=custNo]';
|
|
|
|
|
|
|
+ param.elementCellPhnno = chgerPhnno;
|
|
|
|
|
+ param.elementCustNo = custNo;
|
|
|
param.pageGb = 'delv';
|
|
param.pageGb = 'delv';
|
|
|
- cfnOpenLmsPopup(param);
|
|
|
|
|
|
|
+ cfnOpenLmsPopup2(param);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
/*************************************************************************
|