From 52c94f01b291968f331fc0d2def2f7dd885609cb Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 03 四月 2024 09:01:20 +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