|
@@ -8646,8 +8646,9 @@ export default {
|
|
|
if (
|
|
|
this.importList.fCntrno == this.detailList[item].fCntrno &&
|
|
|
this.importList.fCntrno &&
|
|
|
- item != this.fixdetaiNum
|
|
|
+ this.importList.fId!= this.detailList[item].fId
|
|
|
) {
|
|
|
+ console.log(this.importList,this.detailList[item])
|
|
|
return this.$message.error('箱号不能重复')
|
|
|
}
|
|
|
}
|