|
@@ -68,21 +68,31 @@
|
|
|
<col style="width:10%;"/>
|
|
<col style="width:10%;"/>
|
|
|
<col/>
|
|
<col/>
|
|
|
<col style="width:10%;"/>
|
|
<col style="width:10%;"/>
|
|
|
- <col style="width:17%;"/>
|
|
|
|
|
- <col style="width:10%;"/>
|
|
|
|
|
- <col style="width:17%;"/>
|
|
|
|
|
|
|
+ <col style="width:25%;"/>
|
|
|
|
|
+ <col style="width:8%;"/>
|
|
|
|
|
+ <col style="width:12%;"/>
|
|
|
</colgroup>
|
|
</colgroup>
|
|
|
|
|
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>주문수집일자<em class="required" title="필수"></em></th>
|
|
<th>주문수집일자<em class="required" title="필수"></em></th>
|
|
|
- <td colspan="5">
|
|
|
|
|
|
|
+ <td colspan="3">
|
|
|
<span id="terms">
|
|
<span id="terms">
|
|
|
</span>
|
|
</span>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+
|
|
|
|
|
+ <th rowspan="3">키워드</th>
|
|
|
|
|
+ <td rowspan="3">
|
|
|
|
|
+ <select name="search" id="search">
|
|
|
|
|
+ <option value="ordNo">스타일24주문번호</option>
|
|
|
|
|
+ <option value="shoplinkerOrderId">샵링커주문번호</option>
|
|
|
|
|
+ <option value="mallOrderId">쇼핑몰주문번호</option>
|
|
|
|
|
+ </select><br>
|
|
|
|
|
+ <textarea class="textareaR3 w90p" name="condition" id="condition"></textarea>
|
|
|
|
|
+ </td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>벤더/제휴몰</th>
|
|
<th>벤더/제휴몰</th>
|
|
|
- <td>
|
|
|
|
|
|
|
+ <td colspan="4">
|
|
|
<select name="vendorId" required="required" data-valid-name="벤더">
|
|
<select name="vendorId" required="required" data-valid-name="벤더">
|
|
|
<option th:if="${vendorList}" th:each="oneData, status : ${vendorList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
<option th:if="${vendorList}" th:each="oneData, status : ${vendorList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
|
</select>/
|
|
</select>/
|
|
@@ -91,6 +101,8 @@
|
|
|
<option th:if="${extmallList}" th:each="oneData, status : ${extmallList}" th:value="${oneData.extmallId}" th:text="${'[' + oneData.extmallId + '] ' + oneData.extmallNm}"></option>
|
|
<option th:if="${extmallList}" th:each="oneData, status : ${extmallList}" th:value="${oneData.extmallId}" th:text="${'[' + oneData.extmallId + '] ' + oneData.extmallNm}"></option>
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th>제휴몰 주문등록 상태</th>
|
|
<th>제휴몰 주문등록 상태</th>
|
|
|
<td>
|
|
<td>
|
|
|
<select name="uploadStat">
|
|
<select name="uploadStat">
|
|
@@ -99,24 +111,13 @@
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
<th>실패사유</th>
|
|
<th>실패사유</th>
|
|
|
- <td colspan="3">
|
|
|
|
|
|
|
+ <td colspan="2">
|
|
|
<select name="uploadFailCd">
|
|
<select name="uploadFailCd">
|
|
|
<option value="">[전체]</option>
|
|
<option value="">[전체]</option>
|
|
|
<option th:if="${uploadFailList}" th:each="oneData, status : ${uploadFailList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
<option th:if="${uploadFailList}" th:each="oneData, status : ${uploadFailList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
- <tr>
|
|
|
|
|
- <th>키워드</th>
|
|
|
|
|
- <td colspan="5">
|
|
|
|
|
- <select name="search" id="search">
|
|
|
|
|
- <option value="shoplinkerOrderId">샵링커주문번호</option>
|
|
|
|
|
- <option value="mallOrderId">쇼핑몰주문번호</option>
|
|
|
|
|
- <option value="ordNo">스타일24주문번호</option>
|
|
|
|
|
- </select>
|
|
|
|
|
- <textarea class="textareaR3 w20p" name="condition" id="condition"></textarea>
|
|
|
|
|
- </td>
|
|
|
|
|
- </tr>
|
|
|
|
|
</table>
|
|
</table>
|
|
|
|
|
|
|
|
<ul class="panelBar">
|
|
<ul class="panelBar">
|