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 @@ - - + +