From aae2a9ba3a33136e4106e36e47fbd5b5c31c4fd9 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期四, 16 十二月 2021 15:16:24 +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