|
|
@@ -108,7 +108,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="panelStyle">
|
|
|
+ <!--<div class="panelStyle">
|
|
|
<ul class="panelBar">
|
|
|
<li>
|
|
|
<button type="button" class="btn btn-info btn-lg" onclick="cfnDownloadSampleFile('SF020');">입점송장번호등록다운로드</button>
|
|
|
@@ -123,7 +123,7 @@
|
|
|
<div class="panelContent" style="overflow: hidden;">
|
|
|
<div id="gridList" style="width: 100%; height: 600px;" class="ag-theme-balham lh30"></div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
|
|
|
<!-- //리스트 영역 -->
|
|
|
<label class="off">
|
|
|
@@ -169,19 +169,14 @@ var columnDefs = [
|
|
|
{headerName: "수령자상세주소", field:"recipDtlAddr", width:120, cellClass: 'text-center'},
|
|
|
{headerName: "업체상품코드", field:"supplyGoodsCd", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "상품코드", field:"goodsCd", width:100, cellClass: 'text-center'},
|
|
|
- {headerName: "상품명", field:"goodsNm", width:100, cellClass: 'text-center'},
|
|
|
- {headerName: "사이즈", field:"optCd2", width:100, cellClass: 'text-center'},
|
|
|
+ {headerName: "상품명", field:"goodsNm", width:100, cellClass: 'text-center'},
|
|
|
+ {headerName: "사이즈", field:"optCd2", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "주문수량", field:"ordQty", width:100, cellClass: 'text-center'},
|
|
|
+ {headerName: "취소수량", field:"cnclRtnQty", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "주문금액", field:"ordAmt", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "할인금액", field:"totDcAmt", width:100, cellClass: 'text-center'},
|
|
|
- {headerName: "실결제금액", field:"realOrdAmt", width:100, cellClass: 'text-center'},
|
|
|
+ {headerName: "실결제금액", field:"realOrdAmt", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "배송업체", field:"shipCompCd", width:150, cellClass: 'text-left'
|
|
|
- , editable : true
|
|
|
- , cellEditor : 'agRichSelectCellEditor'
|
|
|
- , cellStyle : {color: '#fffff', 'background-color': '#aaaaff'}
|
|
|
- , cellEditorParams : {
|
|
|
- values: gagaAgGrid.extractValues(shipCompanyList)
|
|
|
- }
|
|
|
, valueFormatter: function (params) {
|
|
|
return gagaAgGrid.lookupValue(shipCompanyList, params.value);
|
|
|
}
|
|
|
@@ -189,8 +184,7 @@ var columnDefs = [
|
|
|
return gagaAgGrid.lookupKey(shipCompanyList, params.newValue);
|
|
|
}
|
|
|
},
|
|
|
- {headerName: "송장", field:"invoiceNo", width:150, cellClass: 'text-left', editable : true
|
|
|
- , cellStyle : {color: '#fffff', 'background-color': '#aaaaff'} }
|
|
|
+ {headerName: "송장", field:"invoiceNo", width:150, cellClass: 'text-left'}
|
|
|
];
|
|
|
|
|
|
var gridOptions = gagaAgGrid.getGridOptions(columnDefs);
|