cdk
2025-11-28 0b3b99553ae1de99564c5e6089c3c81ffdfb70e6
H5/Js/Dbrk.js
@@ -11,8 +11,8 @@
            num: "",
            billNo: "",
            barcode: "",
            sectionCode:"",
            ItemBlDetail:[],
            sectionCode: "",
            ItemBlDetail: [],
            modeInfo: [],
            active: 0,
            show: false,
@@ -86,7 +86,7 @@
                        //that.ItemBlDetail = json.data.tbBillList;
                        that.ItemDetail = json.data.tbBillList;
                        that.$refs.sectionCode.focus();
                        that.sectionCode = "";
                        //that.sectionCode = "";
                    }
                    else {
                        that.$toast.fail(json.message);
@@ -130,7 +130,7 @@
                    else {
                        that.$toast.fail(json.message);
                        that.$refs.sectionCode.focus();
                        that.sectionCode = "";
                        //that.sectionCode = "";
                    }
                })
@@ -139,7 +139,7 @@
                    that.$toast.fail("网络错误,请重试!");
                    //console.log(error);
                    that.$refs.sectionCode.focus();
                    that.sectionCode = "";
                    //that.sectionCode = "";
                });
        },
        getBarcode() {
@@ -209,7 +209,7 @@
                });
        },
        tmcf() {
        }
    }
})