From aad7616a31cc72d2f5a072ca9a35d98b8eb71421 Mon Sep 17 00:00:00 2001 From: luoshiwen <1140456899@qq.com> Date: Wed, 12 Apr 2023 15:10:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/EPS_Yzpq/index.html | 6 ++++++ src/App.vue | 26 +++++++++++++++++--------- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/public/EPS_Yzpq/index.html b/public/EPS_Yzpq/index.html index b5fa384..cb50ccc 100644 --- a/public/EPS_Yzpq/index.html +++ b/public/EPS_Yzpq/index.html @@ -167,6 +167,12 @@ window.parent.loadFin() } // loadding() + + // 根据仓位号搜索位置 + function wareHouse(val){ + console.log('仓位号位置' + val); + unityInstanceA.SendMessage("Manager","Unity_LocateWarehouseNo",val+'') + } diff --git a/src/App.vue b/src/App.vue index ea6ddb9..7a13428 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,8 +15,8 @@ - - + +