<기능개선>

후순정리 - {218}
Bo/Views/croom/tax.cshtml
검색명칭변경
This commit is contained in:
kdh0120 2021-11-09 23:50:54 +00:00
parent 0812f592a2
commit 8eafc5310b
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
<col />
</colgroup>
<tr>
<th>계산서날짜</th>
<th>계산서 요청날짜</th>
<td class="text-left">
@Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval6) ? (DateTime?)null : Convert.ToDateTime(Model.stringval6), new ViewDataDictionary { { "name", "stringval6" } }) ~ @Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval7) ? (DateTime?)null : Convert.ToDateTime(Model.stringval7), new ViewDataDictionary { { "name", "stringval7" } })
</td>
@ -32,7 +32,7 @@
</td>
</tr>
<tr>
<th>발행일</th>
<th>계산서 실제 날짜</th>
<td class="text-left">
@Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval8) ? (DateTime?)null : Convert.ToDateTime(Model.stringval8), new ViewDataDictionary { { "name", "stringval8" } }) ~ @Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval9) ? (DateTime?)null : Convert.ToDateTime(Model.stringval9), new ViewDataDictionary { { "name", "stringval9" } })
</td>
@ -65,7 +65,7 @@
<th>발행요청금액</th>
<th>신청일</th>
<th>계산서날짜</th>
<th>발행일</th>
<th>실제날짜</th>
<th>영수구분</th>
<th>상태</th>
</tr>