From 64969d2b3de662148bdfae9bd5770ca20e58600f Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 19 二月 2025 15:39:57 +0800 Subject: [PATCH] 1.成品入库优化 2.采购入库优化 --- H5/cprk.aspx | 11 +++++++---- H5/PurchaseInventory.aspx | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/H5/PurchaseInventory.aspx b/H5/PurchaseInventory.aspx index 79ad9fe..413c639 100644 --- a/H5/PurchaseInventory.aspx +++ b/H5/PurchaseInventory.aspx @@ -14,7 +14,7 @@ left-arrow @click-left="GoBack()" ></van-nav-bar> - <div class="mySolid"> +<%-- <div class="mySolid">--%> <van-cell-group> <van-field ref="sectionCode" @@ -52,7 +52,7 @@ disabled ></van-field> </van-cell-group> - </div> +<%-- </div>--%> <van-tabs color="#000" title-active-color="#0283EF"> <van-tab title="鐗╂枡鏄庣粏" class="mySolid font"> <van-row> diff --git a/H5/cprk.aspx b/H5/cprk.aspx index eb23cec..53b2383 100644 --- a/H5/cprk.aspx +++ b/H5/cprk.aspx @@ -14,7 +14,7 @@ left-arrow @click-left="GoBack()" ></van-nav-bar> - <div class="mySolid"> +<%-- <div class="mySolid">--%> <van-cell-group> <van-field ref="sectionCode" @@ -24,7 +24,9 @@ placeholder="璇锋壂鐮�" :right-icon-size="19" v-focus.noKeyboard - @change="getModel" autofocus="true" + <%--@change="getModel"--%> + @keyup.enter.native ="getModel" + autofocus="true" ></van-field> <van-field ref="barcode" @@ -34,7 +36,8 @@ placeholder="璇锋壂鐮�" :right-icon-size="19" v-focus.noKeyboard - @change="getBarInfo" + @keyup.enter.native ="getBarInfo" +<%-- @change="getBarInfo"--%> ></van-field> <van-field v-model="formData.itemNo" @@ -73,7 +76,7 @@ disabled ></van-field> </van-cell-group> - </div> +<%-- </div>--%> <van-button type="primary" @click="getScan" >纭</van-button> -- Gitblit v1.9.3