|
|
|
@ -1137,6 +1137,24 @@ export default { |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 100 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 6023, |
|
|
|
serialNumber: '6023TableRemark', |
|
|
|
tableId: "6023Table", |
|
|
|
tableName: "查询生产派工单表", |
|
|
|
columnProp: "remark", |
|
|
|
headerAlign: "center", |
|
|
|
align: "left", |
|
|
|
columnLabel: "任务备注", |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 150 |
|
|
|
} |
|
|
|
], |
|
|
|
queryTable: { |
|
|
|
@ -1202,7 +1220,7 @@ export default { |
|
|
|
this.$nextTick(() => { |
|
|
|
const windowHeight = window.innerHeight; |
|
|
|
const headerHeight = this.searchExpanded ? 300 : 178; |
|
|
|
this.height = windowHeight - headerHeight - 85; |
|
|
|
this.height = windowHeight - headerHeight - 65; |
|
|
|
}); |
|
|
|
}, |
|
|
|
// 切换查询条件展开/收起 |
|
|
|
|