From 9c7ebfdbdc9b729c724227b4a8230ce0210472b6 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 30 六月 2020 11:08:25 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pda/locDetlIframe.html |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/pda/locDetlIframe.html b/src/main/webapp/views/pda/locDetlIframe.html
index 60c808f..62ad122 100644
--- a/src/main/webapp/views/pda/locDetlIframe.html
+++ b/src/main/webapp/views/pda/locDetlIframe.html
@@ -68,8 +68,8 @@
         }
 
         .form-button {
-            margin-top: 10px;
-            padding: 5px 20px;
+            margin: 5px 10px 0 10px;
+            padding: 5px 15px;
         }
     </style>
 </head>
@@ -94,6 +94,7 @@
         </div>
     </div>
     <button class="form-button" id="save" onclick="save()">淇濆瓨</button>
+    <button class="form-button" id="remove" onclick="remove()">绉婚櫎</button>
 </div>
 </body>
 <script>
@@ -113,6 +114,14 @@
         parent.layer.closeAll();
     }
 
+    function remove() {
+        parent.removeTableData({
+            locNo: $('#locNo').val(),
+            matnr: $('#matnr').val(),
+        })
+        parent.layer.closeAll();
+    }
+
     function add() {
         countDom.val(Number(countDom.val()) + 1);
     }

--
Gitblit v1.9.1