cdk
2 天以前 65e595c85e7ff31252c651f05949b711209f45ec
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
39
40
41
42
43
44
45
46
47
<%@ Page Title="称重" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="Cpdbsj.aspx.cs" Inherits="H5_Cpdbsj" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
  <style>
    .content-wrapper { padding-bottom: 0.6rem; }
  </style>
</asp:Content>
 
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
    <div class="content-wrapper">
        <van-nav-bar
            title="称重"
            left-text="返回"
            left-arrow
            @click-left="GoBack()">
        </van-nav-bar>
 
        <div class="mySolid">
            <van-cell-group>
                <van-field
                    ref="XBar"
                    v-model="XBar"
                    label="条码"
                    placeholder="请扫码或回车"
                    clearable
                    @keyup.enter.native="getWeight"
                    autofocus="true">
                </van-field>
 
                <van-field
                    ref="Weight"
                    v-model="Weight"
                    label="重量"
                    readonly>
                </van-field>
            </van-cell-group>
        </div>
 
    </div>
</asp:Content>
 
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
    <comloading v-if="isLoading"></comloading>
</asp:Content>
 
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
    <script src="Js/Cz.js?<%=12114211526 %>"></script>
</asp:Content>