From 4020252f4f450af57a671d27b418077c55ba5c8a Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期四, 20 二月 2025 14:51:16 +0800 Subject: [PATCH] 1.委外领料完成 2.委外补料除拆分功能已完成 3.生产领料界面优化 --- H5/Sctl.aspx | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/H5/Sctl.aspx b/H5/Sctl.aspx index 9513b9f..60408ce 100644 --- a/H5/Sctl.aspx +++ b/H5/Sctl.aspx @@ -17,33 +17,39 @@ <div> <van-cell-group> <van-field + ref="billNo" value="" label="閫�鏂欏崟鍙�" clearable placeholder="璇锋壂鐮�" :right-icon-size="19" v-model="billNo" + @keyup.enter.native="getMesItemTblDetailByBillNo" 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="搴撲綅缂栧彿" v-model="depotSectionCode" clearable :right-icon-size="19" - @input="getDepot" + @keyup.enter.native ="getDepot" + <%--@input="getDepot"--%> placeholder="璇锋壂鐮佸簱浣嶇紪鍙�" ></van-field> <van-field + ref="barcode" value="" label="鐗╂枡鏉$爜" clearable placeholder="璇锋壂鐮�" v-model="barcode" :right-icon-size="19" - @input="getBarcode" + @keyup.enter.native ="getBarcode" + <%--@input="getBarcode"--%> v-focus.noKeyboard ></van-field> <van-field @@ -64,7 +70,7 @@ </van-cell-group> </div> - <van-tabs @click="onClick" color="#000" title-active-color="#0283EF" > + <van-tabs color="#000" title-active-color="#0283EF" > <van-tab title="寰呴��鏄庣粏"> <van-row v-for="value in ItemTblDetail" class="font"> <van-col span="12">鐗╂枡:{{value.itemNo}}</van-col> @@ -81,9 +87,9 @@ </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/Sctl.js?<%=156 %>"></script> + <script src="Js/Sctl.js?<%=160 %>"></script> </asp:Content> -- Gitblit v1.9.3