From 1e9c546bb09141c75559f0850a254d6f1d538005 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期四, 06 一月 2022 10:17:26 +0800 Subject: [PATCH] # --- src/main/webapp/views/crn.html | 26 ++++++++++---------------- 1 files changed, 10 insertions(+), 16 deletions(-) diff --git a/src/main/webapp/views/crn.html b/src/main/webapp/views/crn.html index 957777c..e4db383 100644 --- a/src/main/webapp/views/crn.html +++ b/src/main/webapp/views/crn.html @@ -90,13 +90,11 @@ <th>鏈夌墿</th> <th>鍒�</th> <th>灞�</th> - <th>浼镐綅楂樹綆</th> - <th>绔欏彴楂樹綆</th> - <th>璐у弶浣嶇疆</th> - <th>鍨傜洿鏁呴殰</th> - <th>姘村钩鏁呴殰</th> - <th>鍙夌墮鏁呴殰</th> - <th>鐘舵�佹晠闅�</th> + <th>璐у弶瀹氫綅</th> + <th>杞借揣鍙板畾浣�</th> + <th>璧拌鍦ㄥ畾浣�</th> + <th>鏁呴殰浠g爜</th> + <th>鏁呴殰鎻忚堪</th> </tr> </thead> <tbody> @@ -310,13 +308,11 @@ setVal(tr.children("td").eq(3), table[i-1].loading); setVal(tr.children("td").eq(4), table[i-1].bay); setVal(tr.children("td").eq(5), table[i-1].lev); - setVal(tr.children("td").eq(6), table[i-1].liftPos); - setVal(tr.children("td").eq(7), table[i-1].sitePos); - setVal(tr.children("td").eq(8), table[i-1].forkOffset); - setVal(tr.children("td").eq(9), table[i-1].alarm1); - setVal(tr.children("td").eq(10), table[i-1].alarm2); - setVal(tr.children("td").eq(11), table[i-1].alarm3); - setVal(tr.children("td").eq(12), table[i-1].alarm4); + setVal(tr.children("td").eq(6), table[i-1].forkOffset); + setVal(tr.children("td").eq(7), table[i-1].liftPos); + setVal(tr.children("td").eq(8), table[i-1].walkPos); + setVal(tr.children("td").eq(9), table[i-1].warnCode); + setVal(tr.children("td").eq(10), table[i-1].alarm); } } else if (res.code === 403){ window.location.href = baseUrl+"/login"; @@ -512,8 +508,6 @@ var html = ""; for (var i = 0; i < line; i ++){ html += " <tr>\n" + - " <td></td>\n" + - " <td></td>\n" + " <td></td>\n" + " <td></td>\n" + " <td></td>\n" + -- Gitblit v1.9.1