Add SIG and SIG_INFO to edit qso views
这个提交包含在:
父节点
f803561376
当前提交
8d85ab230a
共有 2 个文件被更改,包括 21 次插入 和 1 次删除
|
|
@ -336,6 +336,16 @@
|
|||
<input type="text" class="form-control" id="sota_ref" name="sota_ref" value="<?php echo $qso->COL_SOTA_REF; ?>">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="sig">Sig</label>
|
||||
<input type="text" class="form-control" id="sig" name="sig" value="<?php echo $qso->COL_SIG; ?>">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="sig_info">Sig Info</label>
|
||||
<input type="text" class="form-control" id="sig_info" name="sig_info" value="<?php echo $qso->COL_SIG_INFO; ?>">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="darc_dok">DOK</label>
|
||||
<input type="text" class="form-control" id="darc_dok" name="darc_dok" value="<?php echo $qso->COL_DARC_DOK; ?>">
|
||||
|
|
|
|||
|
|
@ -382,6 +382,16 @@
|
|||
<input type="text" class="form-control" id="sota_ref" name="sota_ref" value="<?php echo $qso->COL_SOTA_REF; ?>">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="sig">Sig</label>
|
||||
<input type="text" class="form-control" id="sig" name="sig" value="<?php echo $qso->COL_SIG; ?>">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="sig_info">Sig Info</label>
|
||||
<input type="text" class="form-control" id="sig_info" name="sig_info" value="<?php echo $qso->COL_SIG_INFO; ?>">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="darc_dok">DOK</label>
|
||||
<input type="text" class="form-control" id="darc_dok" name="darc_dok" value="<?php echo $qso->COL_DARC_DOK; ?>">
|
||||
|
|
|
|||
正在加载…
在新工单中引用