|
|
@@ -579,7 +579,7 @@ const bottomTableF = ref({
|
|
|
{ title:'机组', prop: '机组', width: 120, align:'left', },
|
|
|
{ title:'设备编号', prop: '设备编号', width: 120, align:'left', },
|
|
|
{ title:'工序产量', prop: '工序产量', width: 120, align:'left', },
|
|
|
- { title:'已完成产量', prop: '已完成产量', width: 120, align:'left', },
|
|
|
+ { title:'已完成产量', prop: '产量', width: 120, align:'left', },
|
|
|
{ title:'剩余产量', prop: '剩余产量', width: 120, align:'left', },
|
|
|
{ title:'小时产能', prop: '小时产能', width: 120, align:'left', },
|
|
|
{ title:'产能系数', prop: '产能系数', width: 120, align:'left', },
|
|
|
@@ -600,7 +600,7 @@ const bottomTableF = ref({
|
|
|
{ title:'机组', prop: '机组', width: 120, align:'left', },
|
|
|
{ title:'设备编号', prop: '设备编号', width: 120, align:'left', },
|
|
|
{ title:'工序产量', prop: '工序产量', width: 120, align:'left', },
|
|
|
- { title:'已完成产量', prop: '已完成产量', width: 120, align:'left', },
|
|
|
+ { title:'已完成产量', prop: '产量', width: 120, align:'left', },
|
|
|
{ title:'剩余产量', prop: '剩余产量', width: 120, align:'left', },
|
|
|
{ title:'小时产能', prop: '小时产能', width: 120, align:'left', },
|
|
|
{ title:'产能系数', prop: '产能系数', width: 120, align:'left', },
|
|
|
@@ -666,7 +666,7 @@ const gdtableRowClick = async (row) => {
|
|
|
|
|
|
if (currentNode.value == "排程中") {
|
|
|
const pc_scheduleProcess = await scheduleProcess({Gd_gdbh: _Gd_gdbh.value});
|
|
|
- console.log(pc_scheduleProcess)
|
|
|
+ // console.log(pc_scheduleProcess)
|
|
|
bottomData.value = pc_scheduleProcess.data;
|
|
|
}
|
|
|
|