From 3aed7236f2db67dd90115a39bc8f1465e4cc8b73 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期二, 16 十二月 2025 14:34:08 +0800
Subject: [PATCH] 立库完成入库添加库区信息

---
 src/main/webapp/static/js/taskLog/taskLog.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/taskLog/taskLog.js b/src/main/webapp/static/js/taskLog/taskLog.js
index 049f72c..f4b4051 100644
--- a/src/main/webapp/static/js/taskLog/taskLog.js
+++ b/src/main/webapp/static/js/taskLog/taskLog.js
@@ -101,6 +101,7 @@
             case 'detlShow':
                 wrkNo = data.wrkNo;
                 ioTime = data.ioTime;
+                id = data.id;
                 // 琛ㄦ牸涓嬫柟鏄剧ず
                 // locDetl(data.wrkNo);
                 // 寮瑰眰鏄剧ず
@@ -110,7 +111,7 @@
                     maxmin: true,
                     area: [top.detailWidth, top.detailHeight],
                     shadeClose: true,
-                    content: 'taskLog_detail.html',
+                    content: 'taskDetlLog.html',
                     success: function (layero, index) {
                     }
                 });

--
Gitblit v1.9.1