From fac30e7b8f3206136934dcfa59e1e01891f7a83e Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Wed, 7 Aug 2024 14:46:09 +0800
Subject: [PATCH] =?UTF-8?q?2024-08-07=20=E4=BA=A7=E5=93=81=E6=95=B0?=
=?UTF-8?q?=E6=8D=AE=E7=AE=A1=E7=90=863?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/part/partInformation.vue | 38 ++++++++++++----------
1 file changed, 21 insertions(+), 17 deletions(-)
diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue
index 1f93eff..fa5441e 100644
--- a/src/views/modules/part/partInformation.vue
+++ b/src/views/modules/part/partInformation.vue
@@ -969,24 +969,24 @@
General
-
- Costs
-
-
- Planning Data
-
-
-
-
- Manufacturing
-
-
- Default Location
-
-
- Revision
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
保存
@@ -1130,6 +1130,7 @@
flag: '',
title: '',
site: '',
+ buNo: '',
bu: '',
partNo: '',
partDesc: '',
@@ -2532,6 +2533,7 @@
flag: '1',
title: '物料新增',
site: '',
+ buNo: '',
bu: this.userBuList[0].buNo,
partNo: '',
partDesc: '',
@@ -2588,6 +2590,7 @@
title: '物料编辑',
bu: row.site + '_' + row.buNo,
site: row.site,
+ buNo: row.buNo,
partNo: row.partNo,
partDesc: row.partDesc,
umId: row.umId,
@@ -3122,6 +3125,7 @@
toCopyPartModal () {
this.copyPartData = {
site: this.modalData.site,
+ buNo: this.modalData.buNo,
partNo: this.modalData.partNo,
partDesc: this.modalData.partDesc,
copyGeneral: 'Y',