weizong song 3 years ago
parent 38830e7041
commit 5ee21e9ae2

@ -47,9 +47,6 @@
<td>{{ $this_month_balances->filter(function($item) { return $item->belongs_type == "App\Models\OrderItems"; })->sum("money") }}</td>
<td>{{ $this_month_balance }}</td>
</tr>
<tr>
<td colspan="7" class="text-right">上月未结算余额 + 本月收款 - 本月退款[正数] - 本月结算[正数] = 本月未结算余额<br>本月结算是核心数字,是真正归属于公司的钱</td>
</tr>
</tbody>
</table>
</div>

Loading…
Cancel
Save