Browse Source

2023-12-26 修改

master
fengyuan_yang 2 years ago
parent
commit
c18728e89d
  1. 26
      src/views/modules/part/partInformation.vue

26
src/views/modules/part/partInformation.vue

@ -755,6 +755,24 @@
fixed: '', fixed: '',
columnWidth: 60 columnWidth: 60
}, },
{
userId: this.$store.state.user.name,
functionId: 104001,
serialNumber: '104001Table1PartType',
tableId: '104001Table1',
tableName: '物料信息表',
columnProp: 'partType',
headerAlign: 'center',
align: 'left',
columnLabel: '物料类别',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 104001, functionId: 104001,
@ -764,7 +782,7 @@
columnProp: 'familyName', columnProp: 'familyName',
headerAlign: 'center', headerAlign: 'center',
align: 'left', align: 'left',
columnLabel: '物料分类1',
columnLabel: '物料分类',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -782,7 +800,7 @@
columnProp: 'groupName', columnProp: 'groupName',
headerAlign: 'center', headerAlign: 'center',
align: 'left', align: 'left',
columnLabel: '物料分类2',
columnLabel: '物料分',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -836,7 +854,7 @@
columnProp: 'productGroupName3', columnProp: 'productGroupName3',
headerAlign: 'center', headerAlign: 'center',
align: 'left', align: 'left',
columnLabel: '商品组3',
columnLabel: '会计组',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -854,7 +872,7 @@
columnProp: 'productGroupName4', columnProp: 'productGroupName4',
headerAlign: 'center', headerAlign: 'center',
align: 'left', align: 'left',
columnLabel: '商品组4',
columnLabel: '计划员',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,

Loading…
Cancel
Save