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