Revision c04bc3bf
Von Bernd Bleßmann vor 12 Monaten hinzugefügt
js/kivi.Order.js | ||
---|---|---|
835 | 835 |
var type = $('#type').val(); |
836 | 836 |
|
837 | 837 |
var number_info = ''; |
838 |
if ($('#type').val() == 'sales_order_intake' || $('#type').val() == 'sales_order' || $('#type').val() == 'purchase_order') { |
|
838 |
if ($('#type').val() == 'sales_order_intake' || $('#type').val() == 'sales_order' || $('#type').val() == 'purchase_order' || $('#type').val() == 'purchase_order_confirmation') {
|
|
839 | 839 |
number_info = $('#order_ordnumber').val(); |
840 | 840 |
} else if ($('#type').val() == 'sales_quotation' || $('#type').val() == 'request_quotation' || $('#type').val() == 'purchase_quotation_intake') { |
841 | 841 |
number_info = $('#order_quonumber').val(); |
... | ... | |
844 | 844 |
var name_info = ''; |
845 | 845 |
if ($('#type').val() == 'sales_order_intake' || $('#type').val() == 'sales_order' || $('#type').val() == 'sales_quotation') { |
846 | 846 |
name_info = $('#order_customer_id_name').val(); |
847 |
} else if ($('#type').val() == 'purchase_order' || $('#type').val() == 'request_quotation' || $('#type').val() == 'purchase_quotation_intake') { |
|
847 |
} else if ($('#type').val() == 'purchase_order' || $('#type').val() == 'purchase_order_confirmation' || $('#type').val() == 'request_quotation' || $('#type').val() == 'purchase_quotation_intake') {
|
|
848 | 848 |
name_info = $('#order_vendor_id_name').val(); |
849 | 849 |
} |
850 | 850 |
|
Auch abrufbar als: Unified diff
Lieferantenauftragsbestätigung: Controller/Maske