cnf
12 小时以前 99a3b60c11a318229a769b6a45cfa22ef9e38a0c
期初入库,库位移到条码上方
已修改2个文件
30 ■■■■ 文件已修改
H5/Js/Qcrk.js 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Qcrk.aspx 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/Qcrk.js
@@ -20,6 +20,9 @@
            loginGuid: this.GetLoginInfor().loginGuid,
            loginAccount: this.GetLoginInfor().loginAccount,
        };
        that.$refs.depotNo.focus();
    },
    methods: {
@@ -75,7 +78,6 @@
                        that.barInfo = res.data.tbMesItems;
                        that.num = res.data.tbBillList.quantity;
                        if (!that.depotNo?.trim()) { 
                            that.$refs.depotNo.focus();
                            that.$playSound('success');
                        } else {
                            that.scanBarcode();
H5/Qcrk.aspx
@@ -16,6 +16,18 @@
        ></van-nav-bar>
        <div class="content-wrapper">
        <van-cell-group>
             <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-field
  value=""
     ref ="barcode"
@@ -57,18 +69,6 @@
    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>
@@ -78,5 +78,5 @@
  <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="Js/Qcrk.js?<%=1231 %>"></script>
 <script src="Js/Qcrk.js?<%=1232 %>"></script>
</asp:Content>