8b107e6e by yangjianbin

init

1 parent 19f05b37
......@@ -225,7 +225,7 @@
<span class="form-control select-box">
<select class="select" size="1">
<?php foreach ($this->session->unitEnum as $k=>$v):?>
<option <?=$clientUnitOutputVO->unitNature == $k ? 'selected' : ''?> value="<?=$k?>"><?=$v?></option>
<option <?=$clientUnitOutputVO && $clientUnitOutputVO->unitNature == $k ? 'selected' : ''?> value="<?=$k?>"><?=$v?></option>
<?php endforeach;?>
</select>
</span>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!