<% @title = "GLAN Mobile" %>

在庫一覧


自社在庫

<% unless @own_results.nil? %> <% for result in @own_results %> "> <% end %> <% else %> 自社在庫はありません <% end %>
<%= link_to(result["product_category_dn"], {:controller => '/mobile/stocks_product_category', :own_warehouse=>'true', :where =>{:product_category_id=>result['product_category_id']}}) %> <%= number_with_delimiter(result["quantity"],:delimiter=>',') %>

貸出在庫

<% unless @other_results.nil? %> <% for result in @other_results %> "> <% if @show_own_stock %> <% end %> <% end %> <% else %> 貸出在庫はありません <% end %>
<%= link_to(result["product_category_dn"], {:controller => '/mobile/stocks_product_category', :own_warehouse=>'false', :where =>{:product_category_id=>result['product_category_id']}}) %> <%= number_with_delimiter(result["quantity"],:delimiter=>',') %><%= number_with_delimiter(result["own_quantity"],:delimiter=>',') %>