init
Showing
1 changed file
with
6 additions
and
6 deletions
| ... | @@ -273,17 +273,17 @@ | ... | @@ -273,17 +273,17 @@ |
| 273 | value="<?= $clientUnitOutputVO ? $clientUnitOutputVO->unitPhone : '' ?>"> | 273 | value="<?= $clientUnitOutputVO ? $clientUnitOutputVO->unitPhone : '' ?>"> |
| 274 | </div> | 274 | </div> |
| 275 | 275 | ||
| 276 | <div class="form-group col-sm-3 col-md-2"> | 276 | <!--<div class="form-group col-sm-3 col-md-2"> |
| 277 | <label>职称类型</label> | 277 | <label>职称类型</label> |
| 278 | <span class="form-control select-box"> | 278 | <span class="form-control select-box"> |
| 279 | <select class="select" size="1" name="clientUnitInputVO.jobType"> | 279 | <select class="select" size="1" name="clientUnitInputVO.jobType"> |
| 280 | <?php foreach ($this->session->jobTypeEnum as $k => $v): ?> | 280 | <?php /*foreach ($this->session->jobTypeEnum as $k => $v): */?> |
| 281 | <option <?= $clientUnitOutputVO && $clientUnitOutputVO->jobType == $k ? 'selected' : '' ?> | 281 | <option <?/*= $clientUnitOutputVO && $clientUnitOutputVO->jobType == $k ? 'selected' : '' */?> |
| 282 | value="<?= $k ?>"><?= $v ?></option> | 282 | value="<?/*= $k */?>"><?/*= $v */?></option> |
| 283 | <?php endforeach; ?> | 283 | <?php /*endforeach; */?> |
| 284 | </select> | 284 | </select> |
| 285 | </span> | 285 | </span> |
| 286 | </div> | 286 | </div>--> |
| 287 | 287 | ||
| 288 | </div> | 288 | </div> |
| 289 | 289 | ... | ... |
-
Please register or sign in to post a comment