Browse Source

首次提交

LIrui
ruanqi 2 years ago
parent
commit
ce7c04f350
  1. 64
      src/views/modules/base/partInformation.vue

64
src/views/modules/base/partInformation.vue

@ -1676,22 +1676,22 @@
fixed: '', fixed: '',
columnWidth: 150 columnWidth: 150
}, },
{
userId: this.$store.state.user.name,
functionId: 104001,
serialNumber: '104001Table1StatusDesc',
tableId: '104001Table1',
tableName: '物料信息表',
columnProp: 'statusDesc',
headerAlign: 'center',
align: 'center',
columnLabel: '物料状态',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 100
},
// {
// userId: this.$store.state.user.name,
// functionId: 104001,
// serialNumber: '104001Table1StatusDesc',
// tableId: '104001Table1',
// tableName: '',
// columnProp: 'statusDesc',
// headerAlign: 'center',
// align: 'center',
// columnLabel: '',
// columnHidden: false,
// columnImage: false,
// status: true,
// fixed: '',
// columnWidth: 100
// },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 104001, functionId: 104001,
@ -1947,22 +1947,22 @@
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150 columnWidth: 150
},
{
userId: this.$store.state.user.name,
functionId: 104001,
serialNumber: '104001Table1PlmPartNo',
tableId: '104001Table1',
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: 104001,
// serialNumber: '104001Table1PlmPartNo',
// tableId: '104001Table1',
// tableName: '',
// columnProp: 'plmPartNo',
// headerAlign: 'center',
// align: 'center',
// columnLabel: 'PLM',
// columnHidden: false,
// columnImage: false,
// status: true,
// fixed: '',
// columnWidth: 120
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,

Loading…
Cancel
Save