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,
columnImage: false,
columnSortable: false,
columnWidth: 120,
columnWidth: 140,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
@ -98,7 +98,8 @@ export default {
serialNumber: null,
columnType: null,
align: 'left'
},{
},
{
tableId: "vulcanizationTable",
tableName: this.$route.meta.title,
columnProp: "qtyReported",
@ -205,24 +206,6 @@ export default {
columnType: null,
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