H5/Sctl.aspx
@@ -17,33 +17,39 @@
        <div>
        <van-cell-group>
  <van-field
      ref="billNo"
    value=""
    label="退料单号"
    clearable 
     placeholder="请扫码"
    :right-icon-size="19"
     v-model="billNo"
      @keyup.enter.native="getMesItemTblDetailByBillNo"
     v-focus.noKeyboard
  ><template #button>
    <van-button size="small" type="info" plain @click="getInfo" >选择</van-button>
  </template></van-field>
  <van-field
      ref="sectionCode"
   value=""
   label="库位编号"
   v-model="depotSectionCode"
   clearable 
   :right-icon-size="19"
      @input="getDepot"
      @keyup.enter.native ="getDepot"
      <%--@input="getDepot"--%>
   placeholder="请扫码库位编号"
></van-field>
 <van-field
     ref="barcode"
  value=""
  label="物料条码"
   clearable 
 placeholder="请扫码"
     v-model="barcode"
  :right-icon-size="19"
     @input="getBarcode"
     @keyup.enter.native ="getBarcode"
     <%--@input="getBarcode"--%>
  v-focus.noKeyboard
></van-field>
   <van-field
@@ -64,7 +70,7 @@
</van-cell-group>
    </div>
      <van-tabs @click="onClick" color="#000" title-active-color="#0283EF" >
      <van-tabs  color="#000" title-active-color="#0283EF" >
  <van-tab title="待退明细">
    <van-row v-for="value in ItemTblDetail" class="font">
          <van-col span="12">物料:{{value.itemNo}}</van-col>
@@ -84,6 +90,6 @@
    <comback ></comback>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="Js/Sctl.js?<%=156 %>"></script>
 <script src="Js/Sctl.js?<%=159 %>"></script>
</asp:Content>