新需求
This commit is contained in:
parent
f3f138b349
commit
40b5307caf
|
|
@ -98,7 +98,6 @@ public class HomeController {
|
|||
@PostMapping(value = "getExpireDataList")
|
||||
@DecryptAndVerify(decryptedClass = SamplesManageDto.class)
|
||||
@LogAnnotation(operModul = "系统管理-首页", operation = "获取临期数据列表", operDesc = "业务级事件",operType="查询")
|
||||
@PreAuthorize("@pms.hasPermission('sys:alter:all')")
|
||||
public ServerResponse getExpireDataList(EncryptedReq<SamplesManageDto> data) {
|
||||
PageHelper.startPage(data.getData().getPage(), data.getData().getLimit());
|
||||
try {
|
||||
|
|
|
|||
|
|
@ -78,8 +78,8 @@
|
|||
<tr><td style="text-align: left;padding: 0 0 0 10px;" id="illustrate" colspan="10">说明:外观状态若符合判定依据要求的则打✔,不符合要求的则打X;试验结论一栏则填符合:Y或不符合:N,不符合原因在备注一栏体现。</td></tr>
|
||||
</table>
|
||||
<div class="title2 layout" style="margin-top: 5px">
|
||||
<p>试验员:<img style="width: 100px" id="experUserName"/></p>
|
||||
<p>审核员:<img style="width: 100px" id="auditUserName"/></p>
|
||||
<p style="height: 25%">试验员:<img style="width: 100px;" id="experUserName"/></p>
|
||||
<p style="height: 25%">审核员:<img style="width: 100px;" id="auditUserName"/></p>
|
||||
</div>
|
||||
<div class="btn-box" style="display: none;">
|
||||
<button class="layui-btn layui-btn-norma save" onclick="download()">下载</button>
|
||||
|
|
|
|||
|
|
@ -83,9 +83,9 @@
|
|||
<!-- 模态框(背景) -->
|
||||
<div id="myModal" class="modal">
|
||||
<!-- 模态内容 -->
|
||||
<div class="modal-content" style="width: 35%; height: 38%;">
|
||||
<div class="modal-content" style="width: 35%; height: 38%;background: #FFFFFF">
|
||||
<span class="close">×</span>
|
||||
<img class="modal-img" src="" alt="Image">
|
||||
<img style="width: 100%;height: 88%" class="modal-img" src="" alt="Image">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue