4b8f4f54 by yangjianbin

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

2 parents 04b05d05 2bc269cc
......@@ -81,13 +81,13 @@
<label>当月应还金额</label>
<input type="text" class="form-control input-text" value="<?=$currentBalance?>" name="currentBalance">
</div>
<div class="form-group col-sm-4 col-md-2">
<label>已还金额</label>
<input type="text" class="form-control input-text" value="">
</div>
<!-- <div class="form-group col-sm-4 col-md-2">-->
<!-- <label>已还金额</label>-->
<!-- <input type="text" class="form-control input-text" value="">-->
<!-- </div>-->
<div class="form-group col-sm-4 col-md-2">
<label>罚息</label>
<input type="text" class="form-control input-text" value="">
<input type="text" class="form-control input-text" name="interestPenalty" value="<?=$interestPenalty?>">
</div>
<div class="form-group col-sm-4 col-md-2">
<label>滞纳金</label>
......@@ -195,6 +195,8 @@
layer.alert('操作失败');
} else {
layer.alert('操作成功');
window.parent.reload();
layer_close();
}
},
error: function () {
......@@ -205,6 +207,9 @@
// window.parent.reload();
// layer_close();
}
function reload() {
table.fnDraw();
}
</script>
</body>
</html>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!