From a1593d09e77b292ed23d87b0c2bc38179bbb9344 Mon Sep 17 00:00:00 2001
From: anthonyywj2 <353682448@qq.com>
Date: Fri, 5 Aug 2022 18:08:58 +0800
Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/business/stockOrderNewDistribution.vue | 9 ++-------
src/views/inout/IOAddOrder.vue | 8 +-------
2 files changed, 3 insertions(+), 14 deletions(-)
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 = [];