@ -243,10 +243,10 @@
return;
}
if(this.warehouseCode==""){
this.showErrorMessage("仓库代码为空,请输入仓库代码")
// if(this.warehouseCode==""){
// this.showErrorMessage("仓库代码为空,请输入仓库代码")
// return;
// }
uni.showLoading({
title:"查询中",
mask:true
@ -378,8 +378,8 @@
},
scanPopupGetFocus() {
if (this.$refs.scanPopup != undefined) {
this.$refs.scanPopup.getfocus();
if (this.$refs.scanPopup) {
this.$refs.scanPopup.packGetFocus();