ac30d17f by yangjianbin

init

1 parent b3bd9914
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
249 <label>工资发放形式</label> 249 <label>工资发放形式</label>
250 <span class="form-control select-box"> 250 <span class="form-control select-box">
251 <select class="select" size="1"> 251 <select class="select" size="1">
252 <?php foreach ($this->session->genderEnum as $k=>$v):?> 252 <?php foreach ($this->session->wagePaymentFormEnum as $k=>$v):?>
253 <option value="<?=$k?>"><?=$v?></option> 253 <option value="<?=$k?>"><?=$v?></option>
254 <?php endforeach;?> 254 <?php endforeach;?>
255 </select> 255 </select>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!