This commit is contained in:
kdh0120 2021-06-29 04:59:12 +00:00
parent 3f97e6a788
commit 17f1f92a7c
4 changed files with 37 additions and 35 deletions

View File

@ -112,19 +112,22 @@
<thead> <thead>
<tr> <tr>
<th>수정</th> <th>수정</th>
<th>교육상위분류</th>
<th>교육하위분류</th>
<th>교육유형</th>
<th>사용자ID</th> <th>사용자ID</th>
<th>이름</th> <th>이름</th>
<th>주민번호</th> <th>주민번호</th>
<th>기술인분류</th> <th>교육생연락처</th>
<th>교육유형</th>
<th>교육구분</th> <th>교육구분</th>
<th>기술인분류</th>
<th>직무분야</th>
<th>교육목적</th> <th>교육목적</th>
<th>등급</th> <th>등급</th>
<th>직무분야</th> <th>교육시작일</th>
<th>교육종료일</th>
<th>과정명</th> <th>과정명</th>
<th>수료번호</th> <th>수료번호</th>
<th>교육상위분류</th>
<th>교육하위분류</th>
<th>업체명</th> <th>업체명</th>
<th>업체주소</th> <th>업체주소</th>
<th>사업자등록번호</th> <th>사업자등록번호</th>
@ -132,13 +135,10 @@
<th>업태</th> <th>업태</th>
<th>종목</th> <th>종목</th>
<th>대표자</th> <th>대표자</th>
<th>교육시작일</th>
<th>교육종료일</th>
<th>교육이수시간</th> <th>교육이수시간</th>
<th>소속협회</th> <th>소속협회</th>
<th>학력</th> <th>학력</th>
<th>직위</th> <th>직위</th>
<th>교육생연락처</th>
<th>업체담당자</th> <th>업체담당자</th>
<th>업체담당자연락처</th> <th>업체담당자연락처</th>
<th>교육비</th> <th>교육비</th>
@ -156,19 +156,22 @@
{ {
<tr> <tr>
<td class="link"><a href="#" onclick="viewcompletion(@item.lectno)">[수정]</a></td> <td class="link"><a href="#" onclick="viewcompletion(@item.lectno)">[수정]</a></td>
<td>@item.pcgname</td>
<td>@item.cgname</td>
<td>@item.cshapename</td>
<td>@item.userid</td> <td>@item.userid</td>
<td>@item.username</td> <td>@item.username</td>
<td>@item.userpnostr</td> <td>@item.userpnostr</td>
<td>@item.typemanName</td> <td>@item.mobile</td>
<td>@item.cshapename</td>
<td>@item.edukind</td> <td>@item.edukind</td>
<td>@item.typemanName</td>
<td>@item.typejobName</td>
<td>@item.typeeduName</td> <td>@item.typeeduName</td>
<td>@item.typegradeName</td> <td>@item.typegradeName</td>
<td>@item.typejobName</td> <td>@Convert.ToDateTime(@item.sdate).ToShortDateString()</td>
<td>@Convert.ToDateTime(@item.edate).ToShortDateString()</td>
<td>@item.cname</td> <td>@item.cname</td>
<td>@item.completeno</td> <td>@item.completeno</td>
<td>@item.pcgname</td>
<td>@item.cgname</td>
<td>@item.asname</td> <td>@item.asname</td>
<td>@item.companyaddr </td> <td>@item.companyaddr </td>
<td>@item.brno</td> <td>@item.brno</td>
@ -176,13 +179,10 @@
<td>@item.btype</td> <td>@item.btype</td>
<td>@item.bkind</td> <td>@item.bkind</td>
<td>@item.ceoname</td> <td>@item.ceoname</td>
<td>@Convert.ToDateTime(@item.sdate).ToShortDateString()</td>
<td>@Convert.ToDateTime(@item.edate).ToShortDateString()</td>
<td>@item.studytime</td> <td>@item.studytime</td>
<td>@item.association</td> <td>@item.association</td>
<td>@item.slevelName</td> <td>@item.slevelName</td>
<td>@item.uduty</td> <td>@item.uduty</td>
<td>@item.mobile</td>
<td>@item.mname</td> <td>@item.mname</td>
<td>@item.mphone</td> <td>@item.mphone</td>
<td>@item.payamt</td> <td>@item.payamt</td>

View File

@ -112,18 +112,21 @@
<tr> <tr>
<th>수정</th> <th>수정</th>
<th>등록/수정 일자</th> <th>등록/수정 일자</th>
<th>구분</th>
<th>과정분류</th>
<th>교육유형</th>
<th>이름</th> <th>이름</th>
<th>주민번호</th> <th>주민번호</th>
<th>기술인분류</th> <th>교육생연락처</th>
<th>교육유형</th>
<th>교육구분</th> <th>교육구분</th>
<th>기술인분류</th>
<th>직무분야</th>
<th>교육목적</th> <th>교육목적</th>
<th>등급</th> <th>등급</th>
<th>직무분야</th> <th>교육시작일</th>
<th>교육종료일</th>
<th>과정명</th> <th>과정명</th>
<th>수료번호</th> <th>수료번호</th>
<th>구분</th>
<th>과정분류</th>
<th>업체명</th> <th>업체명</th>
<th>업체주소</th> <th>업체주소</th>
<th>사업자등록번호</th> <th>사업자등록번호</th>
@ -131,13 +134,10 @@
<th>업태</th> <th>업태</th>
<th>종목</th> <th>종목</th>
<th>대표자</th> <th>대표자</th>
<th>교육시작일</th>
<th>교육종료일</th>
<th>교육이수시간</th> <th>교육이수시간</th>
<th>소속협회</th> <th>소속협회</th>
<th>학력</th> <th>학력</th>
<th>직위</th> <th>직위</th>
<th>교육생연락처</th>
<th>업체담당자</th> <th>업체담당자</th>
<th>업체담당자연락처</th> <th>업체담당자연락처</th>
<th>교육비</th> <th>교육비</th>
@ -155,18 +155,21 @@
<tr> <tr>
<td class="link"><a href="#" onclick="viewdocument(@item.no)">[수정]</a></td> <td class="link"><a href="#" onclick="viewdocument(@item.no)">[수정]</a></td>
<td>@(item.cdt != DateTime.MinValue ? item.cdtymd : item.udt != DateTime.MinValue ? item.udtymd : "-") </td> <td>@(item.cdt != DateTime.MinValue ? item.cdtymd : item.udt != DateTime.MinValue ? item.udtymd : "-") </td>
<td>@item.kind</td>
<td>@item.cg</td>
<td>@item.cshape</td>
<td>@item.username</td> <td>@item.username</td>
<td>@(item.userpno.Length > 7 ? item.userpno.Insert(6,"-") : item.userpno)</td> <td>@(item.userpno.Length > 7 ? item.userpno.Insert(6,"-") : item.userpno)</td>
<td>@item.typeman</td> <td>@item.phone</td>
<td>@item.cshape</td>
<td>@item.edukind</td> <td>@item.edukind</td>
<td>@item.typeman</td>
<td>@item.typejob</td>
<td>@item.typeedu</td> <td>@item.typeedu</td>
<td>@item.typegrade</td> <td>@item.typegrade</td>
<td>@item.typejob</td> <td>@Convert.ToDateTime(@item.ssdate).ToShortDateString()</td>
<td>@Convert.ToDateTime(@item.sedate).ToShortDateString()</td>
<td>@item.cgname</td> <td>@item.cgname</td>
<td>@item.completeno</td> <td>@item.completeno</td>
<td>@item.kind</td>
<td>@item.cg</td>
<td>@item.companyname</td> <td>@item.companyname</td>
<td>@item.companyaddr</td> <td>@item.companyaddr</td>
<td>@item.brno</td> <td>@item.brno</td>
@ -174,13 +177,10 @@
<td>@item.btype</td> <td>@item.btype</td>
<td>@item.bkind</td> <td>@item.bkind</td>
<td>@item.ceoname</td> <td>@item.ceoname</td>
<td>@Convert.ToDateTime(@item.ssdate).ToShortDateString()</td>
<td>@Convert.ToDateTime(@item.sedate).ToShortDateString()</td>
<td>@item.sctime</td> <td>@item.sctime</td>
<td>@item.assign</td> <td>@item.assign</td>
<td>@item.slevel</td> <td>@item.slevel</td>
<td>@item.uduty</td> <td>@item.uduty</td>
<td>@item.phone</td>
<td>@item.mname</td> <td>@item.mname</td>
<td>@item.mphone</td> <td>@item.mphone</td>
<td>@item.sprice</td> <td>@item.sprice</td>

View File

@ -614,7 +614,7 @@
<select id="cr.lectsd" parameterClass="hashtable" resultClass="lectsd"> <select id="cr.lectsd" parameterClass="hashtable" resultClass="lectsd">
select a.lectno,a.attrate,a.cmno select a.lectno,a.attrate,a.cmno
,b.sdno,b.sdname,b.sddesc,b.fgno sdfgno,b.sdcondition ,b.sdno,b.sdname,b.sddesc,b.fgno sdfgno,b.sdcondition
,c.sstime,c.setime ,a.sdate sstime,a.edate setime
,d.checktime,d.cpoint,d.feedb,d.fgno,d.atext ,d.checktime,d.cpoint,d.feedb,d.fgno,d.atext
from lect a from lect a
inner join cmsd b on b.cmno=a.cmno and b.sdno=#sdno# inner join cmsd b on b.cmno=a.cmno and b.sdno=#sdno#
@ -642,7 +642,7 @@
<select id="cr.lectsd2" parameterClass="hashtable" resultClass="lectsd"> <select id="cr.lectsd2" parameterClass="hashtable" resultClass="lectsd">
select a.lectno,a.attrate select a.lectno,a.attrate
,b.sdno,b.sdname,b.sddesc,b.fgno sdfgno,b.sdcondition ,b.sdno,b.sdname,b.sddesc,b.fgno sdfgno,b.sdcondition
,c.sstime,c.setime ,a.sdate sstime,a.edate setime
,d.checktime,d.cpoint,d.feedb,d.fgno,d.atext ,d.checktime,d.cpoint,d.feedb,d.fgno,d.atext
from lect a from lect a
inner join cmsd b on b.cmno=a.cmno and b.sdno=#sdno# inner join cmsd b on b.cmno=a.cmno and b.sdno=#sdno#
@ -665,12 +665,13 @@
update lectsdboard set rcount=rcount+1 where bno=#bno# and cno&lt;&gt;#userno#; update lectsdboard set rcount=rcount+1 where bno=#bno# and cno&lt;&gt;#userno#;
select a.bno,a.subject,a.contents,a.cdt,a.fgno,a.cno select a.bno,a.subject,a.contents,a.cdt,a.fgno,a.cno
,b.sdname ,b.sdname
,c.sstime,c.setime ,l.sdate sstime,l.edate setime
,u.username,u.userno ,u.username,u.userno
,a2.checktime ,a2.checktime
from lectsdboard a from lectsdboard a
inner join lectsd a2 on a2.lectno=a.lectno and a2.sdno=a.sdno inner join lectsd a2 on a2.lectno=a.lectno and a2.sdno=a.sdno
inner join users u on u.userno=a.cno inner join users u on u.userno=a.cno
inner join lect l on l.lectno = a2.lectno
inner join cmsd b on b.sdno=a.sdno inner join cmsd b on b.sdno=a.sdno
inner join cm c on c.cmno=b.cmno inner join cm c on c.cmno=b.cmno
where a.bno=#bno# and a.isdel=0 where a.bno=#bno# and a.isdel=0

View File

@ -13,6 +13,7 @@
<li><a href="/Account/Index">로그인</a></li> <li><a href="/Account/Index">로그인</a></li>
@*<li><a href="/Account/JoinIdVeri">회원가입</a></li>*@ @*<li><a href="/Account/JoinIdVeri">회원가입</a></li>*@
} }
<li><a href="http://939.co.kr/yicte" target="_blank" >원격지원</a></li>
</ul> </ul>
<ul class="gnbMenu"> <ul class="gnbMenu">
@Html.Raw(ViewBag.TopMenuM) @Html.Raw(ViewBag.TopMenuM)