<기능개선>

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

@ -165,7 +165,7 @@
<input type="hidden" id="completion_pplno" name="completion.pplno" />
<input type="hidden" id="completion_asno" name="completion.asno" />
<input type="hidden" id="completion_cmno" name="completion.cmno" />
<input type="hidden" id="completion_cmisno" name="completion.cmisno" />
<input type="hidden" id="completion_cmisno" name="completion.cmisno" />
<h5>ㆍ강좌정보/수료정보</h5>
<table class="regtable">
<colgroup>
@ -200,7 +200,7 @@
</tr>
<tr>
<th>주문번호</th>
<td id="completion_payno" colspan="3"></td>
<td id="completion_payno" colspan="3"></td>
</tr>
</table>
<h5>ㆍ사용자정보</h5>
@ -227,7 +227,7 @@
<th>직위</th>
<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>
<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>
<th>소속협회</th>
@ -252,14 +252,14 @@
<th>교육시작일<spn style="color:red;">*</spn></th>
<td id="completion_payoktime"></td>
<th>교육종료일(집체교육일) <spn style="color:red;">*</spn></th>
<td>
<td>
<div class="col-sm-10" style="padding-left:0px;">
@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.estart", Style = "width:100%;", IsReadOnly = true }))
</div>
<div class="col-sm-2" style="padding-left: 0px;margin-top: 4px;margin-left: -10px;">
<a href="#" class="btn btn-info btn-find btn-xs data-find data-find-float" id="btnfindscdshow"><i class="fa fa-search"></i></a>
</div>
</td>
</div>
</td>
</tr>
<tr>
<th>기술인분류 <spn style="color:red;">*</spn></th>
@ -281,7 +281,7 @@
</tr>
<tr>
<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>
</table>
<h5>ㆍ환급정보</h5>
@ -294,7 +294,7 @@
</colgroup>
<tr>
<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>
<td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.rbank", Style = "width:100%;" }))</td>
</tr>
@ -356,15 +356,26 @@
</tr>
<tr>
<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>
<td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.mname", Style = "width:100%;" }))</td>
</tr>
<tr>
<th>업체담당자연락처</th>
<td>@Html.Partial("./Partial/Text", null, Helpers.DicText(new NP.Model.TextDic() { Name = "completion.mphone", Style = "width:100%;" }))</td>
</tr>
<tr>
<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>
</table>
<div class="findboxbtnbox" id="btnsave">
@ -410,9 +421,9 @@
$("#completion_bkind").val(data.bkind);
$("#completion_btype").val(data.btype);
$("#completion_ceoname").val(data.ceoname);
$("#completion_mname").val(data.mname);
$("#completion_mphone").val(data.mphone);
$("#completion_taxemail").val(data.taxemail);
//$("#completion_mname").val(data.mname);
//$("#completion_mphone").val(data.mphone);
//$("#completion_taxemail").val(data.taxemail);
}
var _bindcdnocid = "";
function bindcgno(id, cid) {