fix: update RowShareAction component to remove cutting result count from shareable output, simplifying the shared text format
This commit is contained in:
parent
366380ae67
commit
765b97519c
@ -55,7 +55,7 @@ const whatsappText = computed(() => {
|
|||||||
text += `${index + 1}. ${group.name}\n`;
|
text += `${index + 1}. ${group.name}\n`;
|
||||||
|
|
||||||
group.items.forEach((item) => {
|
group.items.forEach((item) => {
|
||||||
text += ` - ${item.product_variant?.name ?? '-'}: ${item.cutting_result} pcs\n`;
|
text += ` - ${item.product_variant?.name ?? '-'}\n`;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user