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