diff --git a/src/views/modules/proofing/requestForProofing.vue b/src/views/modules/proofing/requestForProofing.vue index 1b7e6bd..baad970 100644 --- a/src/views/modules/proofing/requestForProofing.vue +++ b/src/views/modules/proofing/requestForProofing.vue @@ -1274,7 +1274,6 @@ export default { fixed: '', columnWidth: 120 }, - { userId: this.$store.state.user.name, functionId: 103001, @@ -1284,7 +1283,7 @@ export default { columnProp: 'testPartNo', headerAlign: 'center', align: 'left', - columnLabel: '物料编码', + columnLabel: 'PLM物料编码', columnHidden: false, columnImage: false, columnSortable: false, @@ -1296,31 +1295,31 @@ export default { { userId: this.$store.state.user.name, functionId: 103001, - serialNumber: '103001Table1PartName', + serialNumber: '103001Table1FinalPartNo', tableId: '103001Table1', tableName: '打样信息表', - columnProp: 'partName', + columnProp: 'finalPartNo', headerAlign: 'center', align: 'left', - columnLabel: '物料名称', + columnLabel: 'IFS物料编码', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 100 + columnWidth: 140 }, { userId: this.$store.state.user.name, functionId: 103001, - serialNumber: '103001Table1FinalPartNo', + serialNumber: '103001Table1PartName', tableId: '103001Table1', tableName: '打样信息表', - columnProp: 'finalPartNo', + columnProp: 'partName', headerAlign: 'center', align: 'left', - columnLabel: 'IFS物料编码', + columnLabel: '物料名称', columnHidden: false, columnImage: false, columnSortable: false, diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue index c407ed4..4265f4f 100644 --- a/src/views/modules/quotation/requestForQuote.vue +++ b/src/views/modules/quotation/requestForQuote.vue @@ -1312,43 +1312,43 @@ export default { columnProp: 'testPartNo', headerAlign: 'center', align: 'left', - columnLabel: '物料编码', + columnLabel: 'PLM物料编码', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 160 + columnWidth: 140 }, { userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table1PartName', + serialNumber: '102001Table1FinalPartNo', tableId: '102001Table1', tableName: '询价信息表', - columnProp: 'partName', + columnProp: 'finalPartNo', headerAlign: 'center', align: 'left', - columnLabel: '物料描述', + columnLabel: 'IFS物料编码', columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 100 + columnWidth: 140 }, { userId: this.$store.state.user.name, functionId: 102001, - serialNumber: '102001Table1FinalPartNo', + serialNumber: '102001Table1PartName', tableId: '102001Table1', tableName: '询价信息表', - columnProp: 'finalPartNo', + columnProp: 'partName', headerAlign: 'center', align: 'left', - columnLabel: 'IFS物料编码', + columnLabel: '物料描述', columnHidden: false, columnImage: false, columnSortable: false, diff --git a/src/views/modules/quotation/toBeQuoted.vue b/src/views/modules/quotation/toBeQuoted.vue index e30ece3..e8bbce6 100644 --- a/src/views/modules/quotation/toBeQuoted.vue +++ b/src/views/modules/quotation/toBeQuoted.vue @@ -155,7 +155,8 @@ - + +