| | |
| | | </div> |
| | | <div class="center"> |
| | | <h1>原材料检测报告</h1> |
| | | <table> |
| | | <table height="30px"> |
| | | <tr> |
| | | <td>材料名称</td> |
| | | <td colspan="5">{{reportData.name}}</td> |
| | |
| | | </td> |
| | | </tr> |
| | | </table> |
| | | <el-row class="date-group" :gutter="20"> |
| | | <el-col :span="12">检测、日期:<span>{{reportData.createTime}}</span></el-col> |
| | | <el-col :span="12">审核、日期:<span>{{reportData.checkTime}}</span></el-col> |
| | | <el-row class="date-group"> |
| | | <p>检测、日期:<span>{{reportData.createTime}}</span></p> |
| | | <p>审核、日期:<span>{{reportData.checkTime}}</span></p> |
| | | </el-row> |
| | | <p class="footer"> |
| | | <span>编号:</span><span>{{reportData.rcode}}</span> |
| | | <span> 发行日期:</span><span>{{now}}</span> |
| | | <span> 保存期限:</span><span>长期</span> |
| | | <span>编号:</span><span>{{reportData.rcode}} </span> |
| | | <span>发行日期:</span><span>{{now}} </span> |
| | | <span>保存期限:</span><span>长期</span> |
| | | </p> |
| | | </div> |
| | | </div> |
| | |
| | | } |
| | | table{ |
| | | width:100%; |
| | | height:100vh; |
| | | border-collapse: collapse; |
| | | font-size: 18px; |
| | | } |
| | |
| | | border: 2px solid black; |
| | | } |
| | | tr,td,th{ |
| | | padding: 5px 5px; |
| | | padding: 10px 10px; |
| | | } |
| | | .date-group .el-col{ |
| | | text-align: center; |
| | | padding: 50px 0px; |
| | | font-size: 18px; |
| | | .date-group{ |
| | | width: 90%; |
| | | margin-left: 5%; |
| | | p{ |
| | | width: 50%; |
| | | float: left; |
| | | text-align: center; |
| | | padding: 50px 0px; |
| | | font-size: 18px; |
| | | } |
| | | } |
| | | .footer{ |
| | | margin: 0; |
| | | padding: 0; |
| | | width:90%; |
| | | margin-left: 5%; |
| | | color: gray; |
| | | color: lightgray; |
| | | text-align: center; |
| | | margin-top: 250px; |
| | | } |