From a04993b1d91235ab1be3e3820e9d34b6429de938 Mon Sep 17 00:00:00 2001
From: DOUDOU <877258667@qq.com>
Date: Mon, 26 Dec 2022 16:58:56 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=89=BA=E8=B7=AF=E7=BA=BF=E4=BC=98?=
=?UTF-8?q?=E5=8C=96=2020221226?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/base/maintainProductRouting.vue | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/views/modules/base/maintainProductRouting.vue b/src/views/modules/base/maintainProductRouting.vue
index 8a94872..94258b1 100644
--- a/src/views/modules/base/maintainProductRouting.vue
+++ b/src/views/modules/base/maintainProductRouting.vue
@@ -58,6 +58,9 @@
{{ buttons.copyRouting }}
+ {{ buttons.addPart }}
+
@@ -152,7 +155,7 @@
{{ buttons.search }}
- {{ buttons.add }}
+
{
if (data && data.code == 200) {
- this.routingHeaderModelFlag = false
- this.searchRoutingWithPartNo();
+ this.routingHeaderModelFlag = false;
+ //设置查询的物料编码
+ this.searchPartNo = this.routingHeaderData.partNo;
+ this.tableHanddle(this.routingHeaderData);
+ //this.searchRoutingWithPartNo(); 调用有问题2022-12-26
this.$message.success(this.labels.doYes)
} else {
this.$alert(data.msg, this.labels.error, {