@@ -495,6 +495,9 @@ export default {
if (!this.screenForm.manId) {
return this.$errorMsg("请先查询提货人信息");
}
+ if (!this.screenForm.warehouse) {
+ return this.$errorMsg("请选择仓库");
+ }
this.listLoading = true;