Skip to content

Commit

Permalink
suport commoent
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Dec 23, 2024
1 parent 87798ff commit e6e3a8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<% end %>
<%= f.number_field :adjust_amount, autofocus: true, data: { total_target: 'reduce', action: 'total#updateReduce' } %>
<%= f.number_field :total_amount, data: { total_target: 'total', action: 'total#updateTotal' } %>
<%= f.text_area :comment %>
<%= f.file_field :proof %>
</section>
<%= f.submit %>
Expand Down

0 comments on commit e6e3a8f

Please sign in to comment.