This commit is contained in:
fengjh5 2024-07-23 14:59:59 +08:00
parent 9cd1290ac8
commit 81bfc73956
1 changed files with 6 additions and 6 deletions

View File

@ -11,9 +11,9 @@ $dataList = isset($dataList)? $dataList : array();
<th scope="col">日期</th>
<th scope="col">姓名</th>
<th scope="col">手机号码</th>
<th scope="col">早餐现场用餐</th>
<th scope="col">午餐现场用餐</th>
<th scope="col">晚餐现场用餐</th>
<!-- <th scope="col">早餐现场用餐</th>-->
<!-- <th scope="col">午餐现场用餐</th>-->
<!-- <th scope="col">晚餐现场用餐</th>-->
<?foreach($mealType as $idx => $name) {?>
<th scope="col"><?=$name?>点餐</td>
<th scope="col"><?=$name?>取餐</td>
@ -29,9 +29,9 @@ $dataList = isset($dataList)? $dataList : array();
<td><?=$searchDate?></td>
<td><?=$data['username']?></td>
<td><?=$data['cellphone']?></td>
<td></td>
<td></td>
<td></td>
<!-- <td></td>-->
<!-- <td></td>-->
<!-- <td></td>-->
<?foreach($mealType as $idx => $name) {?>
<td><?= isset($data[$idx.'_cs'])?$data[$idx.'_cs']:0?></td>
<td><?= isset($data[$idx.'_qccs'])?$data[$idx.'_qccs']:0?></td>