|
|
@@ -173,9 +173,9 @@
|
|
|
<td>
|
|
|
<input type="text" name="orderNm" placeholder="" maxlength="20"/>
|
|
|
</td>
|
|
|
- <th>고객ID</th>
|
|
|
+ <th>주문자이메일</th>
|
|
|
<td>
|
|
|
- <input type="text" name="custId" placeholder="" maxlength="20"/>
|
|
|
+ <input type="text" name="ordEmail" placeholder="" maxlength="20"/>
|
|
|
</td>
|
|
|
<th>주문자휴대폰번호</th>
|
|
|
<td>
|
|
|
@@ -555,10 +555,11 @@ var fnExcelUpoadCallback = function (data) {
|
|
|
// 초기화 클릭시
|
|
|
$('#btnInit').on('click', function() {
|
|
|
$('#searchForm')[0].reset();
|
|
|
- $("#multiBrand").empty();
|
|
|
- $("#searchForm #supplyCompText").text("");
|
|
|
- $("#searchForm #supplyCompText").text();
|
|
|
- $('#searchForm input[name=brandText]').val('');
|
|
|
+
|
|
|
+ $("#searchForm #supplyCompSearchTxt").text("");
|
|
|
+ $("#searchForm #brandText").text("");
|
|
|
+
|
|
|
+ $('#searchForm input[name=brandList]').val('');
|
|
|
$('#searchForm input[name=supplyCompList]').val('');
|
|
|
});
|
|
|
|