自动出票测试版

master
赵鹏 1 year ago
parent 38ac4dc1c6
commit 345cb37a0e

@ -38,6 +38,7 @@ class train_system_model extends CI_Model {
InfoManager.dbo.trainsystem.ts_sendmail,
InfoManager.dbo.trainsystem.ts_m_sn,
InfoManager.dbo.trainsystem.ts_channel,
InfoManager.dbo.trainsystem.ts_autotimes,
BIZ_ConfirmLineInfo.COLI_ID,
BIZ_ConfirmLineInfo.COLI_WebCode
FROM

@ -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){

Loading…
Cancel
Save