|
|
@@ -83,6 +83,7 @@
|
|
|
<select name="ordDtlStat" id="ordDtlStat">
|
|
|
<option value="G013_20" selected>결제완료</option>
|
|
|
<option value="G013_30">상품준비중</option>
|
|
|
+ <option value="G013_40">배송준비중</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -176,6 +177,7 @@ var columnDefs = [
|
|
|
{headerName: "배송업체", field:"shipCompCd", width:150, cellClass: 'text-left'
|
|
|
, editable : true
|
|
|
, cellEditor : 'agRichSelectCellEditor'
|
|
|
+ , cellStyle : {color: '#fffff', 'background-color': '#aaaaff'}
|
|
|
, cellEditorParams : {
|
|
|
values: gagaAgGrid.extractValues(shipCompanyList)
|
|
|
}
|
|
|
@@ -186,7 +188,8 @@ var columnDefs = [
|
|
|
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
|
|
|
+ , cellStyle : {color: '#fffff', 'background-color': '#aaaaff'} }
|
|
|
];
|
|
|
|
|
|
var gridOptions = gagaAgGrid.getGridOptions(columnDefs);
|