Browse Source

2026-03-20

生产派工单列表加字段
master
fengyuan_yang 4 weeks ago
parent
commit
814c510da1
  1. 36
      src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue

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

@ -634,6 +634,42 @@ export default {
fixed: '',
columnWidth: 80
},
{
userId: this.$store.state.user.name,
functionId: 6023,
serialNumber: '6023TableTotalRoll',
tableId: "6023Table",
tableName: "查询生产派工单表",
columnProp: "rowCount",
headerAlign: "center",
align: "right",
columnLabel: "排数",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
},
{
userId: this.$store.state.user.name,
functionId: 6023,
serialNumber: '6023TableTotalRoll',
tableId: "6023Table",
tableName: "查询生产派工单表",
columnProp: "rollCount",
headerAlign: "center",
align: "right",
columnLabel: "分切卷数",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
},
{
userId: this.$store.state.user.name,
functionId: 6023,

Loading…
Cancel
Save