南骏 池
2025-03-07 ab5f49fb3a7984e65e32c31e09bead83875cdb6d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<%@ Page Title="" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="Config.aspx.cs" Inherits="H5_Config" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
    <style>
    .bg-info {
        background-color:#fff;
    }
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" runat="Server">
    <br />
    <br />
    <br />
    <br />
    <div class="padding">
        <van-button plain type="info" @click="sendMessage">测试打印</van-button>
    </div>
     <div class="padding">
        <van-button plain type="warning" @click="sendScan">测试扫描</van-button>
        <van-cell-group>
              <van-field  v-model="textInput" placeholder="请扫描这里"  v-focus.noKeyboard ></van-field>
       </van-cell-group>
    </div>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" runat="Server">
   <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" runat="Server">
    <script src="Js/jquery-2.1.4.min.js"></script>
    <script>
        function stopKeyborad(objId) {
            document.getElementById(objId).setAttribute('readonly', 'readonly');
            setTimeout(function () {
                document.getElementById(objId).removeAttribute('readonly');
            }, 200);
        }
    </script>
    <script src="Js/Config.js?<%=13 %>"></script>
</asp:Content>