src/views/inventoryManagement/receiptManagement/index.vue
@@ -604,7 +604,6 @@ } } const getDetail = (barcode)=>{ console.log('barcode',barcode) if(barcode.indexOf(",")==-1){ proxy.$modal.msgWarning("请扫描正确的条形码") return @@ -624,7 +623,6 @@ return } detailApi({id:barcodeId}).then((resp) => { console.log('detailApi',resp) if(!resp.data){ proxy.$modal.msgError("商品不存在") return