From 9ac210a2a52eebcd7ed914c49f9d421bd47f8fcf Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期三, 19 二月 2025 08:22:49 +0800
Subject: [PATCH] 1.生产领料页面交互优化 2.生产补料、超领页面交互优化

---
 H5/Scbl.aspx |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/H5/Scbl.aspx b/H5/Scbl.aspx
index 14f0b40..98cd2f8 100644
--- a/H5/Scbl.aspx
+++ b/H5/Scbl.aspx
@@ -17,11 +17,13 @@
         <div>
         <van-cell-group>
   <van-field
+      ref="billNo"
     value=""
-    label="琛ユ枡鍗曞彿"
+    :label="type=='cl'?'瓒呴鐢宠':'琛ユ枡鐢宠'"
     clearable 
      placeholder="鎵爜/閫夋嫨/鎵嬪綍"
     :right-icon-size="19"
+      @keyup.enter.native ="GetMesItemBlDetailByBillNo"
       v-model="billNo"
      v-focus.noKeyboard
   ><template #button>
@@ -37,11 +39,13 @@
       disabled
 ></van-field>
  <van-field
+     ref="barcode"
   value=""
   label="鐗╂枡鏉$爜"
    clearable 
  placeholder="璇锋壂鐮�"
-     @input="getBarcode"
+<%--     @input="getBarcode"--%>
+     @keyup.enter.native ="getBarcode"
   :right-icon-size="19"
      v-model="barcode"
   v-focus.noKeyboard
@@ -54,12 +58,13 @@
   disabled
 ></van-field>
   <van-field
+      ref ="splitNum"
     center
     clearable
-    v-model="sms"
+    v-model="splitNum"
     label="鍙戣揣鏁伴噺"
     placeholder="鍙戣揣鏁伴噺"
-disabled
+<%--disabled--%>
  ><template #button>
     <van-button size="small" type="info" plain @click="tmcf" >鏉$爜鎷嗗垎</van-button>
   </template></van-field>
@@ -67,7 +72,7 @@
     </div>
 
     <div  class="van-tab-left">
-              <van-tabs @click="onClick" color="#000" title-active-color="#0283EF" >
+              <van-tabs <%--@click="onClick"--%> color="#000" title-active-color="#0283EF" >
   <van-tab title="寰呭彂鐗╂枡" class="mySolid font">
 <%--    <van-row v-for="value in ItemBlDetail" class="font">
           <van-col span="12">鐗╂枡:{{value.bld002}}</van-col>
@@ -99,5 +104,5 @@
   <comback ></comback>
 </asp:Content>
 <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
- <script src="Js/Scbl.js?<%=12315 %>"></script>
+ <script src="Js/Scbl.js?<%=12317 %>"></script>
 </asp:Content>

--
Gitblit v1.9.3