Quellcode durchsuchen

附件名称过滤修改
主管部门合并办理界面

王喜洋 vor 2 Jahren
Ursprung
Commit
8f71a67b98

+ 1 - 1
ruoyi-common/src/main/java/com/ruoyi/common/utils/file/FileUtils.java

@@ -35,7 +35,7 @@ import java.util.zip.ZipOutputStream;
  */
 public class FileUtils
 {
-    public static String FILENAME_PATTERN = "[a-zA-Z0-9_\\-\\,\\,\\。\\(\\)\\(\\)\\〔\\〕\\[\\]\\【\\】\\ - \\|\\.\\u4e00-\\u9fa5]+";
+    public static String FILENAME_PATTERN = "[a-zA-Z0-9_\\-\\,\\,\\。\\、\\,\\(\\)\\(\\)\\〔\\〕\\[\\]\\【\\】\\ - \\|\\.\\u4e00-\\u9fa5]+";
     private static final Logger log = LoggerFactory.getLogger(FileUtils.class);
 
     /**

+ 2 - 2
ruoyi-system/src/main/resources/templates/process/declaration/audit/zgbm/zgbmApprovalDone.html

@@ -692,8 +692,8 @@
 
                     <div class="flex flex-direction align-center justify-between pd-28-24 bg-9ac" style="width: 470px;height: 568px;"   th:if="${declaration.declarationStatus} == '3' and ${attritionFlag} == false" >
                         <h3 style="font-weight: bold">确认函</h3>
-                        <div class="bg-white width-100 position-relative flex justify-around flex-direction" style="padding: 30px 0;height: 386px;">
-                            <img style="width: 100%;height: 254px;object-fit: cover;" src="../../../../../imgs/qrh.png">
+                        <div class="bg-white width-100 position-relative flex justify-around flex-direction" style="padding: 30px 0;height: 386px;width: 267px">
+                            <img style="width: 100%;height: 254px;object-fit: cover;" src="../../../../../imgs/img_1.png">
                             <a href="javascript:void(0)" onclick="qrh()" class="btn btn-bg-gray border-radius-50 position-absolute color-white flex align-center" style="right: 20px; bottom: 20px">
                                 <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-search margin-r-8" viewBox="0 0 16 16">
                                     <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>

+ 31 - 11
ruoyi-system/src/main/resources/templates/process/declaration/audit/zgbm/zgbmApprovalMerge.html

@@ -894,18 +894,38 @@
             }
         };
         if(!attritionFlag){
-            layer.confirm("是否提交至:" + "<span style='color: red'>人事综合管理部门</span>", {
-                icon: 3,
-                title: "系统提示",
-                area:[ '300px','180px'],
-                btn: ['确认', '取消'],
-                btn3: function (index, layero) {
-                    layer.close(index);
+            $.ajax({
+                url: prefix + "/setActivitiMsg",
+                type: "post",
+                data: {
+                    "declarationId": $("#declarationId").val(),
+                    "type": "4",//同意
+                    "declarationType": ""
+                }, success: function (r) {
+                    if (r.code == 0) {
+                        let html = `<div class='flex flex-direction align-center'><h3>申请将提交至:</h3><img style="width: 48px;height: 110px;margin: 15px 0;object-fit: cover;" src="../../../../../imgs/img_mask_arrow.png"><span>人事综合管理部门</span></div>`;
+                        layer.confirm(html, {
+                                skin: 'add-mask-class',
+                                title: "系统提示",
+                                btn: ['确认并发送短信', '确认', '取消'],
+                                btn3: function (index, layero) {
+                                    layer.close(index);
+                                }
+                            },
+                            function (index) {
+                                data.noteFlag = 'true';
+                                config.data = data;
+                                $.ajax(config);
+                                layer.close(index);
+                            }, function (index) {
+                                $.ajax(config);
+                                layer.close(index);
+                            });
+                    } else {
+                        $.modal.alertError(r.msg);
+                    }
                 }
-            }, function (index) {
-                $.ajax(config);
-                layer.close(index);
-            });
+            })
         }else {
             $.modal.confirm('是否全部通过', function () {
                 $.ajax(config);

+ 86 - 90
ruoyi-system/src/main/resources/templates/process/declaration/audit/zgbm/zgbmApprovalMergeDone.html

@@ -493,7 +493,91 @@
                 </div>
             </div>
 
-
+                    <div class="flex" style="margin: 0 calc(50% - 492px);">
+                        <div class="flex flex-direction align-center justify-between pd-28-24 bg-9ac" style="width: 470px;height: 568px;margin-right: 45px">
+                            <h3 style="font-weight: bold">[[${ncqgwName}]]拟超缺岗位表</h3>
+                            <div class="bg-white width-100 position-relative flex justify-around flex-direction" style="padding: 30px 0;height: 386px;width: 393px">
+                                <img style="width: 100%;height: 270px;object-fit: cover;" src="../../../../../imgs/img_2.png">
+                                <a href="javascript:void(0)" onclick="showcqgwb()" class="btn btn-bg-gray border-radius-50 position-absolute color-white flex align-center" style="right: 20px; bottom: 20px">
+                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-search margin-r-8" viewBox="0 0 16 16">
+                                        <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
+                                    </svg>
+                                    查看大图
+                                </a>
+                            </div>
+                            <div class="flex align-center">
+                                <button type="button" class="btn btn-bg-blue padding-lr-36 margin-lr-10 flex align-center" onclick="showcqgwb(true)">
+                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-printer margin-r-8" viewBox="0 0 16 16">
+                                        <path d="M2.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/>
+                                        <path d="M5 1a2 2 0 0 0-2 2v2H2a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h1v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-1h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1V3a2 2 0 0 0-2-2H5zM4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H4V3zm1 5a2 2 0 0 0-2 2v1H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v-1a2 2 0 0 0-2-2H5zm7 2v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1z"/>
+                                    </svg>
+                                    打印
+                                </button>
+                                <button type="button" class="btn btn-border-bg-blue padding-lr-36 margin-lr-10 flex align-center" onclick="showcqgwb(false)">
+                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-arrow-bar-up margin-r-8" viewBox="0 0 16 16">
+                                        <path fill-rule="evenodd" d="M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5zm-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z"/>
+                                    </svg>
+                                    导出
+                                </button>
+                            </div>
+                        </div>
+                        <div class="flex flex-direction align-center justify-between pd-28-24 bg-9ac" style="width: 470px;height: 568px;">
+                            <h3 style="font-weight: bold">变动人员名单</h3>
+                            <div class="bg-white width-100 position-relative flex justify-around flex-direction" style="padding: 30px 0;height: 386px;width: 393px">
+                                <img style="width: 100%;height: 324px;object-fit: cover;" src="../../../../../imgs/img_3.png">
+                                <a href="javascript:void(0)" onclick="showbdrymd()" class="btn btn-bg-gray border-radius-50 position-absolute color-white flex align-center" style="right: 20px; bottom: 20px">
+                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-search margin-r-8" viewBox="0 0 16 16">
+                                        <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
+                                    </svg>
+                                    查看大图
+                                </a>
+                            </div>
+
+                            <div class="flex align-center">
+                                <button type="button" class="btn btn-bg-blue padding-lr-36 margin-lr-10 flex align-center" onclick="showbdrymd(true)">
+                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-printer margin-r-8" viewBox="0 0 16 16">
+                                        <path d="M2.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/>
+                                        <path d="M5 1a2 2 0 0 0-2 2v2H2a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h1v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-1h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1V3a2 2 0 0 0-2-2H5zM4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H4V3zm1 5a2 2 0 0 0-2 2v1H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v-1a2 2 0 0 0-2-2H5zm7 2v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1z"/>
+                                    </svg>
+                                    打印
+                                </button>
+                                <button type="button" class="btn btn-border-bg-blue padding-lr-36 margin-lr-10 flex align-center" onclick="showbdrymd(false)">
+                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-arrow-bar-up margin-r-8" viewBox="0 0 16 16">
+                                        <path fill-rule="evenodd" d="M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5zm-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z"/>
+                                    </svg>
+                                    导出
+                                </button>
+                            </div>
+                        </div>
+                        <div class="flex flex-direction align-center justify-between pd-28-24 bg-9ac" style="width: 470px;height: 568px;" th:if="${declaration.declarationStatus} == '3' and ${attritionFlag} == false">
+                            <h3 style="font-weight: bold">确认函</h3>
+                            <div class="bg-white width-100 position-relative flex justify-around flex-direction" style="padding: 30px 0;height: 386px; width: 267px">
+                                <img style="width: 100%;height: 347px;object-fit: cover;" src="../../../../../imgs/img_1.png">
+                                <a href="javascript:void(0)" onclick="downQRH()" class="btn btn-bg-gray border-radius-50 position-absolute color-white flex align-center" style="right: 20px; bottom: 20px">
+                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-search margin-r-8" viewBox="0 0 16 16">
+                                        <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
+                                    </svg>
+                                    查看大图
+                                </a>
+                            </div>
+
+                            <div class="flex align-center">
+                                <button type="button" class="btn btn-bg-blue padding-lr-36 margin-lr-10 flex align-center">
+                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-printer margin-r-8" viewBox="0 0 16 16">
+                                        <path d="M2.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/>
+                                        <path d="M5 1a2 2 0 0 0-2 2v2H2a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h1v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-1h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1V3a2 2 0 0 0-2-2H5zM4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H4V3zm1 5a2 2 0 0 0-2 2v1H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v-1a2 2 0 0 0-2-2H5zm7 2v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1z"/>
+                                    </svg>
+                                    打印
+                                </button>
+                                <button type="button" class="btn btn-border-bg-blue padding-lr-36 margin-lr-10 flex align-center">
+                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-arrow-bar-up margin-r-8" viewBox="0 0 16 16">
+                                        <path fill-rule="evenodd" d="M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5zm-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z"/>
+                                    </svg>
+                                    导出
+                                </button>
+                            </div>
+                        </div>
+                    </div>
             <!--                    来文-->
             <div class="row ibox" style="box-shadow: none;border: none;" id="post5">
                 <div class="ibox-title flex justify-between align-center width-100">
@@ -524,95 +608,7 @@
                                 <td colspan="2">审核意见:</td>
                                 <td colspan="12" style="text-align: left">[[${zgComment}]]<span style="">[[${zgbmczySubmitTime}]]</span></td>
                             </tr>
-                            <tr>
-                                <td colspan="14" style="height: 10vh;">
-                                    <div class="flex" style="margin: 0 calc(50% - 492px);">
-                                        <div class="flex flex-direction align-center justify-between pd-28-24 bg-9ac" style="width: 470px;height: 568px;margin-right: 45px">
-                                            <h3 style="font-weight: bold">[[${ncqgwName}]]拟超缺岗位表</h3>
-                                            <div class="bg-white width-100 position-relative flex justify-around flex-direction" style="padding: 30px 0;height: 386px;width: 393px">
-                                                <img style="width: 100%;height: 270px;object-fit: cover;" src="../../../../../imgs/img_2.png">
-                                                <a href="javascript:void(0)" onclick="showcqgwb()" class="btn btn-bg-gray border-radius-50 position-absolute color-white flex align-center" style="right: 20px; bottom: 20px">
-                                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-search margin-r-8" viewBox="0 0 16 16">
-                                                        <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
-                                                    </svg>
-                                                    查看大图
-                                                </a>
-                                            </div>
-                                            <div class="flex align-center">
-                                                <button type="button" class="btn btn-bg-blue padding-lr-36 margin-lr-10 flex align-center" onclick="showcqgwb(true)">
-                                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-printer margin-r-8" viewBox="0 0 16 16">
-                                                        <path d="M2.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/>
-                                                        <path d="M5 1a2 2 0 0 0-2 2v2H2a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h1v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-1h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1V3a2 2 0 0 0-2-2H5zM4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H4V3zm1 5a2 2 0 0 0-2 2v1H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v-1a2 2 0 0 0-2-2H5zm7 2v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1z"/>
-                                                    </svg>
-                                                    打印
-                                                </button>
-                                                <button type="button" class="btn btn-border-bg-blue padding-lr-36 margin-lr-10 flex align-center" onclick="showcqgwb(false)">
-                                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-arrow-bar-up margin-r-8" viewBox="0 0 16 16">
-                                                        <path fill-rule="evenodd" d="M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5zm-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z"/>
-                                                    </svg>
-                                                    导出
-                                                </button>
-                                            </div>
-                                        </div>
-                                        <div class="flex flex-direction align-center justify-between pd-28-24 bg-9ac" style="width: 470px;height: 568px;">
-                                            <h3 style="font-weight: bold">变动人员名单</h3>
-                                            <div class="bg-white width-100 position-relative flex justify-around flex-direction" style="padding: 30px 0;height: 386px;width: 393px">
-                                                <img style="width: 100%;height: 324px;object-fit: cover;" src="../../../../../imgs/img_3.png">
-                                                <a href="javascript:void(0)" onclick="showbdrymd()" class="btn btn-bg-gray border-radius-50 position-absolute color-white flex align-center" style="right: 20px; bottom: 20px">
-                                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-search margin-r-8" viewBox="0 0 16 16">
-                                                        <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
-                                                    </svg>
-                                                    查看大图
-                                                </a>
-                                            </div>
-
-                                            <div class="flex align-center">
-                                                <button type="button" class="btn btn-bg-blue padding-lr-36 margin-lr-10 flex align-center" onclick="showbdrymd(true)">
-                                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-printer margin-r-8" viewBox="0 0 16 16">
-                                                        <path d="M2.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/>
-                                                        <path d="M5 1a2 2 0 0 0-2 2v2H2a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h1v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-1h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1V3a2 2 0 0 0-2-2H5zM4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H4V3zm1 5a2 2 0 0 0-2 2v1H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v-1a2 2 0 0 0-2-2H5zm7 2v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1z"/>
-                                                    </svg>
-                                                    打印
-                                                </button>
-                                                <button type="button" class="btn btn-border-bg-blue padding-lr-36 margin-lr-10 flex align-center" onclick="showbdrymd(false)">
-                                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-arrow-bar-up margin-r-8" viewBox="0 0 16 16">
-                                                        <path fill-rule="evenodd" d="M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5zm-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z"/>
-                                                    </svg>
-                                                    导出
-                                                </button>
-                                            </div>
-                                        </div>
-                                        <div class="flex flex-direction align-center justify-between pd-28-24 bg-9ac" style="width: 470px;height: 568px;" th:if="${declaration.declarationStatus} == '3' and ${attritionFlag} == false">
-                                            <h3 style="font-weight: bold">确认函</h3>
-                                            <div class="bg-white width-100 position-relative flex justify-around flex-direction" style="padding: 30px 0;height: 386px; width: 267px">
-                                                <img style="width: 100%;height: 347px;object-fit: cover;" src="../../../../../imgs/img_1.png">
-                                                <a href="javascript:void(0)" onclick="downQRH()" class="btn btn-bg-gray border-radius-50 position-absolute color-white flex align-center" style="right: 20px; bottom: 20px">
-                                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-search margin-r-8" viewBox="0 0 16 16">
-                                                        <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
-                                                    </svg>
-                                                    查看大图
-                                                </a>
-                                            </div>
-
-                                            <div class="flex align-center">
-                                                <button type="button" class="btn btn-bg-blue padding-lr-36 margin-lr-10 flex align-center">
-                                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-printer margin-r-8" viewBox="0 0 16 16">
-                                                        <path d="M2.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/>
-                                                        <path d="M5 1a2 2 0 0 0-2 2v2H2a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h1v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-1h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1V3a2 2 0 0 0-2-2H5zM4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H4V3zm1 5a2 2 0 0 0-2 2v1H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v-1a2 2 0 0 0-2-2H5zm7 2v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1z"/>
-                                                    </svg>
-                                                    打印
-                                                </button>
-                                                <button type="button" class="btn btn-border-bg-blue padding-lr-36 margin-lr-10 flex align-center">
-                                                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-arrow-bar-up margin-r-8" viewBox="0 0 16 16">
-                                                        <path fill-rule="evenodd" d="M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5zm-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z"/>
-                                                    </svg>
-                                                    导出
-                                                </button>
-                                            </div>
-                                        </div>
-                                    </div>
-                                </td>
-                            </tr>
+
 
                             <tr>
                                 <td colspan="14">