From 6d4ae730f093c9bcbb28fd97d8e3ce8867b9d693 Mon Sep 17 00:00:00 2001 From: yxFwq <1> Date: 星期三, 01 一月 2025 17:42:02 +0800 Subject: [PATCH] # --- src/main/webapp/views/rgv.html | 64 +++++++++++++++---------------- 1 files changed, 31 insertions(+), 33 deletions(-) diff --git a/src/main/webapp/views/rgv.html b/src/main/webapp/views/rgv.html index fc468d9..749a255 100644 --- a/src/main/webapp/views/rgv.html +++ b/src/main/webapp/views/rgv.html @@ -90,18 +90,17 @@ <thead> <tr> <th>RGV</th> - <th>妯″紡</th> - <th>鐘舵��</th> - <th>浠诲姟鍙�1</th> + <th>鑷姩</th> + <th>鏈夌墿</th> + <th>灏忚溅鐩爣浣�</th> + <th>灏忚溅褰撳墠浣�</th> + <th>浠诲姟鍙�</th> <th>鐘舵��1</th> - <th>鏈夌墿1</th> - <th>RGV浣嶇疆</th> - <th>璧拌瀹氫綅</th> - <th>浠诲姟鍙�2</th> <th>鐘舵��2</th> - <th>鏈夌墿2</th> - <th>鏁呴殰浠g爜</th> - <th>鏁呴殰鎻忚堪</th> + <th>鐘舵��3</th> + <th>鐘舵��4</th> + <th>鐘舵��5</th> + <th>鐘舵��6</th> </tr> </thead> <tbody> @@ -114,13 +113,13 @@ <table id="rgv-msg-table"> <thead> <tr> - <th>RGV</th> - <th>宸ヤ綔鍙�</th> - <th>鐘舵��</th> - <th>婧愮珯</th> - <th>鐩爣绔�</th> - <th>婧愬簱浣�</th> - <th>鐩爣搴撲綅</th> +<!-- <th>RGV</th>--> +<!-- <th>宸ヤ綔鍙�</th>--> +<!-- <th>鐘舵��</th>--> +<!-- <th>婧愮珯</th>--> +<!-- <th>鐩爣绔�</th>--> +<!-- <th>婧愬簱浣�</th>--> +<!-- <th>鐩爣搴撲綅</th>--> <!-- <th>璧拌閫熷害锛坢/min)</th>--> <!-- <th>鍗囬檷閫熷害锛坢/min)</th>--> <!-- <th>鍙夌墮閫熷害锛坢/min)</th>--> @@ -205,18 +204,18 @@ <fieldset> <legend>鎵嬪姩鎿嶄綔</legend> <div class="button-group"> - <button class="item" onclick="put()">鍙栨斁璐�</button> - <button class="item" onclick="take()">鍙栬揣</button> - <button class="item" onclick="stockMove()">鏀捐揣</button> +<!-- <button class="item" onclick="put()">鍙栨斁璐�</button>--> +<!-- <button class="item" onclick="take()">鍙栬揣</button>--> +<!-- <button class="item" onclick="stockMove()">鏀捐揣</button>--> <!-- <button class="item" onclick="siteMove()">绔欏埌绔�</button>--> <!-- <button class="item" onclick="bacOrigin()">鍥炲師鐐�</button>--> <!-- <button class="item" onclick="reverseOrigin()">鍙嶅師鐐�</button>--> <!-- <button class="item" onclick="coorMove()">鍧愭爣绉昏</button>--> - <button class="item" onclick="taskComplete()">浠诲姟瀹屾垚</button> +<!-- <button class="item" onclick="taskComplete()">浠诲姟瀹屾垚</button>--> <!-- <button class="item" onclick="pause()">鏆傚仠</button>--> <!-- <button class="item" onclick="boot()">鍚姩</button>--> - <button class="item" onclick="clearCommand()">娓呴櫎鍛戒护</button> - <button class="item" onclick="handleReset()">澶嶄綅</button> +<!-- <button class="item" onclick="clearCommand()">娓呴櫎鍛戒护</button>--> +<!-- <button class="item" onclick="handleReset()">澶嶄綅</button>--> </div> </fieldset> </div> @@ -312,16 +311,15 @@ setVal(tr.children("td").eq(0), table[i-1].rgvNo); setVal(tr.children("td").eq(1), table[i-1].statusType); setVal(tr.children("td").eq(2), table[i-1].status); - 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(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(3), table[i-1].endRow); + setVal(tr.children("td").eq(4), table[i-1].nowRow); + setVal(tr.children("td").eq(5), table[i-1].workNo1); + setVal(tr.children("td").eq(6), table[i-1].status11); + setVal(tr.children("td").eq(7), table[i-1].status12); + setVal(tr.children("td").eq(8), table[i-1].status13); + setVal(tr.children("td").eq(9), table[i-1].status14); + setVal(tr.children("td").eq(10), table[i-1].status15); + setVal(tr.children("td").eq(11), table[i-1].status16); } } else if (res.code === 403){ window.location.href = baseUrl+"/login"; -- Gitblit v1.9.1