|
|
|
@ -188,19 +188,19 @@
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
<?php
|
|
|
|
|
if ($trippest['trippest']['other_vendor_sum'] > 0) {
|
|
|
|
|
//if ($trippest['trippest']['other_vendor_sum'] > 0) {
|
|
|
|
|
?>
|
|
|
|
|
<tr class="bg-grey">
|
|
|
|
|
<!-- <tr class="bg-grey">
|
|
|
|
|
<td>已扣减的其他地接的团款 <br></td>
|
|
|
|
|
<td><?php echo $trippest['trippest']['other_vendor_sum'] ?></td>
|
|
|
|
|
<td><?php //echo $trippest['trippest']['other_vendor_sum'] ?></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td colspan="4"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tr> -->
|
|
|
|
|
<?php
|
|
|
|
|
}
|
|
|
|
|
//}
|
|
|
|
|
?>
|
|
|
|
|
<?php
|
|
|
|
|
}
|
|
|
|
@ -227,8 +227,8 @@
|
|
|
|
|
<th>拼团号</th>
|
|
|
|
|
<th>总报价/USD</th>
|
|
|
|
|
<th>总收款/RMB</th>
|
|
|
|
|
<th>计入上表海纳收团款</th>
|
|
|
|
|
<th colspan="5">应扣除的其他地接收款: (实时计算, 存在汇率误差)</th>
|
|
|
|
|
<th colspan="6">上表地接社接待部分的总团款</th>
|
|
|
|
|
<!-- <th colspan="5">应扣除的其他地接收款: (实时计算, 存在汇率误差)</th> -->
|
|
|
|
|
</tr>
|
|
|
|
|
<?php foreach ($trippest_order_multi_city as $ko => $order) {
|
|
|
|
|
?>
|
|
|
|
@ -237,10 +237,10 @@
|
|
|
|
|
<td class="text-left"><?php echo $order['gci_no'] ?></td>
|
|
|
|
|
<td><?php echo $order['COLI_Price'] ?></td>
|
|
|
|
|
<td><?php echo $order['money_sum'] ?></td>
|
|
|
|
|
<td><?php echo bcsub($order['money_sum'], $order["other_vendorprice_RMB"]) ?>
|
|
|
|
|
<td colspan="6" class="text-left"><?php echo $order['sync_price_sum'] ?>
|
|
|
|
|
<br> <?php echo ($order["vendor_name"]) ?>
|
|
|
|
|
</td>
|
|
|
|
|
<td colspan="5" class="text-left"><?php echo $order["other_vendorprice_RMB"] ?></td>
|
|
|
|
|
<!-- <td colspan="5" class="text-left"><?php // echo $order["other_vendorprice_RMB"] ?></td> -->
|
|
|
|
|
</tr>
|
|
|
|
|
<?php }
|
|
|
|
|
} ?>
|
|
|
|
@ -343,8 +343,8 @@
|
|
|
|
|
<p class="text-center"> 实际总成本</p>
|
|
|
|
|
</th>
|
|
|
|
|
<th class="text-left">
|
|
|
|
|
<p class="text-center"> 财务表读取总成本</p>
|
|
|
|
|
<p>读取相同拼团号下的订单的财务表, 列出存在财务表数据未根据实际成本计算的.</p>
|
|
|
|
|
<p class="text-center"> 自动生成的财务表所使用的成本金额</p>
|
|
|
|
|
<p>对含有多个地接社的订单,由于审核状态不一致,不会自动生成或更新财务表,避免覆盖数据导致错误, 请手动处理。检查金额正确之后, 此处可忽略该团.</p>
|
|
|
|
|
<ol class="info-primary">
|
|
|
|
|
<li> 数据为空: 虚拟订单没有团号, 无法计算. 如:
|
|
|
|
|
<ul>
|
|
|
|
@ -361,7 +361,7 @@
|
|
|
|
|
</li>
|
|
|
|
|
</ol>
|
|
|
|
|
</th>
|
|
|
|
|
<th class="text-left">
|
|
|
|
|
<!-- <th class="text-left">
|
|
|
|
|
<p class="text-center"> 财务表计算总成本</p>
|
|
|
|
|
<p>计算相同拼团号下所有订单的财务表中的产品成本总和, 判断是否存在数据未根据实际成本计算.</p>
|
|
|
|
|
<ol class="info-primary">
|
|
|
|
@ -371,7 +371,7 @@
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
</ol>
|
|
|
|
|
</th>
|
|
|
|
|
</th> -->
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
@ -384,7 +384,7 @@
|
|
|
|
|
</td>
|
|
|
|
|
<td><?php echo $diff['total_cost'] ?></td>
|
|
|
|
|
<td><?php echo $diff['report_total_cost0'] ?></td>
|
|
|
|
|
<td><?php echo $diff['report_cost'] ?></td>
|
|
|
|
|
<!-- <td><?php // echo $diff['report_cost'] ?></td> -->
|
|
|
|
|
</tr>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
</tbody>
|
|
|
|
|