diff --git a/src/views/inout/DialogSelectReceiveOrder.vue b/src/views/inout/DialogSelectReceiveOrder.vue index da4d94e4..1b0725e8 100644 --- a/src/views/inout/DialogSelectReceiveOrder.vue +++ b/src/views/inout/DialogSelectReceiveOrder.vue @@ -26,7 +26,7 @@ - + - + @@ -283,11 +283,11 @@ export default { getList() { this.loading = true; if (this.actDateRange !== null) { - this.listQuery.startDate = this.actDateRange[0]; - this.listQuery.endDate = this.actDateRange[1]; + this.listQuery.startTime = this.actDateRange[0]; + this.listQuery.endTime = this.actDateRange[1]; } else { - this.listQuery.startDate = null; - this.listQuery.endDate = null; + this.listQuery.startTime = null; + this.listQuery.endTime = null; } this.listQuery.customerId = store.getters.customerId; getReceiveOrder(this.listQuery) @@ -363,7 +363,7 @@ export default { }, getBusType() { let query = { - enabled: false, + enable: true, }; getBusChange(query) .then((response) => { diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index 12c0c8e6..d8bc7ba6 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -565,6 +565,7 @@ export default { }, //关联第三方仓库信息 intentSubSelect(row) { + if (row != null) { if (row.sysId != null && row.sysId != undefined) { this.thirdSubQuery.thirdSysFk = row.sysId;