|
|
@@ -171,16 +171,14 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- {headerName: "회수송장번호", field: "wdInvoiceNo", width: 100, cellClass: 'text-center'},
|
|
|
+ {headerName: "회수송장번호", field: "wdInvoiceNo", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "보내는사람", field: "maskingSenderNm", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "보낸연락처", field: "maskingSenderPhnno", width: 120, cellClass: 'text-center'},
|
|
|
{headerName: "주문자명", field: "maskingOrdNm", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "주문자연락처", field: "maskingOrdPhnno", width: 120, cellClass: 'text-center'},
|
|
|
-
|
|
|
- {headerName: "제휴사", field: "extmallId", width: 120, cellClass: 'text-left'},
|
|
|
+ {headerName: "제휴사명", field: "extmallNm", width: 120, cellClass: 'text-left'},
|
|
|
+ {headerName: "제휴사코드", field: "extmallId", width: 120, cellClass: 'text-center'},
|
|
|
{headerName: "제휴몰 주문번호", field: "extmallOrderId", width: 120, cellClass: 'text-center'},
|
|
|
-
|
|
|
-
|
|
|
{headerName: "도착일", field: "arrivalDt", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "환불확정일", field: "completeDt", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "WMS회수메모", field: "wdMemo", width: 200, cellClass: 'text-left'},
|
|
|
@@ -221,6 +219,7 @@
|
|
|
* 조회 버튼 클릭 시
|
|
|
**************************************************************************/
|
|
|
$('#btnSearch').on('click', function() {
|
|
|
+ $("#searchForm input[name=pageNo]").val('1');
|
|
|
fnSearch();
|
|
|
});
|
|
|
|
|
|
@@ -259,6 +258,12 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
+ // 페이징
|
|
|
+ $('#searchForm select[name=pageSize]').on('change', function() {
|
|
|
+ $("#searchForm input[name=pageNo]").val('1');
|
|
|
+ fnSearch();
|
|
|
+ });
|
|
|
+
|
|
|
/*************************************************************************
|
|
|
* cell Click
|
|
|
**************************************************************************/
|