From 9e346bda123bba64e6eeebe0dff503bf84658af2 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 19 二月 2025 15:06:29 +0800 Subject: [PATCH] 1.生产报工优化 2.PDA样式调整 3.返回按钮取消 4.检验标识样式调整 --- H5/Scbg.aspx | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/H5/Scbg.aspx b/H5/Scbg.aspx index 0581d6a..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?<%=12325 %>"></script> + <script src="Js/Scbg.js?<%=12327 %>"></script> </asp:Content> -- Gitblit v1.9.3