Enhance: subscription show create renewal order link includes back

This commit is contained in:
萝卜
2026-03-13 19:21:24 +00:00
parent 8d0b72ab82
commit 843db0fef9
2 changed files with 74 additions and 0 deletions

View File

@@ -143,6 +143,8 @@
'order_type' => 'renewal',
'quantity' => 1,
'remark' => '来自订阅:' . $subscription->subscription_no,
// 保留 back创建订单 -> 订单详情后可一键返回本订阅详情
'back' => $selfWithoutBack,
]);
@endphp
<a href="{!! $createRenewalOrderUrl !!}" class="muted">创建续费订单</a>