|
|
@@ -4,10 +4,11 @@
|
|
4
|
4
|
<div class="row pad-top2 row-main">
|
|
5
|
5
|
<div class="col-lg-3 col-md-12 col-sm-12" style="height:100%;">
|
|
6
|
6
|
<div class="row" style="height:100%;">
|
|
7
|
|
- <div data-smart-include="app/home/views/daibsx.html"></div>
|
|
8
|
|
- <!-- <div data-smart-include="app/home/views/daibsx copy.html"></div> -->
|
|
|
7
|
+ <!-- <div data-smart-include="app/home/views/daibsx.html"></div> -->
|
|
|
8
|
+ <div data-smart-include="app/home/views/daibsx copy.html"></div>
|
|
9
|
9
|
<!--**待办事项 col-sm-12**-->
|
|
10
|
|
- <div data-smart-include="app/home/views/liangkjbzk.html"></div>
|
|
|
10
|
+ <!-- <div data-smart-include="app/home/views/liangkjbzk.html"></div> -->
|
|
|
11
|
+ <div data-smart-include="app/home/views/liangkjbzk copy.html"></div>
|
|
11
|
12
|
<!--**粮库基本状况 col-sm-12**-->
|
|
12
|
13
|
</div>
|
|
13
|
14
|
</div>
|
|
|
@@ -16,131 +17,21 @@
|
|
16
|
17
|
<!--**待办事项 视频监控 粮食市场价格变化 col-sm-3**-->
|
|
17
|
18
|
<div class="col-lg-9 col-md-9 col-sm-12 home-search-main" style="height:100%;">
|
|
18
|
19
|
<div class="row" style="height: 100%;">
|
|
19
|
|
- <div class="home-search-wrap row" style="height:15%;">
|
|
20
|
|
- <div class="col-md-12 col-sm-12 weather-bor"
|
|
21
|
|
- style="background: #fff;border-radius: 5px;">
|
|
22
|
|
- <!--查询-->
|
|
23
|
|
- <!--
|
|
24
|
|
- <div class="input-group home-search">
|
|
25
|
|
- <div class="btn-group dropdown" data-dropdown>
|
|
26
|
|
- <div class="drop-div" data-toggle="dropdown">
|
|
27
|
|
- 请选择查询项 <span class="caret"></span>
|
|
28
|
|
- </div>
|
|
29
|
|
- <ul class="dropdown-menu">
|
|
30
|
|
- <li>
|
|
31
|
|
- <a href-void>Action</a>
|
|
32
|
|
- </li>
|
|
33
|
|
- <li>
|
|
34
|
|
- <a href-void>Another action</a>
|
|
35
|
|
- </li>
|
|
36
|
|
- <li>
|
|
37
|
|
- <a href-void>Something else here</a>
|
|
38
|
|
- </li>
|
|
39
|
|
- <li class="divider"></li>
|
|
40
|
|
- <li>
|
|
41
|
|
- <a href-void>Separated link</a>
|
|
42
|
|
- </li>
|
|
43
|
|
- </ul>
|
|
44
|
|
- </div>
|
|
45
|
|
- <div class="sear-int-box">
|
|
46
|
|
- <i class="sear-icon"></i><input class="form-control" type="text" placeholder="请输入查询内容">
|
|
47
|
|
- </div>
|
|
48
|
|
- <div class="input-group-btn"><button class="btn" type="button">搜索</button></div>
|
|
|
20
|
+ <div class="home-search-wrap row" style="height:15%;" >
|
|
|
21
|
+ <a href="#/prewarning/index">
|
|
|
22
|
+ <img style="width:100%" src="styles/img/home/home-bg.png" alt="">
|
|
|
23
|
+ </a>
|
|
|
24
|
+
|
|
|
25
|
+
|
|
49
|
26
|
</div>
|
|
50
|
|
- -->
|
|
51
|
|
- <div class="weather-box">
|
|
52
|
|
- <span class="date-box" style="color:#333;font-size:16px"> {{depotInfo.orgName}}欢迎您</span>
|
|
53
|
|
- <span id="dateInfo" class="date-box"
|
|
54
|
|
- style="color:#333;font-size:16px">{{now | date:'yyyy-MM-dd'}}</span>
|
|
55
|
|
- <!--<iframe src="http://tianqi.5ikfc.com:90/plugin-code/?style=1&dy=1&cl=ffffff&tl=ffffff&th=ffffff" allowTransparency="true" frameborder="0" scrolling="no" width="280" height="50" id="weather_frame" style="background: black;"></iframe>-->
|
|
56
|
|
- </div>
|
|
57
|
|
- </div>
|
|
58
|
|
- <!--/搜索 col-sm-6-->
|
|
59
|
|
-
|
|
60
|
|
- </div>
|
|
61
|
|
- <!--****/搜索**-->
|
|
62
|
|
- <div class="cangt" ng-controller="cangtCtrl" style="height:84%;">
|
|
63
|
|
- <div class="cangt-oper" style="z-index:800;">
|
|
64
|
|
- <select id="sele" class="form-control input-sm" ng-change="tempCameraChange()"
|
|
65
|
|
- ng-model="seleVal" style="color:#1ca1e0;">
|
|
66
|
|
- <option value="1">监控</option>
|
|
67
|
|
- <option value="2">粮情</option>
|
|
68
|
|
- </select>
|
|
69
|
|
- <ul id="indexBJ-ul">
|
|
70
|
|
- <li style="cursor: pointer;"><img src="../../styles/img/home-1/baoj.png" />报警</li>
|
|
71
|
|
- </ul>
|
|
72
|
|
- </div>
|
|
73
|
|
- <div class="wrap-imgbox1" style="height:100%;">
|
|
74
|
|
-
|
|
75
|
|
- <!-- <img id="img" src="styles/img/home-1/cangt.png" style="width: 100%;height: 100%;"/> -->
|
|
76
|
|
- <img id="img" src="{{birdsEyeUrl}}" style="width: 100%;height: 100%;" />
|
|
77
|
|
-
|
|
78
|
|
- <!-- <div style="position: absolute;width: 100%;height:100%;top:0px;left:0px" id="showDiv"
|
|
79
|
|
- auto-height>
|
|
80
|
|
- </div> -->
|
|
81
|
|
-
|
|
82
|
|
- <div style="position: absolute;width: 100%;height:100%;top:0px;left:0px" id="showDiv1"
|
|
83
|
|
- auto-height>
|
|
84
|
|
- </div>
|
|
85
|
|
- <div>
|
|
86
|
|
- <div class='jk-icon-box' id="iconDiv"></div>
|
|
87
|
|
- <!--<div class='jk-icon-box'>-->
|
|
88
|
|
- <!--<div class='jk-text-box' style='z-index:0;border-radius:1%;resize: both;height: 0px;width:9%;left:52.86%;top:13.81%;position: absolute;text-align:center;line-height: 6;'>-->
|
|
89
|
|
- <!--<i class='text-i' style='cursor:default;padding: 0px 0px;font-size: 15px;'>P1库</i>-->
|
|
90
|
|
- <!--</div>-->
|
|
91
|
|
- <!--<div class='jk-text-box' style='z-index:0;border-radius:1%;resize: both;height: 0px;width:10%;left:53.37%;top:49.17%;position: absolute;text-align:center;line-height: 6;'>-->
|
|
92
|
|
- <!--<i class='text-i' style='cursor:default;padding: 0px 0px;font-size: 15px;'>P2库</i>-->
|
|
93
|
|
- <!--</div>-->
|
|
94
|
|
- <!--<div class='jk-text-box' style='z-index:0;border-radius:1%;resize: both;height: 0px;width:10%;left:32.43%;top:12.9%;position: absolute;text-align:center;line-height: 6;'>-->
|
|
95
|
|
- <!--<i class='text-i' style='cursor:default;padding: 0px 0px;font-size: 15px;'>P3库</i>-->
|
|
96
|
|
- <!--</div>-->
|
|
97
|
|
- <!--<div class='jk-text-box' style='z-index:0;border-radius:1%;resize: both;height: 0px;width:10%;left:31.84%;top:50.68%;position: absolute;text-align:center;line-height: 6;'>-->
|
|
98
|
|
- <!--<i class='text-i' style='cursor:default;padding: 0px 0px;font-size: 15px;'>P4库</i>-->
|
|
99
|
|
- <!--</div>-->
|
|
100
|
|
- <!--<div class='jk-text-box' style='z-index:0;border-radius:1%;resize: both;height: 0px;width:15%;left:72.62%;top:32.93%;position: absolute;text-align:center;line-height: 3;'>-->
|
|
101
|
|
- <!--<i class='text-i' style='cursor:default;padding: 0px 0px;font-size: 15px;'>P5库</i>-->
|
|
102
|
|
- <!--</div>-->
|
|
103
|
|
- <!--</div>-->
|
|
104
|
|
- </div>
|
|
105
|
|
- </div>
|
|
106
|
|
- <div class="changt-icon baoj-icon-box">
|
|
107
|
|
- <!--<img style="top:120px; left:250px;" src="styles/img/home-1/ship.png"/>-->
|
|
108
|
|
- <!--<img class="baoj-icon" style="top:130px; left:275px;" src="styles/img/home-1/baoj.png"/>-->
|
|
109
|
|
- </div>
|
|
110
|
|
- <div id="popContainer" style="display:none;">
|
|
111
|
|
-
|
|
112
|
|
- </div>
|
|
113
|
|
- <!--********/弹窗*******-->
|
|
114
|
|
- <div class="modal fade" id="cameraPlayModal" tabindex="-1" role="dialog"
|
|
115
|
|
- aria-labelledby="myModalLabel" aria-hidden="true">
|
|
116
|
|
- <div class="modal-dialog" style="width:78%;height:85%;">
|
|
117
|
|
- <div class="modal-content" style="height:100%;">
|
|
118
|
|
- <div class="modal-header">
|
|
119
|
|
- <button type="button" class="close" data-dismiss="modal" aria-hidden="true">
|
|
120
|
|
- ×
|
|
121
|
|
- </button>
|
|
122
|
|
- <h4 class="modal-title" id="myModalLabel">{{alias}}</h4>
|
|
123
|
|
- </div>
|
|
124
|
|
- <div class="modal-body" id="ocxDiv" style="height:80%;">
|
|
125
|
|
- <!--<div smart-include="app/monitor/views/camera-ocx.html"></div>-->
|
|
126
|
|
- </div>
|
|
127
|
|
- <div class="modal-footer">
|
|
128
|
|
- <button type="button" class="btn btn-default" data-dismiss="modal"
|
|
129
|
|
- ng-click="distroyOcx()">
|
|
130
|
|
- 取消
|
|
131
|
|
- </button>
|
|
132
|
|
- </div>
|
|
133
|
|
- </div><!-- /.modal-content -->
|
|
134
|
|
- </div><!-- /.modal-dialog -->
|
|
135
|
|
- </div><!-- /.modal-->
|
|
136
|
|
- </div>
|
|
137
|
|
- <!--*******/cangt******-->
|
|
|
27
|
+
|
|
138
|
28
|
</div>
|
|
139
|
29
|
</div>
|
|
140
|
30
|
<!--**/查询 仓图 col-sm-5**-->
|
|
141
|
31
|
<div class="col-lg-3 col-md-3 col-sm-12" style="height:100%;">
|
|
142
|
32
|
<div class="row" style="height:100%">
|
|
143
|
|
- <div data-smart-include="app/home/views/dangqzy.html"></div>
|
|
|
33
|
+ <!-- <div data-smart-include="app/home/views/dangqzy.html"></div> -->
|
|
|
34
|
+ <div data-smart-include="app/home/views/dangqzy copy.html"></div>
|
|
144
|
35
|
<!--**当前作业 col-sm-12**-->
|
|
145
|
36
|
<div data-smart-include="app/home/views/kuczb.html"></div>
|
|
146
|
37
|
<!--**储粮量/库存占比 col-sm-12**-->
|
|
|
@@ -151,7 +42,8 @@
|
|
151
|
42
|
<!--**/当前作业 储粮量/库存占比 粮食品种 储粮等级 col-sm-4**-->
|
|
152
|
43
|
</div>
|
|
153
|
44
|
<div class="row home-row-fotter" style="height:30%;">
|
|
154
|
|
- <div data-smart-include="app/home/views/quxt.html"></div>
|
|
|
45
|
+ <!-- <div data-smart-include="app/home/views/quxt.html"></div> -->
|
|
|
46
|
+ <div data-smart-include="app/home/views/quxt copy.html"></div>
|
|
155
|
47
|
<!--**三温曲线图 col-sm-12**-->
|
|
156
|
48
|
<div data-smart-include="app/home/views/liangspz.html"></div>
|
|
157
|
49
|
<!--**粮食品种 col-sm-12**-->
|