From 0f423073e7cdfb8cbfe527aa6d0286b3b732c221 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期一, 17 十一月 2025 09:16:14 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/basErrLog/basErrLog.js |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/basErrLog/basErrLog.js b/src/main/webapp/static/js/basErrLog/basErrLog.js
index a38e3b6..2e0b24b 100644
--- a/src/main/webapp/static/js/basErrLog/basErrLog.js
+++ b/src/main/webapp/static/js/basErrLog/basErrLog.js
@@ -42,7 +42,7 @@
             ,{field: 'updateBy$', align: 'center',title: '淇敼浜哄憳', hide: true}
             ,{field: 'memo', align: 'center',title: '澶囨敞', hide: true}
 
-            // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
+            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
         ]],
         request: {
             pageName: 'curr',
@@ -188,6 +188,28 @@
     table.on('tool(basErrLog)', function(obj){
         var data = obj.data;
         switch (obj.event) {
+            // 鏄庣粏灞曠ず
+            case 'detlShow':
+                // wrkNo = data.wrkNo;
+                // 琛ㄦ牸涓嬫柟鏄剧ず
+                // locDetl(data.wrkNo);
+                // 寮瑰眰鏄剧ず
+                layer.open({
+                    type: 2,
+                    title: '寮傚父鏄庣粏',
+                    maxmin: true,
+                    area: [top.detailWidth, top.detailHeight],
+                    shadeClose: true,
+                    content: 'logDetl.html',
+                    success: function(layero, index){
+                        var iframeWin = window[layero.find('iframe')[0]['name']];
+                        iframeWin.setCreateTime(data.startTime);
+                        iframeWin.setUuid(data.uuid);
+                        console.log(data.uuid);
+
+                    }
+                });
+                break;
             // 璇︽儏
             case 'detail':
                 layer.open({

--
Gitblit v1.9.1