<솔루션개선-개선>

1. 작업명 : 
2. 작업요청NO :
3. 이슈NO :
4. 작업내용
(1) BO/Views/croom/payview.cshtml
 - '<' 잘못된 문자열 제거
(2) BO/Views/MM/Config0.cshtml
 - 세로 길이 수정
This commit is contained in:
jity7777 2022-01-25 03:54:30 +00:00
parent 0d65f317e1
commit 65de7dae85
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<div class="col-md-12 col-lg-5">
<section class="panel panel-default">
<header class="panel-heading font-bold">상위코드<br /><span style="color: red;">#상위코드를 클릭하면 하위코드목록이 표시됩니다.</span></header>
<div class="panel-body" id="treebox" style="overflow-y: auto; max-height: 250px;">
<div class="panel-body" id="treebox" style="overflow-y: auto; max-height: 400px;">
<ul class="box left cap header">
<li style="width: 20%;">No</li>
<li style="width: 30%;">상위코드</li>

View File

@ -175,7 +175,7 @@
<section class="panel panel-default">
<header class="panel-heading"><strong><i class="fa fa-bars"></i> 상품내역<span class=""></span></strong></header>
<table class="regtable" style="margin-top: 0;">
<thead><tr><th>상품코드</th><th>진도율</th><<th>상품유형</th><th>과정분류</th><th>상품명</th><th>판매가</th><th>수량</th><th>합계금액</th></tr></thead>
<thead><tr><th>상품코드</th><th>진도율</th><th>상품유형</th><th>과정분류</th><th>상품명</th><th>판매가</th><th>수량</th><th>합계금액</th></tr></thead>
@foreach (var d in pi)
{
<tr>
@ -199,8 +199,8 @@
{
<div style="padding: 5px 10px; text-align: right;"><a href="#" class="btn btn-primary" onclick="save2();">저장</a></div>
}
</section>
</form>
</section>
@if (pi.FirstOrDefault().isrebate == 1)
{