|
@@ -755,8 +755,7 @@ export default {
|
|
|
|
|
|
// 查询列表
|
|
|
getList() {
|
|
|
- console.log(this.check);
|
|
|
- if (this.check=='1') {
|
|
|
+ if (this.check==='1') {
|
|
|
if (!this.screenForm.manId) {
|
|
|
return this.$errorMsg("请先查询提货人信息");
|
|
|
}
|
|
@@ -765,6 +764,7 @@ export default {
|
|
|
if (!this.screenForm.logisticsId) {
|
|
|
return this.$errorMsg("请选择物流公司");
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
if (!this.screenForm.warehouse) {
|
|
|
return this.$errorMsg("请选择仓库");
|