diff --git a/src/pages/picking/outbound/code-outbound.vue b/src/pages/picking/outbound/code-outbound.vue index 09aad89..7651727 100644 --- a/src/pages/picking/outbound/code-outbound.vue +++ b/src/pages/picking/outbound/code-outbound.vue @@ -671,7 +671,7 @@ const onCodeIdentify = () => { // 扫码识别按钮 const scanStart = () => { - // qrCodeScan.value = '202308-00657' + // qrCodeScan.value = '' // getMaInfoScan() // return if (maxNum.value == 0) { @@ -745,7 +745,7 @@ const getMaInfoScan = async () => { console.log(res) if (res.code == 200) { if (res.data && res.data.recordList.length > 0) { - if (res.data.recordList[0].typeModelName != queryParams.value.typeName) { + if (res.data.recordList[0].typeId != queryParams.value.typeId) { uni.showToast({ title: '当前扫描到的物资规格与当前任务规格不一致, 请仔细检查核对', icon: 'none',