|
|
@ -568,7 +568,7 @@ |
|
|
fixed: '', |
|
|
fixed: '', |
|
|
columnProp: 'operationDesc', |
|
|
columnProp: 'operationDesc', |
|
|
headerAlign: "center", |
|
|
headerAlign: "center", |
|
|
align: "center", |
|
|
|
|
|
|
|
|
align: "left", |
|
|
columnLabel: '工序', |
|
|
columnLabel: '工序', |
|
|
columnHidden: false, |
|
|
columnHidden: false, |
|
|
columnImage: false, |
|
|
columnImage: false, |
|
|
@ -577,6 +577,42 @@ |
|
|
status: true, |
|
|
status: true, |
|
|
columnWidth: 100, |
|
|
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, |
|
|
userId: this.$store.state.user.name, |
|
|
functionId: 3010005001, |
|
|
functionId: 3010005001, |
|
|
@ -741,7 +777,7 @@ |
|
|
// 查看 质量任务生成规则控制 动控是否开启 |
|
|
// 查看 质量任务生成规则控制 动控是否开启 |
|
|
this.queryController() |
|
|
this.queryController() |
|
|
// 动态列 |
|
|
// 动态列 |
|
|
this.getTableUserColumn(this.$route.meta.menuId+'table',1) |
|
|
|
|
|
|
|
|
this.getTableUserColumn(this.$route.meta.menuId+'table1',1) |
|
|
if (!this.authSearch) { |
|
|
if (!this.authSearch) { |
|
|
// 获取数据列表 |
|
|
// 获取数据列表 |
|
|
this.getDataList() |
|
|
this.getDataList() |
|
|
|