init
Showing
1 changed file
with
9 additions
and
5 deletions
| ... | @@ -81,13 +81,13 @@ | ... | @@ -81,13 +81,13 @@ |
| 81 | <label>当月应还金额</label> | 81 | <label>当月应还金额</label> |
| 82 | <input type="text" class="form-control input-text" value="<?=$currentBalance?>" name="currentBalance"> | 82 | <input type="text" class="form-control input-text" value="<?=$currentBalance?>" name="currentBalance"> |
| 83 | </div> | 83 | </div> |
| 84 | <div class="form-group col-sm-4 col-md-2"> | 84 | <!-- <div class="form-group col-sm-4 col-md-2">--> |
| 85 | <label>已还金额</label> | 85 | <!-- <label>已还金额</label>--> |
| 86 | <input type="text" class="form-control input-text" value=""> | 86 | <!-- <input type="text" class="form-control input-text" value="">--> |
| 87 | </div> | 87 | <!-- </div>--> |
| 88 | <div class="form-group col-sm-4 col-md-2"> | 88 | <div class="form-group col-sm-4 col-md-2"> |
| 89 | <label>罚息</label> | 89 | <label>罚息</label> |
| 90 | <input type="text" class="form-control input-text" value=""> | 90 | <input type="text" class="form-control input-text" value="<?=$interestPenalty?>"> |
| 91 | </div> | 91 | </div> |
| 92 | <div class="form-group col-sm-4 col-md-2"> | 92 | <div class="form-group col-sm-4 col-md-2"> |
| 93 | <label>滞纳金</label> | 93 | <label>滞纳金</label> |
| ... | @@ -195,6 +195,7 @@ | ... | @@ -195,6 +195,7 @@ |
| 195 | layer.alert('操作失败'); | 195 | layer.alert('操作失败'); |
| 196 | } else { | 196 | } else { |
| 197 | layer.alert('操作成功'); | 197 | layer.alert('操作成功'); |
| 198 | reload(); | ||
| 198 | } | 199 | } |
| 199 | }, | 200 | }, |
| 200 | error: function () { | 201 | error: function () { |
| ... | @@ -205,6 +206,9 @@ | ... | @@ -205,6 +206,9 @@ |
| 205 | // window.parent.reload(); | 206 | // window.parent.reload(); |
| 206 | // layer_close(); | 207 | // layer_close(); |
| 207 | } | 208 | } |
| 209 | function reload() { | ||
| 210 | table.fnDraw(); | ||
| 211 | } | ||
| 208 | </script> | 212 | </script> |
| 209 | </body> | 213 | </body> |
| 210 | </html> | 214 | </html> | ... | ... |
-
Please register or sign in to post a comment