init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -244,7 +244,7 @@ | ... | @@ -244,7 +244,7 @@ |
| 244 | <div class="form-group col-sm-3 col-md-2"> | 244 | <div class="form-group col-sm-3 col-md-2"> |
| 245 | <label>职称类型</label> | 245 | <label>职称类型</label> |
| 246 | <span class="form-control select-box"> | 246 | <span class="form-control select-box"> |
| 247 | <select class="select" size="1"> | 247 | <select class="select" size="1" name="clientUnitInputVO.jobType"> |
| 248 | <?php foreach ($this->session->jobTypeEnum as $k => $v): ?> | 248 | <?php foreach ($this->session->jobTypeEnum as $k => $v): ?> |
| 249 | <option <?= $clientUnitOutputVO && $clientUnitOutputVO->jobType == $k ? 'selected' : '' ?> | 249 | <option <?= $clientUnitOutputVO && $clientUnitOutputVO->jobType == $k ? 'selected' : '' ?> |
| 250 | value="<?= $k ?>"><?= $v ?></option> | 250 | value="<?= $k ?>"><?= $v ?></option> | ... | ... |
-
Please register or sign in to post a comment