From 2b543ca35ad4697e31225829be13e375cd2b0259 Mon Sep 17 00:00:00 2001
From: zs <zhoushuai@zbooksoft.com>
Date: 星期三, 04 二月 2026 16:46:00 +0800
Subject: [PATCH] 成果资料退回后需要删除对应附件

---
 src/main/webapp/WEB-INF/view/gh/catAjjxx/checkIndex.jsp |   51 +++++++++++++++++++++++++++++----------------------
 1 files changed, 29 insertions(+), 22 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 0034197..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,25 +222,32 @@
         }
     }
 
-    //鐐瑰嚮鍚庯紝鎵撳紑鐭跨閫夋嫨妗�
     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) {
                 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;
+                    }
                 }
+
             }
         });
     }
@@ -253,18 +260,18 @@
     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