|
|
@@ -41,7 +41,7 @@
|
|
|
or sessionInfo.roleCd == 'G001_A101'
|
|
|
}"
|
|
|
th:style="'padding-left:80px;'">
|
|
|
- <button type="button" class="btn btn-default btn-lg" id="btnInit" onclick="cfnDownloadSampleFile('SF014');">상품대량수정 등록양식 다운로드</button>
|
|
|
+ <button type="button" class="btn btn-default btn-lg" onclick="cfnDownloadSampleFile('SF014');">상품대량수정 등록양식 다운로드</button>
|
|
|
<button th:if="${wmsSyncYn == 'Y'}" type="button" class="btn btn-primary btn-lg" id="btnGoodsUpdate" >상품 수정</button>
|
|
|
</span>
|
|
|
</li>
|
|
|
@@ -50,7 +50,7 @@
|
|
|
<div class="panelStyle" >
|
|
|
<!-- 검색조건 영역 -->
|
|
|
<div class="panelTitle">
|
|
|
- <h3><i class="fa fa-info-circle"></i>아래 검색조건 중 하나를 꼭 입력해 주세요.</h3>
|
|
|
+ <h3><i class="fa fa-info-circle"></i>아래 검색조건 중 상품코드나 등록일을 꼭 입력해 주세요.</h3>
|
|
|
</div>
|
|
|
<div class="panelContent">
|
|
|
<table class="frmStyle">
|
|
|
@@ -61,7 +61,7 @@
|
|
|
<col/>
|
|
|
</colgroup>
|
|
|
<tr>
|
|
|
- <th>상품코드<i class="star"></i></th>
|
|
|
+ <th>상품코드<em class="required" title="필수"></em></th>
|
|
|
<td><input type="text" class="w130" name="condition" id="condition" maxlength="50"/></td>
|
|
|
<th>등록여부</th>
|
|
|
<td>
|
|
|
@@ -72,7 +72,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>등록일<i class="star"></i></th>
|
|
|
+ <th>등록일<em class="required" title="필수"></em></th>
|
|
|
<td colspan="3" id="sellTerms"></td>
|
|
|
</tr>
|
|
|
</table>
|