|
|
@@ -192,9 +192,6 @@
|
|
|
<select name="searchDateGb">
|
|
|
<option value="ordDt">주문일자</option>
|
|
|
<option value="delvStdt">출고일자</option>
|
|
|
- <option value="cnclReqDt">@취소요청일자</option>
|
|
|
- <option value="changReqDt">@교환요청일자</option>
|
|
|
- <option value="rtnReqDt">@반품요청일자</option>
|
|
|
<option value="soldoutDt">품절일자</option>
|
|
|
</select>
|
|
|
<span id="terms"></span>
|
|
|
@@ -400,21 +397,7 @@ var columnDefsOrderList = [
|
|
|
{headerName: "상품코드" , field: "goodsCd" , width: 100 , cellClass: 'text-center' , sortable: true},
|
|
|
{headerName: "브랜드" , field: "brandEnm" , width: 100 , cellClass: 'text-center' , sortable: true},
|
|
|
{headerName: "구성유형" , field: "goodsTypeNm" , width: 100 , cellClass: 'text-center' , sortable: true},
|
|
|
- {
|
|
|
- headerName : "상품명"
|
|
|
- , field : 'goodsNm'
|
|
|
- , width : 200
|
|
|
- , cellClass : 'text-center'
|
|
|
- , sortable : true
|
|
|
- , cellRenderer : function (params) {
|
|
|
- var roleCd = [[${sessionInfo.roleCd}]];
|
|
|
- if (!roleCd.startsWith("C")) {
|
|
|
- return "<a href=\"javascript:void(0);\" onclick=\"fnOpenOrderDetailPopup('" + params.value + "');\">" + params.value + "</a>";
|
|
|
- } else {
|
|
|
- return params.value;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ {headerName: "상품명" , field: "goodsNm" , width: 200 , cellClass: 'text-center' , sortable: true}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
@@ -567,36 +550,36 @@ var columnDefsOrderList = [
|
|
|
}
|
|
|
},
|
|
|
{headerName: "품절처리자", field: "soldoutRegId", width: 120, cellClass: 'text-center'},
|
|
|
- {
|
|
|
- headerName : "변경요청번호"
|
|
|
- , field : "ordChgSq"
|
|
|
- , width : 120
|
|
|
- , cellClass : 'text-center'
|
|
|
- , valueGetter : function (params) {
|
|
|
- return params.data.ordChgSq === 0 ? '' : params.data.ordChgSq;
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- headerName : "변경구분"
|
|
|
- , field : "chgGb"
|
|
|
- , width : 120
|
|
|
- , cellClass : 'text-center'
|
|
|
- , valueGetter: function (params) {
|
|
|
- return gagaAgGrid.lookupValue(chgGbList, params.data.chgGb);
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- headerName : "변경상태"
|
|
|
- , field : "chgStat"
|
|
|
- , width : 120
|
|
|
- , cellClass : 'text-center'
|
|
|
- , valueGetter : function (params) {
|
|
|
- return gagaAgGrid.lookupValue(chgStatList, params.data.chgStat);
|
|
|
- }
|
|
|
- },
|
|
|
- {headerName: "회수지시여부" , field: "wdInvoiceSendYn" , width: 100, cellClass: 'text-center'},
|
|
|
- {headerName: "회수택배사" , field: "wdShipCompNm" , width: 100, cellClass: 'text-center'},
|
|
|
- {headerName: "회수송장" , field: "wdInvoiceNo" , width: 120, cellClass: 'text-center'},
|
|
|
+ //{
|
|
|
+ // headerName : "변경요청번호"
|
|
|
+ // , field : "ordChgSq"
|
|
|
+ // , width : 120
|
|
|
+ // , cellClass : 'text-center'
|
|
|
+ // , valueGetter : function (params) {
|
|
|
+ // return params.data.ordChgSq === 0 ? '' : params.data.ordChgSq;
|
|
|
+ // }
|
|
|
+ //},
|
|
|
+ //{
|
|
|
+ // headerName : "변경구분"
|
|
|
+ // , field : "chgGb"
|
|
|
+ // , width : 120
|
|
|
+ // , cellClass : 'text-center'
|
|
|
+ // , valueGetter: function (params) {
|
|
|
+ // return gagaAgGrid.lookupValue(chgGbList, params.data.chgGb);
|
|
|
+ // }
|
|
|
+ //},
|
|
|
+ //{
|
|
|
+ // headerName : "변경상태"
|
|
|
+ // , field : "chgStat"
|
|
|
+ // , width : 120
|
|
|
+ // , cellClass : 'text-center'
|
|
|
+ // , valueGetter : function (params) {
|
|
|
+ // return gagaAgGrid.lookupValue(chgStatList, params.data.chgStat);
|
|
|
+ // }
|
|
|
+ //},
|
|
|
+ //{headerName: "회수지시여부" , field: "wdInvoiceSendYn" , width: 100, cellClass: 'text-center'},
|
|
|
+ //{headerName: "회수택배사" , field: "wdShipCompNm" , width: 100, cellClass: 'text-center'},
|
|
|
+ //{headerName: "회수송장" , field: "wdInvoiceNo" , width: 120, cellClass: 'text-center'},
|
|
|
{headerName: "수취인명" , field: "recipNm" , width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "수취인연락처" , field: "recipPhnno" , width: 120, cellClass: 'text-center'},
|
|
|
{headerName: "수취인주소" , field: "recipAddr" , width: 500, cellClass: 'text-left'},
|
|
|
@@ -749,6 +732,11 @@ var fnCreateSampleOrder = function() {
|
|
|
var actionUrl = "/order/sample/create/form";
|
|
|
cfnOpenModalPopup(actionUrl, "popupOrderSample");
|
|
|
}
|
|
|
+
|
|
|
+var fnRemoveEmojis = function (str) {
|
|
|
+ var regex = /(?:[\u2700-\u27bf]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff]|[\u0023-\u0039]\ufe0f?\u20e3|\u3299|\u3297|\u303d|\u3030|\u24c2|\ud83c[\udd70-\udd71]|\ud83c[\udd7e-\udd7f]|\ud83c\udd8e|\ud83c[\udd91-\udd9a]|\ud83c[\udde6-\uddff]|\ud83c[\ude01-\ude02]|\ud83c\ude1a|\ud83c\ude2f|\ud83c[\ude32-\ude3a]|\ud83c[\ude50-\ude51]|\u203c|\u2049|[\u25aa-\u25ab]|\u25b6|\u25c0|[\u25fb-\u25fe]|\u00a9|\u00ae|\u2122|\u2139|\ud83c\udc04|[\u2600-\u26FF]|\u2b05|\u2b06|\u2b07|\u2b1b|\u2b1c|\u2b50|\u2b55|\u231a|\u231b|\u2328|\u23cf|[\u23e9-\u23f3]|[\u23f8-\u23fa]|\ud83c\udccf|\u2934|\u2935|[\u2190-\u21ff])/g;
|
|
|
+ return str.replace(regex, '');
|
|
|
+};
|
|
|
</script>
|
|
|
|
|
|
</html>
|