From 060feecf301c272d4340c43c5c2ea429b8052ebc Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Thu, 2 Jan 2025 10:35:28 +0800
Subject: [PATCH 1/3] 2024-01-02
---
src/views/modules/part/bomManagement.vue | 1 +
src/views/modules/part/recipeManagement.vue | 3 +++
2 files changed, 4 insertions(+)
diff --git a/src/views/modules/part/bomManagement.vue b/src/views/modules/part/bomManagement.vue
index 337cfc6..d319b47 100644
--- a/src/views/modules/part/bomManagement.vue
+++ b/src/views/modules/part/bomManagement.vue
@@ -4197,6 +4197,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
+ this.detailData.updateBy = this.$store.state.user.name
updateAlternativeStatus(this.detailData).then(({data}) => {
if (data && data.code === 0) {
this.detailDataList = data.rows.detailDataList
diff --git a/src/views/modules/part/recipeManagement.vue b/src/views/modules/part/recipeManagement.vue
index 2eb6999..ed90105 100644
--- a/src/views/modules/part/recipeManagement.vue
+++ b/src/views/modules/part/recipeManagement.vue
@@ -3756,6 +3756,7 @@ export default {
this.componentData.partsByWeight = this.componentData.weightShare
this.componentData.qtyUom = this.componentData.weightShare / 100
this.componentData.qtyPerAssembly = this.componentData.weightShare / 100
+ this.componentData.qtyKg = this.componentData.weightShare / 100
},
// 新增子明细方法
@@ -4203,6 +4204,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
+ this.detailData.updateBy = this.$store.state.user.name
updateAlternativeStatus(this.detailData).then(({data}) => {
if (data && data.code === 0) {
this.detailDataList = data.rows.detailDataList
@@ -4230,6 +4232,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
+ this.detailData.updateBy = this.$store.state.user.name
updateAlternativeStatus(this.detailData).then(({data}) => {
if (data && data.code === 0) {
this.detailDataList = data.rows.detailDataList
From 1934444851b55bdddac6c1d2fc8e6e7e8a0805f5 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Thu, 2 Jan 2025 11:27:01 +0800
Subject: [PATCH 2/3] 2024-01-02
---
src/views/modules/part/bomManagement.vue | 4 ++--
src/views/modules/part/recipeManagement.vue | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/modules/part/bomManagement.vue b/src/views/modules/part/bomManagement.vue
index d319b47..2276316 100644
--- a/src/views/modules/part/bomManagement.vue
+++ b/src/views/modules/part/bomManagement.vue
@@ -4163,12 +4163,12 @@ export default {
// 修改替代状态为 Buildable
updateStatusToBuildable () {
+ this.detailData.updateBy = this.$store.state.user.name
this.$confirm(`是否修改状态为Buildable?`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
- this.detailData.updateBy = this.$store.state.user.name
updateAlternativeStatus(this.detailData).then(({data}) => {
if (data && data.code === 0) {
this.detailDataList = data.rows.detailDataList
@@ -4192,12 +4192,12 @@ export default {
// 修改替代状态为 Obsolete
updateStatusToObsolete () {
+ this.detailData.updateBy = this.$store.state.user.name
this.$confirm(`是否修改状态为Obsolete?`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
- this.detailData.updateBy = this.$store.state.user.name
updateAlternativeStatus(this.detailData).then(({data}) => {
if (data && data.code === 0) {
this.detailDataList = data.rows.detailDataList
diff --git a/src/views/modules/part/recipeManagement.vue b/src/views/modules/part/recipeManagement.vue
index ed90105..575bca2 100644
--- a/src/views/modules/part/recipeManagement.vue
+++ b/src/views/modules/part/recipeManagement.vue
@@ -4199,12 +4199,12 @@ export default {
// 修改替代状态为 Buildable
updateStatusToBuildable () {
+ this.detailData.updateBy = this.$store.state.user.name
this.$confirm(`是否修改状态为Buildable?`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
- this.detailData.updateBy = this.$store.state.user.name
updateAlternativeStatus(this.detailData).then(({data}) => {
if (data && data.code === 0) {
this.detailDataList = data.rows.detailDataList
@@ -4227,12 +4227,12 @@ export default {
// 修改替代状态为 Obsolete
updateStatusToObsolete () {
+ this.detailData.updateBy = this.$store.state.user.name
this.$confirm(`是否修改状态为Obsolete?`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
- this.detailData.updateBy = this.$store.state.user.name
updateAlternativeStatus(this.detailData).then(({data}) => {
if (data && data.code === 0) {
this.detailDataList = data.rows.detailDataList
From 5da48d60079a6c37736257b54c26e49b98886553 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Thu, 2 Jan 2025 15:25:52 +0800
Subject: [PATCH 3/3] =?UTF-8?q?2024-01-02=20=E9=A1=B5=E9=9D=A2=E7=BC=A9?=
=?UTF-8?q?=E6=94=BE=E9=94=99=E4=BD=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/changeManagement/changeRecord.vue | 38 ++++-----
.../changeManagement/changeRequest.vue | 38 ++++-----
src/views/modules/part/partInformation.vue | 82 +++++++++----------
3 files changed, 79 insertions(+), 79 deletions(-)
diff --git a/src/views/modules/changeManagement/changeRecord.vue b/src/views/modules/changeManagement/changeRecord.vue
index 23395de..822bc7a 100644
--- a/src/views/modules/changeManagement/changeRecord.vue
+++ b/src/views/modules/changeManagement/changeRecord.vue
@@ -94,11 +94,11 @@
申请人
申请人