|
@@ -69,8 +69,8 @@
|
|
|
|
|
|
|
|
<th>업체/브랜드<em class="required" title="필수"></em></th>
|
|
<th>업체/브랜드<em class="required" title="필수"></em></th>
|
|
|
<td colspan="3">
|
|
<td colspan="3">
|
|
|
- <label class="rdoBtn"><input type="radio" name="selfYn" id="selfYnY" value="Y" checked/>자사</label>
|
|
|
|
|
- <label class="rdoBtn"><input type="radio" name="selfYn" id="selfYnN" value="N"/>입점</label>
|
|
|
|
|
|
|
+ <label class="rdoBtn"><input type="radio" name="selfYn" id="selfYnY" value="Y" >자사</label>
|
|
|
|
|
+ <label class="rdoBtn"><input type="radio" name="selfYn" id="selfYnN" value="N" >입점</label>
|
|
|
<select name="supplyCompCd" id="supplyCompCd">
|
|
<select name="supplyCompCd" id="supplyCompCd">
|
|
|
<option value="" th:if="${sessionInfo.roleCd} != 'G001_B000'">[전체]</option>
|
|
<option value="" th:if="${sessionInfo.roleCd} != 'G001_B000'">[전체]</option>
|
|
|
<option th:if="${supplyCompList}" th:each="oneData, status : ${supplyCompList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
<option th:if="${supplyCompList}" th:each="oneData, status : ${supplyCompList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
@@ -281,13 +281,14 @@
|
|
|
{headerName: "몰구분", field: "mallGbNm", width: 70, cellClass: 'text-center'},
|
|
{headerName: "몰구분", field: "mallGbNm", width: 70, cellClass: 'text-center'},
|
|
|
{headerName: "주문자", field: "ordNm", width: 100, cellClass: 'text-center',
|
|
{headerName: "주문자", field: "ordNm", 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') {
|
|
|
|
|
|
|
+ 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.ordNm + '</a>';
|
|
return '<a href="javascript:void(0);" onclick=\"cfnOpenCustDetailPopup(' + params.data.custNo + ');\">' + params.data.ordNm + '</a>';
|
|
|
} else {
|
|
} else {
|
|
|
return params.data.ordNm;
|
|
return params.data.ordNm;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ {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: "supplyCompNm", width: 150, cellClass: 'text-center'},
|
|
{headerName: "공급업체", field: "supplyCompNm", width: 150, cellClass: 'text-center'},
|
|
|
{headerName: "브랜드", field: "supplyCompNm", width: 150, cellClass: 'text-center'},
|
|
{headerName: "브랜드", field: "supplyCompNm", width: 150, cellClass: 'text-center'},
|
|
@@ -333,6 +334,7 @@
|
|
|
{headerName: "출고택배사", field: "shipCompCd", width: 170, 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: "invoiceNo", width: 150, cellClass: 'text-left'},
|
|
{headerName: "출고송장", field: "invoiceNo", width: 150, cellClass: 'text-left'},
|
|
|
{headerName: "송장등록수정", field: "invoiceNo", width: 120, cellClass: 'text-center'
|
|
{headerName: "송장등록수정", field: "invoiceNo", width: 120, cellClass: 'text-center'
|
|
|
, cellRenderer : function (params) {
|
|
, cellRenderer : function (params) {
|
|
@@ -591,7 +593,8 @@
|
|
|
$(".btnToday").trigger('click');
|
|
$(".btnToday").trigger('click');
|
|
|
$('#searchForm select[name=mallGb]').trigger('change');
|
|
$('#searchForm select[name=mallGb]').trigger('change');
|
|
|
$("#searchForm input[name=selfYn]").trigger('click');
|
|
$("#searchForm input[name=selfYn]").trigger('click');
|
|
|
- //uifnFitGrid('auto'); // TO-BE 지워야됨
|
|
|
|
|
|
|
+ $("#searchForm input[name='selfYn']:radio[value='Y']").prop('checked',true);
|
|
|
|
|
+
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
/*]]>*/
|
|
/*]]>*/
|