|
@@ -80,6 +80,7 @@
|
|
|
<th class="w10"></th>
|
|
|
<th class="w50"></th>
|
|
|
<th class="tl"><?php echo $lang['bundling_name'];?></th>
|
|
|
+ <th class="w180"><?php echo $lang['bundling_id'];?></th>
|
|
|
<th class="w180"><?php echo $lang['bundling_add_price'];?></th>
|
|
|
<th class="w180"><?php echo $lang['bundling_list_goods_count'];?></th>
|
|
|
<th class="w90"><?php echo $lang['nc_state'];?></th>
|
|
@@ -99,6 +100,7 @@
|
|
|
<td class="tl"><dl class="goods-name">
|
|
|
<dt><a <?php if ($val['goods_id'] != '') {echo 'href="' . urlShop('goods', 'index', array('goods_id' => $val['goods_id'])) . '" target="_blank"';} else { echo 'href="javascript:void(0);"';}?>><?php echo $val['bl_name'];?></a></dt>
|
|
|
</dl></td>
|
|
|
+ <td class="bundling_id">1222222</td>
|
|
|
<td class="goods-price"><?php echo $val['bl_discount_price'];?></td>
|
|
|
<td class=""><?php echo $val['count'];?></td>
|
|
|
<td><?php echo $output['state_array'][$val['bl_state']];?></td>
|