Revision e4723665
Von Bernd Bleßmann vor 9 Monaten hinzugefügt
templates/webpages/wh/create_assembly_chargenumbers.html | ||
---|---|---|
59 | 59 |
<td>[% part.warehouse.description | html %]</td> |
60 | 60 |
<td>[% part.bin.description | html %]</td> |
61 | 61 |
<td class="numeric">[% LxERP.format_amount(part.qty, -2) %]</td> |
62 |
<td>[% P.input_number_tag('allocations[].qty', alloc_qty, precision => -2, size => 8) %]</td> |
|
62 |
<td> |
|
63 |
[% SET readonly = 0 -%] |
|
64 |
[% IF stocked_by_parts_id.$part_id.size == 1 -%] |
|
65 |
[% SET readonly = 1 -%] |
|
66 |
[% P.hidden_tag('allocations[].qty', LxERP.format_amount(alloc_qty, -2)) %] |
|
67 |
[% END -%] |
|
68 |
[% P.input_number_tag('allocations[].qty', alloc_qty, precision => -2, size => 8, disabled => readonly) %] |
|
69 |
</td> |
|
63 | 70 |
<td>[% part.part.unit | html %]</td> |
64 | 71 |
</tr> |
65 | 72 |
[% END %] |
Auch abrufbar als: Unified diff
Erzeugnis fertigen: Chargenauswahl: Eindeutige Allokierungen nicht änderbar