cnf
2025-11-24 b0123f19bc932842122f931aa9486e4cad1b4a2b
H5/Js/Yjdb.js
@@ -34,6 +34,7 @@
            loginGuid: this.GetLoginInfor().loginGuid,
            loginAccount: this.GetLoginInfor().loginAccount,
        };
        this.$refs.sectionCode.focus();
    },
    methods: {
            handleRowClick(item, index) {
@@ -148,7 +149,7 @@
                        var tbBillList = json.data.tbBillList || {};
                        that.ItemBlDetail = tbBillList.blDetails || []; // 待扫
                        that.ItemYsDetail = tbBillList.ysDetails || []; // 已扫
                        that.$refs.barcode.focus();
                        that.$refs.sectionCode.focus();
                        that.barcode = "";
                        that.sectionCode = tbBillList.allList[0].inKw;
                        // 重置库位查询中所有行的选中状态