From 9f095733d13185290cfedd242b5f299585fbcad0 Mon Sep 17 00:00:00 2001 From: Junjie <xjj@123> Date: 星期一, 07 四月 2025 10:05:34 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/agvBasDevp/basDevp.js | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/agvBasDevp/basDevp.js b/src/main/webapp/static/js/agvBasDevp/basDevp.js index 8bbafbf..c17a0b3 100644 --- a/src/main/webapp/static/js/agvBasDevp/basDevp.js +++ b/src/main/webapp/static/js/agvBasDevp/basDevp.js @@ -77,7 +77,7 @@ return html; }} ,{field: 'locSts$', align: 'center',title: '璐т綅鐘舵��'} - ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�', edit:true, style:'color: blue;font-weight: bold'} + //,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�', edit:true, style:'color: blue;font-weight: bold'} ,{field: 'floor', align: 'center',title: '妤�'} //,{field: 'locType1$', align: 'center',title: '楂樹綆'} ,{field: 'barcode', align: 'center',title: '鏉″舰鐮�'} @@ -385,7 +385,7 @@ layer.msg("姝ょ珯鐐圭殑鐘舵�佷笉瀛樺湪鐗╂枡"); return; } - locDetlToLayer(data.barcode); + locDetlToLayer(data.devNo,data.barcode); break; case 'unbind': // locDetl(data.locNo); @@ -572,8 +572,9 @@ } // iframe鐗╂枡璇︽儏 - function locDetlToLayer(val) { - barcode = val; + function locDetlToLayer(val1,val2) { + devNo = val1; + barcode = val2; layer.open({ type: 2, title: '绔欑偣鏄庣粏', -- Gitblit v1.9.1