|
@@ -115,7 +115,8 @@
|
|
|
<li class="aR">
|
|
<li class="aR">
|
|
|
<button type="button" id="btnExcelDown" class="btn btn-info btn-lg">엑셀다운로드</button>
|
|
<button type="button" id="btnExcelDown" class="btn btn-info btn-lg">엑셀다운로드</button>
|
|
|
<button type="button" id="btnInvoiceExcelUpLoad" class="btn btn-success btn-lg">송장엑셀업로드</button>
|
|
<button type="button" id="btnInvoiceExcelUpLoad" class="btn btn-success btn-lg">송장엑셀업로드</button>
|
|
|
- <button type="button" id="btnSave" class="btn btn-success btn-lg">저장</button>
|
|
|
|
|
|
|
+ <!--결제 완료만 조회되는데 배송 준비중에서 송장번호 등록되어야하므로 비노출-->
|
|
|
|
|
+ <!--<button type="button" id="btnSave" class="btn btn-success btn-lg">저장</button>-->
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
|
|
|
|
@@ -162,31 +163,32 @@ var columnDefs = [
|
|
|
{headerName: "주문자휴대전화", field:"ordPhnno", width:100, cellClass: 'text-center'},
|
|
{headerName: "주문자휴대전화", field:"ordPhnno", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "수령자명", field:"recipNm", width:100, cellClass: 'text-center'},
|
|
{headerName: "수령자명", field:"recipNm", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "수령자휴대전화", field:"recipPhnno", width:120, cellClass: 'text-center'},
|
|
{headerName: "수령자휴대전화", field:"recipPhnno", width:120, cellClass: 'text-center'},
|
|
|
- {headerName: "수령자우편번호", field:"recipZipNo", width:120, cellClass: 'text-center'},
|
|
|
|
|
|
|
+ {headerName: "수령자우편번호", field:"recipZipcode", width:120, cellClass: 'text-center'},
|
|
|
{headerName: "수령자기본주소", field:"recipBaseAddr", width:120, cellClass: 'text-center'},
|
|
{headerName: "수령자기본주소", field:"recipBaseAddr", width:120, cellClass: 'text-center'},
|
|
|
{headerName: "수령자상세주소", field:"recipDtlAddr", width:120, cellClass: 'text-center'},
|
|
{headerName: "수령자상세주소", field:"recipDtlAddr", width:120, cellClass: 'text-center'},
|
|
|
{headerName: "업체상품코드", field:"supplyGoodsCd", width:100, cellClass: 'text-center'},
|
|
{headerName: "업체상품코드", field:"supplyGoodsCd", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "상품코드", field:"goodsCd", 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:"ordQty", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "주문금액", field:"ordAmt", width:100, cellClass: 'text-center'},
|
|
{headerName: "주문금액", field:"ordAmt", width:100, cellClass: 'text-center'},
|
|
|
{headerName: "할인금액", field:"totDcAmt", width:100, cellClass: 'text-center'},
|
|
{headerName: "할인금액", field:"totDcAmt", width:100, cellClass: 'text-center'},
|
|
|
- {headerName: "실결제금액", field:"realOrdAmt", width:100, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "배송업체", field:"shipCompCd", width:150, cellClass: 'text-left'
|
|
|
|
|
|
|
+ {headerName: "실결제금액", field:"realOrdAmt", width:100, cellClass: 'text-center'}
|
|
|
|
|
+ /* 결제 완료만 조회되는데 배송 준비중에서 송장번호 등록되어야하므로 비노출
|
|
|
|
|
+ , {headerName: "배송업체", field:"shipCompCd", width:150, cellClass: 'text-left'
|
|
|
, editable : true
|
|
, editable : true
|
|
|
, cellEditor : 'agRichSelectCellEditor'
|
|
, cellEditor : 'agRichSelectCellEditor'
|
|
|
- , cellEditorParams : {
|
|
|
|
|
- values: gagaAgGrid.extractValues(shipCompanyList)
|
|
|
|
|
|
|
+ , cellEditorParams : {
|
|
|
|
|
+ values: gagaAgGrid.extractValues(shipCompanyList)
|
|
|
}
|
|
}
|
|
|
- , valueFormatter: function (params) {
|
|
|
|
|
- return gagaAgGrid.lookupValue(shipCompanyList, params.value);
|
|
|
|
|
|
|
+ , valueFormatter: function (params) {
|
|
|
|
|
+ return gagaAgGrid.lookupValue(shipCompanyList, params.value);
|
|
|
}
|
|
}
|
|
|
- , valueParser: function (params) {
|
|
|
|
|
- return gagaAgGrid.lookupKey(shipCompanyList, params.newValue);
|
|
|
|
|
|
|
+ , valueParser: function (params) {
|
|
|
|
|
+ return gagaAgGrid.lookupKey(shipCompanyList, params.newValue);
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "송장", field:"invoiceNo", width:150, cellClass: 'text-left', editable : true}
|
|
|
|
|
|
|
+ {headerName: "송장", field:"invoiceNo", width:150, cellClass: 'text-left', editable : true}*/
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
var gridOptions = gagaAgGrid.getGridOptions(columnDefs);
|
|
var gridOptions = gagaAgGrid.getGridOptions(columnDefs);
|