This commit is contained in:
wr
2024-11-25 12:11:31 +08:00
parent 0ecb8e1585
commit 94c789b8b2
3 changed files with 13 additions and 9 deletions

View File

@@ -96,13 +96,17 @@
f.longitude f.longitude
longitude,f.latitude latitude longitude,f.latitude latitude
from from
pq_line a,pq_substation pq_line a,
c,pq_subvoltage d,pq_device e,pqs_map pq_substation c,
f,pq_devicedetail g pq_subvoltage d,
pq_device e,
pqs_map f,
pq_devicedetail g
where where
a.sub_index=c.sub_index and a.subv_index=d.subv_index and a.sub_index=c.sub_index and
a.dev_index=e.dev_index a.subv_index=d.subv_index and
and a.sub_index=f.sub_index and a.dev_index=e.dev_index and
a.sub_index=f.sub_index and
e.dev_index=g.dev_index and f.state =1 e.dev_index=g.dev_index and f.state =1
and e.devmodel=1 and e.devmodel=1
and e.datatype and e.datatype

View File

@@ -260,7 +260,7 @@
extend: 'csv', extend: 'csv',
title: name + '暂降事件列表',//导出csv名称 title: name + '暂降事件列表',//导出csv名称
exportOptions: { exportOptions: {
columns: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,14], columns: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,14,15],
format: { format: {
body: function (data, rID, cID) { body: function (data, rID, cID) {
if (cID === 0) { if (cID === 0) {

View File

@@ -178,9 +178,9 @@
</tr> </tr>
<tr> <tr>
<td align="right" class="width1">识别码:</td> <td align="right" class="width1">识别码:</td>
<td align="left" class="width2"><input type="password" class="width3" name="series" id="series" autocomplete="off" maxlength="255"></td> <td align="left" class="width2"><input type="text" class="width3" name="series" id="series" autocomplete="off" maxlength="255"></td>
<td align="right" class="width1">秘钥:</td> <td align="right" class="width1">秘钥:</td>
<td align="left" class="width2"><input type="password" class="width3" name="key" id="key" autocomplete="off" maxlength="255"></td> <td align="left" class="width2"><input type="text" class="width3" name="key" id="key" autocomplete="off" maxlength="255"></td>
<td align="right" class="width1" id="call"></td> <td align="right" class="width1" id="call"></td>
<td align="left" class="width2"><select class="width3" id="callflag" hidden> <td align="left" class="width2"><select class="width3" id="callflag" hidden>
</select></td> </select></td>