From b290db7a86e2b4614dc47208db0d85b073c0f440 Mon Sep 17 00:00:00 2001
From: qyt <123456>
Date: Thu, 24 Oct 2024 18:27:28 +0800
Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=B8=89=E6=9C=9F=E8=AE=BE=E7=BD=AE?=
=?UTF-8?q?=EF=BC=8C=E6=9C=AA=E8=AF=86=E5=88=AB=E5=88=B0=E5=BA=8F=E5=88=97?=
=?UTF-8?q?=E5=8F=B7=EF=BC=8C=E6=8F=90=E7=A4=BA=E6=9C=AA=E7=BD=AE=E9=A1=B6?=
=?UTF-8?q?=20=E9=81=AE=E7=BD=A9=E5=B1=82=E9=97=AE=E9=A2=98=202=E3=80=81?=
=?UTF-8?q?=E5=BE=85=E6=A0=A1=E9=AA=8C=E5=8D=95=E6=8D=AE=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=EF=BC=8C=E9=87=8D=E7=BD=AE=E6=88=96=E6=9F=A5=E8=AF=A2=E9=A1=B5?=
=?UTF-8?q?=E7=AD=BE=E5=90=8E=EF=BC=8C=E4=B8=8B=E6=96=B9=E6=89=AB=E7=A0=81?=
=?UTF-8?q?=E6=A0=A1=E9=AA=8C=E7=BB=93=E6=9E=9C=E6=B2=A1=E5=88=B7=E6=96=B0?=
=?UTF-8?q?=E9=87=8D=E7=BD=AE=E9=97=AE=E9=A2=98=203=E3=80=81=E7=89=A9?=
=?UTF-8?q?=E8=B5=84=E7=BC=96=E8=BE=91=E6=A0=87=E8=AF=86=E7=B1=BB=E5=9E=8B?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/basic/product/productEdit.vue | 4 ++--
src/views/inout/DialogCreateOrder.vue | 8 ++++----
src/views/inout/IoDealOrder.vue | 2 ++
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/views/basic/product/productEdit.vue b/src/views/basic/product/productEdit.vue
index e4612bf..f955ec4 100644
--- a/src/views/basic/product/productEdit.vue
+++ b/src/views/basic/product/productEdit.vue
@@ -70,8 +70,8 @@
:disabled="true"
style="width: 90%" placeholder="选择标识类型" clearable>
-
-
+
+
diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue
index 9080d82..4c5d62e 100644
--- a/src/views/inout/DialogCreateOrder.vue
+++ b/src/views/inout/DialogCreateOrder.vue
@@ -1054,10 +1054,10 @@ export default {
-
-
diff --git a/src/views/inout/IoDealOrder.vue b/src/views/inout/IoDealOrder.vue
index a5f7d72..4d5f8c1 100644
--- a/src/views/inout/IoDealOrder.vue
+++ b/src/views/inout/IoDealOrder.vue
@@ -646,6 +646,7 @@ export default {
invCode: this.$store.getters.locInvCode,
};
this.actDateRange = [];
+ this.bizDetailList = []
this.getList();
},
onSubmit() {
@@ -657,6 +658,7 @@ export default {
this.filterQuery.endTime = null;
}
this.filterQuery.page = 1;
+ this.bizDetailList = []
this.getList();
},
hideSearch() {