2d675fd7 by yangjianbin

init

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