Browse Source

2026-04-15

生产派工单列表增加一列
master
fengyuan_yang 3 days ago
parent
commit
ce655659ef
  1. 20
      src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue

20
src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue

@ -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;
});
},
// /

Loading…
Cancel
Save