From a49b025a379d95623ac2703e36bcb2888370faaf Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期一, 03 十一月 2025 09:37:28 +0800
Subject: [PATCH] 周转箱调拨优化
---
H5/LLJ/Add.aspx | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/H5/LLJ/Add.aspx b/H5/LLJ/Add.aspx
index e76f383..eb106a6 100644
--- a/H5/LLJ/Add.aspx
+++ b/H5/LLJ/Add.aspx
@@ -244,7 +244,7 @@
class="si-input-field"
placeholder="杈撳叆OK鏁�"
:border="false"
- @keyup.enter.native="getInputOK"
+ @change="getInputOK"
@input="handleNumberInput1"
/>
</div>
@@ -264,7 +264,7 @@
class="si-input-field"
placeholder="杈撳叆NG鏁�"
:border="false"
- @keyup.enter.native="getInputNG"
+ @change="getInputNG"
@input="handleNumberInput2"
/>
</div>
@@ -309,7 +309,7 @@
:border="false"
class="si-input-field"
@input="handleNumberInput3"
- @keyup.enter.native="getInputTZZ"
+ @change="getInputTZZ"
/>
</div>
</div>
@@ -388,5 +388,5 @@
<%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
- <script src="../Js/LLJ/Add.js?<%=119997118%>"></script>
+ <script src="../Js/LLJ/Add.js?<%=119997116 %>"></script>
</asp:Content>
--
Gitblit v1.9.3