pushuo 2022-08-18 16:24:34 +08:00
parent 8259973dc4
commit 7b4c1ab407
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
@push('add-scripts')
<script>
$('.shipped-ed').click(function(event) {
$http.post('orders/{{ $order->id }}/complete').then((res) => {
$http.post('orders/{{ $order->number }}/complete').then((res) => {
layer.msg(res.message)
window.location.reload()
})