领料出库
This commit is contained in:
parent
af8b1de4b4
commit
a570bec3c5
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue