|
|
@@ -157,12 +157,13 @@
|
|
|
<th>사업장주소</th>
|
|
|
<td colspan="5">
|
|
|
<input type="text" name="bizZipcode" class="w100" data-valid-name="우편번호" readonly="readonly"/>
|
|
|
+ <button type="button" class="btn btn-info btn-lg" onclick="fnOpenDaumAddr();">우편번호찾기</button>
|
|
|
<input type="text" name="bizBaseAddr" class="w300" maxlength="200" readonly="readonly"/>
|
|
|
- <input type="text" name="bizDtlAddr" class="w300" maxlength="200" readonly="readonly"/>
|
|
|
+ <input type="text" name="bizDtlAddr" class="w300" maxlength="200"/>
|
|
|
</td>
|
|
|
<th>홈페이지URL</th>
|
|
|
<td>
|
|
|
- <input type="text" name="homepageUrl" readonly="readonly"/>
|
|
|
+ <input type="text" name="homepageUrl" maxlength="100" readonly="readonly"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -469,6 +470,7 @@
|
|
|
$('#detailForm input[name=accountNo]').val(event.data.accountNo);
|
|
|
$('#detailForm input[name=depositorNm]').val(event.data.depositorNm);
|
|
|
$('#detailForm textarea[name=remarks]').val(event.data.remarks);
|
|
|
+ $('#detailForm textarea[name=note]').val(event.data.note);
|
|
|
|
|
|
if (event.data.useYn == 'Y') {
|
|
|
$('#detailForm input:radio[name=useYn]').eq(0).trigger('click');
|
|
|
@@ -482,11 +484,6 @@
|
|
|
$('#detailForm input:radio[name=shotDelvYn]').eq(1).trigger('click');
|
|
|
}
|
|
|
|
|
|
- // 공지내용. Summernote에 값 세팅
|
|
|
- if (!gagajf.isNull(event.data.note)){
|
|
|
- gagaSn.setContents('#note', event.data.note);
|
|
|
- }
|
|
|
-
|
|
|
// 배송비 정책 조회
|
|
|
fnGetDeliveryFeePolicy(event.data.supplyCompCd);
|
|
|
}
|