|
@@ -1969,6 +1969,10 @@ const typeEvent = (type : any) => {
|
|
|
|
|
|
// 爬行器模块
|
|
// 爬行器模块
|
|
case 'crawlerModule':
|
|
case 'crawlerModule':
|
|
|
|
+
|
|
|
|
+ // 隐藏箱子
|
|
|
|
+ objTypeViewEvent.boxLook(false);
|
|
|
|
+
|
|
objTypeViewEvent.crawlerModuleEvent();
|
|
objTypeViewEvent.crawlerModuleEvent();
|
|
// 切换动画
|
|
// 切换动画
|
|
objTypeViewEvent.animationAllTypeUpdate("stopAll");
|
|
objTypeViewEvent.animationAllTypeUpdate("stopAll");
|
|
@@ -1977,6 +1981,10 @@ const typeEvent = (type : any) => {
|
|
|
|
|
|
// 线缆卷盘
|
|
// 线缆卷盘
|
|
case 'cableReel':
|
|
case 'cableReel':
|
|
|
|
+
|
|
|
|
+ // 隐藏箱子
|
|
|
|
+ objTypeViewEvent.boxLook(false);
|
|
|
|
+
|
|
objTypeViewEvent.cableReelEvent();
|
|
objTypeViewEvent.cableReelEvent();
|
|
// 切换动画
|
|
// 切换动画
|
|
objTypeViewEvent.animationAllTypeUpdate("stopAll");
|
|
objTypeViewEvent.animationAllTypeUpdate("stopAll");
|
|
@@ -2201,6 +2209,8 @@ const typeEvent = (type : any) => {
|
|
|
|
|
|
// 设备归位工作
|
|
// 设备归位工作
|
|
case 'equipmentRepositioningWork':
|
|
case 'equipmentRepositioningWork':
|
|
|
|
+ // 隐藏箱子
|
|
|
|
+ objTypeViewEvent.boxLook(false);
|
|
objTypeViewEvent.equipmentRepositioningWorkEvent();
|
|
objTypeViewEvent.equipmentRepositioningWorkEvent();
|
|
break;
|
|
break;
|
|
|
|
|