fixed notice

feature/trippest
lyt 7 years ago
parent e3d3ba3a52
commit 2168b91ffc

@ -71,6 +71,7 @@
<select class="form-control" id="date_history" name="date_history" onchange="set_start_date(this)"> <select class="form-control" id="date_history" name="date_history" onchange="set_start_date(this)">
<option value="">选择一个开始记录</option> <option value="">选择一个开始记录</option>
<?php <?php
if ( ! empty($record_flags)) {
foreach ($record_flags as $kf => $vf) { foreach ($record_flags as $kf => $vf) {
echo "<option value=\"$vf->TEL_SN@" . strstr($vf->TEL_transactionDate, " ", true) . "@" . $vf->TEL_transactionCurrency . "\">" echo "<option value=\"$vf->TEL_SN@" . strstr($vf->TEL_transactionDate, " ", true) . "@" . $vf->TEL_transactionCurrency . "\">"
. " [" . strstr($vf->TEL_exportDate, " ", true) . "] " . " [" . strstr($vf->TEL_exportDate, " ", true) . "] "
@ -79,6 +80,7 @@ echo "<option value=\"$vf->TEL_SN@" . strstr($vf->TEL_transactionDate, " ", true
. substr($vf->TEL_transactionDate,0,16) . substr($vf->TEL_transactionDate,0,16)
. "</option>"; . "</option>";
} }
}
?> ?>
</select> </select>
</div> </div>

Loading…
Cancel
Save