|
@@ -945,7 +945,7 @@ var columnDefsOrderChangeInfo = [
|
|
|
{
|
|
{
|
|
|
headerName : "요청번호"
|
|
headerName : "요청번호"
|
|
|
, field : "ordChgSq"
|
|
, field : "ordChgSq"
|
|
|
- , width : 100
|
|
|
|
|
|
|
+ , width : 80
|
|
|
, cellClass : 'text-center'
|
|
, cellClass : 'text-center'
|
|
|
, cellRenderer : function(params) {
|
|
, cellRenderer : function(params) {
|
|
|
var rtnStr = "";
|
|
var rtnStr = "";
|
|
@@ -1003,6 +1003,8 @@ var columnDefsOrderChangeInfo = [
|
|
|
return rtnStr;
|
|
return rtnStr;
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ {headerName: "접수자" , field: "regNm" , width: 250 , cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "요청구분" , field: "chgGbNm" , width: 80 , cellClass: 'text-center'},
|
|
|
{headerName: "요청상태" , field: "chgStatNm" , width: 100 , cellClass: 'text-center'},
|
|
{headerName: "요청상태" , field: "chgStatNm" , width: 100 , cellClass: 'text-center'},
|
|
|
{headerName: "상품코드" , field: "goodsCd" , width: 100 , cellClass: 'text-center'},
|
|
{headerName: "상품코드" , field: "goodsCd" , width: 100 , cellClass: 'text-center'},
|
|
|
{headerName: "상품타입" , field: "goodsTypeNm" , width: 100, cellClass: 'text-center',
|
|
{headerName: "상품타입" , field: "goodsTypeNm" , width: 100, cellClass: 'text-center',
|
|
@@ -1017,18 +1019,18 @@ var columnDefsOrderChangeInfo = [
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{headerName: "SKUCODE" , field: "optCd" , width: 100 , cellClass: 'text-center'},
|
|
{headerName: "SKUCODE" , field: "optCd" , width: 100 , cellClass: 'text-center'},
|
|
|
- {headerName: "옵션1" , field: "optCd1" , width: 100 , cellClass: 'text-center', hide : true},
|
|
|
|
|
- {headerName: "옵션2" , field: "optCd2" , width: 100 , cellClass: 'text-center', hide : true},
|
|
|
|
|
- {headerName: "수량" , field: "chgQty" , width: 100 , cellClass: 'text-center'},
|
|
|
|
|
- {
|
|
|
|
|
- headerName : "요청일자"
|
|
|
|
|
- , field : "regDt"
|
|
|
|
|
- , width : 150
|
|
|
|
|
- , cellClass : 'text-center'
|
|
|
|
|
- , cellRenderer : function(params) {
|
|
|
|
|
- return !gagajf.isNull(params.value) ? params.value.toDate("YYYYMMDDHHmm").format("YYYY-MM-DD HH:mm") : '';
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ {headerName: "옵션1" , field: "optCd1" , width: 100 , cellClass: 'text-center', hide : true},
|
|
|
|
|
+ {headerName: "옵션2" , field: "optCd2" , width: 100 , cellClass: 'text-center', hide : true},
|
|
|
|
|
+ {headerName: "수량" , field: "chgQty" , width: 80 , cellClass: 'text-center'},
|
|
|
|
|
+// {
|
|
|
|
|
+// headerName : "요청일자"
|
|
|
|
|
+// , field : "regDt"
|
|
|
|
|
+// , width : 150
|
|
|
|
|
+// , cellClass : 'text-center'
|
|
|
|
|
+// , cellRenderer : function(params) {
|
|
|
|
|
+// return !gagajf.isNull(params.value) ? params.value.toDate("YYYYMMDDHHmm").format("YYYY-MM-DD HH:mm") : '';
|
|
|
|
|
+// }
|
|
|
|
|
+// },
|
|
|
{headerName: "변경사유" , field: "chgReasonNm" , width: 100 , cellClass: 'text-center'},
|
|
{headerName: "변경사유" , field: "chgReasonNm" , width: 100 , cellClass: 'text-center'},
|
|
|
{
|
|
{
|
|
|
headerName: "회수구분", field: "wdGb", width: 100, cellClass: 'text-center',
|
|
headerName: "회수구분", field: "wdGb", width: 100, cellClass: 'text-center',
|