ac30d17f by yangjianbin

init

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