33ba56bc by yangjianbin

init

1 parent 1433a2e2
......@@ -141,39 +141,41 @@
</div>
</div>
<div class="panel panel-default mb-20">
<!--<div class="panel panel-default mb-20">
<div class="panel-header">3个月查询记录</div>
<div class="panel-body cl">
<div class="row cl">
<div class="form-group col-sm-6 col-md-6">
<label>贷款</label>
<input type="text" name="threeMonthLoan" class="form-control input-text" value="<?=$credit ? $credit->threeMonthLoan : ''?>">
<input type="text" name="threeMonthLoan" class="form-control input-text" value="<?/*=$credit ? $credit->threeMonthLoan : ''*/?>">
</div>
</div>
<div class="row cl">
<div class="form-group col-sm-6 col-md-6">
<label>信用卡</label>
<input type="text" name="threeMonthCreditCard" class="form-control input-text" value="<?=$credit ? $credit->threeMonthCreditCard : ''?>">
<input type="text" name="threeMonthCreditCard" class="form-control input-text" value="<?/*=$credit ? $credit->threeMonthCreditCard : ''*/?>">
</div>
</div>
<div class="row cl">
<div class="form-group col-sm-6 col-md-6">
<label>担保</label>
<input type="text" name="threeMonthGuarantee" class="form-control input-text" value="<?=$credit ? $credit->threeMonthGuarantee : ''?>">
<input type="text" name="threeMonthGuarantee" class="form-control input-text" value="<?/*=$credit ? $credit->threeMonthGuarantee : ''*/?>">
</div>
</div>
<div class="row cl">
<div class="form-group col-sm-6 col-md-6">
<label>保前</label>
<input type="text" name="threeMonthGuaranteeBefore" class="form-control input-text" value="<?=$credit ? $credit->threeMonthGuaranteeBefore : ''?>">
<input type="text" name="threeMonthGuaranteeBefore" class="form-control input-text" value="<?/*=$credit ? $credit->threeMonthGuaranteeBefore : ''*/?>">
</div>
</div>
<div class="row cl">
<div class="form-group col-sm-6 col-md-6">
<label>个人查询</label>
<input type="text" name="threeMonthPersonage" class="form-control input-text" value="<?=$credit ? $credit->threeMonthPersonage : ''?>">
<input type="text" name="threeMonthPersonage" class="form-control input-text" value="<?/*=$credit ? $credit->threeMonthPersonage : ''*/?>">
</div>
</div>
</div>
</div>
</div>-->
</form>
\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!