内蒙项目首页修改
This commit is contained in:
@@ -153,13 +153,13 @@
|
||||
<div class="bw-b-bottom-up">
|
||||
<div class="tab-wrap">
|
||||
<div class="tab" data-value="2">
|
||||
<div class="t-item ">施工分包商</div>
|
||||
<%--<div class="t-item ">施工分包商</div>
|
||||
<div class="spline"></div>
|
||||
<div class="t-item">问题类型</div>
|
||||
<div class="spline"></div>
|
||||
<div class="spline"></div>--%>
|
||||
<div class="t-item active">单位工程</div>
|
||||
<div class="spline"></div>
|
||||
<div class="t-item">专业</div>
|
||||
<%--<div class="spline"></div>
|
||||
<div class="t-item">专业</div>--%>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bw-item-content">
|
||||
@@ -193,9 +193,9 @@
|
||||
<div class="bw-b-bottom-up">
|
||||
<div class="tab-wrap">
|
||||
<div class="tab" data-value="4">
|
||||
<div class="t-item active">安装单位工程</div>
|
||||
<%-- <div class="t-item active">安装单位工程</div>
|
||||
<div class="spline"></div>
|
||||
<div class="t-item">建筑单位工程</div>
|
||||
<div class="t-item">建筑单位工程</div>--%>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bw-item-content">
|
||||
@@ -296,7 +296,7 @@
|
||||
var one2 =<%=One2 %>
|
||||
var one3 =<%=One3 %>
|
||||
category_One('one1', "质量验收一次合格率", one1, one1+"%")
|
||||
category_One('one2', "施工资料同步率", one2, one2+"%")
|
||||
category_One('one2', "方案审批通过率", one2, one2+"%")
|
||||
category_One('one3', "质量问题整改完成率", one3, one3+"%")
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
@@ -727,14 +727,15 @@
|
||||
barGap:0,
|
||||
data: three.series[0].data,
|
||||
itemStyle: { normal: { color: 'rgba(43,155,176,1)' } }
|
||||
},
|
||||
{
|
||||
name: '施工资料同步率',
|
||||
type: 'bar',
|
||||
data: three.series[1].data,
|
||||
barCategoryGap:10,
|
||||
itemStyle: { normal: { color: 'rgba(140,202,214, 1)' } }
|
||||
}]
|
||||
}//,
|
||||
//{
|
||||
// name: '施工资料同步率',
|
||||
// type: 'bar',
|
||||
// data: three.series[1].data,
|
||||
// barCategoryGap:10,
|
||||
// itemStyle: { normal: { color: 'rgba(140,202,214, 1)' } }
|
||||
// }
|
||||
]
|
||||
category_Three('three', xArr, series)
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
@@ -846,21 +847,22 @@
|
||||
//var data = [12, 5, 28, 43, 22, 11, 40, 21, 9]
|
||||
//var data1 = [21, 9, 12, 15, 8, 43, 17, 11, 22]
|
||||
var series = [{
|
||||
name: '质量验收一次合格率',
|
||||
name: '',
|
||||
type: 'bar',
|
||||
barWidth:30,
|
||||
barGap:0,
|
||||
data: four.series[0].data,
|
||||
itemStyle: { normal: { color: 'rgba(43,155,176,1)' } }
|
||||
},
|
||||
{
|
||||
name: '施工资料同步率',
|
||||
type: 'bar',
|
||||
data: four.series[1].data,
|
||||
barWidth:30,
|
||||
//barCategoryGap:20,
|
||||
itemStyle: { normal: { color: 'rgba(140,202,214, 1)' } }
|
||||
}];
|
||||
}//,
|
||||
//{
|
||||
// name: '施工资料同步率',
|
||||
// type: 'bar',
|
||||
// data: four.series[1].data,
|
||||
// barWidth:30,
|
||||
// //barCategoryGap:20,
|
||||
// itemStyle: { normal: { color: 'rgba(140,202,214, 1)' } }
|
||||
// }
|
||||
];
|
||||
category('four', xArr, series)
|
||||
</script>
|
||||
|
||||
@@ -987,13 +989,14 @@
|
||||
type: 'bar',
|
||||
data: three.series[0].data,
|
||||
itemStyle: { normal: { color: 'rgba(43,155,176,1)' } }
|
||||
},
|
||||
{
|
||||
name: '施工资料同步率',
|
||||
type: 'bar',
|
||||
data: three.series[1].data,
|
||||
itemStyle: { normal: { color: 'rgba(140,202,214, 1)' } }
|
||||
}];
|
||||
}//,
|
||||
//{
|
||||
// name: '施工资料同步率',
|
||||
// type: 'bar',
|
||||
// data: three.series[1].data,
|
||||
// itemStyle: { normal: { color: 'rgba(140,202,214, 1)' } }
|
||||
// }
|
||||
];
|
||||
if (index == 2) {
|
||||
//xArr = ["专业1", "专业2", "专业3", "专业4", "专业5", "专业6"]
|
||||
xArr = three2.categories
|
||||
@@ -1002,13 +1005,16 @@
|
||||
type: 'bar',
|
||||
data: three2.series[0].data,
|
||||
itemStyle: { normal: { color: 'rgba(43,155,176,1)' } }
|
||||
},
|
||||
{
|
||||
name: '施工资料同步率',
|
||||
type: 'bar',
|
||||
data: three2.series[1].data,
|
||||
itemStyle: { normal: { color: 'rgba(140,202,214, 1)' } }
|
||||
}];
|
||||
}
|
||||
// ,
|
||||
//{
|
||||
// name: '施工资料同步率',
|
||||
// type: 'bar',
|
||||
// data: three2.series[1].data,
|
||||
// itemStyle: { normal: { color: 'rgba(140,202,214, 1)' } }
|
||||
// }
|
||||
|
||||
];
|
||||
}
|
||||
category_Three('three', xArr, series)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user