H5/Js/Scbg.js
@@ -119,7 +119,7 @@ var json = res; if (json.status == 0) { let entity = json.data.tbBillList; let entity = json.data.result; that.taskNo = entity.taskNo; //工单号 that.itemNo = entity.itemNo; //物料编号 that.planQty = entity.planQty; //计划数量 @@ -129,6 +129,7 @@ that.itemName = entity.itemName; //物料名称 that.itemModel = entity.itemModel; //物料型号 that.$notify({ type: 'success', message: '扫描成功' }); that.barcode = null; } else { that.$toast.fail(json.message);