新框架PDA前端(祈禧6月初版本)
南骏 池
2025-11-25 408b576b8aa155c9f7c8b919be3cd82be52a1da8
H5/Js/Qtrk.js
@@ -18,6 +18,7 @@
            show: false,
            actions: [],
            ItemDetail: [],
            depotInfo:[],
        }
    },
    mounted() {
@@ -62,11 +63,6 @@
                    console.log(error);
                });
        },
        onClick(index, title) {
            this.$toast(`${index} ${title}`);
            this.$notify({ type: 'success', message: '某某物料扫码成功某某物料扫码成功某某物料扫码成功某某物料扫码成功' });
        },
        onSelect(item) {
            // 默认情况下点击选项时不会自动收起
            // 可以通过 close-on-click-action 属性开启自动收起
@@ -90,6 +86,9 @@
                        that.ItemDetail = json.data.tbBillList;
                        that.$refs.sectionCode.focus();
                        //that.sectionCode = null;
                        if (that.sectionCode) {
                            that.$refs.barcode.focus();
                        }
                    }
                    else {
                        that.$toast.fail(json.message);
@@ -139,6 +138,7 @@
                    if (json.status == 0) {
                        //that.$notify({ type: 'success', message: json.data.tbBillList });
                        //that.$playSound('success');
                        that.depotInfo = json.data;
                        that.$refs.barcode.focus();
                    }
                    else {
@@ -208,8 +208,8 @@
                        that.ItemBlDetail = json.data.items;
                        that.$notify({ type: 'success', message: '扫描成功' });
                        that.$playSound('success');
                        that.$refs.barcode.focus();
                        that.GetMesItemBlDetailByBillNo();
                        //that.$refs.barcode.focus();
                    }
                    else {
                        that.$toast.fail(json.message);