diff --git a/src/views/business/stockOrderNewDistribution.vue b/src/views/business/stockOrderNewDistribution.vue index cd2a956..14a4203 100644 --- a/src/views/business/stockOrderNewDistribution.vue +++ b/src/views/business/stockOrderNewDistribution.vue @@ -233,13 +233,12 @@ :remote-method="findDeptMethod" :loading="loading" @focus="findDeptMethod('')" - @change="deptChange" > {{ item.name }} @@ -560,6 +559,7 @@ export default { storageList: [], invQueryData: {}, subInvList: [], + fromDeptOptions: [], }; }, components: { @@ -1326,11 +1326,6 @@ export default { }); }, - deptChange(row) { - this.formData.corpId = row.code; - this.formData.corpName = row.name; - }, - }, filters: {}, diff --git a/src/views/inout/IOAddOrder.vue b/src/views/inout/IOAddOrder.vue index 25432bb..765409f 100644 --- a/src/views/inout/IOAddOrder.vue +++ b/src/views/inout/IOAddOrder.vue @@ -218,13 +218,12 @@ :remote-method="findDeptMethod" :loading="loading" @focus="findDeptMethod('')" - @change="deptChange" > {{ item.name }} @@ -1055,11 +1054,6 @@ export default { }); }, - deptChange(row) { - this.formData.corpId = row.code; - this.formData.corpName = row.name; - }, - getStorage(event) { this.storageList = [];