corrected qrg format for logging
这个提交包含在:
父节点
a7b6b593ef
当前提交
ffdc660b46
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -661,7 +661,7 @@ $(".js-save-to-log").click(function () {
|
||||||
var start_time = item[1][0] +item[1][1] + ":" + item[1][2] + item[1][3];
|
var start_time = item[1][0] +item[1][1] + ":" + item[1][2] + item[1][3];
|
||||||
var band = item[4];
|
var band = item[4];
|
||||||
var mode = item[5];
|
var mode = item[5];
|
||||||
var freq_display = item[3];
|
var freq_display = item[3] * 1000000;
|
||||||
var station_profile = $(".station_id").val();
|
var station_profile = $(".station_id").val();
|
||||||
var sota_ref = '';
|
var sota_ref = '';
|
||||||
var iota_ref = '';
|
var iota_ref = '';
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用