
// 时间查询
// $('.searchBtn').click(function(){
// dataSearch();
// $('#detailTbody').html('');
// $('#detailtfoot').html('');
// });
$('#detailTbody').html('');
$('#detailtfoot').html('');
function dataSearch(){
var riqi=$('#datasearch').val();
console.log(riqi);
var htmltable='';
var count='';
$.ajax({
url:"../../../../OA_sys_PHP/phone_select.php",
type:"post",
data:{"riqi":riqi},
success:function(result){
console.log(result);
for(var i=0;i
${result[i].tid}
${result[i].name}
${result[i].data}
${result[i].zhong}餐
${result[i].zhongcan}
${result[i].wan}餐
${result[i].wancan}
`;
}
if(result.length!==undefined){
count+=`
中餐(次)
${result.length}
晚餐(次)
${result.length}
`;
}
$('#detailTbody').append(htmltable);
$('#detailtfoot').append(count);
},
error:function(){
}
});
};
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
安卓系统不支持es6语法