修改值班表

hotfix/远程访问多媒体中心
cyc 6 years ago
parent f36520fd39
commit ac0657bfa8

@ -45,6 +45,7 @@
<th width="70">APP</th> <th width="70">APP</th>
<th width="70">目的地</th> <th width="70">目的地</th>
<th width="70">亚洲事业部</th> <th width="70">亚洲事业部</th>
<th width="70">花梨鹰</th>
</tr> </tr>
<tr class="rotatable_bg"> <tr class="rotatable_bg">
<th colspan="2">值班时间</th> <th colspan="2">值班时间</th>
@ -58,6 +59,7 @@
<th>VPN(8:30-23:00)</th> <th>VPN(8:30-23:00)</th>
<th>VPN(8:30-23:00)</th> <th>VPN(8:30-23:00)</th>
<th>VPN(8:30-23:00)</th> <th>VPN(8:30-23:00)</th>
<th>VPN(8:30-23:00)</th>
</tr> </tr>
<?php for ($i=1; $i <= $days; $i++) { ?> <?php for ($i=1; $i <= $days; $i++) { ?>
<?php <?php
@ -75,6 +77,7 @@
$app_uname=isset($flow_data['app_uname_'.$ymd])?$flow_data['app_uname_'.$ymd]:''; $app_uname=isset($flow_data['app_uname_'.$ymd])?$flow_data['app_uname_'.$ymd]:'';
$trippest_uname=isset($flow_data['trippest_uname_'.$ymd])?$flow_data['trippest_uname_'.$ymd]:''; $trippest_uname=isset($flow_data['trippest_uname_'.$ymd])?$flow_data['trippest_uname_'.$ymd]:'';
$ah_uname=isset($flow_data['ah_uname_'.$ymd])?$flow_data['ah_uname_'.$ymd]:''; $ah_uname=isset($flow_data['ah_uname_'.$ymd])?$flow_data['ah_uname_'.$ymd]:'';
$peregrine_uname=isset($flow_data['peregrine_uname_'.$ymd])?$flow_data['peregrine_uname_'.$ymd]:'';
isset($flow_data['weekend_'.$ymd])? $weekend=$flow_data['weekend_'.$ymd]:$weekend=0; isset($flow_data['weekend_'.$ymd])? $weekend=$flow_data['weekend_'.$ymd]:$weekend=0;
} }
?> ?>
@ -116,6 +119,9 @@
</td> </td>
<td> <td>
<textarea title="双击我进行修改" class="form-control" name="ah_uname_<?php echo $year.$month.$i;?>"><?php if(isset($ah_uname))echo $ah_uname; ?></textarea> <textarea title="双击我进行修改" class="form-control" name="ah_uname_<?php echo $year.$month.$i;?>"><?php if(isset($ah_uname))echo $ah_uname; ?></textarea>
</td>
<td>
<textarea title="双击我进行修改" class="form-control" name="peregrine_uname_<?php echo $year.$month.$i;?>"><?php if(isset($peregrine_uname))echo $peregrine_uname; ?></textarea>
</td> </td>
</tr> </tr>
<?php } ?> <?php } ?>

Loading…
Cancel
Save