H5/Js/Scbl.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) @@ -109,7 +109,11 @@ }); }, getBarcode() { // 添加防抖判断 if (this.isLoading) { return; } //this.barcode = value; var that = this;