From 67932d9a1932548cfc2b1b0be92fd7f87699596f Mon Sep 17 00:00:00 2001
From: tqs <56479841@qq.com>
Date: 星期一, 27 三月 2023 17:02:13 +0800
Subject: [PATCH] #
---
src/main/webapp/views/shuttle.html | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/views/shuttle.html b/src/main/webapp/views/shuttle.html
index 22252e4..089ddcf 100644
--- a/src/main/webapp/views/shuttle.html
+++ b/src/main/webapp/views/shuttle.html
@@ -40,6 +40,8 @@
<th>鐢垫睜娓╁害</th>
<th>閿欒缂栧彿</th>
<th>plc杈撳嚭鐘舵�両O</th>
+ <th>閿欒淇℃伅鐮�</th>
+ <th>plc杈撳叆鐘舵��</th>
<th>褰撳墠鎴栦箣鍓嶄簩缁寸爜</th>
<th>x鍋忕Щ閲�</th>
<th>y鍋忕Щ閲�</th>
@@ -581,6 +583,7 @@
initShuttleStateTable(table.length-shuttleStateTableBlankRows);
shuttleStateTableFullRows = table.length;
}
+ console.log(res.data);
for (let i=1;i<=table.length;i++){
// $("#mode-"+table[i-1].shuttleNo).html(table[i-1].statusVal===0?'鑱旀満':'鑴辨満');
let tr = tableEl.find("tr").eq(i);
@@ -590,13 +593,15 @@
setVal(tr.children("td").eq(3), table[i-1].currentCode);
setVal(tr.children("td").eq(4), table[i-1].batteryPower);
setVal(tr.children("td").eq(5), table[i-1].batteryTemp);
- setVal(tr.children("td").eq(6), table[i-1].statusErrorCode$);
+ setVal(tr.children("td").eq(6), table[i-1].errorCode$);
setVal(tr.children("td").eq(7), table[i-1].plcOutputStatusIO);
- setVal(tr.children("td").eq(8), table[i-1].currentOrBeforeCode);
- setVal(tr.children("td").eq(9), table[i-1].codeOffsetX);
- setVal(tr.children("td").eq(10), table[i-1].codeOffsetY);
- setVal(tr.children("td").eq(11), table[i-1].currentVoltage);
- setVal(tr.children("td").eq(12), table[i-1].currentAnalogValue);
+ setVal(tr.children("td").eq(8), table[i-1].statusErrorCode);
+ setVal(tr.children("td").eq(9), table[i-1].plcInputStatus);
+ setVal(tr.children("td").eq(10), table[i-1].currentOrBeforeCode);
+ setVal(tr.children("td").eq(11), table[i-1].codeOffsetX);
+ setVal(tr.children("td").eq(12), table[i-1].codeOffsetY);
+ setVal(tr.children("td").eq(13), table[i-1].currentVoltage);
+ setVal(tr.children("td").eq(14), table[i-1].currentAnalogValue);
}
} else if (res.code === 403){
window.location.href = baseUrl+"/login";
@@ -707,6 +712,8 @@
" <td></td>\n" +
" <td></td>\n" +
" <td></td>\n" +
+ " <td></td>\n" +
+ " <td></td>\n" +
" </tr>\n";
}
$('#shuttle-state-table tbody').after(html);
--
Gitblit v1.9.1