193 lines
8.6 KiB
HTML
193 lines
8.6 KiB
HTML
|
||
|
||
<style type="text/css">
|
||
.top {
|
||
width: 80%;
|
||
margin: auto;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
|
||
.top select {
|
||
width: 150px;
|
||
height: 30px;
|
||
margin-left: 10px;
|
||
}
|
||
|
||
.guanLi {
|
||
width: 93%;
|
||
margin: auto;
|
||
text-align: center;
|
||
}
|
||
|
||
.guanLi tr {
|
||
height: 30px;
|
||
}
|
||
|
||
.yanse {
|
||
background: #e4f4f8;
|
||
border: #c9ebf2 1px solid;
|
||
}
|
||
|
||
.btn {
|
||
width: 60px;
|
||
text-align: center;
|
||
height: 30px;
|
||
margin-left: 50px;
|
||
background: #e4e8e5f5;
|
||
border: none;
|
||
color: #fff;
|
||
border-radius: 5px;
|
||
}
|
||
|
||
.class_tabel {
|
||
/*position: absolute;*/
|
||
height: 40px;
|
||
text-align: center;
|
||
font-size: 15px;
|
||
line-height: 40px;
|
||
background: #e4f4f8;
|
||
border: #c9ebf2 1px solid;
|
||
}
|
||
#myModal .layui-table-cell{
|
||
height:auto;
|
||
overflow:visible;
|
||
text-overflow:inherit;
|
||
white-space:normal;
|
||
}
|
||
.Top i {
|
||
width: 12%;
|
||
}
|
||
</style>
|
||
|
||
|
||
<div class="container">
|
||
<div style=" margin-top: 4%; text-align: center;">
|
||
<h2>污染物总膳食暴露量预警</h2><h3 style="margin-top: 10px;"><span id="time_show"></span></h3>
|
||
</div>
|
||
<div style="margin-top: 40px;">
|
||
<div style=" text-align: center; width: 100%; margin-bottom: 20px;">
|
||
开始时间:<input type="date" ng-model="date1" placeholder="" style="width: 200px;" class="form-control input-sm w-sm inline m-r" />
|
||
结束时间:<input type="date" ng-model="date2" placeholder="" style="width: 200px;" class="form-control input-sm w-sm inline m-r" />
|
||
<input type="button" style="background: #0eb3e694;width: 80px;" class="btn btn-success" value="查询" ng-click="YJ_BLLPG()" />
|
||
</div>
|
||
<div style="margin-left:16%;">
|
||
<div style="float: left;">
|
||
<span style="float: left;">大于等于50%小于100%</span>
|
||
<div style=" margin-left: 150px; width: 30px; height: 18px;background: #fff900;"></div>
|
||
</div>
|
||
<div style="float: left;">
|
||
<span style="float: left;margin-left: 15px;">大于等于100%小于200%</span>
|
||
<div style=" margin-left: 170px; width: 30px; height: 18px;background: #ff8300;"></div>
|
||
</div>
|
||
<div style="float: left;">
|
||
<span style="margin-left: 10px;float: left;">大于等于200%</span>
|
||
<div style=" margin-left: 105px; width: 30px; height: 18px;background: red;"></div>
|
||
</div>
|
||
<div style="float: left;">
|
||
<span style="margin-left: 10px;float: left;">MOE小于等于10000</span>
|
||
<div style=" margin-left: 145px; width: 30px; height: 18px;background: red;"></div>
|
||
</div>
|
||
<div style="float: left;">
|
||
<i class="fa fa-exclamation-circle" aria-hidden="true" style="color: #ff0000;margin-left: 30px;"></i>
|
||
<a style="color: #0029ff;" data-toggle="modal" data-target="#myModal2">定义</a>
|
||
</div>
|
||
</div>
|
||
|
||
<div style="margin-top: 65px; width: 97%; overflow: auto;height:500px;">
|
||
<table st-table="dispData1" st-safe-src="mydata" class="table table-striped" id="myTable" style="white-space: nowrap;">
|
||
<thead>
|
||
<tr>
|
||
<th style="width: 7%;">检测项目</th>
|
||
<th style="width: 7%;text-align: center;">样品件数</th>
|
||
<!--<th style="width: 7%;text-align: center;">检测值平均值</th>-->
|
||
<!--<th style="width: 7%;text-align: center;">检测值单位</th>-->
|
||
<th style="width: 7%;text-align: center;">人数</th>
|
||
<!--<th style="width: 7%;text-align: center;">消费量平均值(g/d)</th>-->
|
||
<th style="width: 7%;text-align: center;">健康指导值类型</th>
|
||
<th style="width: 7%;text-align: center;">健康指导值</th>
|
||
<th style="width: 7%;text-align: center;">健康指导值单位</th>
|
||
<th style="width: 7%;text-align: center;">平均暴露量</th>
|
||
<th style="width: 8%;">暴露量平均值占比</th>
|
||
<th style="width: 7%;text-align: center;">详情</th>
|
||
</tr>
|
||
</thead>
|
||
<st-loading is-show="isShow" tip-show="正在加载请稍后!!"></st-loading>
|
||
<tbody>
|
||
<tr ng-repeat="item in dispData1" class="">
|
||
<td style="font-size: 16px;background: {{item.ji}}"> {{item.JCXM}}</td>
|
||
<td style="font-size: 16px;"> {{item.jianshu}}</td>
|
||
<!--<td style="font-size: 16px;"> item.jczPJ</td>-->
|
||
<!--<td style="font-size: 16px;"> item.jczDW}}</td>-->
|
||
<td style="font-size: 16px;"> {{item.renshu}}</td>
|
||
<!--<td style="font-size: 16px;"> item.XFLPJ}}</td>-->
|
||
<td style="font-size: 16px;"> {{item.zhidaozhiLX}}</td>
|
||
<td style="font-size: 16px;"> {{item.zhidaozhi}}</td>
|
||
<td style="font-size: 16px;"> {{item.zhidaozhiDW}}</td>
|
||
<td style="font-size: 16px;"> {{item.BLL}}</td>
|
||
<td style="font-size: 16px;background: {{item.ji}}"> {{item.zhanbiBLL}}</td>
|
||
<td style="font-size: 16px;text-align: center;" ng-click="YJ_AllLocal('{{item.JCXM}}','{{item.SP}}')" data-toggle="modal" data-target="#myModal"> 查看</td>
|
||
</tr>
|
||
|
||
</tbody>
|
||
|
||
</table>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<script>
|
||
|
||
$(function () {
|
||
$('.dept_select').chosen();
|
||
});
|
||
|
||
|
||
|
||
|
||
</script>
|
||
|
||
|
||
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
||
<div class="modal-dialog" style=" width: 80%;">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||
<h4 class="modal-title" id="myModalLabel">不合格预警</h4>
|
||
</div>
|
||
<div class="modal-body">
|
||
<div style="margin-left: 6%;">
|
||
<table class="layui-hide" id="test2"></table>
|
||
|
||
</div>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="modal fade" id="myModal2" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
||
<div class="modal-dialog" style=" width: 50%;margin-top:10%;">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||
<h4 class="modal-title" id="myModalLabel">定义</h4>
|
||
|
||
</div>
|
||
<div class="modal-body">
|
||
<h3 id="show_text_h" style="color: #ff000085;line-height: 33px;font-size: 20px;">
|
||
污染物总膳食暴露量预警指的不同食品小类中某个检验项目的平均暴露量之和,污染物膳食平均暴露量=食品中某个检验项目的检测值的平均值*上海市居民该类食物消费量的平均值/上海市居民的平均体重,污染物总膳食暴露量(EXP)和该项目的健康指导值进行比较;同时考虑到有些检验项目的致癌性,对于这类项目采用MOE方法进行计算,计算公式为MOE=基准下限剂量(BMDL)/EXP,MOE和10000进行比较,小于等于10000存在风险,大于10000说明健康风险不大。<br /> 预警分为3个等级:<br /> 1. EXP占健康指导值的比值为50%(含)到100%(不含)的预警为黄色<br /> 2. EXP占健康指导值的比值为100%(含)到200%(不含)的预警为橙色<br /> 3. EXP占健康指导值的比值为大于200%(含)、MOE小于等于10000的预警为红色
|
||
</h3>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|