|
|
@@ -62,24 +62,22 @@
|
|
|
<td>工号</td>
|
|
|
<td>数量</td>
|
|
|
</tr>
|
|
|
- <tr class="tr_title_warning" style="height: 30px; font-size:27px">
|
|
|
- <td>工号1</td>
|
|
|
- <td>数量1</td>
|
|
|
- <td>工号1</td>
|
|
|
- <td>数量1</td>
|
|
|
- <td>工号1</td>
|
|
|
- <td>数量1</td>
|
|
|
- </tr>
|
|
|
- <tr class="tr_title_warning" style="height: 30px; font-size:27px">
|
|
|
- <td>工号2</td>
|
|
|
- <td>数量2</td>
|
|
|
- <td>工号2</td>
|
|
|
- <td>数量2</td>
|
|
|
- <td>工号2</td>
|
|
|
- <td>数量2</td>
|
|
|
- </tr>
|
|
|
</table>
|
|
|
-
|
|
|
+ <div style=" height:80px;overflow:hidden;">
|
|
|
+ <table style="width:50%";> <!--style="display:none;"-->
|
|
|
+ <tr class="tr_title_warning" style="height: 30px; font-size:27px">
|
|
|
+ <td style="font-size: 27px; height: 30px; ">{工号}</td>
|
|
|
+ <td style="font-size: 27px; height: 30px; ">{数量}</td>
|
|
|
+ <td style="font-size: 27px; height: 30px; ">{工号}</td>
|
|
|
+ <td style="font-size: 27px; height: 30px; ">{数量}</td>
|
|
|
+ <td style="font-size: 27px; height: 30px; ">{工号}</td>
|
|
|
+ <td style="font-size: 27px; height: 30px; ">{数量}</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table id="yieldTable" style="width: 50%;">
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+
|
|
|
<table cellspacing="0" cellpadding="0" border="0" style="width: 50%; margin-top: 1%;">
|
|
|
<tr class="tr_title_warning" style="height: 60px;">
|
|
|
<td colspan="6" style="color:white;">一烧产量:——</td>
|