From 635bb771a0ebc8bba6f8b35a8610f061c69e25ce Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期四, 27 三月 2025 11:28:16 +0800 Subject: [PATCH] 1.IPQC首检 2.iqc检验 --- H5/Scbg.aspx | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/H5/Scbg.aspx b/H5/Scbg.aspx index c7b9a9f..022cb8e 100644 --- a/H5/Scbg.aspx +++ b/H5/Scbg.aspx @@ -18,11 +18,12 @@ <van-cell-group> <van-field value="" - label="鍛樺伐id" + label="鍛樺伐缂栧彿" clearable placeholder="閫夋嫨" :right-icon-size="19" v-model="stafId" + @keyup.enter.native ="getStaff" v-focus.noKeyboard ><template #button> <van-button size="small" type="info" plain @click="getInfo" >閫夋嫨</van-button> @@ -37,11 +38,13 @@ readonly ></van-field> <van-field + ref="barcode" value="" label="鎶ュ伐鏉$爜" clearable placeholder="璇锋壂鐮�" - @input="getBarcode" + @keyup.enter.native ="getBarcode" + <%--@input="getBarcode"--%> :right-icon-size="19" v-model="barcode" v-focus.noKeyboard @@ -125,8 +128,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/Scbg.js?<%=12322 %>"></script> + <script src="Js/Scbg.js?<%=12327 %>"></script> </asp:Content> -- Gitblit v1.9.3