Browse Source

20250427

master
qiezi 10 months ago
parent
commit
8af5f34110
  1. 18
      src/views/modules/board/partInventory.vue

18
src/views/modules/board/partInventory.vue

@ -85,24 +85,6 @@ export default {
fixed: '', fixed: '',
columnWidth: 80 columnWidth: 80
}, },
{
userId: this.$store.state.user.name,
functionId: 153,
serialNumber: '153Table1',
tableId: "153Table1",
tableName: "物料库存信息表",
columnProp: "spec",
headerAlign: "center",
align: "left",
columnLabel: "规格型号",
columnHidden: false,
columnImage: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 153, functionId: 153,

Loading…
Cancel
Save