Browse Source

2024-10-17

优化
master
fengyuan_yang 1 year ago
parent
commit
f9b03c6aa1
  1. 40
      src/views/modules/qc/DoInspectionBySeqNo.vue

40
src/views/modules/qc/DoInspectionBySeqNo.vue

@ -568,7 +568,7 @@
fixed: '',
columnProp: 'operationDesc',
headerAlign: "center",
align: "center",
align: "left",
columnLabel: '工序',
columnHidden: false,
columnImage: false,
@ -577,6 +577,42 @@
status: true,
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 3010005001,
serialNumber: '3010005001Table1ResourceId',
tableId: "3010005001Table1",
tableName: "派工单号表",
fixed: '',
columnProp: 'resourceId',
headerAlign: "center",
align: "left",
columnLabel: '机台编码',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 3010005001,
serialNumber: '3010005001Table1ResourceDesc',
tableId: "3010005001Table1",
tableName: "派工单号表",
fixed: '',
columnProp: 'resourceDesc',
headerAlign: "center",
align: "left",
columnLabel: '机台名称',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
columnWidth: 150,
},
{
userId: this.$store.state.user.name,
functionId: 3010005001,
@ -741,7 +777,7 @@
//
this.queryController()
//
this.getTableUserColumn(this.$route.meta.menuId+'table',1)
this.getTableUserColumn(this.$route.meta.menuId+'table1',1)
if (!this.authSearch) {
//
this.getDataList()

Loading…
Cancel
Save