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