<기능개선>

통합테스트목록 . 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

@ -227,7 +227,7 @@
<th>직위</th> <th>직위</th>
<td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.uduty", Style = "width:100%;" }))</td> <td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.uduty", Style = "width:100%;" }))</td>
<th>연락처 <spn style="color:red;">*</spn></th> <th>연락처 <spn style="color:red;">*</spn></th>
<td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.mobile", Style = "width:100%;" ,CssClass="mobilefmt nocomma" }))</td> <td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.mobile", Style = "width:100%;", CssClass = "mobilefmt nocomma" }))</td>
</tr> </tr>
<tr> <tr>
<th>소속협회</th> <th>소속협회</th>
@ -281,7 +281,7 @@
</tr> </tr>
<tr> <tr>
<th>수료여부 <spn style="color:red;">*</spn></th> <th>수료여부 <spn style="color:red;">*</spn></th>
<td colspan="3">@Html.Partial("./Partial/Select", null, new ViewDataDictionary { { "valuetext", "0:미수료;1:수료" }, { "name", "completion.iscomplete" }, { "style", "width: 100%" }})</td> <td colspan="3">@Html.Partial("./Partial/Select", null, new ViewDataDictionary { { "valuetext", "0:미수료;1:수료" }, { "name", "completion.iscomplete" }, { "style", "width: 100%" } })</td>
</tr> </tr>
</table> </table>
<h5>ㆍ환급정보</h5> <h5>ㆍ환급정보</h5>
@ -294,7 +294,7 @@
</colgroup> </colgroup>
<tr> <tr>
<th>환급액</th> <th>환급액</th>
<td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.rbankamt", Style = "width:100%;" , CssClass="int" }))</td> <td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.rbankamt", Style = "width:100%;", CssClass = "int" }))</td>
<th>환급은행명</th> <th>환급은행명</th>
<td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.rbank", Style = "width:100%;" }))</td> <td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.rbank", Style = "width:100%;" }))</td>
</tr> </tr>
@ -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) {