계산서 발행요청 레이어 팝업에서 법인등록번호 필드 삭제

This commit is contained in:
lch 2021-07-02 04:49:26 +00:00
parent 5e0d45d477
commit 140a7b2d6d
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ else
<th>사업자등록번호</th>
<td><input type="text" name="brno" id="brno" value="" maxlength="12" /></td>
</tr>
<tr class="pd5">
<tr class="pd5" style="display:none;">
<th>법인등록번호</th>
<td><input type="text" name="grno" id="grno" value="" maxlength="14" /></td>
</tr>
@ -500,7 +500,7 @@ else
if (check("asname", null, "회사명을 입력해주세요.")) { }
else if (check("ceoname", null, "대표자명을 입력해주세요.")) { }
else if (check("brno", null, "사업자등록번호를 입력해주세요.")) { }
else if (check("grno", null, "법인등록번호를 입력해주세요.")) { }
//else if (check("grno", null, "법인등록번호를 입력해주세요.")) { }
else if (check("btype", null, "업태를 입력해주세요.")) { }
else if (check("bkind", null, "종목을 입력해주세요.")) { }
else if (check("manname", null, "담당자를 입력해주세요.")) { }