From e94d3194ef3784af1617e9ba52e92c9442425181 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 19 Nov 2024 15:23:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=88=90=E5=93=81=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E4=BE=9D=E6=8D=AE=E5=AD=90=E9=A1=B9=E7=A1=AE=E5=AE=9A=E6=8A=BD?= =?UTF-8?q?=E6=A3=80=E6=95=B0=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qm/product.vue | 7 +++- src/views/qm/productCheck.vue | 64 +++++++++++++++++------------------ src/views/qm/product_form.vue | 32 ++++++------------ 3 files changed, 48 insertions(+), 55 deletions(-) diff --git a/src/views/qm/product.vue b/src/views/qm/product.vue index 9ebbb4f9..6b92508e 100644 --- a/src/views/qm/product.vue +++ b/src/views/qm/product.vue @@ -38,6 +38,7 @@ + @@ -86,7 +87,7 @@ v-if="dialog.check" :materialCate="materialCate" :ftestWork="ftestWork" - @closed="dialog.check = false" + @closed="handleCheckClose" > @@ -169,6 +170,10 @@ export default { handleQuery() { this.$refs.table.queryData(this.query); }, + handleCheckClose() { + this.dialog.check = false; + this.$refs.table.refresh(); + }, resetQuery() { this.query = {}; }, diff --git a/src/views/qm/productCheck.vue b/src/views/qm/productCheck.vue index f73b0c96..7bafed5d 100644 --- a/src/views/qm/productCheck.vue +++ b/src/views/qm/productCheck.vue @@ -32,7 +32,7 @@ workObj.count_sampling }} - {{item.batch}}、 + {{item.batch}}; -