From b4a8d50e3d97fc9e893b554a60134e4eceb012eb Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期一, 05 一月 2026 08:58:08 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pda/index.html | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/pda/index.html b/src/main/webapp/views/pda/index.html
index 9fa1701..351ea75 100644
--- a/src/main/webapp/views/pda/index.html
+++ b/src/main/webapp/views/pda/index.html
@@ -128,6 +128,14 @@
<div id="locNormalOut" onclick="nav(this.id)" class="nav-font-size">骞充粨鎴愬搧鍑哄簱</div>
</td>
</tr>
+ <tr>
+ <td>
+ <div id="combLToP" onclick="nav(this.id)" class="nav-font-size">绔嬪簱绉诲簱缁勬墭</div>
+ </td>
+<!-- <td>-->
+<!-- <div id="locNormalOut" onclick="nav(this.id)" class="nav-font-size">骞充粨鎴愬搧鍑哄簱</div>-->
+<!-- </td>-->
+ </tr>
</table>
<!-- 涓讳綋鍐呭 -->
@@ -154,8 +162,8 @@
} else if (res.data.code === 'b') {
$("#locNormalIn1").parent().hide();
$("#locNormalOut1").parent().hide();
- $("#locNormalIn").parent().hide();
- $("#locNormalOut").parent().hide();
+ // $("#locNormalIn").parent().hide();
+ // $("#locNormalOut").parent().hide();
} else if (res.data.code === 'c') {
$("#combAgv").parent().hide();
$("#combProAgv").parent().hide();
--
Gitblit v1.9.1