更改火车票自动出票信息平台页面的价格显示栏目为销售的名字

master
赵鹏 1 year ago
parent f8ab581d34
commit 941555a4a6

@ -41,6 +41,7 @@ class train_system_model extends CI_Model {
InfoManager.dbo.trainsystem.ts_autotimes,
BIZ_ConfirmLineInfo.COLI_ID,
BIZ_ConfirmLineInfo.COLI_WebCode
,(select top 1 OPI2_Name from OperatorInfo2 where OPI2_OPI_SN = coli_opi_id and OPI2_LGC=2) as OPIName
FROM
InfoManager.dbo.trainsystem
LEFT JOIN

@ -47,7 +47,7 @@
<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>
@ -68,7 +68,7 @@
<td><?php echo $v->ts_fromstationame;?></td>
<td><?php echo $v->ts_tostationame;?></td>
<td><?php echo $v->info;?></td>
<td><?php echo $v->ts_orderamount;?></td>
<td><?php echo $v->OPIName;?></td>
<td><?php echo $v->ts_subtime;?></td>
<td><?php echo $v->COLI_WebCode;?></td>
<td><?php echo $v->ts_channel;?></td>

Loading…
Cancel
Save