shuishen
2022-07-29 71ac571768baab6ca36057be77075b80cfe74739
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
 
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>河道站</title>
    <link rel="stylesheet" href="./css/soil.css">
    <link rel="stylesheet" href="">
</head>
 
<body>
 
    <div class="river-course">
        <div class="river-top">
            <div class="river-menu">
                <ul>
                    <!-- <li class="on" id="riverBtnOne">水位过程</li> -->
                    <li class="on" id="riverBtnTwo">墒情查询</li>
                    <!-- <li id="riverBtnFou">基础信息</li> -->
                </ul>
            </div>
        </div>
        <div class="river-box">
            <!-- 水位过程  -->
            <div class="river-one river-con none">
                <div class="river-box-top">
                    <div class="river-data">
                        <input type="text" class="datainp time-icon" id="timestart" placeholder="开始日期">
                        <span>至</span>
                        <input type="text" class="datainp time-icon" id="timeend" placeholder="结束日期">
                    </div>
                    <input type="button" value="查询" class="river-btn" id="riverBtn" />
                    <input type="button" value="1" style="display: none" class="river-btn" id="REecharts" />
                    <div class="select">
                        <div class="input_in">
                            <input type="text" value="快速查询" readonly="readonly" />
                        </div>
                        <div class="city hide" id="riverSel">
                            <ul>
                                <li data="12">最近12小时</li>
                                <li data="24">最近24小时</li>
                                <li data="36">最近36小时</li>
                                <li data="72">最近72小时</li>
                            </ul>
                        </div>
                    </div>
                    <input type="button" value="水面线查询" style="display: none" class="loc-btn" id="loc_smx" />
                </div>
                <div class="river-pei" id="riverPei"></div>
                <div class="river-tab">
                    <table class="table-thead river-thead">
                        <thead>
                            <tr>
                                <th>
                                    <div>序号</div>
                                </th>
                                <th>
                                    <div>时间</div>
                                </th>
                                <th>
                                    <div>水位(m)</div>
                                </th>
                                <th>
                                    <div>水势</div>
                                </th>
                                <th>
                                    <div>流量(m³/s)</div>
                                </th>
                                
                            </tr>
                        </thead>
                    </table>
                    <div class="comTbody">
                        <table class="table-tbody river-tbody" style="border-top: 0;">
                            <tbody id="riverTable">
                            </tbody>
                        </table>
                    </div>
                </div>
            </div>
            <!-- 八时水位  -->
            <div class="river-two river-con">
                <div class="river-box-top">
                    <div style="position: absolute; left: 20px;">
                    <div class="river-data">
                        <input class="datainp time-icon" id="inpstart_zr" type="text" placeholder="开始日期"
                            readonly><span>至</span><input class="datainp time-icon" id="inpend_zr" type="text"
                            placeholder="结束日期" readonly>
                    </div>
                    <input type="button" value="查询" class="river-btn" id="eigthRiverBtn" />
                    <div class="select">
                        <div class="input_in">
                            <input type="text" value="快速查询" readonly="readonly" />
                        </div>
                        <div class="city hide" id="eightRiverSel">
                            <ul>
                                <li data="本月">本月</li>
                                <li data="上月">上月</li>
                            </ul>
                        </div>
                    </div>
                    </div>
                </div>
                <div class="river-tab soil-popup-table">
                    <table class="table-thead river-thead">
                        <thead>
                            <tr>
                                <th>
                                    <div>序号</div>
                                </th>
                                <th>
                                    <div>时间</div>
                                </th>
                                <th>
                                    <div>10cm深度土壤含水量</div>
                                </th>
                                <th>
                                    <div>20cm深度土壤含水量</div>
                                </th>
                                <th>
                                    <div>40cm深度土壤含水量</div>
                                </th>
                                <th>
                                    <div>土壤相对湿度(%)</div>
                                </th>
                                
                            </tr>
                        </thead>
                    </table>
                    <div class="comTbody">
                        <table class="table-tbody river-tbody" style="border-top: 0;">
                            <tbody id="eigthRiverTable">
                            </tbody>
                        </table>
                    </div>
                </div>
            </div>
            <!--&lt;!&ndash; 预报水情信息  &ndash;&gt;
            <div class="river-thr river-con none"></div>-->
            <!-- 基础信息  -->
            <div class="river-fou river-con none">
                <div class="river-fou-box">
                    <ul id="riverInfo">
 
                    </ul>
 
                </div>
            </div>
 
            <div class="load-box-list">
                <div class="rote-load">
                    <img src="./img/rote.jpg" alt="">
                    <span>正在加载</span>
                </div>
            </div>
        </div>
    </div>
 
 
    <script src="../../js/jquery-1.11.3.min.js"></script>
    <script src="../../js/echarts.min.js"></script>
    <script src="../../libs/laydate/laydate.js"></script>
    <script src="./js/soil.js"></script>
    <script src="./js/start.js"></script>
    <script src="./js/end.js"></script>
</body>
 
</html>