Commit 33ced2ce by 朱继来

调整

parent fd2a61e3
Showing with 6 additions and 6 deletions
......@@ -164,36 +164,36 @@
<?php if ($order_info['order_remark']) { ?>
<tr>
<td>订单备注信息:</td>
<td colspan="19"><?= $order_info['order_remark'] ?></td>
<td colspan="20"><?= $order_info['order_remark'] ?></td>
</tr>
<?php } ?>
<?php if ($order_temp_info['kefu_remark']) { ?>
<tr>
<td>客服备注信息:</td>
<td colspan="19"><?= $order_temp_info['kefu_remark'] ?></td>
<td colspan="20"><?= $order_temp_info['kefu_remark'] ?></td>
</tr>
<?php } ?>
<?php if ($order_info['order_goods_type'] == 2 && $order_temp_info['business_type'] == 1) { ?>
<tr>
<td>项目需求描述:</td>
<td colspan="19"><?= $order_temp_info['sample_demand_desc'] ?></td>
<td colspan="20"><?= $order_temp_info['sample_demand_desc'] ?></td>
</tr>
<?php } ?>
<?php if ($order_info['order_goods_type'] == 1 && $order_temp_info['business_type'] == 1) { ?>
<tr>
<td>项目名称:</td>
<td colspan="19"><?= $order_temp_info['sample_project_name'] ?></td>
<td colspan="20"><?= $order_temp_info['sample_project_name'] ?></td>
</tr>
<tr>
<td>项目阶段:</td>
<td colspan="19"><?= $order_temp_info['sample_project_stage'] ?></td>
<td colspan="20"><?= $order_temp_info['sample_project_stage'] ?></td>
</tr>
<tr>
<td>申请理由:</td>
<td colspan="19"><?= $order_temp_info['sample_project_reason'] ?></td>
<td colspan="20"><?= $order_temp_info['sample_project_reason'] ?></td>
</tr>
<?php } ?>
</tfoot>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment