|
@@ -36,7 +36,6 @@
|
|
|
</div>
|
|
</div>
|
|
|
<!-- //TITLE -->
|
|
<!-- //TITLE -->
|
|
|
<div class="panelContent">
|
|
<div class="panelContent">
|
|
|
-
|
|
|
|
|
<table class="frmStyle">
|
|
<table class="frmStyle">
|
|
|
<colgroup>
|
|
<colgroup>
|
|
|
<col style="width:8%;"/>
|
|
<col style="width:8%;"/>
|
|
@@ -47,18 +46,8 @@
|
|
|
<col style="width:12%;"/>
|
|
<col style="width:12%;"/>
|
|
|
<col style="width:8%;"/>
|
|
<col style="width:8%;"/>
|
|
|
<col style="width:12%;"/>
|
|
<col style="width:12%;"/>
|
|
|
-
|
|
|
|
|
</colgroup>
|
|
</colgroup>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <!--
|
|
|
|
|
- <th>사이트</th>
|
|
|
|
|
- <td>
|
|
|
|
|
- <select name="siteCd" id="siteCd">
|
|
|
|
|
- <option value="">[전체]</option>
|
|
|
|
|
- <option th:if="${siteCdList}" th:each="oneData, status : ${siteCdList}" th:value="${oneData.cd}" th:text="${oneData.cdNm}"></option>
|
|
|
|
|
- </select>
|
|
|
|
|
- </td>
|
|
|
|
|
- -->
|
|
|
|
|
<th>몰구분</th>
|
|
<th>몰구분</th>
|
|
|
<td>
|
|
<td>
|
|
|
<select name="mallGb" style="width: 100px;">
|
|
<select name="mallGb" style="width: 100px;">
|
|
@@ -66,17 +55,15 @@
|
|
|
<option th:if="${mallGbList}" th:each="oneData, status : ${mallGbList}" th:value="${oneData.cd}" th:text="${oneData.cdNm}"></option>
|
|
<option th:if="${mallGbList}" th:each="oneData, status : ${mallGbList}" th:value="${oneData.cd}" th:text="${oneData.cdNm}"></option>
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
-
|
|
|
|
|
<th>업체/브랜드</th>
|
|
<th>업체/브랜드</th>
|
|
|
<td colspan="3">
|
|
<td colspan="3">
|
|
|
- <select name="supplyCompCd" id="supplyCompCd">
|
|
|
|
|
- <option value="">[전체]</option>
|
|
|
|
|
- <option th:if="${supplyCompList}" th:each="oneData, status : ${supplyCompList}" th:value="${oneData.cd}" th:text="${oneData.cdNm}"></option>
|
|
|
|
|
- </select>
|
|
|
|
|
- /
|
|
|
|
|
- <span id="multiBrand"></span>
|
|
|
|
|
|
|
+ <select name="supplyCompCd" id="supplyCompCd">
|
|
|
|
|
+ <option value="">[전체]</option>
|
|
|
|
|
+ <option th:if="${supplyCompList}" th:each="oneData, status : ${supplyCompList}" th:value="${oneData.cd}" th:text="${oneData.cdNm}"></option>
|
|
|
|
|
+ </select>
|
|
|
|
|
+ /
|
|
|
|
|
+ <span id="multiBrand"></span>
|
|
|
</td>
|
|
</td>
|
|
|
-
|
|
|
|
|
<th>주문상세상태</th>
|
|
<th>주문상세상태</th>
|
|
|
<td>
|
|
<td>
|
|
|
<div class="multiCheckBox" style="width:270px">
|
|
<div class="multiCheckBox" style="width:270px">
|
|
@@ -136,7 +123,6 @@
|
|
|
<option value="N">일반배송</option>
|
|
<option value="N">일반배송</option>
|
|
|
<option value="Y">총알배송</option>
|
|
<option value="Y">총알배송</option>
|
|
|
</select>
|
|
</select>
|
|
|
-
|
|
|
|
|
</td>
|
|
</td>
|
|
|
<th>출고처</th>
|
|
<th>출고처</th>
|
|
|
<td>
|
|
<td>
|
|
@@ -164,9 +150,24 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>고객ID</th>
|
|
<th>고객ID</th>
|
|
|
- <td colspan="8">
|
|
|
|
|
- <input type="text" class="w200" name="custId" placeholder="" maxlength="20" />
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <input type="text" name="custId" placeholder="" maxlength="20"/>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <th>제휴몰명</th>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <input type="hidden" name="vendorId" placeholder="" maxlength="20" th:value="${vendorId}"/>
|
|
|
|
|
+ <select name="extmallId">
|
|
|
|
|
+ <option value="">선택안함</option>
|
|
|
|
|
+ <option th:if="${extmallList}" th:each="oneData, status : ${extmallList}" th:value="${oneData.extmallId}" th:text="${'[' + oneData.extmallId + '] ' + oneData.extmallNm}"></option>
|
|
|
|
|
+ </select>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <th>제휴몰주문번호</th>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <input type="text" class="" name="extmallOrderId" placeholder="" maxlength="40" />
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <th>SKU-CODE</th>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <input type="text" class="" name="optCd" placeholder="" maxlength="40" />
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|
|
@@ -186,9 +187,6 @@
|
|
|
<div class="panelStyle">
|
|
<div class="panelStyle">
|
|
|
<ul class="panelBar">
|
|
<ul class="panelBar">
|
|
|
<li class="left">
|
|
<li class="left">
|
|
|
- <!-- <button type="button" id="btnSoldout" class="btn btn-danger btn-lg">품절처리</button> -->
|
|
|
|
|
- <!-- <button type="button" id="btnSave" class="btn btn-success btn-lg btnRight" onclick="deliveryInfoSave();">저장</button>
|
|
|
|
|
- <button type="button" id="btnWith" class="btn btn-success btn-lg btnRight">T</button> -->
|
|
|
|
|
</li>
|
|
</li>
|
|
|
<li class="right">
|
|
<li class="right">
|
|
|
검색결과 : <strong><span id="gridRowTotalCount">0</span> 건</strong>
|
|
검색결과 : <strong><span id="gridRowTotalCount">0</span> 건</strong>
|
|
@@ -221,26 +219,15 @@
|
|
|
/*************************************************************************
|
|
/*************************************************************************
|
|
|
* AG-GRID 영역
|
|
* AG-GRID 영역
|
|
|
**************************************************************************/
|
|
**************************************************************************/
|
|
|
- var shipCompanyList = gagajf.convertToArray([[${shipCompanyList}]]);
|
|
|
|
|
|
|
+ var shipCompanyList = gagajf.convertToArray([[${shipCompanyList}]]);
|
|
|
var roleCd = [[${sessionInfo.roleCd}]];
|
|
var roleCd = [[${sessionInfo.roleCd}]];
|
|
|
var currOrdNo = 0;
|
|
var currOrdNo = 0;
|
|
|
var columnDefs = [
|
|
var columnDefs = [
|
|
|
- /*
|
|
|
|
|
- {
|
|
|
|
|
- headerName: "결품",
|
|
|
|
|
- field: "soldout",
|
|
|
|
|
- width: 50,
|
|
|
|
|
- cellClass: 'text-center',
|
|
|
|
|
- headerCheckboxSelection: true,
|
|
|
|
|
- headerCheckboxSelectionFilteredOnly: true
|
|
|
|
|
- ,
|
|
|
|
|
- checkboxSelection: function (params) {
|
|
|
|
|
- return (params.data.ordDtlStat == 'G013_20') ? true : false;
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- */
|
|
|
|
|
- {headerName: "지연일", field: "delvDelayDays", width: 70, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "주문번호", field: "ordNo", width: 95, cellClass: 'text-center',
|
|
|
|
|
|
|
+ {headerName: "지연일", field: "delvDelayDays", width: 70, cellClass: 'text-center', hide: true},
|
|
|
|
|
+ {headerName: "몰구분", field: "mallGbNm", width: 70, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "제휴몰명", field: "extmallNm", width: 120, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "제휴몰주문번호", field: "extmallOrderId", width: 140, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "주문번호", field: "ordNo", width: 95, cellClass: 'text-center',
|
|
|
cellRenderer: function (params) {
|
|
cellRenderer: function (params) {
|
|
|
if (roleCd.indexOf("C") < 0) {
|
|
if (roleCd.indexOf("C") < 0) {
|
|
|
return "<a href=\"javascript:void(0);\" onclick=\"fnOrderDetailPopup('" + params.data.ordNo + "');\">" + params.data.ordNo + "</a>";
|
|
return "<a href=\"javascript:void(0);\" onclick=\"fnOrderDetailPopup('" + params.data.ordNo + "');\">" + params.data.ordNo + "</a>";
|
|
@@ -249,9 +236,9 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "주문상세번호", field: "ordDtlNo", width: 90, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "주문상세상태", field: "ordDtlStatNm", width: 120, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "주문교환", field: "ordExchGb", width: 80, cellClass: 'text-center',
|
|
|
|
|
|
|
+ {headerName: "주문상세번호", field: "ordDtlNo", width: 90, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "주문상세상태", field: "ordDtlStatNm", width: 120, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "주문교환", field: "ordExchGb", width: 80, cellClass: 'text-center',
|
|
|
cellRenderer: function (params) {
|
|
cellRenderer: function (params) {
|
|
|
if (params.value == "Y") {
|
|
if (params.value == "Y") {
|
|
|
return "교환";
|
|
return "교환";
|
|
@@ -260,21 +247,18 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- // {headerName: "사이트", field: "siteNm", width: 120, cellClass: 'text-center'},
|
|
|
|
|
- // {headerName: "판매몰", field: "sellStoreNm", width: 150, cellClass: 'text-left'},
|
|
|
|
|
- {headerName: "판매몰명", field: "extmallNm", width: 150, cellClass: 'text-left'},
|
|
|
|
|
- {headerName: "주문일시", field: "ordDt", width: 150, cellClass: 'text-center',
|
|
|
|
|
|
|
+ {headerName: "판매몰명", field: "siteNm", width: 120, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "주문일시", field: "ordDt", width: 150, cellClass: 'text-center',
|
|
|
cellRenderer: function (params) {
|
|
cellRenderer: function (params) {
|
|
|
return !gagajf.isNull(params.value) ? gagaAgGrid.toDateTimeFormat(params.value) : '';
|
|
return !gagajf.isNull(params.value) ? gagaAgGrid.toDateTimeFormat(params.value) : '';
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "결제일시", field: "ordDt", width: 150, cellClass: 'text-center',
|
|
|
|
|
|
|
+ {headerName: "결제일시", field: "payDt", width: 150, cellClass: 'text-center',
|
|
|
cellRenderer: function (params) {
|
|
cellRenderer: function (params) {
|
|
|
return !gagajf.isNull(params.value) ? gagaAgGrid.toDateTimeFormat(params.value) : '';
|
|
return !gagajf.isNull(params.value) ? gagaAgGrid.toDateTimeFormat(params.value) : '';
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "몰구분", field: "mallGbNm", width: 70, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "주문자", field: "maskingOrdNm", width: 100, cellClass: 'text-center',
|
|
|
|
|
|
|
+ {headerName: "주문자", field: "maskingOrdNm", width: 100, cellClass: 'text-center',
|
|
|
cellRenderer: function (params) {
|
|
cellRenderer: function (params) {
|
|
|
if (roleCd.indexOf("C") < 0 && !gagajf.isNull(params.value) && params.data.mallGb === 'G011_10' && params.data.custNo > 0) {
|
|
if (roleCd.indexOf("C") < 0 && !gagajf.isNull(params.value) && params.data.mallGb === 'G011_10' && params.data.custNo > 0) {
|
|
|
return '<a href="javascript:void(0);" onclick=\"cfnOpenCustDetailPopup(' + params.data.custNo + ');\">' + params.data.maskingOrdNm + '</a>';
|
|
return '<a href="javascript:void(0);" onclick=\"cfnOpenCustDetailPopup(' + params.data.custNo + ');\">' + params.data.maskingOrdNm + '</a>';
|
|
@@ -283,19 +267,19 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "고객ID", field: "custId", width: 100, cellClass: 'text-center'},
|
|
|
|
|
|
|
+ {headerName: "고객ID", field: "custId", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "휴대번호", field: "maskingOrdPhnno", width: 100, cellClass: 'text-center',
|
|
{headerName: "휴대번호", field: "maskingOrdPhnno", width: 100, cellClass: 'text-center',
|
|
|
valueGetter: function (params) { return params.data.maskingOrdPhnno; }
|
|
valueGetter: function (params) { return params.data.maskingOrdPhnno; }
|
|
|
},
|
|
},
|
|
|
- {headerName: "LMS", field: "maskingOrdPhnno", width: 80, cellClass: "text-center",
|
|
|
|
|
|
|
+ {headerName: "LMS", field: "maskingOrdPhnno", width: 80, cellClass: "text-center",
|
|
|
cellRenderer: function(params) {
|
|
cellRenderer: function(params) {
|
|
|
return '<button type="button" class="btn btn-base btn-sm" onclick="fnLms(\'' + params.data.ordPhnno + '\',\'' + params.data.custNo + '\');"> LMS </button>';
|
|
return '<button type="button" class="btn btn-base btn-sm" onclick="fnLms(\'' + params.data.ordPhnno + '\',\'' + params.data.custNo + '\');"> LMS </button>';
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{headerName: "수령인", field: "maskingRecipNm", width: 100, cellClass: 'text-center'},
|
|
{headerName: "수령인", field: "maskingRecipNm", width: 100, cellClass: 'text-center'},
|
|
|
- {headerName: "공급업체", field: "supplyCompNm", width: 150, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "브랜드", field: "brandNm", width: 150, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "상품코드", field: "goodsCd", width: 120, cellClass: 'text-center',
|
|
|
|
|
|
|
+ {headerName: "공급업체", field: "supplyCompNm", width: 150, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "브랜드", field: "brandNm", width: 150, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "상품코드", field: "goodsCd", width: 120, cellClass: 'text-center',
|
|
|
cellRenderer: function (params) {
|
|
cellRenderer: function (params) {
|
|
|
if (roleCd.indexOf("C") < 0) {
|
|
if (roleCd.indexOf("C") < 0) {
|
|
|
return "<a href=\"javascript:void(0);\" onclick=\"cfnOpenGoodsDetailPopup('U','" + params.value + "');\">" + params.value + "</a>";
|
|
return "<a href=\"javascript:void(0);\" onclick=\"cfnOpenGoodsDetailPopup('U','" + params.value + "');\">" + params.value + "</a>";
|
|
@@ -304,7 +288,7 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "구성유형", field: "goodsTypeNm", width: 130, cellClass: 'text-center',
|
|
|
|
|
|
|
+ {headerName: "구성유형", field: "goodsTypeNm", width: 130, cellClass: 'text-center',
|
|
|
cellRenderer: function (params) {
|
|
cellRenderer: function (params) {
|
|
|
var option;
|
|
var option;
|
|
|
if (params.data.goodsType == 'G056_S') {
|
|
if (params.data.goodsType == 'G056_S') {
|
|
@@ -315,29 +299,29 @@
|
|
|
return option;
|
|
return option;
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "상품명", field: "goodsNm", width: 280, cellClass: 'text-left'},
|
|
|
|
|
- {headerName: "옵션코드", field: "optCd", width: 100, cellClass: 'text-left'},
|
|
|
|
|
- {headerName: "옵션코드1", field: "optCd1", width: 100, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "옵션코드2", field: "optCd2", width: 100, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "주문수량", field: "ordQty", width: 80, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "취소수량", field: "cnclRtnQty", width: 80, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "판매수량", field: "saleQty", width: 80, cellClass: 'text-right'},
|
|
|
|
|
- {headerName: "판매금액", field: "saleAmt", width: 100, cellClass: 'text-right'
|
|
|
|
|
|
|
+ {headerName: "상품명", field: "goodsNm", width: 280, cellClass: 'text-left'},
|
|
|
|
|
+ {headerName: "옵션코드", field: "optCd", width: 100, cellClass: 'text-left'},
|
|
|
|
|
+ {headerName: "옵션코드1", field: "optCd1", width: 100, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "옵션코드2", field: "optCd2", width: 100, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "주문수량", field: "ordQty", width: 80, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "취소수량", field: "cnclRtnQty", width: 80, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "판매수량", field: "saleQty", width: 80, cellClass: 'text-right'},
|
|
|
|
|
+ {headerName: "판매금액", field: "saleAmt", width: 100, cellClass: 'text-right'
|
|
|
, valueFormatter: function (params) {
|
|
, valueFormatter: function (params) {
|
|
|
return params.value.addComma();
|
|
return params.value.addComma();
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "실결제금액", field: "realOrdAmt", width: 100, cellClass: 'text-right'
|
|
|
|
|
|
|
+ {headerName: "실결제금액", field: "realOrdAmt", width: 100, cellClass: 'text-right'
|
|
|
, valueFormatter: function (params) {
|
|
, valueFormatter: function (params) {
|
|
|
return params.value.addComma();
|
|
return params.value.addComma();
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "출고유형", field: "shotDelvYn", width: 80, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "출고처", field: "delvLocNm", width: 100, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "출고택배사", field: "shipCompCd", width: 170, cellClass: 'text-center'
|
|
|
|
|
|
|
+ {headerName: "출고유형", field: "shotDelvYn", width: 80, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "출고처", field: "delvLocNm", width: 100, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "출고택배사", field: "shipCompCd", width: 170, cellClass: 'text-center'
|
|
|
, valueGetter: function (params) { return gagaAgGrid.lookupValue(shipCompanyList, params.data.shipCompCd); }
|
|
, valueGetter: function (params) { return gagaAgGrid.lookupValue(shipCompanyList, params.data.shipCompCd); }
|
|
|
},
|
|
},
|
|
|
- {headerName: "배송추적", field: "invcTracking", width: 80, cellClass: 'text-center',
|
|
|
|
|
|
|
+ {headerName: "배송추적", field: "invcTracking", width: 80, cellClass: 'text-center',
|
|
|
cellRenderer: function (params) {
|
|
cellRenderer: function (params) {
|
|
|
if (params.value == "Y") {
|
|
if (params.value == "Y") {
|
|
|
return "요청";
|
|
return "요청";
|
|
@@ -346,8 +330,8 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "출고송장", field: "invoiceNo", width: 150, cellClass: 'text-left'},
|
|
|
|
|
- {headerName: "송장등록수정", field: "invoiceNo", width: 120, cellClass: 'text-center'
|
|
|
|
|
|
|
+ {headerName: "출고송장", field: "invoiceNo", width: 150, cellClass: 'text-left'},
|
|
|
|
|
+ {headerName: "송장등록수정", field: "invoiceNo", width: 120, cellClass: 'text-center'
|
|
|
, cellRenderer : function (params) {
|
|
, cellRenderer : function (params) {
|
|
|
var buttonTag = '';
|
|
var buttonTag = '';
|
|
|
if (params.data.ordDtlStat == 'G013_30' || params.data.ordDtlStat == 'G013_40' || params.data.ordDtlStat == 'G013_50' || params.data.ordDtlStat == 'G013_55') {
|
|
if (params.data.ordDtlStat == 'G013_30' || params.data.ordDtlStat == 'G013_40' || params.data.ordDtlStat == 'G013_50' || params.data.ordDtlStat == 'G013_55') {
|
|
@@ -357,25 +341,22 @@
|
|
|
return buttonTag;
|
|
return buttonTag;
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "배송완료처리", field: "ordDtlStat", width: 120, cellClass: 'text-center'
|
|
|
|
|
|
|
+ {headerName: "배송완료처리", field: "ordDtlStat", width: 120, cellClass: 'text-center'
|
|
|
, cellRenderer: function(params) {
|
|
, cellRenderer: function(params) {
|
|
|
var buttonTag = '';
|
|
var buttonTag = '';
|
|
|
if (params.value == 'G013_50' || params.value == 'G013_55' ) {
|
|
if (params.value == 'G013_50' || params.value == 'G013_55' ) {
|
|
|
buttonTag = '<button type="button"class="btn btn-success" onClick="deliveryComplete(\''+params.data.ordNo+ '\' , \''+params.data.ordDtlNo+'\' , \'' + params.data.ordDtlStat + '\');">배송완료</button>';
|
|
buttonTag = '<button type="button"class="btn btn-success" onClick="deliveryComplete(\''+params.data.ordNo+ '\' , \''+params.data.ordDtlNo+'\' , \'' + params.data.ordDtlStat + '\');">배송완료</button>';
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
return buttonTag;
|
|
return buttonTag;
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "제휴몰주문번호", field: "extmallOrderId",width: 150, cellClass: 'text-left'},
|
|
|
|
|
- {headerName: "샵링커주문번호", field: "agentOrderId", width: 150, cellClass: 'text-left'},
|
|
|
|
|
- {headerName: "배송메모", field: "delvMemo", width: 200, cellClass: 'text-left'},
|
|
|
|
|
- {headerName: "우편번호", field: "recipZipcode", width: 80, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "기본주소", field: "recipBaseAddr", width: 200, cellClass: 'text-left'},
|
|
|
|
|
- {headerName: "상세주소", field: "maskingRecipDtlAddr", width: 200, cellClass: 'text-left'},
|
|
|
|
|
- {headerName: "product_no", field: "productNo", width: 100, cellClass: 'text-center'},
|
|
|
|
|
- {headerName: "product_code",field: "productCode", width: 100, cellClass: 'text-center'}
|
|
|
|
|
-
|
|
|
|
|
|
|
+ {headerName: "샵링커주문번호", field: "agentOrderId", width: 150, cellClass: 'text-left'},
|
|
|
|
|
+ {headerName: "배송메모", field: "delvMemo", width: 200, cellClass: 'text-left'},
|
|
|
|
|
+ {headerName: "우편번호", field: "recipZipcode", width: 80, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "기본주소", field: "recipBaseAddr", width: 200, cellClass: 'text-left'},
|
|
|
|
|
+ {headerName: "상세주소", field: "maskingRecipDtlAddr", width: 200, cellClass: 'text-left'},
|
|
|
|
|
+ {headerName: "product_no", field: "productNo", width: 100, cellClass: 'text-center'},
|
|
|
|
|
+ {headerName: "product_code",field: "productCode", width: 100, cellClass: 'text-center'}
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
//Get GridOptions
|
|
//Get GridOptions
|