This commit is contained in:
赵正易 2025-04-16 09:10:23 +08:00
parent 112a586e75
commit 6487447c1d
3 changed files with 6 additions and 6 deletions

View File

@ -161,8 +161,8 @@ export default {
id: item.id,
workOrderInfo: item,
status: item.status,
title: `${item.fkWorkorder} -- ${statusStr}`,
note: `${item.productionName} ${item.productionCode}`,
title: `${item.productionName}\n${item.productionCode}`,
note: `${item.fkWorkorder} -- ${statusStr}`,
rightText: `${item.finishedNum ?? 0} 扫码报工`
};
});

View File

@ -161,8 +161,8 @@ export default {
id: item.id,
workOrderInfo: item,
status: item.status,
title: `${item.fkWorkorder} -- ${statusStr}`,
note: `${item.productionName} ${item.productionCode}`,
title: `${item.productionName}\n${item.productionCode}`,
note: `${item.fkWorkorder} -- ${statusStr}`,
rightText: `${item.finishedNum ?? 0} 扫码报工`
};
});

View File

@ -161,8 +161,8 @@ export default {
id: item.id,
workOrderInfo: item,
status: item.status,
title: `${item.fkWorkorder} -- ${statusStr}`,
note: `${item.productionName} ${item.productionCode}`,
title: `${item.productionName}\n${item.productionCode}`,
note: `${item.fkWorkorder} -- ${statusStr}`,
rightText: `${item.finishedNum ?? 0} 扫码报工`
};
});