From fe02f176b512a9d6a4e12437d929e04e99bb7567 Mon Sep 17 00:00:00 2001
From: zs <zhoushuai@zbooksoft.com>
Date: 星期三, 04 二月 2026 16:17:26 +0800
Subject: [PATCH] 报表调整,新增统计图,入库时需要移动附件位置

---
 src/main/webapp/WEB-INF/view/gh/catAjjxx/checkIndex.jsp |   53 ++++++++++++++++++++++++++++++-----------------------
 1 files changed, 30 insertions(+), 23 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..da62126 100644
--- a/src/main/webapp/WEB-INF/view/gh/catAjjxx/checkIndex.jsp
+++ b/src/main/webapp/WEB-INF/view/gh/catAjjxx/checkIndex.jsp
@@ -137,14 +137,14 @@
                             </div>
                         </td>
                     </tr>
-                    <tr id="tr_question">
-                        <td class="tbtitle">楠屾敹闂锛�</td>
-                        <td>
-                            <input id="question" class="easyui-textbox" name="question"
-                                   style="width:260px;height:80px"
-                                   data-options="">
-                        </td>
-                    </tr>
+<%--                    <tr id="tr_question">--%>
+<%--                        <td class="tbtitle">楠屾敹闂锛�</td>--%>
+<%--                        <td>--%>
+<%--                            <input id="question" class="easyui-textbox" name="question"--%>
+<%--                                   style="width:260px;height:80px"--%>
+<%--                                   data-options="">--%>
+<%--                        </td>--%>
+<%--                    </tr>--%>
                 </table>
                 <div class="progress" style="display: none;">
                     <span class="text">0%</span>
@@ -222,49 +222,56 @@
         }
     }
 
-    //鐐瑰嚮鍚庯紝鎵撳紑鐭跨閫夋嫨妗�
     function selectCheckQuestion() {
         var haveSelected = checkQuestion;
+        var ids = params.ids;
         top.layer.open({
             title: "閫夋嫨闂娓呭崟",
             type: 2,
             area: ["900px", "600px"],
             fixed: false,
-            content: "gdMisManage/selectCheckQuestion",
+            // content: "gdMisManage/selectCheckQuestion",
+            content: "general/list?viewId=2004428410897367042",
             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椤电殑绐楀彛瀵硅薄
                 //灏嗗洖璋冨嚱鏁颁紶缁欏瓙椤甸潰
-                if (iframeWin && iframeWin.param) {
-                    iframeWin.param.haveSelected = haveSelected;
-                    // iframeWin.param.backOne = selectQuestionCallBack;
-                    iframeWin.param.backOne = window.selectQuestionCallBack;
+                // if (iframeWin && iframeWin.param) {
+                //     iframeWin.param.haveSelected = haveSelected;
+                //     // iframeWin.param.backOne = selectQuestionCallBack;
+                //     iframeWin.param.backOne = window.selectQuestionCallBack;
+                // }
+                if (iframeWin.params) {
+                    if (ids) {
+                        iframeWin.params.ids = ids;
+                    }
                 }
+
             }
         });
     }
 
     window.selectQuestionCallBack = function (selectMineral) {
+        $("input[radiobuttonName='isOk'][value='-1']").radiobutton('check');
         checkQuestion = selectMineral;
     };
 
     function checkNoFile() {
         var id = params.ids[0];
         var checkData = $('#checkData').textbox("getValue");
-        var question = $('#question').textbox("getValue");
-        if (question != null && question != "") {
-            checkQuestion = checkQuestion + "," + "0" + "-" + "question";
-        }
+        // var question = $('#question').textbox("getValue");
+        // if (question != null && question != "") {
+        //     checkQuestion = checkQuestion + "," + "0" + "-" + "question";
+        // }
         wcp.ui.setBusy("body", wcp.ajax({
             url: "catAjjxx/check",
             data: JSON.stringify({
                 checkState: checkState,
                 id: id,
-                checkData: checkData,
-                question: question,
-                checkQuestion: checkQuestion
+                checkData: checkData
+                // question: question,
+                // checkQuestion: checkQuestion
             }),
         }).done(function (result) {
             //鍏抽棴绐楀彛
@@ -283,4 +290,4 @@
         $("#checkData").datebox('setValue', parsedate);
     }
 </script>
-</html>
+</html>
\ No newline at end of file

--
Gitblit v1.9.1