|
@@ -178,6 +178,9 @@
|
|
|
<tr class="noborder">
|
|
|
<table class="table tb-type2" id="price_table">
|
|
|
<tbody class="tbody tableContent">
|
|
|
+
|
|
|
+ <!-- 第一层表头开始 -->
|
|
|
+
|
|
|
<tr>
|
|
|
<th class="align-center w120 mw120">渠道名称</th>
|
|
|
<?php foreach ($output['providers'] as $provider) { ?>
|
|
@@ -190,8 +193,11 @@
|
|
|
通道单量:<input type="text" value="<?php echo $provider['channel_speed'] || '-1' ?>" name="channel_speed[]" class="w32" />
|
|
|
<?php } ?>
|
|
|
</tr>
|
|
|
+ <!-- 第一层表头结束 -->
|
|
|
+
|
|
|
+ <!-- 第二层表头开始 -->
|
|
|
<tr>
|
|
|
- <th class="align-center w120 mw120" style="height:16px">类目</td>
|
|
|
+ <th class="align-center w120 mw120" style="height:16px">类目</th>
|
|
|
<?php foreach ($output['providers'] as $provider) { ?>
|
|
|
<th class="batch-td">
|
|
|
<div class="priority">
|
|
@@ -226,6 +232,11 @@
|
|
|
<?php } ?>
|
|
|
|
|
|
</tr>
|
|
|
+ <!-- 第二层表头结束 -->
|
|
|
+
|
|
|
+ <!-- 表格内容开始 -->
|
|
|
+
|
|
|
+
|
|
|
<?php foreach ($output['form']['amountData'] as $key => $amount) { ?>
|
|
|
<tr class="w500 trFlex">
|
|
|
<td style="text-align: center;width: 120px;min-width:120px;" class="tbFlex" data-color="<?php echo $amount['type']; ?>">
|
|
@@ -258,6 +269,8 @@
|
|
|
<?php } ?>
|
|
|
</tr>
|
|
|
<?php } ?>
|
|
|
+
|
|
|
+ <!-- 表格内容结束 -->
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</tr>
|