From 7cf2e143941e1548cc468992ada42106a27805a1 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期二, 09 十二月 2025 19:22:40 +0800
Subject: [PATCH] Merge branch 'jsxswms' of http://47.97.1.152:5880/r/zy-asrs into jsxswms
---
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