[Advanced Logbook] Fix for map date filters
这个提交包含在:
父节点
290e46b3f7
当前提交
1bc6065bef
共有 1 个文件被更改,包括 24 次插入 和 24 次删除
|
|
@ -702,31 +702,31 @@ function mapQsos(form) {
|
||||||
url: base_url + 'index.php/logbookadvanced/mapQsos',
|
url: base_url + 'index.php/logbookadvanced/mapQsos',
|
||||||
type: 'post',
|
type: 'post',
|
||||||
data: {
|
data: {
|
||||||
dateFrom: this.dateFrom.value,
|
dateFrom: form.dateFrom.value,
|
||||||
dateTo: this.dateTo.value,
|
dateTo: form.dateTo.value,
|
||||||
de: this.de.value,
|
de: form.de.value,
|
||||||
dx: this.dx.value,
|
dx: form.dx.value,
|
||||||
mode: this.mode.value,
|
mode: form.mode.value,
|
||||||
band: this.band.value,
|
band: form.band.value,
|
||||||
qslSent: this.qslSent.value,
|
qslSent: form.qslSent.value,
|
||||||
qslReceived: this.qslReceived.value,
|
qslReceived: form.qslReceived.value,
|
||||||
iota: this.iota.value,
|
iota: form.iota.value,
|
||||||
dxcc: this.dxcc.value,
|
dxcc: form.dxcc.value,
|
||||||
propmode: this.selectPropagation.value,
|
propmode: form.selectPropagation.value,
|
||||||
gridsquare: this.gridsquare.value,
|
gridsquare: form.gridsquare.value,
|
||||||
state: this.state.value,
|
state: form.state.value,
|
||||||
qsoresults: this.qsoResults.value,
|
qsoresults: form.qsoResults.value,
|
||||||
sats: this.sats.value,
|
sats: form.sats.value,
|
||||||
cqzone: this.cqzone.value,
|
cqzone: form.cqzone.value,
|
||||||
lotwSent: this.lotwSent.value,
|
lotwSent: form.lotwSent.value,
|
||||||
lotwReceived: this.lotwReceived.value,
|
lotwReceived: form.lotwReceived.value,
|
||||||
eqslSent: this.eqslSent.value,
|
eqslSent: form.eqslSent.value,
|
||||||
eqslReceived: this.eqslReceived.value,
|
eqslReceived: form.eqslReceived.value,
|
||||||
qslvia: $('[name="qslviainput"]').val(),
|
qslvia: $('[name="qslviainput"]').val(),
|
||||||
sota: this.sota.value,
|
sota: form.sota.value,
|
||||||
pota: this.pota.value,
|
pota: form.pota.value,
|
||||||
wwff: this.wwff.value,
|
wwff: form.wwff.value,
|
||||||
qslimages: this.qslimages.value,
|
qslimages: form.qslimages.value,
|
||||||
},
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
loadMap(data);
|
loadMap(data);
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用