新需求

This commit is contained in:
hayu 2024-09-30 17:43:41 +08:00
parent f3f138b349
commit 40b5307caf
3 changed files with 4 additions and 5 deletions

View File

@ -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 {

View File

@ -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>

View File

@ -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">&times;</span>
<img class="modal-img" src="" alt="Image">
<img style="width: 100%;height: 88%" class="modal-img" src="" alt="Image">
</div>
</div>
</body>