|
|
@@ -38,23 +38,24 @@
|
|
|
<div class="panelContent">
|
|
|
<table class="frmStyle">
|
|
|
<colgroup>
|
|
|
- <col style="width: 10%;"/>
|
|
|
- <col style="width: 40%;"/>
|
|
|
- <col style="width: 10%;"/>
|
|
|
- <col style="width: 40%;"/>
|
|
|
- <!-- <col style="width: 10%;"/>
|
|
|
- <col style="width: 20%;"/> -->
|
|
|
+ <col style="width: 8%;"/>
|
|
|
+ <col style="width: 18%;"/>
|
|
|
+ <col style="width: 8%;"/>
|
|
|
+ <col style="width: 18%;"/>
|
|
|
+ <col style="width: 8%;"/>
|
|
|
+ <col style="width: 19%;"/>
|
|
|
+ <col style="width: 8%;"/>
|
|
|
+ <col style="width: 13%;"/>
|
|
|
</colgroup>
|
|
|
<tr>
|
|
|
<th>전송일자<em class="required" title="필수"></em></th>
|
|
|
<td colspan="5" id="sellTerms"></td>
|
|
|
+ <th rowspan="2">상품코드<em class="required" title="필수"></em></th>
|
|
|
+ <td rowspan="2">
|
|
|
+ <textarea class="textareaR3 w90p" name="condition" id="condition"></textarea>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>상품코드<em class="required" title="필수"></em></th>
|
|
|
- <td>
|
|
|
- <textarea class="textareaR3 w30p" name="condition" id="condition"></textarea>
|
|
|
- </td>
|
|
|
-
|
|
|
<th>브랜드</th>
|
|
|
<td>
|
|
|
<input type="text" class="w100" name="searchTxt" id="searchTxt" maxlength="20" />
|
|
|
@@ -63,8 +64,7 @@
|
|
|
<span id="brandText"></span>
|
|
|
<input type="hidden" name="brandList"/>
|
|
|
</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
+
|
|
|
<th>API구분</th>
|
|
|
<td>
|
|
|
<select name="apiType" id="apiType" required="required" data-valid-name="API구분">
|
|
|
@@ -380,7 +380,7 @@
|
|
|
params.excelFileNm = result.excelFileNm;
|
|
|
params.sid = dateStr;
|
|
|
|
|
|
- // 수량체크 로직 추가(500개 초가사 알림창 표시위함)
|
|
|
+ // 수량체크 로직 추가(500개 초과시 알림창 표시위함)
|
|
|
var jsonData = JSON.stringify(params);
|
|
|
gagajf.ajaxJsonSubmit(actionUrl+'/chk', jsonData, function(result2) {
|
|
|
|