Sha256: 361a997cb1ed448b2f9c2d40d2cdb071da096061eac7faac4818dae727304eb5

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 Bytes

Contents

<% turbo_frame_tagged 'modal' do %>
  <%= render partial: 'index_tbody', collection: @order.payment_orders %>
  <tfoot>
  <tr>
    <th colspan="5"></th>
    <th class="center aligned">
      预核销合计:<span id="checked_amount"><%= @order.payment_orders.sum(:check_amount) %></span>
    </th>
    <th colspan="2"></th>
  </tr>
  </tfoot>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_trade-0.0.3 app/views/trade/admin/order_payments/index.html.erb