e2a6673f by yangjianbin

init

1 parent e264b4f1
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!