Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@@ -231,6 +231,7 @@ const nextInvoice = () => {
return;
}
+ isInvoiceing.value = true;
to(`/pages-common/invoice/invoice-form?startChargeSeqs=${checkedSeqs.join(",")}`);
};
const checkPage = () => {