南骏 池
2025-04-11 0bb1834b9755eaf7c67d25cd9012be2ca14a7efe
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
83
84
85
86
87
88
89
90
<%@ Page Title="" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" %>
 
<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>
        <van-cell-group>
  <van-field
    value=""
    label="出库单号"
    clearable 
     placeholder="选择/手录"
      @keyup.enter.native="GetMesItemBlDetailByBillNo"
    :right-icon-size="19"
      v-model="billNo"
     v-focus.noKeyboard
  ><template #button>
    <van-button size="small" type="info" plain @click="getInfo" >选择</van-button>
  </template></van-field>
 <van-field
  value=""
  label="物料条码"
   clearable 
 placeholder="请扫码"
    <%-- @input="getBarcode"--%>
     @keyup.enter.native ="getBarcode"
  :right-icon-size="19"
     v-model="barcode"
  v-focus.noKeyboard
></van-field>
 <van-field
  value=""
  label="物料编码"
   clearable 
 placeholder="物料编码"
  :right-icon-size="19"
     v-model="itemNo"
  v-focus.noKeyboard
></van-field>
   <van-field
  value=""
       v-model="num"
  label="条码数量"
  placeholder="条码数量"
  disabled
></van-field>
<van-field
  value=""
       v-model="fnm"
  label="发料数量"
  placeholder="发料数量"
  disabled
><template #button>
    <van-button size="small" type="info" plain @click="tmcf" >条码拆分</van-button>
  </template></van-field>
</van-cell-group>
    </div>
 
    <div  class="van-tab-left">
              <van-tabs @click="onClick" color="#000" title-active-color="#0283EF" >
  <van-tab title="待领物料">
    <van-row v-for="value in ItemBlDetail" class="font">
          <van-col span="12">物料:{{value.itemNo}}</van-col>
          <van-col span="6">计划数{{value.qd007}}</van-col>
          <van-col span="6">完成数{{value.qd008}}</van-col>
    </van-row>
  </van-tab>
</van-tabs>
    </div>
    <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet>
 
</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/Qtck.js?<%=113 %>"></script>
</asp:Content>