|
@ -580,6 +580,11 @@ |
|
|
this.showErrorMessage('扫描非当前物料') |
|
|
this.showErrorMessage('扫描非当前物料') |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if(this.jobContent.recordList.find(item=>item.toPackingNumber==result.label.packingNumber)){ |
|
|
|
|
|
this.showErrorMessage('该看板编号已存在,请重新扫描') |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
this.jobContent.recordList.push({ |
|
|
this.jobContent.recordList.push({ |
|
|
scaned:true, |
|
|
scaned:true, |
|
|
uom:this.jobContent.uom, |
|
|
uom:this.jobContent.uom, |
|
|