From 5f592a0fdbafd5d1febcc39e087324907b7e1b13 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期一, 17 三月 2025 13:14:24 +0800
Subject: [PATCH] 1.IQC列表界面优化
---
H5/Qtrk.aspx | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/H5/Qtrk.aspx b/H5/Qtrk.aspx
index 2c2bbb0..b99f45e 100644
--- a/H5/Qtrk.aspx
+++ b/H5/Qtrk.aspx
@@ -23,25 +23,29 @@
placeholder="閫夋嫨/鎵嬪綍"
:right-icon-size="19"
v-model="billNo"
+ @keyup.enter.native="GetMesItemBlDetailByBillNo"
v-focus.noKeyboard
><template #button>
<van-button size="small" type="info" plain @click="getInfo" >閫夋嫨</van-button>
</template></van-field>
<van-field
+ ref="sectionCode"
value=""
label="搴撲綅缂栫爜"
clearable
v-model="sectionCode"
- @input="getSectionCode"
+ @keyup.enter.native="getSectionCode"
+ <%--@change="getSectionCode"--%>
:right-icon-size="19"
placeholder="搴撲綅缂栫爜"
></van-field>
<van-field
+ ref="barcode"
value=""
label="鐗╂枡鏉$爜"
clearable
placeholder="璇锋壂鐮�"
- @input="getBarcode"
+ @keyup.enter.native="getBarcode"
:right-icon-size="19"
v-model="barcode"
v-focus.noKeyboard
@@ -54,6 +58,7 @@
:right-icon-size="19"
v-model="itemNo"
v-focus.noKeyboard
+ disabled
></van-field>
<van-field
value=""
@@ -83,8 +88,8 @@
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
<comloading v-if="isLoading"></comloading>
- <comback ></comback>
+ <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
- <script src="Js/Qtrk.js?<%=1235 %>"></script>
+ <script src="Js/Qtrk.js?<%=1240 %>"></script>
</asp:Content>
--
Gitblit v1.9.3