Browse Source

2024-06-04 更新

master
fengyuan_yang 2 years ago
parent
commit
f60136ade5
  1. 16
      src/views/modules/changeManagement/changeRecord.vue
  2. 18
      src/views/modules/proofing/requestForProofing.vue
  3. 18
      src/views/modules/quotation/requestForQuote.vue
  4. 18
      src/views/modules/test/requestForTest.vue

16
src/views/modules/changeManagement/changeRecord.vue

@ -1224,6 +1224,22 @@
fixed: '', fixed: '',
columnWidth: 100 columnWidth: 100
}, },
{
userId: this.$store.state.user.name,
functionId: 108002,
serialNumber: '108002Table1NodeName',
tableId: '108002Table1',
tableName: '工程变更记录表',
columnProp: 'nodeName',
headerAlign: 'center',
align: 'center',
columnLabel: '当前节点',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 150
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 108002, functionId: 108002,

18
src/views/modules/proofing/requestForProofing.vue

@ -1602,6 +1602,24 @@ export default {
fixed: '', fixed: '',
columnWidth: 80 columnWidth: 80
}, },
{
userId: this.$store.state.user.name,
functionId: 103001,
serialNumber: '103001Table1NodeName',
tableId: '103001Table1',
tableName: '打样信息表',
columnProp: 'nodeName',
headerAlign: 'center',
align: 'center',
columnLabel: '当前节点',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 150
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 103001, functionId: 103001,

18
src/views/modules/quotation/requestForQuote.vue

@ -1577,6 +1577,24 @@ export default {
fixed: '', fixed: '',
columnWidth: 100 columnWidth: 100
}, },
{
userId: this.$store.state.user.name,
functionId: 102001,
serialNumber: '102001Table1NodeName',
tableId: '102001Table1',
tableName: '询价信息表',
columnProp: 'nodeName',
headerAlign: 'center',
align: 'center',
columnLabel: '当前节点',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 150
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 102001, functionId: 102001,

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

@ -1626,6 +1626,24 @@
fixed: '', fixed: '',
columnWidth: 80 columnWidth: 80
}, },
{
userId: this.$store.state.user.name,
functionId: 103001,
serialNumber: '103001Table1NodeName',
tableId: '103001Table1',
tableName: '测试信息表',
columnProp: 'nodeName',
headerAlign: 'center',
align: 'center',
columnLabel: '当前节点',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 150
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 103001, functionId: 103001,

Loading…
Cancel
Save