init
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -288,12 +288,12 @@ | ... | @@ -288,12 +288,12 @@ |
| 288 | </div> | 288 | </div> |
| 289 | 289 | ||
| 290 | <div class="row cl"> | 290 | <div class="row cl"> |
| 291 | <div class="form-group col-sm-3 col-md-2"> | 291 | <!--<div class="form-group col-sm-3 col-md-2"> |
| 292 | <label>月收入</label> | 292 | <label>月收入</label> |
| 293 | <input type="text" class="form-control input-text" name="clientUnitInputVO.monthlyIncome" | 293 | <input type="text" class="form-control input-text" name="clientUnitInputVO.monthlyIncome" |
| 294 | value="<?= $clientUnitOutputVO ? $clientUnitOutputVO->monthlyIncome : '' ?>"> | 294 | value="<?/*= $clientUnitOutputVO ? $clientUnitOutputVO->monthlyIncome : '' */?>"> |
| 295 | <span class="glyphicon glyphicon-rmb form-control-feedback" aria-hidden="true"></span> | 295 | <span class="glyphicon glyphicon-rmb form-control-feedback" aria-hidden="true"></span> |
| 296 | </div> | 296 | </div>--> |
| 297 | <div class="form-group col-sm-3 col-md-2"> | 297 | <div class="form-group col-sm-3 col-md-2"> |
| 298 | <label>工资发放形式</label> | 298 | <label>工资发放形式</label> |
| 299 | <span class="form-control select-box"> | 299 | <span class="form-control select-box"> | ... | ... |
-
Please register or sign in to post a comment