From f5e7194351d3720f67c29c2fe2a19eea0014a044 Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期三, 22 十一月 2023 21:51:56 +0800 Subject: [PATCH] 任务下发bug修复 --- src/main/webapp/static/js/agvBasDevp/basDevp.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/agvBasDevp/basDevp.js b/src/main/webapp/static/js/agvBasDevp/basDevp.js index 75c55ac..c17a0b3 100644 --- a/src/main/webapp/static/js/agvBasDevp/basDevp.js +++ b/src/main/webapp/static/js/agvBasDevp/basDevp.js @@ -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