DASHBOARD 수정
This commit is contained in:
@@ -154,7 +154,7 @@ $(document).ready(function() {
|
||||
['Supply', 'CNT'],
|
||||
|
||||
<c:forEach var="item" items="${LISTSUPPLY}" varStatus="status">
|
||||
['${item.SUPPLY_NAME}',${item.TOTAL_SUPPLY_UNIT_CNT}],
|
||||
['${item.CLIENT_NM}',${item.TOTAL_SUPPLY_UNIT_CNT}],
|
||||
</c:forEach>
|
||||
]);
|
||||
|
||||
@@ -2175,7 +2175,7 @@ function fn_projectFilter(statusNm, cnt){
|
||||
</div>
|
||||
-->
|
||||
<div class="graph_section " id="piechart2" style=" width:120%; overflow:hidden;margin-left:-17px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="float_r ">
|
||||
@@ -2487,7 +2487,7 @@ function fn_projectFilter(statusNm, cnt){
|
||||
-->
|
||||
<div class="contents_section50">
|
||||
<!--3단 start-->
|
||||
<div class="n_wrap2" style="margin:100px 20px">
|
||||
<div class="n_wrap2" style="margin:0px 20px">
|
||||
<div class="float_l w70"><!-- asd_box -->
|
||||
<div class="section_title">
|
||||
<div>
|
||||
@@ -2561,23 +2561,20 @@ function fn_projectFilter(statusNm, cnt){
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="float_l w100 " style="margin-top:20px;"><!-- asd_box -->
|
||||
<!-- <div class="float_l w100 " style="margin-top:20px;">
|
||||
<div class="section_title">
|
||||
<div>
|
||||
<i class="fa-solid fa-square-poll-vertical"></i>투입원가현황
|
||||
</div>
|
||||
</div>
|
||||
<div class="tablebox"> <!-- tableBox -->
|
||||
<table class=" n_table2"><!-- scrolltable -->
|
||||
<div class="tablebox">
|
||||
<table class=" n_table2">
|
||||
<colgroup>
|
||||
<col width="12%">
|
||||
<col width="25%">
|
||||
<col width="20%">
|
||||
<col width="20%">
|
||||
<col width="13%">
|
||||
<%--
|
||||
<col width="10%">
|
||||
--%>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="">
|
||||
@@ -2586,16 +2583,13 @@ function fn_projectFilter(statusNm, cnt){
|
||||
<th>목표원가(원)</th>
|
||||
<th>투입원가(원)</th>
|
||||
<th>투입율(%)</th>
|
||||
<!--
|
||||
<th>상태</th>
|
||||
-->
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="costStatusListArea" style="height: 205px;">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="float_l w70" style="margin-top:20px;">
|
||||
<div class="section_title">
|
||||
|
||||
Reference in New Issue
Block a user