From 0f1530b6049426e68db2bd41e018651a563a827d Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 25 Sep 2024 13:05:34 +0800 Subject: [PATCH] =?UTF-8?q?2024-09-25=20RFQ=20=E5=8A=9F=E8=83=BD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/fanuc/labor.vue | 26 ++--- src/views/modules/part/bomManagement.vue | 38 ++------ src/views/modules/part/routingManagement.vue | 99 ++++++++++++++------ 3 files changed, 90 insertions(+), 73 deletions(-) diff --git a/src/views/modules/fanuc/labor.vue b/src/views/modules/fanuc/labor.vue index 90c3899..00dff1f 100644 --- a/src/views/modules/fanuc/labor.vue +++ b/src/views/modules/fanuc/labor.vue @@ -139,22 +139,22 @@ - - + +
- +
- +
@@ -162,29 +162,29 @@
- - + +
- +
- +
- +
@@ -192,8 +192,8 @@
- - + +
@@ -386,10 +386,10 @@ export default { tableId: "501003Table", tableName: "人工等级", columnWidth: 100, - columnProp: 'buNo', + columnProp: 'buDesc', headerAlign: 'center', align: "center", - columnLabel: 'Bu', + columnLabel: 'BU', columnHidden: false, columnImage: false, columnSortable: false, diff --git a/src/views/modules/part/bomManagement.vue b/src/views/modules/part/bomManagement.vue index 4b2f9c1..bb016dc 100644 --- a/src/views/modules/part/bomManagement.vue +++ b/src/views/modules/part/bomManagement.vue @@ -592,7 +592,7 @@ - + @@ -1278,15 +1278,15 @@ export default { columnWidth: 300 }, { - columnProp: 'familyName', + columnProp: 'spec', headerAlign: "center", align: "center", - columnLabel: '物料分类', + columnLabel: '规格型号', columnHidden: false, columnImage: false, status: true, fixed: '', - columnWidth: 120 + columnWidth: 300 }, { columnProp: 'printUnit', @@ -1299,17 +1299,6 @@ export default { fixed: '', columnWidth: 100 }, - { - columnProp: 'spec', - headerAlign: "center", - align: "center", - columnLabel: '规格型号', - columnHidden: false, - columnImage: false, - status: true, - fixed: '', - columnWidth: 300 - }, { columnProp: 'partType', headerAlign: "center", @@ -1346,15 +1335,15 @@ export default { columnWidth: 300 }, { - columnProp: 'familyName', + columnProp: 'spec', headerAlign: "center", - align: "center", - columnLabel: '物料分类', + align: "left", + columnLabel: '规格型号', columnHidden: false, columnImage: false, status: true, fixed: '', - columnWidth: 120 + columnWidth: 300 }, { columnProp: 'printUnit', @@ -1367,17 +1356,6 @@ export default { fixed: '', columnWidth: 100 }, - { - columnProp: 'spec', - headerAlign: "center", - align: "left", - columnLabel: '规格型号', - columnHidden: false, - columnImage: false, - status: true, - fixed: '', - columnWidth: 300 - }, { columnProp: 'partType', headerAlign: "center", diff --git a/src/views/modules/part/routingManagement.vue b/src/views/modules/part/routingManagement.vue index db1a719..e77f027 100644 --- a/src/views/modules/part/routingManagement.vue +++ b/src/views/modules/part/routingManagement.vue @@ -19,7 +19,11 @@ - + + + + + @@ -349,7 +353,10 @@ 加工中心编码 - + + + + @@ -499,7 +506,7 @@ - + @@ -871,6 +878,7 @@ export default { machineNo: '', workCenterNo: '', workCenterDesc: '', + workCenterType: '', laborClassNo: '', laborClassDesc: '', setupLaborClassNo: '', @@ -1136,26 +1144,29 @@ export default { columnImage: false, status: true, fixed: '', + columnWidth: 120 }, { columnProp: 'partDesc', headerAlign: "center", - align: "center", + align: "left", columnLabel: '物料名称', columnHidden: false, columnImage: false, status: true, fixed: '', + columnWidth: 300 }, { - columnProp: 'familyName', + columnProp: 'spec', headerAlign: "center", - align: "center", - columnLabel: '物料分类', + align: "left", + columnLabel: '规格型号', columnHidden: false, columnImage: false, status: true, fixed: '', + columnWidth: 300 }, { columnProp: 'printUnit', @@ -1166,16 +1177,7 @@ export default { columnImage: false, status: true, fixed: '', - }, - { - columnProp: 'spec', - headerAlign: "center", - align: "center", - columnLabel: '规格型号', - columnHidden: false, - columnImage: false, - status: true, - fixed: '', + columnWidth: 100 }, { columnProp: 'partType', @@ -1186,6 +1188,7 @@ export default { columnImage: false, status: true, fixed: '', + columnWidth: 150 } ], componentOperationColumnList: [ @@ -1449,6 +1452,24 @@ export default { fixed: '', columnWidth: 100 }, + { + userId: this.$store.state.user.name, + functionId: 601003, + serialNumber: '104003Table2WorkCenterNo', + tableId: '104003Table2', + tableName: 'Routing工序表', + columnProp: 'workCenterNo', + headerAlign: 'center', + align: 'center', + columnLabel: '加工中心编码', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 100 + }, { userId: this.$store.state.user.name, functionId: 601003, @@ -1457,8 +1478,26 @@ export default { tableName: 'Routing工序表', columnProp: 'workCenterDesc', headerAlign: 'center', + align: 'left', + columnLabel: '加工中心名称', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 200 + }, + { + userId: this.$store.state.user.name, + functionId: 601003, + serialNumber: '601003Table2WorkCenterType', + tableId: '601003Table2', + tableName: 'Routing工序表', + columnProp: 'workCenterType', + headerAlign: 'center', align: 'center', - columnLabel: '加工中心', + columnLabel: '加工中心类型', columnHidden: false, columnImage: false, columnSortable: false, @@ -1570,6 +1609,7 @@ export default { columnImage: false, status: true, fixed: '', + columnWidth: 120 }, { columnProp: 'partDesc', @@ -1580,16 +1620,18 @@ export default { columnImage: false, status: true, fixed: '', + columnWidth: 300 }, { - columnProp: 'familyName', + columnProp: 'spec', headerAlign: "center", align: "center", - columnLabel: '物料分类', + columnLabel: '规格型号', columnHidden: false, columnImage: false, status: true, fixed: '', + columnWidth: 300 }, { columnProp: 'printUnit', @@ -1600,16 +1642,7 @@ export default { columnImage: false, status: true, fixed: '', - }, - { - columnProp: 'spec', - headerAlign: "center", - align: "center", - columnLabel: '规格型号', - columnHidden: false, - columnImage: false, - status: true, - fixed: '', + columnWidth: 100 }, { columnProp: 'partType', @@ -1620,6 +1653,7 @@ export default { columnImage: false, status: true, fixed: '', + columnWidth: 150 } ], standardOperationColumnList: [ @@ -2469,6 +2503,7 @@ export default { machineNo: '', workCenterNo: '', workCenterDesc: '', + workCenterType: '', laborClassNo: '', laborClassDesc: '', setupLaborClassNo: '', @@ -2523,6 +2558,7 @@ export default { machineNo: row.machineNo, workCenterNo: row.workCenterNo, workCenterDesc: row.workCenterDesc, + workCenterType: row.workCenterType, laborClassNo: row.laborClassNo, laborClassDesc: row.laborClassDesc, setupLaborClassNo: row.setupLaborClassNo, @@ -3419,6 +3455,7 @@ export default { if (this.tagNo === 216) { this.componentData.workCenterNo = val.work_center_no this.componentData.workCenterDesc = val.work_center_desc + this.componentData.workCenterType = val.work_center_type } }, @@ -3460,12 +3497,14 @@ export default { if (data.baseListData.length > 0) { this.componentData.workCenterNo = data.baseListData[0].work_center_no this.componentData.workCenterDesc = data.baseListData[0].work_center_desc + this.componentData.workCenterType = data.baseListData[0].work_center_type return } } }) } this.componentData.workCenterDesc = '' + this.componentData.workCenterType = '' }, // 人员等级