Browse Source

20250427

master
qiezi 9 months ago
parent
commit
64e51931e6
  1. 23
      src/views/modules/board/VulcanizationDispatchOrder.vue

23
src/views/modules/board/VulcanizationDispatchOrder.vue

@ -89,7 +89,7 @@ export default {
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
columnWidth: 120,
columnWidth: 140,
format: null, format: null,
functionId: this.$route.meta.menuId, functionId: this.$route.meta.menuId,
sortLv: 0, sortLv: 0,
@ -98,7 +98,8 @@ export default {
serialNumber: null, serialNumber: null,
columnType: null, columnType: null,
align: 'left' align: 'left'
},{
},
{
tableId: "vulcanizationTable", tableId: "vulcanizationTable",
tableName: this.$route.meta.title, tableName: this.$route.meta.title,
columnProp: "qtyReported", columnProp: "qtyReported",
@ -205,24 +206,6 @@ export default {
columnType: null, columnType: null,
align: 'center' align: 'center'
}, },
{
tableId: "vulcanizationTable",
tableName: this.$route.meta.title,
columnProp: "LatestReportDepartment",
columnLabel: "最后报工工序",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 130,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'center'
},
], ],
} }
}, },

Loading…
Cancel
Save