31ccafca by yangjianbin

init

1 parent 128a6766
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
36 </div> 36 </div>
37 <div class="form-group col-sm-3 col-md-2"> 37 <div class="form-group col-sm-3 col-md-2">
38 <label>现单位电话</label> 38 <label>现单位电话</label>
39 <input type="text" class="form-control input-text" value="<?=$clientUnitOutputVO ? $clientUnitOutputVO->unitPhone : ''?>"> 39 <input type="text" class="form-control input-text" value="<?=$clientUnitOutputVO && isset($clientUnitOutputVO->unitPhone) ? $clientUnitOutputVO->unitPhone : ''?>">
40 </div> 40 </div>
41 </div> 41 </div>
42 42
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!