Revision 2d3ef003
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
js/kivi.Order.js | ||
---|---|---|
865 | 865 |
var type = $('#type').val(); |
866 | 866 |
|
867 | 867 |
var number_info = ''; |
868 |
if ($('#type').val() == 'sales_order_intake' || $('#type').val() == 'sales_order' || $('#type').val() == 'purchase_order') { |
|
868 |
if ($('#type').val() == 'sales_order_intake' || $('#type').val() == 'sales_order' || $('#type').val() == 'purchase_order' || $('#type').val() == 'purchase_order_confirmation') {
|
|
869 | 869 |
number_info = $('#order_ordnumber').val(); |
870 | 870 |
} else if ($('#type').val() == 'sales_quotation' || $('#type').val() == 'request_quotation' || $('#type').val() == 'purchase_quotation_intake') { |
871 | 871 |
number_info = $('#order_quonumber').val(); |
... | ... | |
874 | 874 |
var name_info = ''; |
875 | 875 |
if ($('#type').val() == 'sales_order_intake' || $('#type').val() == 'sales_order' || $('#type').val() == 'sales_quotation') { |
876 | 876 |
name_info = $('#order_customer_id_name').val(); |
877 |
} else if ($('#type').val() == 'purchase_order' || $('#type').val() == 'request_quotation' || $('#type').val() == 'purchase_quotation_intake') { |
|
877 |
} else if ($('#type').val() == 'purchase_order' || $('#type').val() == 'purchase_order_confirmation' || $('#type').val() == 'request_quotation' || $('#type').val() == 'purchase_quotation_intake') {
|
|
878 | 878 |
name_info = $('#order_vendor_id_name').val(); |
879 | 879 |
} |
880 | 880 |
|
Auch abrufbar als: Unified diff
Lieferantenauftragsbestätigung: Controller/Maske