|
@@ -1,5 +1,4 @@
|
|
|
-<!DOCTYPE html>
|
|
|
-<html style="height: 100%">
|
|
|
+<html style="height: 100%">
|
|
|
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
@@ -99,7 +98,7 @@
|
|
|
<div class="alert alert-warning" id="mpAlert" style="display:none">
|
|
|
</div>
|
|
|
<div class="text-white row">
|
|
|
- <div class="col-md-4">
|
|
|
+ <div class="col-md-5">
|
|
|
<div class="text-center">全厂产能统计</div>
|
|
|
<table class="table table-bordered text-center" style="color: #ffffff">
|
|
|
<thead>
|
|
@@ -116,39 +115,66 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
- <div class="col-md-8 text-white">
|
|
|
+ <div class="col-md-7 text-white">
|
|
|
<div class="text-center text-lg">本厂今日生产能手榜</div>
|
|
|
<div class="row">
|
|
|
- <div class="col-md-6">
|
|
|
+ <div class="col-6 text-center">红榜</div>
|
|
|
+ <div class="col-6 text-center">黑榜</div>
|
|
|
+ </div>
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-md-3">
|
|
|
<table class="table table-bordered text-center table-striped">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th scope="col" colspan="3">红榜</th>
|
|
|
+ <th>人员</th>
|
|
|
+ <th>良品数</th>
|
|
|
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody id="rank-two">
|
|
|
+ </tbody>
|
|
|
+
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="col-md-3">
|
|
|
+ <table class="table table-bordered text-center table-striped">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
<th>人员</th>
|
|
|
- <th>良品数</th>
|
|
|
<th>不良率</th>
|
|
|
+
|
|
|
</tr>
|
|
|
</thead>
|
|
|
- <tbody id="rank-two">
|
|
|
+ <tbody id="rank-four">
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
- <div class="col-md-6">
|
|
|
+ <div class="col-md-3">
|
|
|
<table class="table table-bordered text-center table-striped">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th scope="col" colspan="3">黑榜</th>
|
|
|
+ <th>人员</th>
|
|
|
+ <th>良品数</th>
|
|
|
+
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody id="rank-three">
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="col-md-3">
|
|
|
+ <table class="table table-bordered text-center table-striped">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>人员</th>
|
|
|
- <th>良品数</th>
|
|
|
+
|
|
|
<th>不良率</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
- <tbody id="rank-three">
|
|
|
+ <tbody id="rank-five">
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|