8b107e6e by yangjianbin

init

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