80b77195 by yangjianbin

init

1 parent c495896e
......@@ -148,6 +148,40 @@
</div>
</div>
<div class="row cl">
<div class="form-group has-feedback col-sm-3 col-md-2">
<label>三个月查询记录</label>
</div>
</div>
<div class="row cl">
<div class="form-group has-feedback col-sm-3 col-md-2">
<label>贷款</label>
<input type="text" class="form-control input-text" name="threeMonthLoan" value="<?=$credit ? $credit->threeMonthLoan : ''?>">
<span class="glyphicon form-control-feedback" aria-hidden="true"></span>
</div>
<div class="form-group has-feedback col-sm-3 col-md-2">
<label>信用卡</label>
<input type="text" class="form-control input-text" name="threeMonthCreditCard" value="<?=$credit ? $credit->threeMonthCreditCard : ''?>">
<span class="glyphicon form-control-feedback" aria-hidden="true"></span>
</div>
<div class="form-group has-feedback col-sm-3 col-md-2">
<label>担保</label>
<input type="text" class="form-control input-text" name="threeMonthGuarantee" value="<?=$credit ? $credit->threeMonthGuarantee : ''?>">
<span class="glyphicon form-control-feedback" aria-hidden="true"></span>
</div>
<div class="form-group has-feedback col-sm-3 col-md-2">
<label>保前</label>
<input type="text" class="form-control input-text" name="threeMonthGuaranteeBefore" value="<?=$credit ? $credit->threeMonthGuaranteeBefore : ''?>">
<span class="glyphicon form-control-feedback" aria-hidden="true"></span>
</div>
<div class="form-group has-feedback col-sm-3 col-md-2">
<label>个人查询</label>
<input type="text" class="form-control input-text" name="threeMonthPersonage" value="<?=$credit ? $credit->threeMonthPersonage : ''?>">
<span class="glyphicon form-control-feedback" aria-hidden="true"></span>
</div>
</div>
</div>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!