4b8f4f54 by yangjianbin

Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop

2 parents 04b05d05 2bc269cc
...@@ -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" name="interestPenalty" 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,8 @@ ...@@ -195,6 +195,8 @@
195 layer.alert('操作失败'); 195 layer.alert('操作失败');
196 } else { 196 } else {
197 layer.alert('操作成功'); 197 layer.alert('操作成功');
198 window.parent.reload();
199 layer_close();
198 } 200 }
199 }, 201 },
200 error: function () { 202 error: function () {
...@@ -205,6 +207,9 @@ ...@@ -205,6 +207,9 @@
205 // window.parent.reload(); 207 // window.parent.reload();
206 // layer_close(); 208 // layer_close();
207 } 209 }
210 function reload() {
211 table.fnDraw();
212 }
208 </script> 213 </script>
209 </body> 214 </body>
210 </html> 215 </html>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!