|
|
@@ -81,7 +81,8 @@
|
|
|
<input id="unisex" type="checkbox" onclick="fnResetListIdx();fnFilterOption(this,'on');"><label for="unisex"> <span>남여 공용만 보기</span> </label>
|
|
|
</div>
|
|
|
<div th:unless="${cateInfo.formalGb=='G009_20'}">
|
|
|
- <input id="newGoods" type="checkbox" onclick="fnResetListIdx();fnFilterOption(this,'off');" checked="checked"><label for="newGoods"> <span>신상품만 보기</span> </label>
|
|
|
+ <input id="newGoods" type="checkbox" onclick="fnResetListIdx();fnFilterOption(this,'off');" th:checked="${brandGroupInfo == null or brandGroupInfo.supplyCompCd != '3'}">
|
|
|
+ <label for="newGoods"> <span>신상품만 보기</span> </label>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -294,7 +295,7 @@
|
|
|
<input type="hidden" name="cate3No" th:value="${cateInfo.cate3No}"/>
|
|
|
<input type="hidden" name="cate4No" th:value="${cateInfo.cate4No}"/>
|
|
|
<input type="hidden" name="sortingType" value="NEW"/>
|
|
|
- <input type="hidden" name="newGoods" th:unless="${cateInfo.formalGb=='G009_20'}" th:value="${cateInfo.formalGb=='G009_20'?'':'40'}" />
|
|
|
+ <input type="hidden" name="newGoods" th:unless="${(brandGroupInfo != null and brandGroupInfo.supplyCompCd == '3') or (cateInfo.formalGb=='G009_20')}" th:value="${(brandGroupInfo != null and brandGroupInfo.supplyCompCd == '3') or (cateInfo.formalGb=='G009_20') ?'':'40'}" />
|
|
|
<input type="hidden" name="keyword" value=""/>
|
|
|
<!-- <input type="hidden" name="benefitArr" th:unless="${cateInfo.formalGb=='G009_20'}" th:value="${cateInfo.formalGb=='G009_20'?'':'40:신상'}"/>-->
|
|
|
</form>
|