diff --git a/src/pages/mes/ProductionQtyInsp/index.vue b/src/pages/mes/ProductionQtyInsp/index.vue index e54bcb7..53f5315 100644 --- a/src/pages/mes/ProductionQtyInsp/index.vue +++ b/src/pages/mes/ProductionQtyInsp/index.vue @@ -262,7 +262,11 @@ export default class productCheckReceipt extends BasePage { this.customToast('该rfid不可用,不可质检'); return; } - if (this.productCodeList.value == '') { + if (this.productLocList.value == '' || this.productLocList.value == undefined) { + this.customToast('请选择缓存区'); + return; + } + if (this.productCodeList.value == '' || this.productCodeList.value == undefined) { this.customToast('请选择是否合格'); return; }