|
|
@@ -109,10 +109,10 @@
|
|
|
<script th:inline="javascript">
|
|
|
/*<![CDATA[*/
|
|
|
let columnDefs = [
|
|
|
- {
|
|
|
- width: 40, minWidth: 40, cellClass: 'text-center', headerCheckboxSelection: true, checkboxSelection: true, filter: false,
|
|
|
- checkboxSelection: function (params) { return !gagajf.isNull(params.data.dsError) ? true : false; }
|
|
|
- },
|
|
|
+// {
|
|
|
+// width: 40, minWidth: 40, cellClass: 'text-center', headerCheckboxSelection: true, checkboxSelection: true, filter: false,
|
|
|
+// checkboxSelection: function (params) { return !gagajf.isNull(params.data.dsError) ? true : false; }
|
|
|
+// },
|
|
|
{
|
|
|
headerName: "ERP구분", field: "erpGb", width: 80, cellClass: 'text-center',
|
|
|
cellRenderer: function(params) { return params.value == 'hsmk' ? '한세MK' : '한세드림'; }
|
|
|
@@ -123,8 +123,8 @@
|
|
|
cellRenderer: function(params) { return params.value == '1' ? '판매' : '환불'; }
|
|
|
},
|
|
|
{ headerName: "스타일코드", field: "cdStyle", width: 120, cellClass: 'text-center' },
|
|
|
- { headerName: "색상코드", field: "cdColor", width: 100, cellClass: 'text-center' },
|
|
|
- { headerName: "사이즈코드", field: "cdSize", width: 100, cellClass: 'text-center' },
|
|
|
+ { headerName: "색상코드", field: "cdColor", width: 80, cellClass: 'text-center' },
|
|
|
+ { headerName: "사이즈코드", field: "cdSize", width: 90, cellClass: 'text-center' },
|
|
|
{
|
|
|
headerName: "판매수량", field: "qtSale", width: 100, cellClass: 'text-center',
|
|
|
cellRenderer: function (params) { return gagaAgGrid.toAddComma(params.value); },
|
|
|
@@ -135,7 +135,7 @@
|
|
|
cellRenderer: function (params) { return gagaAgGrid.toAddComma(params.value); },
|
|
|
cellStyle : function(params) { if (Number(params.value) < 0) return { 'color' : 'red' } }
|
|
|
},
|
|
|
- { headerName: "I/F번호", field: "ifNo", width: 200, cellClass: 'text-center' },
|
|
|
+ { headerName: "I/F번호", field: "noIf", width: 150, cellClass: 'text-center' },
|
|
|
{ headerName: "판매전표번호", field: "cdSalebill", width: 150, cellClass: 'text-center' },
|
|
|
{
|
|
|
headerName: "실패메시지", field: "dsError", width: 300,
|
|
|
@@ -250,7 +250,7 @@
|
|
|
endDt : $('#endDt').val()
|
|
|
});
|
|
|
|
|
|
- gagajf.ajaxJsonSubmit('/settle/failedSales/list/upload', jsonData, function() {
|
|
|
+ gagajf.ajaxJsonSubmit('/settle/hansae/failedSales/upload', jsonData, function() {
|
|
|
$('#btnSearch').trigger('click');
|
|
|
});
|
|
|
}
|