工事内容
<%= @report.name %>
日付
<%= @report.date %>
担当者
<%= @report.detail %>
請求
<%= @report.memo1 %>
在庫使用
<%= @report.memo2 %>
<%= link_to files.upload_file_name.truncate(20), {action: 'download', id: files.id}, target: "_blank" %>
<%= link_to '編集', report_edit_path(@customer, @report), class: "w8-button l-blue small" %>
<% end %>