|
|
@@ -163,10 +163,11 @@
|
|
|
{headerName: "No", width: 50, cellClass: 'text-center',
|
|
|
valueGetter: function(params) { return cfnGridNumner('searchForm',params.node.rowIndex, 'A');}
|
|
|
},
|
|
|
- {headerName: "IF결과", field: "apiResult", width: 100, cellClass: 'text-center',
|
|
|
+ {headerName: "IF결과", field: "apiResult", width: 90, cellClass: 'text-center',
|
|
|
valueFormatter: function (params) { return gagaAgGrid.lookupValue(procGbValue, params.value); }
|
|
|
},
|
|
|
- {headerName: "전송결과메세지", field: "apiMessage", width: 250, cellClass: 'text-center'},
|
|
|
+ {headerName: "전송결과메세지", field: "apiMessage", width: 180, cellClass: 'text-left'},
|
|
|
+ {headerName: "쇼핑몰명", field: "extmallNm", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "샵링커주문번호", field: "agentOrderId", width: 130, cellClass: 'text-center'},
|
|
|
{headerName: "쇼핑몰주문번호", field: "extmallOrderId", width: 130, cellClass: 'text-center'},
|
|
|
{
|
|
|
@@ -184,12 +185,12 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- {headerName: "주문상세번호", field: "ordDtlNo", width: 120, cellClass: 'text-center'},
|
|
|
+ {headerName: "주문상세번호", field: "ordDtlNo", width: 110, cellClass: 'text-center'},
|
|
|
{headerName: "주문상세상태", field: "ordDtlStatNm", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "주문자명", field: "orderName", width: 90, cellClass: 'text-center'},
|
|
|
{headerName: "주문자연락처", field: "orderCel", width: 120, cellClass: 'text-center'},
|
|
|
- {headerName: "배송업체", field: "shipCompNm", width: 150, cellClass: 'text-center'},
|
|
|
- {headerName: "송장번호", field: "deliveryInvoice", width: 130, cellClass: 'text-center'},
|
|
|
+ {headerName: "배송업체", field: "shipCompNm", width: 100, cellClass: 'text-center'},
|
|
|
+ {headerName: "송장번호", field: "deliveryInvoice", width: 120, cellClass: 'text-center'},
|
|
|
{headerName: "배송시작일자", field: "delvStdt", width: 140, cellClass: 'text-center'},
|
|
|
{headerName: "전송일시", field: "regDt", width: 140, cellClass: 'text-center'}
|
|
|
/*{headerName: "xml", field: "xmlTxt", width: 100, cellClass: 'text-center', editable: true,
|