|
|
@ -243,8 +243,12 @@ |
|
|
|
this.$refs.detailInfoPopup.openPopup(item) |
|
|
|
}, |
|
|
|
|
|
|
|
getScanResult(result) { |
|
|
|
if(import.meta.env.VITE_MANAGE_MODEL == 'BY_BATCH'){ |
|
|
|
getScanResult(result,managementPrecision) { |
|
|
|
console.log(33,result,managementPrecision) |
|
|
|
if(managementPrecision == 'BY_QUANTITY'){ |
|
|
|
result.label.batch = '' |
|
|
|
this.setDataBatch(result) |
|
|
|
}else if(managementPrecision == 'BY_BATCH' ){ |
|
|
|
this.setDataBatch(result) |
|
|
|
}else{ |
|
|
|
this.setData(result) |
|
|
|