init
Showing
1 changed file
with
9 additions
and
7 deletions
| ... | @@ -141,39 +141,41 @@ | ... | @@ -141,39 +141,41 @@ |
| 141 | </div> | 141 | </div> |
| 142 | </div> | 142 | </div> |
| 143 | 143 | ||
| 144 | <div class="panel panel-default mb-20"> | 144 | <!--<div class="panel panel-default mb-20"> |
| 145 | <div class="panel-header">3个月查询记录</div> | 145 | <div class="panel-header">3个月查询记录</div> |
| 146 | <div class="panel-body cl"> | 146 | <div class="panel-body cl"> |
| 147 | <div class="row cl"> | 147 | <div class="row cl"> |
| 148 | <div class="form-group col-sm-6 col-md-6"> | 148 | <div class="form-group col-sm-6 col-md-6"> |
| 149 | <label>贷款</label> | 149 | <label>贷款</label> |
| 150 | <input type="text" name="threeMonthLoan" class="form-control input-text" value="<?=$credit ? $credit->threeMonthLoan : ''?>"> | 150 | <input type="text" name="threeMonthLoan" class="form-control input-text" value="<?/*=$credit ? $credit->threeMonthLoan : ''*/?>"> |
| 151 | </div> | 151 | </div> |
| 152 | </div> | 152 | </div> |
| 153 | <div class="row cl"> | 153 | <div class="row cl"> |
| 154 | <div class="form-group col-sm-6 col-md-6"> | 154 | <div class="form-group col-sm-6 col-md-6"> |
| 155 | <label>信用卡</label> | 155 | <label>信用卡</label> |
| 156 | <input type="text" name="threeMonthCreditCard" class="form-control input-text" value="<?=$credit ? $credit->threeMonthCreditCard : ''?>"> | 156 | <input type="text" name="threeMonthCreditCard" class="form-control input-text" value="<?/*=$credit ? $credit->threeMonthCreditCard : ''*/?>"> |
| 157 | </div> | 157 | </div> |
| 158 | </div> | 158 | </div> |
| 159 | <div class="row cl"> | 159 | <div class="row cl"> |
| 160 | <div class="form-group col-sm-6 col-md-6"> | 160 | <div class="form-group col-sm-6 col-md-6"> |
| 161 | <label>担保</label> | 161 | <label>担保</label> |
| 162 | <input type="text" name="threeMonthGuarantee" class="form-control input-text" value="<?=$credit ? $credit->threeMonthGuarantee : ''?>"> | 162 | <input type="text" name="threeMonthGuarantee" class="form-control input-text" value="<?/*=$credit ? $credit->threeMonthGuarantee : ''*/?>"> |
| 163 | </div> | 163 | </div> |
| 164 | </div> | 164 | </div> |
| 165 | <div class="row cl"> | 165 | <div class="row cl"> |
| 166 | <div class="form-group col-sm-6 col-md-6"> | 166 | <div class="form-group col-sm-6 col-md-6"> |
| 167 | <label>保前</label> | 167 | <label>保前</label> |
| 168 | <input type="text" name="threeMonthGuaranteeBefore" class="form-control input-text" value="<?=$credit ? $credit->threeMonthGuaranteeBefore : ''?>"> | 168 | <input type="text" name="threeMonthGuaranteeBefore" class="form-control input-text" value="<?/*=$credit ? $credit->threeMonthGuaranteeBefore : ''*/?>"> |
| 169 | </div> | 169 | </div> |
| 170 | </div> | 170 | </div> |
| 171 | <div class="row cl"> | 171 | <div class="row cl"> |
| 172 | <div class="form-group col-sm-6 col-md-6"> | 172 | <div class="form-group col-sm-6 col-md-6"> |
| 173 | <label>个人查询</label> | 173 | <label>个人查询</label> |
| 174 | <input type="text" name="threeMonthPersonage" class="form-control input-text" value="<?=$credit ? $credit->threeMonthPersonage : ''?>"> | 174 | <input type="text" name="threeMonthPersonage" class="form-control input-text" value="<?/*=$credit ? $credit->threeMonthPersonage : ''*/?>"> |
| 175 | </div> | 175 | </div> |
| 176 | </div> | 176 | </div> |
| 177 | </div> | 177 | </div> |
| 178 | </div> | 178 | </div>--> |
| 179 | |||
| 180 | |||
| 179 | </form> | 181 | </form> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment