onmouseup="handleRowClick(' + obj.datas[idx].cid + ')" data-cid="' + obj.datas[idx].cid + '">';
content += '| ' + (obj.count - idx - (nCount * (nPage - 1))) + ' | ';
- content += '' + obj.datas[idx].constName + ' | ';
+ content += '' + obj.datas[idx].constName + ' | ';
content += '' + obj.datas[idx].projectStateCodeName + ' | ';
content += '' + constStartDate + ' ~ ' + constEndDate + ' | ';
content += '' + obj.datas[idx].constStateCodeName + ' | ';
+ content += '' + glName + gmName + gsName + ' | ';
content += '' + masterCompanyDept + ' | ';
content += '' + masterCompanyAdmin + ' | ';
content += '' + masterCompanyTel + ' | ';
@@ -412,8 +416,8 @@ li {
position_: absolute;
background-color: white;
display: none;
- left: 82px;
- top: 42px;
+ left: 23px;
+ top: 35px;
z-index: 3;
}
#suggestionList div {
@@ -437,6 +441,12 @@ li {
padding: 6px 14px;
resize: none;
}
+ .drilling .table-wrap table td:nth-child(2) {
+ max-width: 230px;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ }
@@ -504,10 +514,11 @@ li {
-
+
+
@@ -521,12 +532,13 @@ li {
| 사업명 |
입력상태 |
사업내용 |
- 발주기관현황 |
+ 발주기관현황 |
건설사현황 |
| 사업기간 |
사업단계 (설계 시공 준공 유지관리) |
+ 발주처 |
담당부서 |
담당자 |
담당연락처 |
diff --git a/src/main/webapp/css/admins/sass/style.scss b/src/main/webapp/css/admins/sass/style.scss
index b627bfe..5ffaf0f 100644
--- a/src/main/webapp/css/admins/sass/style.scss
+++ b/src/main/webapp/css/admins/sass/style.scss
@@ -1049,7 +1049,7 @@ a:hover {font-family: "굴림체"; font-size: 9pt; color: #FF8000; text-decora
text-align: center;
color: #333;
height: 50px;
- font-size: 14px;
+ font-size: 13px;
line-height: 21px;
border-top: 2px solid #114672;
border-bottom: 2px solid #ddd;
diff --git a/src/main/webapp/css/admins/style.css b/src/main/webapp/css/admins/style.css
index 477443e..9caee80 100644
--- a/src/main/webapp/css/admins/style.css
+++ b/src/main/webapp/css/admins/style.css
@@ -1188,7 +1188,7 @@ a:hover {
text-align: center;
color: #333;
height: 50px;
- font-size: 14px;
+ font-size: 13px;
line-height: 21px;
border-top: 2px solid #114672;
border-bottom: 2px solid #ddd;