From 63211c7592b9c7b814de2756d338ffd33ac0c58f Mon Sep 17 00:00:00 2001
From: zhai <1528081232@qq.com>
Date: 星期一, 19 一月 2026 16:37:38 +0800
Subject: [PATCH] 1、提交验收按钮新增判断是否关联附件 2、借阅暂存添加不可外借新增提醒 3、成果表单借阅管理修改为借阅记录 4、合格资料模块,导出文件按钮需要添加日志 5、装盒按钮调整:需要一个确认按钮并且可以更改盒号,调整盒号时能同步展示盒号容量 6、对接斑马打印机 7、利用用户修改

---
 src/main/webapp/WEB-INF/view/gh/catAjjxx/checkIndex.jsp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/WEB-INF/view/gh/catAjjxx/checkIndex.jsp b/src/main/webapp/WEB-INF/view/gh/catAjjxx/checkIndex.jsp
index 2a630fa..0034197 100644
--- a/src/main/webapp/WEB-INF/view/gh/catAjjxx/checkIndex.jsp
+++ b/src/main/webapp/WEB-INF/view/gh/catAjjxx/checkIndex.jsp
@@ -232,7 +232,6 @@
             fixed: false,
             content: "gdMisManage/selectCheckQuestion",
             success: function (layero, index) {
-                console.log("layero", layero)
                 var body = window.top.layer.getChildFrame('body', index);
 
                 var iframeWin = window.top[layero.find('iframe')[0]['name']]; //寰楀埌iframe椤电殑绐楀彛瀵硅薄
@@ -247,6 +246,7 @@
     }
 
     window.selectQuestionCallBack = function (selectMineral) {
+        $("input[radiobuttonName='isOk'][value='-1']").radiobutton('check');
         checkQuestion = selectMineral;
     };
 

--
Gitblit v1.9.1