新框架PDA前端(祈禧6月初版本)
南骏 池
3 天以前 3ff569f00d22919e47cab8fb6d7d9867fd115d97
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<%@ Page Title="" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="Qcrk.aspx.cs" Inherits="H5_Scbl" %>
 
<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">
        <van-nav-bar
          title="期初入库"
          left-text="返回"
          left-arrow
          @click-left="GoBack()"
        ></van-nav-bar>
        <div class="content-wrapper">
        <van-cell-group>
 <van-field
  value=""
     ref ="barcode"
  label="物料条码"
   clearable 
 placeholder="请扫码"
    <%-- @change="getBarcode"--%>
      @keyup.enter.native="getBarcode"
  :right-icon-size="19"
     v-model="barcode"
  v-focus.noKeyboard
></van-field>
   <van-field
  value=""
       v-model="barInfo.itemNo"
  label="物料编码"
  placeholder=""
  disabled
></van-field>
   <van-field
  value=""
       v-model="barInfo.itemName"
  label="物料名称"
  placeholder=""
  disabled
></van-field>
<van-field
  value=""
       v-model="barInfo.itemModel"
  label="物料规格"
  placeholder=""
  disabled
></van-field>
  <van-field
    center
    clearable
    v-model="num"
    label="条码数量"
    placeholder=""
disabled
 ></van-field>
            <van-field
  value=""
  ref="depotNo"
  label="库位编码"
  clearable 
   placeholder="扫码/手录"
  :right-icon-size="19"
    v-model="depotNo"
<%--    @change="getDepot"--%>
    @keyup.enter.native="getDepot"
   v-focus.noKeyboard
></van-field>
</van-cell-group>
    </div>
 
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
    <comloading  v-if="isLoading"></comloading>
  <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="Js/Qcrk.js?<%=1231 %>"></script>
</asp:Content>