init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -215,7 +215,7 @@ | ... | @@ -215,7 +215,7 @@ |
| 215 | <div class="panel-header">单位信息</div> | 215 | <div class="panel-header">单位信息</div> |
| 216 | <div class="panel-body"> | 216 | <div class="panel-body"> |
| 217 | <div class="row cl"> | 217 | <div class="row cl"> |
| 218 | <input type="hidden" class="form-control input-text" name="clientInfoInputVO.userId" value="<?= $clientInfoOutputVO ? $clientInfoOutputVO->id: '' ?>"> | 218 | <input type="hidden" class="form-control input-text" name="clientInfoInputVO.id" value="<?= $clientInfoOutputVO ? $clientInfoOutputVO->id: '' ?>"> |
| 219 | <div class="form-group col-sm-3 col-md-2"> | 219 | <div class="form-group col-sm-3 col-md-2"> |
| 220 | <label>单位名称</label> | 220 | <label>单位名称</label> |
| 221 | <input type="text" class="form-control input-text" name="clientUnitInputVO.unitName" | 221 | <input type="text" class="form-control input-text" name="clientUnitInputVO.unitName" | ... | ... |
-
Please register or sign in to post a comment