1d660bb5 by wang

Merge remote-tracking branch 'origin/develop' into develop

2 parents df9c6573 33ba56bc
...@@ -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
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 </div> 27 </div>
28 28
29 <div class="row cl pb-20 col-sm-12"> 29 <div class="row cl pb-20 col-sm-12">
30 <div class="col-sm-offset-3 col-sm-2"> 30 <div class="col-sm-offset-4 col-sm-2">
31 <button class="btn btn-warning btn-block">退回订单</button> 31 <button class="btn btn-warning btn-block">退回订单</button>
32 </div> 32 </div>
33 <div class="col-sm-2"> 33 <div class="col-sm-2">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!