|
|
|
@ -230,7 +230,7 @@ const columns = ref([
|
|
|
|
{ key: 2, label: '物料名称', visible: true },
|
|
|
|
{ key: 2, label: '物料名称', visible: true },
|
|
|
|
{ key: 3, label: '规格型号', visible: true },
|
|
|
|
{ key: 3, label: '规格型号', visible: true },
|
|
|
|
{ key: 4, label: '计划总数量', visible: true },
|
|
|
|
{ key: 4, label: '计划总数量', visible: true },
|
|
|
|
{ key: 5, label: '在制数量', visible: true },
|
|
|
|
{ key: 5, label: '在制数量', visible: false },
|
|
|
|
{ key: 6, label: '已完成数量', visible: true },
|
|
|
|
{ key: 6, label: '已完成数量', visible: true },
|
|
|
|
{ key: 7, label: '计划开工时间', visible: true },
|
|
|
|
{ key: 7, label: '计划开工时间', visible: true },
|
|
|
|
{ key: 8, label: '实际开工时间', visible: true },
|
|
|
|
{ key: 8, label: '实际开工时间', visible: true },
|
|
|
|
|