From 99cda620b8e070ea621b1b6dfa8b555790186d89 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期五, 01 八月 2025 08:38:17 +0800
Subject: [PATCH] 1.巡检新增工位扫描 2.生产报工优化 3.生产领料条码打印优化 4.产品绑定送检新增AGV 5.产品绑定提交优化

---
 H5/Cpbd.aspx |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/H5/Cpbd.aspx b/H5/Cpbd.aspx
index fa882d2..4e1286d 100644
--- a/H5/Cpbd.aspx
+++ b/H5/Cpbd.aspx
@@ -1,4 +1,5 @@
-锘�<%@ Page Title="浜у搧缁戝畾" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="Cpbd.aspx.cs" Inherits="H5_Cpbd" %>
+锘�
+<%@ Page Title="浜у搧缁戝畾" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="Cpbd.aspx.cs" Inherits="H5_Cpbd" %>
 <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
   <style>
     .si-status-box,
@@ -69,7 +70,7 @@
                     v-model="LsBar"
                     label="鍚庣洊鏉$爜"
                     placeholder="璇锋壂鍚庣洊鐮�"
-<%--                    @keyup.enter.native="getModel" --%>
+                   @keyup.enter.native="productBinding" 
                     autofocus="true">
                 </van-field>
                 
@@ -129,7 +130,7 @@
                 </van-row>
             </van-tab>
 
-            <van-tab title="宸茬粦鏉$爜" class="mySolid font">
+<%--            <van-tab title="宸茬粦鏉$爜" class="mySolid font">
                 <van-row>
                     <van-col span="5">浜哄憳</van-col>
                     <van-col span="5">浜х嚎</van-col>
@@ -144,7 +145,7 @@
                     <van-col span="4" >{{itm.fQty}}</van-col>
                     <van-col span="5" >{{itm.sQty}}</van-col>
                 </van-row>
-            </van-tab>
+            </van-tab>--%>
         </van-tabs>
     </div>
 </asp:Content>

--
Gitblit v1.9.3