快乐的昕的电脑
3 天以前 36f03881a44a58c7d02ce2190c9f4f3ea3a8f59e
H5/Js/Scll.js
@@ -29,6 +29,7 @@
            // 存储选中行数据对象
            selItem: {} ,
            ItemBarKw: [],//当天行相关条码库位信息
            DaaInfo: {},
        }
    },
    mounted() {
@@ -106,6 +107,7 @@
                    var json = res;
                    if (json.status == 0) {
                        that.ItemDetail = json.data.tbBillList;
                        that.DaaInfo = json.data.tbBillList.daaInfo;
                        that.modeInfo.planNo = json.data.tbBillList.planNo;
                        that.modeInfo.startTime = json.data.tbBillList.startTime;
                        that.$refs.barcode.focus();