|
|
|
@ -52,7 +52,8 @@
|
|
|
|
|
<th style="text-align:center;">所属部门</th>
|
|
|
|
|
<th style="text-align:center;">渠道</th>
|
|
|
|
|
<th style="text-align:center;">出票方式</th>
|
|
|
|
|
<th style="text-align:center;">是否发送邮件</th>
|
|
|
|
|
<th style="text-align:center;">出票次数</th>
|
|
|
|
|
<th style="text-align:center;">发送邮件</th>
|
|
|
|
|
<th style="text-align:center;">反馈</th>
|
|
|
|
|
<th style="text-align:center;">操作</th>
|
|
|
|
|
</tr>
|
|
|
|
@ -82,6 +83,7 @@
|
|
|
|
|
echo '<td>复查</td>';
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
<td><?php echo $v->ts_autotimes;?></td>
|
|
|
|
|
<?php
|
|
|
|
|
if($v->ts_sendmail == 1){
|
|
|
|
|
if($v->ts_m_sn){
|
|
|
|
|