From f4d88d94a86b8a067dfad51d5bc8efaf09a2d616 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 25 二月 2021 10:31:27 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/pda/stockIn.html b/src/main/webapp/views/pda/stockIn.html
index 5a0add0..591af25 100644
--- a/src/main/webapp/views/pda/stockIn.html
+++ b/src/main/webapp/views/pda/stockIn.html
@@ -175,7 +175,7 @@
             success: function (res) {
                 if (res.code === 200) {
                     if (res.data != null) {
-                        $('#pakin').focus();
+                        // $('#pakin').focus();
                         $('#node-ok').show();
                     } else {
                         $('#node-ok').hide();
@@ -232,10 +232,10 @@
     // 閲嶇疆
     function reset() {
         $('#code').val("");
+        $('#node').val("");
         matData = [];
         tableIns.reload({data: matData});
         $('#node-ok').hide();
-        $('#putSiteSelect').val("");
         layui.form.render('select');
     }
 

--
Gitblit v1.9.1