<기능개선>

통합테스트목록 . 546
BO/Views/croom/completions.cshtml
관리자 수료관리화면 계산서담당자 관련 변경 적용
This commit is contained in:
kdh0120 2021-11-16 04:10:34 +00:00
parent d71eab7b6e
commit da8afe0cc2
1 changed files with 26 additions and 15 deletions

View File

@ -356,15 +356,26 @@
</tr> </tr>
<tr> <tr>
<th>대표자</th> <th>대표자</th>
<td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.ceoname", Style = "width:100%;" }))</td> <td colspan="3">@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.ceoname", Style = "width:100%;" }))</td>
</tr>
</table>
<h5>ㆍ계산서정보</h5>
<table class="regtable">
<colgroup>
<col style="width:20%" />
<col style="width:30%" />
<col style="width:20%" />
<col style="width:30%" />
</colgroup>
<tr>
<th>업체담당자</th> <th>업체담당자</th>
<td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.mname", Style = "width:100%;" }))</td> <td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.mname", Style = "width:100%;" }))</td>
</tr>
<tr>
<th>업체담당자연락처</th> <th>업체담당자연락처</th>
<td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.mphone", Style = "width:100%;" }))</td> <td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.mphone", Style = "width:100%;" }))</td>
</tr>
<tr>
<th>계산서이메일</th> <th>계산서이메일</th>
<td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.taxemail", Style = "width:100%;" }))</td> <td colspan="3">@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.taxemail", Style = "width:100%;" }))</td>
</tr> </tr>
</table> </table>
<div class="findboxbtnbox" id="btnsave"> <div class="findboxbtnbox" id="btnsave">
@ -410,9 +421,9 @@
$("#completion_bkind").val(data.bkind); $("#completion_bkind").val(data.bkind);
$("#completion_btype").val(data.btype); $("#completion_btype").val(data.btype);
$("#completion_ceoname").val(data.ceoname); $("#completion_ceoname").val(data.ceoname);
$("#completion_mname").val(data.mname); //$("#completion_mname").val(data.mname);
$("#completion_mphone").val(data.mphone); //$("#completion_mphone").val(data.mphone);
$("#completion_taxemail").val(data.taxemail); //$("#completion_taxemail").val(data.taxemail);
} }
var _bindcdnocid = ""; var _bindcdnocid = "";
function bindcgno(id, cid) { function bindcgno(id, cid) {