质检信息不全提示

master
guoshuang 2 years ago
parent 40a650436f
commit 4cc8355b60

@ -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;
}

Loading…
Cancel
Save