@using WMS.BZWeb;
@{
ViewBag.Title = "盘条库监控";
Layout = "~/Views/Shared/_Index.cshtml";
}
@Html.AppendCssFile("/Areas/DeviceMonitorManager/Views/PTDeviceMonitor/InteractionPointIndex.css")
1F交互点
1002
2
1003
3
1004
4
1006
6
1007
7
1008
8
1010
10
1011
11
1012
12
1014
14
1015
15
1016
16
2F交互点
1002
2
1003
3
1004
4
1006
6
1007
7
1008
8
1010
10
1011
11
1012
12
1014
14
1015
15
1016
16
交互点
总货位
空货位
堆垛机
AGV
当前任务
@Html.AppendJsFile("/Areas/DeviceMonitorManager/Views/PTDeviceMonitor/InteractionPointIndex.js")