|
|
@@ -139,9 +139,9 @@
|
|
|
</div>
|
|
|
<!-- //아이콘 툴팁 -->
|
|
|
</li>
|
|
|
- <li class="right">
|
|
|
+ <!-- <li class="right">
|
|
|
<button type="button" class="btn btn-default btn-lg" id="btnGoodsRegExcelDownLoad">엑셀다운로드</button>
|
|
|
- </li>
|
|
|
+ </li> -->
|
|
|
</ul>
|
|
|
<!-- //상단버튼 영역 -->
|
|
|
<div id="gridList" style="width: 100%; height: 500px;" class="ag-theme-balham"></div>
|
|
|
@@ -227,9 +227,6 @@
|
|
|
{headerName: "시즌", field: "seasonCd", width: 80, cellClass: 'text-center'},
|
|
|
{headerName: "성별", field: "sexGb", width: 80, cellClass: 'text-center'},
|
|
|
{headerName: "품번", field: "goodsNum", width: 100, cellClass: 'text-center'},
|
|
|
- {headerName: "형태", field: "shapeCd", width: 80, cellClass: 'text-center'},
|
|
|
- {headerName: "색상", field: "colorCd", width: 80, cellClass: 'text-center'},
|
|
|
- {headerName: "TAG가", field: "tagPrice", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "정상가", field: "listPrice", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "판매가", field: "currPrice", width: 100, cellClass: 'text-center'},
|
|
|
{headerName: "공급업체상품코드", field: "supplyGoodsCd", width: 130, cellClass: 'text-center'},
|
|
|
@@ -400,18 +397,17 @@
|
|
|
str = str + '<div class="mdPopContent">';
|
|
|
str = str + '<ul class="notice ">';
|
|
|
str = str + '- <em>상품미등록</em>';
|
|
|
- str = str + '<li>상품코드 오류 : 빈값, 길이 11, \'_\'가 존재하는지</li>';
|
|
|
- str = str + '<li>업체 오류 : 빈값, \'W\'나 \'F\' 가 아닌경우</li>';
|
|
|
+ str = str + '<li>상품코드 오류 : 빈값</li>';
|
|
|
+ str = str + '<li>업체 오류 : 빈값</li>';
|
|
|
str = str + '<li>상품명 오류 : 빈값</li>';
|
|
|
str = str + '<li>제조국 오류 : 빈값</li>';
|
|
|
str = str + '<li>제조년월일 오류 : 빈값, 날짜형식이 맞는지</li>';
|
|
|
- str = str + '<li>ERP 미존재 상품코드 : ERP에 상품코드가 존재하는지</li>';
|
|
|
+ str = str + '<li>WMS 미존재 상품코드 : WMS에 상품코드가 존재하는지</li>';
|
|
|
str = str + '<li>스타일 연도 오류 : 온라인에서 관리되지 않는 스타일 연도</li>';
|
|
|
str = str + '<li>성별 오류 : 온라인에서 관리되지 않는 성별</li>';
|
|
|
- str = str + '<li>컬러 오류 : 온라인에서 관리되지 않는 컬러</li>';
|
|
|
str = str + '<li>상품코드 중복등록요청 : 등록된 상품코드 등록요청</li>';
|
|
|
str = str + '<li>품목 오류 : 온라인에서 관리되지 않는 품목</li>';
|
|
|
- str = str + '<li>ERP 브랜드 오류 : 온라인에서 관리되지 않는 ERP 브랜드</li>';
|
|
|
+ str = str + '<li>WMS 브랜드 오류 : 온라인에서 관리되지 않는 WMS 브랜드</li>';
|
|
|
str = str + '<li>이미지 유형 오류 : 온라인에서 관리되지 않는 이미지유형</li>';
|
|
|
str = str + '<li>상품이미지 필수 오류 : A타입 : IMG_PATH1: 정사각형이미지(앞면),IMG_PATH3: 작사각형이미지(정면),<br/></li>';
|
|
|
str = str + '<span style="padding-left:185px;"></span>';
|
|
|
@@ -420,7 +416,6 @@
|
|
|
str = str + '<li>품목의 고시정보 없음 : 품목의 고시분류 매핑이 안되어 있는 경우</li>';
|
|
|
str = str + '<li>고시분류 오류 : 등록요청 고시분류 와 온라인에서 품목과 매핑된 고시분류가 다른 경우</li>';
|
|
|
str = str + '- <em>상품등록</em>';
|
|
|
- str = str + '<li>ERP 상품 사이즈 정보 없음 : ERP에 상품코드의 사이즈가 없을 경우</li>';
|
|
|
str = str + '</ul>';
|
|
|
str = str + '</div></div></div>';
|
|
|
|