Browse Source

2025-04-22

master
qiezi 9 months ago
parent
commit
75bfb3ecf7
  1. 17
      src/views/modules/proofing/requestForProofing.vue
  2. 18
      src/views/modules/quotation/requestForQuote.vue
  3. 21
      src/views/modules/quotation/toBeQuoted.vue
  4. 18
      src/views/modules/test/requestForTest.vue

17
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,

18
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,

21
src/views/modules/quotation/toBeQuoted.vue

@ -155,7 +155,8 @@
<el-table-column label="申请单号" header-align="center" align="center" prop="quotationNo" min-width="120"/>
<el-table-column label="项目编码" header-align="center" align="left" prop="projectId" min-width="100"/>
<el-table-column label="项目名称" header-align="center" align="left" prop="projectName" min-width="150"/>
<el-table-column label="物料编码" header-align="center" align="left" prop="testPartNo" min-width="120"/>
<el-table-column label="PLM物料编码" header-align="center" align="left" prop="testPartNo" min-width="120"/>
<el-table-column label="IFS物料编码" header-align="center" align="left" prop="finalPartNo" min-width="120"/>
<el-table-column label="物料名称" header-align="center" align="left" prop="partName" min-width="220"/>
<el-table-column label="MOQ" header-align="center" align="right" prop="qty" min-width="80">
<template slot-scope="scope">
@ -368,43 +369,43 @@ export default {
columnProp: 'testPartNo',
headerAlign: 'center',
align: 'center',
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,

18
src/views/modules/test/requestForTest.vue

@ -1324,43 +1324,43 @@
columnProp: 'testPartNo',
headerAlign: 'center',
align: 'left',
columnLabel: '物料编码',
columnLabel: 'PLM物料编码',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 150
columnWidth: 140
},
{
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,

Loading…
Cancel
Save