51 lines
2.4 KiB
HTML
51 lines
2.4 KiB
HTML
<html auth="false" >
|
||
<head >
|
||
<title>回访统计</title>
|
||
</head>
|
||
|
||
<body >
|
||
|
||
<div widget="autosize">
|
||
<div widget="datagrid" name="grid" style="width: 100%; height: 100%;" url="rushcompany/count">
|
||
<div type="indexcolumn" width="5" header="序号"></div>
|
||
<div field="分公司" width="10" align="center" header="分公司"></div>
|
||
<div field="总户数" width="10" align="center" header="总户数"></div>
|
||
<div field="未回访" width="7" align="center" header="未回访"></div>
|
||
<div field="cqwsydl" width="10" align="center" header="超期未收1-6(未回访)"></div>
|
||
<div field="cqwsqdse" width="10" align="center" header="超期未收7-12(未回访)"></div>
|
||
<div field="ynys" width="10" align="center" header="一年以上(未回访)"></div>
|
||
<div field="qbcq" width="10" align="center" header="全部超期"></div>
|
||
<div field="cqwsldy" width="10" align="center" header="超期未收(1月内)"></div>
|
||
<div field="rwzxsl" width="10" align="center" header="超期未收(1月内任务中心)"></div>
|
||
<div field="jjdqldy" width="10" align="center" header="即将到期(1月内)"></div>
|
||
<div field="rwzxjjdqsl" width="10" align="center" header="即将到期(1月内任务中心)"></div>
|
||
<div field="jjdqyds" width="10" align="center" header="即将到期(1-3月内)"></div>
|
||
<div field="jjdqsdse" width="10" align="center" header="即将到期(4-12)"></div>
|
||
<div field="到期" width="10" align="center" header="到期未回访(超期未收一年以内+即将到期(3月内))"></div>
|
||
|
||
<div field="回访一次" width="10" align="center" header="回访一次"></div>
|
||
<div field="回访二次" width="7" align="center" header="二次"></div>
|
||
<div field="回访三次" width="7" align="center" header="三次"></div>
|
||
<div field="回访四次" width="7" align="center" header="四次"></div>
|
||
<div field="回访五次" width="7" align="center" header="五次"></div>
|
||
<div field="回访六次" width="7" align="center" header="六次"></div>
|
||
<div field="回访七次" width="7" align="center" header="七次"></div>
|
||
<div field="回访八次" width="7" align="center" header="八次"></div>
|
||
<div field="回访九次" width="7" align="center" header="九次"></div>
|
||
<div field="回访十次" width="7" align="center" header="十次"></div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
</body>
|
||
<script type="text/javascript">
|
||
|
||
var grid = aos.get('grid');
|
||
grid.load();
|
||
|
||
</script>
|
||
|
||
|
||
</html> |