%= render partial: 'shared/header', locals: { links: [["在庫一覧", goods_show_path(@id1, @id2, @id3,1)], ["在庫情報", '#']]} %> <% if !@good.nil? %> <%= @good.name = "" if @good.name.nil? %> <%= @good.memo = "" if @good.memo.nil? %>
<%= @good.name.truncate(20) %> 在庫情報
項目名
<%= @good.name.truncate(60) %>
在庫数
<%= @good.number %>
最終更新日
<%= @good.last_update %>
詳細
<%= @good.memo.truncate(60) %>
更新履歴
更新日
入荷数
出荷数
詳細
<%= history.date %>
+<%= history.number_in %>
-<%= history.number_out %>
<%= history.memo %>