d5c26cb2 by yangjianbin

init

1 parent 06180dc5
...@@ -64,6 +64,10 @@ ...@@ -64,6 +64,10 @@
64 <label>居住情况</label> 64 <label>居住情况</label>
65 <div class="info"> 65 <div class="info">
66 <div class="live-info"> 66 <div class="live-info">
67 <input type="checkbox" name="">
68 <span><?=$clientInfoOutputVO->dwellDetail?></span>
69 </div>
70 <!--<div class="live-info">
67 <input type="checkbox" name="" checked> 71 <input type="checkbox" name="" checked>
68 <span>自建</span> 72 <span>自建</span>
69 <input type="text" class="input-decoration w-50 text-c" value="5"> 层 73 <input type="text" class="input-decoration w-50 text-c" value="5"> 层
...@@ -89,7 +93,7 @@ ...@@ -89,7 +93,7 @@
89 <div class="live-info"> 93 <div class="live-info">
90 <input type="checkbox" name=""> 94 <input type="checkbox" name="">
91 <span>单位住房</span> 95 <span>单位住房</span>
92 </div> 96 </div>-->
93 </div> 97 </div>
94 </div> 98 </div>
95 </div> 99 </div>
...@@ -97,13 +101,13 @@ ...@@ -97,13 +101,13 @@
97 <div class="row cl"> 101 <div class="row cl">
98 <div class="form-group col-sm-3 col-md-2"> 102 <div class="form-group col-sm-3 col-md-2">
99 <label>手机</label> 103 <label>手机</label>
100 <input type="text" class="form-control input-text" value="13333333333"> 104 <input type="text" class="form-control input-text" value="<?=$clientInfoOutputVO->phoneNumber?>">
101 </div> 105 </div>
102 <div class="form-group col-sm-3 col-md-2"> 106 <div class="form-group col-sm-3 col-md-2">
103 <label>户口所在地</label> 107 <label>户口所在地</label>
104 <span class="form-control select-box"> 108 <span class="form-control select-box">
105 <select class="select" size="1"> 109 <select class="select" size="1">
106 <option value="1">浙江</option> 110 <option><?=$clientInfoOutputVO->registerProvince?></option>
107 </select> 111 </select>
108 </span> 112 </span>
109 </div> 113 </div>
...@@ -112,14 +116,14 @@ ...@@ -112,14 +116,14 @@
112 <div class="row cl"> 116 <div class="row cl">
113 <div class="form-group col-sm-6 col-md-4"> 117 <div class="form-group col-sm-6 col-md-4">
114 <label>户口详细地址</label> 118 <label>户口详细地址</label>
115 <input type="text" class="form-control input-text" value=""> 119 <input type="text" class="form-control input-text" value="<?=$clientInfoOutputVO->registerDetailAddress?>">
116 </div> 120 </div>
117 </div> 121 </div>
118 122
119 <div class="row cl"> 123 <div class="row cl">
120 <div class="form-group col-sm-6 col-md-4"> 124 <div class="form-group col-sm-6 col-md-4">
121 <label>现居住地址</label> 125 <label>现居住地址</label>
122 <input type="text" class="form-control input-text" value=""> 126 <input type="text" class="form-control input-text" value="<?=$clientInfoOutputVO->currentAddress?>">
123 </div> 127 </div>
124 </div> 128 </div>
125 </div> 129 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!