rushfee/build/classes/html/tick/shijinum.html

30 lines
685 B
HTML

<html login="false">
<head>
<title>当前年份</title>
</head>
<body>
<div widget="autosize">
<div widget="datagrid" name="grid" style="width: 100%; height: 100%;" url="tick/TickList/jiaofei" allowalternating="true">
<div field="id" visible="false"></div>
<div field="hushu" width="30" align="center" header="催缴户数"></div>
<div field="boda" width="30" align="center" header="拨打电话总量"></div>
<div field="jiaofei" width="30" align="center" header="实际缴费"></div>
</div>
</div>
</body>
<script type="text/javascript">
var grid = aos.get('grid');
grid.load();
</script>
</html>