|
|
@ -116,11 +116,11 @@ export default { |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
if (arr[0] !== this.detail.site || arr[1] !== this.detail.partNo){ |
|
|
if (arr[0] !== this.detail.site || arr[1] !== this.detail.partNo){ |
|
|
this.$message.warning(`物料不匹配或每袋/每卷数量未维护`) |
|
|
|
|
|
|
|
|
this.$message.warning(`产品不匹配或每袋/每卷数量未维护`) |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
if (this.partValue===0 && this.model.flag !== 'Y'){ |
|
|
if (this.partValue===0 && this.model.flag !== 'Y'){ |
|
|
this.$message.warning(`物料不匹配或每袋/每卷数量未维护`) |
|
|
|
|
|
|
|
|
this.$message.warning(`产品不匹配或每袋/每卷数量未维护`) |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
if (this.model.flag !== 'Y' && this.partValue != arr[2]){ |
|
|
if (this.model.flag !== 'Y' && this.partValue != arr[2]){ |
|
|
@ -164,7 +164,6 @@ export default { |
|
|
} |
|
|
} |
|
|
if (this.total < this.notifyQty){ |
|
|
if (this.total < this.notifyQty){ |
|
|
this.$message.warning("出货书数量未达到通知单需求数量") |
|
|
this.$message.warning("出货书数量未达到通知单需求数量") |
|
|
return; |
|
|
|
|
|
} |
|
|
} |
|
|
this.scanLabelDetailList = []; |
|
|
this.scanLabelDetailList = []; |
|
|
} |
|
|
} |
|
|
|