Browse Source

24-04-10 出库扫描报表

master
zelian_wu 2 years ago
parent
commit
844a594a1e
  1. 5
      src/views/modules/production/scanForm.vue

5
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 = [];
}

Loading…
Cancel
Save