-
选择评估模板
+
选择评估信息
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-
选择执行模板
+
选择执行信息
Copy
Build
Retire
- 转正式BOM
+
@@ -2587,7 +2587,8 @@ export default {
updateBy: this.$store.state.user.name,
printUnit: row.printUnit,
printUnitName: row.printUnitName,
- officialFlag: row.officialFlag
+ officialFlag: row.officialFlag,
+ offFlag: row.offFlag
}
this.subDetailTable = 'bom_sub_detail'
// 查bom明细
diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue
index b207b50..5d96be7 100644
--- a/src/views/modules/part/partInformation.vue
+++ b/src/views/modules/part/partInformation.vue
@@ -3260,9 +3260,16 @@
if (data && data.code === 0) {
this.getPartItem()
this.attributeDialog = true
- this.$message.success(data.msg)
+ this.$message({
+ message: '操作成功',
+ type: 'success',
+ duration: 1500,
+ onClose: () => {}
+ })
} else {
- this.$message.warning(data.msg)
+ this.$alert(data.msg, '错误', {
+ confirmButtonText: '确定'
+ })
}
this.loading = false
}).catch((error) => {
@@ -3837,7 +3844,7 @@
toBecomeOfficialPartModal (row) {
this.modalData = {
flag: '3',
- title: '物料投产',
+ title: '物料转正',
site: row.site,
partNo: row.partNo,
partDesc: row.partDesc,
diff --git a/src/views/modules/part/routingManagement.vue b/src/views/modules/part/routingManagement.vue
index 6384082..70479f6 100644
--- a/src/views/modules/part/routingManagement.vue
+++ b/src/views/modules/part/routingManagement.vue
@@ -158,7 +158,7 @@
Copy
Build
Retire
- 转正式Routing
+
diff --git a/src/views/modules/project/projectInfo/com_project_info_part.vue b/src/views/modules/project/projectInfo/com_project_info_part.vue
index d60882f..5823f1d 100644
--- a/src/views/modules/project/projectInfo/com_project_info_part.vue
+++ b/src/views/modules/project/projectInfo/com_project_info_part.vue
@@ -764,6 +764,22 @@
dataListLoading: false,
currentRow:'',
columnList:[
+ {
+ userId: this.$store.state.user.name,
+ functionId: 101002001,
+ serialNumber: '101002001Table4finalPartNo',
+ tableId: "101002001Table4",
+ tableName: "项目物料",
+ columnProp: "finalPartNo",
+ headerAlign: "center",
+ align: "center",
+ columnLabel: "IFS物料编码",
+ columnHidden: false,
+ columnImage: false,
+ status: true,
+ fixed: '',
+ columnWidth: 100
+ },
{
userId: this.$store.state.user.name,
functionId: 101002001,
@@ -776,8 +792,6 @@
columnLabel: "物料编码",
columnHidden: false,
columnImage: false,
- columnSortable: false,
- sortLv: 0,
status: true,
fixed: '',
columnWidth: 100
@@ -794,8 +808,6 @@
columnLabel: "物料描述",
columnHidden: false,
columnImage: false,
- columnSortable: false,
- sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
@@ -812,30 +824,10 @@
columnLabel: "物料状态",
columnHidden: false,
columnImage: false,
- columnSortable: false,
- sortLv: 0,
status: true,
fixed: '',
columnWidth: 100
},
- // {
- // userId: this.$store.state.user.name,
- // functionId: 101002001,
- // serialNumber: '101002001Table4PartType',
- // tableId: "101002001Table4",
- // tableName: "项目物料",
- // columnProp: "partType",
- // headerAlign: "center",
- // align: "center",
- // columnLabel: "物料分类",
- // columnHidden: false,
- // columnImage: false,
- // columnSortable: false,
- // sortLv: 0,
- // status: true,
- // fixed: '',
- // columnWidth: 60
- // },
{
userId: this.$store.state.user.name,
functionId: 101002001,
@@ -848,8 +840,6 @@
columnLabel: "物料分类",
columnHidden: false,
columnImage: false,
- columnSortable: false,
- sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
@@ -866,8 +856,6 @@
columnLabel: "属性模板",
columnHidden: false,
columnImage: false,
- columnSortable: false,
- sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
@@ -884,8 +872,6 @@
columnLabel: "属性模板名称",
columnHidden: false,
columnImage: false,
- columnSortable: false,
- sortLv: 0,
status: true,
fixed: '',
columnWidth: 100
@@ -902,30 +888,26 @@
columnLabel: "备注",
columnHidden: false,
columnImage: false,
- columnSortable: false,
- sortLv: 0,
- status: true,
- fixed: '',
- columnWidth: 120
- },
- {
- userId: this.$store.state.user.name,
- functionId: 101002001,
- serialNumber: '101002001Table4PlmPartNo',
- tableId: "101002001Table4",
- tableName: "项目物料",
- columnProp: "plmPartNo",
- headerAlign: "center",
- align: "center",
- columnLabel: "PLM料号",
- columnHidden: false,
- columnImage: false,
- columnSortable: false,
- sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
},
+ // {
+ // userId: this.$store.state.user.name,
+ // functionId: 101002001,
+ // serialNumber: '101002001Table4PlmPartNo',
+ // tableId: "101002001Table4",
+ // tableName: "项目物料",
+ // columnProp: "plmPartNo",
+ // headerAlign: "center",
+ // align: "center",
+ // columnLabel: "PLM料号",
+ // columnHidden: false,
+ // columnImage: false,
+ // status: true,
+ // fixed: '',
+ // columnWidth: 120
+ // },
{
userId: this.$store.state.user.name,
functionId: 101002001,
@@ -938,8 +920,6 @@
columnLabel: "创建时间",
columnHidden: false,
columnImage: false,
- columnSortable: false,
- sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
@@ -956,8 +936,6 @@
columnLabel: "创建人",
columnHidden: false,
columnImage: false,
- columnSortable: false,
- sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
@@ -974,8 +952,6 @@
columnLabel: "上次修改日期",
columnHidden: false,
columnImage: false,
- columnSortable: false,
- sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
@@ -992,8 +968,6 @@
columnLabel: "修改人",
columnHidden: false,
columnImage: false,
- columnSortable: false,
- sortLv: 0,
status: true,
fixed: '',
columnWidth: 80