fb664cdc by yangjianbin

init

1 parent 3ab0911a
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
12 <label>银行黑名单</label> 12 <label>银行黑名单</label>
13 <span class="form-control select-box"> 13 <span class="form-control select-box">
14 <select class="select" size="1" name="hasBankBlacklist"> 14 <select class="select" size="1" name="hasBankBlacklist">
15 <!-- <option value="1">是</option>--> 15 <option value=""</option>
16 <!-- <option value="0">否</option>--> 16 <option <?=$credit && $credit->hasBankBlacklist ==1 ? 'selected' : ''?> value="1"></option>
17 <option value=""><?=$credit && $credit->hasBankBlacklist ? '是' : '否'?></option> 17 <option <?=$credit && $credit->hasBankBlacklist ==0 ? 'selected' : ''?> value="0"></option>
18 </select> 18 </select>
19 </span> 19 </span>
20 </div> 20 </div>
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
22 <label>同业进件</label> 22 <label>同业进件</label>
23 <span class="form-control select-box"> 23 <span class="form-control select-box">
24 <select class="select" size="1" name="hasTradeInto"> 24 <select class="select" size="1" name="hasTradeInto">
25 <!-- <option value="1">是</option>--> 25 <option value=""</option>
26 <!-- <option value="0">否</option>--> 26 <option <?=$credit && $credit->hasTradeInto ==1 ? 'selected' : ''?> value="1"></option>
27 <option value=""><?=$credit && $credit->hasTradeInto ? '是' : '否'?></option> 27 <option <?=$credit && $credit->hasTradeInto ==0 ? 'selected' : ''?> value="0"></option>
28 </select> 28 </select>
29 </span> 29 </span>
30 </div> 30 </div>
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
32 <label>征信五级分类异常</label> 32 <label>征信五级分类异常</label>
33 <span class="form-control select-box"> 33 <span class="form-control select-box">
34 <select class="select" size="1" name="hasCreditTypeException"> 34 <select class="select" size="1" name="hasCreditTypeException">
35 <option value=""><?=$credit && $credit->hasCreditTypeException ? '是' : '否'?></option> 35 <option value=""</option>
36 <!--<option value="1">是</option> 36 <option <?=$credit && $credit->hasCreditTypeException ==1 ? 'selected' : ''?> value="1"></option>
37 <option value="0">否</option>--> 37 <option <?=$credit && $credit->hasCreditTypeException ==0 ? 'selected' : ''?> value="0"></option>
38 </select> 38 </select>
39 </span> 39 </span>
40 </div> 40 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!