H5/Js/Wwbl.js
@@ -78,7 +78,7 @@
        GetMesItemBlDetailByBillNo() {
            var that = this;
            that.isLoading = true;
            that.AxiosHttp("post", 'MesItemBl/GetMesItemBlDetailByBillNo', {
            that.AxiosHttp("post", 'MesItemBl/GetMesItemWWBlDetailByBillNo', {
                billNo: that.billNo,
                type: selectType,
            }, false)
@@ -87,7 +87,7 @@
                    if (json.status == 0) {
                        
                        that.ItemBlDetail = json.data.tbBillList.item2;
                        that.daa001 = json.data.tbBillList.item1;
                        that.daa001 = json.data.tbBillList.daa001;
                        that.$refs.barcode.focus();
                    }
                    else {