当前提交
5a25ac90cd
共有 1 个文件被更改,包括 3 次插入 和 3 次删除
|
|
@ -93,9 +93,9 @@ class Logbook_model extends CI_Model {
|
||||||
}
|
}
|
||||||
|
|
||||||
if($this->input->post('copyexchangetodok')) {
|
if($this->input->post('copyexchangetodok')) {
|
||||||
$dark_dok = $this->input->post('exch_recv');
|
$darc_dok = $this->input->post('exch_recv');
|
||||||
} else {
|
} else {
|
||||||
$dark_dok = $this->input->post('darc_dok');
|
$darc_dok = $this->input->post('darc_dok');
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->input->post('qsl_sent')) {
|
if ($this->input->post('qsl_sent')) {
|
||||||
|
|
@ -178,7 +178,7 @@ class Logbook_model extends CI_Model {
|
||||||
'COL_SOTA_REF' => trim($this->input->post('sota_ref')),
|
'COL_SOTA_REF' => trim($this->input->post('sota_ref')),
|
||||||
'COL_SIG' => trim($this->input->post('sig')),
|
'COL_SIG' => trim($this->input->post('sig')),
|
||||||
'COL_SIG_INFO' => trim($this->input->post('sig_info')),
|
'COL_SIG_INFO' => trim($this->input->post('sig_info')),
|
||||||
'COL_DARC_DOK' => trim($dark_dok),
|
'COL_DARC_DOK' => trim($darc_dok),
|
||||||
'COL_NOTES' => $this->input->post('notes'),
|
'COL_NOTES' => $this->input->post('notes'),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用