make product redistribution work!
This commit is contained in:
parent
2d99141229
commit
c900cf4988
5 changed files with 103 additions and 18 deletions
|
|
@ -3,8 +3,21 @@
|
|||
= form_tag(finance_receive_path(@order), :method => :put) do
|
||||
%section#results
|
||||
= render 'edit_articles'
|
||||
|
||||
.form-actions
|
||||
= submit_tag t('.submit'), class: 'btn btn-primary'
|
||||
= link_to t('ui.or_cancel'), finance_order_index_path
|
||||
.pull-left
|
||||
Surplus to
|
||||
= label_tag :rest_to_tolerance, class: 'inline' do
|
||||
= check_box_tag :rest_to_tolerance, 1, true
|
||||
member tolerance,
|
||||
%span{style: 'color: grey'}
|
||||
and
|
||||
= label_tag :rest_to_stock, class: 'inline' do
|
||||
= check_box_tag :rest_to_stock, 1, false, disabled: true
|
||||
stock
|
||||
|
||||
.pull-right
|
||||
= submit_tag t('.submit'), class: 'btn btn-primary'
|
||||
= link_to t('ui.or_cancel'), finance_order_index_path
|
||||
|
||||
%p= link_to_top
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue