init
Showing
1 changed file
with
6 additions
and
5 deletions
| ... | @@ -92,17 +92,18 @@ | ... | @@ -92,17 +92,18 @@ |
| 92 | <label>当前期数</label> | 92 | <label>当前期数</label> |
| 93 | <input type="text" class="form-control input-text" value="<?=$currentPeriods?>" name="currentPeriods"> | 93 | <input type="text" class="form-control input-text" value="<?=$currentPeriods?>" name="currentPeriods"> |
| 94 | </div> | 94 | </div> |
| 95 | <div class="form-group col-sm-4 col-md-2"> | 95 | <!-- 需求调整先去了--> |
| 96 | <!--<div class="form-group col-sm-4 col-md-2"> | ||
| 96 | <label>还款方式</label> | 97 | <label>还款方式</label> |
| 97 | <span class="form-control select-box"> | 98 | <span class="form-control select-box"> |
| 98 | <select class="select" size="1"> | 99 | <select class="select" size="1"> |
| 99 | <option>请选择</option> | 100 | <option>请选择</option> |
| 100 | <?php foreach ($this->session->repayments as $k=>$v):?> | 101 | <?php /*foreach ($this->session->repayments as $k=>$v):*/?> |
| 101 | <option <?=$v == $repaymentMode ? 'selected' : '' ?> value="<?=$k?>"><?=$v?></option> | 102 | <option <?/*=$v == $repaymentMode ? 'selected' : '' */?> value="<?/*=$k*/?>"><?/*=$v*/?></option> |
| 102 | <?php endforeach;?> | 103 | <?php /*endforeach;*/?> |
| 103 | </select> | 104 | </select> |
| 104 | </span> | 105 | </span> |
| 105 | </div> | 106 | </div>--> |
| 106 | <div class="form-group col-sm-4 col-md-2"> | 107 | <div class="form-group col-sm-4 col-md-2"> |
| 107 | <label>计划还款日期</label> | 108 | <label>计划还款日期</label> |
| 108 | <input type="text" class="form-control input-text Wdate" onfocus="WdatePicker()" value="<?=date("Y-m-d", $planRepaymentDate / 1000)?>" name="planRepaymentDate"> | 109 | <input type="text" class="form-control input-text Wdate" onfocus="WdatePicker()" value="<?=date("Y-m-d", $planRepaymentDate / 1000)?>" name="planRepaymentDate"> | ... | ... |
-
Please register or sign in to post a comment