From afe9f011522d1511019fe4e0471c686438845e11 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期二, 09 十二月 2025 19:22:37 +0800
Subject: [PATCH] 入库功能

---
 src/main/webapp/static/js/basStation/basStation.js |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/basStation/basStation.js b/src/main/webapp/static/js/basStation/basStation.js
index 8a05d33..05c57bc 100644
--- a/src/main/webapp/static/js/basStation/basStation.js
+++ b/src/main/webapp/static/js/basStation/basStation.js
@@ -31,7 +31,7 @@
             , {field: 'modiTime$', align: 'center', title: '淇敼鏃堕棿'}
             , {field: 'appeUser$', align: 'center', title: '鍒涘缓鑰�'}
             , {field: 'appeTime$', align: 'center', title: '娣诲姞鏃堕棿'}
-            , {fixed: 'right', title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 120}
+            , {fixed: 'right', title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 220}
         ]],
         request: {
             pageName: 'curr',
@@ -138,9 +138,27 @@
             case "del":
                 del([data.id]);
                 break;
+            case "detlShow":
+                detail(data);
+                break;
         }
     });
 
+    function detail(data) {
+        devNo = data?.devNo
+        // 寮瑰眰鏄剧ず
+        layer.open({
+            type: 2,
+            title: '鏌ョ湅鏄庣粏',
+            maxmin: true,
+            area: [top.detailWidth, top.detailHeight],
+            shadeClose: true,
+            content: 'basStationDetl.html',
+            success: function (layero, index) {
+            }
+        });
+    }
+
     /* 寮圭獥 - 鏂板銆佷慨鏀� */
     function showEditModel(mData) {
         admin.open({

--
Gitblit v1.9.1