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 @@
申请人
申请人
-
+
-
+
@@ -117,7 +117,7 @@
-
+
@@ -125,19 +125,19 @@
-
+
- ECN种类
+ ECN种类
审批人员
审批人员
-
+
@@ -156,13 +156,13 @@
-
+
I/E
I/E
-
+
@@ -173,24 +173,24 @@
CQC
CQC
-
+
FAI
FAI
-
+
-
+
-
+
@@ -445,27 +445,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/views/modules/changeManagement/changeRequest.vue b/src/views/modules/changeManagement/changeRequest.vue
index 7e95089..b47bdb0 100644
--- a/src/views/modules/changeManagement/changeRequest.vue
+++ b/src/views/modules/changeManagement/changeRequest.vue
@@ -109,11 +109,11 @@
申请人
-
+
-
+
@@ -131,7 +131,7 @@
-
+
@@ -139,18 +139,18 @@
-
+
- ECN种类
+ ECN种类
审批人员
-
+
@@ -168,12 +168,12 @@
-
+
I/E
-
+
@@ -183,24 +183,24 @@
CQC
-
+
FAI
-
+
-
+
-
+
文件上传
@@ -450,27 +450,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/views/modules/part/bomManagement.vue b/src/views/modules/part/bomManagement.vue
index 337cfc6..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,6 +4192,7 @@ export default {
// 修改替代状态为 Obsolete
updateStatusToObsolete () {
+ this.detailData.updateBy = this.$store.state.user.name
this.$confirm(`是否修改状态为Obsolete?`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue
index d93f29f..0074bcb 100644
--- a/src/views/modules/part/partInformation.vue
+++ b/src/views/modules/part/partInformation.vue
@@ -161,7 +161,7 @@
-
+
@@ -171,70 +171,70 @@
安全代码 / Safety Code
-
+
计划人 / Planner
-
+
会计组 / Accounting Group
-
+
计量单位 / Inventory UoM
-
+
产品代码 / Product Code
-
+
商品组1 / Comm Group 1
-
+
产品大类 / Product Family
-
+
商品组2 / Comm Group 2
-
+
-
+
资产等级 / Asset Class
-
+
-
+
零件状态 / Part Status
-
+
@@ -243,7 +243,7 @@
-
+
@@ -251,7 +251,7 @@
ABC类 / ABC Class
ABC类 / ABC Class
-
+
@@ -260,7 +260,7 @@
-
+
@@ -268,44 +268,44 @@
-
+
-
+
来源国家 / Country of Origin
-
+
-
+
-
+
区域代码 / Region Code
-
+
-
+
海关统计序号 / Customs Stat No
-
+
-
+
@@ -348,7 +348,7 @@
-
+
@@ -358,12 +358,12 @@
零件成本组 / Part Cost Group
-
+
-
+
@@ -374,7 +374,7 @@
-
+
@@ -383,7 +383,7 @@
-
+
@@ -432,10 +432,10 @@
-
+
-
+
@@ -447,10 +447,10 @@
-
+
-
+
@@ -463,10 +463,10 @@
-
+
-
+
@@ -478,23 +478,23 @@
-
+
-
+
-
+
-
+
-
+
diff --git a/src/views/modules/part/recipeManagement.vue b/src/views/modules/part/recipeManagement.vue
index 2eb6999..575bca2 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
},
// 新增子明细方法
@@ -4198,6 +4199,7 @@ export default {
// 修改替代状态为 Buildable
updateStatusToBuildable () {
+ this.detailData.updateBy = this.$store.state.user.name
this.$confirm(`是否修改状态为Buildable?`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
@@ -4225,6 +4227,7 @@ export default {
// 修改替代状态为 Obsolete
updateStatusToObsolete () {
+ this.detailData.updateBy = this.$store.state.user.name
this.$confirm(`是否修改状态为Obsolete?`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',