From 802971e1c3f378354dbd5014a0c552f9081d4a00 Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期二, 26 八月 2025 13:14:05 +0800
Subject: [PATCH] 部分模块加上声音提示

---
 H5/PurchaseInventory.aspx |   36 +++++++++++-------------------------
 1 files changed, 11 insertions(+), 25 deletions(-)

diff --git a/H5/PurchaseInventory.aspx b/H5/PurchaseInventory.aspx
index 25f159f..ac7360a 100644
--- a/H5/PurchaseInventory.aspx
+++ b/H5/PurchaseInventory.aspx
@@ -1,11 +1,10 @@
 锘�<%@ Page Title="閲囪喘鍏ュ簱" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="PurchaseInventory.aspx.cs" Inherits="H5_Scll" %>
 <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
     <style>
-    .bg-info {
-        background-color:#fff;
-    }
-      
-</style>
+        .bg-info {
+            background-color: #fff;
+        }
+    </style>
 </asp:Content>
 <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
     <van-nav-bar
@@ -39,25 +38,12 @@
       @keyup.enter.native="getModel"
     <%--@change="getModel" --%>
       autofocus="true"
-  ></van-field>
-   <van-field
-  v-model="depotData.depotName"
-  label="浠撳簱鍚嶇О"
-  placeholder=""
-  disabled
-></van-field>
-     <van-field
-  v-model="depotData.depotCode"
-  label="浠撳簱缂栫爜"
-  placeholder=""
-  disabled
-></van-field>
- <van-field
-   ref="barcode"
-   v-model="formData.barcode"
-  label="鐗╂枡鏉$爜"
-   clearable 
- placeholder="璇锋壂鐮�"
+  >
+  </van-field>
+
+ <%--  <van-field  v-model="depotData.depotName"  label="浠撳簱鍚嶇О"  placeholder=""  disabled ></van-field>
+   <van-field  v-model="depotData.depotCode"  label="浠撳簱缂栫爜" placeholder="" disabled></van-field>--%>
+ <van-field ref="barcode" v-model="formData.barcode" label="鐗╂枡鏉$爜"clearable  placeholder="璇锋壂鐮�"
   :right-icon-size="19"
   v-focus.noKeyboard
      @keyup.enter.native="getScan"
@@ -215,5 +201,5 @@
     <%--<comback ></comback>--%>
 </asp:Content>
 <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
-    <script src="Js/PurchaseInventory.js?<%=1236111111 %>"></script>
+    <script src="Js/PurchaseInventory.js?<%=1236111112 %>"></script>
 </asp:Content>
\ No newline at end of file

--
Gitblit v1.9.3