1.微调
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user