From 23d7909b52e22eb42900a506c7d8b72f58f28944 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 03 七月 2023 17:36:21 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/pda/combProAgv.html b/src/main/webapp/views/pda/combProAgv.html
index 73c64d9..22aaefc 100644
--- a/src/main/webapp/views/pda/combProAgv.html
+++ b/src/main/webapp/views/pda/combProAgv.html
@@ -303,6 +303,8 @@
                     mnemonic: data[i].mnemonic,
                 });
             }
+            tips("鎻愬彇鎴愬姛");
+            tableIns.reload({data: matData});
         }
     }
 
@@ -322,7 +324,7 @@
             return;
         }
         // 璧嬪�煎墠娓呯┖琛ㄦ牸
-//        matData = [];
+       matData = [];
         tableIns.reload({data: matData});
 
         $.ajax({
@@ -337,9 +339,9 @@
                     if (res.data != null) {
                         addTableData(res.data);
                         // 寤惰繜1绉掑悗娓呯┖閫氱煡鍗曞彿
-                        setTimeout(function () {
-                            $('#billNo').val("");
-                        }, 500);
+                        // setTimeout(function () {
+                        //     $('#billNo').val("");
+                        // }, 500);
                     }
                 } else if (res.code === 403) {
                     top.location.href = baseUrl + "/pda";

--
Gitblit v1.9.1