rushfee/build/classes/html/revisit/revisitRecordDetail.html

28 lines
857 B
HTML

<html login="false" auth="false">
<head>
<meta charset="UTF-8">
<title>回访记录</title>
</head>
<body>
<div widget="autosize">
<div widget="datagrid" name="grid" style="width: 100%; height: 100%;" url="hfrecord/getAnswerByLogId" multiSelect="true" onrowdblclick="">
<div type="indexcolumn" width="5" header="序号"></div>
<div field="log_id" width="8" visible="false"></div>
<div field="spmc" width="15" header="商品"></div>
<div field="answer_detail" width="30" header="问题答案"></div>
<div field="is_success" width="10" header="回访结果"></div>
<div field="remark" width="10" header="备注"></div>
</div>
</div>
</body>
<script type="text/javascript">
var grid = aos.get('grid');
function init(param){
var grid = aos.get('grid');
grid.load(param);
}
</script>
</html>