80b77195 by yangjianbin

init

1 parent c495896e
...@@ -148,6 +148,40 @@ ...@@ -148,6 +148,40 @@
148 </div> 148 </div>
149 </div> 149 </div>
150 150
151 <div class="row cl">
152 <div class="form-group has-feedback col-sm-3 col-md-2">
153 <label>三个月查询记录</label>
154 </div>
155 </div>
156
157 <div class="row cl">
158 <div class="form-group has-feedback col-sm-3 col-md-2">
159 <label>贷款</label>
160 <input type="text" class="form-control input-text" name="threeMonthLoan" value="<?=$credit ? $credit->threeMonthLoan : ''?>">
161 <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
162 </div>
163 <div class="form-group has-feedback col-sm-3 col-md-2">
164 <label>信用卡</label>
165 <input type="text" class="form-control input-text" name="threeMonthCreditCard" value="<?=$credit ? $credit->threeMonthCreditCard : ''?>">
166 <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
167 </div>
168 <div class="form-group has-feedback col-sm-3 col-md-2">
169 <label>担保</label>
170 <input type="text" class="form-control input-text" name="threeMonthGuarantee" value="<?=$credit ? $credit->threeMonthGuarantee : ''?>">
171 <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
172 </div>
173 <div class="form-group has-feedback col-sm-3 col-md-2">
174 <label>保前</label>
175 <input type="text" class="form-control input-text" name="threeMonthGuaranteeBefore" value="<?=$credit ? $credit->threeMonthGuaranteeBefore : ''?>">
176 <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
177 </div>
178 <div class="form-group has-feedback col-sm-3 col-md-2">
179 <label>个人查询</label>
180 <input type="text" class="form-control input-text" name="threeMonthPersonage" value="<?=$credit ? $credit->threeMonthPersonage : ''?>">
181 <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
182 </div>
183 </div>
184
151 </div> 185 </div>
152 </div> 186 </div>
153 187
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!