Updated the default report for FSK441 requested by @m1bxf
这个提交包含在:
父节点
8b58993924
当前提交
7600feb17d
共有 1 个文件被更改,包括 4 次插入 和 3 次删除
|
|
@ -439,9 +439,12 @@
|
|||
|
||||
// Change report based on mode
|
||||
$('.mode').change(function(){
|
||||
if($(this).val() == 'JT65' || $(this).val() == 'JT65B' || $(this).val() == 'JT6C' || $(this).val() == 'JT6M' || $(this).val() == 'FSK441' || $(this).val() == 'JTMS' || $(this).val() == 'ISCAT'){ // or this.value == 'volvo'
|
||||
if($(this).val() == 'JT65' || $(this).val() == 'JT65B' || $(this).val() == 'JT6C' || $(this).val() == 'JT6M' || $(this).val() == 'JTMS' || $(this).val() == 'ISCAT' || $(this).val() == 'MSK144' || $(this).val() == 'JTMSK' || $(this).val() == 'QRA64'){
|
||||
$('#rst_sent').val('-5');
|
||||
$('#rst_recv').val('-5');
|
||||
} else if ($(this).val() == 'FSK441') {
|
||||
$('#rst_sent').val('26');
|
||||
$('#rst_recv').val('26');
|
||||
} else if ($(this).val() == 'CW') {
|
||||
$('#rst_sent').val('599');
|
||||
$('#rst_recv').val('599');
|
||||
|
|
@ -450,8 +453,6 @@
|
|||
$('#rst_recv').val('59');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用