|
@@ -31,25 +31,6 @@
|
|
|
<input type="hidden" name="sectionGbList"/> <!-- 다다익선 구간/혜택 리스트 -->
|
|
<input type="hidden" name="sectionGbList"/> <!-- 다다익선 구간/혜택 리스트 -->
|
|
|
|
|
|
|
|
<div class="panelContent">
|
|
<div class="panelContent">
|
|
|
- <ul class="notice">
|
|
|
|
|
- <li>구성상품 등록시 기본값
|
|
|
|
|
- <!-- 아이콘 툴팁 -->
|
|
|
|
|
- <div class="iconTooltip">
|
|
|
|
|
- <i class="fa fa-info" aria-hidden="true"></i>
|
|
|
|
|
- <span class="left" style="width:400px; text-align:left;">
|
|
|
|
|
- <!-- class="left" 또는 class="right" -->
|
|
|
|
|
- - 상품상태 : 정보부족<br/>
|
|
|
|
|
- - 정상가 : 구성상품의 정상가 합<br/>
|
|
|
|
|
- - 판매가 : 구성상품 판매가 입력값의 합<br/>
|
|
|
|
|
- - 브랜드코드 : 구성상품의 기준여부 'Y'상품의 브랜드코드<br/>
|
|
|
|
|
- - 품목코드 : 구성상품의 기준여부 'Y'상품의 품목코드<br/>
|
|
|
|
|
- - 포인트 : 구성상품의 기준여부 'Y'상품의 브랜드 포인트<br/>
|
|
|
|
|
- - 배송비정책 : 구성상품의 기준여부 'Y'상품의 브랜드 배송비정책<br/>
|
|
|
|
|
- </span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <!-- //아이콘 툴팁 -->
|
|
|
|
|
- </li>
|
|
|
|
|
- </ul>
|
|
|
|
|
<table class="frmStyle">
|
|
<table class="frmStyle">
|
|
|
<colgroup>
|
|
<colgroup>
|
|
|
<col width="10%"/>
|
|
<col width="10%"/>
|
|
@@ -331,7 +312,7 @@
|
|
|
valueFormatter: function (params) { return gagaAgGrid.lookupValue(applyGoodsGbList, params.value); },
|
|
valueFormatter: function (params) { return gagaAgGrid.lookupValue(applyGoodsGbList, params.value); },
|
|
|
valueParser: function (params) { return gagaAgGrid.lookupKey(applyGoodsGbList, params.newValue); }
|
|
valueParser: function (params) { return gagaAgGrid.lookupKey(applyGoodsGbList, params.newValue); }
|
|
|
},
|
|
},
|
|
|
- {headerName: "Product ID", field: "goodsCd", width: 120, cellClass: 'text-center'},
|
|
|
|
|
|
|
+ {headerName: "상품코드", field: "goodsCd", width: 120, cellClass: 'text-center'},
|
|
|
{headerName: "상품명", field: "goodsNm", width: 120, cellClass: 'text-center'},
|
|
{headerName: "상품명", field: "goodsNm", width: 120, cellClass: 'text-center'},
|
|
|
{headerName: "적용대상", field: "targetGb", width: 150, cellClass: 'text-center', hide: true},
|
|
{headerName: "적용대상", field: "targetGb", width: 150, cellClass: 'text-center', hide: true},
|
|
|
{headerName: "시퀀스", field: "tmtbGoodsSq", width: 150, cellClass: 'text-center', hide: true}
|
|
{headerName: "시퀀스", field: "tmtbGoodsSq", width: 150, cellClass: 'text-center', hide: true}
|
|
@@ -345,7 +326,7 @@
|
|
|
valueFormatter: function (params) { return gagaAgGrid.lookupValue(exceptGoodsGbList, params.value); },
|
|
valueFormatter: function (params) { return gagaAgGrid.lookupValue(exceptGoodsGbList, params.value); },
|
|
|
valueParser: function (params) { return gagaAgGrid.lookupKey(exceptGoodsGbList, params.newValue); }
|
|
valueParser: function (params) { return gagaAgGrid.lookupKey(exceptGoodsGbList, params.newValue); }
|
|
|
},
|
|
},
|
|
|
- {headerName: "Product ID", field: "goodsCd", width: 120, cellClass: 'text-center'},
|
|
|
|
|
|
|
+ {headerName: "상품코드", field: "goodsCd", width: 120, cellClass: 'text-center'},
|
|
|
{headerName: "상품명", field: "goodsNm", width: 120, cellClass: 'text-center'},
|
|
{headerName: "상품명", field: "goodsNm", width: 120, cellClass: 'text-center'},
|
|
|
{headerName: "적용대상", field: "targetGb", width: 150, cellClass: 'text-center', hide: true},
|
|
{headerName: "적용대상", field: "targetGb", width: 150, cellClass: 'text-center', hide: true},
|
|
|
{headerName: "시퀀스", field: "tmtbGoodsSq", width: 150, cellClass: 'text-center', hide: true}
|
|
{headerName: "시퀀스", field: "tmtbGoodsSq", width: 150, cellClass: 'text-center', hide: true}
|
|
@@ -374,7 +355,7 @@
|
|
|
var columnSectionGbList = [
|
|
var columnSectionGbList = [
|
|
|
{width: 40, minWidth: 40, cellClass: 'text-center', headerCheckboxSelection: true, checkboxSelection: true, filter: false},
|
|
{width: 40, minWidth: 40, cellClass: 'text-center', headerCheckboxSelection: true, checkboxSelection: true, filter: false},
|
|
|
{headerName: 'No', width: 60, cellClass: 'text-center', valueGetter: function(params) { return params.node.rowIndex + 1 }},
|
|
{headerName: 'No', width: 60, cellClass: 'text-center', valueGetter: function(params) { return params.node.rowIndex + 1 }},
|
|
|
- {headerName: "시퀀스", field: "tmtbSq", width: 100, cellClass: 'text-center'},
|
|
|
|
|
|
|
+ {headerName: "시퀀스", field: "tmtbSq", width: 100, cellClass: 'text-center', hide: true},
|
|
|
{headerName: "할인구간", field: "sectionGb", width: 100, cellClass: 'text-center',
|
|
{headerName: "할인구간", field: "sectionGb", width: 100, cellClass: 'text-center',
|
|
|
cellEditor: 'agRichSelectCellEditor',
|
|
cellEditor: 'agRichSelectCellEditor',
|
|
|
cellEditorParams: { values: gagaAgGrid.extractValues(sectionGbList), required: true },
|
|
cellEditorParams: { values: gagaAgGrid.extractValues(sectionGbList), required: true },
|