From 855bf7559274cbc7e3008eaac313e49e48d14e33 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 15 一月 2024 20:27:08 +0800
Subject: [PATCH] #
---
src/main/webapp/views/rgv.html | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/main/webapp/views/rgv.html b/src/main/webapp/views/rgv.html
index fc468d9..b679a84 100644
--- a/src/main/webapp/views/rgv.html
+++ b/src/main/webapp/views/rgv.html
@@ -90,16 +90,16 @@
<thead>
<tr>
<th>RGV</th>
- <th>妯″紡</th>
- <th>鐘舵��</th>
- <th>浠诲姟鍙�1</th>
- <th>鐘舵��1</th>
- <th>鏈夌墿1</th>
+ <th>褰撳墠妯″紡</th>
+ <th>褰撳墠鐘舵��</th>
+ <th>浠诲姟鍙�</th>
+ <th>宸ヤ綔鐘舵��</th>
+ <th>鏈夌墿</th>
<th>RGV浣嶇疆</th>
<th>璧拌瀹氫綅</th>
- <th>浠诲姟鍙�2</th>
- <th>鐘舵��2</th>
- <th>鏈夌墿2</th>
+<!-- <th>浠诲姟鍙�2</th>-->
+<!-- <th>鐘舵��2</th>-->
+<!-- <th>鏈夌墿2</th>-->
<th>鏁呴殰浠g爜</th>
<th>鏁呴殰鎻忚堪</th>
</tr>
@@ -315,13 +315,13 @@
setVal(tr.children("td").eq(3), table[i-1].workNo1);
setVal(tr.children("td").eq(4), table[i-1].status1);
setVal(tr.children("td").eq(5), table[i-1].loading1);
- setVal(tr.children("td").eq(6), table[i-1].rgvPos);
+ setVal(tr.children("td").eq(6), table[i-1].rgvPos1);
setVal(tr.children("td").eq(7), table[i-1].walkPos);
- setVal(tr.children("td").eq(8), table[i-1].workNo2);
- setVal(tr.children("td").eq(9), table[i-1].status2);
- setVal(tr.children("td").eq(10), table[i-1].loading2);
- setVal(tr.children("td").eq(11), table[i-1].warnCode);
- setVal(tr.children("td").eq(12), table[i-1].alarm);
+ // setVal(tr.children("td").eq(8), table[i-1].workNo2);
+ // setVal(tr.children("td").eq(9), table[i-1].status2);
+ // setVal(tr.children("td").eq(10), table[i-1].loading2);
+ setVal(tr.children("td").eq(8), table[i-1].warnCode);
+ setVal(tr.children("td").eq(9), table[i-1].alarm);
}
} else if (res.code === 403){
window.location.href = baseUrl+"/login";
--
Gitblit v1.9.1