南骏 池
2025-02-18 39738de1cdd9754a2d324a3432869082b0019399
H5/Qtrk.aspx
@@ -23,25 +23,29 @@
     placeholder="选择/手录"
    :right-icon-size="19"
      v-model="billNo"
      @keyup.enter.native="GetMesItemBlDetailByBillNo"
     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="库位编码"
   clearable
      v-model="sectionCode"
      @input="getSectionCode"
      @keyup.enter.native="getSectionCode"
      <%--@change="getSectionCode"--%>
   :right-icon-size="19"
   placeholder="库位编码"
></van-field>
 <van-field
     ref="barcode"
  value=""
  label="物料条码"
   clearable 
 placeholder="请扫码"
     @input="getBarcode"
     @keyup.enter.native="getBarcode"
  :right-icon-size="19"
     v-model="barcode"
  v-focus.noKeyboard
@@ -54,6 +58,7 @@
  :right-icon-size="19"
     v-model="itemNo"
  v-focus.noKeyboard
     disabled
></van-field>
   <van-field
  value=""
@@ -86,5 +91,5 @@
  <comback ></comback>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="Js/Qtrk.js?<%=1234 %>"></script>
 <script src="Js/Qtrk.js?<%=1240 %>"></script>
</asp:Content>