领料出库

This commit is contained in:
bb_pan 2025-09-10 18:10:37 +08:00
parent af8b1de4b4
commit a570bec3c5
1 changed files with 2 additions and 2 deletions

View File

@ -671,7 +671,7 @@ const onCodeIdentify = () => {
// //
const scanStart = () => { const scanStart = () => {
// qrCodeScan.value = '202308-00657' // qrCodeScan.value = ''
// getMaInfoScan() // getMaInfoScan()
// return // return
if (maxNum.value == 0) { if (maxNum.value == 0) {
@ -745,7 +745,7 @@ const getMaInfoScan = async () => {
console.log(res) console.log(res)
if (res.code == 200) { if (res.code == 200) {
if (res.data && res.data.recordList.length > 0) { 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({ uni.showToast({
title: '当前扫描到的物资规格与当前任务规格不一致, 请仔细检查核对', title: '当前扫描到的物资规格与当前任务规格不一致, 请仔细检查核对',
icon: 'none', icon: 'none',