① 온라인/혼합

② 소속 선택에서 업체를 선택했을 경우
③ 무통장입금 선택했을 경우

==> 계산서 발급 선택지 추가
(계산서 or 현금영수증)
This commit is contained in:
lch 2021-05-18 07:02:56 +00:00
parent 4583c8e487
commit 18f86bbe4b
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
{
<li><input type="radio" name="iscashrct" id="pay0202" value="1"><label for="pay0202">현금영수증 발행</label></li>
}
@if ((Model.PPLog.cshape == 1 && Model.PPLog.isrebate == 1) || (Model.PPLog.cshape == 1 && Model.PPLog.isrebate == 0 && !String.IsNullOrEmpty(Model.PPLog.asname)))
@if ((Model.PPLog.cshape == 1 && Model.PPLog.isrebate == 1) || (Model.PPLog.cshape == 1 && Model.PPLog.isrebate == 0 && !String.IsNullOrEmpty(Model.PPLog.asname))|| (Model.PPLog.cshape != 1 && !String.IsNullOrEmpty(Model.PPLog.asname)))
{
<li><input type="radio" name="iscashrct" id="pay0203" value="2"><label for="pay0203">계산서 발행</label></li>
}